diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 16:27:20 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 16:27:20 +0100 |
commit | 7da258fbaff8d928ba1df80f5547e351d60ce647 (patch) | |
tree | b67a0131f59518177c47b78589661b4499647eb3 /_icons/more.svg | |
parent | readme fix (diff) | |
download | tabler-icons-7da258fbaff8d928ba1df80f5547e351d60ce647.tar.xz |
qrcode grid icons
Diffstat (limited to '_icons/more.svg')
-rw-r--r-- | _icons/more.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/more.svg b/_icons/more.svg index d250dd49..b2ef8cdf 100644 --- a/_icons/more.svg +++ b/_icons/more.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="5" cy="12" r="1" /> - <circle cx="12" cy="12" r="1" /> - <circle cx="19" cy="12" r="1" /> + <circle cx="5" cy="12" r=".75" /> + <circle cx="12" cy="12" r=".75" /> + <circle cx="19" cy="12" r=".75" /> </svg> |