diff options
Diffstat (limited to '_icons/lock-open.svg')
-rw-r--r-- | _icons/lock-open.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/lock-open.svg b/_icons/lock-open.svg index b2ef8791..9838aabc 100644 --- a/_icons/lock-open.svg +++ b/_icons/lock-open.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-5a4 4 0 018 0"></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-5a4 4 0 018 0" /> </svg> |