css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
24 lines (22 loc) • 421 B
CSS
.gg-path-outline {
display: block;
position: relative;
box-sizing: border-box;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px
}
.gg-path-outline::after,
.gg-path-outline::before {
content: "";
position: absolute;
display: block;
box-sizing: border-box;
border: 2px solid;
width: 10px;
height: 10px
}
.gg-path-outline::before {
bottom: 0;
right: 0
}