32 lines
455 B
CSS
32 lines
455 B
CSS
.root {
|
|
position: relative;
|
|
width: 24px;
|
|
height: 24px;
|
|
align-items: flex-start;
|
|
overflow: hidden;
|
|
}
|
|
.vectorStroke {
|
|
position: absolute;
|
|
left: 4.1667%;
|
|
right: 4.1667%;
|
|
top: 4.1667%;
|
|
bottom: 4.1667%;
|
|
overflow: visible;
|
|
}
|
|
.icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.vectorStroke2 {
|
|
position: absolute;
|
|
left: 29.1667%;
|
|
right: 25%;
|
|
top: 33.3333%;
|
|
bottom: 33.3333%;
|
|
overflow: visible;
|
|
}
|
|
.icon2 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|