import { FiLink } from '@react-icons/all-files/fi/FiLink'; export function Anchor({ href }: { href: string }) { return ( ); }