css.gg
Version:
Minimalistic Icon library Designed by code.
32 lines (30 loc) • 576 B
CSS
.gg-list {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 20px;
border: 2px solid;
border-radius: 3px
}
.gg-list::after,
.gg-list::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 2px;
height: 2px;
background: currentColor;
top: 3px;
left: 3px;
box-shadow:
0 4px 0,
0 8px 0
}
.gg-list::after {
border-radius: 3px;
width: 8px;
left: 7px
}