css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (23 loc) • 455 B
CSS
.gg-microbit,
.gg-microbit::before {
display: block;
box-sizing: border-box;
border-radius: 20px
}
.gg-microbit {
position: relative;
transform: scale(var(--ggs,1));
width: 24px;
height: 14px;
border: 3px solid
}
.gg-microbit::before {
content: "";
position: absolute;
width: 4px;
height: 4px;
background: currentColor;
top: 2px;
left: 2px;
box-shadow: 10px 0 0 0
}