1
0
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:
codecalm
2020-06-01 00:17:30 +02:00
parent 811ce82f3d
commit 413e71c909

View File

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