.gg-play-track-next-o { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 22px; height: 22px; border: 2px solid; border-radius: 20px; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; height: 8px; top: 5px; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; height: 8px; top: 5px; width: 2px; border-radius: 2px; left: 11px; background: currentColor; } &::after { width: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid; left: 5px; } }