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/device-mobile.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/device-mobile.svg')
-rw-r--r-- | _icons/device-mobile.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/device-mobile.svg b/_icons/device-mobile.svg index 3d11be9..563fd2a 100644 --- a/_icons/device-mobile.svg +++ b/_icons/device-mobile.svg @@ -1,7 +1,7 @@ --- --- <svg> - <rect x="7" y="4" width="10" height="16" rx="1"></rect> - <polyline points="11 5 13 5"/> - <polyline points="12 17 12 17.01"/> + <rect x="7" y="4" width="10" height="16" rx="1" /> + <line x1="11" y1="5" x2="13" y2="5" /> + <line x1="12" y1="17" x2="12" y2="17.01" /> </svg> |