css.gg
Version:
Minimalistic Icon library Designed by code.
40 lines (37 loc) • 783 B
CSS
.gg-log-out {
box-sizing: border-box;
position: relative;
display: block;
width: 6px;
height: 16px;
border: 2px solid;
transform: scale(var(--ggs,1));
border-right: 0;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
margin-left: -10px
}
.gg-log-out::after,
.gg-log-out::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}
.gg-log-out::after {
border-top: 2px solid;
border-left: 2px solid;
transform: rotate(-45deg);
width: 8px;
height: 8px;
left: 4px;
bottom: 2px
}
.gg-log-out::before {
border-radius: 3px;
width: 10px;
height: 2px;
background: currentColor;
left: 5px;
bottom: 5px
}