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