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) • 392 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
}