css.gg
Version:
Minimalistic Icon library Designed by code.
23 lines (22 loc) • 467 B
CSS
.gg-toggle-square {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 24px;
height: 14px;
border: 2px solid;
border-radius: 2px
}
.gg-toggle-square::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 6px;
background: currentColor;
top: 2px;
left: 2px;
border-radius: 1px
}