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