@mijadesign/mobile-icons 1.0.0-beta.7 → 1.0.0-beta.9
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/dist/es/icons/Admin.js +55 -0
- package/dist/es/icons/AdultManColor.js +1 -1
- package/dist/es/icons/AdultWomanColor.js +1 -1
- package/dist/es/icons/BoyColor.js +1 -1
- package/dist/es/icons/ClaimsDetailColor.js +4 -4
- package/dist/es/icons/Code.js +55 -0
- package/dist/es/icons/DirectClaimsColor.js +1 -1
- package/dist/es/icons/DynamicLoading.js +54 -0
- package/dist/es/icons/Expert.js +55 -0
- package/dist/es/icons/GeneraoInfoColor.js +1 -1
- package/dist/es/icons/GirlColor.js +1 -1
- package/dist/es/icons/History.js +55 -0
- package/dist/es/icons/LoginOffColor.js +5 -5
- package/dist/es/icons/LoginOnColor.js +1 -1
- package/dist/es/icons/QuickClaimsColor.js +1 -1
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +5 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_icon.css +1 -1
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +245 -146
- package/dist/types/mobile-icons.mjs +1869 -1615
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -30,241 +30,277 @@ export declare namespace Addressbook {
|
|
|
30
30
|
var displayName: string;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
export declare function
|
|
33
|
+
export declare function Admin<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
34
|
+
|
|
35
|
+
export declare namespace Admin {
|
|
36
|
+
var defaultProps: IconProps_6;
|
|
37
|
+
var displayName: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
34
41
|
|
|
35
42
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_69;
|
|
37
44
|
var displayName: string;
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_70;
|
|
44
51
|
var displayName: string;
|
|
45
52
|
}
|
|
46
53
|
|
|
47
|
-
export declare function ArrowDown<T>(props: Partial<
|
|
54
|
+
export declare function ArrowDown<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
48
55
|
|
|
49
56
|
export declare namespace ArrowDown {
|
|
50
|
-
var defaultProps:
|
|
57
|
+
var defaultProps: IconProps_8;
|
|
51
58
|
var displayName: string;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
61
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_7> & T): ReactElement;
|
|
55
62
|
|
|
56
63
|
export declare namespace ArrowDownCircle {
|
|
57
|
-
var defaultProps:
|
|
64
|
+
var defaultProps: IconProps_7;
|
|
58
65
|
var displayName: string;
|
|
59
66
|
}
|
|
60
67
|
|
|
61
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
68
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
62
69
|
|
|
63
70
|
export declare namespace ArrowLeft {
|
|
64
|
-
var defaultProps:
|
|
71
|
+
var defaultProps: IconProps_10;
|
|
65
72
|
var displayName: string;
|
|
66
73
|
}
|
|
67
74
|
|
|
68
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
75
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
69
76
|
|
|
70
77
|
export declare namespace ArrowLeftCircle {
|
|
71
|
-
var defaultProps:
|
|
78
|
+
var defaultProps: IconProps_9;
|
|
72
79
|
var displayName: string;
|
|
73
80
|
}
|
|
74
81
|
|
|
75
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
82
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
76
83
|
|
|
77
84
|
export declare namespace ArrowRight {
|
|
78
|
-
var defaultProps:
|
|
85
|
+
var defaultProps: IconProps_12;
|
|
79
86
|
var displayName: string;
|
|
80
87
|
}
|
|
81
88
|
|
|
82
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
89
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
83
90
|
|
|
84
91
|
export declare namespace ArrowRightCircle {
|
|
85
|
-
var defaultProps:
|
|
92
|
+
var defaultProps: IconProps_11;
|
|
86
93
|
var displayName: string;
|
|
87
94
|
}
|
|
88
95
|
|
|
89
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
96
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
90
97
|
|
|
91
98
|
export declare namespace ArrowUp {
|
|
92
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_14;
|
|
93
100
|
var displayName: string;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
103
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
97
104
|
|
|
98
105
|
export declare namespace ArrowUpCircle {
|
|
99
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_13;
|
|
100
107
|
var displayName: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
export declare function Bankcard<T>(props: Partial<
|
|
110
|
+
export declare function Bankcard<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
104
111
|
|
|
105
112
|
export declare namespace Bankcard {
|
|
106
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_15;
|
|
107
114
|
var displayName: string;
|
|
108
115
|
}
|
|
109
116
|
|
|
110
|
-
export declare function BarrackFill<T>(props: Partial<
|
|
117
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace BarrackFill {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_16;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function BoyColor<T>(props: Partial<
|
|
124
|
+
export declare function BoyColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace BoyColor {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_71;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function Call<T>(props: Partial<
|
|
131
|
+
export declare function Call<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace Call {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_17;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function Camera<T>(props: Partial<
|
|
138
|
+
export declare function Camera<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace Camera {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_19;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function CameraFill<T>(props: Partial<
|
|
145
|
+
export declare function CameraFill<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace CameraFill {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_18;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Change<T>(props: Partial<
|
|
152
|
+
export declare function Change<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Change {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function CheckmarkFill<T>(props: Partial<
|
|
159
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace CheckmarkFill {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_21;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
166
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace ClaimsDetailColor {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_72;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function Close<T>(props: Partial<
|
|
173
|
+
export declare function Close<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace Close {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_22;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function
|
|
180
|
+
export declare function Code<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
181
|
+
|
|
182
|
+
export declare namespace Code {
|
|
183
|
+
var defaultProps: IconProps_23;
|
|
184
|
+
var displayName: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export declare function Customer<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace Customer {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
194
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace DaibingkebaoFill {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function Delete<T>(props: Partial<
|
|
201
|
+
export declare function Delete<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace Delete {
|
|
190
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_27;
|
|
191
205
|
var displayName: string;
|
|
192
206
|
}
|
|
193
207
|
|
|
194
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
208
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
195
209
|
|
|
196
210
|
export declare namespace DeleteFill {
|
|
197
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
198
212
|
var displayName: string;
|
|
199
213
|
}
|
|
200
214
|
|
|
201
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
215
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
202
216
|
|
|
203
217
|
export declare namespace DirectClaimsColor {
|
|
204
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_73;
|
|
205
219
|
var displayName: string;
|
|
206
220
|
}
|
|
207
221
|
|
|
208
|
-
export declare function DownFill<T>(props: Partial<
|
|
222
|
+
export declare function DownFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
export declare namespace DownFill {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
|
|
215
|
-
export declare function
|
|
229
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
230
|
+
|
|
231
|
+
export declare namespace DynamicLoading {
|
|
232
|
+
var defaultProps: IconProps_74;
|
|
233
|
+
var displayName: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export declare function Expert<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
237
|
+
|
|
238
|
+
export declare namespace Expert {
|
|
239
|
+
var defaultProps: IconProps_29;
|
|
240
|
+
var displayName: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export declare function Failure<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
216
244
|
|
|
217
245
|
export declare namespace Failure {
|
|
218
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_31;
|
|
219
247
|
var displayName: string;
|
|
220
248
|
}
|
|
221
249
|
|
|
222
|
-
export declare function FailureFill<T>(props: Partial<
|
|
250
|
+
export declare function FailureFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
223
251
|
|
|
224
252
|
export declare namespace FailureFill {
|
|
225
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_30;
|
|
226
254
|
var displayName: string;
|
|
227
255
|
}
|
|
228
256
|
|
|
229
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
257
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
230
258
|
|
|
231
259
|
export declare namespace FamilyFill {
|
|
232
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_32;
|
|
233
261
|
var displayName: string;
|
|
234
262
|
}
|
|
235
263
|
|
|
236
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
264
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
237
265
|
|
|
238
266
|
export declare namespace GeneraoInfoColor {
|
|
239
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_75;
|
|
240
268
|
var displayName: string;
|
|
241
269
|
}
|
|
242
270
|
|
|
243
|
-
export declare function GirlColor<T>(props: Partial<
|
|
271
|
+
export declare function GirlColor<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
244
272
|
|
|
245
273
|
export declare namespace GirlColor {
|
|
246
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_76;
|
|
247
275
|
var displayName: string;
|
|
248
276
|
}
|
|
249
277
|
|
|
250
|
-
export declare function Guarantee<T>(props: Partial<
|
|
278
|
+
export declare function Guarantee<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
251
279
|
|
|
252
280
|
export declare namespace Guarantee {
|
|
253
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_34;
|
|
254
282
|
var displayName: string;
|
|
255
283
|
}
|
|
256
284
|
|
|
257
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
285
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
258
286
|
|
|
259
287
|
export declare namespace GuaranteeFill {
|
|
260
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_33;
|
|
289
|
+
var displayName: string;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
declare function History_2<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
293
|
+
|
|
294
|
+
declare namespace History_2 {
|
|
295
|
+
var defaultProps: IconProps_35;
|
|
261
296
|
var displayName: string;
|
|
262
297
|
}
|
|
298
|
+
export { History_2 as History }
|
|
263
299
|
|
|
264
|
-
export declare function Home<T>(props: Partial<
|
|
300
|
+
export declare function Home<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
265
301
|
|
|
266
302
|
export declare namespace Home {
|
|
267
|
-
var defaultProps:
|
|
303
|
+
var defaultProps: IconProps_36;
|
|
268
304
|
var displayName: string;
|
|
269
305
|
}
|
|
270
306
|
|
|
@@ -1069,45 +1105,53 @@ declare interface IconProps_64 {
|
|
|
1069
1105
|
}
|
|
1070
1106
|
|
|
1071
1107
|
declare interface IconProps_65 {
|
|
1108
|
+
size: string | number;
|
|
1072
1109
|
classPrefix: string;
|
|
1110
|
+
color: string;
|
|
1073
1111
|
tag: keyof ReactHTML;
|
|
1074
|
-
|
|
1112
|
+
logValue?: string;
|
|
1075
1113
|
onClick: (e: MouseEvent) => void;
|
|
1114
|
+
fontClassName: string;
|
|
1076
1115
|
className: string;
|
|
1077
|
-
logValue?: string;
|
|
1078
1116
|
style: React_2.CSSProperties;
|
|
1079
1117
|
children: React_2.ReactNode;
|
|
1080
1118
|
}
|
|
1081
1119
|
|
|
1082
1120
|
declare interface IconProps_66 {
|
|
1121
|
+
size: string | number;
|
|
1083
1122
|
classPrefix: string;
|
|
1123
|
+
color: string;
|
|
1084
1124
|
tag: keyof ReactHTML;
|
|
1085
|
-
|
|
1125
|
+
logValue?: string;
|
|
1086
1126
|
onClick: (e: MouseEvent) => void;
|
|
1127
|
+
fontClassName: string;
|
|
1087
1128
|
className: string;
|
|
1088
|
-
logValue?: string;
|
|
1089
1129
|
style: React_2.CSSProperties;
|
|
1090
1130
|
children: React_2.ReactNode;
|
|
1091
1131
|
}
|
|
1092
1132
|
|
|
1093
1133
|
declare interface IconProps_67 {
|
|
1134
|
+
size: string | number;
|
|
1094
1135
|
classPrefix: string;
|
|
1136
|
+
color: string;
|
|
1095
1137
|
tag: keyof ReactHTML;
|
|
1096
|
-
|
|
1138
|
+
logValue?: string;
|
|
1097
1139
|
onClick: (e: MouseEvent) => void;
|
|
1140
|
+
fontClassName: string;
|
|
1098
1141
|
className: string;
|
|
1099
|
-
logValue?: string;
|
|
1100
1142
|
style: React_2.CSSProperties;
|
|
1101
1143
|
children: React_2.ReactNode;
|
|
1102
1144
|
}
|
|
1103
1145
|
|
|
1104
1146
|
declare interface IconProps_68 {
|
|
1147
|
+
size: string | number;
|
|
1105
1148
|
classPrefix: string;
|
|
1149
|
+
color: string;
|
|
1106
1150
|
tag: keyof ReactHTML;
|
|
1107
|
-
|
|
1151
|
+
logValue?: string;
|
|
1108
1152
|
onClick: (e: MouseEvent) => void;
|
|
1153
|
+
fontClassName: string;
|
|
1109
1154
|
className: string;
|
|
1110
|
-
logValue?: string;
|
|
1111
1155
|
style: React_2.CSSProperties;
|
|
1112
1156
|
children: React_2.ReactNode;
|
|
1113
1157
|
}
|
|
@@ -1191,6 +1235,61 @@ declare interface IconProps_74 {
|
|
|
1191
1235
|
children: React_2.ReactNode;
|
|
1192
1236
|
}
|
|
1193
1237
|
|
|
1238
|
+
declare interface IconProps_75 {
|
|
1239
|
+
classPrefix: string;
|
|
1240
|
+
tag: keyof ReactHTML;
|
|
1241
|
+
size: string | number;
|
|
1242
|
+
onClick: (e: MouseEvent) => void;
|
|
1243
|
+
className: string;
|
|
1244
|
+
logValue?: string;
|
|
1245
|
+
style: React_2.CSSProperties;
|
|
1246
|
+
children: React_2.ReactNode;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
declare interface IconProps_76 {
|
|
1250
|
+
classPrefix: string;
|
|
1251
|
+
tag: keyof ReactHTML;
|
|
1252
|
+
size: string | number;
|
|
1253
|
+
onClick: (e: MouseEvent) => void;
|
|
1254
|
+
className: string;
|
|
1255
|
+
logValue?: string;
|
|
1256
|
+
style: React_2.CSSProperties;
|
|
1257
|
+
children: React_2.ReactNode;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
declare interface IconProps_77 {
|
|
1261
|
+
classPrefix: string;
|
|
1262
|
+
tag: keyof ReactHTML;
|
|
1263
|
+
size: string | number;
|
|
1264
|
+
onClick: (e: MouseEvent) => void;
|
|
1265
|
+
className: string;
|
|
1266
|
+
logValue?: string;
|
|
1267
|
+
style: React_2.CSSProperties;
|
|
1268
|
+
children: React_2.ReactNode;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
declare interface IconProps_78 {
|
|
1272
|
+
classPrefix: string;
|
|
1273
|
+
tag: keyof ReactHTML;
|
|
1274
|
+
size: string | number;
|
|
1275
|
+
onClick: (e: MouseEvent) => void;
|
|
1276
|
+
className: string;
|
|
1277
|
+
logValue?: string;
|
|
1278
|
+
style: React_2.CSSProperties;
|
|
1279
|
+
children: React_2.ReactNode;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
declare interface IconProps_79 {
|
|
1283
|
+
classPrefix: string;
|
|
1284
|
+
tag: keyof ReactHTML;
|
|
1285
|
+
size: string | number;
|
|
1286
|
+
onClick: (e: MouseEvent) => void;
|
|
1287
|
+
className: string;
|
|
1288
|
+
logValue?: string;
|
|
1289
|
+
style: React_2.CSSProperties;
|
|
1290
|
+
children: React_2.ReactNode;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1194
1293
|
declare interface IconProps_8 {
|
|
1195
1294
|
size: string | number;
|
|
1196
1295
|
classPrefix: string;
|
|
@@ -1217,248 +1316,248 @@ declare interface IconProps_9 {
|
|
|
1217
1316
|
children: React_2.ReactNode;
|
|
1218
1317
|
}
|
|
1219
1318
|
|
|
1220
|
-
export declare function Information<T>(props: Partial<
|
|
1319
|
+
export declare function Information<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1221
1320
|
|
|
1222
1321
|
export declare namespace Information {
|
|
1223
|
-
var defaultProps:
|
|
1322
|
+
var defaultProps: IconProps_38;
|
|
1224
1323
|
var displayName: string;
|
|
1225
1324
|
}
|
|
1226
1325
|
|
|
1227
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1326
|
+
export declare function InformationFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1228
1327
|
|
|
1229
1328
|
export declare namespace InformationFill {
|
|
1230
|
-
var defaultProps:
|
|
1329
|
+
var defaultProps: IconProps_37;
|
|
1231
1330
|
var displayName: string;
|
|
1232
1331
|
}
|
|
1233
1332
|
|
|
1234
|
-
export declare function Invisible<T>(props: Partial<
|
|
1333
|
+
export declare function Invisible<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1235
1334
|
|
|
1236
1335
|
export declare namespace Invisible {
|
|
1237
|
-
var defaultProps:
|
|
1336
|
+
var defaultProps: IconProps_39;
|
|
1238
1337
|
var displayName: string;
|
|
1239
1338
|
}
|
|
1240
1339
|
|
|
1241
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1340
|
+
export declare function LeftFill<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1242
1341
|
|
|
1243
1342
|
export declare namespace LeftFill {
|
|
1244
|
-
var defaultProps:
|
|
1343
|
+
var defaultProps: IconProps_40;
|
|
1245
1344
|
var displayName: string;
|
|
1246
1345
|
}
|
|
1247
1346
|
|
|
1248
|
-
export declare function Loading<T>(props: Partial<
|
|
1347
|
+
export declare function Loading<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1249
1348
|
|
|
1250
1349
|
export declare namespace Loading {
|
|
1251
|
-
var defaultProps:
|
|
1350
|
+
var defaultProps: IconProps_41;
|
|
1252
1351
|
var displayName: string;
|
|
1253
1352
|
}
|
|
1254
1353
|
|
|
1255
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1354
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1256
1355
|
|
|
1257
1356
|
export declare namespace LoginOffColor {
|
|
1258
|
-
var defaultProps:
|
|
1357
|
+
var defaultProps: IconProps_77;
|
|
1259
1358
|
var displayName: string;
|
|
1260
1359
|
}
|
|
1261
1360
|
|
|
1262
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1361
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1263
1362
|
|
|
1264
1363
|
export declare namespace LoginOnColor {
|
|
1265
|
-
var defaultProps:
|
|
1364
|
+
var defaultProps: IconProps_78;
|
|
1266
1365
|
var displayName: string;
|
|
1267
1366
|
}
|
|
1268
1367
|
|
|
1269
|
-
export declare function Modify<T>(props: Partial<
|
|
1368
|
+
export declare function Modify<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1270
1369
|
|
|
1271
1370
|
export declare namespace Modify {
|
|
1272
|
-
var defaultProps:
|
|
1371
|
+
var defaultProps: IconProps_42;
|
|
1273
1372
|
var displayName: string;
|
|
1274
1373
|
}
|
|
1275
1374
|
|
|
1276
|
-
export declare function Plus<T>(props: Partial<
|
|
1375
|
+
export declare function Plus<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1277
1376
|
|
|
1278
1377
|
export declare namespace Plus {
|
|
1279
|
-
var defaultProps:
|
|
1378
|
+
var defaultProps: IconProps_43;
|
|
1280
1379
|
var displayName: string;
|
|
1281
1380
|
}
|
|
1282
1381
|
|
|
1283
|
-
export declare function Position<T>(props: Partial<
|
|
1382
|
+
export declare function Position<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1284
1383
|
|
|
1285
1384
|
export declare namespace Position {
|
|
1286
|
-
var defaultProps:
|
|
1385
|
+
var defaultProps: IconProps_44;
|
|
1287
1386
|
var displayName: string;
|
|
1288
1387
|
}
|
|
1289
1388
|
|
|
1290
|
-
export declare function Problem<T>(props: Partial<
|
|
1389
|
+
export declare function Problem<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1291
1390
|
|
|
1292
1391
|
export declare namespace Problem {
|
|
1293
|
-
var defaultProps:
|
|
1392
|
+
var defaultProps: IconProps_46;
|
|
1294
1393
|
var displayName: string;
|
|
1295
1394
|
}
|
|
1296
1395
|
|
|
1297
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1396
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1298
1397
|
|
|
1299
1398
|
export declare namespace ProblemFill {
|
|
1300
|
-
var defaultProps:
|
|
1399
|
+
var defaultProps: IconProps_45;
|
|
1301
1400
|
var displayName: string;
|
|
1302
1401
|
}
|
|
1303
1402
|
|
|
1304
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1403
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1305
1404
|
|
|
1306
1405
|
export declare namespace Prohibitselected {
|
|
1307
|
-
var defaultProps:
|
|
1406
|
+
var defaultProps: IconProps_48;
|
|
1308
1407
|
var displayName: string;
|
|
1309
1408
|
}
|
|
1310
1409
|
|
|
1311
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1410
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1312
1411
|
|
|
1313
1412
|
export declare namespace ProhibitselectedRectangle {
|
|
1314
|
-
var defaultProps:
|
|
1413
|
+
var defaultProps: IconProps_47;
|
|
1315
1414
|
var displayName: string;
|
|
1316
1415
|
}
|
|
1317
1416
|
|
|
1318
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1417
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1319
1418
|
|
|
1320
1419
|
export declare namespace QuickClaimsColor {
|
|
1321
|
-
var defaultProps:
|
|
1420
|
+
var defaultProps: IconProps_79;
|
|
1322
1421
|
var displayName: string;
|
|
1323
1422
|
}
|
|
1324
1423
|
|
|
1325
|
-
export declare function Remind<T>(props: Partial<
|
|
1424
|
+
export declare function Remind<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1326
1425
|
|
|
1327
1426
|
export declare namespace Remind {
|
|
1328
|
-
var defaultProps:
|
|
1427
|
+
var defaultProps: IconProps_49;
|
|
1329
1428
|
var displayName: string;
|
|
1330
1429
|
}
|
|
1331
1430
|
|
|
1332
|
-
export declare function RightFill<T>(props: Partial<
|
|
1431
|
+
export declare function RightFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1333
1432
|
|
|
1334
1433
|
export declare namespace RightFill {
|
|
1335
|
-
var defaultProps:
|
|
1434
|
+
var defaultProps: IconProps_50;
|
|
1336
1435
|
var displayName: string;
|
|
1337
1436
|
}
|
|
1338
1437
|
|
|
1339
|
-
export declare function Search<T>(props: Partial<
|
|
1438
|
+
export declare function Search<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1340
1439
|
|
|
1341
1440
|
export declare namespace Search {
|
|
1342
|
-
var defaultProps:
|
|
1441
|
+
var defaultProps: IconProps_51;
|
|
1343
1442
|
var displayName: string;
|
|
1344
1443
|
}
|
|
1345
1444
|
|
|
1346
|
-
export declare function Selected<T>(props: Partial<
|
|
1445
|
+
export declare function Selected<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1347
1446
|
|
|
1348
1447
|
export declare namespace Selected {
|
|
1349
|
-
var defaultProps:
|
|
1448
|
+
var defaultProps: IconProps_54;
|
|
1350
1449
|
var displayName: string;
|
|
1351
1450
|
}
|
|
1352
1451
|
|
|
1353
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1452
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1354
1453
|
|
|
1355
1454
|
export declare namespace SelectedFill {
|
|
1356
|
-
var defaultProps:
|
|
1455
|
+
var defaultProps: IconProps_52;
|
|
1357
1456
|
var displayName: string;
|
|
1358
1457
|
}
|
|
1359
1458
|
|
|
1360
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1459
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1361
1460
|
|
|
1362
1461
|
export declare namespace SelectedminusFill {
|
|
1363
|
-
var defaultProps:
|
|
1462
|
+
var defaultProps: IconProps_55;
|
|
1364
1463
|
var displayName: string;
|
|
1365
1464
|
}
|
|
1366
1465
|
|
|
1367
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1466
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1368
1467
|
|
|
1369
1468
|
export declare namespace SelectedminusRectangleFill {
|
|
1370
|
-
var defaultProps:
|
|
1469
|
+
var defaultProps: IconProps_56;
|
|
1371
1470
|
var displayName: string;
|
|
1372
1471
|
}
|
|
1373
1472
|
|
|
1374
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1473
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1375
1474
|
|
|
1376
1475
|
export declare namespace SelectedRectangleFill {
|
|
1377
|
-
var defaultProps:
|
|
1476
|
+
var defaultProps: IconProps_53;
|
|
1378
1477
|
var displayName: string;
|
|
1379
1478
|
}
|
|
1380
1479
|
|
|
1381
|
-
export declare function Success<T>(props: Partial<
|
|
1480
|
+
export declare function Success<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1382
1481
|
|
|
1383
1482
|
export declare namespace Success {
|
|
1384
|
-
var defaultProps:
|
|
1483
|
+
var defaultProps: IconProps_58;
|
|
1385
1484
|
var displayName: string;
|
|
1386
1485
|
}
|
|
1387
1486
|
|
|
1388
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1487
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1389
1488
|
|
|
1390
1489
|
export declare namespace SuccessFill {
|
|
1391
|
-
var defaultProps:
|
|
1490
|
+
var defaultProps: IconProps_57;
|
|
1392
1491
|
var displayName: string;
|
|
1393
1492
|
}
|
|
1394
1493
|
|
|
1395
|
-
export declare function Time<T>(props: Partial<
|
|
1494
|
+
export declare function Time<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1396
1495
|
|
|
1397
1496
|
export declare namespace Time {
|
|
1398
|
-
var defaultProps:
|
|
1497
|
+
var defaultProps: IconProps_60;
|
|
1399
1498
|
var displayName: string;
|
|
1400
1499
|
}
|
|
1401
1500
|
|
|
1402
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1501
|
+
export declare function TimeFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1403
1502
|
|
|
1404
1503
|
export declare namespace TimeFill {
|
|
1405
|
-
var defaultProps:
|
|
1504
|
+
var defaultProps: IconProps_59;
|
|
1406
1505
|
var displayName: string;
|
|
1407
1506
|
}
|
|
1408
1507
|
|
|
1409
|
-
export declare function Unselected<T>(props: Partial<
|
|
1508
|
+
export declare function Unselected<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1410
1509
|
|
|
1411
1510
|
export declare namespace Unselected {
|
|
1412
|
-
var defaultProps:
|
|
1511
|
+
var defaultProps: IconProps_62;
|
|
1413
1512
|
var displayName: string;
|
|
1414
1513
|
}
|
|
1415
1514
|
|
|
1416
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1515
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1417
1516
|
|
|
1418
1517
|
export declare namespace UnselectedRectangle {
|
|
1419
|
-
var defaultProps:
|
|
1518
|
+
var defaultProps: IconProps_61;
|
|
1420
1519
|
var displayName: string;
|
|
1421
1520
|
}
|
|
1422
1521
|
|
|
1423
|
-
export declare function UpFill<T>(props: Partial<
|
|
1522
|
+
export declare function UpFill<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1424
1523
|
|
|
1425
1524
|
export declare namespace UpFill {
|
|
1426
|
-
var defaultProps:
|
|
1525
|
+
var defaultProps: IconProps_63;
|
|
1427
1526
|
var displayName: string;
|
|
1428
1527
|
}
|
|
1429
1528
|
|
|
1430
|
-
export declare function User<T>(props: Partial<
|
|
1529
|
+
export declare function User<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1431
1530
|
|
|
1432
1531
|
export declare namespace User {
|
|
1433
|
-
var defaultProps:
|
|
1532
|
+
var defaultProps: IconProps_64;
|
|
1434
1533
|
var displayName: string;
|
|
1435
1534
|
}
|
|
1436
1535
|
|
|
1437
|
-
export declare function Visible<T>(props: Partial<
|
|
1536
|
+
export declare function Visible<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1438
1537
|
|
|
1439
1538
|
export declare namespace Visible {
|
|
1440
|
-
var defaultProps:
|
|
1539
|
+
var defaultProps: IconProps_65;
|
|
1441
1540
|
var displayName: string;
|
|
1442
1541
|
}
|
|
1443
1542
|
|
|
1444
|
-
export declare function Warning<T>(props: Partial<
|
|
1543
|
+
export declare function Warning<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1445
1544
|
|
|
1446
1545
|
export declare namespace Warning {
|
|
1447
|
-
var defaultProps:
|
|
1546
|
+
var defaultProps: IconProps_67;
|
|
1448
1547
|
var displayName: string;
|
|
1449
1548
|
}
|
|
1450
1549
|
|
|
1451
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1550
|
+
export declare function WarningFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1452
1551
|
|
|
1453
1552
|
export declare namespace WarningFill {
|
|
1454
|
-
var defaultProps:
|
|
1553
|
+
var defaultProps: IconProps_66;
|
|
1455
1554
|
var displayName: string;
|
|
1456
1555
|
}
|
|
1457
1556
|
|
|
1458
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1557
|
+
export declare function WechatBack<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1459
1558
|
|
|
1460
1559
|
export declare namespace WechatBack {
|
|
1461
|
-
var defaultProps:
|
|
1560
|
+
var defaultProps: IconProps_68;
|
|
1462
1561
|
var displayName: string;
|
|
1463
1562
|
}
|
|
1464
1563
|
|