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