import React from 'react'; import Svg, { Path } from 'react-native-svg'; const WalletIcon = ({size=200}) => ( ); export default WalletIcon;