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/swich-horizontal.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/swich-horizontal.svg')
-rw-r--r-- | _icons/swich-horizontal.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_icons/swich-horizontal.svg b/_icons/swich-horizontal.svg index 8527d4b2..e82c1372 100644 --- a/_icons/swich-horizontal.svg +++ b/_icons/swich-horizontal.svg @@ -1,8 +1,8 @@ --- --- <svg> - <polyline points="16 3 20 7 16 11"/> - <polyline points="10 7 20 7"/> - <polyline points="8 13 4 17 8 21"/> - <polyline points="4 17 13 17"/> + <polyline points="16 3 20 7 16 11" /> + <line x1="10" y1="7" x2="20" y2="7" /> + <polyline points="8 13 4 17 8 21" /> + <line x1="4" y1="17" x2="13" y2="17" /> </svg> |