aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 00:05:48 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 00:05:48 +0200
commit9a382659707e26535e62cf78d1cdc8a71a2f5c8b (patch)
tree67ce6e066fca56e77289caef27c488ee7c2150d3
parentRelease 1.7.0 (diff)
downloadtabler-icons-9a382659707e26535e62cf78d1cdc8a71a2f5c8b.tar.xz
`snowflake` icon
-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>