aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/ball-volleyball.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-06 20:20:38 +0200
committercodecalm <codecalm@gmail.com>2020-06-06 20:20:38 +0200
commit884dca6b4d44b387b7012afe025397d5e723b4b2 (patch)
treebbc7f6c0c16cbcbc6451bc6607ed73db1cdeeeca /src/_icons/ball-volleyball.svg
parentRelease 1.9.0 (diff)
downloadtabler-icons-884dca6b4d44b387b7012afe025397d5e723b4b2.tar.xz
3 new icons: `ball-bowling`, `ball-volleyball`, `medical-cross`
Renamed icons: - `ball` renamed to `ball-basketball`
Diffstat (limited to 'src/_icons/ball-volleyball.svg')
-rw-r--r--src/_icons/ball-volleyball.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg
new file mode 100644
index 00000000..5d31395b
--- /dev/null
+++ b/src/_icons/ball-volleyball.svg
@@ -0,0 +1,8 @@
+---
+---
+<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>
+ {% endfor %}
+</svg>