diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 01:14:16 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 01:14:16 +0200 |
commit | 1ad1673ecc32dde5cd513afbc7a93f18691af54c (patch) | |
tree | efb5afaf5e74856541c99bab656f4fb413b5901d /src/_icons | |
parent | Release 1.29.0 (diff) | |
download | tabler-icons-1ad1673ecc32dde5cd513afbc7a93f18691af54c.tar.xz |
`shield-lock` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/shield-lock.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/shield-lock.svg b/src/_icons/shield-lock.svg new file mode 100644 index 00000000..a0a37349 --- /dev/null +++ b/src/_icons/shield-lock.svg @@ -0,0 +1,7 @@ +--- +--- +<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> +</svg> |