aboutsummaryrefslogtreecommitdiff
path: root/_includes/icon.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-28 11:47:08 +0100
committercodecalm <codecalm@gmail.com>2020-02-28 11:47:08 +0100
commit27bab3ccc8cb4cbdb59ed59904cfc33ffc1c0f23 (patch)
tree0c1ce8bef55c33bd2a8543a35b583a7b5eb4eb87 /_includes/icon.html
parent.idea fix (diff)
downloadtabler-icons-27bab3ccc8cb4cbdb59ed59904cfc33ffc1c0f23.tar.xz
simple icon manager
Diffstat (limited to '_includes/icon.html')
-rw-r--r--_includes/icon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/icon.html b/_includes/icon.html
index fe6b02e..d61658e 100644
--- a/_includes/icon.html
+++ b/_includes/icon.html
@@ -1,6 +1,6 @@
{% assign name = include.name %}
{% assign icon = site.icons | where: "slug", name | first %}
-{% assign content = icon.content | replace: '<svg', '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"' %}
+{% assign content = icon.content | replace: '<svg', '<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"' %}
{{ content }}