css.gg
Version:
Minimalistic Icon library Designed by code.
38 lines (35 loc) • 780 B
CSS
.gg-arrows-expand-right-alt {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px;
margin: 2px;
box-shadow:
-6px 6px 0 -4px,
6px -6px 0 -4px
}
.gg-arrows-expand-right-alt::after,
.gg-arrows-expand-right-alt::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
transform: rotate(45deg)
}
.gg-arrows-expand-right-alt::before {
width: 2px;
height: 22px;
top: -4px;
left: 6px;
border-top: 9px solid;
border-bottom: 9px solid
}
.gg-arrows-expand-right-alt::after {
width: 8px;
height: 2px;
background: currentColor;
top: 6px;
left: 3px
}