css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
27 lines (25 loc) • 507 B
CSS
.gg-folder {
transform: scale(var(--ggs,1))
}
.gg-folder,
.gg-folder::after {
box-sizing: border-box;
position: relative;
display: block;
width: 22px;
height: 16px;
border: 2px solid;
border-radius: 3px
}
.gg-folder::after {
content: "";
position: absolute;
width: 10px;
height: 4px;
border-bottom: 0;
border-top-left-radius: 2px;
border-top-right-radius: 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
top: -5px
}