.gg-smart-home-wash-machine {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 20px;
    border: 2px solid;
    background:
        linear-gradient(
            to left,
            currentColor 18px,
            transparent 0
        ) no-repeat center 4px/18px 2px;
    border-radius: 3px
}

.gg-smart-home-wash-machine::after,
.gg-smart-home-wash-machine::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-radius: 22px
}

.gg-smart-home-wash-machine::before {
    bottom: 1px;
    left: 3px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    box-shadow:
        5px -9px 0 -3px,
        2px -9px 0 -3px
}

.gg-smart-home-wash-machine::after {
    top: 1px;
    left: 1px;
    width: 4px;
    height: 2px;
    background: currentColor
}