@mijadesign/mobile-icons 1.0.4 → 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/Yinanbingli.js +55 -0
- package/dist/es/index.es.js +7 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +304 -164
- package/dist/types/mobile-icons.mjs +2843 -2486
- 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;
|
|
@@ -1485,12 +1576,14 @@ declare interface IconProps_88 {
|
|
|
1485
1576
|
}
|
|
1486
1577
|
|
|
1487
1578
|
declare interface IconProps_89 {
|
|
1579
|
+
size: string | number;
|
|
1488
1580
|
classPrefix: string;
|
|
1581
|
+
color: string;
|
|
1489
1582
|
tag: keyof ReactHTML;
|
|
1490
|
-
|
|
1583
|
+
logValue?: string;
|
|
1491
1584
|
onClick: (e: MouseEvent) => void;
|
|
1585
|
+
fontClassName: string;
|
|
1492
1586
|
className: string;
|
|
1493
|
-
logValue?: string;
|
|
1494
1587
|
style: React_2.CSSProperties;
|
|
1495
1588
|
children: React_2.ReactNode;
|
|
1496
1589
|
}
|
|
@@ -1509,67 +1602,79 @@ declare interface IconProps_9 {
|
|
|
1509
1602
|
}
|
|
1510
1603
|
|
|
1511
1604
|
declare interface IconProps_90 {
|
|
1605
|
+
size: string | number;
|
|
1512
1606
|
classPrefix: string;
|
|
1607
|
+
color: string;
|
|
1513
1608
|
tag: keyof ReactHTML;
|
|
1514
|
-
|
|
1609
|
+
logValue?: string;
|
|
1515
1610
|
onClick: (e: MouseEvent) => void;
|
|
1611
|
+
fontClassName: string;
|
|
1516
1612
|
className: string;
|
|
1517
|
-
logValue?: string;
|
|
1518
1613
|
style: React_2.CSSProperties;
|
|
1519
1614
|
children: React_2.ReactNode;
|
|
1520
1615
|
}
|
|
1521
1616
|
|
|
1522
1617
|
declare interface IconProps_91 {
|
|
1618
|
+
size: string | number;
|
|
1523
1619
|
classPrefix: string;
|
|
1620
|
+
color: string;
|
|
1524
1621
|
tag: keyof ReactHTML;
|
|
1525
|
-
|
|
1622
|
+
logValue?: string;
|
|
1526
1623
|
onClick: (e: MouseEvent) => void;
|
|
1624
|
+
fontClassName: string;
|
|
1527
1625
|
className: string;
|
|
1528
|
-
logValue?: string;
|
|
1529
1626
|
style: React_2.CSSProperties;
|
|
1530
1627
|
children: React_2.ReactNode;
|
|
1531
1628
|
}
|
|
1532
1629
|
|
|
1533
1630
|
declare interface IconProps_92 {
|
|
1631
|
+
size: string | number;
|
|
1534
1632
|
classPrefix: string;
|
|
1633
|
+
color: string;
|
|
1535
1634
|
tag: keyof ReactHTML;
|
|
1536
|
-
|
|
1635
|
+
logValue?: string;
|
|
1537
1636
|
onClick: (e: MouseEvent) => void;
|
|
1637
|
+
fontClassName: string;
|
|
1538
1638
|
className: string;
|
|
1539
|
-
logValue?: string;
|
|
1540
1639
|
style: React_2.CSSProperties;
|
|
1541
1640
|
children: React_2.ReactNode;
|
|
1542
1641
|
}
|
|
1543
1642
|
|
|
1544
1643
|
declare interface IconProps_93 {
|
|
1644
|
+
size: string | number;
|
|
1545
1645
|
classPrefix: string;
|
|
1646
|
+
color: string;
|
|
1546
1647
|
tag: keyof ReactHTML;
|
|
1547
|
-
|
|
1648
|
+
logValue?: string;
|
|
1548
1649
|
onClick: (e: MouseEvent) => void;
|
|
1650
|
+
fontClassName: string;
|
|
1549
1651
|
className: string;
|
|
1550
|
-
logValue?: string;
|
|
1551
1652
|
style: React_2.CSSProperties;
|
|
1552
1653
|
children: React_2.ReactNode;
|
|
1553
1654
|
}
|
|
1554
1655
|
|
|
1555
1656
|
declare interface IconProps_94 {
|
|
1657
|
+
size: string | number;
|
|
1556
1658
|
classPrefix: string;
|
|
1659
|
+
color: string;
|
|
1557
1660
|
tag: keyof ReactHTML;
|
|
1558
|
-
|
|
1661
|
+
logValue?: string;
|
|
1559
1662
|
onClick: (e: MouseEvent) => void;
|
|
1663
|
+
fontClassName: string;
|
|
1560
1664
|
className: string;
|
|
1561
|
-
logValue?: string;
|
|
1562
1665
|
style: React_2.CSSProperties;
|
|
1563
1666
|
children: React_2.ReactNode;
|
|
1564
1667
|
}
|
|
1565
1668
|
|
|
1566
1669
|
declare interface IconProps_95 {
|
|
1670
|
+
size: string | number;
|
|
1567
1671
|
classPrefix: string;
|
|
1672
|
+
color: string;
|
|
1568
1673
|
tag: keyof ReactHTML;
|
|
1569
|
-
|
|
1674
|
+
logValue?: string;
|
|
1570
1675
|
onClick: (e: MouseEvent) => void;
|
|
1676
|
+
fontClassName: string;
|
|
1571
1677
|
className: string;
|
|
1572
|
-
logValue?: string;
|
|
1573
1678
|
style: React_2.CSSProperties;
|
|
1574
1679
|
children: React_2.ReactNode;
|
|
1575
1680
|
}
|
|
@@ -1618,346 +1723,381 @@ declare interface IconProps_99 {
|
|
|
1618
1723
|
children: React_2.ReactNode;
|
|
1619
1724
|
}
|
|
1620
1725
|
|
|
1621
|
-
export declare function ImageFill<T>(props: Partial<
|
|
1726
|
+
export declare function ImageFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1622
1727
|
|
|
1623
1728
|
export declare namespace ImageFill {
|
|
1624
|
-
var defaultProps:
|
|
1729
|
+
var defaultProps: IconProps_45;
|
|
1625
1730
|
var displayName: string;
|
|
1626
1731
|
}
|
|
1627
1732
|
|
|
1628
|
-
export declare function Information<T>(props: Partial<
|
|
1733
|
+
export declare function Information<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1629
1734
|
|
|
1630
1735
|
export declare namespace Information {
|
|
1631
|
-
var defaultProps:
|
|
1736
|
+
var defaultProps: IconProps_47;
|
|
1632
1737
|
var displayName: string;
|
|
1633
1738
|
}
|
|
1634
1739
|
|
|
1635
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1740
|
+
export declare function InformationFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1636
1741
|
|
|
1637
1742
|
export declare namespace InformationFill {
|
|
1638
|
-
var defaultProps:
|
|
1743
|
+
var defaultProps: IconProps_46;
|
|
1639
1744
|
var displayName: string;
|
|
1640
1745
|
}
|
|
1641
1746
|
|
|
1642
|
-
export declare function Invisible<T>(props: Partial<
|
|
1747
|
+
export declare function Invisible<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1643
1748
|
|
|
1644
1749
|
export declare namespace Invisible {
|
|
1645
|
-
var defaultProps:
|
|
1750
|
+
var defaultProps: IconProps_48;
|
|
1646
1751
|
var displayName: string;
|
|
1647
1752
|
}
|
|
1648
1753
|
|
|
1649
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
1754
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1650
1755
|
|
|
1651
1756
|
export declare namespace Jiankangdangan {
|
|
1652
|
-
var defaultProps:
|
|
1757
|
+
var defaultProps: IconProps_49;
|
|
1653
1758
|
var displayName: string;
|
|
1654
1759
|
}
|
|
1655
1760
|
|
|
1656
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
1761
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1657
1762
|
|
|
1658
1763
|
export declare namespace JiuyizhuandaoFill {
|
|
1659
|
-
var defaultProps:
|
|
1764
|
+
var defaultProps: IconProps_50;
|
|
1660
1765
|
var displayName: string;
|
|
1661
1766
|
}
|
|
1662
1767
|
|
|
1663
|
-
export declare function Keyboard<T>(props: Partial<
|
|
1768
|
+
export declare function Keyboard<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1664
1769
|
|
|
1665
1770
|
export declare namespace Keyboard {
|
|
1666
|
-
var defaultProps:
|
|
1771
|
+
var defaultProps: IconProps_51;
|
|
1667
1772
|
var displayName: string;
|
|
1668
1773
|
}
|
|
1669
1774
|
|
|
1670
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1775
|
+
export declare function LeftFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1671
1776
|
|
|
1672
1777
|
export declare namespace LeftFill {
|
|
1673
|
-
var defaultProps:
|
|
1778
|
+
var defaultProps: IconProps_52;
|
|
1674
1779
|
var displayName: string;
|
|
1675
1780
|
}
|
|
1676
1781
|
|
|
1677
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
1782
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1678
1783
|
|
|
1679
1784
|
export declare namespace LipeixiezhuFill {
|
|
1680
|
-
var defaultProps:
|
|
1785
|
+
var defaultProps: IconProps_53;
|
|
1681
1786
|
var displayName: string;
|
|
1682
1787
|
}
|
|
1683
1788
|
|
|
1684
|
-
export declare function Loading<T>(props: Partial<
|
|
1789
|
+
export declare function Loading<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1685
1790
|
|
|
1686
1791
|
export declare namespace Loading {
|
|
1687
|
-
var defaultProps:
|
|
1792
|
+
var defaultProps: IconProps_54;
|
|
1688
1793
|
var displayName: string;
|
|
1689
1794
|
}
|
|
1690
1795
|
|
|
1691
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1796
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
1692
1797
|
|
|
1693
1798
|
export declare namespace LoginOffColor {
|
|
1694
|
-
var defaultProps:
|
|
1799
|
+
var defaultProps: IconProps_104;
|
|
1695
1800
|
var displayName: string;
|
|
1696
1801
|
}
|
|
1697
1802
|
|
|
1698
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1803
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
1699
1804
|
|
|
1700
1805
|
export declare namespace LoginOnColor {
|
|
1701
|
-
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;
|
|
1814
|
+
var displayName: string;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
export declare function Menzheng<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1818
|
+
|
|
1819
|
+
export declare namespace Menzheng {
|
|
1820
|
+
var defaultProps: IconProps_56;
|
|
1702
1821
|
var displayName: string;
|
|
1703
1822
|
}
|
|
1704
1823
|
|
|
1705
|
-
export declare function Modify<T>(props: Partial<
|
|
1824
|
+
export declare function Modify<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1706
1825
|
|
|
1707
1826
|
export declare namespace Modify {
|
|
1708
|
-
var defaultProps:
|
|
1827
|
+
var defaultProps: IconProps_57;
|
|
1709
1828
|
var displayName: string;
|
|
1710
1829
|
}
|
|
1711
1830
|
|
|
1712
|
-
export declare function PauseFill<T>(props: Partial<
|
|
1831
|
+
export declare function PauseFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1713
1832
|
|
|
1714
1833
|
export declare namespace PauseFill {
|
|
1715
|
-
var defaultProps:
|
|
1834
|
+
var defaultProps: IconProps_58;
|
|
1716
1835
|
var displayName: string;
|
|
1717
1836
|
}
|
|
1718
1837
|
|
|
1719
|
-
export declare function Plus<T>(props: Partial<
|
|
1838
|
+
export declare function Plus<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1720
1839
|
|
|
1721
1840
|
export declare namespace Plus {
|
|
1722
|
-
var defaultProps:
|
|
1841
|
+
var defaultProps: IconProps_59;
|
|
1723
1842
|
var displayName: string;
|
|
1724
1843
|
}
|
|
1725
1844
|
|
|
1726
|
-
export declare function Position<T>(props: Partial<
|
|
1845
|
+
export declare function Position<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1727
1846
|
|
|
1728
1847
|
export declare namespace Position {
|
|
1729
|
-
var defaultProps:
|
|
1848
|
+
var defaultProps: IconProps_60;
|
|
1730
1849
|
var displayName: string;
|
|
1731
1850
|
}
|
|
1732
1851
|
|
|
1733
|
-
export declare function Problem<T>(props: Partial<
|
|
1852
|
+
export declare function Problem<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1734
1853
|
|
|
1735
1854
|
export declare namespace Problem {
|
|
1736
|
-
var defaultProps:
|
|
1855
|
+
var defaultProps: IconProps_62;
|
|
1737
1856
|
var displayName: string;
|
|
1738
1857
|
}
|
|
1739
1858
|
|
|
1740
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1859
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1741
1860
|
|
|
1742
1861
|
export declare namespace ProblemFill {
|
|
1743
|
-
var defaultProps:
|
|
1862
|
+
var defaultProps: IconProps_61;
|
|
1744
1863
|
var displayName: string;
|
|
1745
1864
|
}
|
|
1746
1865
|
|
|
1747
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1866
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1748
1867
|
|
|
1749
1868
|
export declare namespace Prohibitselected {
|
|
1750
|
-
var defaultProps:
|
|
1869
|
+
var defaultProps: IconProps_64;
|
|
1751
1870
|
var displayName: string;
|
|
1752
1871
|
}
|
|
1753
1872
|
|
|
1754
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1873
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1755
1874
|
|
|
1756
1875
|
export declare namespace ProhibitselectedRectangle {
|
|
1757
|
-
var defaultProps:
|
|
1876
|
+
var defaultProps: IconProps_63;
|
|
1758
1877
|
var displayName: string;
|
|
1759
1878
|
}
|
|
1760
1879
|
|
|
1761
|
-
export declare function
|
|
1880
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1881
|
+
|
|
1882
|
+
export declare namespace Quanyishiyongjilu {
|
|
1883
|
+
var defaultProps: IconProps_65;
|
|
1884
|
+
var displayName: string;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
1762
1888
|
|
|
1763
1889
|
export declare namespace QuickClaimsColor {
|
|
1764
|
-
var defaultProps:
|
|
1890
|
+
var defaultProps: IconProps_106;
|
|
1765
1891
|
var displayName: string;
|
|
1766
1892
|
}
|
|
1767
1893
|
|
|
1768
|
-
export declare function Remind<T>(props: Partial<
|
|
1894
|
+
export declare function Remind<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1769
1895
|
|
|
1770
1896
|
export declare namespace Remind {
|
|
1771
|
-
var defaultProps:
|
|
1897
|
+
var defaultProps: IconProps_66;
|
|
1772
1898
|
var displayName: string;
|
|
1773
1899
|
}
|
|
1774
1900
|
|
|
1775
|
-
export declare function RightFill<T>(props: Partial<
|
|
1901
|
+
export declare function RightFill<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1776
1902
|
|
|
1777
1903
|
export declare namespace RightFill {
|
|
1778
|
-
var defaultProps:
|
|
1904
|
+
var defaultProps: IconProps_67;
|
|
1779
1905
|
var displayName: string;
|
|
1780
1906
|
}
|
|
1781
1907
|
|
|
1782
|
-
export declare function Search<T>(props: Partial<
|
|
1908
|
+
export declare function Search<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1783
1909
|
|
|
1784
1910
|
export declare namespace Search {
|
|
1785
|
-
var defaultProps:
|
|
1911
|
+
var defaultProps: IconProps_68;
|
|
1786
1912
|
var displayName: string;
|
|
1787
1913
|
}
|
|
1788
1914
|
|
|
1789
|
-
export declare function Selected<T>(props: Partial<
|
|
1915
|
+
export declare function Selected<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1790
1916
|
|
|
1791
1917
|
export declare namespace Selected {
|
|
1792
|
-
var defaultProps:
|
|
1918
|
+
var defaultProps: IconProps_71;
|
|
1793
1919
|
var displayName: string;
|
|
1794
1920
|
}
|
|
1795
1921
|
|
|
1796
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1922
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1797
1923
|
|
|
1798
1924
|
export declare namespace SelectedFill {
|
|
1799
|
-
var defaultProps:
|
|
1925
|
+
var defaultProps: IconProps_69;
|
|
1800
1926
|
var displayName: string;
|
|
1801
1927
|
}
|
|
1802
1928
|
|
|
1803
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1929
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1804
1930
|
|
|
1805
1931
|
export declare namespace SelectedminusFill {
|
|
1806
|
-
var defaultProps:
|
|
1932
|
+
var defaultProps: IconProps_72;
|
|
1807
1933
|
var displayName: string;
|
|
1808
1934
|
}
|
|
1809
1935
|
|
|
1810
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1936
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1811
1937
|
|
|
1812
1938
|
export declare namespace SelectedminusRectangleFill {
|
|
1813
|
-
var defaultProps:
|
|
1939
|
+
var defaultProps: IconProps_73;
|
|
1814
1940
|
var displayName: string;
|
|
1815
1941
|
}
|
|
1816
1942
|
|
|
1817
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1943
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1818
1944
|
|
|
1819
1945
|
export declare namespace SelectedRectangleFill {
|
|
1820
|
-
var defaultProps:
|
|
1946
|
+
var defaultProps: IconProps_70;
|
|
1821
1947
|
var displayName: string;
|
|
1822
1948
|
}
|
|
1823
1949
|
|
|
1824
|
-
export declare function SendFill<T>(props: Partial<
|
|
1950
|
+
export declare function SendFill<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1825
1951
|
|
|
1826
1952
|
export declare namespace SendFill {
|
|
1827
|
-
var defaultProps:
|
|
1953
|
+
var defaultProps: IconProps_74;
|
|
1954
|
+
var displayName: string;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
export declare function Shoushu<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
1958
|
+
|
|
1959
|
+
export declare namespace Shoushu {
|
|
1960
|
+
var defaultProps: IconProps_75;
|
|
1828
1961
|
var displayName: string;
|
|
1829
1962
|
}
|
|
1830
1963
|
|
|
1831
|
-
export declare function Smalltriangle1Fill<T>(props: Partial<
|
|
1964
|
+
export declare function Smalltriangle1Fill<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1832
1965
|
|
|
1833
1966
|
export declare namespace Smalltriangle1Fill {
|
|
1834
|
-
var defaultProps:
|
|
1967
|
+
var defaultProps: IconProps_77;
|
|
1835
1968
|
var displayName: string;
|
|
1836
1969
|
}
|
|
1837
1970
|
|
|
1838
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
1971
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
1839
1972
|
|
|
1840
1973
|
export declare namespace SmalltriangleFill {
|
|
1841
|
-
var defaultProps:
|
|
1974
|
+
var defaultProps: IconProps_76;
|
|
1842
1975
|
var displayName: string;
|
|
1843
1976
|
}
|
|
1844
1977
|
|
|
1845
|
-
export declare function Success<T>(props: Partial<
|
|
1978
|
+
export declare function Success<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1846
1979
|
|
|
1847
1980
|
export declare namespace Success {
|
|
1848
|
-
var defaultProps:
|
|
1981
|
+
var defaultProps: IconProps_79;
|
|
1849
1982
|
var displayName: string;
|
|
1850
1983
|
}
|
|
1851
1984
|
|
|
1852
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1985
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1853
1986
|
|
|
1854
1987
|
export declare namespace SuccessFill {
|
|
1855
|
-
var defaultProps:
|
|
1988
|
+
var defaultProps: IconProps_78;
|
|
1856
1989
|
var displayName: string;
|
|
1857
1990
|
}
|
|
1858
1991
|
|
|
1859
|
-
export declare function Time<T>(props: Partial<
|
|
1992
|
+
export declare function Time<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
1860
1993
|
|
|
1861
1994
|
export declare namespace Time {
|
|
1862
|
-
var defaultProps:
|
|
1995
|
+
var defaultProps: IconProps_81;
|
|
1863
1996
|
var displayName: string;
|
|
1864
1997
|
}
|
|
1865
1998
|
|
|
1866
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1999
|
+
export declare function TimeFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
1867
2000
|
|
|
1868
2001
|
export declare namespace TimeFill {
|
|
1869
|
-
var defaultProps:
|
|
2002
|
+
var defaultProps: IconProps_80;
|
|
1870
2003
|
var displayName: string;
|
|
1871
2004
|
}
|
|
1872
2005
|
|
|
1873
|
-
export declare function Unselected<T>(props: Partial<
|
|
2006
|
+
export declare function Unselected<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
1874
2007
|
|
|
1875
2008
|
export declare namespace Unselected {
|
|
1876
|
-
var defaultProps:
|
|
2009
|
+
var defaultProps: IconProps_83;
|
|
1877
2010
|
var displayName: string;
|
|
1878
2011
|
}
|
|
1879
2012
|
|
|
1880
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2013
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
1881
2014
|
|
|
1882
2015
|
export declare namespace UnselectedRectangle {
|
|
1883
|
-
var defaultProps:
|
|
2016
|
+
var defaultProps: IconProps_82;
|
|
1884
2017
|
var displayName: string;
|
|
1885
2018
|
}
|
|
1886
2019
|
|
|
1887
|
-
export declare function UpFill<T>(props: Partial<
|
|
2020
|
+
export declare function UpFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
1888
2021
|
|
|
1889
2022
|
export declare namespace UpFill {
|
|
1890
|
-
var defaultProps:
|
|
2023
|
+
var defaultProps: IconProps_84;
|
|
1891
2024
|
var displayName: string;
|
|
1892
2025
|
}
|
|
1893
2026
|
|
|
1894
|
-
export declare function User<T>(props: Partial<
|
|
2027
|
+
export declare function User<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
1895
2028
|
|
|
1896
2029
|
export declare namespace User {
|
|
1897
|
-
var defaultProps:
|
|
2030
|
+
var defaultProps: IconProps_85;
|
|
1898
2031
|
var displayName: string;
|
|
1899
2032
|
}
|
|
1900
2033
|
|
|
1901
|
-
export declare function Visible<T>(props: Partial<
|
|
2034
|
+
export declare function Visible<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
1902
2035
|
|
|
1903
2036
|
export declare namespace Visible {
|
|
1904
|
-
var defaultProps:
|
|
2037
|
+
var defaultProps: IconProps_86;
|
|
1905
2038
|
var displayName: string;
|
|
1906
2039
|
}
|
|
1907
2040
|
|
|
1908
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2041
|
+
export declare function Voicemail<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
1909
2042
|
|
|
1910
2043
|
export declare namespace Voicemail {
|
|
1911
|
-
var defaultProps:
|
|
2044
|
+
var defaultProps: IconProps_87;
|
|
1912
2045
|
var displayName: string;
|
|
1913
2046
|
}
|
|
1914
2047
|
|
|
1915
|
-
export declare function Warning<T>(props: Partial<
|
|
2048
|
+
export declare function Warning<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
1916
2049
|
|
|
1917
2050
|
export declare namespace Warning {
|
|
1918
|
-
var defaultProps:
|
|
2051
|
+
var defaultProps: IconProps_89;
|
|
1919
2052
|
var displayName: string;
|
|
1920
2053
|
}
|
|
1921
2054
|
|
|
1922
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2055
|
+
export declare function WarningFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
1923
2056
|
|
|
1924
2057
|
export declare namespace WarningFill {
|
|
1925
|
-
var defaultProps:
|
|
2058
|
+
var defaultProps: IconProps_88;
|
|
1926
2059
|
var displayName: string;
|
|
1927
2060
|
}
|
|
1928
2061
|
|
|
1929
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2062
|
+
export declare function WechatBack<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
1930
2063
|
|
|
1931
2064
|
export declare namespace WechatBack {
|
|
1932
|
-
var defaultProps:
|
|
2065
|
+
var defaultProps: IconProps_90;
|
|
1933
2066
|
var displayName: string;
|
|
1934
2067
|
}
|
|
1935
2068
|
|
|
1936
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2069
|
+
export declare function WechatFill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
1937
2070
|
|
|
1938
2071
|
export declare namespace WechatFill {
|
|
1939
|
-
var defaultProps:
|
|
2072
|
+
var defaultProps: IconProps_91;
|
|
2073
|
+
var displayName: string;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
export declare function Yinanbingli<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2077
|
+
|
|
2078
|
+
export declare namespace Yinanbingli {
|
|
2079
|
+
var defaultProps: IconProps_92;
|
|
1940
2080
|
var displayName: string;
|
|
1941
2081
|
}
|
|
1942
2082
|
|
|
1943
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2083
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
1944
2084
|
|
|
1945
2085
|
export declare namespace YishengjingxuanFill {
|
|
1946
|
-
var defaultProps:
|
|
2086
|
+
var defaultProps: IconProps_93;
|
|
1947
2087
|
var displayName: string;
|
|
1948
2088
|
}
|
|
1949
2089
|
|
|
1950
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2090
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
1951
2091
|
|
|
1952
2092
|
export declare namespace Zhuangrenxiezhu {
|
|
1953
|
-
var defaultProps:
|
|
2093
|
+
var defaultProps: IconProps_94;
|
|
1954
2094
|
var displayName: string;
|
|
1955
2095
|
}
|
|
1956
2096
|
|
|
1957
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2097
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
1958
2098
|
|
|
1959
2099
|
export declare namespace ZhuyuanxiezhuFill {
|
|
1960
|
-
var defaultProps:
|
|
2100
|
+
var defaultProps: IconProps_95;
|
|
1961
2101
|
var displayName: string;
|
|
1962
2102
|
}
|
|
1963
2103
|
|