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