.icon {
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--gray-20);
}

.icon > svg {
    width: 32px;
    height: 32px;
    transform: translate(-6px, 6px);
}
