css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
33 lines (29 loc) • 491 B
CSS
.gg-sort-za,
.gg-sort-za::after,
.gg-sort-za::before {
display: block;
box-sizing: border-box;
height: 2px;
border-radius: 4px;
background: currentColor
}
.gg-sort-za {
position: relative;
transform: scale(var(--ggs,1));
width: 8px
}
.gg-sort-za::after,
.gg-sort-za::before {
content: "";
position: absolute
}
.gg-sort-za::before {
width: 12px;
top: 4px;
left: -2px
}
.gg-sort-za::after {
width: 4px;
top: -4px;
left: 2px
}