diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-26 18:16:00 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-26 18:16:00 +0200 |
| commit | 5324664e87bedfaa01ba62c0c847ef5b861e69b3 (patch) | |
| tree | beb3b76b89fa59ffd5192b540013e4d5f3e77740 /src/components/atoms/icons/feed.module.scss | |
| parent | 8a6f09b564d5d2f02d0a2605f6b52070a910aaa3 (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.scss | 6 |
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)}); +} |
