9 lines
151 B
SCSS
9 lines
151 B
SCSS
|
.icon {
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
stroke-width: 0;
|
||
|
stroke: currentColor;
|
||
|
fill: currentColor;
|
||
|
color: currentColor;
|
||
|
}
|