export function Icon({ icon, className, small, }: { small?: boolean icon: string className?: string }) { return ( ) }