diff options
Diffstat (limited to 'src/_icons/window.svg')
-rw-r--r-- | src/_icons/window.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/window.svg b/src/_icons/window.svg index 9779a8a7..63041cbc 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,7 +1,7 @@ --- --- <svg> - <path d="M12 3c-3.866 0-7 3.272-7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V10c0-3.728-3.134-7-7-7z"/> - <path d="M5 13h14"/> - <path d="M12 3v18"/> + <path d="M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z" /> + <line x1="5" y1="13" x2="19" y2="13" /> + <line x1="12" y1="3" x2="12" y2="21" /> </svg> |