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