diff options
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> |