css.gg
Version:
Minimalistic Icon library Designed by code.
37 lines (33 loc) • 770 B
CSS
.gg-pentagon-bottom-left {
box-sizing: border-box;
position: relative;
display: block;
transform: rotate(45deg) scale(var(--ggs,1));
width: 10px;
height: 10px
}
.gg-pentagon-bottom-left:before {
width: 51%
}
.gg-pentagon-bottom-left:after,
.gg-pentagon-bottom-left:before {
content: ' ';
position: absolute;
top: 0;
height: 100%
}
.gg-pentagon-bottom-left:before {
left: -2px;
border-top: 2px solid;
border-left: 2px solid;
border-bottom: 2px solid;
transform: skew(0deg,30deg)
}
.gg-pentagon-bottom-left:after {
right: -2px;
width: 50%;
border-right: 2px solid;
border-bottom: 2px solid;
border-top: 2px solid;
transform: skew(0deg,-30deg)
}