import Image from "next/image" import { Rotate3d } from "lucide-react" export { Rotate3d as GraphIcon } export function IntegrationsIcon({ className }: { className?: string }) { return ( ) } export function ChromeIcon({ className }: { className?: string }) { return ( ) } export function AppleShortcutsIcon() { return (