css.gg
Version:
Minimalistic Icon library Designed by code.
26 lines (24 loc) • 508 B
CSS
.gg-shopping-bag {
transform: scale(var(--ggs,1))
}
.gg-shopping-bag,
.gg-shopping-bag::after {
box-sizing: border-box;
position: relative;
display: block;
width: 20px;
height: 20px;
border: 2px solid;
border-radius: 3px
}
.gg-shopping-bag::after {
content: "";
position: absolute;
width: 10px;
height: 6px;
border-bottom-left-radius: 120px;
border-bottom-right-radius: 120px;
border-top: 0;
top: 2px;
left: 3px
}