aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/ball.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-05-31 19:19:30 +0200
committercodecalm <codecalm@gmail.com>2020-05-31 19:19:30 +0200
commit13368f2dac678d0161c92be017ed1ad7853da866 (patch)
treec5391f6b8f017b5be3601f1da4fce1b8ea8d9f8a /src/_icons/ball.svg
parent2 new icons: `building-bank`, `users` (diff)
downloadtabler-icons-13368f2dac678d0161c92be017ed1ad7853da866.tar.xz
3 new icons: `alien`, `history`, `math`
Fixed icons: `ball`, `basket`, `building-bank`, `clear-formatting`, `clock`, `color-picker`, `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`, `social`, `temperature-minus`, `temperature-plus`, `users`
Diffstat (limited to 'src/_icons/ball.svg')
-rw-r--r--src/_icons/ball.svg8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/ball.svg b/src/_icons/ball.svg
index b974b9e..371df1a 100644
--- a/src/_icons/ball.svg
+++ b/src/_icons/ball.svg
@@ -2,8 +2,8 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
- <polyline points="5.65 5.65 18.35 18.35"></polyline>
- <polyline points="5.65 18.35 18.35 5.65"></polyline>
- <path d="M12 3a9 9 0 00 9 9"></path>
- <path d="M3 12a9 9 0 01 9 9"></path>
+ <line x1="5.65" y1="5.65" x2="18.35" y2="18.35" />
+ <line x1="5.65" y1="18.35" x2="18.35" y2="5.65" />
+ <path d="M12 3a9 9 0 0 0 9 9" />
+ <path d="M3 12a9 9 0 0 1 9 9" />
</svg>