import React from 'react'; export const LoopaIcon = ({ className = "w-24 h-24" }: { className?: string }) => ( ); export const PlayIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const PauseIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const TrashIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const PlusIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const ImageIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const VideoIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const DragHandleIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const UploadIcon = ({ className = "w-8 h-8" }: { className?: string }) => ( ); export const ComputerDesktopIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const GlobeAltIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const PencilIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const ShareIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const CheckIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const UserCircleIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const ShieldCheckIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const ArrowLeftStartOnRectangleIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const UserPlusIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const KeyIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const SpeakerWaveIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const SpeakerXMarkIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const MagnifyingGlassIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const BuildingOfficeIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const EnvelopeIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const MapPinIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const SparklesIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const XMarkIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const PhotoIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const Cog6ToothIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const ArchiveBoxIcon = ({ className = "w-6 h-6" }: { className?: string }) => ( ); export const CalendarDaysIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const CalendarIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const ClipboardDocumentIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( ); export const LockClosedIcon = ({ className = "w-5 h-5" }: { className?: string }) => ( );