From 3951a875a5c7619196239ce5f288f832d2f51224 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 31 Mar 2022 23:29:17 +0200 Subject: chore: add a CC BY SA svg icon component --- src/components/atoms/icons/cc-by-sa.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/atoms/icons/cc-by-sa.module.scss (limited to 'src/components/atoms/icons/cc-by-sa.module.scss') 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); +} -- cgit v1.2.3