import * as React from "react"; function LinkIcon(props: React.SVGProps) { return ; } export default LinkIcon;