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/shield-lock.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/shield-lock.svg')
-rw-r--r-- | src/_icons/shield-lock.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/shield-lock.svg b/src/_icons/shield-lock.svg index a0a37349..f842effa 100644 --- a/src/_icons/shield-lock.svg +++ b/src/_icons/shield-lock.svg @@ -2,6 +2,6 @@ --- <svg> <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> - <circle cx="12" cy="11" r="1"></circle> - <polyline points="12 12 12 14.5"></polyline> + <circle cx="12" cy="11" r="1" /> + <line x1="12" y1="12" x2="12" y2="14.5" /> </svg> |