diff options
Diffstat (limited to 'src/_icons/lock.svg')
-rw-r--r-- | src/_icons/lock.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/lock.svg b/src/_icons/lock.svg new file mode 100644 index 00000000..1aae4aa2 --- /dev/null +++ b/src/_icons/lock.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="5" y="11" width="14" height="10" rx="2" /> + <circle cx="12" cy="16" r="1" /> + <path d="M8 11v-4a4 4 0 018 0v4" /> +</svg> |