11 lines
123 B
CSS
11 lines
123 B
CSS
|
.icon {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
fill: currentColor;
|
||
|
}
|
||
|
|
||
|
.icon-loading {
|
||
|
width: 26px;
|
||
|
height: 26px;
|
||
|
}
|