A React SVG icon component that renders the Mingo brand logo with customizable styling and color properties. ## Key Components - **MingoIconProps**: Interface extending React's SVGProps with an optional `color` prop - **MingoIcon**: Functional component that renders an SVG icon with two circles and geometric paths - **Default styling**: 24x24 viewBox with white fill color by default ## Usage Example ```typescript import { MingoIcon } from './mingo-icon' // Basic usage with default white color // Custom color and className // With additional SVG properties console.log('Icon clicked')} aria-label="Mingo logo" /> ``` The component accepts all standard SVG props through prop spreading, making it highly flexible for different styling needs and event handling while maintaining the distinctive Mingo visual identity.