css.gg
Version:
Minimalistic Icon library Designed by code.
26 lines (23 loc) • 448 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
}