import React from 'react'; import Icon from '@ant-design/icons'; const SVGIcon = ({ color = 'currentColor' }) => ( ); const ExternalLinkIcon = (props) => ; export default ExternalLinkIcon;