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