summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Moon/Moon.module.scss
blob: 51d76fd408289aa879e0ef4f7d7d0c67e94bede4 (plain)
1
2
3
4
5
6
7
8
@use "@styles/abstracts/functions" as fun;

.moon {
  fill: var(--color-primary-lighter);
  stroke: var(--color-border-dark);
  stroke-width: 4;
  width: var(--icon-size, #{fun.convert-px(25)});
}