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 05c64b43..9779a8a7 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,7 +1,7 @@ --- --- <svg> - <path d="M12 4a6 6 0 0 0 -6 6v10h12V10a6 6 0 0 0 -6 -6z" /> - <line x1="12" y1="4" x2="12" y2="20" /> - <line x1="6" y1="13" x2="18" y2="13" /> + <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"/> </svg> |