diff options
Diffstat (limited to 'src/_icons/window.svg')
-rw-r--r-- | src/_icons/window.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/window.svg b/src/_icons/window.svg new file mode 100644 index 00000000..05c64b43 --- /dev/null +++ b/src/_icons/window.svg @@ -0,0 +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" /> +</svg> |