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