diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 23:24:21 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 23:24:21 +0200 |
commit | b5f700bccae31ccba5166d97cd26d8dc42322185 (patch) | |
tree | cfdbc3b61270bc1b7d5c15f3d7c005757382ae09 /src/_icons | |
parent | `credit-card-off`, `hand-off` icons (diff) | |
download | tabler-icons-b5f700bccae31ccba5166d97cd26d8dc42322185.tar.xz |
Fixed icons: `ball-tennis`, `snowflake`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/ball-tennis.svg | 5 | ||||
-rw-r--r-- | src/_icons/snowflake.svg | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 5fe44c49..2ba53401 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 a1441be7..0a639e52 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> |