css.gg
Version:
Minimalistic Icon library Designed by code.
30 lines (27 loc) • 541 B
CSS
.gg-tally {
box-sizing: border-box;
position: relative;
display: block;
transform: skew(-10deg) scale(var(--ggs,1));
width: 18px;
height: 20px
}
.gg-tally::after,
.gg-tally::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
width: 3px;
background: currentColor;
border-radius: .5px
}
.gg-tally::before {
height: 20px;
box-shadow: 5px 0 0;
left: 5px
}
.gg-tally::after {
height: 8px;
box-shadow: 15px 0 0
}