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