css.gg
Version:
Minimalistic Icon library Designed by code.
23 lines (22 loc) • 482 B
CSS
.gg-arrow-top-left {
box-sizing: border-box;
position: relative;
display: block;
width: 8px;
height: 8px;
transform: scale(var(--ggs,1));
border-top: 2px solid;
border-left: 2px solid
}
.gg-arrow-top-left::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 14px;
height: 2px;
background: currentColor;
transform: rotate(45deg);
top: 3px;
left: -3px
}