aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/ball-volleyball.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-06 20:32:26 +0200
committercodecalm <codecalm@gmail.com>2020-06-06 20:32:26 +0200
commitddb87bca343122a0d4d1c2664d84f4f07d4fc1a1 (patch)
tree5ac411205243aedf122ff955dbab501496199f1b /src/_icons/ball-volleyball.svg
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-ddb87bca343122a0d4d1c2664d84f4f07d4fc1a1.tar.xz
1 new icon: `ball-tennis`
Fixed icons: `ball-bowling`, `ball-volleyball`, `medical-cross`
Diffstat (limited to 'src/_icons/ball-volleyball.svg')
-rw-r--r--src/_icons/ball-volleyball.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg
index 5d31395..181484a 100644
--- a/src/_icons/ball-volleyball.svg
+++ b/src/_icons/ball-volleyball.svg
@@ -3,6 +3,6 @@
<svg>
<circle cx="12" cy="12" r="9" />
{% for i in (0..2) %}
- <path d="M12 12a8 8 0 00 8 4M7.5 13.5a12 12 0 00 8.5 6.5" transform="rotate({{ i | times: 120 }} 12 12)"></path>
+ <path d="M12 12a8 8 0 0 0 8 4M7.5 13.5a12 12 0 0 0 8.5 6.5"{% if i > 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} />
{% endfor %}
</svg>