.BreakdownIcon {
    align-items: center;
    background-color: var(--gray-100);
    border-radius: 2px;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
    width: 16px;

    svg {
        color: var(--gray-500);
        fill: currentColor;
    }

    &--source svg {
        transform: rotate(-45deg);
    }

    &--target svg {
        transform: rotate(45deg);
    }
}
