summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cog.module.scss
blob: 52015988fa208fde5f2fd852f96b7993217c3fdb (plain)
1
2
3
4
5
6
7
8
@use "@styles/abstracts/functions" as fun;

.icon {
  width: var(--icon-size, #{fun.convert-px(40)});
  fill: var(--color-primary-lighter);
  stroke: var(--color-primary-darker);
  stroke-width: 4;
}