import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgExternalLink = (props: SvgProps) => ( ); export default SvgExternalLink;