import { Icon } from "next/dist/lib/metadata/types/metadata-types" type IconProps = React.HTMLAttributes export const Icons = { twitter: (props: IconProps) => ( ), gitHub: (props: IconProps) => ( ), radix: (props: IconProps) => ( ), aria: (props: IconProps) => ( ), npm: (props: IconProps) => ( ), yarn: (props: IconProps) => ( ), pnpm: (props: IconProps) => ( ), react: (props: IconProps) => ( ), tailwind: (props: IconProps) => ( ), google: (props: IconProps) => ( ), apple: (props: IconProps) => ( ), paypal: (props: IconProps) => ( ), spinner: (props: IconProps) => ( ), framer: (props: IconProps) => ( Framer icon ), openai: (props: IconProps) => ( OpenAI ), anthropic: (props: IconProps) => ( Anthropic ), }