aboutsummaryrefslogtreecommitdiff
path: root/src/_includes
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-20 15:14:30 +0100
committercodecalm <codecalm@gmail.com>2020-03-20 15:14:30 +0100
commitf6373d033e468bade371c856a7fc76f1f7e7565a (patch)
tree7fc56cfc9188d7d4265c70ed8dc83bdb97fdbfd4 /src/_includes
parentbuild fix (diff)
downloadtabler-icons-f6373d033e468bade371c856a7fc76f1f7e7565a.tar.xz
sketch, illustrator, figma fixes
temperature icons fix #4
Diffstat (limited to 'src/_includes')
-rw-r--r--src/_includes/icon.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_includes/icon.html b/src/_includes/icon.html
index a481f4d..25ec600 100644
--- a/src/_includes/icon.html
+++ b/src/_includes/icon.html
@@ -1 +1,2 @@
-{% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %}<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-{{ name }}" width="{{ width }}" height="{{ width }}" viewBox="0 0 24 24" stroke-width="{{ stroke }}" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">{% endcapture %}{% assign content = icon.content | replace: '<svg>', replace-to %}{{ content }}
+{% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %}<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-{{ name }}" width="{{ width }}" height="{{ width }}" viewBox="0 0 24 24" stroke-width="{{ stroke }}" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="0" y="0" width="24" height="24" stroke="none"></rect>{% endcapture %}{% assign content = icon.content | replace: '<svg>', replace-to %}{{ content }}