aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/snowflake.svg
blob: a1441be75bc33bd10bdfa454505dd3a19e729af8 (plain)
1
2
3
4
5
6
7
8
---
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 %}
</svg>