aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/home.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons/home.module.scss')
-rw-r--r--src/components/atoms/icons/home.module.scss41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/components/atoms/icons/home.module.scss b/src/components/atoms/icons/home.module.scss
deleted file mode 100644
index 8ed05a0..0000000
--- a/src/components/atoms/icons/home.module.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-@use "../../../styles/abstracts/functions" as fun;
-
-.icon {
- display: block;
- width: var(--icon-size, #{fun.convert-px(40)});
-}
-
-.wall {
- fill: var(--color-bg);
- stroke: var(--color-primary-darker);
- stroke-width: 4;
-}
-
-.indoor {
- fill: var(--color-shadow-dark);
- stroke: var(--color-primary-darker);
- stroke-width: 4;
-}
-
-.door {
- fill: var(--color-primary-lighter);
- stroke: var(--color-primary-darker);
- stroke-width: 4;
-}
-
-.roof {
- fill: var(--color-primary-lighter);
- stroke: var(--color-primary-darker);
- stroke-width: 4;
-}
-
-.chimney {
- fill: var(--color-bg);
- stroke: var(--color-primary-darker);
- stroke-width: 4;
-}
-
-.lines {
- fill: var(--color-primary-darker);
- stroke-width: 4;
-}