mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-01 01:52:00 +02:00
snowflake
fix
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
{% for i in (0..5) %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</svg>
|
</svg>
|
||||||
|
Reference in New Issue
Block a user