diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 17:08:01 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 17:08:01 +0200 |
commit | a106aed0960bd2542e30929af941002807c6323c (patch) | |
tree | ffad101975849c1491a3ffa61ae7ca0753ab1229 /src/_icons/ball-volleyball.svg | |
parent | percentage icon (diff) | |
download | tabler-icons-a106aed0960bd2542e30929af941002807c6323c.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/ball-volleyball.svg')
-rw-r--r-- | src/_icons/ball-volleyball.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg index 630a90b6..431eb77f 100644 --- a/src/_icons/ball-volleyball.svg +++ b/src/_icons/ball-volleyball.svg @@ -3,7 +3,7 @@ category: Sport --- <svg> <circle cx="12" cy="12" r="9" /> - {% for i in (0..2) %} - <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 %} + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" /> + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(120 12 12)" /> + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(240 12 12)" /> </svg> |