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