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