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