css.gg
Version:
Minimalistic Icon library Designed by code.
26 lines (23 loc) • 481 B
CSS
.gg-menu-oreos {
box-sizing: border-box;
position: relative;
display: block;
width: 16px;
height: 18px;
transform: scale(var(--ggs,1))
}
.gg-menu-oreos::after,
.gg-menu-oreos::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
width: 16px;
height: 8px;
border-top: 3px solid;
border-bottom: 3px solid;
border-radius: 3px
}
.gg-menu-oreos::after {
bottom: 0
}