aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/snowflake.svg
blob: e7956ca0ade80b4a57970131ee3d9388d09ce0dc (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 %}></path>
  {% endfor %}
</svg>