aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/snowflake.svg
diff options
context:
space:
mode:
Diffstat (limited to 'src/_icons/snowflake.svg')
-rw-r--r--src/_icons/snowflake.svg9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg
index a1441be..0a639e5 100644
--- a/src/_icons/snowflake.svg
+++ b/src/_icons/snowflake.svg
@@ -2,7 +2,10 @@
category: Weather
---
<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 %} />
- {% endfor %}
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(60 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(120 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(180 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(240 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(300 12 12)" />
</svg>