Deprecated SVG icon components for Flamingo's AI feature set, each rendering a 90×90 viewBox icon styled with the Flamingo yellow (`#FFC008`) stroke/fill color. ## Key Components | Export | Description | |--------|-------------| | `NaturalLanguageIcon` | Chat/language bubble icon | | `AutomatedDiagnosticsIcon` | Settings/gear with inner circle icon | | `StatusUpdatesIcon` | Notification bell with dot indicator | | `SmartEscalationIcon` | Dual-arrow escalation path icon | | `ScriptGenerationIcon` | Code/terminal window icon | | `PatchPolicyIcon` | Git-branch style patch flow icon | | `BulkOperationsIcon` | Checklist with multiple rows icon | | `AuditLoggingIcon` | Clipboard with checkmark icon | All components accept an optional `className` prop to control sizing via Tailwind CSS utility classes. ## Usage Example ```typescript import { NaturalLanguageIcon, AutomatedDiagnosticsIcon, AuditLoggingIcon } from './openframe-ai-icons'; // Default size (w-12 h-12) // Custom size via className // Larger display ``` > ⚠️ **Deprecated** — All icons in this file are marked `@deprecated`. Migrate to the updated equivalents from `icons-v2-generated` for current and future use.