css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
26 lines (23 loc) • 456 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
}