aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Cog/Cog.module.scss
blob: 4fad00b3e8ca0186e6c3025c37be050d9de26dea (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);
  stroke-width: 4;
}