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