@mijadesign/mobile-icons 1.0.3 → 1.0.5
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/Chuyuan.js +55 -0
- package/dist/es/icons/Gaonandushoushu.js +55 -0
- package/dist/es/icons/Menu.js +55 -0
- package/dist/es/icons/Menzheng.js +55 -0
- package/dist/es/icons/Quanyishiyongjilu.js +55 -0
- package/dist/es/icons/Shoushu.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/WechatFill.js +55 -0
- package/dist/es/icons/Yinanbingli.js +55 -0
- package/dist/es/index.es.js +8 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +324 -164
- package/dist/types/mobile-icons.mjs +2873 -2465
- 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_96> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_96;
|
|
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_97> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_97;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -135,10 +135,10 @@ export declare namespace BarrackFill {
|
|
|
135
135
|
var displayName: string;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
export declare function BoyColor<T>(props: Partial<
|
|
138
|
+
export declare function BoyColor<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
139
139
|
|
|
140
140
|
export declare namespace BoyColor {
|
|
141
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_98;
|
|
142
142
|
var displayName: string;
|
|
143
143
|
}
|
|
144
144
|
|
|
@@ -184,165 +184,179 @@ export declare namespace CheckmarkFill {
|
|
|
184
184
|
var displayName: string;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
export declare function
|
|
187
|
+
export declare function Chuyuan<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
188
|
+
|
|
189
|
+
export declare namespace Chuyuan {
|
|
190
|
+
var defaultProps: IconProps_25;
|
|
191
|
+
var displayName: string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace ClaimsDetailColor {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_99;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function Close<T>(props: Partial<
|
|
201
|
+
export declare function Close<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
195
202
|
|
|
196
203
|
export declare namespace Close {
|
|
197
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_26;
|
|
198
205
|
var displayName: string;
|
|
199
206
|
}
|
|
200
207
|
|
|
201
|
-
export declare function Code<T>(props: Partial<
|
|
208
|
+
export declare function Code<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
202
209
|
|
|
203
210
|
export declare namespace Code {
|
|
204
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_27;
|
|
205
212
|
var displayName: string;
|
|
206
213
|
}
|
|
207
214
|
|
|
208
|
-
export declare function Customer<T>(props: Partial<
|
|
215
|
+
export declare function Customer<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
216
|
|
|
210
217
|
export declare namespace Customer {
|
|
211
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_28;
|
|
212
219
|
var displayName: string;
|
|
213
220
|
}
|
|
214
221
|
|
|
215
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
222
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
216
223
|
|
|
217
224
|
export declare namespace DaibingkebaoFill {
|
|
218
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_29;
|
|
219
226
|
var displayName: string;
|
|
220
227
|
}
|
|
221
228
|
|
|
222
|
-
export declare function Delete<T>(props: Partial<
|
|
229
|
+
export declare function Delete<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
223
230
|
|
|
224
231
|
export declare namespace Delete {
|
|
225
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_31;
|
|
226
233
|
var displayName: string;
|
|
227
234
|
}
|
|
228
235
|
|
|
229
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
236
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
230
237
|
|
|
231
238
|
export declare namespace DeleteFill {
|
|
232
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_30;
|
|
233
240
|
var displayName: string;
|
|
234
241
|
}
|
|
235
242
|
|
|
236
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
243
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
237
244
|
|
|
238
245
|
export declare namespace DirectClaimsColor {
|
|
239
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_100;
|
|
240
247
|
var displayName: string;
|
|
241
248
|
}
|
|
242
249
|
|
|
243
|
-
export declare function DownFill<T>(props: Partial<
|
|
250
|
+
export declare function DownFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
244
251
|
|
|
245
252
|
export declare namespace DownFill {
|
|
246
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_32;
|
|
247
254
|
var displayName: string;
|
|
248
255
|
}
|
|
249
256
|
|
|
250
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
257
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
251
258
|
|
|
252
259
|
export declare namespace DynamicLoading {
|
|
253
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_101;
|
|
254
261
|
var displayName: string;
|
|
255
262
|
}
|
|
256
263
|
|
|
257
|
-
export declare function Expert<T>(props: Partial<
|
|
264
|
+
export declare function Expert<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
258
265
|
|
|
259
266
|
export declare namespace Expert {
|
|
260
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_33;
|
|
261
268
|
var displayName: string;
|
|
262
269
|
}
|
|
263
270
|
|
|
264
|
-
export declare function Failure<T>(props: Partial<
|
|
271
|
+
export declare function Failure<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
265
272
|
|
|
266
273
|
export declare namespace Failure {
|
|
267
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_35;
|
|
268
275
|
var displayName: string;
|
|
269
276
|
}
|
|
270
277
|
|
|
271
|
-
export declare function FailureFill<T>(props: Partial<
|
|
278
|
+
export declare function FailureFill<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
272
279
|
|
|
273
280
|
export declare namespace FailureFill {
|
|
274
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_34;
|
|
275
282
|
var displayName: string;
|
|
276
283
|
}
|
|
277
284
|
|
|
278
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
285
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
279
286
|
|
|
280
287
|
export declare namespace FamilyFill {
|
|
281
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_36;
|
|
282
289
|
var displayName: string;
|
|
283
290
|
}
|
|
284
291
|
|
|
285
|
-
export declare function
|
|
292
|
+
export declare function Gaonandushoushu<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
293
|
+
|
|
294
|
+
export declare namespace Gaonandushoushu {
|
|
295
|
+
var defaultProps: IconProps_37;
|
|
296
|
+
var displayName: string;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
286
300
|
|
|
287
301
|
export declare namespace GeneraoInfoColor {
|
|
288
|
-
var defaultProps:
|
|
302
|
+
var defaultProps: IconProps_102;
|
|
289
303
|
var displayName: string;
|
|
290
304
|
}
|
|
291
305
|
|
|
292
|
-
export declare function GirlColor<T>(props: Partial<
|
|
306
|
+
export declare function GirlColor<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
293
307
|
|
|
294
308
|
export declare namespace GirlColor {
|
|
295
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_103;
|
|
296
310
|
var displayName: string;
|
|
297
311
|
}
|
|
298
312
|
|
|
299
|
-
export declare function Glide<T>(props: Partial<
|
|
313
|
+
export declare function Glide<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
300
314
|
|
|
301
315
|
export declare namespace Glide {
|
|
302
|
-
var defaultProps:
|
|
316
|
+
var defaultProps: IconProps_38;
|
|
303
317
|
var displayName: string;
|
|
304
318
|
}
|
|
305
319
|
|
|
306
|
-
export declare function Guarantee<T>(props: Partial<
|
|
320
|
+
export declare function Guarantee<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
307
321
|
|
|
308
322
|
export declare namespace Guarantee {
|
|
309
|
-
var defaultProps:
|
|
323
|
+
var defaultProps: IconProps_40;
|
|
310
324
|
var displayName: string;
|
|
311
325
|
}
|
|
312
326
|
|
|
313
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
327
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
314
328
|
|
|
315
329
|
export declare namespace GuaranteeFill {
|
|
316
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_39;
|
|
317
331
|
var displayName: string;
|
|
318
332
|
}
|
|
319
333
|
|
|
320
|
-
export declare function HaoyaohaoshuFill<T>(props: Partial<
|
|
334
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
321
335
|
|
|
322
336
|
export declare namespace HaoyaohaoshuFill {
|
|
323
|
-
var defaultProps:
|
|
337
|
+
var defaultProps: IconProps_41;
|
|
324
338
|
var displayName: string;
|
|
325
339
|
}
|
|
326
340
|
|
|
327
|
-
declare function History_2<T>(props: Partial<
|
|
341
|
+
declare function History_2<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
328
342
|
|
|
329
343
|
declare namespace History_2 {
|
|
330
|
-
var defaultProps:
|
|
344
|
+
var defaultProps: IconProps_42;
|
|
331
345
|
var displayName: string;
|
|
332
346
|
}
|
|
333
347
|
export { History_2 as History }
|
|
334
348
|
|
|
335
|
-
export declare function Home<T>(props: Partial<
|
|
349
|
+
export declare function Home<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
336
350
|
|
|
337
351
|
export declare namespace Home {
|
|
338
|
-
var defaultProps:
|
|
352
|
+
var defaultProps: IconProps_43;
|
|
339
353
|
var displayName: string;
|
|
340
354
|
}
|
|
341
355
|
|
|
342
|
-
export declare function Huodongzhongxin<T>(props: Partial<
|
|
356
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
343
357
|
|
|
344
358
|
export declare namespace Huodongzhongxin {
|
|
345
|
-
var defaultProps:
|
|
359
|
+
var defaultProps: IconProps_44;
|
|
346
360
|
var displayName: string;
|
|
347
361
|
}
|
|
348
362
|
|
|
@@ -379,6 +393,83 @@ declare interface IconProps_10 {
|
|
|
379
393
|
children: React_2.ReactNode;
|
|
380
394
|
}
|
|
381
395
|
|
|
396
|
+
declare interface IconProps_100 {
|
|
397
|
+
classPrefix: string;
|
|
398
|
+
tag: keyof ReactHTML;
|
|
399
|
+
size: string | number;
|
|
400
|
+
onClick: (e: MouseEvent) => void;
|
|
401
|
+
className: string;
|
|
402
|
+
logValue?: string;
|
|
403
|
+
style: React_2.CSSProperties;
|
|
404
|
+
children: React_2.ReactNode;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
declare interface IconProps_101 {
|
|
408
|
+
classPrefix: string;
|
|
409
|
+
tag: keyof ReactHTML;
|
|
410
|
+
size: string | number;
|
|
411
|
+
onClick: (e: MouseEvent) => void;
|
|
412
|
+
className: string;
|
|
413
|
+
logValue?: string;
|
|
414
|
+
style: React_2.CSSProperties;
|
|
415
|
+
children: React_2.ReactNode;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
declare interface IconProps_102 {
|
|
419
|
+
classPrefix: string;
|
|
420
|
+
tag: keyof ReactHTML;
|
|
421
|
+
size: string | number;
|
|
422
|
+
onClick: (e: MouseEvent) => void;
|
|
423
|
+
className: string;
|
|
424
|
+
logValue?: string;
|
|
425
|
+
style: React_2.CSSProperties;
|
|
426
|
+
children: React_2.ReactNode;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
declare interface IconProps_103 {
|
|
430
|
+
classPrefix: string;
|
|
431
|
+
tag: keyof ReactHTML;
|
|
432
|
+
size: string | number;
|
|
433
|
+
onClick: (e: MouseEvent) => void;
|
|
434
|
+
className: string;
|
|
435
|
+
logValue?: string;
|
|
436
|
+
style: React_2.CSSProperties;
|
|
437
|
+
children: React_2.ReactNode;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
declare interface IconProps_104 {
|
|
441
|
+
classPrefix: string;
|
|
442
|
+
tag: keyof ReactHTML;
|
|
443
|
+
size: string | number;
|
|
444
|
+
onClick: (e: MouseEvent) => void;
|
|
445
|
+
className: string;
|
|
446
|
+
logValue?: string;
|
|
447
|
+
style: React_2.CSSProperties;
|
|
448
|
+
children: React_2.ReactNode;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
declare interface IconProps_105 {
|
|
452
|
+
classPrefix: string;
|
|
453
|
+
tag: keyof ReactHTML;
|
|
454
|
+
size: string | number;
|
|
455
|
+
onClick: (e: MouseEvent) => void;
|
|
456
|
+
className: string;
|
|
457
|
+
logValue?: string;
|
|
458
|
+
style: React_2.CSSProperties;
|
|
459
|
+
children: React_2.ReactNode;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
declare interface IconProps_106 {
|
|
463
|
+
classPrefix: string;
|
|
464
|
+
tag: keyof ReactHTML;
|
|
465
|
+
size: string | number;
|
|
466
|
+
onClick: (e: MouseEvent) => void;
|
|
467
|
+
className: string;
|
|
468
|
+
logValue?: string;
|
|
469
|
+
style: React_2.CSSProperties;
|
|
470
|
+
children: React_2.ReactNode;
|
|
471
|
+
}
|
|
472
|
+
|
|
382
473
|
declare interface IconProps_11 {
|
|
383
474
|
size: string | number;
|
|
384
475
|
classPrefix: string;
|
|
@@ -1472,23 +1563,27 @@ declare interface IconProps_87 {
|
|
|
1472
1563
|
}
|
|
1473
1564
|
|
|
1474
1565
|
declare interface IconProps_88 {
|
|
1566
|
+
size: string | number;
|
|
1475
1567
|
classPrefix: string;
|
|
1568
|
+
color: string;
|
|
1476
1569
|
tag: keyof ReactHTML;
|
|
1477
|
-
|
|
1570
|
+
logValue?: string;
|
|
1478
1571
|
onClick: (e: MouseEvent) => void;
|
|
1572
|
+
fontClassName: string;
|
|
1479
1573
|
className: string;
|
|
1480
|
-
logValue?: string;
|
|
1481
1574
|
style: React_2.CSSProperties;
|
|
1482
1575
|
children: React_2.ReactNode;
|
|
1483
1576
|
}
|
|
1484
1577
|
|
|
1485
1578
|
declare interface IconProps_89 {
|
|
1579
|
+
size: string | number;
|
|
1486
1580
|
classPrefix: string;
|
|
1581
|
+
color: string;
|
|
1487
1582
|
tag: keyof ReactHTML;
|
|
1488
|
-
|
|
1583
|
+
logValue?: string;
|
|
1489
1584
|
onClick: (e: MouseEvent) => void;
|
|
1585
|
+
fontClassName: string;
|
|
1490
1586
|
className: string;
|
|
1491
|
-
logValue?: string;
|
|
1492
1587
|
style: React_2.CSSProperties;
|
|
1493
1588
|
children: React_2.ReactNode;
|
|
1494
1589
|
}
|
|
@@ -1507,67 +1602,79 @@ declare interface IconProps_9 {
|
|
|
1507
1602
|
}
|
|
1508
1603
|
|
|
1509
1604
|
declare interface IconProps_90 {
|
|
1605
|
+
size: string | number;
|
|
1510
1606
|
classPrefix: string;
|
|
1607
|
+
color: string;
|
|
1511
1608
|
tag: keyof ReactHTML;
|
|
1512
|
-
|
|
1609
|
+
logValue?: string;
|
|
1513
1610
|
onClick: (e: MouseEvent) => void;
|
|
1611
|
+
fontClassName: string;
|
|
1514
1612
|
className: string;
|
|
1515
|
-
logValue?: string;
|
|
1516
1613
|
style: React_2.CSSProperties;
|
|
1517
1614
|
children: React_2.ReactNode;
|
|
1518
1615
|
}
|
|
1519
1616
|
|
|
1520
1617
|
declare interface IconProps_91 {
|
|
1618
|
+
size: string | number;
|
|
1521
1619
|
classPrefix: string;
|
|
1620
|
+
color: string;
|
|
1522
1621
|
tag: keyof ReactHTML;
|
|
1523
|
-
|
|
1622
|
+
logValue?: string;
|
|
1524
1623
|
onClick: (e: MouseEvent) => void;
|
|
1624
|
+
fontClassName: string;
|
|
1525
1625
|
className: string;
|
|
1526
|
-
logValue?: string;
|
|
1527
1626
|
style: React_2.CSSProperties;
|
|
1528
1627
|
children: React_2.ReactNode;
|
|
1529
1628
|
}
|
|
1530
1629
|
|
|
1531
1630
|
declare interface IconProps_92 {
|
|
1631
|
+
size: string | number;
|
|
1532
1632
|
classPrefix: string;
|
|
1633
|
+
color: string;
|
|
1533
1634
|
tag: keyof ReactHTML;
|
|
1534
|
-
|
|
1635
|
+
logValue?: string;
|
|
1535
1636
|
onClick: (e: MouseEvent) => void;
|
|
1637
|
+
fontClassName: string;
|
|
1536
1638
|
className: string;
|
|
1537
|
-
logValue?: string;
|
|
1538
1639
|
style: React_2.CSSProperties;
|
|
1539
1640
|
children: React_2.ReactNode;
|
|
1540
1641
|
}
|
|
1541
1642
|
|
|
1542
1643
|
declare interface IconProps_93 {
|
|
1644
|
+
size: string | number;
|
|
1543
1645
|
classPrefix: string;
|
|
1646
|
+
color: string;
|
|
1544
1647
|
tag: keyof ReactHTML;
|
|
1545
|
-
|
|
1648
|
+
logValue?: string;
|
|
1546
1649
|
onClick: (e: MouseEvent) => void;
|
|
1650
|
+
fontClassName: string;
|
|
1547
1651
|
className: string;
|
|
1548
|
-
logValue?: string;
|
|
1549
1652
|
style: React_2.CSSProperties;
|
|
1550
1653
|
children: React_2.ReactNode;
|
|
1551
1654
|
}
|
|
1552
1655
|
|
|
1553
1656
|
declare interface IconProps_94 {
|
|
1657
|
+
size: string | number;
|
|
1554
1658
|
classPrefix: string;
|
|
1659
|
+
color: string;
|
|
1555
1660
|
tag: keyof ReactHTML;
|
|
1556
|
-
|
|
1661
|
+
logValue?: string;
|
|
1557
1662
|
onClick: (e: MouseEvent) => void;
|
|
1663
|
+
fontClassName: string;
|
|
1558
1664
|
className: string;
|
|
1559
|
-
logValue?: string;
|
|
1560
1665
|
style: React_2.CSSProperties;
|
|
1561
1666
|
children: React_2.ReactNode;
|
|
1562
1667
|
}
|
|
1563
1668
|
|
|
1564
1669
|
declare interface IconProps_95 {
|
|
1670
|
+
size: string | number;
|
|
1565
1671
|
classPrefix: string;
|
|
1672
|
+
color: string;
|
|
1566
1673
|
tag: keyof ReactHTML;
|
|
1567
|
-
|
|
1674
|
+
logValue?: string;
|
|
1568
1675
|
onClick: (e: MouseEvent) => void;
|
|
1676
|
+
fontClassName: string;
|
|
1569
1677
|
className: string;
|
|
1570
|
-
logValue?: string;
|
|
1571
1678
|
style: React_2.CSSProperties;
|
|
1572
1679
|
children: React_2.ReactNode;
|
|
1573
1680
|
}
|
|
@@ -1605,339 +1712,392 @@ declare interface IconProps_98 {
|
|
|
1605
1712
|
children: React_2.ReactNode;
|
|
1606
1713
|
}
|
|
1607
1714
|
|
|
1608
|
-
|
|
1715
|
+
declare interface IconProps_99 {
|
|
1716
|
+
classPrefix: string;
|
|
1717
|
+
tag: keyof ReactHTML;
|
|
1718
|
+
size: string | number;
|
|
1719
|
+
onClick: (e: MouseEvent) => void;
|
|
1720
|
+
className: string;
|
|
1721
|
+
logValue?: string;
|
|
1722
|
+
style: React_2.CSSProperties;
|
|
1723
|
+
children: React_2.ReactNode;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
export declare function ImageFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1609
1727
|
|
|
1610
1728
|
export declare namespace ImageFill {
|
|
1611
|
-
var defaultProps:
|
|
1729
|
+
var defaultProps: IconProps_45;
|
|
1612
1730
|
var displayName: string;
|
|
1613
1731
|
}
|
|
1614
1732
|
|
|
1615
|
-
export declare function Information<T>(props: Partial<
|
|
1733
|
+
export declare function Information<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1616
1734
|
|
|
1617
1735
|
export declare namespace Information {
|
|
1618
|
-
var defaultProps:
|
|
1736
|
+
var defaultProps: IconProps_47;
|
|
1619
1737
|
var displayName: string;
|
|
1620
1738
|
}
|
|
1621
1739
|
|
|
1622
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1740
|
+
export declare function InformationFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1623
1741
|
|
|
1624
1742
|
export declare namespace InformationFill {
|
|
1625
|
-
var defaultProps:
|
|
1743
|
+
var defaultProps: IconProps_46;
|
|
1626
1744
|
var displayName: string;
|
|
1627
1745
|
}
|
|
1628
1746
|
|
|
1629
|
-
export declare function Invisible<T>(props: Partial<
|
|
1747
|
+
export declare function Invisible<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1630
1748
|
|
|
1631
1749
|
export declare namespace Invisible {
|
|
1632
|
-
var defaultProps:
|
|
1750
|
+
var defaultProps: IconProps_48;
|
|
1633
1751
|
var displayName: string;
|
|
1634
1752
|
}
|
|
1635
1753
|
|
|
1636
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
1754
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1637
1755
|
|
|
1638
1756
|
export declare namespace Jiankangdangan {
|
|
1639
|
-
var defaultProps:
|
|
1757
|
+
var defaultProps: IconProps_49;
|
|
1640
1758
|
var displayName: string;
|
|
1641
1759
|
}
|
|
1642
1760
|
|
|
1643
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
1761
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1644
1762
|
|
|
1645
1763
|
export declare namespace JiuyizhuandaoFill {
|
|
1646
|
-
var defaultProps:
|
|
1764
|
+
var defaultProps: IconProps_50;
|
|
1647
1765
|
var displayName: string;
|
|
1648
1766
|
}
|
|
1649
1767
|
|
|
1650
|
-
export declare function Keyboard<T>(props: Partial<
|
|
1768
|
+
export declare function Keyboard<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1651
1769
|
|
|
1652
1770
|
export declare namespace Keyboard {
|
|
1653
|
-
var defaultProps:
|
|
1771
|
+
var defaultProps: IconProps_51;
|
|
1654
1772
|
var displayName: string;
|
|
1655
1773
|
}
|
|
1656
1774
|
|
|
1657
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1775
|
+
export declare function LeftFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1658
1776
|
|
|
1659
1777
|
export declare namespace LeftFill {
|
|
1660
|
-
var defaultProps:
|
|
1778
|
+
var defaultProps: IconProps_52;
|
|
1661
1779
|
var displayName: string;
|
|
1662
1780
|
}
|
|
1663
1781
|
|
|
1664
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
1782
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1665
1783
|
|
|
1666
1784
|
export declare namespace LipeixiezhuFill {
|
|
1667
|
-
var defaultProps:
|
|
1785
|
+
var defaultProps: IconProps_53;
|
|
1668
1786
|
var displayName: string;
|
|
1669
1787
|
}
|
|
1670
1788
|
|
|
1671
|
-
export declare function Loading<T>(props: Partial<
|
|
1789
|
+
export declare function Loading<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1672
1790
|
|
|
1673
1791
|
export declare namespace Loading {
|
|
1674
|
-
var defaultProps:
|
|
1792
|
+
var defaultProps: IconProps_54;
|
|
1675
1793
|
var displayName: string;
|
|
1676
1794
|
}
|
|
1677
1795
|
|
|
1678
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1796
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
1679
1797
|
|
|
1680
1798
|
export declare namespace LoginOffColor {
|
|
1681
|
-
var defaultProps:
|
|
1799
|
+
var defaultProps: IconProps_104;
|
|
1682
1800
|
var displayName: string;
|
|
1683
1801
|
}
|
|
1684
1802
|
|
|
1685
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1803
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
1686
1804
|
|
|
1687
1805
|
export declare namespace LoginOnColor {
|
|
1688
|
-
var defaultProps:
|
|
1806
|
+
var defaultProps: IconProps_105;
|
|
1807
|
+
var displayName: string;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
export declare function Menu<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1811
|
+
|
|
1812
|
+
export declare namespace Menu {
|
|
1813
|
+
var defaultProps: IconProps_55;
|
|
1689
1814
|
var displayName: string;
|
|
1690
1815
|
}
|
|
1691
1816
|
|
|
1692
|
-
export declare function
|
|
1817
|
+
export declare function Menzheng<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1818
|
+
|
|
1819
|
+
export declare namespace Menzheng {
|
|
1820
|
+
var defaultProps: IconProps_56;
|
|
1821
|
+
var displayName: string;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
export declare function Modify<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1693
1825
|
|
|
1694
1826
|
export declare namespace Modify {
|
|
1695
|
-
var defaultProps:
|
|
1827
|
+
var defaultProps: IconProps_57;
|
|
1696
1828
|
var displayName: string;
|
|
1697
1829
|
}
|
|
1698
1830
|
|
|
1699
|
-
export declare function PauseFill<T>(props: Partial<
|
|
1831
|
+
export declare function PauseFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1700
1832
|
|
|
1701
1833
|
export declare namespace PauseFill {
|
|
1702
|
-
var defaultProps:
|
|
1834
|
+
var defaultProps: IconProps_58;
|
|
1703
1835
|
var displayName: string;
|
|
1704
1836
|
}
|
|
1705
1837
|
|
|
1706
|
-
export declare function Plus<T>(props: Partial<
|
|
1838
|
+
export declare function Plus<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1707
1839
|
|
|
1708
1840
|
export declare namespace Plus {
|
|
1709
|
-
var defaultProps:
|
|
1841
|
+
var defaultProps: IconProps_59;
|
|
1710
1842
|
var displayName: string;
|
|
1711
1843
|
}
|
|
1712
1844
|
|
|
1713
|
-
export declare function Position<T>(props: Partial<
|
|
1845
|
+
export declare function Position<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1714
1846
|
|
|
1715
1847
|
export declare namespace Position {
|
|
1716
|
-
var defaultProps:
|
|
1848
|
+
var defaultProps: IconProps_60;
|
|
1717
1849
|
var displayName: string;
|
|
1718
1850
|
}
|
|
1719
1851
|
|
|
1720
|
-
export declare function Problem<T>(props: Partial<
|
|
1852
|
+
export declare function Problem<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1721
1853
|
|
|
1722
1854
|
export declare namespace Problem {
|
|
1723
|
-
var defaultProps:
|
|
1855
|
+
var defaultProps: IconProps_62;
|
|
1724
1856
|
var displayName: string;
|
|
1725
1857
|
}
|
|
1726
1858
|
|
|
1727
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1859
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1728
1860
|
|
|
1729
1861
|
export declare namespace ProblemFill {
|
|
1730
|
-
var defaultProps:
|
|
1862
|
+
var defaultProps: IconProps_61;
|
|
1731
1863
|
var displayName: string;
|
|
1732
1864
|
}
|
|
1733
1865
|
|
|
1734
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1866
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1735
1867
|
|
|
1736
1868
|
export declare namespace Prohibitselected {
|
|
1737
|
-
var defaultProps:
|
|
1869
|
+
var defaultProps: IconProps_64;
|
|
1738
1870
|
var displayName: string;
|
|
1739
1871
|
}
|
|
1740
1872
|
|
|
1741
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1873
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1742
1874
|
|
|
1743
1875
|
export declare namespace ProhibitselectedRectangle {
|
|
1744
|
-
var defaultProps:
|
|
1876
|
+
var defaultProps: IconProps_63;
|
|
1877
|
+
var displayName: string;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1881
|
+
|
|
1882
|
+
export declare namespace Quanyishiyongjilu {
|
|
1883
|
+
var defaultProps: IconProps_65;
|
|
1745
1884
|
var displayName: string;
|
|
1746
1885
|
}
|
|
1747
1886
|
|
|
1748
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1887
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
1749
1888
|
|
|
1750
1889
|
export declare namespace QuickClaimsColor {
|
|
1751
|
-
var defaultProps:
|
|
1890
|
+
var defaultProps: IconProps_106;
|
|
1752
1891
|
var displayName: string;
|
|
1753
1892
|
}
|
|
1754
1893
|
|
|
1755
|
-
export declare function Remind<T>(props: Partial<
|
|
1894
|
+
export declare function Remind<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1756
1895
|
|
|
1757
1896
|
export declare namespace Remind {
|
|
1758
|
-
var defaultProps:
|
|
1897
|
+
var defaultProps: IconProps_66;
|
|
1759
1898
|
var displayName: string;
|
|
1760
1899
|
}
|
|
1761
1900
|
|
|
1762
|
-
export declare function RightFill<T>(props: Partial<
|
|
1901
|
+
export declare function RightFill<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1763
1902
|
|
|
1764
1903
|
export declare namespace RightFill {
|
|
1765
|
-
var defaultProps:
|
|
1904
|
+
var defaultProps: IconProps_67;
|
|
1766
1905
|
var displayName: string;
|
|
1767
1906
|
}
|
|
1768
1907
|
|
|
1769
|
-
export declare function Search<T>(props: Partial<
|
|
1908
|
+
export declare function Search<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1770
1909
|
|
|
1771
1910
|
export declare namespace Search {
|
|
1772
|
-
var defaultProps:
|
|
1911
|
+
var defaultProps: IconProps_68;
|
|
1773
1912
|
var displayName: string;
|
|
1774
1913
|
}
|
|
1775
1914
|
|
|
1776
|
-
export declare function Selected<T>(props: Partial<
|
|
1915
|
+
export declare function Selected<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1777
1916
|
|
|
1778
1917
|
export declare namespace Selected {
|
|
1779
|
-
var defaultProps:
|
|
1918
|
+
var defaultProps: IconProps_71;
|
|
1780
1919
|
var displayName: string;
|
|
1781
1920
|
}
|
|
1782
1921
|
|
|
1783
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1922
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1784
1923
|
|
|
1785
1924
|
export declare namespace SelectedFill {
|
|
1786
|
-
var defaultProps:
|
|
1925
|
+
var defaultProps: IconProps_69;
|
|
1787
1926
|
var displayName: string;
|
|
1788
1927
|
}
|
|
1789
1928
|
|
|
1790
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1929
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1791
1930
|
|
|
1792
1931
|
export declare namespace SelectedminusFill {
|
|
1793
|
-
var defaultProps:
|
|
1932
|
+
var defaultProps: IconProps_72;
|
|
1794
1933
|
var displayName: string;
|
|
1795
1934
|
}
|
|
1796
1935
|
|
|
1797
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1936
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1798
1937
|
|
|
1799
1938
|
export declare namespace SelectedminusRectangleFill {
|
|
1800
|
-
var defaultProps:
|
|
1939
|
+
var defaultProps: IconProps_73;
|
|
1801
1940
|
var displayName: string;
|
|
1802
1941
|
}
|
|
1803
1942
|
|
|
1804
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1943
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1805
1944
|
|
|
1806
1945
|
export declare namespace SelectedRectangleFill {
|
|
1807
|
-
var defaultProps:
|
|
1946
|
+
var defaultProps: IconProps_70;
|
|
1808
1947
|
var displayName: string;
|
|
1809
1948
|
}
|
|
1810
1949
|
|
|
1811
|
-
export declare function SendFill<T>(props: Partial<
|
|
1950
|
+
export declare function SendFill<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1812
1951
|
|
|
1813
1952
|
export declare namespace SendFill {
|
|
1814
|
-
var defaultProps:
|
|
1953
|
+
var defaultProps: IconProps_74;
|
|
1815
1954
|
var displayName: string;
|
|
1816
1955
|
}
|
|
1817
1956
|
|
|
1818
|
-
export declare function
|
|
1957
|
+
export declare function Shoushu<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
1958
|
+
|
|
1959
|
+
export declare namespace Shoushu {
|
|
1960
|
+
var defaultProps: IconProps_75;
|
|
1961
|
+
var displayName: string;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
export declare function Smalltriangle1Fill<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1819
1965
|
|
|
1820
1966
|
export declare namespace Smalltriangle1Fill {
|
|
1821
|
-
var defaultProps:
|
|
1967
|
+
var defaultProps: IconProps_77;
|
|
1822
1968
|
var displayName: string;
|
|
1823
1969
|
}
|
|
1824
1970
|
|
|
1825
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
1971
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
1826
1972
|
|
|
1827
1973
|
export declare namespace SmalltriangleFill {
|
|
1828
|
-
var defaultProps:
|
|
1974
|
+
var defaultProps: IconProps_76;
|
|
1829
1975
|
var displayName: string;
|
|
1830
1976
|
}
|
|
1831
1977
|
|
|
1832
|
-
export declare function Success<T>(props: Partial<
|
|
1978
|
+
export declare function Success<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1833
1979
|
|
|
1834
1980
|
export declare namespace Success {
|
|
1835
|
-
var defaultProps:
|
|
1981
|
+
var defaultProps: IconProps_79;
|
|
1836
1982
|
var displayName: string;
|
|
1837
1983
|
}
|
|
1838
1984
|
|
|
1839
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1985
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1840
1986
|
|
|
1841
1987
|
export declare namespace SuccessFill {
|
|
1842
|
-
var defaultProps:
|
|
1988
|
+
var defaultProps: IconProps_78;
|
|
1843
1989
|
var displayName: string;
|
|
1844
1990
|
}
|
|
1845
1991
|
|
|
1846
|
-
export declare function Time<T>(props: Partial<
|
|
1992
|
+
export declare function Time<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
1847
1993
|
|
|
1848
1994
|
export declare namespace Time {
|
|
1849
|
-
var defaultProps:
|
|
1995
|
+
var defaultProps: IconProps_81;
|
|
1850
1996
|
var displayName: string;
|
|
1851
1997
|
}
|
|
1852
1998
|
|
|
1853
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1999
|
+
export declare function TimeFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
1854
2000
|
|
|
1855
2001
|
export declare namespace TimeFill {
|
|
1856
|
-
var defaultProps:
|
|
2002
|
+
var defaultProps: IconProps_80;
|
|
1857
2003
|
var displayName: string;
|
|
1858
2004
|
}
|
|
1859
2005
|
|
|
1860
|
-
export declare function Unselected<T>(props: Partial<
|
|
2006
|
+
export declare function Unselected<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
1861
2007
|
|
|
1862
2008
|
export declare namespace Unselected {
|
|
1863
|
-
var defaultProps:
|
|
2009
|
+
var defaultProps: IconProps_83;
|
|
1864
2010
|
var displayName: string;
|
|
1865
2011
|
}
|
|
1866
2012
|
|
|
1867
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2013
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
1868
2014
|
|
|
1869
2015
|
export declare namespace UnselectedRectangle {
|
|
1870
|
-
var defaultProps:
|
|
2016
|
+
var defaultProps: IconProps_82;
|
|
1871
2017
|
var displayName: string;
|
|
1872
2018
|
}
|
|
1873
2019
|
|
|
1874
|
-
export declare function UpFill<T>(props: Partial<
|
|
2020
|
+
export declare function UpFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
1875
2021
|
|
|
1876
2022
|
export declare namespace UpFill {
|
|
1877
|
-
var defaultProps:
|
|
2023
|
+
var defaultProps: IconProps_84;
|
|
1878
2024
|
var displayName: string;
|
|
1879
2025
|
}
|
|
1880
2026
|
|
|
1881
|
-
export declare function User<T>(props: Partial<
|
|
2027
|
+
export declare function User<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
1882
2028
|
|
|
1883
2029
|
export declare namespace User {
|
|
1884
|
-
var defaultProps:
|
|
2030
|
+
var defaultProps: IconProps_85;
|
|
1885
2031
|
var displayName: string;
|
|
1886
2032
|
}
|
|
1887
2033
|
|
|
1888
|
-
export declare function Visible<T>(props: Partial<
|
|
2034
|
+
export declare function Visible<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
1889
2035
|
|
|
1890
2036
|
export declare namespace Visible {
|
|
1891
|
-
var defaultProps:
|
|
2037
|
+
var defaultProps: IconProps_86;
|
|
1892
2038
|
var displayName: string;
|
|
1893
2039
|
}
|
|
1894
2040
|
|
|
1895
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2041
|
+
export declare function Voicemail<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
1896
2042
|
|
|
1897
2043
|
export declare namespace Voicemail {
|
|
1898
|
-
var defaultProps:
|
|
2044
|
+
var defaultProps: IconProps_87;
|
|
1899
2045
|
var displayName: string;
|
|
1900
2046
|
}
|
|
1901
2047
|
|
|
1902
|
-
export declare function Warning<T>(props: Partial<
|
|
2048
|
+
export declare function Warning<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
1903
2049
|
|
|
1904
2050
|
export declare namespace Warning {
|
|
1905
|
-
var defaultProps:
|
|
2051
|
+
var defaultProps: IconProps_89;
|
|
1906
2052
|
var displayName: string;
|
|
1907
2053
|
}
|
|
1908
2054
|
|
|
1909
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2055
|
+
export declare function WarningFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
1910
2056
|
|
|
1911
2057
|
export declare namespace WarningFill {
|
|
1912
|
-
var defaultProps:
|
|
2058
|
+
var defaultProps: IconProps_88;
|
|
1913
2059
|
var displayName: string;
|
|
1914
2060
|
}
|
|
1915
2061
|
|
|
1916
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2062
|
+
export declare function WechatBack<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
1917
2063
|
|
|
1918
2064
|
export declare namespace WechatBack {
|
|
1919
|
-
var defaultProps:
|
|
2065
|
+
var defaultProps: IconProps_90;
|
|
2066
|
+
var displayName: string;
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
export declare function WechatFill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2070
|
+
|
|
2071
|
+
export declare namespace WechatFill {
|
|
2072
|
+
var defaultProps: IconProps_91;
|
|
1920
2073
|
var displayName: string;
|
|
1921
2074
|
}
|
|
1922
2075
|
|
|
1923
|
-
export declare function
|
|
2076
|
+
export declare function Yinanbingli<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2077
|
+
|
|
2078
|
+
export declare namespace Yinanbingli {
|
|
2079
|
+
var defaultProps: IconProps_92;
|
|
2080
|
+
var displayName: string;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
1924
2084
|
|
|
1925
2085
|
export declare namespace YishengjingxuanFill {
|
|
1926
|
-
var defaultProps:
|
|
2086
|
+
var defaultProps: IconProps_93;
|
|
1927
2087
|
var displayName: string;
|
|
1928
2088
|
}
|
|
1929
2089
|
|
|
1930
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2090
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
1931
2091
|
|
|
1932
2092
|
export declare namespace Zhuangrenxiezhu {
|
|
1933
|
-
var defaultProps:
|
|
2093
|
+
var defaultProps: IconProps_94;
|
|
1934
2094
|
var displayName: string;
|
|
1935
2095
|
}
|
|
1936
2096
|
|
|
1937
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2097
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
1938
2098
|
|
|
1939
2099
|
export declare namespace ZhuyuanxiezhuFill {
|
|
1940
|
-
var defaultProps:
|
|
2100
|
+
var defaultProps: IconProps_95;
|
|
1941
2101
|
var displayName: string;
|
|
1942
2102
|
}
|
|
1943
2103
|
|