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 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 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 ( ); }