diff options
Diffstat (limited to 'src/components/icons/Window.tsx')
-rw-r--r-- | src/components/icons/Window.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Window.tsx b/src/components/icons/Window.tsx new file mode 100644 index 000000000..326d56e84 --- /dev/null +++ b/src/components/icons/Window.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const Window_Stroke2_Corner2_Rounded = createSinglePathSVG({ + path: 'M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM5 18v-6h14v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm0-8h14V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v4Zm6-3.5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6ZM7.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z', +}) |