.gg-trending-down { box-sizing: border-box; position: relative; display: block; transform: rotate(45deg) scale(var(--ggs, 1)); width: 10px; height: 8px; border-bottom: 2px solid; border-right: 2px solid; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; background: currentColor; left: 8px; width: 10px; height: 2px; top: 0; } &::after { width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid; top: -3px; right: -14px; } }