9 lines
98 B
Text
9 lines
98 B
Text
.icon {
|
|
width: 24px;
|
|
|
|
path, polygon, circle {
|
|
&:not([fill]) {
|
|
fill: currentColor;
|
|
}
|
|
}
|
|
}
|