summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cog.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-01 11:25:56 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-01 11:25:56 +0200
commitc1b6d057ba810705789e02e45f32ad29ce383954 (patch)
treedf1e35363341cdcb2f1232978260be4511a7cc31 /src/components/atoms/icons/cog.module.scss
parent9811d3d2777dcca9b74d15ce4f6126fb90b579bb (diff)
chore: add a Cog icon component
Diffstat (limited to 'src/components/atoms/icons/cog.module.scss')
-rw-r--r--src/components/atoms/icons/cog.module.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/atoms/icons/cog.module.scss b/src/components/atoms/icons/cog.module.scss
new file mode 100644
index 0000000..8c48fcc
--- /dev/null
+++ b/src/components/atoms/icons/cog.module.scss
@@ -0,0 +1,9 @@
+@use "@styles/abstracts/functions" as fun;
+
+.icon {
+ display: block;
+ width: var(--icon-size, #{fun.convert-px(40)});
+ fill: var(--color-primary-lighter);
+ stroke: var(--color-primary-darker);
+ stroke-width: 4;
+}