css.gg
Version:
Minimalistic Icon library Designed by code.
24 lines (23 loc) • 498 B
CSS
.gg-smile-no-mouth {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px;
border: 2px solid;
border-radius: 100px
}
.gg-smile-no-mouth::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 2px;
background: currentColor;
left: 4px;
box-shadow: 6px 0 0;
width: 2px;
border-radius: 10px;
top: 5px
}