aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-21 23:24:21 +0200
committercodecalm <codecalm@gmail.com>2020-09-21 23:24:21 +0200
commitb5f700bccae31ccba5166d97cd26d8dc42322185 (patch)
treecfdbc3b61270bc1b7d5c15f3d7c005757382ae09
parent`credit-card-off`, `hand-off` icons (diff)
downloadtabler-icons-b5f700bccae31ccba5166d97cd26d8dc42322185.tar.xz
Fixed icons: `ball-tennis`, `snowflake`
-rw-r--r--src/_icons/ball-tennis.svg5
-rw-r--r--src/_icons/snowflake.svg9
2 files changed, 8 insertions, 6 deletions
diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg
index 5fe44c4..2ba5340 100644
--- a/src/_icons/ball-tennis.svg
+++ b/src/_icons/ball-tennis.svg
@@ -3,7 +3,6 @@ category: Sport
---
<svg>
<circle cx="12" cy="12" r="9" />
- {% for i in (0..1) %}
- <path d="M6 5.3a9 9 0 0 1 0 13.4"{% if i > 0 %} transform="rotate({{ i | times: 180 }} 12 12)"{% endif %} />
- {% endfor %}
+ <path d="M6 5.3a9 9 0 0 1 0 13.4"/>
+ <path d="M18 5.3a9 9 0 0 0 0 13.4" />
</svg>
diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg
index a1441be..0a639e5 100644
--- a/src/_icons/snowflake.svg
+++ b/src/_icons/snowflake.svg
@@ -2,7 +2,10 @@
category: Weather
---
<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 %}
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(60 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(120 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(180 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(240 12 12)" />
+ <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(300 12 12)" />
</svg>