import React from 'react'; import { __ } from '@wordpress/i18n'; import { getFlowLegendItems } from './flowColors'; import { FlowTypeIcon } from './FlowTypeIcon'; /** * Renders the compact visitor-flow category legend with icons. * * @return Colour, icon, and category legend. */ export const VisitorFlowLegend: React.FC = () => { const legendItems = getFlowLegendItems(); return (