css.gg
Version:
Minimalistic Icon library Designed by code.
27 lines (25 loc) • 553 B
CSS
.gg-chevron-double-left {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px
}
.gg-chevron-double-left::after,
.gg-chevron-double-left::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
border-left: 2px solid;
border-bottom: 2px solid;
transform: rotate(45deg);
top: 7px;
left: 6px
}
.gg-chevron-double-left::after {
left: 11px
}