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

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