aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cc-by-sa.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-03-31 23:29:17 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-01 11:21:07 +0200
commit3951a875a5c7619196239ce5f288f832d2f51224 (patch)
tree26724d06b29199a99f036a7c066e5d9bcd4496c0 /src/components/atoms/icons/cc-by-sa.module.scss
parent60c284c7ad7383313886c5f4716589cb6c180693 (diff)
chore: add a CC BY SA svg icon component
Diffstat (limited to 'src/components/atoms/icons/cc-by-sa.module.scss')
-rw-r--r--src/components/atoms/icons/cc-by-sa.module.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/atoms/icons/cc-by-sa.module.scss b/src/components/atoms/icons/cc-by-sa.module.scss
new file mode 100644
index 0000000..e1b2100
--- /dev/null
+++ b/src/components/atoms/icons/cc-by-sa.module.scss
@@ -0,0 +1,7 @@
+@use "@styles/abstracts/functions" as fun;
+
+.icon {
+ display: block;
+ width: var(--icon-size, #{fun.convert-px(60)});
+ fill: var(--color-fg);
+}