.icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.icon svg {
    max-width: 24px;
    max-height: 24px;
}

