.gg-move-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 8px;
    height: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.gg-move-left::after,
.gg-move-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}

.gg-move-left::before {
    background: currentColor;
    right: 0;
    top: 2px;
    width: 12px;
    height: 2px
}

.gg-move-left::after {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid;
    left: -7px
}