css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (23 loc) • 497 B
CSS
.gg-mail-forward,
.gg-mail-forward::before {
display: block;
box-sizing: border-box;
height: 6px;
border-top: 2px solid
}
.gg-mail-forward {
border-left: 2px solid;
transform: scale(var(--ggs,1));
border-top-left-radius: 4px;
position: relative;
width: 14px
}
.gg-mail-forward::before {
content: "";
position: absolute;
width: 6px;
border-right: 2px solid;
top: -4px;
right: -1px;
transform: rotate(45deg)
}