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