diff options
author | codecalm <codecalm@gmail.com> | 2020-06-06 20:32:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-06 20:32:26 +0200 |
commit | ddb87bca343122a0d4d1c2664d84f4f07d4fc1a1 (patch) | |
tree | 5ac411205243aedf122ff955dbab501496199f1b /src/_icons/ball-tennis.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-ddb87bca343122a0d4d1c2664d84f4f07d4fc1a1.tar.xz |
1 new icon: `ball-tennis`
Fixed icons: `ball-bowling`, `ball-volleyball`, `medical-cross`
Diffstat (limited to 'src/_icons/ball-tennis.svg')
-rw-r--r-- | src/_icons/ball-tennis.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg new file mode 100644 index 00000000..d85ae52c --- /dev/null +++ b/src/_icons/ball-tennis.svg @@ -0,0 +1,8 @@ +--- +--- +<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 %} +</svg> |