diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
commit | 605ac9c6b9ee69292080b618a2cb0e39062130de (patch) | |
tree | 5541ce4479d576de56dc2d347042a6b6c9536282 /_icons/lock-open.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
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> |