aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 00:17:30 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 00:17:30 +0200
commit413e71c90972ef335261d1b7b8baf627334c659c (patch)
tree6a921780c4dbfc8e8f43d098e7f743f30c849350 /src/_icons
parent`shirt` icon (diff)
downloadtabler-icons-413e71c90972ef335261d1b7b8baf627334c659c.tar.xz
`snowflake` fix
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/snowflake.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg
index e7956ca..eb2cf74 100644
--- a/src/_icons/snowflake.svg
+++ b/src/_icons/snowflake.svg
@@ -2,6 +2,6 @@
---
<svg>
{% for i in (0..5) %}
- <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72"{% if i > 0 %} transform="rotate({{ i | times: 60 }} 12 12)"{% endif %}></path>
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72"{% if i > 0 %} transform="rotate({{ i | times: 60 }} 12 12)"{% endif %} />
{% endfor %}
</svg>