const SvgIcon = ({ children, className = "h-6 w-6", fill = "none" }) => ( ); const ArrowUpRight = ({ className = "h-5 w-5" }) => ; const Play = ({ className = "h-4 w-4" }) => ; const Clock = () => ; const Globe = () => ; const MaterialIcon = ({ path }) => ; window.ArrowUpRight = ArrowUpRight; window.Play = Play; window.Clock = Clock; window.Globe = Globe; window.MaterialIcon = MaterialIcon;