css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
21 lines (20 loc) • 421 B
CSS
.gg-menu-motion {
box-sizing: border-box;
position: relative;
display: block;
width: 18px;
height: 14px;
transform: scale(var(--ggs,1))
}
.gg-menu-motion::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
width: 10px;
height: 2px;
bottom: 0;
box-shadow: 4px -6px 0,8px -12px 0;
border-radius: 4px;
background: currentColor
}