aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/feed.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-26 18:16:00 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-26 18:16:00 +0200
commit5324664e87bedfaa01ba62c0c847ef5b861e69b3 (patch)
treebeb3b76b89fa59ffd5192b540013e4d5f3e77740 /src/components/atoms/icons/feed.module.scss
parent8a6f09b564d5d2f02d0a2605f6b52070a910aaa3 (diff)
chore: add a Feed icon component
Diffstat (limited to 'src/components/atoms/icons/feed.module.scss')
-rw-r--r--src/components/atoms/icons/feed.module.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/atoms/icons/feed.module.scss b/src/components/atoms/icons/feed.module.scss
new file mode 100644
index 0000000..56a5253
--- /dev/null
+++ b/src/components/atoms/icons/feed.module.scss
@@ -0,0 +1,6 @@
+@use "@styles/abstracts/functions" as fun;
+
+.icon {
+ display: block;
+ width: var(--icon-size, #{fun.convert-px(40)});
+}