@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 388 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgWallet3Fill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M22.005 6h-7a6 6 0 0 0 0 12h7v2a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v2Zm-7 2h8v8h-8a4 4 0 1 1 0-8Zm0 3v2h3v-2h-3Z" />
</Svg>
);
export default SvgWallet3Fill;