/** @deprecated Use icons from icons-v2-generated instead. */ export const NaturalLanguageIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const AutomatedDiagnosticsIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const StatusUpdatesIcon = ({ className = "w-100 h-100" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const SmartEscalationIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const ScriptGenerationIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const PatchPolicyIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const BulkOperationsIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( ); /** @deprecated Use icons from icons-v2-generated instead. */ export const AuditLoggingIcon = ({ className = "w-12 h-12" }: { className?: string }) => ( );