css.gg
Version:
Minimalistic Icon library Designed by code.
24 lines (23 loc) • 485 B
CSS
.gg-block {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 16px;
border: 2px solid;
border-radius: 100%
}
.gg-block::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 2px;
background: currentColor;
border-radius: 5px;
transform: rotate(-45deg);
top: 5px;
left: 1px
}