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