aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Close/Close.module.scss
blob: b45895b3760000a4f688b19211e94a2945b96a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@use "@styles/abstracts/functions" as fun;

.icon {
  display: block;
  margin: auto;
  width: var(--icon-size, #{fun.convert-px(40)});
}

.line {
  fill: var(--color-primary-lighter);
  stroke: var(--color-border-dark);
  stroke-width: 3;
}