css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
30 lines (26 loc) • 482 B
CSS
.gg-layout-list {
transform: scale(var(--ggs,1))
}
.gg-layout-list,
.gg-layout-list::after,
.gg-layout-list::before {
box-sizing: border-box;
position: relative;
display: block;
width: 10px;
height: 2px;
border-left: 6px double;
border-right: 4px solid
}
.gg-layout-list::after,
.gg-layout-list::before {
content: "";
position: absolute;
left: -6px
}
.gg-layout-list::after {
bottom: 4px
}
.gg-layout-list::before {
top: 4px
}