import { Text, Link } from "@react-pdf/renderer"; import { svg, tw } from "./lib"; export default function SvgLink({ text, href, icon }: A) { return ( {icon || svg.link} {text} ); }