import { SVGIconComponent } from "./types"; export const LinkIcon: SVGIconComponent = (props) => { return ( ); };