17 lines
153 B
CSS
17 lines
153 B
CSS
.svg-icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
|
|
path,
|
|
polygon,
|
|
rect {
|
|
@apply fill-current;
|
|
}
|
|
|
|
circle {
|
|
@apply stroke-current;
|
|
stroke-width: 1;
|
|
}
|
|
}
|
|
|
|
|