import type { SVGProps } from "react"; const SvgLinkIcon = (props: SVGProps) => ( ); export default SvgLinkIcon;