export const PlayIcon = (props: React.SVGProps) => ( ); export const PauseIcon = (props: React.SVGProps) => ( ); export const SkipForwardIcon = (props: React.SVGProps) => ( ); export const SkipBackwardIcon = (props: React.SVGProps) => ( ); export function ChevronUpDownIcon(props: React.SVGProps) { return ( ); } export function SettingsIcon(props: React.SVGProps) { return ( ); } export function CheckIcon(props: React.SVGProps) { return ( ); } export function PlusIcon(props: React.SVGProps) { return ( ); } export function UploadIcon(props: React.SVGProps) { return ( ); } export function InfoIcon(props: React.SVGProps) { return ( ); } export function GithubIcon(props: React.SVGProps) { return ( ); } export function PDFIcon(props: React.SVGProps) { return ( ); } export function EPUBIcon(props: React.SVGProps) { return ( ); } export function FileIcon(props: React.SVGProps) { return ( ); } export function DownloadIcon(props: React.SVGProps) { return ( ); } export function CheckCircleIcon(props: React.SVGProps) { return ( ); } export function XCircleIcon(props: React.SVGProps) { return ( ); } export function ClockIcon(props: React.SVGProps) { return ( ); } export function RefreshIcon(props: React.SVGProps) { return ( ); } export function DotsVerticalIcon(props: React.SVGProps) { return ( ); } export function DotsHorizontalIcon(props: React.SVGProps) { return ( ); } export function ChevronLeftIcon(props: React.SVGProps) { return ( ); } export function ChevronRightIcon(props: React.SVGProps) { return ( ); } export function SpeedometerIcon(props: React.SVGProps) { return ( ); } export function AudioWaveIcon(props: React.SVGProps) { return ( ); } export function CopyIcon(props: React.SVGProps) { return ( ); } export function ListIcon(props: React.SVGProps) { return ( ); } export function GridIcon(props: React.SVGProps) { return ( ); } export function KeyIcon(props: React.SVGProps) { return ( ); } export function PaletteIcon(props: React.SVGProps) { return ( ); } export function UserIcon(props: React.SVGProps) { return ( ); } export function DocumentIcon(props: React.SVGProps) { return ( ); } export function FileSettingsIcon(props: React.SVGProps) { return ( file-settings-solid ); } export function SparkleIcon(props: React.SVGProps) { return ( ); }