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

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