about summary refs log tree commit diff
path: root/src/components/icons/HomeOpen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/HomeOpen.tsx')
-rw-r--r--src/components/icons/HomeOpen.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/icons/HomeOpen.tsx b/src/components/icons/HomeOpen.tsx
new file mode 100644
index 000000000..1b7df5aa9
--- /dev/null
+++ b/src/components/icons/HomeOpen.tsx
@@ -0,0 +1,9 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const HomeOpen_Stoke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M11.37 1.724a1 1 0 0 1 1.26 0l8 6.5A1 1 0 0 1 21 9v11a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-5h-2v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 .37-.776l8-6.5ZM5 9.476V19h4v-5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5h4V9.476l-7-5.688-7 5.688Z',
+})
+
+export const HomeOpen_Filled_Corner0_Rounded = createSinglePathSVG({
+  path: 'M12.63 1.724a1 1 0 0 0-1.26 0l-8 6.5A1 1 0 0 0 3 9v11a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-6h4v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V9a1 1 0 0 0-.37-.776l-8-6.5Z',
+})