aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Cog/Cog.module.scss
blob: 4b09c383aa001fde4e61404e4f17b47becce7721 (plain)
1
2
3
4
5
6
7
8
9
10
@use "@styles/abstracts/functions" as fun;

.icon {
  display: block;
  width: var(--icon-size, #{fun.convert-px(40)});
  margin: auto;
  fill: var(--color-primary-lighter);
  stroke: var(--color-border-dark);
  stroke-width: 4;
}