@mijadesign/mobile-icons 1.0.6 → 1.0.8
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/AWindowminimizingFill.js +55 -0
- package/dist/es/icons/Call2Fill.js +55 -0
- package/dist/es/icons/CallFill.js +55 -0
- package/dist/es/icons/Consultationrecord.js +55 -0
- package/dist/es/icons/CopeFill.js +55 -0
- package/dist/es/icons/MicrophoneFill.js +55 -0
- package/dist/es/icons/MicrophoneoffFill.js +55 -0
- package/dist/es/icons/More.js +55 -0
- package/dist/es/icons/RevokeFill.js +55 -0
- package/dist/es/icons/{Smalltriangle1Fill.js → Smalltriangle2Fill.js} +2 -2
- package/dist/es/icons/SpeakerFill.js +55 -0
- package/dist/es/icons/SpeakeroffFill.js +55 -0
- package/dist/es/icons/StarFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +13 -1
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +468 -228
- package/dist/types/mobile-icons.mjs +4448 -3836
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2,361 +2,396 @@ import { default as React_2 } from 'react';
|
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
import { ReactHTML } from 'react';
|
|
4
4
|
|
|
5
|
-
export declare function AddFamily<T>(props: Partial<
|
|
5
|
+
export declare function AddFamily<T>(props: Partial<IconProps_3> & T): ReactElement;
|
|
6
6
|
|
|
7
7
|
export declare namespace AddFamily {
|
|
8
|
-
var defaultProps:
|
|
8
|
+
var defaultProps: IconProps_3;
|
|
9
9
|
var displayName: string;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export declare function AddFill<T>(props: Partial<
|
|
12
|
+
export declare function AddFill<T>(props: Partial<IconProps_4> & T): ReactElement;
|
|
13
13
|
|
|
14
14
|
export declare namespace AddFill {
|
|
15
|
-
var defaultProps:
|
|
15
|
+
var defaultProps: IconProps_4;
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
export declare function AddRectangleFill<T>(props: Partial<
|
|
19
|
+
export declare function AddRectangleFill<T>(props: Partial<IconProps_5> & T): ReactElement;
|
|
20
20
|
|
|
21
21
|
export declare namespace AddRectangleFill {
|
|
22
|
-
var defaultProps:
|
|
22
|
+
var defaultProps: IconProps_5;
|
|
23
23
|
var displayName: string;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export declare function Addressbook<T>(props: Partial<
|
|
26
|
+
export declare function Addressbook<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
27
27
|
|
|
28
28
|
export declare namespace Addressbook {
|
|
29
|
-
var defaultProps:
|
|
29
|
+
var defaultProps: IconProps_6;
|
|
30
30
|
var displayName: string;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
export declare function Admin<T>(props: Partial<
|
|
33
|
+
export declare function Admin<T>(props: Partial<IconProps_7> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace Admin {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_7;
|
|
37
37
|
var displayName: string;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export declare function AdultManColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_108;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_109;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
export declare function ArrowDown<T>(props: Partial<
|
|
54
|
+
export declare function ArrowDown<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
55
55
|
|
|
56
56
|
export declare namespace ArrowDown {
|
|
57
|
-
var defaultProps:
|
|
57
|
+
var defaultProps: IconProps_9;
|
|
58
58
|
var displayName: string;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
61
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
62
62
|
|
|
63
63
|
export declare namespace ArrowDownCircle {
|
|
64
|
-
var defaultProps:
|
|
64
|
+
var defaultProps: IconProps_8;
|
|
65
65
|
var displayName: string;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
68
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
69
69
|
|
|
70
70
|
export declare namespace ArrowLeft {
|
|
71
|
-
var defaultProps:
|
|
71
|
+
var defaultProps: IconProps_11;
|
|
72
72
|
var displayName: string;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
75
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
76
76
|
|
|
77
77
|
export declare namespace ArrowLeftCircle {
|
|
78
|
-
var defaultProps:
|
|
78
|
+
var defaultProps: IconProps_10;
|
|
79
79
|
var displayName: string;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
82
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
83
83
|
|
|
84
84
|
export declare namespace ArrowRight {
|
|
85
|
-
var defaultProps:
|
|
85
|
+
var defaultProps: IconProps_13;
|
|
86
86
|
var displayName: string;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
89
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
90
90
|
|
|
91
91
|
export declare namespace ArrowRightCircle {
|
|
92
|
-
var defaultProps:
|
|
92
|
+
var defaultProps: IconProps_12;
|
|
93
93
|
var displayName: string;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
96
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
97
97
|
|
|
98
98
|
export declare namespace ArrowUp {
|
|
99
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_15;
|
|
100
100
|
var displayName: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
103
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
104
104
|
|
|
105
105
|
export declare namespace ArrowUpCircle {
|
|
106
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_14;
|
|
107
107
|
var displayName: string;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
export declare function
|
|
110
|
+
export declare function AWindowminimizingFill<T>(props: Partial<IconProps_2> & T): ReactElement;
|
|
111
|
+
|
|
112
|
+
export declare namespace AWindowminimizingFill {
|
|
113
|
+
var defaultProps: IconProps_2;
|
|
114
|
+
var displayName: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export declare function Bankcard<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace Bankcard {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_16;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function Baodanchaxun<T>(props: Partial<
|
|
124
|
+
export declare function Baodanchaxun<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace Baodanchaxun {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_17;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function Barrack<T>(props: Partial<
|
|
131
|
+
export declare function Barrack<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace Barrack {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_19;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function BarrackFill<T>(props: Partial<
|
|
138
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace BarrackFill {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_18;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function BoyColor<T>(props: Partial<
|
|
145
|
+
export declare function BoyColor<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace BoyColor {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_110;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Call<T>(props: Partial<
|
|
152
|
+
export declare function Call<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Call {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_21;
|
|
156
|
+
var displayName: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export declare function Call2Fill<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
160
|
+
|
|
161
|
+
export declare namespace Call2Fill {
|
|
162
|
+
var defaultProps: IconProps_22;
|
|
149
163
|
var displayName: string;
|
|
150
164
|
}
|
|
151
165
|
|
|
152
|
-
export declare function
|
|
166
|
+
export declare function CallFill<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
167
|
+
|
|
168
|
+
export declare namespace CallFill {
|
|
169
|
+
var defaultProps: IconProps_20;
|
|
170
|
+
var displayName: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare function Camera<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
153
174
|
|
|
154
175
|
export declare namespace Camera {
|
|
155
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_24;
|
|
156
177
|
var displayName: string;
|
|
157
178
|
}
|
|
158
179
|
|
|
159
|
-
export declare function CameraFill<T>(props: Partial<
|
|
180
|
+
export declare function CameraFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
160
181
|
|
|
161
182
|
export declare namespace CameraFill {
|
|
162
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_23;
|
|
163
184
|
var displayName: string;
|
|
164
185
|
}
|
|
165
186
|
|
|
166
|
-
export declare function Change<T>(props: Partial<
|
|
187
|
+
export declare function Change<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
167
188
|
|
|
168
189
|
export declare namespace Change {
|
|
169
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_25;
|
|
170
191
|
var displayName: string;
|
|
171
192
|
}
|
|
172
193
|
|
|
173
|
-
export declare function Changyongxinxi<T>(props: Partial<
|
|
194
|
+
export declare function Changyongxinxi<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
174
195
|
|
|
175
196
|
export declare namespace Changyongxinxi {
|
|
176
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_26;
|
|
177
198
|
var displayName: string;
|
|
178
199
|
}
|
|
179
200
|
|
|
180
|
-
export declare function CheckmarkFill<T>(props: Partial<
|
|
201
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
181
202
|
|
|
182
203
|
export declare namespace CheckmarkFill {
|
|
183
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_27;
|
|
184
205
|
var displayName: string;
|
|
185
206
|
}
|
|
186
207
|
|
|
187
|
-
export declare function ChuyuanFill<T>(props: Partial<
|
|
208
|
+
export declare function ChuyuanFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
188
209
|
|
|
189
210
|
export declare namespace ChuyuanFill {
|
|
190
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_28;
|
|
191
212
|
var displayName: string;
|
|
192
213
|
}
|
|
193
214
|
|
|
194
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
215
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
195
216
|
|
|
196
217
|
export declare namespace ClaimsDetailColor {
|
|
197
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_111;
|
|
198
219
|
var displayName: string;
|
|
199
220
|
}
|
|
200
221
|
|
|
201
|
-
export declare function Close<T>(props: Partial<
|
|
222
|
+
export declare function Close<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
202
223
|
|
|
203
224
|
export declare namespace Close {
|
|
204
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_29;
|
|
205
226
|
var displayName: string;
|
|
206
227
|
}
|
|
207
228
|
|
|
208
|
-
export declare function Code<T>(props: Partial<
|
|
229
|
+
export declare function Code<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
209
230
|
|
|
210
231
|
export declare namespace Code {
|
|
211
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_30;
|
|
233
|
+
var displayName: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export declare function Consultationrecord<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
237
|
+
|
|
238
|
+
export declare namespace Consultationrecord {
|
|
239
|
+
var defaultProps: IconProps_31;
|
|
212
240
|
var displayName: string;
|
|
213
241
|
}
|
|
214
242
|
|
|
215
|
-
export declare function
|
|
243
|
+
export declare function CopeFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
244
|
+
|
|
245
|
+
export declare namespace CopeFill {
|
|
246
|
+
var defaultProps: IconProps_32;
|
|
247
|
+
var displayName: string;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export declare function Customer<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
216
251
|
|
|
217
252
|
export declare namespace Customer {
|
|
218
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_33;
|
|
219
254
|
var displayName: string;
|
|
220
255
|
}
|
|
221
256
|
|
|
222
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
257
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
223
258
|
|
|
224
259
|
export declare namespace DaibingkebaoFill {
|
|
225
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_34;
|
|
226
261
|
var displayName: string;
|
|
227
262
|
}
|
|
228
263
|
|
|
229
|
-
export declare function Delete<T>(props: Partial<
|
|
264
|
+
export declare function Delete<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
230
265
|
|
|
231
266
|
export declare namespace Delete {
|
|
232
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_36;
|
|
233
268
|
var displayName: string;
|
|
234
269
|
}
|
|
235
270
|
|
|
236
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
271
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
237
272
|
|
|
238
273
|
export declare namespace DeleteFill {
|
|
239
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_35;
|
|
240
275
|
var displayName: string;
|
|
241
276
|
}
|
|
242
277
|
|
|
243
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
278
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
244
279
|
|
|
245
280
|
export declare namespace DirectClaimsColor {
|
|
246
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_112;
|
|
247
282
|
var displayName: string;
|
|
248
283
|
}
|
|
249
284
|
|
|
250
|
-
export declare function DownFill<T>(props: Partial<
|
|
285
|
+
export declare function DownFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
251
286
|
|
|
252
287
|
export declare namespace DownFill {
|
|
253
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_37;
|
|
254
289
|
var displayName: string;
|
|
255
290
|
}
|
|
256
291
|
|
|
257
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
292
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_113> & T): ReactElement;
|
|
258
293
|
|
|
259
294
|
export declare namespace DynamicLoading {
|
|
260
|
-
var defaultProps:
|
|
295
|
+
var defaultProps: IconProps_113;
|
|
261
296
|
var displayName: string;
|
|
262
297
|
}
|
|
263
298
|
|
|
264
|
-
export declare function Expert<T>(props: Partial<
|
|
299
|
+
export declare function Expert<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
265
300
|
|
|
266
301
|
export declare namespace Expert {
|
|
267
|
-
var defaultProps:
|
|
302
|
+
var defaultProps: IconProps_38;
|
|
268
303
|
var displayName: string;
|
|
269
304
|
}
|
|
270
305
|
|
|
271
|
-
export declare function Failure<T>(props: Partial<
|
|
306
|
+
export declare function Failure<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
272
307
|
|
|
273
308
|
export declare namespace Failure {
|
|
274
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_40;
|
|
275
310
|
var displayName: string;
|
|
276
311
|
}
|
|
277
312
|
|
|
278
|
-
export declare function FailureFill<T>(props: Partial<
|
|
313
|
+
export declare function FailureFill<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
279
314
|
|
|
280
315
|
export declare namespace FailureFill {
|
|
281
|
-
var defaultProps:
|
|
316
|
+
var defaultProps: IconProps_39;
|
|
282
317
|
var displayName: string;
|
|
283
318
|
}
|
|
284
319
|
|
|
285
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
320
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
286
321
|
|
|
287
322
|
export declare namespace FamilyFill {
|
|
288
|
-
var defaultProps:
|
|
323
|
+
var defaultProps: IconProps_41;
|
|
289
324
|
var displayName: string;
|
|
290
325
|
}
|
|
291
326
|
|
|
292
|
-
export declare function GaonandushoushuFill<T>(props: Partial<
|
|
327
|
+
export declare function GaonandushoushuFill<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
293
328
|
|
|
294
329
|
export declare namespace GaonandushoushuFill {
|
|
295
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_42;
|
|
296
331
|
var displayName: string;
|
|
297
332
|
}
|
|
298
333
|
|
|
299
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
334
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_114> & T): ReactElement;
|
|
300
335
|
|
|
301
336
|
export declare namespace GeneraoInfoColor {
|
|
302
|
-
var defaultProps:
|
|
337
|
+
var defaultProps: IconProps_114;
|
|
303
338
|
var displayName: string;
|
|
304
339
|
}
|
|
305
340
|
|
|
306
|
-
export declare function GirlColor<T>(props: Partial<
|
|
341
|
+
export declare function GirlColor<T>(props: Partial<IconProps_115> & T): ReactElement;
|
|
307
342
|
|
|
308
343
|
export declare namespace GirlColor {
|
|
309
|
-
var defaultProps:
|
|
344
|
+
var defaultProps: IconProps_115;
|
|
310
345
|
var displayName: string;
|
|
311
346
|
}
|
|
312
347
|
|
|
313
|
-
export declare function Glide<T>(props: Partial<
|
|
348
|
+
export declare function Glide<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
314
349
|
|
|
315
350
|
export declare namespace Glide {
|
|
316
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_43;
|
|
317
352
|
var displayName: string;
|
|
318
353
|
}
|
|
319
354
|
|
|
320
|
-
export declare function Guarantee<T>(props: Partial<
|
|
355
|
+
export declare function Guarantee<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
321
356
|
|
|
322
357
|
export declare namespace Guarantee {
|
|
323
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_45;
|
|
324
359
|
var displayName: string;
|
|
325
360
|
}
|
|
326
361
|
|
|
327
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
362
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
328
363
|
|
|
329
364
|
export declare namespace GuaranteeFill {
|
|
330
|
-
var defaultProps:
|
|
365
|
+
var defaultProps: IconProps_44;
|
|
331
366
|
var displayName: string;
|
|
332
367
|
}
|
|
333
368
|
|
|
334
|
-
export declare function HaoyaohaoshuFill<T>(props: Partial<
|
|
369
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
335
370
|
|
|
336
371
|
export declare namespace HaoyaohaoshuFill {
|
|
337
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_46;
|
|
338
373
|
var displayName: string;
|
|
339
374
|
}
|
|
340
375
|
|
|
341
|
-
declare function History_2<T>(props: Partial<
|
|
376
|
+
declare function History_2<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
342
377
|
|
|
343
378
|
declare namespace History_2 {
|
|
344
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_47;
|
|
345
380
|
var displayName: string;
|
|
346
381
|
}
|
|
347
382
|
export { History_2 as History }
|
|
348
383
|
|
|
349
|
-
export declare function Home<T>(props: Partial<
|
|
384
|
+
export declare function Home<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
350
385
|
|
|
351
386
|
export declare namespace Home {
|
|
352
|
-
var defaultProps:
|
|
387
|
+
var defaultProps: IconProps_48;
|
|
353
388
|
var displayName: string;
|
|
354
389
|
}
|
|
355
390
|
|
|
356
|
-
export declare function Huodongzhongxin<T>(props: Partial<
|
|
391
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
357
392
|
|
|
358
393
|
export declare namespace Huodongzhongxin {
|
|
359
|
-
var defaultProps:
|
|
394
|
+
var defaultProps: IconProps_49;
|
|
360
395
|
var displayName: string;
|
|
361
396
|
}
|
|
362
397
|
|
|
@@ -394,28 +429,110 @@ declare interface IconProps_10 {
|
|
|
394
429
|
}
|
|
395
430
|
|
|
396
431
|
declare interface IconProps_100 {
|
|
432
|
+
size: string | number;
|
|
397
433
|
classPrefix: string;
|
|
434
|
+
color: string;
|
|
398
435
|
tag: keyof ReactHTML;
|
|
436
|
+
logValue?: string;
|
|
437
|
+
onClick: (e: MouseEvent) => void;
|
|
438
|
+
fontClassName: string;
|
|
439
|
+
className: string;
|
|
440
|
+
style: React_2.CSSProperties;
|
|
441
|
+
children: React_2.ReactNode;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
declare interface IconProps_101 {
|
|
399
445
|
size: string | number;
|
|
446
|
+
classPrefix: string;
|
|
447
|
+
color: string;
|
|
448
|
+
tag: keyof ReactHTML;
|
|
449
|
+
logValue?: string;
|
|
400
450
|
onClick: (e: MouseEvent) => void;
|
|
451
|
+
fontClassName: string;
|
|
401
452
|
className: string;
|
|
453
|
+
style: React_2.CSSProperties;
|
|
454
|
+
children: React_2.ReactNode;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
declare interface IconProps_102 {
|
|
458
|
+
size: string | number;
|
|
459
|
+
classPrefix: string;
|
|
460
|
+
color: string;
|
|
461
|
+
tag: keyof ReactHTML;
|
|
402
462
|
logValue?: string;
|
|
463
|
+
onClick: (e: MouseEvent) => void;
|
|
464
|
+
fontClassName: string;
|
|
465
|
+
className: string;
|
|
403
466
|
style: React_2.CSSProperties;
|
|
404
467
|
children: React_2.ReactNode;
|
|
405
468
|
}
|
|
406
469
|
|
|
407
|
-
declare interface
|
|
470
|
+
declare interface IconProps_103 {
|
|
471
|
+
size: string | number;
|
|
408
472
|
classPrefix: string;
|
|
473
|
+
color: string;
|
|
409
474
|
tag: keyof ReactHTML;
|
|
475
|
+
logValue?: string;
|
|
476
|
+
onClick: (e: MouseEvent) => void;
|
|
477
|
+
fontClassName: string;
|
|
478
|
+
className: string;
|
|
479
|
+
style: React_2.CSSProperties;
|
|
480
|
+
children: React_2.ReactNode;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
declare interface IconProps_104 {
|
|
410
484
|
size: string | number;
|
|
485
|
+
classPrefix: string;
|
|
486
|
+
color: string;
|
|
487
|
+
tag: keyof ReactHTML;
|
|
488
|
+
logValue?: string;
|
|
411
489
|
onClick: (e: MouseEvent) => void;
|
|
490
|
+
fontClassName: string;
|
|
412
491
|
className: string;
|
|
492
|
+
style: React_2.CSSProperties;
|
|
493
|
+
children: React_2.ReactNode;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
declare interface IconProps_105 {
|
|
497
|
+
size: string | number;
|
|
498
|
+
classPrefix: string;
|
|
499
|
+
color: string;
|
|
500
|
+
tag: keyof ReactHTML;
|
|
413
501
|
logValue?: string;
|
|
502
|
+
onClick: (e: MouseEvent) => void;
|
|
503
|
+
fontClassName: string;
|
|
504
|
+
className: string;
|
|
414
505
|
style: React_2.CSSProperties;
|
|
415
506
|
children: React_2.ReactNode;
|
|
416
507
|
}
|
|
417
508
|
|
|
418
|
-
declare interface
|
|
509
|
+
declare interface IconProps_106 {
|
|
510
|
+
size: string | number;
|
|
511
|
+
classPrefix: string;
|
|
512
|
+
color: string;
|
|
513
|
+
tag: keyof ReactHTML;
|
|
514
|
+
logValue?: string;
|
|
515
|
+
onClick: (e: MouseEvent) => void;
|
|
516
|
+
fontClassName: string;
|
|
517
|
+
className: string;
|
|
518
|
+
style: React_2.CSSProperties;
|
|
519
|
+
children: React_2.ReactNode;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
declare interface IconProps_107 {
|
|
523
|
+
size: string | number;
|
|
524
|
+
classPrefix: string;
|
|
525
|
+
color: string;
|
|
526
|
+
tag: keyof ReactHTML;
|
|
527
|
+
logValue?: string;
|
|
528
|
+
onClick: (e: MouseEvent) => void;
|
|
529
|
+
fontClassName: string;
|
|
530
|
+
className: string;
|
|
531
|
+
style: React_2.CSSProperties;
|
|
532
|
+
children: React_2.ReactNode;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
declare interface IconProps_108 {
|
|
419
536
|
classPrefix: string;
|
|
420
537
|
tag: keyof ReactHTML;
|
|
421
538
|
size: string | number;
|
|
@@ -426,7 +543,7 @@ declare interface IconProps_102 {
|
|
|
426
543
|
children: React_2.ReactNode;
|
|
427
544
|
}
|
|
428
545
|
|
|
429
|
-
declare interface
|
|
546
|
+
declare interface IconProps_109 {
|
|
430
547
|
classPrefix: string;
|
|
431
548
|
tag: keyof ReactHTML;
|
|
432
549
|
size: string | number;
|
|
@@ -437,7 +554,20 @@ declare interface IconProps_103 {
|
|
|
437
554
|
children: React_2.ReactNode;
|
|
438
555
|
}
|
|
439
556
|
|
|
440
|
-
declare interface
|
|
557
|
+
declare interface IconProps_11 {
|
|
558
|
+
size: string | number;
|
|
559
|
+
classPrefix: string;
|
|
560
|
+
color: string;
|
|
561
|
+
tag: keyof ReactHTML;
|
|
562
|
+
logValue?: string;
|
|
563
|
+
onClick: (e: MouseEvent) => void;
|
|
564
|
+
fontClassName: string;
|
|
565
|
+
className: string;
|
|
566
|
+
style: React_2.CSSProperties;
|
|
567
|
+
children: React_2.ReactNode;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
declare interface IconProps_110 {
|
|
441
571
|
classPrefix: string;
|
|
442
572
|
tag: keyof ReactHTML;
|
|
443
573
|
size: string | number;
|
|
@@ -448,7 +578,7 @@ declare interface IconProps_104 {
|
|
|
448
578
|
children: React_2.ReactNode;
|
|
449
579
|
}
|
|
450
580
|
|
|
451
|
-
declare interface
|
|
581
|
+
declare interface IconProps_111 {
|
|
452
582
|
classPrefix: string;
|
|
453
583
|
tag: keyof ReactHTML;
|
|
454
584
|
size: string | number;
|
|
@@ -459,7 +589,7 @@ declare interface IconProps_105 {
|
|
|
459
589
|
children: React_2.ReactNode;
|
|
460
590
|
}
|
|
461
591
|
|
|
462
|
-
declare interface
|
|
592
|
+
declare interface IconProps_112 {
|
|
463
593
|
classPrefix: string;
|
|
464
594
|
tag: keyof ReactHTML;
|
|
465
595
|
size: string | number;
|
|
@@ -470,15 +600,68 @@ declare interface IconProps_106 {
|
|
|
470
600
|
children: React_2.ReactNode;
|
|
471
601
|
}
|
|
472
602
|
|
|
473
|
-
declare interface
|
|
603
|
+
declare interface IconProps_113 {
|
|
604
|
+
classPrefix: string;
|
|
605
|
+
tag: keyof ReactHTML;
|
|
474
606
|
size: string | number;
|
|
607
|
+
onClick: (e: MouseEvent) => void;
|
|
608
|
+
className: string;
|
|
609
|
+
logValue?: string;
|
|
610
|
+
style: React_2.CSSProperties;
|
|
611
|
+
children: React_2.ReactNode;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
declare interface IconProps_114 {
|
|
475
615
|
classPrefix: string;
|
|
476
|
-
color: string;
|
|
477
616
|
tag: keyof ReactHTML;
|
|
617
|
+
size: string | number;
|
|
618
|
+
onClick: (e: MouseEvent) => void;
|
|
619
|
+
className: string;
|
|
478
620
|
logValue?: string;
|
|
621
|
+
style: React_2.CSSProperties;
|
|
622
|
+
children: React_2.ReactNode;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
declare interface IconProps_115 {
|
|
626
|
+
classPrefix: string;
|
|
627
|
+
tag: keyof ReactHTML;
|
|
628
|
+
size: string | number;
|
|
479
629
|
onClick: (e: MouseEvent) => void;
|
|
480
|
-
fontClassName: string;
|
|
481
630
|
className: string;
|
|
631
|
+
logValue?: string;
|
|
632
|
+
style: React_2.CSSProperties;
|
|
633
|
+
children: React_2.ReactNode;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
declare interface IconProps_116 {
|
|
637
|
+
classPrefix: string;
|
|
638
|
+
tag: keyof ReactHTML;
|
|
639
|
+
size: string | number;
|
|
640
|
+
onClick: (e: MouseEvent) => void;
|
|
641
|
+
className: string;
|
|
642
|
+
logValue?: string;
|
|
643
|
+
style: React_2.CSSProperties;
|
|
644
|
+
children: React_2.ReactNode;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
declare interface IconProps_117 {
|
|
648
|
+
classPrefix: string;
|
|
649
|
+
tag: keyof ReactHTML;
|
|
650
|
+
size: string | number;
|
|
651
|
+
onClick: (e: MouseEvent) => void;
|
|
652
|
+
className: string;
|
|
653
|
+
logValue?: string;
|
|
654
|
+
style: React_2.CSSProperties;
|
|
655
|
+
children: React_2.ReactNode;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
declare interface IconProps_118 {
|
|
659
|
+
classPrefix: string;
|
|
660
|
+
tag: keyof ReactHTML;
|
|
661
|
+
size: string | number;
|
|
662
|
+
onClick: (e: MouseEvent) => void;
|
|
663
|
+
className: string;
|
|
664
|
+
logValue?: string;
|
|
482
665
|
style: React_2.CSSProperties;
|
|
483
666
|
children: React_2.ReactNode;
|
|
484
667
|
}
|
|
@@ -1680,424 +1863,481 @@ declare interface IconProps_95 {
|
|
|
1680
1863
|
}
|
|
1681
1864
|
|
|
1682
1865
|
declare interface IconProps_96 {
|
|
1866
|
+
size: string | number;
|
|
1683
1867
|
classPrefix: string;
|
|
1868
|
+
color: string;
|
|
1684
1869
|
tag: keyof ReactHTML;
|
|
1685
|
-
|
|
1870
|
+
logValue?: string;
|
|
1686
1871
|
onClick: (e: MouseEvent) => void;
|
|
1872
|
+
fontClassName: string;
|
|
1687
1873
|
className: string;
|
|
1688
|
-
logValue?: string;
|
|
1689
1874
|
style: React_2.CSSProperties;
|
|
1690
1875
|
children: React_2.ReactNode;
|
|
1691
1876
|
}
|
|
1692
1877
|
|
|
1693
1878
|
declare interface IconProps_97 {
|
|
1879
|
+
size: string | number;
|
|
1694
1880
|
classPrefix: string;
|
|
1881
|
+
color: string;
|
|
1695
1882
|
tag: keyof ReactHTML;
|
|
1696
|
-
|
|
1883
|
+
logValue?: string;
|
|
1697
1884
|
onClick: (e: MouseEvent) => void;
|
|
1885
|
+
fontClassName: string;
|
|
1698
1886
|
className: string;
|
|
1699
|
-
logValue?: string;
|
|
1700
1887
|
style: React_2.CSSProperties;
|
|
1701
1888
|
children: React_2.ReactNode;
|
|
1702
1889
|
}
|
|
1703
1890
|
|
|
1704
1891
|
declare interface IconProps_98 {
|
|
1892
|
+
size: string | number;
|
|
1705
1893
|
classPrefix: string;
|
|
1894
|
+
color: string;
|
|
1706
1895
|
tag: keyof ReactHTML;
|
|
1707
|
-
|
|
1896
|
+
logValue?: string;
|
|
1708
1897
|
onClick: (e: MouseEvent) => void;
|
|
1898
|
+
fontClassName: string;
|
|
1709
1899
|
className: string;
|
|
1710
|
-
logValue?: string;
|
|
1711
1900
|
style: React_2.CSSProperties;
|
|
1712
1901
|
children: React_2.ReactNode;
|
|
1713
1902
|
}
|
|
1714
1903
|
|
|
1715
1904
|
declare interface IconProps_99 {
|
|
1905
|
+
size: string | number;
|
|
1716
1906
|
classPrefix: string;
|
|
1907
|
+
color: string;
|
|
1717
1908
|
tag: keyof ReactHTML;
|
|
1718
|
-
|
|
1909
|
+
logValue?: string;
|
|
1719
1910
|
onClick: (e: MouseEvent) => void;
|
|
1911
|
+
fontClassName: string;
|
|
1720
1912
|
className: string;
|
|
1721
|
-
logValue?: string;
|
|
1722
1913
|
style: React_2.CSSProperties;
|
|
1723
1914
|
children: React_2.ReactNode;
|
|
1724
1915
|
}
|
|
1725
1916
|
|
|
1726
|
-
export declare function ImageFill<T>(props: Partial<
|
|
1917
|
+
export declare function ImageFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1727
1918
|
|
|
1728
1919
|
export declare namespace ImageFill {
|
|
1729
|
-
var defaultProps:
|
|
1920
|
+
var defaultProps: IconProps_50;
|
|
1730
1921
|
var displayName: string;
|
|
1731
1922
|
}
|
|
1732
1923
|
|
|
1733
|
-
export declare function Information<T>(props: Partial<
|
|
1924
|
+
export declare function Information<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1734
1925
|
|
|
1735
1926
|
export declare namespace Information {
|
|
1736
|
-
var defaultProps:
|
|
1927
|
+
var defaultProps: IconProps_52;
|
|
1737
1928
|
var displayName: string;
|
|
1738
1929
|
}
|
|
1739
1930
|
|
|
1740
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1931
|
+
export declare function InformationFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1741
1932
|
|
|
1742
1933
|
export declare namespace InformationFill {
|
|
1743
|
-
var defaultProps:
|
|
1934
|
+
var defaultProps: IconProps_51;
|
|
1744
1935
|
var displayName: string;
|
|
1745
1936
|
}
|
|
1746
1937
|
|
|
1747
|
-
export declare function Invisible<T>(props: Partial<
|
|
1938
|
+
export declare function Invisible<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1748
1939
|
|
|
1749
1940
|
export declare namespace Invisible {
|
|
1750
|
-
var defaultProps:
|
|
1941
|
+
var defaultProps: IconProps_53;
|
|
1751
1942
|
var displayName: string;
|
|
1752
1943
|
}
|
|
1753
1944
|
|
|
1754
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
1945
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1755
1946
|
|
|
1756
1947
|
export declare namespace Jiankangdangan {
|
|
1757
|
-
var defaultProps:
|
|
1948
|
+
var defaultProps: IconProps_54;
|
|
1758
1949
|
var displayName: string;
|
|
1759
1950
|
}
|
|
1760
1951
|
|
|
1761
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
1952
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1762
1953
|
|
|
1763
1954
|
export declare namespace JiuyizhuandaoFill {
|
|
1764
|
-
var defaultProps:
|
|
1955
|
+
var defaultProps: IconProps_55;
|
|
1765
1956
|
var displayName: string;
|
|
1766
1957
|
}
|
|
1767
1958
|
|
|
1768
|
-
export declare function Keyboard<T>(props: Partial<
|
|
1959
|
+
export declare function Keyboard<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1769
1960
|
|
|
1770
1961
|
export declare namespace Keyboard {
|
|
1771
|
-
var defaultProps:
|
|
1962
|
+
var defaultProps: IconProps_56;
|
|
1772
1963
|
var displayName: string;
|
|
1773
1964
|
}
|
|
1774
1965
|
|
|
1775
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1966
|
+
export declare function LeftFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1776
1967
|
|
|
1777
1968
|
export declare namespace LeftFill {
|
|
1778
|
-
var defaultProps:
|
|
1969
|
+
var defaultProps: IconProps_57;
|
|
1779
1970
|
var displayName: string;
|
|
1780
1971
|
}
|
|
1781
1972
|
|
|
1782
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
1973
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1783
1974
|
|
|
1784
1975
|
export declare namespace LipeixiezhuFill {
|
|
1785
|
-
var defaultProps:
|
|
1976
|
+
var defaultProps: IconProps_58;
|
|
1786
1977
|
var displayName: string;
|
|
1787
1978
|
}
|
|
1788
1979
|
|
|
1789
|
-
export declare function Loading<T>(props: Partial<
|
|
1980
|
+
export declare function Loading<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1790
1981
|
|
|
1791
1982
|
export declare namespace Loading {
|
|
1792
|
-
var defaultProps:
|
|
1983
|
+
var defaultProps: IconProps_59;
|
|
1793
1984
|
var displayName: string;
|
|
1794
1985
|
}
|
|
1795
1986
|
|
|
1796
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1987
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_116> & T): ReactElement;
|
|
1797
1988
|
|
|
1798
1989
|
export declare namespace LoginOffColor {
|
|
1799
|
-
var defaultProps:
|
|
1990
|
+
var defaultProps: IconProps_116;
|
|
1800
1991
|
var displayName: string;
|
|
1801
1992
|
}
|
|
1802
1993
|
|
|
1803
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1994
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_117> & T): ReactElement;
|
|
1804
1995
|
|
|
1805
1996
|
export declare namespace LoginOnColor {
|
|
1806
|
-
var defaultProps:
|
|
1997
|
+
var defaultProps: IconProps_117;
|
|
1807
1998
|
var displayName: string;
|
|
1808
1999
|
}
|
|
1809
2000
|
|
|
1810
|
-
export declare function Menu<T>(props: Partial<
|
|
2001
|
+
export declare function Menu<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1811
2002
|
|
|
1812
2003
|
export declare namespace Menu {
|
|
1813
|
-
var defaultProps:
|
|
2004
|
+
var defaultProps: IconProps_60;
|
|
1814
2005
|
var displayName: string;
|
|
1815
2006
|
}
|
|
1816
2007
|
|
|
1817
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2008
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1818
2009
|
|
|
1819
2010
|
export declare namespace MenzhengFill {
|
|
1820
|
-
var defaultProps:
|
|
2011
|
+
var defaultProps: IconProps_61;
|
|
2012
|
+
var displayName: string;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
2016
|
+
|
|
2017
|
+
export declare namespace MicrophoneFill {
|
|
2018
|
+
var defaultProps: IconProps_62;
|
|
1821
2019
|
var displayName: string;
|
|
1822
2020
|
}
|
|
1823
2021
|
|
|
1824
|
-
export declare function
|
|
2022
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
2023
|
+
|
|
2024
|
+
export declare namespace MicrophoneoffFill {
|
|
2025
|
+
var defaultProps: IconProps_63;
|
|
2026
|
+
var displayName: string;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
export declare function Modify<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1825
2030
|
|
|
1826
2031
|
export declare namespace Modify {
|
|
1827
|
-
var defaultProps:
|
|
2032
|
+
var defaultProps: IconProps_64;
|
|
1828
2033
|
var displayName: string;
|
|
1829
2034
|
}
|
|
1830
2035
|
|
|
1831
|
-
export declare function
|
|
2036
|
+
export declare function More<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
2037
|
+
|
|
2038
|
+
export declare namespace More {
|
|
2039
|
+
var defaultProps: IconProps_65;
|
|
2040
|
+
var displayName: string;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
export declare function PauseFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1832
2044
|
|
|
1833
2045
|
export declare namespace PauseFill {
|
|
1834
|
-
var defaultProps:
|
|
2046
|
+
var defaultProps: IconProps_66;
|
|
1835
2047
|
var displayName: string;
|
|
1836
2048
|
}
|
|
1837
2049
|
|
|
1838
|
-
export declare function Plus<T>(props: Partial<
|
|
2050
|
+
export declare function Plus<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1839
2051
|
|
|
1840
2052
|
export declare namespace Plus {
|
|
1841
|
-
var defaultProps:
|
|
2053
|
+
var defaultProps: IconProps_67;
|
|
1842
2054
|
var displayName: string;
|
|
1843
2055
|
}
|
|
1844
2056
|
|
|
1845
|
-
export declare function Position<T>(props: Partial<
|
|
2057
|
+
export declare function Position<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1846
2058
|
|
|
1847
2059
|
export declare namespace Position {
|
|
1848
|
-
var defaultProps:
|
|
2060
|
+
var defaultProps: IconProps_68;
|
|
1849
2061
|
var displayName: string;
|
|
1850
2062
|
}
|
|
1851
2063
|
|
|
1852
|
-
export declare function Problem<T>(props: Partial<
|
|
2064
|
+
export declare function Problem<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1853
2065
|
|
|
1854
2066
|
export declare namespace Problem {
|
|
1855
|
-
var defaultProps:
|
|
2067
|
+
var defaultProps: IconProps_70;
|
|
1856
2068
|
var displayName: string;
|
|
1857
2069
|
}
|
|
1858
2070
|
|
|
1859
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2071
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1860
2072
|
|
|
1861
2073
|
export declare namespace ProblemFill {
|
|
1862
|
-
var defaultProps:
|
|
2074
|
+
var defaultProps: IconProps_69;
|
|
1863
2075
|
var displayName: string;
|
|
1864
2076
|
}
|
|
1865
2077
|
|
|
1866
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2078
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1867
2079
|
|
|
1868
2080
|
export declare namespace Prohibitselected {
|
|
1869
|
-
var defaultProps:
|
|
2081
|
+
var defaultProps: IconProps_72;
|
|
1870
2082
|
var displayName: string;
|
|
1871
2083
|
}
|
|
1872
2084
|
|
|
1873
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2085
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1874
2086
|
|
|
1875
2087
|
export declare namespace ProhibitselectedRectangle {
|
|
1876
|
-
var defaultProps:
|
|
2088
|
+
var defaultProps: IconProps_71;
|
|
1877
2089
|
var displayName: string;
|
|
1878
2090
|
}
|
|
1879
2091
|
|
|
1880
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2092
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1881
2093
|
|
|
1882
2094
|
export declare namespace Quanyishiyongjilu {
|
|
1883
|
-
var defaultProps:
|
|
2095
|
+
var defaultProps: IconProps_73;
|
|
1884
2096
|
var displayName: string;
|
|
1885
2097
|
}
|
|
1886
2098
|
|
|
1887
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2099
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_118> & T): ReactElement;
|
|
1888
2100
|
|
|
1889
2101
|
export declare namespace QuickClaimsColor {
|
|
1890
|
-
var defaultProps:
|
|
2102
|
+
var defaultProps: IconProps_118;
|
|
1891
2103
|
var displayName: string;
|
|
1892
2104
|
}
|
|
1893
2105
|
|
|
1894
|
-
export declare function Remind<T>(props: Partial<
|
|
2106
|
+
export declare function Remind<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1895
2107
|
|
|
1896
2108
|
export declare namespace Remind {
|
|
1897
|
-
var defaultProps:
|
|
2109
|
+
var defaultProps: IconProps_74;
|
|
2110
|
+
var displayName: string;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2114
|
+
|
|
2115
|
+
export declare namespace RevokeFill {
|
|
2116
|
+
var defaultProps: IconProps_75;
|
|
1898
2117
|
var displayName: string;
|
|
1899
2118
|
}
|
|
1900
2119
|
|
|
1901
|
-
export declare function RightFill<T>(props: Partial<
|
|
2120
|
+
export declare function RightFill<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
1902
2121
|
|
|
1903
2122
|
export declare namespace RightFill {
|
|
1904
|
-
var defaultProps:
|
|
2123
|
+
var defaultProps: IconProps_76;
|
|
1905
2124
|
var displayName: string;
|
|
1906
2125
|
}
|
|
1907
2126
|
|
|
1908
|
-
export declare function Search<T>(props: Partial<
|
|
2127
|
+
export declare function Search<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1909
2128
|
|
|
1910
2129
|
export declare namespace Search {
|
|
1911
|
-
var defaultProps:
|
|
2130
|
+
var defaultProps: IconProps_77;
|
|
1912
2131
|
var displayName: string;
|
|
1913
2132
|
}
|
|
1914
2133
|
|
|
1915
|
-
export declare function Selected<T>(props: Partial<
|
|
2134
|
+
export declare function Selected<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
1916
2135
|
|
|
1917
2136
|
export declare namespace Selected {
|
|
1918
|
-
var defaultProps:
|
|
2137
|
+
var defaultProps: IconProps_80;
|
|
1919
2138
|
var displayName: string;
|
|
1920
2139
|
}
|
|
1921
2140
|
|
|
1922
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2141
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1923
2142
|
|
|
1924
2143
|
export declare namespace SelectedFill {
|
|
1925
|
-
var defaultProps:
|
|
2144
|
+
var defaultProps: IconProps_78;
|
|
1926
2145
|
var displayName: string;
|
|
1927
2146
|
}
|
|
1928
2147
|
|
|
1929
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2148
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
1930
2149
|
|
|
1931
2150
|
export declare namespace SelectedminusFill {
|
|
1932
|
-
var defaultProps:
|
|
2151
|
+
var defaultProps: IconProps_81;
|
|
1933
2152
|
var displayName: string;
|
|
1934
2153
|
}
|
|
1935
2154
|
|
|
1936
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2155
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
1937
2156
|
|
|
1938
2157
|
export declare namespace SelectedminusRectangleFill {
|
|
1939
|
-
var defaultProps:
|
|
2158
|
+
var defaultProps: IconProps_82;
|
|
1940
2159
|
var displayName: string;
|
|
1941
2160
|
}
|
|
1942
2161
|
|
|
1943
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2162
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1944
2163
|
|
|
1945
2164
|
export declare namespace SelectedRectangleFill {
|
|
1946
|
-
var defaultProps:
|
|
2165
|
+
var defaultProps: IconProps_79;
|
|
1947
2166
|
var displayName: string;
|
|
1948
2167
|
}
|
|
1949
2168
|
|
|
1950
|
-
export declare function SendFill<T>(props: Partial<
|
|
2169
|
+
export declare function SendFill<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
1951
2170
|
|
|
1952
2171
|
export declare namespace SendFill {
|
|
1953
|
-
var defaultProps:
|
|
2172
|
+
var defaultProps: IconProps_83;
|
|
1954
2173
|
var displayName: string;
|
|
1955
2174
|
}
|
|
1956
2175
|
|
|
1957
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2176
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
1958
2177
|
|
|
1959
2178
|
export declare namespace ShoushuFill {
|
|
1960
|
-
var defaultProps:
|
|
2179
|
+
var defaultProps: IconProps_84;
|
|
1961
2180
|
var displayName: string;
|
|
1962
2181
|
}
|
|
1963
2182
|
|
|
1964
|
-
export declare function
|
|
2183
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
1965
2184
|
|
|
1966
|
-
export declare namespace
|
|
1967
|
-
var defaultProps:
|
|
2185
|
+
export declare namespace Smalltriangle2Fill {
|
|
2186
|
+
var defaultProps: IconProps_86;
|
|
1968
2187
|
var displayName: string;
|
|
1969
2188
|
}
|
|
1970
2189
|
|
|
1971
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2190
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
1972
2191
|
|
|
1973
2192
|
export declare namespace SmalltriangleFill {
|
|
1974
|
-
var defaultProps:
|
|
2193
|
+
var defaultProps: IconProps_85;
|
|
2194
|
+
var displayName: string;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2198
|
+
|
|
2199
|
+
export declare namespace SpeakerFill {
|
|
2200
|
+
var defaultProps: IconProps_87;
|
|
2201
|
+
var displayName: string;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2205
|
+
|
|
2206
|
+
export declare namespace SpeakeroffFill {
|
|
2207
|
+
var defaultProps: IconProps_88;
|
|
1975
2208
|
var displayName: string;
|
|
1976
2209
|
}
|
|
1977
2210
|
|
|
1978
|
-
export declare function
|
|
2211
|
+
export declare function StarFill<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2212
|
+
|
|
2213
|
+
export declare namespace StarFill {
|
|
2214
|
+
var defaultProps: IconProps_89;
|
|
2215
|
+
var displayName: string;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
export declare function Success<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
1979
2219
|
|
|
1980
2220
|
export declare namespace Success {
|
|
1981
|
-
var defaultProps:
|
|
2221
|
+
var defaultProps: IconProps_91;
|
|
1982
2222
|
var displayName: string;
|
|
1983
2223
|
}
|
|
1984
2224
|
|
|
1985
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2225
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
1986
2226
|
|
|
1987
2227
|
export declare namespace SuccessFill {
|
|
1988
|
-
var defaultProps:
|
|
2228
|
+
var defaultProps: IconProps_90;
|
|
1989
2229
|
var displayName: string;
|
|
1990
2230
|
}
|
|
1991
2231
|
|
|
1992
|
-
export declare function Time<T>(props: Partial<
|
|
2232
|
+
export declare function Time<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
1993
2233
|
|
|
1994
2234
|
export declare namespace Time {
|
|
1995
|
-
var defaultProps:
|
|
2235
|
+
var defaultProps: IconProps_93;
|
|
1996
2236
|
var displayName: string;
|
|
1997
2237
|
}
|
|
1998
2238
|
|
|
1999
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2239
|
+
export declare function TimeFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2000
2240
|
|
|
2001
2241
|
export declare namespace TimeFill {
|
|
2002
|
-
var defaultProps:
|
|
2242
|
+
var defaultProps: IconProps_92;
|
|
2003
2243
|
var displayName: string;
|
|
2004
2244
|
}
|
|
2005
2245
|
|
|
2006
|
-
export declare function Unselected<T>(props: Partial<
|
|
2246
|
+
export declare function Unselected<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2007
2247
|
|
|
2008
2248
|
export declare namespace Unselected {
|
|
2009
|
-
var defaultProps:
|
|
2249
|
+
var defaultProps: IconProps_95;
|
|
2010
2250
|
var displayName: string;
|
|
2011
2251
|
}
|
|
2012
2252
|
|
|
2013
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2253
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2014
2254
|
|
|
2015
2255
|
export declare namespace UnselectedRectangle {
|
|
2016
|
-
var defaultProps:
|
|
2256
|
+
var defaultProps: IconProps_94;
|
|
2017
2257
|
var displayName: string;
|
|
2018
2258
|
}
|
|
2019
2259
|
|
|
2020
|
-
export declare function UpFill<T>(props: Partial<
|
|
2260
|
+
export declare function UpFill<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2021
2261
|
|
|
2022
2262
|
export declare namespace UpFill {
|
|
2023
|
-
var defaultProps:
|
|
2263
|
+
var defaultProps: IconProps_96;
|
|
2024
2264
|
var displayName: string;
|
|
2025
2265
|
}
|
|
2026
2266
|
|
|
2027
|
-
export declare function User<T>(props: Partial<
|
|
2267
|
+
export declare function User<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2028
2268
|
|
|
2029
2269
|
export declare namespace User {
|
|
2030
|
-
var defaultProps:
|
|
2270
|
+
var defaultProps: IconProps_97;
|
|
2031
2271
|
var displayName: string;
|
|
2032
2272
|
}
|
|
2033
2273
|
|
|
2034
|
-
export declare function Visible<T>(props: Partial<
|
|
2274
|
+
export declare function Visible<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2035
2275
|
|
|
2036
2276
|
export declare namespace Visible {
|
|
2037
|
-
var defaultProps:
|
|
2277
|
+
var defaultProps: IconProps_98;
|
|
2038
2278
|
var displayName: string;
|
|
2039
2279
|
}
|
|
2040
2280
|
|
|
2041
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2281
|
+
export declare function Voicemail<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2042
2282
|
|
|
2043
2283
|
export declare namespace Voicemail {
|
|
2044
|
-
var defaultProps:
|
|
2284
|
+
var defaultProps: IconProps_99;
|
|
2045
2285
|
var displayName: string;
|
|
2046
2286
|
}
|
|
2047
2287
|
|
|
2048
|
-
export declare function Warning<T>(props: Partial<
|
|
2288
|
+
export declare function Warning<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2049
2289
|
|
|
2050
2290
|
export declare namespace Warning {
|
|
2051
|
-
var defaultProps:
|
|
2291
|
+
var defaultProps: IconProps_101;
|
|
2052
2292
|
var displayName: string;
|
|
2053
2293
|
}
|
|
2054
2294
|
|
|
2055
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2295
|
+
export declare function WarningFill<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2056
2296
|
|
|
2057
2297
|
export declare namespace WarningFill {
|
|
2058
|
-
var defaultProps:
|
|
2298
|
+
var defaultProps: IconProps_100;
|
|
2059
2299
|
var displayName: string;
|
|
2060
2300
|
}
|
|
2061
2301
|
|
|
2062
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2302
|
+
export declare function WechatBack<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2063
2303
|
|
|
2064
2304
|
export declare namespace WechatBack {
|
|
2065
|
-
var defaultProps:
|
|
2305
|
+
var defaultProps: IconProps_102;
|
|
2066
2306
|
var displayName: string;
|
|
2067
2307
|
}
|
|
2068
2308
|
|
|
2069
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2309
|
+
export declare function WechatFill<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2070
2310
|
|
|
2071
2311
|
export declare namespace WechatFill {
|
|
2072
|
-
var defaultProps:
|
|
2312
|
+
var defaultProps: IconProps_103;
|
|
2073
2313
|
var displayName: string;
|
|
2074
2314
|
}
|
|
2075
2315
|
|
|
2076
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2316
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2077
2317
|
|
|
2078
2318
|
export declare namespace YinanbingliFill {
|
|
2079
|
-
var defaultProps:
|
|
2319
|
+
var defaultProps: IconProps_104;
|
|
2080
2320
|
var displayName: string;
|
|
2081
2321
|
}
|
|
2082
2322
|
|
|
2083
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2323
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2084
2324
|
|
|
2085
2325
|
export declare namespace YishengjingxuanFill {
|
|
2086
|
-
var defaultProps:
|
|
2326
|
+
var defaultProps: IconProps_105;
|
|
2087
2327
|
var displayName: string;
|
|
2088
2328
|
}
|
|
2089
2329
|
|
|
2090
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2330
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2091
2331
|
|
|
2092
2332
|
export declare namespace Zhuangrenxiezhu {
|
|
2093
|
-
var defaultProps:
|
|
2333
|
+
var defaultProps: IconProps_106;
|
|
2094
2334
|
var displayName: string;
|
|
2095
2335
|
}
|
|
2096
2336
|
|
|
2097
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2337
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2098
2338
|
|
|
2099
2339
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2100
|
-
var defaultProps:
|
|
2340
|
+
var defaultProps: IconProps_107;
|
|
2101
2341
|
var displayName: string;
|
|
2102
2342
|
}
|
|
2103
2343
|
|