react-native-ico-business 5.1.2 → 7.0.1
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.
- package/README.md +14 -12
- package/package.json +8 -3
- package/src/data.js +1040 -1040
- package/static/calendar.png +0 -0
- package/static/videocall.png +0 -0
- package/typings.d.ts +105 -99
|
Binary file
|
|
Binary file
|
package/typings.d.ts
CHANGED
|
@@ -1,120 +1,126 @@
|
|
|
1
1
|
declare module 'react-native-ico-business' {
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { SvgProps
|
|
3
|
+
import { SvgProps } from 'react-native-svg';
|
|
4
4
|
|
|
5
|
-
type
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
type AdditionalProps = {
|
|
6
|
+
onError?: (error: Error) => void;
|
|
7
|
+
onLoad?: () => void;
|
|
8
|
+
fallback?: ReactNode;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
type iconNames = 'line-chart-1' |
|
|
12
|
+
'wagon' |
|
|
13
|
+
'money' |
|
|
14
|
+
'calendar' |
|
|
15
|
+
'videocall' |
|
|
8
16
|
'share-1' |
|
|
9
|
-
'
|
|
17
|
+
'loss' |
|
|
18
|
+
'pie-chart-1' |
|
|
10
19
|
'thinking' |
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'get-money-2' |
|
|
19
|
-
'get-money-1' |
|
|
20
|
-
'get-money' |
|
|
21
|
-
'warehouse' |
|
|
22
|
-
'invoice' |
|
|
23
|
-
'compass' |
|
|
24
|
-
'umbrella' |
|
|
25
|
-
'mail' |
|
|
26
|
-
'user-2' |
|
|
27
|
-
'tag' |
|
|
20
|
+
'file' |
|
|
21
|
+
'file-7' |
|
|
22
|
+
'money-bag-2' |
|
|
23
|
+
'smartphone' |
|
|
24
|
+
'idea-3' |
|
|
25
|
+
'certificate' |
|
|
26
|
+
'flask' |
|
|
28
27
|
'placeholder' |
|
|
29
|
-
'
|
|
30
|
-
'file-
|
|
31
|
-
'
|
|
32
|
-
'hierarchical-structure' |
|
|
33
|
-
'piggy-bank' |
|
|
34
|
-
'file-5' |
|
|
35
|
-
'idea-1' |
|
|
36
|
-
'map-1' |
|
|
37
|
-
'settings-1' |
|
|
38
|
-
'map' |
|
|
39
|
-
'delivery-truck' |
|
|
40
|
-
'browser-1' |
|
|
41
|
-
'monitor-2' |
|
|
42
|
-
'monitor-1' |
|
|
43
|
-
'monitor' |
|
|
44
|
-
'calendar-4' |
|
|
45
|
-
'diamond' |
|
|
46
|
-
'bank' |
|
|
47
|
-
'line-chart-3' |
|
|
28
|
+
'calendar-3' |
|
|
29
|
+
'file-2' |
|
|
30
|
+
'factory' |
|
|
48
31
|
'line-chart-2' |
|
|
49
|
-
'
|
|
50
|
-
'smartphone' |
|
|
51
|
-
'money-bag-2' |
|
|
32
|
+
'chat' |
|
|
52
33
|
'money-bag-1' |
|
|
53
|
-
'microscope' |
|
|
54
34
|
'earth-globe' |
|
|
55
|
-
'flask' |
|
|
56
|
-
'trophy' |
|
|
57
|
-
'calendar-3' |
|
|
58
|
-
'calendar-2' |
|
|
59
|
-
'briefcase' |
|
|
60
|
-
'agenda' |
|
|
61
|
-
'chat-2' |
|
|
62
|
-
'calculator' |
|
|
63
|
-
'check' |
|
|
64
|
-
'loss' |
|
|
65
|
-
'line-chart-1' |
|
|
66
|
-
'certificate' |
|
|
67
|
-
'money-bag' |
|
|
68
|
-
'wallet' |
|
|
69
|
-
'worldwide-2' |
|
|
70
|
-
'money' |
|
|
71
|
-
'percentage' |
|
|
72
|
-
'pie-chart-1' |
|
|
73
|
-
'megaphone' |
|
|
74
|
-
'line-chart' |
|
|
75
|
-
'bar-chart' |
|
|
76
|
-
'image' |
|
|
77
35
|
'file-3' |
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'calendar-1' |
|
|
84
|
-
'pie-chart' |
|
|
85
|
-
'clock' |
|
|
36
|
+
'padlock' |
|
|
37
|
+
'bar-chart' |
|
|
38
|
+
'get-money-1' |
|
|
39
|
+
'phone-call' |
|
|
40
|
+
'monitor-2' |
|
|
86
41
|
'ring' |
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'settings' |
|
|
91
|
-
'share' |
|
|
42
|
+
'warehouse' |
|
|
43
|
+
'trophy' |
|
|
44
|
+
'balance' |
|
|
92
45
|
'credit-card' |
|
|
93
|
-
'
|
|
94
|
-
'
|
|
46
|
+
'file-6' |
|
|
47
|
+
'mail' |
|
|
48
|
+
'delivery-truck' |
|
|
95
49
|
'cloud-computing' |
|
|
50
|
+
'24-hours' |
|
|
96
51
|
'target' |
|
|
97
|
-
'
|
|
98
|
-
'
|
|
52
|
+
'worldwide' |
|
|
53
|
+
'wallet' |
|
|
54
|
+
'calendar-1' |
|
|
55
|
+
'settings-1' |
|
|
56
|
+
'monitor' |
|
|
57
|
+
'worldwide-1' |
|
|
58
|
+
'profits' |
|
|
59
|
+
'briefcase' |
|
|
60
|
+
'calendar-2' |
|
|
61
|
+
'invoice' |
|
|
62
|
+
'pie-chart' |
|
|
99
63
|
'exchange-2' |
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'
|
|
64
|
+
'line-chart' |
|
|
65
|
+
'networking' |
|
|
66
|
+
'crane' |
|
|
67
|
+
'idea-1' |
|
|
68
|
+
'get-money' |
|
|
69
|
+
'email' |
|
|
103
70
|
'presentation' |
|
|
104
|
-
'
|
|
105
|
-
'
|
|
71
|
+
'file-5' |
|
|
72
|
+
'keyboard' |
|
|
73
|
+
'tag' |
|
|
74
|
+
'monitor-1' |
|
|
75
|
+
'headset' |
|
|
76
|
+
'money-bag' |
|
|
77
|
+
'clock' |
|
|
78
|
+
'file-1' |
|
|
79
|
+
'hierarchical-structure' |
|
|
80
|
+
'exchange-1' |
|
|
81
|
+
'safebox' |
|
|
82
|
+
'chat-1' |
|
|
83
|
+
'share' |
|
|
84
|
+
'piggy-bank' |
|
|
106
85
|
'shield' |
|
|
107
|
-
'
|
|
86
|
+
'map' |
|
|
87
|
+
'badge' |
|
|
88
|
+
'calendar-4' |
|
|
89
|
+
'ship' |
|
|
90
|
+
'compass' |
|
|
91
|
+
'get-money-2' |
|
|
92
|
+
'user-2' |
|
|
93
|
+
'map-1' |
|
|
94
|
+
'percentage' |
|
|
95
|
+
'analytics' |
|
|
96
|
+
'user-1' |
|
|
97
|
+
'stopwatch' |
|
|
98
|
+
'check' |
|
|
99
|
+
'buildings' |
|
|
100
|
+
'get-money-3' |
|
|
101
|
+
'minimize' |
|
|
102
|
+
'image' |
|
|
103
|
+
'megaphone' |
|
|
104
|
+
'idea' |
|
|
105
|
+
'file-4' |
|
|
106
|
+
'handshake' |
|
|
107
|
+
'idea-2' |
|
|
108
|
+
'worldwide-2' |
|
|
109
|
+
'chat-2' |
|
|
110
|
+
'umbrella' |
|
|
111
|
+
'diamond' |
|
|
112
|
+
'agenda' |
|
|
113
|
+
'calculator' |
|
|
114
|
+
'id-card' |
|
|
115
|
+
'user' |
|
|
108
116
|
'email-1' |
|
|
109
|
-
'
|
|
110
|
-
'24-hours' |
|
|
111
|
-
'file-1' |
|
|
112
|
-
'worldwide' |
|
|
113
|
-
'phone-call' |
|
|
117
|
+
'microscope' |
|
|
114
118
|
'browser' |
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
119
|
+
'bank' |
|
|
120
|
+
'exchange' |
|
|
121
|
+
'browser-1' |
|
|
122
|
+
'line-chart-3' |
|
|
123
|
+
'settings';
|
|
118
124
|
|
|
119
125
|
type iconColors = '#1BA9D8' |
|
|
120
126
|
'#1BB7EA' |
|
|
@@ -168,7 +174,7 @@ declare module 'react-native-ico-business' {
|
|
|
168
174
|
width?: number;
|
|
169
175
|
height?: number;
|
|
170
176
|
color?: string;
|
|
171
|
-
colors
|
|
177
|
+
colors?: colorsType;
|
|
172
178
|
stroke?: number;
|
|
173
179
|
background?: backgroundType | backgroundTypeObj;
|
|
174
180
|
badge?: number | string | badgeTypeObj;
|