10 lines
123 B
Text
10 lines
123 B
Text
.icon {
|
|
width: var(--icon-size);
|
|
flex: none;
|
|
|
|
path, polygon, circle {
|
|
&:not([fill]) {
|
|
fill: currentColor;
|
|
}
|
|
}
|
|
}
|