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/key.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/key.svg')
-rw-r--r-- | _icons/key.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_icons/key.svg b/_icons/key.svg index ac561e35..9d56769d 100644 --- a/_icons/key.svg +++ b/_icons/key.svg @@ -1,8 +1,8 @@ --- --- <svg> - <circle cx="8" cy="15" r="4"></circle> - <line x1="10.85" y1="12.15" x2="19" y2="4"></line> - <line x1="18" y1="5" x2="20" y2="7"></line> - <line x1="15" y1="8" x2="17" y2="10"></line> + <circle cx="8" cy="15" r="4" /> + <line x1="10.85" y1="12.15" x2="19" y2="4" /> + <line x1="18" y1="5" x2="20" y2="7" /> + <line x1="15" y1="8" x2="17" y2="10" /> </svg> |