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