diff options
Diffstat (limited to '_icons/lock.svg')
-rw-r--r-- | _icons/lock.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_icons/lock.svg b/_icons/lock.svg index 8f3147c5..1aae4aa2 100644 --- a/_icons/lock.svg +++ b/_icons/lock.svg @@ -2,6 +2,6 @@ --- <svg> <rect x="5" y="11" width="14" height="10" rx="2" /> - <line x1="12" y1="15" x2="12" y2="17" /> + <circle cx="12" cy="16" r="1" /> <path d="M8 11v-4a4 4 0 018 0v4" /> </svg> |