1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00
blog/src/components/atoms/Icon.module.scss

13 lines
209 B
SCSS

@import 'variables';
.icon {
width: 1em;
height: 1em;
stroke: currentColor;
stroke-width: $stroke-width;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
vertical-align: baseline;
}