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

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