diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 00:05:48 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 00:05:48 +0200 |
commit | 9a382659707e26535e62cf78d1cdc8a71a2f5c8b (patch) | |
tree | 67ce6e066fca56e77289caef27c488ee7c2150d3 /src/_icons/snowflake.svg | |
parent | Release 1.7.0 (diff) | |
download | tabler-icons-9a382659707e26535e62cf78d1cdc8a71a2f5c8b.tar.xz |
`snowflake` icon
Diffstat (limited to 'src/_icons/snowflake.svg')
-rw-r--r-- | src/_icons/snowflake.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg new file mode 100644 index 00000000..e7956ca0 --- /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> |