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-bowling.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-bowling.svg')
-rw-r--r-- | src/_icons/ball-bowling.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg index 37e5a259..33718d61 100644 --- a/src/_icons/ball-bowling.svg +++ b/src/_icons/ball-bowling.svg @@ -2,7 +2,7 @@ --- <svg> <circle cx="12" cy="12" r="9" /> - <polyline points="11 9 11 9.01"></polyline> - <polyline points="15 8 15 8.01"></polyline> - <polyline points="14 12 14 12.01"></polyline> + <line x1="11" y1="9" x2="11" y2="9.01" /> + <line x1="15" y1="8" x2="15" y2="8.01" /> + <line x1="14" y1="12" x2="14" y2="12.01" /> </svg> |