diff options
Diffstat (limited to 'src/icons/shield-lock.svg')
-rw-r--r-- | src/icons/shield-lock.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/shield-lock.svg b/src/icons/shield-lock.svg new file mode 100644 index 00000000..955ee4e2 --- /dev/null +++ b/src/icons/shield-lock.svg @@ -0,0 +1,11 @@ +--- +category: System +tags: [secure, security, closed, key, safety] +version: "1.30" +unicode: "ed58" +--- +<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" /> + <line x1="12" y1="12" x2="12" y2="14.5" /> +</svg> |