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