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