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