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