css.gg
Version:
Minimalistic Icon library Designed by code.
26 lines (25 loc) • 529 B
CSS
.gg-assign {
box-sizing: border-box;
position: relative;
display: block;
width: 6px;
height: 6px;
background: currentColor;
transform: scale(var(--ggs,1));
border-radius: 100px
}
.gg-assign::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 12px;
height: 12px;
box-shadow:
-5px -5px 0 -3px,
5px 5px 0 -3px,
5px -5px 0 -3px,
-5px 5px 0 -3px;
left: -3px;
top: -3px
}