css.gg
Version:
Minimalistic Icon library Designed by code.
36 lines (34 loc) • 753 B
CSS
.gg-arrows-expand-up-left {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 16px;
box-shadow: -6px -6px 0 -4px
}
.gg-arrows-expand-up-left::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
border: 2px solid;
border-radius: 1px;
right: 0;
bottom: 0
}
.gg-arrows-expand-up-left::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
background: currentColor;
width: 2px;
height: 10px;
transform: rotate(-45deg);
bottom: 8px;
left: 2px;
border-radius: 4px
}