diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
commit | f289dcaf534f37e158654870f7406f8d22f63d90 (patch) | |
tree | 3af65d885d855ea20db4db798c5efbc8e3f84cdf /_icons/dots.svg | |
parent | ban icon (diff) | |
download | tabler-icons-f289dcaf534f37e158654870f7406f8d22f63d90.tar.xz |
corners, cut, copy, dots, etc
Diffstat (limited to '_icons/dots.svg')
-rw-r--r-- | _icons/dots.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/dots.svg b/_icons/dots.svg index b2ef8cdf..d250dd49 100644 --- a/_icons/dots.svg +++ b/_icons/dots.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="5" cy="12" r=".75" /> - <circle cx="12" cy="12" r=".75" /> - <circle cx="19" cy="12" r=".75" /> + <circle cx="5" cy="12" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="19" cy="12" r="1" /> </svg> |