summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Copyright/Copyright.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Icons/Copyright/Copyright.module.scss')
-rw-r--r--src/components/Icons/Copyright/Copyright.module.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/Icons/Copyright/Copyright.module.scss b/src/components/Icons/Copyright/Copyright.module.scss
deleted file mode 100644
index 8ea801e..0000000
--- a/src/components/Icons/Copyright/Copyright.module.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-@use "@styles/abstracts/functions" as fun;
-
-.icon {
- display: block;
- width: var(--icon-size, #{fun.convert-px(40)});
- fill: var(--color-fg);
-}