css.gg
Version:
Minimalistic Icon library Designed by code.
29 lines (26 loc) • 540 B
CSS
.gg-menu-left-alt {
box-sizing: border-box;
position: relative;
display: block;
width: 16px;
height: 14px;
transform: scale(var(--ggs,1))
}
.gg-menu-left-alt::after,
.gg-menu-left-alt::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
height: 2px;
border-radius: 4px;
background: currentColor
}
.gg-menu-left-alt::before {
width: 16px;
box-shadow: 0 12px 0
}
.gg-menu-left-alt::after {
width: 10px;
top: 6px
}