1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-24 07:13:06 +01:00

snowflake fix

This commit is contained in:
codecalm 2020-06-01 00:17:30 +02:00
parent 811ce82f3d
commit 413e71c909

View File

@ -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>