.icon {
    display: inline-block;
    width: 1.35rem;
    height: 1.35rem;
    background-color: currentColor;
}

.icon-autorenew-rounded {
    mask: url("/static/icons/autorenew-rounded.svg") no-repeat center / contain;
    -webkit-mask: url("/static/icons/autorenew-rounded.svg") no-repeat center /
        contain;
}
