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