import React from 'react'; export const UploadIcon = () => ( ); export const ChatIcon = () => ( ); export const CloseIcon = () => ( ); export const SendIcon = () => ( ); export const ChartIcon = () => ( ); export const TableIcon = () => ( ); export const SearchIcon = () => ( ); export const DownloadIcon = () => ( ); export const FunnelIcon = () => ( ); export const TrendingIcon = () => ( ); export const MegaphoneIcon = () => ( ); export const WarehouseIcon = ({ className = "w-4 h-4" }) => ( ); export const AmazonSmileIcon = ({ className = "w-4 h-4" }) => ( ); export const CoverageIcon = ({ className = "w-4 h-4" }) => ( );