// Lucide-style icons (currentColor stroke) + Material icon paths used in capability cards. const ArrowUpRight = ({ className = "h-5 w-5" }) => ( ); const Play = ({ className = "h-4 w-4" }) => ( ); const ClockIcon = ({ className = "h-7 w-7" }) => ( ); const GlobeIcon = ({ className = "h-7 w-7" }) => ( ); // Material icon paths (filled), rendered inside a const MaterialImage = ({ className = "h-6 w-6" }) => ( ); const MaterialMovie = ({ className = "h-6 w-6" }) => ( ); const MaterialBulb = ({ className = "h-6 w-6" }) => ( ); Object.assign(window, { ArrowUpRight, Play, ClockIcon, GlobeIcon, MaterialImage, MaterialMovie, MaterialBulb, });