summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Close/Close.module.scss
blob: 235991c4d20afe3863ecf67d2c9679b4e4812ac6 (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);
  stroke-width: 3;
}