diff options
author | codecalm <codecalm@gmail.com> | 2020-05-30 15:03:25 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-30 15:03:25 +0200 |
commit | 461b658026330f0a0256f478164e23eec6e2077d (patch) | |
tree | ea2c86d798c1ed1d26e28b8b1a23a39d3796b9c4 /src/_icons/ball.svg | |
parent | Release 1.6.1 (diff) | |
download | tabler-icons-461b658026330f0a0256f478164e23eec6e2077d.tar.xz |
3 new icons: `ball`, `basket`, `color-picker`
Diffstat (limited to 'src/_icons/ball.svg')
-rw-r--r-- | src/_icons/ball.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/ball.svg b/src/_icons/ball.svg new file mode 100644 index 00000000..b974b9e6 --- /dev/null +++ b/src/_icons/ball.svg @@ -0,0 +1,9 @@ +--- +--- +<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> +</svg> |