import React from 'react'; export const IconUser = ({ className }: { className?: string }) => ( ); export const IconFileUp = ({ className }: { className?: string }) => ( ); export const IconSend = ({ className }: { className?: string }) => ( ); export const IconBot = ({ className }: { className?: string }) => ( {/* Antenna - positioned slightly more to the edge and shorter to allow larger head */} {/* Ears - larger and hugging the head more closely */} {/* Head - expanded size to be more prominent */} {/* Eyes - slightly larger ovals */} {/* Blush - vibrant orange circles */} {/* Smile - cute curve */} ); export const IconGear = ({ className }: { className?: string }) => ( ); export const IconSparkles = ({ className }: { className?: string }) => ( ); export const IconArrowRight = ({ className }: { className?: string }) => ( ); export const IconLayers = ({ className }: { className?: string }) => ( ); export const IconDatabase = ({ className }: { className?: string }) => ( ); export const IconWorkflow = ({ className }: { className?: string }) => ( ); export const IconGlobe = ({ className }: { className?: string }) => ( );