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