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:
parent
811ce82f3d
commit
413e71c909
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user