31 lines
425 B
CSS
31 lines
425 B
CSS
.root {
|
|
position: relative;
|
|
width: 24px;
|
|
height: 24px;
|
|
align-items: flex-start;
|
|
}
|
|
.vector {
|
|
position: absolute;
|
|
left: 25%;
|
|
right: 25%;
|
|
top: 39.5833%;
|
|
bottom: 35.4167%;
|
|
overflow: visible;
|
|
}
|
|
.icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.vectorStroke {
|
|
position: absolute;
|
|
left: 20.8333%;
|
|
right: 20.8331%;
|
|
top: 35.4167%;
|
|
bottom: 31.25%;
|
|
overflow: visible;
|
|
}
|
|
.icon2 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|