import Image from "next/image" import { Rotate3d } from "lucide-react" export { Rotate3d as GraphIcon } export function IntegrationsIcon({ className }: { className?: string }) { return ( Integrations ) } export function ChromeIcon({ className }: { className?: string }) { return ( Google Chrome Icon ) } export function AppleShortcutsIcon() { return (
Apple Shortcuts
) } export function RaycastIcon({ className }: { className?: string }) { return ( Raycast Icon ) }