@bigbinary/neeto-icons-rn 1.20.51 → 1.20.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ const SvgCardPayment = (props) => (
4
+ <Svg
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
8
+ width={props.size}
9
+ height={props.size}
10
+ {...props}
11
+ >
12
+ <G clipPath="url(#clip0_636_52)">
13
+ <Path
14
+ d="M12 18.998H6C5.20435 18.998 4.44129 18.682 3.87868 18.1194C3.31607 17.5568 3 16.7937 3 15.998V7.99805C3 7.2024 3.31607 6.43934 3.87868 5.87673C4.44129 5.31412 5.20435 4.99805 6 4.99805H18C18.7956 4.99805 19.5587 5.31412 20.1213 5.87673C20.6839 6.43934 21 7.2024 21 7.99805V12.498"
15
+ stroke="#344054"
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M3 10.002H21"
22
+ stroke="#344054"
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M16 19.002H22"
29
+ stroke="#344054"
30
+ strokeWidth={1.2}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ <Path
35
+ d="M19.0001 16.002L22.0001 19.002L19.0001 22.002"
36
+ stroke="#344054"
37
+ strokeWidth={1.2}
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <Path
42
+ d="M7.00488 15H7.01013"
43
+ stroke="#344054"
44
+ strokeWidth={1.2}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <Path
49
+ d="M11.0001 15H13.0001"
50
+ stroke="#344054"
51
+ strokeWidth={1.2}
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ </G>
56
+ <Defs>
57
+ <ClipPath id="clip0_636_52">
58
+ <Rect width={24} height={24} fill="white" />
59
+ </ClipPath>
60
+ </Defs>
61
+ </Svg>
62
+ );
63
+ export default SvgCardPayment;
@@ -40,6 +40,7 @@ export { default as CalendarHoliday } from "./CalendarHoliday";
40
40
  export { default as Camera } from "./Camera";
41
41
  export { default as CannedResponses } from "./CannedResponses";
42
42
  export { default as Captcha } from "./Captcha";
43
+ export { default as CardPayment } from "./CardPayment";
43
44
  export { default as CategoriesSettings } from "./CategoriesSettings";
44
45
  export { default as Category } from "./Category";
45
46
  export { default as CenterAlign } from "./CenterAlign";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.20.51",
3
+ "version": "1.20.52",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",