css.gg
Version:
Minimalistic Icon library Designed by code.
35 lines (32 loc) • 723 B
CSS
.gg-play-track-next-r {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 4px
}
.gg-play-track-next-r::after,
.gg-play-track-next-r::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 8px;
top: 5px
}
.gg-play-track-next-r::before {
width: 2px;
border-radius: 2px;
left: 11px;
background: currentColor
}
.gg-play-track-next-r::after {
width: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 5px solid;
left: 5px
}