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