@mijadesign/mobile-icons 1.0.13 → 1.0.14
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/LightningFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +1 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +172 -152
- package/dist/types/mobile-icons.mjs +2153 -2102
- 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_135> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_135;
|
|
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_136> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_136;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -156,10 +156,10 @@ export declare namespace Bianjiezhuanzhen {
|
|
|
156
156
|
var displayName: string;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
export declare function BoyColor<T>(props: Partial<
|
|
159
|
+
export declare function BoyColor<T>(props: Partial<IconProps_137> & T): ReactElement;
|
|
160
160
|
|
|
161
161
|
export declare namespace BoyColor {
|
|
162
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_137;
|
|
163
163
|
var displayName: string;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -240,10 +240,10 @@ export declare namespace ChuyuanFill {
|
|
|
240
240
|
var displayName: string;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
243
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_138> & T): ReactElement;
|
|
244
244
|
|
|
245
245
|
export declare namespace ClaimsDetailColor {
|
|
246
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_138;
|
|
247
247
|
var displayName: string;
|
|
248
248
|
}
|
|
249
249
|
|
|
@@ -303,10 +303,10 @@ export declare namespace DeleteFill {
|
|
|
303
303
|
var displayName: string;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
306
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_139> & T): ReactElement;
|
|
307
307
|
|
|
308
308
|
export declare namespace DirectClaimsColor {
|
|
309
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_139;
|
|
310
310
|
var displayName: string;
|
|
311
311
|
}
|
|
312
312
|
|
|
@@ -324,10 +324,10 @@ export declare namespace DownFill {
|
|
|
324
324
|
var displayName: string;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
327
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_140> & T): ReactElement;
|
|
328
328
|
|
|
329
329
|
export declare namespace DynamicLoading {
|
|
330
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_140;
|
|
331
331
|
var displayName: string;
|
|
332
332
|
}
|
|
333
333
|
|
|
@@ -366,17 +366,17 @@ export declare namespace GaonandushoushuFill {
|
|
|
366
366
|
var displayName: string;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
369
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_141> & T): ReactElement;
|
|
370
370
|
|
|
371
371
|
export declare namespace GeneraoInfoColor {
|
|
372
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_141;
|
|
373
373
|
var displayName: string;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
export declare function GirlColor<T>(props: Partial<
|
|
376
|
+
export declare function GirlColor<T>(props: Partial<IconProps_142> & T): ReactElement;
|
|
377
377
|
|
|
378
378
|
export declare namespace GirlColor {
|
|
379
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_142;
|
|
380
380
|
var displayName: string;
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -952,12 +952,14 @@ declare interface IconProps_133 {
|
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
declare interface IconProps_134 {
|
|
955
|
+
size: string | number;
|
|
955
956
|
classPrefix: string;
|
|
957
|
+
color: string;
|
|
956
958
|
tag: keyof ReactHTML;
|
|
957
|
-
|
|
959
|
+
logValue?: string;
|
|
958
960
|
onClick: (e: MouseEvent) => void;
|
|
961
|
+
fontClassName: string;
|
|
959
962
|
className: string;
|
|
960
|
-
logValue?: string;
|
|
961
963
|
style: React_2.CSSProperties;
|
|
962
964
|
children: React_2.ReactNode;
|
|
963
965
|
}
|
|
@@ -1085,6 +1087,17 @@ declare interface IconProps_144 {
|
|
|
1085
1087
|
children: React_2.ReactNode;
|
|
1086
1088
|
}
|
|
1087
1089
|
|
|
1090
|
+
declare interface IconProps_145 {
|
|
1091
|
+
classPrefix: string;
|
|
1092
|
+
tag: keyof ReactHTML;
|
|
1093
|
+
size: string | number;
|
|
1094
|
+
onClick: (e: MouseEvent) => void;
|
|
1095
|
+
className: string;
|
|
1096
|
+
logValue?: string;
|
|
1097
|
+
style: React_2.CSSProperties;
|
|
1098
|
+
children: React_2.ReactNode;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1088
1101
|
declare interface IconProps_15 {
|
|
1089
1102
|
size: string | number;
|
|
1090
1103
|
classPrefix: string;
|
|
@@ -2392,472 +2405,479 @@ export declare namespace LeftFill {
|
|
|
2392
2405
|
var displayName: string;
|
|
2393
2406
|
}
|
|
2394
2407
|
|
|
2395
|
-
export declare function
|
|
2408
|
+
export declare function LightningFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
2396
2409
|
|
|
2397
|
-
export declare namespace
|
|
2410
|
+
export declare namespace LightningFill {
|
|
2398
2411
|
var defaultProps: IconProps_70;
|
|
2399
2412
|
var displayName: string;
|
|
2400
2413
|
}
|
|
2401
2414
|
|
|
2402
|
-
export declare function
|
|
2415
|
+
export declare function Lipeijilu<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
2416
|
+
|
|
2417
|
+
export declare namespace Lipeijilu {
|
|
2418
|
+
var defaultProps: IconProps_71;
|
|
2419
|
+
var displayName: string;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
export declare function Lipeixiezhu<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
2403
2423
|
|
|
2404
2424
|
export declare namespace Lipeixiezhu {
|
|
2405
|
-
var defaultProps:
|
|
2425
|
+
var defaultProps: IconProps_73;
|
|
2406
2426
|
var displayName: string;
|
|
2407
2427
|
}
|
|
2408
2428
|
|
|
2409
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
2429
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
2410
2430
|
|
|
2411
2431
|
export declare namespace LipeixiezhuFill {
|
|
2412
|
-
var defaultProps:
|
|
2432
|
+
var defaultProps: IconProps_72;
|
|
2413
2433
|
var displayName: string;
|
|
2414
2434
|
}
|
|
2415
2435
|
|
|
2416
|
-
export declare function Loading<T>(props: Partial<
|
|
2436
|
+
export declare function Loading<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
2417
2437
|
|
|
2418
2438
|
export declare namespace Loading {
|
|
2419
|
-
var defaultProps:
|
|
2439
|
+
var defaultProps: IconProps_74;
|
|
2420
2440
|
var displayName: string;
|
|
2421
2441
|
}
|
|
2422
2442
|
|
|
2423
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2443
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_143> & T): ReactElement;
|
|
2424
2444
|
|
|
2425
2445
|
export declare namespace LoginOffColor {
|
|
2426
|
-
var defaultProps:
|
|
2446
|
+
var defaultProps: IconProps_143;
|
|
2427
2447
|
var displayName: string;
|
|
2428
2448
|
}
|
|
2429
2449
|
|
|
2430
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2450
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_144> & T): ReactElement;
|
|
2431
2451
|
|
|
2432
2452
|
export declare namespace LoginOnColor {
|
|
2433
|
-
var defaultProps:
|
|
2453
|
+
var defaultProps: IconProps_144;
|
|
2434
2454
|
var displayName: string;
|
|
2435
2455
|
}
|
|
2436
2456
|
|
|
2437
|
-
export declare function Menu<T>(props: Partial<
|
|
2457
|
+
export declare function Menu<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2438
2458
|
|
|
2439
2459
|
export declare namespace Menu {
|
|
2440
|
-
var defaultProps:
|
|
2460
|
+
var defaultProps: IconProps_75;
|
|
2441
2461
|
var displayName: string;
|
|
2442
2462
|
}
|
|
2443
2463
|
|
|
2444
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2464
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
2445
2465
|
|
|
2446
2466
|
export declare namespace MenzhengFill {
|
|
2447
|
-
var defaultProps:
|
|
2467
|
+
var defaultProps: IconProps_76;
|
|
2448
2468
|
var displayName: string;
|
|
2449
2469
|
}
|
|
2450
2470
|
|
|
2451
|
-
export declare function MicrophoneFill<T>(props: Partial<
|
|
2471
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
2452
2472
|
|
|
2453
2473
|
export declare namespace MicrophoneFill {
|
|
2454
|
-
var defaultProps:
|
|
2474
|
+
var defaultProps: IconProps_77;
|
|
2455
2475
|
var displayName: string;
|
|
2456
2476
|
}
|
|
2457
2477
|
|
|
2458
|
-
export declare function MicrophoneoffFill<T>(props: Partial<
|
|
2478
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
2459
2479
|
|
|
2460
2480
|
export declare namespace MicrophoneoffFill {
|
|
2461
|
-
var defaultProps:
|
|
2481
|
+
var defaultProps: IconProps_78;
|
|
2462
2482
|
var displayName: string;
|
|
2463
2483
|
}
|
|
2464
2484
|
|
|
2465
|
-
export declare function Modify<T>(props: Partial<
|
|
2485
|
+
export declare function Modify<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
2466
2486
|
|
|
2467
2487
|
export declare namespace Modify {
|
|
2468
|
-
var defaultProps:
|
|
2488
|
+
var defaultProps: IconProps_79;
|
|
2469
2489
|
var displayName: string;
|
|
2470
2490
|
}
|
|
2471
2491
|
|
|
2472
|
-
export declare function More<T>(props: Partial<
|
|
2492
|
+
export declare function More<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
2473
2493
|
|
|
2474
2494
|
export declare namespace More {
|
|
2475
|
-
var defaultProps:
|
|
2495
|
+
var defaultProps: IconProps_80;
|
|
2476
2496
|
var displayName: string;
|
|
2477
2497
|
}
|
|
2478
2498
|
|
|
2479
|
-
export declare function PauseFill<T>(props: Partial<
|
|
2499
|
+
export declare function PauseFill<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
2480
2500
|
|
|
2481
2501
|
export declare namespace PauseFill {
|
|
2482
|
-
var defaultProps:
|
|
2502
|
+
var defaultProps: IconProps_81;
|
|
2483
2503
|
var displayName: string;
|
|
2484
2504
|
}
|
|
2485
2505
|
|
|
2486
|
-
export declare function Plus<T>(props: Partial<
|
|
2506
|
+
export declare function Plus<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
2487
2507
|
|
|
2488
2508
|
export declare namespace Plus {
|
|
2489
|
-
var defaultProps:
|
|
2509
|
+
var defaultProps: IconProps_82;
|
|
2490
2510
|
var displayName: string;
|
|
2491
2511
|
}
|
|
2492
2512
|
|
|
2493
|
-
export declare function Position<T>(props: Partial<
|
|
2513
|
+
export declare function Position<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
2494
2514
|
|
|
2495
2515
|
export declare namespace Position {
|
|
2496
|
-
var defaultProps:
|
|
2516
|
+
var defaultProps: IconProps_83;
|
|
2497
2517
|
var displayName: string;
|
|
2498
2518
|
}
|
|
2499
2519
|
|
|
2500
|
-
export declare function PositioningFill<T>(props: Partial<
|
|
2520
|
+
export declare function PositioningFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
2501
2521
|
|
|
2502
2522
|
export declare namespace PositioningFill {
|
|
2503
|
-
var defaultProps:
|
|
2523
|
+
var defaultProps: IconProps_84;
|
|
2504
2524
|
var displayName: string;
|
|
2505
2525
|
}
|
|
2506
2526
|
|
|
2507
|
-
export declare function Problem<T>(props: Partial<
|
|
2527
|
+
export declare function Problem<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
2508
2528
|
|
|
2509
2529
|
export declare namespace Problem {
|
|
2510
|
-
var defaultProps:
|
|
2530
|
+
var defaultProps: IconProps_86;
|
|
2511
2531
|
var displayName: string;
|
|
2512
2532
|
}
|
|
2513
2533
|
|
|
2514
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2534
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
2515
2535
|
|
|
2516
2536
|
export declare namespace ProblemFill {
|
|
2517
|
-
var defaultProps:
|
|
2537
|
+
var defaultProps: IconProps_85;
|
|
2518
2538
|
var displayName: string;
|
|
2519
2539
|
}
|
|
2520
2540
|
|
|
2521
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2541
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2522
2542
|
|
|
2523
2543
|
export declare namespace Prohibitselected {
|
|
2524
|
-
var defaultProps:
|
|
2544
|
+
var defaultProps: IconProps_88;
|
|
2525
2545
|
var displayName: string;
|
|
2526
2546
|
}
|
|
2527
2547
|
|
|
2528
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2548
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2529
2549
|
|
|
2530
2550
|
export declare namespace ProhibitselectedRectangle {
|
|
2531
|
-
var defaultProps:
|
|
2551
|
+
var defaultProps: IconProps_87;
|
|
2532
2552
|
var displayName: string;
|
|
2533
2553
|
}
|
|
2534
2554
|
|
|
2535
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2555
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2536
2556
|
|
|
2537
2557
|
export declare namespace Quanyishiyongjilu {
|
|
2538
|
-
var defaultProps:
|
|
2558
|
+
var defaultProps: IconProps_89;
|
|
2539
2559
|
var displayName: string;
|
|
2540
2560
|
}
|
|
2541
2561
|
|
|
2542
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2562
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_145> & T): ReactElement;
|
|
2543
2563
|
|
|
2544
2564
|
export declare namespace QuickClaimsColor {
|
|
2545
|
-
var defaultProps:
|
|
2565
|
+
var defaultProps: IconProps_145;
|
|
2546
2566
|
var displayName: string;
|
|
2547
2567
|
}
|
|
2548
2568
|
|
|
2549
|
-
export declare function Remind<T>(props: Partial<
|
|
2569
|
+
export declare function Remind<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
2550
2570
|
|
|
2551
2571
|
export declare namespace Remind {
|
|
2552
|
-
var defaultProps:
|
|
2572
|
+
var defaultProps: IconProps_90;
|
|
2553
2573
|
var displayName: string;
|
|
2554
2574
|
}
|
|
2555
2575
|
|
|
2556
|
-
export declare function RevokeFill<T>(props: Partial<
|
|
2576
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2557
2577
|
|
|
2558
2578
|
export declare namespace RevokeFill {
|
|
2559
|
-
var defaultProps:
|
|
2579
|
+
var defaultProps: IconProps_91;
|
|
2560
2580
|
var displayName: string;
|
|
2561
2581
|
}
|
|
2562
2582
|
|
|
2563
|
-
export declare function RightFill<T>(props: Partial<
|
|
2583
|
+
export declare function RightFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2564
2584
|
|
|
2565
2585
|
export declare namespace RightFill {
|
|
2566
|
-
var defaultProps:
|
|
2586
|
+
var defaultProps: IconProps_92;
|
|
2567
2587
|
var displayName: string;
|
|
2568
2588
|
}
|
|
2569
2589
|
|
|
2570
|
-
export declare function Search<T>(props: Partial<
|
|
2590
|
+
export declare function Search<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
2571
2591
|
|
|
2572
2592
|
export declare namespace Search {
|
|
2573
|
-
var defaultProps:
|
|
2593
|
+
var defaultProps: IconProps_93;
|
|
2574
2594
|
var displayName: string;
|
|
2575
2595
|
}
|
|
2576
2596
|
|
|
2577
|
-
export declare function Selected<T>(props: Partial<
|
|
2597
|
+
export declare function Selected<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2578
2598
|
|
|
2579
2599
|
export declare namespace Selected {
|
|
2580
|
-
var defaultProps:
|
|
2600
|
+
var defaultProps: IconProps_96;
|
|
2581
2601
|
var displayName: string;
|
|
2582
2602
|
}
|
|
2583
2603
|
|
|
2584
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2604
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2585
2605
|
|
|
2586
2606
|
export declare namespace SelectedFill {
|
|
2587
|
-
var defaultProps:
|
|
2607
|
+
var defaultProps: IconProps_94;
|
|
2588
2608
|
var displayName: string;
|
|
2589
2609
|
}
|
|
2590
2610
|
|
|
2591
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2611
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2592
2612
|
|
|
2593
2613
|
export declare namespace SelectedminusFill {
|
|
2594
|
-
var defaultProps:
|
|
2614
|
+
var defaultProps: IconProps_97;
|
|
2595
2615
|
var displayName: string;
|
|
2596
2616
|
}
|
|
2597
2617
|
|
|
2598
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2618
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2599
2619
|
|
|
2600
2620
|
export declare namespace SelectedminusRectangleFill {
|
|
2601
|
-
var defaultProps:
|
|
2621
|
+
var defaultProps: IconProps_98;
|
|
2602
2622
|
var displayName: string;
|
|
2603
2623
|
}
|
|
2604
2624
|
|
|
2605
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2625
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2606
2626
|
|
|
2607
2627
|
export declare namespace SelectedRectangleFill {
|
|
2608
|
-
var defaultProps:
|
|
2628
|
+
var defaultProps: IconProps_95;
|
|
2609
2629
|
var displayName: string;
|
|
2610
2630
|
}
|
|
2611
2631
|
|
|
2612
|
-
export declare function SendFill<T>(props: Partial<
|
|
2632
|
+
export declare function SendFill<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2613
2633
|
|
|
2614
2634
|
export declare namespace SendFill {
|
|
2615
|
-
var defaultProps:
|
|
2635
|
+
var defaultProps: IconProps_99;
|
|
2616
2636
|
var displayName: string;
|
|
2617
2637
|
}
|
|
2618
2638
|
|
|
2619
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2639
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2620
2640
|
|
|
2621
2641
|
export declare namespace ShoushuFill {
|
|
2622
|
-
var defaultProps:
|
|
2642
|
+
var defaultProps: IconProps_100;
|
|
2623
2643
|
var displayName: string;
|
|
2624
2644
|
}
|
|
2625
2645
|
|
|
2626
|
-
export declare function Smalltriangle2Fill<T>(props: Partial<
|
|
2646
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2627
2647
|
|
|
2628
2648
|
export declare namespace Smalltriangle2Fill {
|
|
2629
|
-
var defaultProps:
|
|
2649
|
+
var defaultProps: IconProps_102;
|
|
2630
2650
|
var displayName: string;
|
|
2631
2651
|
}
|
|
2632
2652
|
|
|
2633
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2653
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2634
2654
|
|
|
2635
2655
|
export declare namespace SmalltriangleFill {
|
|
2636
|
-
var defaultProps:
|
|
2656
|
+
var defaultProps: IconProps_101;
|
|
2637
2657
|
var displayName: string;
|
|
2638
2658
|
}
|
|
2639
2659
|
|
|
2640
|
-
export declare function SpeakerFill<T>(props: Partial<
|
|
2660
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2641
2661
|
|
|
2642
2662
|
export declare namespace SpeakerFill {
|
|
2643
|
-
var defaultProps:
|
|
2663
|
+
var defaultProps: IconProps_103;
|
|
2644
2664
|
var displayName: string;
|
|
2645
2665
|
}
|
|
2646
2666
|
|
|
2647
|
-
export declare function SpeakeroffFill<T>(props: Partial<
|
|
2667
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2648
2668
|
|
|
2649
2669
|
export declare namespace SpeakeroffFill {
|
|
2650
|
-
var defaultProps:
|
|
2670
|
+
var defaultProps: IconProps_104;
|
|
2651
2671
|
var displayName: string;
|
|
2652
2672
|
}
|
|
2653
2673
|
|
|
2654
|
-
export declare function StarFill<T>(props: Partial<
|
|
2674
|
+
export declare function StarFill<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2655
2675
|
|
|
2656
2676
|
export declare namespace StarFill {
|
|
2657
|
-
var defaultProps:
|
|
2677
|
+
var defaultProps: IconProps_105;
|
|
2658
2678
|
var displayName: string;
|
|
2659
2679
|
}
|
|
2660
2680
|
|
|
2661
|
-
export declare function Success<T>(props: Partial<
|
|
2681
|
+
export declare function Success<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2662
2682
|
|
|
2663
2683
|
export declare namespace Success {
|
|
2664
|
-
var defaultProps:
|
|
2684
|
+
var defaultProps: IconProps_107;
|
|
2665
2685
|
var displayName: string;
|
|
2666
2686
|
}
|
|
2667
2687
|
|
|
2668
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2688
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2669
2689
|
|
|
2670
2690
|
export declare namespace SuccessFill {
|
|
2671
|
-
var defaultProps:
|
|
2691
|
+
var defaultProps: IconProps_106;
|
|
2672
2692
|
var displayName: string;
|
|
2673
2693
|
}
|
|
2674
2694
|
|
|
2675
|
-
export declare function Tijiandingzhi<T>(props: Partial<
|
|
2695
|
+
export declare function Tijiandingzhi<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2676
2696
|
|
|
2677
2697
|
export declare namespace Tijiandingzhi {
|
|
2678
|
-
var defaultProps:
|
|
2698
|
+
var defaultProps: IconProps_108;
|
|
2679
2699
|
var displayName: string;
|
|
2680
2700
|
}
|
|
2681
2701
|
|
|
2682
|
-
export declare function Time<T>(props: Partial<
|
|
2702
|
+
export declare function Time<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2683
2703
|
|
|
2684
2704
|
export declare namespace Time {
|
|
2685
|
-
var defaultProps:
|
|
2705
|
+
var defaultProps: IconProps_110;
|
|
2686
2706
|
var displayName: string;
|
|
2687
2707
|
}
|
|
2688
2708
|
|
|
2689
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2709
|
+
export declare function TimeFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2690
2710
|
|
|
2691
2711
|
export declare namespace TimeFill {
|
|
2692
|
-
var defaultProps:
|
|
2712
|
+
var defaultProps: IconProps_109;
|
|
2693
2713
|
var displayName: string;
|
|
2694
2714
|
}
|
|
2695
2715
|
|
|
2696
|
-
export declare function Unselected<T>(props: Partial<
|
|
2716
|
+
export declare function Unselected<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
2697
2717
|
|
|
2698
2718
|
export declare namespace Unselected {
|
|
2699
|
-
var defaultProps:
|
|
2719
|
+
var defaultProps: IconProps_112;
|
|
2700
2720
|
var displayName: string;
|
|
2701
2721
|
}
|
|
2702
2722
|
|
|
2703
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2723
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2704
2724
|
|
|
2705
2725
|
export declare namespace UnselectedRectangle {
|
|
2706
|
-
var defaultProps:
|
|
2726
|
+
var defaultProps: IconProps_111;
|
|
2707
2727
|
var displayName: string;
|
|
2708
2728
|
}
|
|
2709
2729
|
|
|
2710
|
-
export declare function Update<T>(props: Partial<
|
|
2730
|
+
export declare function Update<T>(props: Partial<IconProps_114> & T): ReactElement;
|
|
2711
2731
|
|
|
2712
2732
|
export declare namespace Update {
|
|
2713
|
-
var defaultProps:
|
|
2733
|
+
var defaultProps: IconProps_114;
|
|
2714
2734
|
var displayName: string;
|
|
2715
2735
|
}
|
|
2716
2736
|
|
|
2717
|
-
export declare function UpFill<T>(props: Partial<
|
|
2737
|
+
export declare function UpFill<T>(props: Partial<IconProps_113> & T): ReactElement;
|
|
2718
2738
|
|
|
2719
2739
|
export declare namespace UpFill {
|
|
2720
|
-
var defaultProps:
|
|
2740
|
+
var defaultProps: IconProps_113;
|
|
2721
2741
|
var displayName: string;
|
|
2722
2742
|
}
|
|
2723
2743
|
|
|
2724
|
-
export declare function User<T>(props: Partial<
|
|
2744
|
+
export declare function User<T>(props: Partial<IconProps_115> & T): ReactElement;
|
|
2725
2745
|
|
|
2726
2746
|
export declare namespace User {
|
|
2727
|
-
var defaultProps:
|
|
2747
|
+
var defaultProps: IconProps_115;
|
|
2728
2748
|
var displayName: string;
|
|
2729
2749
|
}
|
|
2730
2750
|
|
|
2731
|
-
export declare function ViPxiuxishi<T>(props: Partial<
|
|
2751
|
+
export declare function ViPxiuxishi<T>(props: Partial<IconProps_116> & T): ReactElement;
|
|
2732
2752
|
|
|
2733
2753
|
export declare namespace ViPxiuxishi {
|
|
2734
|
-
var defaultProps:
|
|
2754
|
+
var defaultProps: IconProps_116;
|
|
2735
2755
|
var displayName: string;
|
|
2736
2756
|
}
|
|
2737
2757
|
|
|
2738
|
-
export declare function Visible<T>(props: Partial<
|
|
2758
|
+
export declare function Visible<T>(props: Partial<IconProps_117> & T): ReactElement;
|
|
2739
2759
|
|
|
2740
2760
|
export declare namespace Visible {
|
|
2741
|
-
var defaultProps:
|
|
2761
|
+
var defaultProps: IconProps_117;
|
|
2742
2762
|
var displayName: string;
|
|
2743
2763
|
}
|
|
2744
2764
|
|
|
2745
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2765
|
+
export declare function Voicemail<T>(props: Partial<IconProps_118> & T): ReactElement;
|
|
2746
2766
|
|
|
2747
2767
|
export declare namespace Voicemail {
|
|
2748
|
-
var defaultProps:
|
|
2768
|
+
var defaultProps: IconProps_118;
|
|
2749
2769
|
var displayName: string;
|
|
2750
2770
|
}
|
|
2751
2771
|
|
|
2752
|
-
export declare function Warning<T>(props: Partial<
|
|
2772
|
+
export declare function Warning<T>(props: Partial<IconProps_120> & T): ReactElement;
|
|
2753
2773
|
|
|
2754
2774
|
export declare namespace Warning {
|
|
2755
|
-
var defaultProps:
|
|
2775
|
+
var defaultProps: IconProps_120;
|
|
2756
2776
|
var displayName: string;
|
|
2757
2777
|
}
|
|
2758
2778
|
|
|
2759
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2779
|
+
export declare function WarningFill<T>(props: Partial<IconProps_119> & T): ReactElement;
|
|
2760
2780
|
|
|
2761
2781
|
export declare namespace WarningFill {
|
|
2762
|
-
var defaultProps:
|
|
2782
|
+
var defaultProps: IconProps_119;
|
|
2763
2783
|
var displayName: string;
|
|
2764
2784
|
}
|
|
2765
2785
|
|
|
2766
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2786
|
+
export declare function WechatBack<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
2767
2787
|
|
|
2768
2788
|
export declare namespace WechatBack {
|
|
2769
|
-
var defaultProps:
|
|
2789
|
+
var defaultProps: IconProps_121;
|
|
2770
2790
|
var displayName: string;
|
|
2771
2791
|
}
|
|
2772
2792
|
|
|
2773
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2793
|
+
export declare function WechatFill<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
2774
2794
|
|
|
2775
2795
|
export declare namespace WechatFill {
|
|
2776
|
-
var defaultProps:
|
|
2796
|
+
var defaultProps: IconProps_122;
|
|
2777
2797
|
var displayName: string;
|
|
2778
2798
|
}
|
|
2779
2799
|
|
|
2780
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2800
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_123> & T): ReactElement;
|
|
2781
2801
|
|
|
2782
2802
|
export declare namespace YinanbingliFill {
|
|
2783
|
-
var defaultProps:
|
|
2803
|
+
var defaultProps: IconProps_123;
|
|
2784
2804
|
var displayName: string;
|
|
2785
2805
|
}
|
|
2786
2806
|
|
|
2787
|
-
export declare function Yishengjingxuan<T>(props: Partial<
|
|
2807
|
+
export declare function Yishengjingxuan<T>(props: Partial<IconProps_125> & T): ReactElement;
|
|
2788
2808
|
|
|
2789
2809
|
export declare namespace Yishengjingxuan {
|
|
2790
|
-
var defaultProps:
|
|
2810
|
+
var defaultProps: IconProps_125;
|
|
2791
2811
|
var displayName: string;
|
|
2792
2812
|
}
|
|
2793
2813
|
|
|
2794
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2814
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_124> & T): ReactElement;
|
|
2795
2815
|
|
|
2796
2816
|
export declare namespace YishengjingxuanFill {
|
|
2797
|
-
var defaultProps:
|
|
2817
|
+
var defaultProps: IconProps_124;
|
|
2798
2818
|
var displayName: string;
|
|
2799
2819
|
}
|
|
2800
2820
|
|
|
2801
|
-
export declare function Yuanneipeizhen<T>(props: Partial<
|
|
2821
|
+
export declare function Yuanneipeizhen<T>(props: Partial<IconProps_126> & T): ReactElement;
|
|
2802
2822
|
|
|
2803
2823
|
export declare namespace Yuanneipeizhen {
|
|
2804
|
-
var defaultProps:
|
|
2824
|
+
var defaultProps: IconProps_126;
|
|
2805
2825
|
var displayName: string;
|
|
2806
2826
|
}
|
|
2807
2827
|
|
|
2808
|
-
export declare function Zhongjihaiwaijiuyi<T>(props: Partial<
|
|
2828
|
+
export declare function Zhongjihaiwaijiuyi<T>(props: Partial<IconProps_127> & T): ReactElement;
|
|
2809
2829
|
|
|
2810
2830
|
export declare namespace Zhongjihaiwaijiuyi {
|
|
2811
|
-
var defaultProps:
|
|
2831
|
+
var defaultProps: IconProps_127;
|
|
2812
2832
|
var displayName: string;
|
|
2813
2833
|
}
|
|
2814
2834
|
|
|
2815
|
-
export declare function Zhongjihuizhen<T>(props: Partial<
|
|
2835
|
+
export declare function Zhongjihuizhen<T>(props: Partial<IconProps_128> & T): ReactElement;
|
|
2816
2836
|
|
|
2817
2837
|
export declare namespace Zhongjihuizhen {
|
|
2818
|
-
var defaultProps:
|
|
2838
|
+
var defaultProps: IconProps_128;
|
|
2819
2839
|
var displayName: string;
|
|
2820
2840
|
}
|
|
2821
2841
|
|
|
2822
|
-
export declare function Zhongjizhuanjiayuyue<T>(props: Partial<
|
|
2842
|
+
export declare function Zhongjizhuanjiayuyue<T>(props: Partial<IconProps_129> & T): ReactElement;
|
|
2823
2843
|
|
|
2824
2844
|
export declare namespace Zhongjizhuanjiayuyue {
|
|
2825
|
-
var defaultProps:
|
|
2845
|
+
var defaultProps: IconProps_129;
|
|
2826
2846
|
var displayName: string;
|
|
2827
2847
|
}
|
|
2828
2848
|
|
|
2829
|
-
export declare function Zhongjizhuyuanxietiao<T>(props: Partial<
|
|
2849
|
+
export declare function Zhongjizhuyuanxietiao<T>(props: Partial<IconProps_130> & T): ReactElement;
|
|
2830
2850
|
|
|
2831
2851
|
export declare namespace Zhongjizhuyuanxietiao {
|
|
2832
|
-
var defaultProps:
|
|
2852
|
+
var defaultProps: IconProps_130;
|
|
2833
2853
|
var displayName: string;
|
|
2834
2854
|
}
|
|
2835
2855
|
|
|
2836
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2856
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_131> & T): ReactElement;
|
|
2837
2857
|
|
|
2838
2858
|
export declare namespace Zhuangrenxiezhu {
|
|
2839
|
-
var defaultProps:
|
|
2859
|
+
var defaultProps: IconProps_131;
|
|
2840
2860
|
var displayName: string;
|
|
2841
2861
|
}
|
|
2842
2862
|
|
|
2843
|
-
export declare function Zhuanjiapinggu<T>(props: Partial<
|
|
2863
|
+
export declare function Zhuanjiapinggu<T>(props: Partial<IconProps_132> & T): ReactElement;
|
|
2844
2864
|
|
|
2845
2865
|
export declare namespace Zhuanjiapinggu {
|
|
2846
|
-
var defaultProps:
|
|
2866
|
+
var defaultProps: IconProps_132;
|
|
2847
2867
|
var displayName: string;
|
|
2848
2868
|
}
|
|
2849
2869
|
|
|
2850
|
-
export declare function Zhuanjiayuyue<T>(props: Partial<
|
|
2870
|
+
export declare function Zhuanjiayuyue<T>(props: Partial<IconProps_133> & T): ReactElement;
|
|
2851
2871
|
|
|
2852
2872
|
export declare namespace Zhuanjiayuyue {
|
|
2853
|
-
var defaultProps:
|
|
2873
|
+
var defaultProps: IconProps_133;
|
|
2854
2874
|
var displayName: string;
|
|
2855
2875
|
}
|
|
2856
2876
|
|
|
2857
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2877
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_134> & T): ReactElement;
|
|
2858
2878
|
|
|
2859
2879
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2860
|
-
var defaultProps:
|
|
2880
|
+
var defaultProps: IconProps_134;
|
|
2861
2881
|
var displayName: string;
|
|
2862
2882
|
}
|
|
2863
2883
|
|