.icon {
    height: 12px;
    width: 12px;
    display: block;
}

.icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    border-radius: var(--r-sm, 3px);
    transition: opacity 0.12s;
}

.icon-wrap:hover {
    opacity: 0.65;
}
