css.gg
Version:
Minimalistic Icon library Designed by code.
21 lines (20 loc) • 412 B
CSS
.gg-sidebar-open {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 18px;
height: 16px;
border: 2px solid
}
.gg-sidebar-open::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 4px;
height: 12px;
background: currentColor;
top: 0;
left: 0
}