aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/snowflake.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg
new file mode 100644
index 0000000..e7956ca
--- /dev/null
+++ b/src/_icons/snowflake.svg
@@ -0,0 +1,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>