import type { SVGProps } from "react"; export function LinkIcon(props: SVGProps) { return ( ); }