css.gg
Version:
Minimalistic Icon library Designed by code.
24 lines (23 loc) • 501 B
CSS
.gg-calendar-today {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 18px;
height: 18px;
border: 2px solid;
border-top: 4px solid;
border-radius: 3px
}
.gg-calendar-today::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
background: currentColor;
height: 4px;
width: 4px;
border-radius: 2px;
right: 2px;
bottom: 2px
}