diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 10:50:35 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 10:50:35 +0200 |
commit | 426824ec233440145603c6d3624b8d4e242b40ed (patch) | |
tree | 46f342d72af6ef47a4259bbd6c4549319e778fff /src/_icons/square-dot.svg | |
parent | 3 new icons: `square-dot`, `square-forbid-2`, `square-forbid` (diff) | |
download | tabler-icons-426824ec233440145603c6d3624b8d4e242b40ed.tar.xz |
2 new icons: `file-symlink`, `refresh-alert`
Fixed icons: `refresh`, `shield-lock`, `square-dot`
Diffstat (limited to 'src/_icons/square-dot.svg')
-rw-r--r-- | src/_icons/square-dot.svg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_icons/square-dot.svg b/src/_icons/square-dot.svg index 0cf0b0b7..4be3853f 100644 --- a/src/_icons/square-dot.svg +++ b/src/_icons/square-dot.svg @@ -2,6 +2,5 @@ --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="12" cy="12" r="1"></circle> - + <circle cx="12" cy="12" r="1" /> </svg> |