@mijadesign/mobile-icons 1.0.8 → 1.0.10
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/Calendar.js +55 -0
- package/dist/es/icons/Doublearrow.js +55 -0
- package/dist/es/icons/ImageFill1.js +55 -0
- package/dist/es/icons/Lipeijilu.js +55 -0
- package/dist/es/icons/PositioningFill.js +55 -0
- 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_iconfont.css +1 -1
- package/dist/types/index.d.ts +308 -208
- package/dist/types/mobile-icons.mjs +3488 -3233
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37,17 +37,17 @@ export declare namespace Admin {
|
|
|
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_113> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_113;
|
|
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_114> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_114;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -142,256 +142,270 @@ export declare namespace BarrackFill {
|
|
|
142
142
|
var displayName: string;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
export declare function BoyColor<T>(props: Partial<
|
|
145
|
+
export declare function BoyColor<T>(props: Partial<IconProps_115> & T): ReactElement;
|
|
146
146
|
|
|
147
147
|
export declare namespace BoyColor {
|
|
148
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_115;
|
|
149
149
|
var displayName: string;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
export declare function
|
|
152
|
+
export declare function Calendar<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
153
|
+
|
|
154
|
+
export declare namespace Calendar {
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
156
|
+
var displayName: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export declare function Call<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace Call {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_22;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function Call2Fill<T>(props: Partial<
|
|
166
|
+
export declare function Call2Fill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace Call2Fill {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_23;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function CallFill<T>(props: Partial<
|
|
173
|
+
export declare function CallFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace CallFill {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function Camera<T>(props: Partial<
|
|
180
|
+
export declare function Camera<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
174
181
|
|
|
175
182
|
export declare namespace Camera {
|
|
176
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_25;
|
|
177
184
|
var displayName: string;
|
|
178
185
|
}
|
|
179
186
|
|
|
180
|
-
export declare function CameraFill<T>(props: Partial<
|
|
187
|
+
export declare function CameraFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
181
188
|
|
|
182
189
|
export declare namespace CameraFill {
|
|
183
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
184
191
|
var displayName: string;
|
|
185
192
|
}
|
|
186
193
|
|
|
187
|
-
export declare function Change<T>(props: Partial<
|
|
194
|
+
export declare function Change<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace Change {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_26;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function Changyongxinxi<T>(props: Partial<
|
|
201
|
+
export declare function Changyongxinxi<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
195
202
|
|
|
196
203
|
export declare namespace Changyongxinxi {
|
|
197
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_27;
|
|
198
205
|
var displayName: string;
|
|
199
206
|
}
|
|
200
207
|
|
|
201
|
-
export declare function CheckmarkFill<T>(props: Partial<
|
|
208
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
202
209
|
|
|
203
210
|
export declare namespace CheckmarkFill {
|
|
204
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_28;
|
|
205
212
|
var displayName: string;
|
|
206
213
|
}
|
|
207
214
|
|
|
208
|
-
export declare function ChuyuanFill<T>(props: Partial<
|
|
215
|
+
export declare function ChuyuanFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
209
216
|
|
|
210
217
|
export declare namespace ChuyuanFill {
|
|
211
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_29;
|
|
212
219
|
var displayName: string;
|
|
213
220
|
}
|
|
214
221
|
|
|
215
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
222
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_116> & T): ReactElement;
|
|
216
223
|
|
|
217
224
|
export declare namespace ClaimsDetailColor {
|
|
218
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_116;
|
|
219
226
|
var displayName: string;
|
|
220
227
|
}
|
|
221
228
|
|
|
222
|
-
export declare function Close<T>(props: Partial<
|
|
229
|
+
export declare function Close<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
223
230
|
|
|
224
231
|
export declare namespace Close {
|
|
225
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_30;
|
|
226
233
|
var displayName: string;
|
|
227
234
|
}
|
|
228
235
|
|
|
229
|
-
export declare function Code<T>(props: Partial<
|
|
236
|
+
export declare function Code<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
230
237
|
|
|
231
238
|
export declare namespace Code {
|
|
232
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_31;
|
|
233
240
|
var displayName: string;
|
|
234
241
|
}
|
|
235
242
|
|
|
236
|
-
export declare function Consultationrecord<T>(props: Partial<
|
|
243
|
+
export declare function Consultationrecord<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
237
244
|
|
|
238
245
|
export declare namespace Consultationrecord {
|
|
239
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_32;
|
|
240
247
|
var displayName: string;
|
|
241
248
|
}
|
|
242
249
|
|
|
243
|
-
export declare function CopeFill<T>(props: Partial<
|
|
250
|
+
export declare function CopeFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
244
251
|
|
|
245
252
|
export declare namespace CopeFill {
|
|
246
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_33;
|
|
247
254
|
var displayName: string;
|
|
248
255
|
}
|
|
249
256
|
|
|
250
|
-
export declare function Customer<T>(props: Partial<
|
|
257
|
+
export declare function Customer<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
251
258
|
|
|
252
259
|
export declare namespace Customer {
|
|
253
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_34;
|
|
254
261
|
var displayName: string;
|
|
255
262
|
}
|
|
256
263
|
|
|
257
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
264
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
258
265
|
|
|
259
266
|
export declare namespace DaibingkebaoFill {
|
|
260
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_35;
|
|
261
268
|
var displayName: string;
|
|
262
269
|
}
|
|
263
270
|
|
|
264
|
-
export declare function Delete<T>(props: Partial<
|
|
271
|
+
export declare function Delete<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
265
272
|
|
|
266
273
|
export declare namespace Delete {
|
|
267
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_37;
|
|
268
275
|
var displayName: string;
|
|
269
276
|
}
|
|
270
277
|
|
|
271
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
278
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
272
279
|
|
|
273
280
|
export declare namespace DeleteFill {
|
|
274
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_36;
|
|
275
282
|
var displayName: string;
|
|
276
283
|
}
|
|
277
284
|
|
|
278
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
285
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_117> & T): ReactElement;
|
|
279
286
|
|
|
280
287
|
export declare namespace DirectClaimsColor {
|
|
281
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_117;
|
|
282
289
|
var displayName: string;
|
|
283
290
|
}
|
|
284
291
|
|
|
285
|
-
export declare function
|
|
292
|
+
export declare function Doublearrow<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
293
|
+
|
|
294
|
+
export declare namespace Doublearrow {
|
|
295
|
+
var defaultProps: IconProps_38;
|
|
296
|
+
var displayName: string;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export declare function DownFill<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
286
300
|
|
|
287
301
|
export declare namespace DownFill {
|
|
288
|
-
var defaultProps:
|
|
302
|
+
var defaultProps: IconProps_39;
|
|
289
303
|
var displayName: string;
|
|
290
304
|
}
|
|
291
305
|
|
|
292
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
306
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_118> & T): ReactElement;
|
|
293
307
|
|
|
294
308
|
export declare namespace DynamicLoading {
|
|
295
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_118;
|
|
296
310
|
var displayName: string;
|
|
297
311
|
}
|
|
298
312
|
|
|
299
|
-
export declare function Expert<T>(props: Partial<
|
|
313
|
+
export declare function Expert<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
300
314
|
|
|
301
315
|
export declare namespace Expert {
|
|
302
|
-
var defaultProps:
|
|
316
|
+
var defaultProps: IconProps_40;
|
|
303
317
|
var displayName: string;
|
|
304
318
|
}
|
|
305
319
|
|
|
306
|
-
export declare function Failure<T>(props: Partial<
|
|
320
|
+
export declare function Failure<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
307
321
|
|
|
308
322
|
export declare namespace Failure {
|
|
309
|
-
var defaultProps:
|
|
323
|
+
var defaultProps: IconProps_42;
|
|
310
324
|
var displayName: string;
|
|
311
325
|
}
|
|
312
326
|
|
|
313
|
-
export declare function FailureFill<T>(props: Partial<
|
|
327
|
+
export declare function FailureFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
314
328
|
|
|
315
329
|
export declare namespace FailureFill {
|
|
316
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_41;
|
|
317
331
|
var displayName: string;
|
|
318
332
|
}
|
|
319
333
|
|
|
320
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
334
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
321
335
|
|
|
322
336
|
export declare namespace FamilyFill {
|
|
323
|
-
var defaultProps:
|
|
337
|
+
var defaultProps: IconProps_43;
|
|
324
338
|
var displayName: string;
|
|
325
339
|
}
|
|
326
340
|
|
|
327
|
-
export declare function GaonandushoushuFill<T>(props: Partial<
|
|
341
|
+
export declare function GaonandushoushuFill<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
328
342
|
|
|
329
343
|
export declare namespace GaonandushoushuFill {
|
|
330
|
-
var defaultProps:
|
|
344
|
+
var defaultProps: IconProps_44;
|
|
331
345
|
var displayName: string;
|
|
332
346
|
}
|
|
333
347
|
|
|
334
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
348
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_119> & T): ReactElement;
|
|
335
349
|
|
|
336
350
|
export declare namespace GeneraoInfoColor {
|
|
337
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_119;
|
|
338
352
|
var displayName: string;
|
|
339
353
|
}
|
|
340
354
|
|
|
341
|
-
export declare function GirlColor<T>(props: Partial<
|
|
355
|
+
export declare function GirlColor<T>(props: Partial<IconProps_120> & T): ReactElement;
|
|
342
356
|
|
|
343
357
|
export declare namespace GirlColor {
|
|
344
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_120;
|
|
345
359
|
var displayName: string;
|
|
346
360
|
}
|
|
347
361
|
|
|
348
|
-
export declare function Glide<T>(props: Partial<
|
|
362
|
+
export declare function Glide<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
349
363
|
|
|
350
364
|
export declare namespace Glide {
|
|
351
|
-
var defaultProps:
|
|
365
|
+
var defaultProps: IconProps_45;
|
|
352
366
|
var displayName: string;
|
|
353
367
|
}
|
|
354
368
|
|
|
355
|
-
export declare function Guarantee<T>(props: Partial<
|
|
369
|
+
export declare function Guarantee<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
356
370
|
|
|
357
371
|
export declare namespace Guarantee {
|
|
358
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_47;
|
|
359
373
|
var displayName: string;
|
|
360
374
|
}
|
|
361
375
|
|
|
362
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
376
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
363
377
|
|
|
364
378
|
export declare namespace GuaranteeFill {
|
|
365
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_46;
|
|
366
380
|
var displayName: string;
|
|
367
381
|
}
|
|
368
382
|
|
|
369
|
-
export declare function HaoyaohaoshuFill<T>(props: Partial<
|
|
383
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
370
384
|
|
|
371
385
|
export declare namespace HaoyaohaoshuFill {
|
|
372
|
-
var defaultProps:
|
|
386
|
+
var defaultProps: IconProps_48;
|
|
373
387
|
var displayName: string;
|
|
374
388
|
}
|
|
375
389
|
|
|
376
|
-
declare function History_2<T>(props: Partial<
|
|
390
|
+
declare function History_2<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
377
391
|
|
|
378
392
|
declare namespace History_2 {
|
|
379
|
-
var defaultProps:
|
|
393
|
+
var defaultProps: IconProps_49;
|
|
380
394
|
var displayName: string;
|
|
381
395
|
}
|
|
382
396
|
export { History_2 as History }
|
|
383
397
|
|
|
384
|
-
export declare function Home<T>(props: Partial<
|
|
398
|
+
export declare function Home<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
385
399
|
|
|
386
400
|
export declare namespace Home {
|
|
387
|
-
var defaultProps:
|
|
401
|
+
var defaultProps: IconProps_50;
|
|
388
402
|
var displayName: string;
|
|
389
403
|
}
|
|
390
404
|
|
|
391
|
-
export declare function Huodongzhongxin<T>(props: Partial<
|
|
405
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
392
406
|
|
|
393
407
|
export declare namespace Huodongzhongxin {
|
|
394
|
-
var defaultProps:
|
|
408
|
+
var defaultProps: IconProps_51;
|
|
395
409
|
var displayName: string;
|
|
396
410
|
}
|
|
397
411
|
|
|
@@ -533,23 +547,27 @@ declare interface IconProps_107 {
|
|
|
533
547
|
}
|
|
534
548
|
|
|
535
549
|
declare interface IconProps_108 {
|
|
550
|
+
size: string | number;
|
|
536
551
|
classPrefix: string;
|
|
552
|
+
color: string;
|
|
537
553
|
tag: keyof ReactHTML;
|
|
538
|
-
|
|
554
|
+
logValue?: string;
|
|
539
555
|
onClick: (e: MouseEvent) => void;
|
|
556
|
+
fontClassName: string;
|
|
540
557
|
className: string;
|
|
541
|
-
logValue?: string;
|
|
542
558
|
style: React_2.CSSProperties;
|
|
543
559
|
children: React_2.ReactNode;
|
|
544
560
|
}
|
|
545
561
|
|
|
546
562
|
declare interface IconProps_109 {
|
|
563
|
+
size: string | number;
|
|
547
564
|
classPrefix: string;
|
|
565
|
+
color: string;
|
|
548
566
|
tag: keyof ReactHTML;
|
|
549
|
-
|
|
567
|
+
logValue?: string;
|
|
550
568
|
onClick: (e: MouseEvent) => void;
|
|
569
|
+
fontClassName: string;
|
|
551
570
|
className: string;
|
|
552
|
-
logValue?: string;
|
|
553
571
|
style: React_2.CSSProperties;
|
|
554
572
|
children: React_2.ReactNode;
|
|
555
573
|
}
|
|
@@ -568,34 +586,40 @@ declare interface IconProps_11 {
|
|
|
568
586
|
}
|
|
569
587
|
|
|
570
588
|
declare interface IconProps_110 {
|
|
589
|
+
size: string | number;
|
|
571
590
|
classPrefix: string;
|
|
591
|
+
color: string;
|
|
572
592
|
tag: keyof ReactHTML;
|
|
573
|
-
|
|
593
|
+
logValue?: string;
|
|
574
594
|
onClick: (e: MouseEvent) => void;
|
|
595
|
+
fontClassName: string;
|
|
575
596
|
className: string;
|
|
576
|
-
logValue?: string;
|
|
577
597
|
style: React_2.CSSProperties;
|
|
578
598
|
children: React_2.ReactNode;
|
|
579
599
|
}
|
|
580
600
|
|
|
581
601
|
declare interface IconProps_111 {
|
|
602
|
+
size: string | number;
|
|
582
603
|
classPrefix: string;
|
|
604
|
+
color: string;
|
|
583
605
|
tag: keyof ReactHTML;
|
|
584
|
-
|
|
606
|
+
logValue?: string;
|
|
585
607
|
onClick: (e: MouseEvent) => void;
|
|
608
|
+
fontClassName: string;
|
|
586
609
|
className: string;
|
|
587
|
-
logValue?: string;
|
|
588
610
|
style: React_2.CSSProperties;
|
|
589
611
|
children: React_2.ReactNode;
|
|
590
612
|
}
|
|
591
613
|
|
|
592
614
|
declare interface IconProps_112 {
|
|
615
|
+
size: string | number;
|
|
593
616
|
classPrefix: string;
|
|
617
|
+
color: string;
|
|
594
618
|
tag: keyof ReactHTML;
|
|
595
|
-
|
|
619
|
+
logValue?: string;
|
|
596
620
|
onClick: (e: MouseEvent) => void;
|
|
621
|
+
fontClassName: string;
|
|
597
622
|
className: string;
|
|
598
|
-
logValue?: string;
|
|
599
623
|
style: React_2.CSSProperties;
|
|
600
624
|
children: React_2.ReactNode;
|
|
601
625
|
}
|
|
@@ -666,6 +690,17 @@ declare interface IconProps_118 {
|
|
|
666
690
|
children: React_2.ReactNode;
|
|
667
691
|
}
|
|
668
692
|
|
|
693
|
+
declare interface IconProps_119 {
|
|
694
|
+
classPrefix: string;
|
|
695
|
+
tag: keyof ReactHTML;
|
|
696
|
+
size: string | number;
|
|
697
|
+
onClick: (e: MouseEvent) => void;
|
|
698
|
+
className: string;
|
|
699
|
+
logValue?: string;
|
|
700
|
+
style: React_2.CSSProperties;
|
|
701
|
+
children: React_2.ReactNode;
|
|
702
|
+
}
|
|
703
|
+
|
|
669
704
|
declare interface IconProps_12 {
|
|
670
705
|
size: string | number;
|
|
671
706
|
classPrefix: string;
|
|
@@ -679,6 +714,50 @@ declare interface IconProps_12 {
|
|
|
679
714
|
children: React_2.ReactNode;
|
|
680
715
|
}
|
|
681
716
|
|
|
717
|
+
declare interface IconProps_120 {
|
|
718
|
+
classPrefix: string;
|
|
719
|
+
tag: keyof ReactHTML;
|
|
720
|
+
size: string | number;
|
|
721
|
+
onClick: (e: MouseEvent) => void;
|
|
722
|
+
className: string;
|
|
723
|
+
logValue?: string;
|
|
724
|
+
style: React_2.CSSProperties;
|
|
725
|
+
children: React_2.ReactNode;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
declare interface IconProps_121 {
|
|
729
|
+
classPrefix: string;
|
|
730
|
+
tag: keyof ReactHTML;
|
|
731
|
+
size: string | number;
|
|
732
|
+
onClick: (e: MouseEvent) => void;
|
|
733
|
+
className: string;
|
|
734
|
+
logValue?: string;
|
|
735
|
+
style: React_2.CSSProperties;
|
|
736
|
+
children: React_2.ReactNode;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
declare interface IconProps_122 {
|
|
740
|
+
classPrefix: string;
|
|
741
|
+
tag: keyof ReactHTML;
|
|
742
|
+
size: string | number;
|
|
743
|
+
onClick: (e: MouseEvent) => void;
|
|
744
|
+
className: string;
|
|
745
|
+
logValue?: string;
|
|
746
|
+
style: React_2.CSSProperties;
|
|
747
|
+
children: React_2.ReactNode;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
declare interface IconProps_123 {
|
|
751
|
+
classPrefix: string;
|
|
752
|
+
tag: keyof ReactHTML;
|
|
753
|
+
size: string | number;
|
|
754
|
+
onClick: (e: MouseEvent) => void;
|
|
755
|
+
className: string;
|
|
756
|
+
logValue?: string;
|
|
757
|
+
style: React_2.CSSProperties;
|
|
758
|
+
children: React_2.ReactNode;
|
|
759
|
+
}
|
|
760
|
+
|
|
682
761
|
declare interface IconProps_13 {
|
|
683
762
|
size: string | number;
|
|
684
763
|
classPrefix: string;
|
|
@@ -1914,430 +1993,451 @@ declare interface IconProps_99 {
|
|
|
1914
1993
|
children: React_2.ReactNode;
|
|
1915
1994
|
}
|
|
1916
1995
|
|
|
1917
|
-
export declare function ImageFill<T>(props: Partial<
|
|
1996
|
+
export declare function ImageFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1918
1997
|
|
|
1919
1998
|
export declare namespace ImageFill {
|
|
1920
|
-
var defaultProps:
|
|
1999
|
+
var defaultProps: IconProps_52;
|
|
2000
|
+
var displayName: string;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
export declare function ImageFill1<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
2004
|
+
|
|
2005
|
+
export declare namespace ImageFill1 {
|
|
2006
|
+
var defaultProps: IconProps_53;
|
|
1921
2007
|
var displayName: string;
|
|
1922
2008
|
}
|
|
1923
2009
|
|
|
1924
|
-
export declare function Information<T>(props: Partial<
|
|
2010
|
+
export declare function Information<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1925
2011
|
|
|
1926
2012
|
export declare namespace Information {
|
|
1927
|
-
var defaultProps:
|
|
2013
|
+
var defaultProps: IconProps_55;
|
|
1928
2014
|
var displayName: string;
|
|
1929
2015
|
}
|
|
1930
2016
|
|
|
1931
|
-
export declare function InformationFill<T>(props: Partial<
|
|
2017
|
+
export declare function InformationFill<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1932
2018
|
|
|
1933
2019
|
export declare namespace InformationFill {
|
|
1934
|
-
var defaultProps:
|
|
2020
|
+
var defaultProps: IconProps_54;
|
|
1935
2021
|
var displayName: string;
|
|
1936
2022
|
}
|
|
1937
2023
|
|
|
1938
|
-
export declare function Invisible<T>(props: Partial<
|
|
2024
|
+
export declare function Invisible<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1939
2025
|
|
|
1940
2026
|
export declare namespace Invisible {
|
|
1941
|
-
var defaultProps:
|
|
2027
|
+
var defaultProps: IconProps_56;
|
|
1942
2028
|
var displayName: string;
|
|
1943
2029
|
}
|
|
1944
2030
|
|
|
1945
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
2031
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1946
2032
|
|
|
1947
2033
|
export declare namespace Jiankangdangan {
|
|
1948
|
-
var defaultProps:
|
|
2034
|
+
var defaultProps: IconProps_57;
|
|
1949
2035
|
var displayName: string;
|
|
1950
2036
|
}
|
|
1951
2037
|
|
|
1952
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
2038
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1953
2039
|
|
|
1954
2040
|
export declare namespace JiuyizhuandaoFill {
|
|
1955
|
-
var defaultProps:
|
|
2041
|
+
var defaultProps: IconProps_58;
|
|
1956
2042
|
var displayName: string;
|
|
1957
2043
|
}
|
|
1958
2044
|
|
|
1959
|
-
export declare function Keyboard<T>(props: Partial<
|
|
2045
|
+
export declare function Keyboard<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1960
2046
|
|
|
1961
2047
|
export declare namespace Keyboard {
|
|
1962
|
-
var defaultProps:
|
|
2048
|
+
var defaultProps: IconProps_59;
|
|
1963
2049
|
var displayName: string;
|
|
1964
2050
|
}
|
|
1965
2051
|
|
|
1966
|
-
export declare function LeftFill<T>(props: Partial<
|
|
2052
|
+
export declare function LeftFill<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1967
2053
|
|
|
1968
2054
|
export declare namespace LeftFill {
|
|
1969
|
-
var defaultProps:
|
|
2055
|
+
var defaultProps: IconProps_60;
|
|
1970
2056
|
var displayName: string;
|
|
1971
2057
|
}
|
|
1972
2058
|
|
|
1973
|
-
export declare function
|
|
2059
|
+
export declare function Lipeijilu<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
2060
|
+
|
|
2061
|
+
export declare namespace Lipeijilu {
|
|
2062
|
+
var defaultProps: IconProps_61;
|
|
2063
|
+
var displayName: string;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1974
2067
|
|
|
1975
2068
|
export declare namespace LipeixiezhuFill {
|
|
1976
|
-
var defaultProps:
|
|
2069
|
+
var defaultProps: IconProps_62;
|
|
1977
2070
|
var displayName: string;
|
|
1978
2071
|
}
|
|
1979
2072
|
|
|
1980
|
-
export declare function Loading<T>(props: Partial<
|
|
2073
|
+
export declare function Loading<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1981
2074
|
|
|
1982
2075
|
export declare namespace Loading {
|
|
1983
|
-
var defaultProps:
|
|
2076
|
+
var defaultProps: IconProps_63;
|
|
1984
2077
|
var displayName: string;
|
|
1985
2078
|
}
|
|
1986
2079
|
|
|
1987
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2080
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
1988
2081
|
|
|
1989
2082
|
export declare namespace LoginOffColor {
|
|
1990
|
-
var defaultProps:
|
|
2083
|
+
var defaultProps: IconProps_121;
|
|
1991
2084
|
var displayName: string;
|
|
1992
2085
|
}
|
|
1993
2086
|
|
|
1994
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2087
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
1995
2088
|
|
|
1996
2089
|
export declare namespace LoginOnColor {
|
|
1997
|
-
var defaultProps:
|
|
2090
|
+
var defaultProps: IconProps_122;
|
|
1998
2091
|
var displayName: string;
|
|
1999
2092
|
}
|
|
2000
2093
|
|
|
2001
|
-
export declare function Menu<T>(props: Partial<
|
|
2094
|
+
export declare function Menu<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
2002
2095
|
|
|
2003
2096
|
export declare namespace Menu {
|
|
2004
|
-
var defaultProps:
|
|
2097
|
+
var defaultProps: IconProps_64;
|
|
2005
2098
|
var displayName: string;
|
|
2006
2099
|
}
|
|
2007
2100
|
|
|
2008
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2101
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
2009
2102
|
|
|
2010
2103
|
export declare namespace MenzhengFill {
|
|
2011
|
-
var defaultProps:
|
|
2104
|
+
var defaultProps: IconProps_65;
|
|
2012
2105
|
var displayName: string;
|
|
2013
2106
|
}
|
|
2014
2107
|
|
|
2015
|
-
export declare function MicrophoneFill<T>(props: Partial<
|
|
2108
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
2016
2109
|
|
|
2017
2110
|
export declare namespace MicrophoneFill {
|
|
2018
|
-
var defaultProps:
|
|
2111
|
+
var defaultProps: IconProps_66;
|
|
2019
2112
|
var displayName: string;
|
|
2020
2113
|
}
|
|
2021
2114
|
|
|
2022
|
-
export declare function MicrophoneoffFill<T>(props: Partial<
|
|
2115
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
2023
2116
|
|
|
2024
2117
|
export declare namespace MicrophoneoffFill {
|
|
2025
|
-
var defaultProps:
|
|
2118
|
+
var defaultProps: IconProps_67;
|
|
2026
2119
|
var displayName: string;
|
|
2027
2120
|
}
|
|
2028
2121
|
|
|
2029
|
-
export declare function Modify<T>(props: Partial<
|
|
2122
|
+
export declare function Modify<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
2030
2123
|
|
|
2031
2124
|
export declare namespace Modify {
|
|
2032
|
-
var defaultProps:
|
|
2125
|
+
var defaultProps: IconProps_68;
|
|
2033
2126
|
var displayName: string;
|
|
2034
2127
|
}
|
|
2035
2128
|
|
|
2036
|
-
export declare function More<T>(props: Partial<
|
|
2129
|
+
export declare function More<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
2037
2130
|
|
|
2038
2131
|
export declare namespace More {
|
|
2039
|
-
var defaultProps:
|
|
2132
|
+
var defaultProps: IconProps_69;
|
|
2040
2133
|
var displayName: string;
|
|
2041
2134
|
}
|
|
2042
2135
|
|
|
2043
|
-
export declare function PauseFill<T>(props: Partial<
|
|
2136
|
+
export declare function PauseFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
2044
2137
|
|
|
2045
2138
|
export declare namespace PauseFill {
|
|
2046
|
-
var defaultProps:
|
|
2139
|
+
var defaultProps: IconProps_70;
|
|
2047
2140
|
var displayName: string;
|
|
2048
2141
|
}
|
|
2049
2142
|
|
|
2050
|
-
export declare function Plus<T>(props: Partial<
|
|
2143
|
+
export declare function Plus<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
2051
2144
|
|
|
2052
2145
|
export declare namespace Plus {
|
|
2053
|
-
var defaultProps:
|
|
2146
|
+
var defaultProps: IconProps_71;
|
|
2054
2147
|
var displayName: string;
|
|
2055
2148
|
}
|
|
2056
2149
|
|
|
2057
|
-
export declare function Position<T>(props: Partial<
|
|
2150
|
+
export declare function Position<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
2058
2151
|
|
|
2059
2152
|
export declare namespace Position {
|
|
2060
|
-
var defaultProps:
|
|
2153
|
+
var defaultProps: IconProps_72;
|
|
2154
|
+
var displayName: string;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
export declare function PositioningFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
2158
|
+
|
|
2159
|
+
export declare namespace PositioningFill {
|
|
2160
|
+
var defaultProps: IconProps_73;
|
|
2061
2161
|
var displayName: string;
|
|
2062
2162
|
}
|
|
2063
2163
|
|
|
2064
|
-
export declare function Problem<T>(props: Partial<
|
|
2164
|
+
export declare function Problem<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2065
2165
|
|
|
2066
2166
|
export declare namespace Problem {
|
|
2067
|
-
var defaultProps:
|
|
2167
|
+
var defaultProps: IconProps_75;
|
|
2068
2168
|
var displayName: string;
|
|
2069
2169
|
}
|
|
2070
2170
|
|
|
2071
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2171
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
2072
2172
|
|
|
2073
2173
|
export declare namespace ProblemFill {
|
|
2074
|
-
var defaultProps:
|
|
2174
|
+
var defaultProps: IconProps_74;
|
|
2075
2175
|
var displayName: string;
|
|
2076
2176
|
}
|
|
2077
2177
|
|
|
2078
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2178
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
2079
2179
|
|
|
2080
2180
|
export declare namespace Prohibitselected {
|
|
2081
|
-
var defaultProps:
|
|
2181
|
+
var defaultProps: IconProps_77;
|
|
2082
2182
|
var displayName: string;
|
|
2083
2183
|
}
|
|
2084
2184
|
|
|
2085
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2185
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
2086
2186
|
|
|
2087
2187
|
export declare namespace ProhibitselectedRectangle {
|
|
2088
|
-
var defaultProps:
|
|
2188
|
+
var defaultProps: IconProps_76;
|
|
2089
2189
|
var displayName: string;
|
|
2090
2190
|
}
|
|
2091
2191
|
|
|
2092
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2192
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
2093
2193
|
|
|
2094
2194
|
export declare namespace Quanyishiyongjilu {
|
|
2095
|
-
var defaultProps:
|
|
2195
|
+
var defaultProps: IconProps_78;
|
|
2096
2196
|
var displayName: string;
|
|
2097
2197
|
}
|
|
2098
2198
|
|
|
2099
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2199
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_123> & T): ReactElement;
|
|
2100
2200
|
|
|
2101
2201
|
export declare namespace QuickClaimsColor {
|
|
2102
|
-
var defaultProps:
|
|
2202
|
+
var defaultProps: IconProps_123;
|
|
2103
2203
|
var displayName: string;
|
|
2104
2204
|
}
|
|
2105
2205
|
|
|
2106
|
-
export declare function Remind<T>(props: Partial<
|
|
2206
|
+
export declare function Remind<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
2107
2207
|
|
|
2108
2208
|
export declare namespace Remind {
|
|
2109
|
-
var defaultProps:
|
|
2209
|
+
var defaultProps: IconProps_79;
|
|
2110
2210
|
var displayName: string;
|
|
2111
2211
|
}
|
|
2112
2212
|
|
|
2113
|
-
export declare function RevokeFill<T>(props: Partial<
|
|
2213
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
2114
2214
|
|
|
2115
2215
|
export declare namespace RevokeFill {
|
|
2116
|
-
var defaultProps:
|
|
2216
|
+
var defaultProps: IconProps_80;
|
|
2117
2217
|
var displayName: string;
|
|
2118
2218
|
}
|
|
2119
2219
|
|
|
2120
|
-
export declare function RightFill<T>(props: Partial<
|
|
2220
|
+
export declare function RightFill<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
2121
2221
|
|
|
2122
2222
|
export declare namespace RightFill {
|
|
2123
|
-
var defaultProps:
|
|
2223
|
+
var defaultProps: IconProps_81;
|
|
2124
2224
|
var displayName: string;
|
|
2125
2225
|
}
|
|
2126
2226
|
|
|
2127
|
-
export declare function Search<T>(props: Partial<
|
|
2227
|
+
export declare function Search<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
2128
2228
|
|
|
2129
2229
|
export declare namespace Search {
|
|
2130
|
-
var defaultProps:
|
|
2230
|
+
var defaultProps: IconProps_82;
|
|
2131
2231
|
var displayName: string;
|
|
2132
2232
|
}
|
|
2133
2233
|
|
|
2134
|
-
export declare function Selected<T>(props: Partial<
|
|
2234
|
+
export declare function Selected<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
2135
2235
|
|
|
2136
2236
|
export declare namespace Selected {
|
|
2137
|
-
var defaultProps:
|
|
2237
|
+
var defaultProps: IconProps_85;
|
|
2138
2238
|
var displayName: string;
|
|
2139
2239
|
}
|
|
2140
2240
|
|
|
2141
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2241
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
2142
2242
|
|
|
2143
2243
|
export declare namespace SelectedFill {
|
|
2144
|
-
var defaultProps:
|
|
2244
|
+
var defaultProps: IconProps_83;
|
|
2145
2245
|
var displayName: string;
|
|
2146
2246
|
}
|
|
2147
2247
|
|
|
2148
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2248
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
2149
2249
|
|
|
2150
2250
|
export declare namespace SelectedminusFill {
|
|
2151
|
-
var defaultProps:
|
|
2251
|
+
var defaultProps: IconProps_86;
|
|
2152
2252
|
var displayName: string;
|
|
2153
2253
|
}
|
|
2154
2254
|
|
|
2155
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2255
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2156
2256
|
|
|
2157
2257
|
export declare namespace SelectedminusRectangleFill {
|
|
2158
|
-
var defaultProps:
|
|
2258
|
+
var defaultProps: IconProps_87;
|
|
2159
2259
|
var displayName: string;
|
|
2160
2260
|
}
|
|
2161
2261
|
|
|
2162
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2262
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
2163
2263
|
|
|
2164
2264
|
export declare namespace SelectedRectangleFill {
|
|
2165
|
-
var defaultProps:
|
|
2265
|
+
var defaultProps: IconProps_84;
|
|
2166
2266
|
var displayName: string;
|
|
2167
2267
|
}
|
|
2168
2268
|
|
|
2169
|
-
export declare function SendFill<T>(props: Partial<
|
|
2269
|
+
export declare function SendFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2170
2270
|
|
|
2171
2271
|
export declare namespace SendFill {
|
|
2172
|
-
var defaultProps:
|
|
2272
|
+
var defaultProps: IconProps_88;
|
|
2173
2273
|
var displayName: string;
|
|
2174
2274
|
}
|
|
2175
2275
|
|
|
2176
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2276
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2177
2277
|
|
|
2178
2278
|
export declare namespace ShoushuFill {
|
|
2179
|
-
var defaultProps:
|
|
2279
|
+
var defaultProps: IconProps_89;
|
|
2180
2280
|
var displayName: string;
|
|
2181
2281
|
}
|
|
2182
2282
|
|
|
2183
|
-
export declare function Smalltriangle2Fill<T>(props: Partial<
|
|
2283
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2184
2284
|
|
|
2185
2285
|
export declare namespace Smalltriangle2Fill {
|
|
2186
|
-
var defaultProps:
|
|
2286
|
+
var defaultProps: IconProps_91;
|
|
2187
2287
|
var displayName: string;
|
|
2188
2288
|
}
|
|
2189
2289
|
|
|
2190
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2290
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
2191
2291
|
|
|
2192
2292
|
export declare namespace SmalltriangleFill {
|
|
2193
|
-
var defaultProps:
|
|
2293
|
+
var defaultProps: IconProps_90;
|
|
2194
2294
|
var displayName: string;
|
|
2195
2295
|
}
|
|
2196
2296
|
|
|
2197
|
-
export declare function SpeakerFill<T>(props: Partial<
|
|
2297
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2198
2298
|
|
|
2199
2299
|
export declare namespace SpeakerFill {
|
|
2200
|
-
var defaultProps:
|
|
2300
|
+
var defaultProps: IconProps_92;
|
|
2201
2301
|
var displayName: string;
|
|
2202
2302
|
}
|
|
2203
2303
|
|
|
2204
|
-
export declare function SpeakeroffFill<T>(props: Partial<
|
|
2304
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
2205
2305
|
|
|
2206
2306
|
export declare namespace SpeakeroffFill {
|
|
2207
|
-
var defaultProps:
|
|
2307
|
+
var defaultProps: IconProps_93;
|
|
2208
2308
|
var displayName: string;
|
|
2209
2309
|
}
|
|
2210
2310
|
|
|
2211
|
-
export declare function StarFill<T>(props: Partial<
|
|
2311
|
+
export declare function StarFill<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2212
2312
|
|
|
2213
2313
|
export declare namespace StarFill {
|
|
2214
|
-
var defaultProps:
|
|
2314
|
+
var defaultProps: IconProps_94;
|
|
2215
2315
|
var displayName: string;
|
|
2216
2316
|
}
|
|
2217
2317
|
|
|
2218
|
-
export declare function Success<T>(props: Partial<
|
|
2318
|
+
export declare function Success<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2219
2319
|
|
|
2220
2320
|
export declare namespace Success {
|
|
2221
|
-
var defaultProps:
|
|
2321
|
+
var defaultProps: IconProps_96;
|
|
2222
2322
|
var displayName: string;
|
|
2223
2323
|
}
|
|
2224
2324
|
|
|
2225
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2325
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2226
2326
|
|
|
2227
2327
|
export declare namespace SuccessFill {
|
|
2228
|
-
var defaultProps:
|
|
2328
|
+
var defaultProps: IconProps_95;
|
|
2229
2329
|
var displayName: string;
|
|
2230
2330
|
}
|
|
2231
2331
|
|
|
2232
|
-
export declare function Time<T>(props: Partial<
|
|
2332
|
+
export declare function Time<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2233
2333
|
|
|
2234
2334
|
export declare namespace Time {
|
|
2235
|
-
var defaultProps:
|
|
2335
|
+
var defaultProps: IconProps_98;
|
|
2236
2336
|
var displayName: string;
|
|
2237
2337
|
}
|
|
2238
2338
|
|
|
2239
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2339
|
+
export declare function TimeFill<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2240
2340
|
|
|
2241
2341
|
export declare namespace TimeFill {
|
|
2242
|
-
var defaultProps:
|
|
2342
|
+
var defaultProps: IconProps_97;
|
|
2243
2343
|
var displayName: string;
|
|
2244
2344
|
}
|
|
2245
2345
|
|
|
2246
|
-
export declare function Unselected<T>(props: Partial<
|
|
2346
|
+
export declare function Unselected<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2247
2347
|
|
|
2248
2348
|
export declare namespace Unselected {
|
|
2249
|
-
var defaultProps:
|
|
2349
|
+
var defaultProps: IconProps_100;
|
|
2250
2350
|
var displayName: string;
|
|
2251
2351
|
}
|
|
2252
2352
|
|
|
2253
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2353
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2254
2354
|
|
|
2255
2355
|
export declare namespace UnselectedRectangle {
|
|
2256
|
-
var defaultProps:
|
|
2356
|
+
var defaultProps: IconProps_99;
|
|
2257
2357
|
var displayName: string;
|
|
2258
2358
|
}
|
|
2259
2359
|
|
|
2260
|
-
export declare function UpFill<T>(props: Partial<
|
|
2360
|
+
export declare function UpFill<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2261
2361
|
|
|
2262
2362
|
export declare namespace UpFill {
|
|
2263
|
-
var defaultProps:
|
|
2363
|
+
var defaultProps: IconProps_101;
|
|
2264
2364
|
var displayName: string;
|
|
2265
2365
|
}
|
|
2266
2366
|
|
|
2267
|
-
export declare function User<T>(props: Partial<
|
|
2367
|
+
export declare function User<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2268
2368
|
|
|
2269
2369
|
export declare namespace User {
|
|
2270
|
-
var defaultProps:
|
|
2370
|
+
var defaultProps: IconProps_102;
|
|
2271
2371
|
var displayName: string;
|
|
2272
2372
|
}
|
|
2273
2373
|
|
|
2274
|
-
export declare function Visible<T>(props: Partial<
|
|
2374
|
+
export declare function Visible<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2275
2375
|
|
|
2276
2376
|
export declare namespace Visible {
|
|
2277
|
-
var defaultProps:
|
|
2377
|
+
var defaultProps: IconProps_103;
|
|
2278
2378
|
var displayName: string;
|
|
2279
2379
|
}
|
|
2280
2380
|
|
|
2281
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2381
|
+
export declare function Voicemail<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2282
2382
|
|
|
2283
2383
|
export declare namespace Voicemail {
|
|
2284
|
-
var defaultProps:
|
|
2384
|
+
var defaultProps: IconProps_104;
|
|
2285
2385
|
var displayName: string;
|
|
2286
2386
|
}
|
|
2287
2387
|
|
|
2288
|
-
export declare function Warning<T>(props: Partial<
|
|
2388
|
+
export declare function Warning<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2289
2389
|
|
|
2290
2390
|
export declare namespace Warning {
|
|
2291
|
-
var defaultProps:
|
|
2391
|
+
var defaultProps: IconProps_106;
|
|
2292
2392
|
var displayName: string;
|
|
2293
2393
|
}
|
|
2294
2394
|
|
|
2295
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2395
|
+
export declare function WarningFill<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2296
2396
|
|
|
2297
2397
|
export declare namespace WarningFill {
|
|
2298
|
-
var defaultProps:
|
|
2398
|
+
var defaultProps: IconProps_105;
|
|
2299
2399
|
var displayName: string;
|
|
2300
2400
|
}
|
|
2301
2401
|
|
|
2302
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2402
|
+
export declare function WechatBack<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2303
2403
|
|
|
2304
2404
|
export declare namespace WechatBack {
|
|
2305
|
-
var defaultProps:
|
|
2405
|
+
var defaultProps: IconProps_107;
|
|
2306
2406
|
var displayName: string;
|
|
2307
2407
|
}
|
|
2308
2408
|
|
|
2309
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2409
|
+
export declare function WechatFill<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2310
2410
|
|
|
2311
2411
|
export declare namespace WechatFill {
|
|
2312
|
-
var defaultProps:
|
|
2412
|
+
var defaultProps: IconProps_108;
|
|
2313
2413
|
var displayName: string;
|
|
2314
2414
|
}
|
|
2315
2415
|
|
|
2316
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2416
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2317
2417
|
|
|
2318
2418
|
export declare namespace YinanbingliFill {
|
|
2319
|
-
var defaultProps:
|
|
2419
|
+
var defaultProps: IconProps_109;
|
|
2320
2420
|
var displayName: string;
|
|
2321
2421
|
}
|
|
2322
2422
|
|
|
2323
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2423
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2324
2424
|
|
|
2325
2425
|
export declare namespace YishengjingxuanFill {
|
|
2326
|
-
var defaultProps:
|
|
2426
|
+
var defaultProps: IconProps_110;
|
|
2327
2427
|
var displayName: string;
|
|
2328
2428
|
}
|
|
2329
2429
|
|
|
2330
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2430
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2331
2431
|
|
|
2332
2432
|
export declare namespace Zhuangrenxiezhu {
|
|
2333
|
-
var defaultProps:
|
|
2433
|
+
var defaultProps: IconProps_111;
|
|
2334
2434
|
var displayName: string;
|
|
2335
2435
|
}
|
|
2336
2436
|
|
|
2337
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2437
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
2338
2438
|
|
|
2339
2439
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2340
|
-
var defaultProps:
|
|
2440
|
+
var defaultProps: IconProps_112;
|
|
2341
2441
|
var displayName: string;
|
|
2342
2442
|
}
|
|
2343
2443
|
|