@lobehub/icons-rn 2.1.0 → 2.2.0

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/index.d.ts CHANGED
@@ -70,7 +70,7 @@ interface RNIconCombineProps extends RNIconProps {
70
70
  textColor?: string;
71
71
  textMultiple?: number;
72
72
  }
73
- interface CompoundedIcon$4g {
73
+ interface CompoundedIcon$4h {
74
74
  Avatar: ComponentType<RNIconAvatarProps$1>;
75
75
  Color?: ComponentType<RNIconProps>;
76
76
  Combine?: ComponentType<RNIconCombineProps>;
@@ -285,14 +285,36 @@ interface RNProviderIconProps extends RNIconProps {
285
285
  }
286
286
  declare const RNProviderIcon: React__default.NamedExoticComponent<RNProviderIconProps>;
287
287
 
288
+ type AvatarProps$4g = Omit<RNIconAvatarProps, 'Icon'>;
289
+ declare const Avatar$4g: React__default.NamedExoticComponent<AvatarProps$4g>;
290
+
291
+ declare const Icon$bZ: React__default.NamedExoticComponent<RNIconProps$1>;
292
+
293
+ interface CombineProps$3X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
294
+ type?: 'color' | 'mono';
295
+ }
296
+ declare const Combine$3$: React__default.NamedExoticComponent<CombineProps$3X>;
297
+
298
+ declare const Icon$bY: React__default.NamedExoticComponent<RNIconProps$1>;
299
+
300
+ declare const Icon$bX: React__default.NamedExoticComponent<RNIconProps$1>;
301
+
302
+ type CompoundedIcon$4g = typeof Icon$bY & {
303
+ Avatar: typeof Avatar$4g;
304
+ Color: typeof Icon$bZ;
305
+ Combine: typeof Combine$3$;
306
+ Text: typeof Icon$bX;
307
+ colorPrimary: string;
308
+ title: string;
309
+ };
310
+ declare const Icons$4g: CompoundedIcon$4g;
311
+
288
312
  type AvatarProps$4f = Omit<RNIconAvatarProps, 'Icon'>;
289
313
  declare const Avatar$4f: React__default.NamedExoticComponent<AvatarProps$4f>;
290
314
 
291
315
  declare const Icon$bW: React__default.NamedExoticComponent<RNIconProps$1>;
292
316
 
293
- interface CombineProps$3W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
294
- type?: 'color' | 'mono';
295
- }
317
+ type CombineProps$3W = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
296
318
  declare const Combine$3_: React__default.NamedExoticComponent<CombineProps$3W>;
297
319
 
298
320
  declare const Icon$bV: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -312,20 +334,17 @@ declare const Icons$4f: CompoundedIcon$4f;
312
334
  type AvatarProps$4e = Omit<RNIconAvatarProps, 'Icon'>;
313
335
  declare const Avatar$4e: React__default.NamedExoticComponent<AvatarProps$4e>;
314
336
 
315
- declare const Icon$bT: React__default.NamedExoticComponent<RNIconProps$1>;
316
-
317
337
  type CombineProps$3V = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
318
338
  declare const Combine$3Z: React__default.NamedExoticComponent<CombineProps$3V>;
319
339
 
320
- declare const Icon$bS: React__default.NamedExoticComponent<RNIconProps$1>;
340
+ declare const Icon$bT: React__default.NamedExoticComponent<RNIconProps$1>;
321
341
 
322
- declare const Icon$bR: React__default.NamedExoticComponent<RNIconProps$1>;
342
+ declare const Icon$bS: React__default.NamedExoticComponent<RNIconProps$1>;
323
343
 
324
- type CompoundedIcon$4e = typeof Icon$bS & {
344
+ type CompoundedIcon$4e = typeof Icon$bT & {
325
345
  Avatar: typeof Avatar$4e;
326
- Color: typeof Icon$bT;
327
346
  Combine: typeof Combine$3Z;
328
- Text: typeof Icon$bR;
347
+ Text: typeof Icon$bS;
329
348
  colorPrimary: string;
330
349
  title: string;
331
350
  };
@@ -334,7 +353,11 @@ declare const Icons$4e: CompoundedIcon$4e;
334
353
  type AvatarProps$4d = Omit<RNIconAvatarProps, 'Icon'>;
335
354
  declare const Avatar$4d: React__default.NamedExoticComponent<AvatarProps$4d>;
336
355
 
337
- type CombineProps$3U = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
356
+ declare const Icon$bR: React__default.NamedExoticComponent<RNIconProps$1>;
357
+
358
+ interface CombineProps$3U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
359
+ type?: 'color' | 'mono';
360
+ }
338
361
  declare const Combine$3Y: React__default.NamedExoticComponent<CombineProps$3U>;
339
362
 
340
363
  declare const Icon$bQ: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -343,8 +366,10 @@ declare const Icon$bP: React__default.NamedExoticComponent<RNIconProps$1>;
343
366
 
344
367
  type CompoundedIcon$4d = typeof Icon$bQ & {
345
368
  Avatar: typeof Avatar$4d;
369
+ Color: typeof Icon$bR;
346
370
  Combine: typeof Combine$3Y;
347
371
  Text: typeof Icon$bP;
372
+ colorGradient: string;
348
373
  colorPrimary: string;
349
374
  title: string;
350
375
  };
@@ -355,20 +380,21 @@ declare const Avatar$4c: React__default.NamedExoticComponent<AvatarProps$4c>;
355
380
 
356
381
  declare const Icon$bO: React__default.NamedExoticComponent<RNIconProps$1>;
357
382
 
383
+ declare const Icon$bN: React__default.NamedExoticComponent<RNIconProps$1>;
384
+
358
385
  interface CombineProps$3T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
359
- type?: 'color' | 'mono';
386
+ type: 'mono' | 'color';
360
387
  }
361
388
  declare const Combine$3X: React__default.NamedExoticComponent<CombineProps$3T>;
362
389
 
363
- declare const Icon$bN: React__default.NamedExoticComponent<RNIconProps$1>;
364
-
365
390
  declare const Icon$bM: React__default.NamedExoticComponent<RNIconProps$1>;
366
391
 
367
- type CompoundedIcon$4c = typeof Icon$bN & {
392
+ type CompoundedIcon$4c = typeof Icon$bM & {
368
393
  Avatar: typeof Avatar$4c;
369
- Color: typeof Icon$bO;
394
+ Brand: typeof Icon$bO;
395
+ BrandColor: typeof Icon$bN;
370
396
  Combine: typeof Combine$3X;
371
- Text: typeof Icon$bM;
397
+ Text: typeof Icon$bO;
372
398
  colorGradient: string;
373
399
  colorPrimary: string;
374
400
  title: string;
@@ -380,22 +406,20 @@ declare const Avatar$4b: React__default.NamedExoticComponent<AvatarProps$4b>;
380
406
 
381
407
  declare const Icon$bL: React__default.NamedExoticComponent<RNIconProps$1>;
382
408
 
383
- declare const Icon$bK: React__default.NamedExoticComponent<RNIconProps$1>;
384
-
385
409
  interface CombineProps$3S extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
386
- type: 'mono' | 'color';
410
+ type?: 'color' | 'mono';
387
411
  }
388
412
  declare const Combine$3W: React__default.NamedExoticComponent<CombineProps$3S>;
389
413
 
414
+ declare const Icon$bK: React__default.NamedExoticComponent<RNIconProps$1>;
415
+
390
416
  declare const Icon$bJ: React__default.NamedExoticComponent<RNIconProps$1>;
391
417
 
392
- type CompoundedIcon$4b = typeof Icon$bJ & {
418
+ type CompoundedIcon$4b = typeof Icon$bK & {
393
419
  Avatar: typeof Avatar$4b;
394
- Brand: typeof Icon$bL;
395
- BrandColor: typeof Icon$bK;
420
+ Color: typeof Icon$bL;
396
421
  Combine: typeof Combine$3W;
397
- Text: typeof Icon$bL;
398
- colorGradient: string;
422
+ Text: typeof Icon$bJ;
399
423
  colorPrimary: string;
400
424
  title: string;
401
425
  };
@@ -420,6 +444,7 @@ type CompoundedIcon$4a = typeof Icon$bH & {
420
444
  Color: typeof Icon$bI;
421
445
  Combine: typeof Combine$3V;
422
446
  Text: typeof Icon$bG;
447
+ colorGradient: string;
423
448
  colorPrimary: string;
424
449
  title: string;
425
450
  };
@@ -444,7 +469,6 @@ type CompoundedIcon$49 = typeof Icon$bE & {
444
469
  Color: typeof Icon$bF;
445
470
  Combine: typeof Combine$3U;
446
471
  Text: typeof Icon$bD;
447
- colorGradient: string;
448
472
  colorPrimary: string;
449
473
  title: string;
450
474
  };
@@ -549,22 +573,17 @@ declare const Icons$45: CompoundedIcon$45;
549
573
  type AvatarProps$44 = Omit<RNIconAvatarProps, 'Icon'>;
550
574
  declare const Avatar$44: React__default.NamedExoticComponent<AvatarProps$44>;
551
575
 
552
- declare const Icon$bq: React__default.NamedExoticComponent<RNIconProps$1>;
553
-
554
- interface CombineProps$3L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
555
- type?: 'color' | 'mono';
556
- }
576
+ type CombineProps$3L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
557
577
  declare const Combine$3P: React__default.NamedExoticComponent<CombineProps$3L>;
558
578
 
559
- declare const Icon$bp: React__default.NamedExoticComponent<RNIconProps$1>;
579
+ declare const Icon$bq: React__default.NamedExoticComponent<RNIconProps$1>;
560
580
 
561
- declare const Icon$bo: React__default.NamedExoticComponent<RNIconProps$1>;
581
+ declare const Icon$bp: React__default.NamedExoticComponent<RNIconProps$1>;
562
582
 
563
- type CompoundedIcon$44 = typeof Icon$bp & {
583
+ type CompoundedIcon$44 = typeof Icon$bq & {
564
584
  Avatar: typeof Avatar$44;
565
- Color: typeof Icon$bq;
566
585
  Combine: typeof Combine$3P;
567
- Text: typeof Icon$bo;
586
+ Text: typeof Icon$bp;
568
587
  colorPrimary: string;
569
588
  title: string;
570
589
  };
@@ -573,17 +592,25 @@ declare const Icons$44: CompoundedIcon$44;
573
592
  type AvatarProps$43 = Omit<RNIconAvatarProps, 'Icon'>;
574
593
  declare const Avatar$43: React__default.NamedExoticComponent<AvatarProps$43>;
575
594
 
576
- type CombineProps$3K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
577
- declare const Combine$3O: React__default.NamedExoticComponent<CombineProps$3K>;
595
+ declare const Icon$bo: React__default.NamedExoticComponent<RNIconProps$1>;
578
596
 
579
597
  declare const Icon$bn: React__default.NamedExoticComponent<RNIconProps$1>;
580
598
 
581
599
  declare const Icon$bm: React__default.NamedExoticComponent<RNIconProps$1>;
582
600
 
583
- type CompoundedIcon$43 = typeof Icon$bn & {
601
+ declare const Icon$bl: React__default.NamedExoticComponent<RNIconProps$1>;
602
+
603
+ declare const Icon$bk: React__default.NamedExoticComponent<RNIconProps$1>;
604
+
605
+ declare const Icon$bj: React__default.NamedExoticComponent<RNIconProps$1>;
606
+
607
+ type CompoundedIcon$43 = typeof Icon$bl & {
584
608
  Avatar: typeof Avatar$43;
585
- Combine: typeof Combine$3O;
586
- Text: typeof Icon$bm;
609
+ Brand: typeof Icon$bn;
610
+ BrandColor: typeof Icon$bo;
611
+ Color: typeof Icon$bm;
612
+ Text: typeof Icon$bk;
613
+ TextCn: typeof Icon$bj;
587
614
  colorPrimary: string;
588
615
  title: string;
589
616
  };
@@ -592,25 +619,25 @@ declare const Icons$43: CompoundedIcon$43;
592
619
  type AvatarProps$42 = Omit<RNIconAvatarProps, 'Icon'>;
593
620
  declare const Avatar$42: React__default.NamedExoticComponent<AvatarProps$42>;
594
621
 
595
- declare const Icon$bl: React__default.NamedExoticComponent<RNIconProps$1>;
596
-
597
- declare const Icon$bk: React__default.NamedExoticComponent<RNIconProps$1>;
598
-
599
- declare const Icon$bj: React__default.NamedExoticComponent<RNIconProps$1>;
600
-
601
622
  declare const Icon$bi: React__default.NamedExoticComponent<RNIconProps$1>;
602
623
 
624
+ interface CombineProps$3K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
625
+ type?: 'color' | 'mono';
626
+ }
627
+ declare const Combine$3O: React__default.NamedExoticComponent<CombineProps$3K>;
628
+
603
629
  declare const Icon$bh: React__default.NamedExoticComponent<RNIconProps$1>;
604
630
 
605
631
  declare const Icon$bg: React__default.NamedExoticComponent<RNIconProps$1>;
606
632
 
607
- type CompoundedIcon$42 = typeof Icon$bi & {
633
+ declare const Icon$bf: React__default.NamedExoticComponent<RNIconProps$1>;
634
+
635
+ type CompoundedIcon$42 = typeof Icon$bh & {
608
636
  Avatar: typeof Avatar$42;
609
- Brand: typeof Icon$bk;
610
- BrandColor: typeof Icon$bl;
611
- Color: typeof Icon$bj;
612
- Text: typeof Icon$bh;
613
- TextCn: typeof Icon$bg;
637
+ Color: typeof Icon$bi;
638
+ Combine: typeof Combine$3O;
639
+ Text: typeof Icon$bg;
640
+ TextCn: typeof Icon$bf;
614
641
  colorPrimary: string;
615
642
  title: string;
616
643
  };
@@ -619,25 +646,25 @@ declare const Icons$42: CompoundedIcon$42;
619
646
  type AvatarProps$41 = Omit<RNIconAvatarProps, 'Icon'>;
620
647
  declare const Avatar$41: React__default.NamedExoticComponent<AvatarProps$41>;
621
648
 
622
- declare const Icon$bf: React__default.NamedExoticComponent<RNIconProps$1>;
623
-
624
- interface CombineProps$3J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
625
- type?: 'color' | 'mono';
626
- }
627
- declare const Combine$3N: React__default.NamedExoticComponent<CombineProps$3J>;
628
-
629
649
  declare const Icon$be: React__default.NamedExoticComponent<RNIconProps$1>;
630
650
 
631
651
  declare const Icon$bd: React__default.NamedExoticComponent<RNIconProps$1>;
632
652
 
633
653
  declare const Icon$bc: React__default.NamedExoticComponent<RNIconProps$1>;
634
654
 
635
- type CompoundedIcon$41 = typeof Icon$be & {
655
+ declare const Icon$bb: React__default.NamedExoticComponent<RNIconProps$1>;
656
+
657
+ declare const Icon$ba: React__default.NamedExoticComponent<RNIconProps$1>;
658
+
659
+ declare const Icon$b9: React__default.NamedExoticComponent<RNIconProps$1>;
660
+
661
+ type CompoundedIcon$41 = typeof Icon$bb & {
636
662
  Avatar: typeof Avatar$41;
637
- Color: typeof Icon$bf;
638
- Combine: typeof Combine$3N;
639
- Text: typeof Icon$bd;
640
- TextCn: typeof Icon$bc;
663
+ Brand: typeof Icon$bd;
664
+ BrandColor: typeof Icon$be;
665
+ Color: typeof Icon$bc;
666
+ Text: typeof Icon$ba;
667
+ TextCn: typeof Icon$b9;
641
668
  colorPrimary: string;
642
669
  title: string;
643
670
  };
@@ -646,25 +673,13 @@ declare const Icons$41: CompoundedIcon$41;
646
673
  type AvatarProps$40 = Omit<RNIconAvatarProps, 'Icon'>;
647
674
  declare const Avatar$40: React__default.NamedExoticComponent<AvatarProps$40>;
648
675
 
649
- declare const Icon$bb: React__default.NamedExoticComponent<RNIconProps$1>;
650
-
651
- declare const Icon$ba: React__default.NamedExoticComponent<RNIconProps$1>;
652
-
653
- declare const Icon$b9: React__default.NamedExoticComponent<RNIconProps$1>;
654
-
655
676
  declare const Icon$b8: React__default.NamedExoticComponent<RNIconProps$1>;
656
677
 
657
678
  declare const Icon$b7: React__default.NamedExoticComponent<RNIconProps$1>;
658
679
 
659
- declare const Icon$b6: React__default.NamedExoticComponent<RNIconProps$1>;
660
-
661
680
  type CompoundedIcon$40 = typeof Icon$b8 & {
662
681
  Avatar: typeof Avatar$40;
663
- Brand: typeof Icon$ba;
664
- BrandColor: typeof Icon$bb;
665
- Color: typeof Icon$b9;
666
682
  Text: typeof Icon$b7;
667
- TextCn: typeof Icon$b6;
668
683
  colorPrimary: string;
669
684
  title: string;
670
685
  };
@@ -673,12 +688,21 @@ declare const Icons$40: CompoundedIcon$40;
673
688
  type AvatarProps$3$ = Omit<RNIconAvatarProps, 'Icon'>;
674
689
  declare const Avatar$3$: React__default.NamedExoticComponent<AvatarProps$3$>;
675
690
 
691
+ declare const Icon$b6: React__default.NamedExoticComponent<RNIconProps$1>;
692
+
693
+ interface CombineProps$3J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
694
+ type?: 'color' | 'mono';
695
+ }
696
+ declare const Combine$3N: React__default.NamedExoticComponent<CombineProps$3J>;
697
+
676
698
  declare const Icon$b5: React__default.NamedExoticComponent<RNIconProps$1>;
677
699
 
678
700
  declare const Icon$b4: React__default.NamedExoticComponent<RNIconProps$1>;
679
701
 
680
702
  type CompoundedIcon$3$ = typeof Icon$b5 & {
681
703
  Avatar: typeof Avatar$3$;
704
+ Color: typeof Icon$b6;
705
+ Combine: typeof Combine$3N;
682
706
  Text: typeof Icon$b4;
683
707
  colorPrimary: string;
684
708
  title: string;
@@ -688,22 +712,17 @@ declare const Icons$3$: CompoundedIcon$3$;
688
712
  type AvatarProps$3_ = Omit<RNIconAvatarProps, 'Icon'>;
689
713
  declare const Avatar$3_: React__default.NamedExoticComponent<AvatarProps$3_>;
690
714
 
691
- declare const Icon$b3: React__default.NamedExoticComponent<RNIconProps$1>;
692
-
693
- interface CombineProps$3I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
694
- type?: 'color' | 'mono';
695
- }
715
+ type CombineProps$3I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
696
716
  declare const Combine$3M: React__default.NamedExoticComponent<CombineProps$3I>;
697
717
 
698
- declare const Icon$b2: React__default.NamedExoticComponent<RNIconProps$1>;
718
+ declare const Icon$b3: React__default.NamedExoticComponent<RNIconProps$1>;
699
719
 
700
- declare const Icon$b1: React__default.NamedExoticComponent<RNIconProps$1>;
720
+ declare const Icon$b2: React__default.NamedExoticComponent<RNIconProps$1>;
701
721
 
702
- type CompoundedIcon$3_ = typeof Icon$b2 & {
722
+ type CompoundedIcon$3_ = typeof Icon$b3 & {
703
723
  Avatar: typeof Avatar$3_;
704
- Color: typeof Icon$b3;
705
724
  Combine: typeof Combine$3M;
706
- Text: typeof Icon$b1;
725
+ Text: typeof Icon$b2;
707
726
  colorPrimary: string;
708
727
  title: string;
709
728
  };
@@ -712,7 +731,11 @@ declare const Icons$3_: CompoundedIcon$3_;
712
731
  type AvatarProps$3Z = Omit<RNIconAvatarProps, 'Icon'>;
713
732
  declare const Avatar$3Z: React__default.NamedExoticComponent<AvatarProps$3Z>;
714
733
 
715
- type CombineProps$3H = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
734
+ declare const Icon$b1: React__default.NamedExoticComponent<RNIconProps$1>;
735
+
736
+ interface CombineProps$3H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
737
+ type?: 'color' | 'mono';
738
+ }
716
739
  declare const Combine$3L: React__default.NamedExoticComponent<CombineProps$3H>;
717
740
 
718
741
  declare const Icon$b0: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -721,8 +744,10 @@ declare const Icon$a$: React__default.NamedExoticComponent<RNIconProps$1>;
721
744
 
722
745
  type CompoundedIcon$3Z = typeof Icon$b0 & {
723
746
  Avatar: typeof Avatar$3Z;
747
+ Color: typeof Icon$b1;
724
748
  Combine: typeof Combine$3L;
725
749
  Text: typeof Icon$a$;
750
+ colorGradient: string;
726
751
  colorPrimary: string;
727
752
  title: string;
728
753
  };
@@ -747,7 +772,6 @@ type CompoundedIcon$3Y = typeof Icon$aZ & {
747
772
  Color: typeof Icon$a_;
748
773
  Combine: typeof Combine$3K;
749
774
  Text: typeof Icon$aY;
750
- colorGradient: string;
751
775
  colorPrimary: string;
752
776
  title: string;
753
777
  };
@@ -756,22 +780,16 @@ declare const Icons$3Y: CompoundedIcon$3Y;
756
780
  type AvatarProps$3X = Omit<RNIconAvatarProps, 'Icon'>;
757
781
  declare const Avatar$3X: React__default.NamedExoticComponent<AvatarProps$3X>;
758
782
 
759
- declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
783
+ declare const Combine$3J: React__default.NamedExoticComponent<RNIconCombineProps$1>;
760
784
 
761
- interface CombineProps$3F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
762
- type?: 'color' | 'mono';
763
- }
764
- declare const Combine$3J: React__default.NamedExoticComponent<CombineProps$3F>;
785
+ declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
765
786
 
766
787
  declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
767
788
 
768
- declare const Icon$aV: React__default.NamedExoticComponent<RNIconProps$1>;
769
-
770
- type CompoundedIcon$3X = typeof Icon$aW & {
789
+ type CompoundedIcon$3X = typeof Icon$aX & {
771
790
  Avatar: typeof Avatar$3X;
772
- Color: typeof Icon$aX;
773
791
  Combine: typeof Combine$3J;
774
- Text: typeof Icon$aV;
792
+ Text: typeof Icon$aW;
775
793
  colorPrimary: string;
776
794
  title: string;
777
795
  };
@@ -780,7 +798,12 @@ declare const Icons$3X: CompoundedIcon$3X;
780
798
  type AvatarProps$3W = Omit<RNIconAvatarProps, 'Icon'>;
781
799
  declare const Avatar$3W: React__default.NamedExoticComponent<AvatarProps$3W>;
782
800
 
783
- declare const Combine$3I: React__default.NamedExoticComponent<RNIconCombineProps$1>;
801
+ declare const Icon$aV: React__default.NamedExoticComponent<RNIconProps$1>;
802
+
803
+ interface CombineProps$3F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
804
+ type?: 'color' | 'mono';
805
+ }
806
+ declare const Combine$3I: React__default.NamedExoticComponent<CombineProps$3F>;
784
807
 
785
808
  declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
786
809
 
@@ -788,6 +811,7 @@ declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
788
811
 
789
812
  type CompoundedIcon$3W = typeof Icon$aU & {
790
813
  Avatar: typeof Avatar$3W;
814
+ Color: typeof Icon$aV;
791
815
  Combine: typeof Combine$3I;
792
816
  Text: typeof Icon$aT;
793
817
  colorPrimary: string;
@@ -800,20 +824,26 @@ declare const Avatar$3V: React__default.NamedExoticComponent<AvatarProps$3V>;
800
824
 
801
825
  declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
802
826
 
827
+ declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
828
+
829
+ declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
830
+
803
831
  interface CombineProps$3E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
804
832
  type?: 'color' | 'mono';
805
833
  }
806
834
  declare const Combine$3H: React__default.NamedExoticComponent<CombineProps$3E>;
807
835
 
808
- declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
836
+ declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
809
837
 
810
- declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
838
+ declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
811
839
 
812
- type CompoundedIcon$3V = typeof Icon$aR & {
840
+ type CompoundedIcon$3V = typeof Icon$aP & {
813
841
  Avatar: typeof Avatar$3V;
814
- Color: typeof Icon$aS;
842
+ Brand: typeof Icon$aR;
843
+ BrandColor: typeof Icon$aS;
844
+ Color: typeof Icon$aQ;
815
845
  Combine: typeof Combine$3H;
816
- Text: typeof Icon$aQ;
846
+ Text: typeof Icon$aO;
817
847
  colorPrimary: string;
818
848
  title: string;
819
849
  };
@@ -822,10 +852,6 @@ declare const Icons$3V: CompoundedIcon$3V;
822
852
  type AvatarProps$3U = Omit<RNIconAvatarProps, 'Icon'>;
823
853
  declare const Avatar$3U: React__default.NamedExoticComponent<AvatarProps$3U>;
824
854
 
825
- declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
826
-
827
- declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
828
-
829
855
  declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
830
856
 
831
857
  interface CombineProps$3D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -839,8 +865,6 @@ declare const Icon$aL: React__default.NamedExoticComponent<RNIconProps$1>;
839
865
 
840
866
  type CompoundedIcon$3U = typeof Icon$aM & {
841
867
  Avatar: typeof Avatar$3U;
842
- Brand: typeof Icon$aO;
843
- BrandColor: typeof Icon$aP;
844
868
  Color: typeof Icon$aN;
845
869
  Combine: typeof Combine$3G;
846
870
  Text: typeof Icon$aL;
@@ -900,22 +924,17 @@ declare const Icons$3S: CompoundedIcon$3S;
900
924
  type AvatarProps$3R = Omit<RNIconAvatarProps, 'Icon'>;
901
925
  declare const Avatar$3R: React__default.NamedExoticComponent<AvatarProps$3R>;
902
926
 
903
- declare const Icon$aE: React__default.NamedExoticComponent<RNIconProps$1>;
904
-
905
- interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
906
- type?: 'color' | 'mono';
907
- }
927
+ type CombineProps$3A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
908
928
  declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3A>;
909
929
 
910
- declare const Icon$aD: React__default.NamedExoticComponent<RNIconProps$1>;
930
+ declare const Icon$aE: React__default.NamedExoticComponent<RNIconProps$1>;
911
931
 
912
- declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
932
+ declare const Icon$aD: React__default.NamedExoticComponent<RNIconProps$1>;
913
933
 
914
- type CompoundedIcon$3R = typeof Icon$aD & {
934
+ type CompoundedIcon$3R = typeof Icon$aE & {
915
935
  Avatar: typeof Avatar$3R;
916
- Color: typeof Icon$aE;
917
936
  Combine: typeof Combine$3D;
918
- Text: typeof Icon$aC;
937
+ Text: typeof Icon$aD;
919
938
  colorPrimary: string;
920
939
  title: string;
921
940
  };
@@ -924,7 +943,11 @@ declare const Icons$3R: CompoundedIcon$3R;
924
943
  type AvatarProps$3Q = Omit<RNIconAvatarProps, 'Icon'>;
925
944
  declare const Avatar$3Q: React__default.NamedExoticComponent<AvatarProps$3Q>;
926
945
 
927
- type CombineProps$3z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
946
+ declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
947
+
948
+ interface CombineProps$3z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
949
+ type?: 'color' | 'mono';
950
+ }
928
951
  declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3z>;
929
952
 
930
953
  declare const Icon$aB: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -933,8 +956,10 @@ declare const Icon$aA: React__default.NamedExoticComponent<RNIconProps$1>;
933
956
 
934
957
  type CompoundedIcon$3Q = typeof Icon$aB & {
935
958
  Avatar: typeof Avatar$3Q;
959
+ Color: typeof Icon$aC;
936
960
  Combine: typeof Combine$3C;
937
961
  Text: typeof Icon$aA;
962
+ colorGradient: string;
938
963
  colorPrimary: string;
939
964
  title: string;
940
965
  };
@@ -945,21 +970,23 @@ declare const Avatar$3P: React__default.NamedExoticComponent<AvatarProps$3P>;
945
970
 
946
971
  declare const Icon$az: React__default.NamedExoticComponent<RNIconProps$1>;
947
972
 
948
- interface CombineProps$3y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
949
- type?: 'color' | 'mono';
950
- }
951
- declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3y>;
952
-
953
973
  declare const Icon$ay: React__default.NamedExoticComponent<RNIconProps$1>;
954
974
 
955
975
  declare const Icon$ax: React__default.NamedExoticComponent<RNIconProps$1>;
956
976
 
957
- type CompoundedIcon$3P = typeof Icon$ay & {
977
+ declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
978
+
979
+ declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
980
+
981
+ declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
982
+
983
+ type CompoundedIcon$3P = typeof Icon$aw & {
958
984
  Avatar: typeof Avatar$3P;
959
- Color: typeof Icon$az;
960
- Combine: typeof Combine$3B;
961
- Text: typeof Icon$ax;
962
- colorGradient: string;
985
+ Brand: typeof Icon$ay;
986
+ BrandColor: typeof Icon$az;
987
+ Color: typeof Icon$ax;
988
+ Text: typeof Icon$av;
989
+ TextCn: typeof Icon$au;
963
990
  colorPrimary: string;
964
991
  title: string;
965
992
  };
@@ -968,25 +995,22 @@ declare const Icons$3P: CompoundedIcon$3P;
968
995
  type AvatarProps$3O = Omit<RNIconAvatarProps, 'Icon'>;
969
996
  declare const Avatar$3O: React__default.NamedExoticComponent<AvatarProps$3O>;
970
997
 
971
- declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
972
-
973
- declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
974
-
975
- declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
976
-
977
998
  declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
978
999
 
1000
+ interface CombineProps$3y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1001
+ type?: 'color' | 'mono';
1002
+ }
1003
+ declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3y>;
1004
+
979
1005
  declare const Icon$as: React__default.NamedExoticComponent<RNIconProps$1>;
980
1006
 
981
1007
  declare const Icon$ar: React__default.NamedExoticComponent<RNIconProps$1>;
982
1008
 
983
- type CompoundedIcon$3O = typeof Icon$at & {
1009
+ type CompoundedIcon$3O = typeof Icon$as & {
984
1010
  Avatar: typeof Avatar$3O;
985
- Brand: typeof Icon$av;
986
- BrandColor: typeof Icon$aw;
987
- Color: typeof Icon$au;
988
- Text: typeof Icon$as;
989
- TextCn: typeof Icon$ar;
1011
+ Color: typeof Icon$at;
1012
+ Combine: typeof Combine$3B;
1013
+ Text: typeof Icon$ar;
990
1014
  colorPrimary: string;
991
1015
  title: string;
992
1016
  };
@@ -1019,22 +1043,17 @@ declare const Icons$3N: CompoundedIcon$3N;
1019
1043
  type AvatarProps$3M = Omit<RNIconAvatarProps, 'Icon'>;
1020
1044
  declare const Avatar$3M: React__default.NamedExoticComponent<AvatarProps$3M>;
1021
1045
 
1022
- declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
1023
-
1024
- interface CombineProps$3w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1025
- type?: 'color' | 'mono';
1026
- }
1046
+ type CombineProps$3w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1027
1047
  declare const Combine$3z: React__default.NamedExoticComponent<CombineProps$3w>;
1028
1048
 
1029
- declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
1049
+ declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
1030
1050
 
1031
- declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
1051
+ declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
1032
1052
 
1033
- type CompoundedIcon$3M = typeof Icon$am & {
1053
+ type CompoundedIcon$3M = typeof Icon$an & {
1034
1054
  Avatar: typeof Avatar$3M;
1035
- Color: typeof Icon$an;
1036
1055
  Combine: typeof Combine$3z;
1037
- Text: typeof Icon$al;
1056
+ Text: typeof Icon$am;
1038
1057
  colorPrimary: string;
1039
1058
  title: string;
1040
1059
  };
@@ -1043,7 +1062,11 @@ declare const Icons$3M: CompoundedIcon$3M;
1043
1062
  type AvatarProps$3L = Omit<RNIconAvatarProps, 'Icon'>;
1044
1063
  declare const Avatar$3L: React__default.NamedExoticComponent<AvatarProps$3L>;
1045
1064
 
1046
- type CombineProps$3v = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1065
+ declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
1066
+
1067
+ interface CombineProps$3v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1068
+ type?: 'color' | 'mono';
1069
+ }
1047
1070
  declare const Combine$3y: React__default.NamedExoticComponent<CombineProps$3v>;
1048
1071
 
1049
1072
  declare const Icon$ak: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1052,8 +1075,10 @@ declare const Icon$aj: React__default.NamedExoticComponent<RNIconProps$1>;
1052
1075
 
1053
1076
  type CompoundedIcon$3L = typeof Icon$ak & {
1054
1077
  Avatar: typeof Avatar$3L;
1078
+ Color: typeof Icon$al;
1055
1079
  Combine: typeof Combine$3y;
1056
1080
  Text: typeof Icon$aj;
1081
+ colorGradient: string;
1057
1082
  colorPrimary: string;
1058
1083
  title: string;
1059
1084
  };
@@ -1062,23 +1087,17 @@ declare const Icons$3L: CompoundedIcon$3L;
1062
1087
  type AvatarProps$3K = Omit<RNIconAvatarProps, 'Icon'>;
1063
1088
  declare const Avatar$3K: React__default.NamedExoticComponent<AvatarProps$3K>;
1064
1089
 
1065
- declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
1066
-
1067
- interface CombineProps$3u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1068
- type?: 'color' | 'mono';
1069
- }
1090
+ type CombineProps$3u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1070
1091
  declare const Combine$3x: React__default.NamedExoticComponent<CombineProps$3u>;
1071
1092
 
1072
- declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
1093
+ declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
1073
1094
 
1074
- declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
1095
+ declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
1075
1096
 
1076
- type CompoundedIcon$3K = typeof Icon$ah & {
1097
+ type CompoundedIcon$3K = typeof Icon$ai & {
1077
1098
  Avatar: typeof Avatar$3K;
1078
- Color: typeof Icon$ai;
1079
1099
  Combine: typeof Combine$3x;
1080
- Text: typeof Icon$ag;
1081
- colorGradient: string;
1100
+ Text: typeof Icon$ah;
1082
1101
  colorPrimary: string;
1083
1102
  title: string;
1084
1103
  };
@@ -1087,7 +1106,11 @@ declare const Icons$3K: CompoundedIcon$3K;
1087
1106
  type AvatarProps$3J = Omit<RNIconAvatarProps, 'Icon'>;
1088
1107
  declare const Avatar$3J: React__default.NamedExoticComponent<AvatarProps$3J>;
1089
1108
 
1090
- type CombineProps$3t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1109
+ declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
1110
+
1111
+ interface CombineProps$3t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1112
+ type?: 'color' | 'mono';
1113
+ }
1091
1114
  declare const Combine$3w: React__default.NamedExoticComponent<CombineProps$3t>;
1092
1115
 
1093
1116
  declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1096,6 +1119,7 @@ declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
1096
1119
 
1097
1120
  type CompoundedIcon$3J = typeof Icon$af & {
1098
1121
  Avatar: typeof Avatar$3J;
1122
+ Color: typeof Icon$ag;
1099
1123
  Combine: typeof Combine$3w;
1100
1124
  Text: typeof Icon$ae;
1101
1125
  colorPrimary: string;
@@ -1106,22 +1130,17 @@ declare const Icons$3J: CompoundedIcon$3J;
1106
1130
  type AvatarProps$3I = Omit<RNIconAvatarProps, 'Icon'>;
1107
1131
  declare const Avatar$3I: React__default.NamedExoticComponent<AvatarProps$3I>;
1108
1132
 
1109
- declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
1110
-
1111
- interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1112
- type?: 'color' | 'mono';
1113
- }
1133
+ type CombineProps$3s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1114
1134
  declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3s>;
1115
1135
 
1116
- declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
1136
+ declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
1117
1137
 
1118
- declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
1138
+ declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
1119
1139
 
1120
- type CompoundedIcon$3I = typeof Icon$ac & {
1140
+ type CompoundedIcon$3I = typeof Icon$ad & {
1121
1141
  Avatar: typeof Avatar$3I;
1122
- Color: typeof Icon$ad;
1123
1142
  Combine: typeof Combine$3v;
1124
- Text: typeof Icon$ab;
1143
+ Text: typeof Icon$ac;
1125
1144
  colorPrimary: string;
1126
1145
  title: string;
1127
1146
  };
@@ -1130,7 +1149,11 @@ declare const Icons$3I: CompoundedIcon$3I;
1130
1149
  type AvatarProps$3H = Omit<RNIconAvatarProps, 'Icon'>;
1131
1150
  declare const Avatar$3H: React__default.NamedExoticComponent<AvatarProps$3H>;
1132
1151
 
1133
- type CombineProps$3r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1152
+ declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
1153
+
1154
+ interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1155
+ type?: 'color' | 'mono';
1156
+ }
1134
1157
  declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3r>;
1135
1158
 
1136
1159
  declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1139,8 +1162,10 @@ declare const Icon$a9: React__default.NamedExoticComponent<RNIconProps$1>;
1139
1162
 
1140
1163
  type CompoundedIcon$3H = typeof Icon$aa & {
1141
1164
  Avatar: typeof Avatar$3H;
1165
+ Color: typeof Icon$ab;
1142
1166
  Combine: typeof Combine$3u;
1143
1167
  Text: typeof Icon$a9;
1168
+ colorGradient: string;
1144
1169
  colorPrimary: string;
1145
1170
  title: string;
1146
1171
  };
@@ -1165,7 +1190,6 @@ type CompoundedIcon$3G = typeof Icon$a7 & {
1165
1190
  Color: typeof Icon$a8;
1166
1191
  Combine: typeof Combine$3t;
1167
1192
  Text: typeof Icon$a6;
1168
- colorGradient: string;
1169
1193
  colorPrimary: string;
1170
1194
  title: string;
1171
1195
  };
@@ -1176,20 +1200,23 @@ declare const Avatar$3F: React__default.NamedExoticComponent<AvatarProps$3F>;
1176
1200
 
1177
1201
  declare const Icon$a5: React__default.NamedExoticComponent<RNIconProps$1>;
1178
1202
 
1179
- interface CombineProps$3p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1180
- type?: 'color' | 'mono';
1181
- }
1182
- declare const Combine$3s: React__default.NamedExoticComponent<CombineProps$3p>;
1183
-
1184
1203
  declare const Icon$a4: React__default.NamedExoticComponent<RNIconProps$1>;
1185
1204
 
1186
1205
  declare const Icon$a3: React__default.NamedExoticComponent<RNIconProps$1>;
1187
1206
 
1188
- type CompoundedIcon$3F = typeof Icon$a4 & {
1207
+ declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
1208
+
1209
+ declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
1210
+
1211
+ declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
1212
+
1213
+ type CompoundedIcon$3F = typeof Icon$a2 & {
1189
1214
  Avatar: typeof Avatar$3F;
1190
- Color: typeof Icon$a5;
1191
- Combine: typeof Combine$3s;
1192
- Text: typeof Icon$a3;
1215
+ Brand: typeof Icon$a4;
1216
+ BrandColor: typeof Icon$a5;
1217
+ Color: typeof Icon$a3;
1218
+ Text: typeof Icon$a1;
1219
+ TextCn: typeof Icon$a0;
1193
1220
  colorPrimary: string;
1194
1221
  title: string;
1195
1222
  };
@@ -1198,25 +1225,17 @@ declare const Icons$3F: CompoundedIcon$3F;
1198
1225
  type AvatarProps$3E = Omit<RNIconAvatarProps, 'Icon'>;
1199
1226
  declare const Avatar$3E: React__default.NamedExoticComponent<AvatarProps$3E>;
1200
1227
 
1201
- declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
1202
-
1203
- declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
1204
-
1205
- declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
1228
+ type CombineProps$3p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1229
+ declare const Combine$3s: React__default.NamedExoticComponent<CombineProps$3p>;
1206
1230
 
1207
1231
  declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
1208
1232
 
1209
1233
  declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
1210
1234
 
1211
- declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
1212
-
1213
1235
  type CompoundedIcon$3E = typeof Icon$9$ & {
1214
1236
  Avatar: typeof Avatar$3E;
1215
- Brand: typeof Icon$a1;
1216
- BrandColor: typeof Icon$a2;
1217
- Color: typeof Icon$a0;
1237
+ Combine: typeof Combine$3s;
1218
1238
  Text: typeof Icon$9_;
1219
- TextCn: typeof Icon$9Z;
1220
1239
  colorPrimary: string;
1221
1240
  title: string;
1222
1241
  };
@@ -1225,17 +1244,28 @@ declare const Icons$3E: CompoundedIcon$3E;
1225
1244
  type AvatarProps$3D = Omit<RNIconAvatarProps, 'Icon'>;
1226
1245
  declare const Avatar$3D: React__default.NamedExoticComponent<AvatarProps$3D>;
1227
1246
 
1228
- type CombineProps$3o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1229
- declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3o>;
1247
+ declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
1230
1248
 
1231
1249
  declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
1232
1250
 
1233
1251
  declare const Icon$9X: React__default.NamedExoticComponent<RNIconProps$1>;
1234
1252
 
1235
- type CompoundedIcon$3D = typeof Icon$9Y & {
1253
+ interface CombineProps$3o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1254
+ type?: 'color' | 'mono';
1255
+ }
1256
+ declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3o>;
1257
+
1258
+ declare const Icon$9W: React__default.NamedExoticComponent<RNIconProps$1>;
1259
+
1260
+ declare const Icon$9V: React__default.NamedExoticComponent<RNIconProps$1>;
1261
+
1262
+ type CompoundedIcon$3D = typeof Icon$9W & {
1236
1263
  Avatar: typeof Avatar$3D;
1264
+ Brand: typeof Icon$9Y;
1265
+ BrandColor: typeof Icon$9Z;
1266
+ Color: typeof Icon$9X;
1237
1267
  Combine: typeof Combine$3r;
1238
- Text: typeof Icon$9X;
1268
+ Text: typeof Icon$9V;
1239
1269
  colorPrimary: string;
1240
1270
  title: string;
1241
1271
  };
@@ -1244,28 +1274,28 @@ declare const Icons$3D: CompoundedIcon$3D;
1244
1274
  type AvatarProps$3C = Omit<RNIconAvatarProps, 'Icon'>;
1245
1275
  declare const Avatar$3C: React__default.NamedExoticComponent<AvatarProps$3C>;
1246
1276
 
1247
- declare const Icon$9W: React__default.NamedExoticComponent<RNIconProps$1>;
1277
+ declare const Icon$9U: React__default.NamedExoticComponent<RNIconProps$1>;
1248
1278
 
1249
- declare const Icon$9V: React__default.NamedExoticComponent<RNIconProps$1>;
1279
+ declare const Icon$9T: React__default.NamedExoticComponent<RNIconProps$1>;
1250
1280
 
1251
- declare const Icon$9U: React__default.NamedExoticComponent<RNIconProps$1>;
1281
+ declare const Icon$9S: React__default.NamedExoticComponent<RNIconProps$1>;
1252
1282
 
1253
1283
  interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1254
1284
  type?: 'color' | 'mono';
1255
1285
  }
1256
1286
  declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3n>;
1257
1287
 
1258
- declare const Icon$9T: React__default.NamedExoticComponent<RNIconProps$1>;
1288
+ declare const Icon$9R: React__default.NamedExoticComponent<RNIconProps$1>;
1259
1289
 
1260
- declare const Icon$9S: React__default.NamedExoticComponent<RNIconProps$1>;
1290
+ declare const Icon$9Q: React__default.NamedExoticComponent<RNIconProps$1>;
1261
1291
 
1262
- type CompoundedIcon$3C = typeof Icon$9T & {
1292
+ type CompoundedIcon$3C = typeof Icon$9R & {
1263
1293
  Avatar: typeof Avatar$3C;
1264
- Brand: typeof Icon$9V;
1265
- BrandColor: typeof Icon$9W;
1266
- Color: typeof Icon$9U;
1294
+ Brand: typeof Icon$9T;
1295
+ BrandColor: typeof Icon$9U;
1296
+ Color: typeof Icon$9S;
1267
1297
  Combine: typeof Combine$3q;
1268
- Text: typeof Icon$9S;
1298
+ Text: typeof Icon$9Q;
1269
1299
  colorPrimary: string;
1270
1300
  title: string;
1271
1301
  };
@@ -1274,10 +1304,6 @@ declare const Icons$3C: CompoundedIcon$3C;
1274
1304
  type AvatarProps$3B = Omit<RNIconAvatarProps, 'Icon'>;
1275
1305
  declare const Avatar$3B: React__default.NamedExoticComponent<AvatarProps$3B>;
1276
1306
 
1277
- declare const Icon$9R: React__default.NamedExoticComponent<RNIconProps$1>;
1278
-
1279
- declare const Icon$9Q: React__default.NamedExoticComponent<RNIconProps$1>;
1280
-
1281
1307
  declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
1282
1308
 
1283
1309
  interface CombineProps$3m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1291,11 +1317,10 @@ declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
1291
1317
 
1292
1318
  type CompoundedIcon$3B = typeof Icon$9O & {
1293
1319
  Avatar: typeof Avatar$3B;
1294
- Brand: typeof Icon$9Q;
1295
- BrandColor: typeof Icon$9R;
1296
1320
  Color: typeof Icon$9P;
1297
1321
  Combine: typeof Combine$3p;
1298
1322
  Text: typeof Icon$9N;
1323
+ colorGradient: string;
1299
1324
  colorPrimary: string;
1300
1325
  title: string;
1301
1326
  };
@@ -1315,12 +1340,14 @@ declare const Icon$9L: React__default.NamedExoticComponent<RNIconProps$1>;
1315
1340
 
1316
1341
  declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
1317
1342
 
1343
+ declare const Icon$9J: React__default.NamedExoticComponent<RNIconProps$1>;
1344
+
1318
1345
  type CompoundedIcon$3A = typeof Icon$9L & {
1319
1346
  Avatar: typeof Avatar$3A;
1320
1347
  Color: typeof Icon$9M;
1321
1348
  Combine: typeof Combine$3o;
1322
1349
  Text: typeof Icon$9K;
1323
- colorGradient: string;
1350
+ TextColor: typeof Icon$9J;
1324
1351
  colorPrimary: string;
1325
1352
  title: string;
1326
1353
  };
@@ -1329,25 +1356,22 @@ declare const Icons$3A: CompoundedIcon$3A;
1329
1356
  type AvatarProps$3z = Omit<RNIconAvatarProps, 'Icon'>;
1330
1357
  declare const Avatar$3z: React__default.NamedExoticComponent<AvatarProps$3z>;
1331
1358
 
1332
- declare const Icon$9J: React__default.NamedExoticComponent<RNIconProps$1>;
1359
+ declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
1333
1360
 
1334
1361
  interface CombineProps$3k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1335
1362
  type?: 'color' | 'mono';
1336
1363
  }
1337
1364
  declare const Combine$3n: React__default.NamedExoticComponent<CombineProps$3k>;
1338
1365
 
1339
- declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
1340
-
1341
1366
  declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
1342
1367
 
1343
1368
  declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
1344
1369
 
1345
- type CompoundedIcon$3z = typeof Icon$9I & {
1370
+ type CompoundedIcon$3z = typeof Icon$9H & {
1346
1371
  Avatar: typeof Avatar$3z;
1347
- Color: typeof Icon$9J;
1372
+ Color: typeof Icon$9I;
1348
1373
  Combine: typeof Combine$3n;
1349
- Text: typeof Icon$9H;
1350
- TextColor: typeof Icon$9G;
1374
+ Text: typeof Icon$9G;
1351
1375
  colorPrimary: string;
1352
1376
  title: string;
1353
1377
  };
@@ -1356,22 +1380,17 @@ declare const Icons$3z: CompoundedIcon$3z;
1356
1380
  type AvatarProps$3y = Omit<RNIconAvatarProps, 'Icon'>;
1357
1381
  declare const Avatar$3y: React__default.NamedExoticComponent<AvatarProps$3y>;
1358
1382
 
1359
- declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
1360
-
1361
- interface CombineProps$3j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1362
- type?: 'color' | 'mono';
1363
- }
1383
+ type CombineProps$3j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1364
1384
  declare const Combine$3m: React__default.NamedExoticComponent<CombineProps$3j>;
1365
1385
 
1366
- declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
1386
+ declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
1367
1387
 
1368
- declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
1388
+ declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
1369
1389
 
1370
- type CompoundedIcon$3y = typeof Icon$9E & {
1390
+ type CompoundedIcon$3y = typeof Icon$9F & {
1371
1391
  Avatar: typeof Avatar$3y;
1372
- Color: typeof Icon$9F;
1373
1392
  Combine: typeof Combine$3m;
1374
- Text: typeof Icon$9D;
1393
+ Text: typeof Icon$9E;
1375
1394
  colorPrimary: string;
1376
1395
  title: string;
1377
1396
  };
@@ -1383,14 +1402,14 @@ declare const Avatar$3x: React__default.NamedExoticComponent<AvatarProps$3x>;
1383
1402
  type CombineProps$3i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1384
1403
  declare const Combine$3l: React__default.NamedExoticComponent<CombineProps$3i>;
1385
1404
 
1386
- declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
1405
+ declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
1387
1406
 
1388
- declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
1407
+ declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
1389
1408
 
1390
- type CompoundedIcon$3x = typeof Icon$9C & {
1409
+ type CompoundedIcon$3x = typeof Icon$9D & {
1391
1410
  Avatar: typeof Avatar$3x;
1392
1411
  Combine: typeof Combine$3l;
1393
- Text: typeof Icon$9B;
1412
+ Text: typeof Icon$9C;
1394
1413
  colorPrimary: string;
1395
1414
  title: string;
1396
1415
  };
@@ -1399,7 +1418,11 @@ declare const Icons$3x: CompoundedIcon$3x;
1399
1418
  type AvatarProps$3w = Omit<RNIconAvatarProps, 'Icon'>;
1400
1419
  declare const Avatar$3w: React__default.NamedExoticComponent<AvatarProps$3w>;
1401
1420
 
1402
- type CombineProps$3h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1421
+ declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
1422
+
1423
+ interface CombineProps$3h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1424
+ type?: 'color' | 'mono';
1425
+ }
1403
1426
  declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3h>;
1404
1427
 
1405
1428
  declare const Icon$9A: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1408,6 +1431,7 @@ declare const Icon$9z: React__default.NamedExoticComponent<RNIconProps$1>;
1408
1431
 
1409
1432
  type CompoundedIcon$3w = typeof Icon$9A & {
1410
1433
  Avatar: typeof Avatar$3w;
1434
+ Color: typeof Icon$9B;
1411
1435
  Combine: typeof Combine$3k;
1412
1436
  Text: typeof Icon$9z;
1413
1437
  colorPrimary: string;
@@ -1458,6 +1482,7 @@ type CompoundedIcon$3u = typeof Icon$9u & {
1458
1482
  Color: typeof Icon$9v;
1459
1483
  Combine: typeof Combine$3i;
1460
1484
  Text: typeof Icon$9t;
1485
+ colorGradient: string;
1461
1486
  colorPrimary: string;
1462
1487
  title: string;
1463
1488
  };
@@ -1532,7 +1557,6 @@ type CompoundedIcon$3r = typeof Icon$9l & {
1532
1557
  Color: typeof Icon$9m;
1533
1558
  Combine: typeof Combine$3f;
1534
1559
  Text: typeof Icon$9k;
1535
- colorGradient: string;
1536
1560
  colorPrimary: string;
1537
1561
  title: string;
1538
1562
  };
@@ -1709,22 +1733,17 @@ declare const Icons$3k: CompoundedIcon$3k;
1709
1733
  type AvatarProps$3j = Omit<RNIconAvatarProps, 'Icon'>;
1710
1734
  declare const Avatar$3j: React__default.NamedExoticComponent<AvatarProps$3j>;
1711
1735
 
1712
- declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1713
-
1714
- interface CombineProps$34 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1715
- type?: 'color' | 'mono';
1716
- }
1736
+ type CombineProps$34 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1717
1737
  declare const Combine$37: React__default.NamedExoticComponent<CombineProps$34>;
1718
1738
 
1719
- declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
1739
+ declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1720
1740
 
1721
- declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1741
+ declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
1722
1742
 
1723
- type CompoundedIcon$3j = typeof Icon$8Z & {
1743
+ type CompoundedIcon$3j = typeof Icon$8_ & {
1724
1744
  Avatar: typeof Avatar$3j;
1725
- Color: typeof Icon$8_;
1726
1745
  Combine: typeof Combine$37;
1727
- Text: typeof Icon$8Y;
1746
+ Text: typeof Icon$8Z;
1728
1747
  colorPrimary: string;
1729
1748
  title: string;
1730
1749
  };
@@ -1733,17 +1752,28 @@ declare const Icons$3j: CompoundedIcon$3j;
1733
1752
  type AvatarProps$3i = Omit<RNIconAvatarProps, 'Icon'>;
1734
1753
  declare const Avatar$3i: React__default.NamedExoticComponent<AvatarProps$3i>;
1735
1754
 
1736
- type CombineProps$33 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1737
- declare const Combine$36: React__default.NamedExoticComponent<CombineProps$33>;
1755
+ declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1738
1756
 
1739
1757
  declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1740
1758
 
1741
1759
  declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1742
1760
 
1743
- type CompoundedIcon$3i = typeof Icon$8X & {
1761
+ interface CombineProps$33 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1762
+ type?: 'color' | 'mono';
1763
+ }
1764
+ declare const Combine$36: React__default.NamedExoticComponent<CombineProps$33>;
1765
+
1766
+ declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1767
+
1768
+ declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1769
+
1770
+ type CompoundedIcon$3i = typeof Icon$8V & {
1744
1771
  Avatar: typeof Avatar$3i;
1772
+ Brand: typeof Icon$8Y;
1773
+ BrandColor: typeof Icon$8X;
1774
+ Color: typeof Icon$8W;
1745
1775
  Combine: typeof Combine$36;
1746
- Text: typeof Icon$8W;
1776
+ Text: typeof Icon$8U;
1747
1777
  colorPrimary: string;
1748
1778
  title: string;
1749
1779
  };
@@ -1752,10 +1782,6 @@ declare const Icons$3i: CompoundedIcon$3i;
1752
1782
  type AvatarProps$3h = Omit<RNIconAvatarProps, 'Icon'>;
1753
1783
  declare const Avatar$3h: React__default.NamedExoticComponent<AvatarProps$3h>;
1754
1784
 
1755
- declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1756
-
1757
- declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1758
-
1759
1785
  declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1760
1786
 
1761
1787
  interface CombineProps$32 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1769,8 +1795,6 @@ declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1769
1795
 
1770
1796
  type CompoundedIcon$3h = typeof Icon$8S & {
1771
1797
  Avatar: typeof Avatar$3h;
1772
- Brand: typeof Icon$8V;
1773
- BrandColor: typeof Icon$8U;
1774
1798
  Color: typeof Icon$8T;
1775
1799
  Combine: typeof Combine$35;
1776
1800
  Text: typeof Icon$8R;
@@ -1782,22 +1806,17 @@ declare const Icons$3h: CompoundedIcon$3h;
1782
1806
  type AvatarProps$3g = Omit<RNIconAvatarProps, 'Icon'>;
1783
1807
  declare const Avatar$3g: React__default.NamedExoticComponent<AvatarProps$3g>;
1784
1808
 
1785
- declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1786
-
1787
- interface CombineProps$31 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1788
- type?: 'color' | 'mono';
1789
- }
1809
+ type CombineProps$31 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1790
1810
  declare const Combine$34: React__default.NamedExoticComponent<CombineProps$31>;
1791
1811
 
1792
- declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1812
+ declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1793
1813
 
1794
- declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1814
+ declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1795
1815
 
1796
- type CompoundedIcon$3g = typeof Icon$8P & {
1816
+ type CompoundedIcon$3g = typeof Icon$8Q & {
1797
1817
  Avatar: typeof Avatar$3g;
1798
- Color: typeof Icon$8Q;
1799
1818
  Combine: typeof Combine$34;
1800
- Text: typeof Icon$8O;
1819
+ Text: typeof Icon$8P;
1801
1820
  colorPrimary: string;
1802
1821
  title: string;
1803
1822
  };
@@ -1809,14 +1828,14 @@ declare const Avatar$3f: React__default.NamedExoticComponent<AvatarProps$3f>;
1809
1828
  type CombineProps$30 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1810
1829
  declare const Combine$33: React__default.NamedExoticComponent<CombineProps$30>;
1811
1830
 
1812
- declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
1831
+ declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1813
1832
 
1814
- declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1833
+ declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
1815
1834
 
1816
- type CompoundedIcon$3f = typeof Icon$8N & {
1835
+ type CompoundedIcon$3f = typeof Icon$8O & {
1817
1836
  Avatar: typeof Avatar$3f;
1818
1837
  Combine: typeof Combine$33;
1819
- Text: typeof Icon$8M;
1838
+ Text: typeof Icon$8N;
1820
1839
  colorPrimary: string;
1821
1840
  title: string;
1822
1841
  };
@@ -1825,6 +1844,8 @@ declare const Icons$3f: CompoundedIcon$3f;
1825
1844
  type AvatarProps$3e = Omit<RNIconAvatarProps, 'Icon'>;
1826
1845
  declare const Avatar$3e: React__default.NamedExoticComponent<AvatarProps$3e>;
1827
1846
 
1847
+ declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1848
+
1828
1849
  type CombineProps$2$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1829
1850
  declare const Combine$32: React__default.NamedExoticComponent<CombineProps$2$>;
1830
1851
 
@@ -1834,8 +1855,10 @@ declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
1834
1855
 
1835
1856
  type CompoundedIcon$3e = typeof Icon$8L & {
1836
1857
  Avatar: typeof Avatar$3e;
1858
+ Color: typeof Icon$8M;
1837
1859
  Combine: typeof Combine$32;
1838
1860
  Text: typeof Icon$8K;
1861
+ colorGradient: string;
1839
1862
  colorPrimary: string;
1840
1863
  title: string;
1841
1864
  };
@@ -1846,19 +1869,26 @@ declare const Avatar$3d: React__default.NamedExoticComponent<AvatarProps$3d>;
1846
1869
 
1847
1870
  declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
1848
1871
 
1849
- type CombineProps$2_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1850
- declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2_>;
1851
-
1852
1872
  declare const Icon$8I: React__default.NamedExoticComponent<RNIconProps$1>;
1853
1873
 
1854
1874
  declare const Icon$8H: React__default.NamedExoticComponent<RNIconProps$1>;
1855
1875
 
1856
- type CompoundedIcon$3d = typeof Icon$8I & {
1876
+ interface CombineProps$2_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1877
+ type?: 'color' | 'mono';
1878
+ }
1879
+ declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2_>;
1880
+
1881
+ declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1882
+
1883
+ declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1884
+
1885
+ type CompoundedIcon$3d = typeof Icon$8G & {
1857
1886
  Avatar: typeof Avatar$3d;
1858
- Color: typeof Icon$8J;
1887
+ Brand: typeof Icon$8I;
1888
+ BrandColor: typeof Icon$8J;
1889
+ Color: typeof Icon$8H;
1859
1890
  Combine: typeof Combine$31;
1860
- Text: typeof Icon$8H;
1861
- colorGradient: string;
1891
+ Text: typeof Icon$8F;
1862
1892
  colorPrimary: string;
1863
1893
  title: string;
1864
1894
  };
@@ -1867,28 +1897,17 @@ declare const Icons$3d: CompoundedIcon$3d;
1867
1897
  type AvatarProps$3c = Omit<RNIconAvatarProps, 'Icon'>;
1868
1898
  declare const Avatar$3c: React__default.NamedExoticComponent<AvatarProps$3c>;
1869
1899
 
1870
- declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1871
-
1872
- declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1900
+ type CombineProps$2Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1901
+ declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2Z>;
1873
1902
 
1874
1903
  declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
1875
1904
 
1876
- interface CombineProps$2Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1877
- type?: 'color' | 'mono';
1878
- }
1879
- declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2Z>;
1880
-
1881
1905
  declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
1882
1906
 
1883
- declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1884
-
1885
- type CompoundedIcon$3c = typeof Icon$8D & {
1907
+ type CompoundedIcon$3c = typeof Icon$8E & {
1886
1908
  Avatar: typeof Avatar$3c;
1887
- Brand: typeof Icon$8F;
1888
- BrandColor: typeof Icon$8G;
1889
- Color: typeof Icon$8E;
1890
1909
  Combine: typeof Combine$30;
1891
- Text: typeof Icon$8C;
1910
+ Text: typeof Icon$8D;
1892
1911
  colorPrimary: string;
1893
1912
  title: string;
1894
1913
  };
@@ -1897,7 +1916,11 @@ declare const Icons$3c: CompoundedIcon$3c;
1897
1916
  type AvatarProps$3b = Omit<RNIconAvatarProps, 'Icon'>;
1898
1917
  declare const Avatar$3b: React__default.NamedExoticComponent<AvatarProps$3b>;
1899
1918
 
1900
- type CombineProps$2Y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1919
+ declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1920
+
1921
+ interface CombineProps$2Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1922
+ type?: 'color' | 'mono';
1923
+ }
1901
1924
  declare const Combine$2$: React__default.NamedExoticComponent<CombineProps$2Y>;
1902
1925
 
1903
1926
  declare const Icon$8B: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1906,8 +1929,10 @@ declare const Icon$8A: React__default.NamedExoticComponent<RNIconProps$1>;
1906
1929
 
1907
1930
  type CompoundedIcon$3b = typeof Icon$8B & {
1908
1931
  Avatar: typeof Avatar$3b;
1932
+ Color: typeof Icon$8C;
1909
1933
  Combine: typeof Combine$2$;
1910
1934
  Text: typeof Icon$8A;
1935
+ colorGradient: string;
1911
1936
  colorPrimary: string;
1912
1937
  title: string;
1913
1938
  };
@@ -1932,7 +1957,6 @@ type CompoundedIcon$3a = typeof Icon$8y & {
1932
1957
  Color: typeof Icon$8z;
1933
1958
  Combine: typeof Combine$2_;
1934
1959
  Text: typeof Icon$8x;
1935
- colorGradient: string;
1936
1960
  colorPrimary: string;
1937
1961
  title: string;
1938
1962
  };
@@ -2029,6 +2053,7 @@ type CompoundedIcon$36 = typeof Icon$8m & {
2029
2053
  Color: typeof Icon$8n;
2030
2054
  Combine: typeof Combine$2W;
2031
2055
  Text: typeof Icon$8l;
2056
+ colorGradient: string;
2032
2057
  colorPrimary: string;
2033
2058
  title: string;
2034
2059
  };
@@ -2053,7 +2078,6 @@ type CompoundedIcon$35 = typeof Icon$8j & {
2053
2078
  Color: typeof Icon$8k;
2054
2079
  Combine: typeof Combine$2V;
2055
2080
  Text: typeof Icon$8i;
2056
- colorGradient: string;
2057
2081
  colorPrimary: string;
2058
2082
  title: string;
2059
2083
  };
@@ -2086,22 +2110,17 @@ declare const Icons$34: CompoundedIcon$34;
2086
2110
  type AvatarProps$33 = Omit<RNIconAvatarProps, 'Icon'>;
2087
2111
  declare const Avatar$33: React__default.NamedExoticComponent<AvatarProps$33>;
2088
2112
 
2089
- declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
2090
-
2091
- interface CombineProps$2Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2092
- type?: 'color' | 'mono';
2093
- }
2113
+ type CombineProps$2Q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2094
2114
  declare const Combine$2T: React__default.NamedExoticComponent<CombineProps$2Q>;
2095
2115
 
2096
- declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
2116
+ declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
2097
2117
 
2098
- declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
2118
+ declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
2099
2119
 
2100
- type CompoundedIcon$33 = typeof Icon$8d & {
2120
+ type CompoundedIcon$33 = typeof Icon$8e & {
2101
2121
  Avatar: typeof Avatar$33;
2102
- Color: typeof Icon$8e;
2103
2122
  Combine: typeof Combine$2T;
2104
- Text: typeof Icon$8c;
2123
+ Text: typeof Icon$8d;
2105
2124
  colorPrimary: string;
2106
2125
  title: string;
2107
2126
  };
@@ -2110,7 +2129,11 @@ declare const Icons$33: CompoundedIcon$33;
2110
2129
  type AvatarProps$32 = Omit<RNIconAvatarProps, 'Icon'>;
2111
2130
  declare const Avatar$32: React__default.NamedExoticComponent<AvatarProps$32>;
2112
2131
 
2113
- type CombineProps$2P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2132
+ declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
2133
+
2134
+ interface CombineProps$2P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2135
+ type?: 'color' | 'mono';
2136
+ }
2114
2137
  declare const Combine$2S: React__default.NamedExoticComponent<CombineProps$2P>;
2115
2138
 
2116
2139
  declare const Icon$8b: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2119,6 +2142,7 @@ declare const Icon$8a: React__default.NamedExoticComponent<RNIconProps$1>;
2119
2142
 
2120
2143
  type CompoundedIcon$32 = typeof Icon$8b & {
2121
2144
  Avatar: typeof Avatar$32;
2145
+ Color: typeof Icon$8c;
2122
2146
  Combine: typeof Combine$2S;
2123
2147
  Text: typeof Icon$8a;
2124
2148
  colorPrimary: string;
@@ -2129,22 +2153,17 @@ declare const Icons$32: CompoundedIcon$32;
2129
2153
  type AvatarProps$31 = Omit<RNIconAvatarProps, 'Icon'>;
2130
2154
  declare const Avatar$31: React__default.NamedExoticComponent<AvatarProps$31>;
2131
2155
 
2132
- declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
2133
-
2134
- interface CombineProps$2O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2135
- type?: 'color' | 'mono';
2136
- }
2156
+ type CombineProps$2O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2137
2157
  declare const Combine$2R: React__default.NamedExoticComponent<CombineProps$2O>;
2138
2158
 
2139
- declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
2159
+ declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
2140
2160
 
2141
- declare const Icon$87: React__default.NamedExoticComponent<RNIconProps$1>;
2161
+ declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
2142
2162
 
2143
- type CompoundedIcon$31 = typeof Icon$88 & {
2163
+ type CompoundedIcon$31 = typeof Icon$89 & {
2144
2164
  Avatar: typeof Avatar$31;
2145
- Color: typeof Icon$89;
2146
2165
  Combine: typeof Combine$2R;
2147
- Text: typeof Icon$87;
2166
+ Text: typeof Icon$88;
2148
2167
  colorPrimary: string;
2149
2168
  title: string;
2150
2169
  };
@@ -2156,14 +2175,14 @@ declare const Avatar$30: React__default.NamedExoticComponent<AvatarProps$30>;
2156
2175
  type CombineProps$2N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2157
2176
  declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2N>;
2158
2177
 
2159
- declare const Icon$86: React__default.NamedExoticComponent<RNIconProps$1>;
2178
+ declare const Icon$87: React__default.NamedExoticComponent<RNIconProps$1>;
2160
2179
 
2161
- declare const Icon$85: React__default.NamedExoticComponent<RNIconProps$1>;
2180
+ declare const Icon$86: React__default.NamedExoticComponent<RNIconProps$1>;
2162
2181
 
2163
- type CompoundedIcon$30 = typeof Icon$86 & {
2182
+ type CompoundedIcon$30 = typeof Icon$87 & {
2164
2183
  Avatar: typeof Avatar$30;
2165
2184
  Combine: typeof Combine$2Q;
2166
- Text: typeof Icon$85;
2185
+ Text: typeof Icon$86;
2167
2186
  colorPrimary: string;
2168
2187
  title: string;
2169
2188
  };
@@ -2175,14 +2194,14 @@ declare const Avatar$2$: React__default.NamedExoticComponent<AvatarProps$2$>;
2175
2194
  type CombineProps$2M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2176
2195
  declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2M>;
2177
2196
 
2178
- declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
2197
+ declare const Icon$85: React__default.NamedExoticComponent<RNIconProps$1>;
2179
2198
 
2180
- declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
2199
+ declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
2181
2200
 
2182
- type CompoundedIcon$2$ = typeof Icon$84 & {
2201
+ type CompoundedIcon$2$ = typeof Icon$85 & {
2183
2202
  Avatar: typeof Avatar$2$;
2184
2203
  Combine: typeof Combine$2P;
2185
- Text: typeof Icon$83;
2204
+ Text: typeof Icon$84;
2186
2205
  colorPrimary: string;
2187
2206
  title: string;
2188
2207
  };
@@ -2191,7 +2210,11 @@ declare const Icons$2$: CompoundedIcon$2$;
2191
2210
  type AvatarProps$2_ = Omit<RNIconAvatarProps, 'Icon'>;
2192
2211
  declare const Avatar$2_: React__default.NamedExoticComponent<AvatarProps$2_>;
2193
2212
 
2194
- type CombineProps$2L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2213
+ declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
2214
+
2215
+ interface CombineProps$2L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2216
+ type?: 'color' | 'mono';
2217
+ }
2195
2218
  declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2L>;
2196
2219
 
2197
2220
  declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2200,8 +2223,10 @@ declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
2200
2223
 
2201
2224
  type CompoundedIcon$2_ = typeof Icon$82 & {
2202
2225
  Avatar: typeof Avatar$2_;
2226
+ Color: typeof Icon$83;
2203
2227
  Combine: typeof Combine$2O;
2204
2228
  Text: typeof Icon$81;
2229
+ colorGradient: string;
2205
2230
  colorPrimary: string;
2206
2231
  title: string;
2207
2232
  };
@@ -2226,7 +2251,6 @@ type CompoundedIcon$2Z = typeof Icon$7$ & {
2226
2251
  Color: typeof Icon$80;
2227
2252
  Combine: typeof Combine$2N;
2228
2253
  Text: typeof Icon$7_;
2229
- colorGradient: string;
2230
2254
  colorPrimary: string;
2231
2255
  title: string;
2232
2256
  };
@@ -2237,9 +2261,7 @@ declare const Avatar$2Y: React__default.NamedExoticComponent<AvatarProps$2Y>;
2237
2261
 
2238
2262
  declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
2239
2263
 
2240
- interface CombineProps$2J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2241
- type?: 'color' | 'mono';
2242
- }
2264
+ type CombineProps$2J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2243
2265
  declare const Combine$2M: React__default.NamedExoticComponent<CombineProps$2J>;
2244
2266
 
2245
2267
  declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2261,7 +2283,9 @@ declare const Avatar$2X: React__default.NamedExoticComponent<AvatarProps$2X>;
2261
2283
 
2262
2284
  declare const Icon$7W: React__default.NamedExoticComponent<RNIconProps$1>;
2263
2285
 
2264
- type CombineProps$2I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2286
+ interface CombineProps$2I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2287
+ type?: 'color' | 'mono';
2288
+ }
2265
2289
  declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2I>;
2266
2290
 
2267
2291
  declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2353,22 +2377,17 @@ declare const Icons$2U: CompoundedIcon$2U;
2353
2377
  type AvatarProps$2T = Omit<RNIconAvatarProps, 'Icon'>;
2354
2378
  declare const Avatar$2T: React__default.NamedExoticComponent<AvatarProps$2T>;
2355
2379
 
2356
- declare const Icon$7K: React__default.NamedExoticComponent<RNIconProps$1>;
2357
-
2358
- interface CombineProps$2E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2359
- type?: 'color' | 'mono';
2360
- }
2380
+ type CombineProps$2E = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2361
2381
  declare const Combine$2H: React__default.NamedExoticComponent<CombineProps$2E>;
2362
2382
 
2363
- declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
2383
+ declare const Icon$7K: React__default.NamedExoticComponent<RNIconProps$1>;
2364
2384
 
2365
- declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
2385
+ declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
2366
2386
 
2367
- type CompoundedIcon$2T = typeof Icon$7J & {
2387
+ type CompoundedIcon$2T = typeof Icon$7K & {
2368
2388
  Avatar: typeof Avatar$2T;
2369
- Color: typeof Icon$7K;
2370
2389
  Combine: typeof Combine$2H;
2371
- Text: typeof Icon$7I;
2390
+ Text: typeof Icon$7J;
2372
2391
  colorPrimary: string;
2373
2392
  title: string;
2374
2393
  };
@@ -2380,14 +2399,14 @@ declare const Avatar$2S: React__default.NamedExoticComponent<AvatarProps$2S>;
2380
2399
  type CombineProps$2D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2381
2400
  declare const Combine$2G: React__default.NamedExoticComponent<CombineProps$2D>;
2382
2401
 
2383
- declare const Icon$7H: React__default.NamedExoticComponent<RNIconProps$1>;
2402
+ declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
2384
2403
 
2385
- declare const Icon$7G: React__default.NamedExoticComponent<RNIconProps$1>;
2404
+ declare const Icon$7H: React__default.NamedExoticComponent<RNIconProps$1>;
2386
2405
 
2387
- type CompoundedIcon$2S = typeof Icon$7H & {
2406
+ type CompoundedIcon$2S = typeof Icon$7I & {
2388
2407
  Avatar: typeof Avatar$2S;
2389
2408
  Combine: typeof Combine$2G;
2390
- Text: typeof Icon$7G;
2409
+ Text: typeof Icon$7H;
2391
2410
  colorPrimary: string;
2392
2411
  title: string;
2393
2412
  };
@@ -2399,14 +2418,14 @@ declare const Avatar$2R: React__default.NamedExoticComponent<AvatarProps$2R>;
2399
2418
  type CombineProps$2C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2400
2419
  declare const Combine$2F: React__default.NamedExoticComponent<CombineProps$2C>;
2401
2420
 
2402
- declare const Icon$7F: React__default.NamedExoticComponent<RNIconProps$1>;
2421
+ declare const Icon$7G: React__default.NamedExoticComponent<RNIconProps$1>;
2403
2422
 
2404
- declare const Icon$7E: React__default.NamedExoticComponent<RNIconProps$1>;
2423
+ declare const Icon$7F: React__default.NamedExoticComponent<RNIconProps$1>;
2405
2424
 
2406
- type CompoundedIcon$2R = typeof Icon$7F & {
2425
+ type CompoundedIcon$2R = typeof Icon$7G & {
2407
2426
  Avatar: typeof Avatar$2R;
2408
2427
  Combine: typeof Combine$2F;
2409
- Text: typeof Icon$7E;
2428
+ Text: typeof Icon$7F;
2410
2429
  colorPrimary: string;
2411
2430
  title: string;
2412
2431
  };
@@ -2418,14 +2437,14 @@ declare const Avatar$2Q: React__default.NamedExoticComponent<AvatarProps$2Q>;
2418
2437
  type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2419
2438
  declare const Combine$2E: React__default.NamedExoticComponent<CombineProps$2B>;
2420
2439
 
2421
- declare const Icon$7D: React__default.NamedExoticComponent<RNIconProps$1>;
2440
+ declare const Icon$7E: React__default.NamedExoticComponent<RNIconProps$1>;
2422
2441
 
2423
- declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
2442
+ declare const Icon$7D: React__default.NamedExoticComponent<RNIconProps$1>;
2424
2443
 
2425
- type CompoundedIcon$2Q = typeof Icon$7D & {
2444
+ type CompoundedIcon$2Q = typeof Icon$7E & {
2426
2445
  Avatar: typeof Avatar$2Q;
2427
2446
  Combine: typeof Combine$2E;
2428
- Text: typeof Icon$7C;
2447
+ Text: typeof Icon$7D;
2429
2448
  colorPrimary: string;
2430
2449
  title: string;
2431
2450
  };
@@ -2437,14 +2456,14 @@ declare const Avatar$2P: React__default.NamedExoticComponent<AvatarProps$2P>;
2437
2456
  type CombineProps$2A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2438
2457
  declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2A>;
2439
2458
 
2440
- declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
2459
+ declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
2441
2460
 
2442
- declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
2461
+ declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
2443
2462
 
2444
- type CompoundedIcon$2P = typeof Icon$7B & {
2463
+ type CompoundedIcon$2P = typeof Icon$7C & {
2445
2464
  Avatar: typeof Avatar$2P;
2446
2465
  Combine: typeof Combine$2D;
2447
- Text: typeof Icon$7A;
2466
+ Text: typeof Icon$7B;
2448
2467
  colorPrimary: string;
2449
2468
  title: string;
2450
2469
  };
@@ -2453,7 +2472,11 @@ declare const Icons$2P: CompoundedIcon$2P;
2453
2472
  type AvatarProps$2O = Omit<RNIconAvatarProps, 'Icon'>;
2454
2473
  declare const Avatar$2O: React__default.NamedExoticComponent<AvatarProps$2O>;
2455
2474
 
2456
- type CombineProps$2z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2475
+ declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
2476
+
2477
+ interface CombineProps$2z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2478
+ type?: 'color' | 'mono';
2479
+ }
2457
2480
  declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2z>;
2458
2481
 
2459
2482
  declare const Icon$7z: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2462,8 +2485,10 @@ declare const Icon$7y: React__default.NamedExoticComponent<RNIconProps$1>;
2462
2485
 
2463
2486
  type CompoundedIcon$2O = typeof Icon$7z & {
2464
2487
  Avatar: typeof Avatar$2O;
2488
+ Color: typeof Icon$7A;
2465
2489
  Combine: typeof Combine$2C;
2466
2490
  Text: typeof Icon$7y;
2491
+ colorGradient: string;
2467
2492
  colorPrimary: string;
2468
2493
  title: string;
2469
2494
  };
@@ -2487,6 +2512,7 @@ type CompoundedIcon$2N = typeof Icon$7w & {
2487
2512
  Avatar: typeof Avatar$2N;
2488
2513
  Color: typeof Icon$7x;
2489
2514
  Combine: typeof Combine$2B;
2515
+ Simple: typeof Icon$7x;
2490
2516
  Text: typeof Icon$7v;
2491
2517
  colorGradient: string;
2492
2518
  colorPrimary: string;
@@ -2497,24 +2523,17 @@ declare const Icons$2N: CompoundedIcon$2N;
2497
2523
  type AvatarProps$2M = Omit<RNIconAvatarProps, 'Icon'>;
2498
2524
  declare const Avatar$2M: React__default.NamedExoticComponent<AvatarProps$2M>;
2499
2525
 
2500
- declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
2501
-
2502
- interface CombineProps$2x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2503
- type?: 'color' | 'mono';
2504
- }
2526
+ type CombineProps$2x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2505
2527
  declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2x>;
2506
2528
 
2507
- declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
2529
+ declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
2508
2530
 
2509
- declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
2531
+ declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
2510
2532
 
2511
- type CompoundedIcon$2M = typeof Icon$7t & {
2533
+ type CompoundedIcon$2M = typeof Icon$7u & {
2512
2534
  Avatar: typeof Avatar$2M;
2513
- Color: typeof Icon$7u;
2514
2535
  Combine: typeof Combine$2A;
2515
- Simple: typeof Icon$7u;
2516
- Text: typeof Icon$7s;
2517
- colorGradient: string;
2536
+ Text: typeof Icon$7t;
2518
2537
  colorPrimary: string;
2519
2538
  title: string;
2520
2539
  };
@@ -2526,14 +2545,14 @@ declare const Avatar$2L: React__default.NamedExoticComponent<AvatarProps$2L>;
2526
2545
  type CombineProps$2w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2527
2546
  declare const Combine$2z: React__default.NamedExoticComponent<CombineProps$2w>;
2528
2547
 
2529
- declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
2548
+ declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
2530
2549
 
2531
- declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
2550
+ declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
2532
2551
 
2533
- type CompoundedIcon$2L = typeof Icon$7r & {
2552
+ type CompoundedIcon$2L = typeof Icon$7s & {
2534
2553
  Avatar: typeof Avatar$2L;
2535
2554
  Combine: typeof Combine$2z;
2536
- Text: typeof Icon$7q;
2555
+ Text: typeof Icon$7r;
2537
2556
  colorPrimary: string;
2538
2557
  title: string;
2539
2558
  };
@@ -2545,14 +2564,14 @@ declare const Avatar$2K: React__default.NamedExoticComponent<AvatarProps$2K>;
2545
2564
  type CombineProps$2v = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2546
2565
  declare const Combine$2y: React__default.NamedExoticComponent<CombineProps$2v>;
2547
2566
 
2548
- declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
2567
+ declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
2549
2568
 
2550
- declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
2569
+ declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
2551
2570
 
2552
- type CompoundedIcon$2K = typeof Icon$7p & {
2571
+ type CompoundedIcon$2K = typeof Icon$7q & {
2553
2572
  Avatar: typeof Avatar$2K;
2554
2573
  Combine: typeof Combine$2y;
2555
- Text: typeof Icon$7o;
2574
+ Text: typeof Icon$7p;
2556
2575
  colorPrimary: string;
2557
2576
  title: string;
2558
2577
  };
@@ -2564,14 +2583,14 @@ declare const Avatar$2J: React__default.NamedExoticComponent<AvatarProps$2J>;
2564
2583
  type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2565
2584
  declare const Combine$2x: React__default.NamedExoticComponent<CombineProps$2u>;
2566
2585
 
2567
- declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
2586
+ declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
2568
2587
 
2569
- declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
2588
+ declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
2570
2589
 
2571
- type CompoundedIcon$2J = typeof Icon$7n & {
2590
+ type CompoundedIcon$2J = typeof Icon$7o & {
2572
2591
  Avatar: typeof Avatar$2J;
2573
2592
  Combine: typeof Combine$2x;
2574
- Text: typeof Icon$7m;
2593
+ Text: typeof Icon$7n;
2575
2594
  colorPrimary: string;
2576
2595
  title: string;
2577
2596
  };
@@ -2580,17 +2599,13 @@ declare const Icons$2J: CompoundedIcon$2J;
2580
2599
  type AvatarProps$2I = Omit<RNIconAvatarProps, 'Icon'>;
2581
2600
  declare const Avatar$2I: React__default.NamedExoticComponent<AvatarProps$2I>;
2582
2601
 
2583
- type CombineProps$2t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2584
- declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2t>;
2602
+ declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
2585
2603
 
2586
2604
  declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
2587
2605
 
2588
- declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
2589
-
2590
- type CompoundedIcon$2I = typeof Icon$7l & {
2606
+ type CompoundedIcon$2I = typeof Icon$7m & {
2591
2607
  Avatar: typeof Avatar$2I;
2592
- Combine: typeof Combine$2w;
2593
- Text: typeof Icon$7k;
2608
+ Text: typeof Icon$7l;
2594
2609
  colorPrimary: string;
2595
2610
  title: string;
2596
2611
  };
@@ -2599,12 +2614,21 @@ declare const Icons$2I: CompoundedIcon$2I;
2599
2614
  type AvatarProps$2H = Omit<RNIconAvatarProps, 'Icon'>;
2600
2615
  declare const Avatar$2H: React__default.NamedExoticComponent<AvatarProps$2H>;
2601
2616
 
2617
+ declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
2618
+
2619
+ interface CombineProps$2t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2620
+ type?: 'color' | 'mono';
2621
+ }
2622
+ declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2t>;
2623
+
2602
2624
  declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
2603
2625
 
2604
2626
  declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
2605
2627
 
2606
2628
  type CompoundedIcon$2H = typeof Icon$7j & {
2607
2629
  Avatar: typeof Avatar$2H;
2630
+ Color: typeof Icon$7k;
2631
+ Combine: typeof Combine$2w;
2608
2632
  Text: typeof Icon$7i;
2609
2633
  colorPrimary: string;
2610
2634
  title: string;
@@ -2616,20 +2640,17 @@ declare const Avatar$2G: React__default.NamedExoticComponent<AvatarProps$2G>;
2616
2640
 
2617
2641
  declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
2618
2642
 
2619
- interface CombineProps$2s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2620
- type?: 'color' | 'mono';
2621
- }
2622
- declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2s>;
2623
-
2624
2643
  declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
2625
2644
 
2626
2645
  declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
2627
2646
 
2628
- type CompoundedIcon$2G = typeof Icon$7g & {
2647
+ declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
2648
+
2649
+ type CompoundedIcon$2G = typeof Icon$7e & {
2629
2650
  Avatar: typeof Avatar$2G;
2630
- Color: typeof Icon$7h;
2631
- Combine: typeof Combine$2v;
2632
- Text: typeof Icon$7f;
2651
+ Brand: typeof Icon$7g;
2652
+ BrandColor: typeof Icon$7h;
2653
+ Color: typeof Icon$7f;
2633
2654
  colorPrimary: string;
2634
2655
  title: string;
2635
2656
  };
@@ -2638,19 +2659,19 @@ declare const Icons$2G: CompoundedIcon$2G;
2638
2659
  type AvatarProps$2F = Omit<RNIconAvatarProps, 'Icon'>;
2639
2660
  declare const Avatar$2F: React__default.NamedExoticComponent<AvatarProps$2F>;
2640
2661
 
2641
- declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
2642
-
2643
2662
  declare const Icon$7d: React__default.NamedExoticComponent<RNIconProps$1>;
2644
2663
 
2645
2664
  declare const Icon$7c: React__default.NamedExoticComponent<RNIconProps$1>;
2646
2665
 
2647
2666
  declare const Icon$7b: React__default.NamedExoticComponent<RNIconProps$1>;
2648
2667
 
2649
- type CompoundedIcon$2F = typeof Icon$7b & {
2668
+ declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
2669
+
2670
+ type CompoundedIcon$2F = typeof Icon$7a & {
2650
2671
  Avatar: typeof Avatar$2F;
2651
- Brand: typeof Icon$7d;
2652
- BrandColor: typeof Icon$7e;
2653
- Color: typeof Icon$7c;
2672
+ Brand: typeof Icon$7c;
2673
+ BrandColor: typeof Icon$7d;
2674
+ Color: typeof Icon$7b;
2654
2675
  colorPrimary: string;
2655
2676
  title: string;
2656
2677
  };
@@ -2659,19 +2680,17 @@ declare const Icons$2F: CompoundedIcon$2F;
2659
2680
  type AvatarProps$2E = Omit<RNIconAvatarProps, 'Icon'>;
2660
2681
  declare const Avatar$2E: React__default.NamedExoticComponent<AvatarProps$2E>;
2661
2682
 
2662
- declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
2683
+ type CombineProps$2s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2684
+ declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2s>;
2663
2685
 
2664
2686
  declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
2665
2687
 
2666
2688
  declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
2667
2689
 
2668
- declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2669
-
2670
- type CompoundedIcon$2E = typeof Icon$77 & {
2690
+ type CompoundedIcon$2E = typeof Icon$79 & {
2671
2691
  Avatar: typeof Avatar$2E;
2672
- Brand: typeof Icon$79;
2673
- BrandColor: typeof Icon$7a;
2674
- Color: typeof Icon$78;
2692
+ Combine: typeof Combine$2v;
2693
+ Text: typeof Icon$78;
2675
2694
  colorPrimary: string;
2676
2695
  title: string;
2677
2696
  };
@@ -2680,7 +2699,11 @@ declare const Icons$2E: CompoundedIcon$2E;
2680
2699
  type AvatarProps$2D = Omit<RNIconAvatarProps, 'Icon'>;
2681
2700
  declare const Avatar$2D: React__default.NamedExoticComponent<AvatarProps$2D>;
2682
2701
 
2683
- type CombineProps$2r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2702
+ declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2703
+
2704
+ interface CombineProps$2r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2705
+ type?: 'color' | 'mono';
2706
+ }
2684
2707
  declare const Combine$2u: React__default.NamedExoticComponent<CombineProps$2r>;
2685
2708
 
2686
2709
  declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2689,6 +2712,7 @@ declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
2689
2712
 
2690
2713
  type CompoundedIcon$2D = typeof Icon$76 & {
2691
2714
  Avatar: typeof Avatar$2D;
2715
+ Color: typeof Icon$77;
2692
2716
  Combine: typeof Combine$2u;
2693
2717
  Text: typeof Icon$75;
2694
2718
  colorPrimary: string;
@@ -2723,22 +2747,17 @@ declare const Icons$2C: CompoundedIcon$2C;
2723
2747
  type AvatarProps$2B = Omit<RNIconAvatarProps, 'Icon'>;
2724
2748
  declare const Avatar$2B: React__default.NamedExoticComponent<AvatarProps$2B>;
2725
2749
 
2726
- declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2727
-
2728
- interface CombineProps$2p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2729
- type?: 'color' | 'mono';
2730
- }
2750
+ type CombineProps$2p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2731
2751
  declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2p>;
2732
2752
 
2733
- declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2753
+ declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2734
2754
 
2735
- declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2755
+ declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2736
2756
 
2737
- type CompoundedIcon$2B = typeof Icon$70 & {
2757
+ type CompoundedIcon$2B = typeof Icon$71 & {
2738
2758
  Avatar: typeof Avatar$2B;
2739
- Color: typeof Icon$71;
2740
2759
  Combine: typeof Combine$2s;
2741
- Text: typeof Icon$6$;
2760
+ Text: typeof Icon$70;
2742
2761
  colorPrimary: string;
2743
2762
  title: string;
2744
2763
  };
@@ -2747,17 +2766,16 @@ declare const Icons$2B: CompoundedIcon$2B;
2747
2766
  type AvatarProps$2A = Omit<RNIconAvatarProps, 'Icon'>;
2748
2767
  declare const Avatar$2A: React__default.NamedExoticComponent<AvatarProps$2A>;
2749
2768
 
2750
- type CombineProps$2o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2751
- declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2o>;
2769
+ declare const Combine$2r: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2752
2770
 
2753
- declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
2771
+ declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2754
2772
 
2755
- declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2773
+ declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
2756
2774
 
2757
- type CompoundedIcon$2A = typeof Icon$6_ & {
2775
+ type CompoundedIcon$2A = typeof Icon$6$ & {
2758
2776
  Avatar: typeof Avatar$2A;
2759
2777
  Combine: typeof Combine$2r;
2760
- Text: typeof Icon$6Z;
2778
+ Text: typeof Icon$6_;
2761
2779
  colorPrimary: string;
2762
2780
  title: string;
2763
2781
  };
@@ -2766,7 +2784,12 @@ declare const Icons$2A: CompoundedIcon$2A;
2766
2784
  type AvatarProps$2z = Omit<RNIconAvatarProps, 'Icon'>;
2767
2785
  declare const Avatar$2z: React__default.NamedExoticComponent<AvatarProps$2z>;
2768
2786
 
2769
- declare const Combine$2q: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2787
+ declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2788
+
2789
+ interface CombineProps$2o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2790
+ type?: 'color' | 'mono';
2791
+ }
2792
+ declare const Combine$2q: React__default.NamedExoticComponent<CombineProps$2o>;
2770
2793
 
2771
2794
  declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
2772
2795
 
@@ -2774,8 +2797,10 @@ declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
2774
2797
 
2775
2798
  type CompoundedIcon$2z = typeof Icon$6Y & {
2776
2799
  Avatar: typeof Avatar$2z;
2800
+ Color: typeof Icon$6Z;
2777
2801
  Combine: typeof Combine$2q;
2778
2802
  Text: typeof Icon$6X;
2803
+ colorGradient: string;
2779
2804
  colorPrimary: string;
2780
2805
  title: string;
2781
2806
  };
@@ -2784,23 +2809,17 @@ declare const Icons$2z: CompoundedIcon$2z;
2784
2809
  type AvatarProps$2y = Omit<RNIconAvatarProps, 'Icon'>;
2785
2810
  declare const Avatar$2y: React__default.NamedExoticComponent<AvatarProps$2y>;
2786
2811
 
2787
- declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2788
-
2789
- interface CombineProps$2n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2790
- type?: 'color' | 'mono';
2791
- }
2812
+ type CombineProps$2n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2792
2813
  declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2n>;
2793
2814
 
2794
- declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2815
+ declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2795
2816
 
2796
- declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2817
+ declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2797
2818
 
2798
- type CompoundedIcon$2y = typeof Icon$6V & {
2819
+ type CompoundedIcon$2y = typeof Icon$6W & {
2799
2820
  Avatar: typeof Avatar$2y;
2800
- Color: typeof Icon$6W;
2801
2821
  Combine: typeof Combine$2p;
2802
- Text: typeof Icon$6U;
2803
- colorGradient: string;
2822
+ Text: typeof Icon$6V;
2804
2823
  colorPrimary: string;
2805
2824
  title: string;
2806
2825
  };
@@ -2812,14 +2831,14 @@ declare const Avatar$2x: React__default.NamedExoticComponent<AvatarProps$2x>;
2812
2831
  type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2813
2832
  declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2m>;
2814
2833
 
2815
- declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2834
+ declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2816
2835
 
2817
- declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2836
+ declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2818
2837
 
2819
- type CompoundedIcon$2x = typeof Icon$6T & {
2838
+ type CompoundedIcon$2x = typeof Icon$6U & {
2820
2839
  Avatar: typeof Avatar$2x;
2821
2840
  Combine: typeof Combine$2o;
2822
- Text: typeof Icon$6S;
2841
+ Text: typeof Icon$6T;
2823
2842
  colorPrimary: string;
2824
2843
  title: string;
2825
2844
  };
@@ -2828,7 +2847,11 @@ declare const Icons$2x: CompoundedIcon$2x;
2828
2847
  type AvatarProps$2w = Omit<RNIconAvatarProps, 'Icon'>;
2829
2848
  declare const Avatar$2w: React__default.NamedExoticComponent<AvatarProps$2w>;
2830
2849
 
2831
- type CombineProps$2l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2850
+ declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2851
+
2852
+ interface CombineProps$2l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2853
+ type?: 'color' | 'mono';
2854
+ }
2832
2855
  declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2l>;
2833
2856
 
2834
2857
  declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2837,8 +2860,10 @@ declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2837
2860
 
2838
2861
  type CompoundedIcon$2w = typeof Icon$6R & {
2839
2862
  Avatar: typeof Avatar$2w;
2863
+ Color: typeof Icon$6S;
2840
2864
  Combine: typeof Combine$2n;
2841
2865
  Text: typeof Icon$6Q;
2866
+ colorGradient: string;
2842
2867
  colorPrimary: string;
2843
2868
  title: string;
2844
2869
  };
@@ -2858,12 +2883,14 @@ declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
2858
2883
 
2859
2884
  declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2860
2885
 
2886
+ declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
2887
+
2861
2888
  type CompoundedIcon$2v = typeof Icon$6O & {
2862
2889
  Avatar: typeof Avatar$2v;
2863
2890
  Color: typeof Icon$6P;
2864
2891
  Combine: typeof Combine$2m;
2865
2892
  Text: typeof Icon$6N;
2866
- colorGradient: string;
2893
+ TextCn: typeof Icon$6M;
2867
2894
  colorPrimary: string;
2868
2895
  title: string;
2869
2896
  };
@@ -2872,25 +2899,25 @@ declare const Icons$2v: CompoundedIcon$2v;
2872
2899
  type AvatarProps$2u = Omit<RNIconAvatarProps, 'Icon'>;
2873
2900
  declare const Avatar$2u: React__default.NamedExoticComponent<AvatarProps$2u>;
2874
2901
 
2875
- declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
2902
+ declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2876
2903
 
2877
2904
  interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2878
2905
  type?: 'color' | 'mono';
2879
2906
  }
2880
2907
  declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2881
2908
 
2882
- declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2883
-
2884
2909
  declare const Icon$6K: React__default.NamedExoticComponent<RNIconProps$1>;
2885
2910
 
2886
2911
  declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2887
2912
 
2888
- type CompoundedIcon$2u = typeof Icon$6L & {
2913
+ declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2914
+
2915
+ type CompoundedIcon$2u = typeof Icon$6K & {
2889
2916
  Avatar: typeof Avatar$2u;
2890
- Color: typeof Icon$6M;
2917
+ Color: typeof Icon$6L;
2891
2918
  Combine: typeof Combine$2l;
2892
- Text: typeof Icon$6K;
2893
- TextCn: typeof Icon$6J;
2919
+ Text: typeof Icon$6J;
2920
+ TextCn: typeof Icon$6I;
2894
2921
  colorPrimary: string;
2895
2922
  title: string;
2896
2923
  };
@@ -2899,25 +2926,22 @@ declare const Icons$2u: CompoundedIcon$2u;
2899
2926
  type AvatarProps$2t = Omit<RNIconAvatarProps, 'Icon'>;
2900
2927
  declare const Avatar$2t: React__default.NamedExoticComponent<AvatarProps$2t>;
2901
2928
 
2902
- declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2929
+ declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2903
2930
 
2904
2931
  interface CombineProps$2i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2905
2932
  type?: 'color' | 'mono';
2906
2933
  }
2907
2934
  declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
2908
2935
 
2909
- declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2910
-
2911
2936
  declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2912
2937
 
2913
2938
  declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2914
2939
 
2915
- type CompoundedIcon$2t = typeof Icon$6H & {
2940
+ type CompoundedIcon$2t = typeof Icon$6G & {
2916
2941
  Avatar: typeof Avatar$2t;
2917
- Color: typeof Icon$6I;
2942
+ Color: typeof Icon$6H;
2918
2943
  Combine: typeof Combine$2k;
2919
- Text: typeof Icon$6G;
2920
- TextCn: typeof Icon$6F;
2944
+ Text: typeof Icon$6F;
2921
2945
  colorPrimary: string;
2922
2946
  title: string;
2923
2947
  };
@@ -2974,22 +2998,17 @@ declare const Icons$2r: CompoundedIcon$2r;
2974
2998
  type AvatarProps$2q = Omit<RNIconAvatarProps, 'Icon'>;
2975
2999
  declare const Avatar$2q: React__default.NamedExoticComponent<AvatarProps$2q>;
2976
3000
 
2977
- declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
2978
-
2979
- interface CombineProps$2f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2980
- type?: 'color' | 'mono';
2981
- }
3001
+ type CombineProps$2f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2982
3002
  declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
2983
3003
 
2984
- declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
3004
+ declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
2985
3005
 
2986
- declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
3006
+ declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
2987
3007
 
2988
- type CompoundedIcon$2q = typeof Icon$6x & {
3008
+ type CompoundedIcon$2q = typeof Icon$6y & {
2989
3009
  Avatar: typeof Avatar$2q;
2990
- Color: typeof Icon$6y;
2991
3010
  Combine: typeof Combine$2h;
2992
- Text: typeof Icon$6w;
3011
+ Text: typeof Icon$6x;
2993
3012
  colorPrimary: string;
2994
3013
  title: string;
2995
3014
  };
@@ -3001,14 +3020,14 @@ declare const Avatar$2p: React__default.NamedExoticComponent<AvatarProps$2p>;
3001
3020
  type CombineProps$2e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3002
3021
  declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2e>;
3003
3022
 
3004
- declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
3023
+ declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
3005
3024
 
3006
- declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
3025
+ declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
3007
3026
 
3008
- type CompoundedIcon$2p = typeof Icon$6v & {
3027
+ type CompoundedIcon$2p = typeof Icon$6w & {
3009
3028
  Avatar: typeof Avatar$2p;
3010
3029
  Combine: typeof Combine$2g;
3011
- Text: typeof Icon$6u;
3030
+ Text: typeof Icon$6v;
3012
3031
  colorPrimary: string;
3013
3032
  title: string;
3014
3033
  };
@@ -3017,7 +3036,11 @@ declare const Icons$2p: CompoundedIcon$2p;
3017
3036
  type AvatarProps$2o = Omit<RNIconAvatarProps, 'Icon'>;
3018
3037
  declare const Avatar$2o: React__default.NamedExoticComponent<AvatarProps$2o>;
3019
3038
 
3020
- type CombineProps$2d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3039
+ declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
3040
+
3041
+ interface CombineProps$2d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3042
+ type?: 'color' | 'mono';
3043
+ }
3021
3044
  declare const Combine$2f: React__default.NamedExoticComponent<CombineProps$2d>;
3022
3045
 
3023
3046
  declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3026,6 +3049,7 @@ declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
3026
3049
 
3027
3050
  type CompoundedIcon$2o = typeof Icon$6t & {
3028
3051
  Avatar: typeof Avatar$2o;
3052
+ Color: typeof Icon$6u;
3029
3053
  Combine: typeof Combine$2f;
3030
3054
  Text: typeof Icon$6s;
3031
3055
  colorPrimary: string;
@@ -3036,22 +3060,17 @@ declare const Icons$2o: CompoundedIcon$2o;
3036
3060
  type AvatarProps$2n = Omit<RNIconAvatarProps, 'Icon'>;
3037
3061
  declare const Avatar$2n: React__default.NamedExoticComponent<AvatarProps$2n>;
3038
3062
 
3039
- declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
3040
-
3041
- interface CombineProps$2c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3042
- type?: 'color' | 'mono';
3043
- }
3063
+ type CombineProps$2c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3044
3064
  declare const Combine$2e: React__default.NamedExoticComponent<CombineProps$2c>;
3045
3065
 
3046
- declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
3066
+ declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
3047
3067
 
3048
- declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
3068
+ declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
3049
3069
 
3050
- type CompoundedIcon$2n = typeof Icon$6q & {
3070
+ type CompoundedIcon$2n = typeof Icon$6r & {
3051
3071
  Avatar: typeof Avatar$2n;
3052
- Color: typeof Icon$6r;
3053
3072
  Combine: typeof Combine$2e;
3054
- Text: typeof Icon$6p;
3073
+ Text: typeof Icon$6q;
3055
3074
  colorPrimary: string;
3056
3075
  title: string;
3057
3076
  };
@@ -3063,14 +3082,14 @@ declare const Avatar$2m: React__default.NamedExoticComponent<AvatarProps$2m>;
3063
3082
  type CombineProps$2b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3064
3083
  declare const Combine$2d: React__default.NamedExoticComponent<CombineProps$2b>;
3065
3084
 
3066
- declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
3085
+ declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
3067
3086
 
3068
- declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
3087
+ declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
3069
3088
 
3070
- type CompoundedIcon$2m = typeof Icon$6o & {
3089
+ type CompoundedIcon$2m = typeof Icon$6p & {
3071
3090
  Avatar: typeof Avatar$2m;
3072
3091
  Combine: typeof Combine$2d;
3073
- Text: typeof Icon$6n;
3092
+ Text: typeof Icon$6o;
3074
3093
  colorPrimary: string;
3075
3094
  title: string;
3076
3095
  };
@@ -3079,7 +3098,11 @@ declare const Icons$2m: CompoundedIcon$2m;
3079
3098
  type AvatarProps$2l = Omit<RNIconAvatarProps, 'Icon'>;
3080
3099
  declare const Avatar$2l: React__default.NamedExoticComponent<AvatarProps$2l>;
3081
3100
 
3082
- type CombineProps$2a = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3101
+ declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
3102
+
3103
+ interface CombineProps$2a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3104
+ type?: 'color' | 'mono';
3105
+ }
3083
3106
  declare const Combine$2c: React__default.NamedExoticComponent<CombineProps$2a>;
3084
3107
 
3085
3108
  declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3088,6 +3111,7 @@ declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
3088
3111
 
3089
3112
  type CompoundedIcon$2l = typeof Icon$6m & {
3090
3113
  Avatar: typeof Avatar$2l;
3114
+ Color: typeof Icon$6n;
3091
3115
  Combine: typeof Combine$2c;
3092
3116
  Text: typeof Icon$6l;
3093
3117
  colorPrimary: string;
@@ -3109,11 +3133,14 @@ declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
3109
3133
 
3110
3134
  declare const Icon$6i: React__default.NamedExoticComponent<RNIconProps$1>;
3111
3135
 
3136
+ declare const Icon$6h: React__default.NamedExoticComponent<RNIconProps$1>;
3137
+
3112
3138
  type CompoundedIcon$2k = typeof Icon$6j & {
3113
3139
  Avatar: typeof Avatar$2k;
3114
3140
  Color: typeof Icon$6k;
3115
3141
  Combine: typeof Combine$2b;
3116
3142
  Text: typeof Icon$6i;
3143
+ TextCn: typeof Icon$6h;
3117
3144
  colorPrimary: string;
3118
3145
  title: string;
3119
3146
  };
@@ -3122,25 +3149,17 @@ declare const Icons$2k: CompoundedIcon$2k;
3122
3149
  type AvatarProps$2j = Omit<RNIconAvatarProps, 'Icon'>;
3123
3150
  declare const Avatar$2j: React__default.NamedExoticComponent<AvatarProps$2j>;
3124
3151
 
3125
- declare const Icon$6h: React__default.NamedExoticComponent<RNIconProps$1>;
3126
-
3127
- interface CombineProps$28 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3128
- type?: 'color' | 'mono';
3129
- }
3152
+ type CombineProps$28 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3130
3153
  declare const Combine$2a: React__default.NamedExoticComponent<CombineProps$28>;
3131
3154
 
3132
3155
  declare const Icon$6g: React__default.NamedExoticComponent<RNIconProps$1>;
3133
3156
 
3134
3157
  declare const Icon$6f: React__default.NamedExoticComponent<RNIconProps$1>;
3135
3158
 
3136
- declare const Icon$6e: React__default.NamedExoticComponent<RNIconProps$1>;
3137
-
3138
3159
  type CompoundedIcon$2j = typeof Icon$6g & {
3139
3160
  Avatar: typeof Avatar$2j;
3140
- Color: typeof Icon$6h;
3141
3161
  Combine: typeof Combine$2a;
3142
3162
  Text: typeof Icon$6f;
3143
- TextCn: typeof Icon$6e;
3144
3163
  colorPrimary: string;
3145
3164
  title: string;
3146
3165
  };
@@ -3149,7 +3168,11 @@ declare const Icons$2j: CompoundedIcon$2j;
3149
3168
  type AvatarProps$2i = Omit<RNIconAvatarProps, 'Icon'>;
3150
3169
  declare const Avatar$2i: React__default.NamedExoticComponent<AvatarProps$2i>;
3151
3170
 
3152
- type CombineProps$27 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3171
+ declare const Icon$6e: React__default.NamedExoticComponent<RNIconProps$1>;
3172
+
3173
+ interface CombineProps$27 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3174
+ type?: 'color' | 'mono';
3175
+ }
3153
3176
  declare const Combine$29: React__default.NamedExoticComponent<CombineProps$27>;
3154
3177
 
3155
3178
  declare const Icon$6d: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3158,6 +3181,7 @@ declare const Icon$6c: React__default.NamedExoticComponent<RNIconProps$1>;
3158
3181
 
3159
3182
  type CompoundedIcon$2i = typeof Icon$6d & {
3160
3183
  Avatar: typeof Avatar$2i;
3184
+ Color: typeof Icon$6e;
3161
3185
  Combine: typeof Combine$29;
3162
3186
  Text: typeof Icon$6c;
3163
3187
  colorPrimary: string;
@@ -3194,20 +3218,11 @@ declare const Avatar$2g: React__default.NamedExoticComponent<AvatarProps$2g>;
3194
3218
 
3195
3219
  declare const Icon$68: React__default.NamedExoticComponent<RNIconProps$1>;
3196
3220
 
3197
- interface CombineProps$25 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3198
- type?: 'color' | 'mono';
3199
- }
3200
- declare const Combine$27: React__default.NamedExoticComponent<CombineProps$25>;
3201
-
3202
- declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
3203
-
3204
- declare const Icon$66: React__default.NamedExoticComponent<RNIconProps$1>;
3221
+ declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
3205
3222
 
3206
- type CompoundedIcon$2g = typeof Icon$67 & {
3223
+ type CompoundedIcon$2g = typeof Icon$68 & {
3207
3224
  Avatar: typeof Avatar$2g;
3208
- Color: typeof Icon$68;
3209
- Combine: typeof Combine$27;
3210
- Text: typeof Icon$66;
3225
+ Text: typeof Text;
3211
3226
  colorPrimary: string;
3212
3227
  title: string;
3213
3228
  };
@@ -3216,13 +3231,20 @@ declare const Icons$2g: CompoundedIcon$2g;
3216
3231
  type AvatarProps$2f = Omit<RNIconAvatarProps, 'Icon'>;
3217
3232
  declare const Avatar$2f: React__default.NamedExoticComponent<AvatarProps$2f>;
3218
3233
 
3219
- declare const Icon$65: React__default.NamedExoticComponent<RNIconProps$1>;
3234
+ declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
3220
3235
 
3221
- declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
3236
+ type CombineProps$25 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3237
+ declare const Combine$27: React__default.NamedExoticComponent<CombineProps$25>;
3238
+
3239
+ declare const Icon$66: React__default.NamedExoticComponent<RNIconProps$1>;
3222
3240
 
3223
- type CompoundedIcon$2f = typeof Icon$65 & {
3241
+ declare const Icon$65: React__default.NamedExoticComponent<RNIconProps$1>;
3242
+
3243
+ type CompoundedIcon$2f = typeof Icon$66 & {
3224
3244
  Avatar: typeof Avatar$2f;
3225
- Text: typeof Text;
3245
+ Color: typeof Icon$67;
3246
+ Combine: typeof Combine$27;
3247
+ Text: typeof Icon$65;
3226
3248
  colorPrimary: string;
3227
3249
  title: string;
3228
3250
  };
@@ -3233,7 +3255,9 @@ declare const Avatar$2e: React__default.NamedExoticComponent<AvatarProps$2e>;
3233
3255
 
3234
3256
  declare const Icon$64: React__default.NamedExoticComponent<RNIconProps$1>;
3235
3257
 
3236
- type CombineProps$24 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3258
+ interface CombineProps$24 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3259
+ type?: 'color' | 'mono';
3260
+ }
3237
3261
  declare const Combine$26: React__default.NamedExoticComponent<CombineProps$24>;
3238
3262
 
3239
3263
  declare const Icon$63: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3245,6 +3269,7 @@ type CompoundedIcon$2e = typeof Icon$63 & {
3245
3269
  Color: typeof Icon$64;
3246
3270
  Combine: typeof Combine$26;
3247
3271
  Text: typeof Icon$62;
3272
+ colorGradient: string;
3248
3273
  colorPrimary: string;
3249
3274
  title: string;
3250
3275
  };
@@ -3269,7 +3294,6 @@ type CompoundedIcon$2d = typeof Icon$60 & {
3269
3294
  Color: typeof Icon$61;
3270
3295
  Combine: typeof Combine$25;
3271
3296
  Text: typeof Icon$5$;
3272
- colorGradient: string;
3273
3297
  colorPrimary: string;
3274
3298
  title: string;
3275
3299
  };
@@ -3294,6 +3318,7 @@ type CompoundedIcon$2c = typeof Icon$5Z & {
3294
3318
  Color: typeof Icon$5_;
3295
3319
  Combine: typeof Combine$24;
3296
3320
  Text: typeof Icon$5Y;
3321
+ colorGradient: string;
3297
3322
  colorPrimary: string;
3298
3323
  title: string;
3299
3324
  };
@@ -3302,23 +3327,17 @@ declare const Icons$2c: CompoundedIcon$2c;
3302
3327
  type AvatarProps$2b = Omit<RNIconAvatarProps, 'Icon'>;
3303
3328
  declare const Avatar$2b: React__default.NamedExoticComponent<AvatarProps$2b>;
3304
3329
 
3305
- declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
3306
-
3307
- interface CombineProps$21 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3308
- type?: 'color' | 'mono';
3309
- }
3330
+ type CombineProps$21 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3310
3331
  declare const Combine$23: React__default.NamedExoticComponent<CombineProps$21>;
3311
3332
 
3312
- declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
3333
+ declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
3313
3334
 
3314
- declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
3335
+ declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
3315
3336
 
3316
- type CompoundedIcon$2b = typeof Icon$5W & {
3337
+ type CompoundedIcon$2b = typeof Icon$5X & {
3317
3338
  Avatar: typeof Avatar$2b;
3318
- Color: typeof Icon$5X;
3319
3339
  Combine: typeof Combine$23;
3320
- Text: typeof Icon$5V;
3321
- colorGradient: string;
3340
+ Text: typeof Icon$5W;
3322
3341
  colorPrimary: string;
3323
3342
  title: string;
3324
3343
  };
@@ -3330,14 +3349,17 @@ declare const Avatar$2a: React__default.NamedExoticComponent<AvatarProps$2a>;
3330
3349
  type CombineProps$20 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3331
3350
  declare const Combine$22: React__default.NamedExoticComponent<CombineProps$20>;
3332
3351
 
3352
+ declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
3353
+
3333
3354
  declare const Icon$5U: React__default.NamedExoticComponent<RNIconProps$1>;
3334
3355
 
3335
3356
  declare const Icon$5T: React__default.NamedExoticComponent<RNIconProps$1>;
3336
3357
 
3337
- type CompoundedIcon$2a = typeof Icon$5U & {
3358
+ type CompoundedIcon$2a = typeof Icon$5V & {
3338
3359
  Avatar: typeof Avatar$2a;
3339
3360
  Combine: typeof Combine$22;
3340
- Text: typeof Icon$5T;
3361
+ Text: typeof Icon$5U;
3362
+ TextColor: typeof Icon$5T;
3341
3363
  colorPrimary: string;
3342
3364
  title: string;
3343
3365
  };
@@ -3346,20 +3368,22 @@ declare const Icons$2a: CompoundedIcon$2a;
3346
3368
  type AvatarProps$29 = Omit<RNIconAvatarProps, 'Icon'>;
3347
3369
  declare const Avatar$29: React__default.NamedExoticComponent<AvatarProps$29>;
3348
3370
 
3349
- type CombineProps$1$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3350
- declare const Combine$21: React__default.NamedExoticComponent<CombineProps$1$>;
3351
-
3352
3371
  declare const Icon$5S: React__default.NamedExoticComponent<RNIconProps$1>;
3353
3372
 
3373
+ interface CombineProps$1$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3374
+ type?: 'color' | 'mono';
3375
+ }
3376
+ declare const Combine$21: React__default.NamedExoticComponent<CombineProps$1$>;
3377
+
3354
3378
  declare const Icon$5R: React__default.NamedExoticComponent<RNIconProps$1>;
3355
3379
 
3356
3380
  declare const Icon$5Q: React__default.NamedExoticComponent<RNIconProps$1>;
3357
3381
 
3358
- type CompoundedIcon$29 = typeof Icon$5S & {
3382
+ type CompoundedIcon$29 = typeof Icon$5R & {
3359
3383
  Avatar: typeof Avatar$29;
3384
+ Color: typeof Icon$5S;
3360
3385
  Combine: typeof Combine$21;
3361
- Text: typeof Icon$5R;
3362
- TextColor: typeof Icon$5Q;
3386
+ Text: typeof Icon$5Q;
3363
3387
  colorPrimary: string;
3364
3388
  title: string;
3365
3389
  };
@@ -3368,22 +3392,17 @@ declare const Icons$29: CompoundedIcon$29;
3368
3392
  type AvatarProps$28 = Omit<RNIconAvatarProps, 'Icon'>;
3369
3393
  declare const Avatar$28: React__default.NamedExoticComponent<AvatarProps$28>;
3370
3394
 
3371
- declare const Icon$5P: React__default.NamedExoticComponent<RNIconProps$1>;
3372
-
3373
- interface CombineProps$1_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3374
- type?: 'color' | 'mono';
3375
- }
3395
+ type CombineProps$1_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3376
3396
  declare const Combine$20: React__default.NamedExoticComponent<CombineProps$1_>;
3377
3397
 
3378
- declare const Icon$5O: React__default.NamedExoticComponent<RNIconProps$1>;
3398
+ declare const Icon$5P: React__default.NamedExoticComponent<RNIconProps$1>;
3379
3399
 
3380
- declare const Icon$5N: React__default.NamedExoticComponent<RNIconProps$1>;
3400
+ declare const Icon$5O: React__default.NamedExoticComponent<RNIconProps$1>;
3381
3401
 
3382
- type CompoundedIcon$28 = typeof Icon$5O & {
3402
+ type CompoundedIcon$28 = typeof Icon$5P & {
3383
3403
  Avatar: typeof Avatar$28;
3384
- Color: typeof Icon$5P;
3385
3404
  Combine: typeof Combine$20;
3386
- Text: typeof Icon$5N;
3405
+ Text: typeof Icon$5O;
3387
3406
  colorPrimary: string;
3388
3407
  title: string;
3389
3408
  };
@@ -3392,7 +3411,11 @@ declare const Icons$28: CompoundedIcon$28;
3392
3411
  type AvatarProps$27 = Omit<RNIconAvatarProps, 'Icon'>;
3393
3412
  declare const Avatar$27: React__default.NamedExoticComponent<AvatarProps$27>;
3394
3413
 
3395
- type CombineProps$1Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3414
+ declare const Icon$5N: React__default.NamedExoticComponent<RNIconProps$1>;
3415
+
3416
+ interface CombineProps$1Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3417
+ type?: 'color' | 'mono';
3418
+ }
3396
3419
  declare const Combine$1$: React__default.NamedExoticComponent<CombineProps$1Z>;
3397
3420
 
3398
3421
  declare const Icon$5M: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3401,6 +3424,7 @@ declare const Icon$5L: React__default.NamedExoticComponent<RNIconProps$1>;
3401
3424
 
3402
3425
  type CompoundedIcon$27 = typeof Icon$5M & {
3403
3426
  Avatar: typeof Avatar$27;
3427
+ Color: typeof Icon$5N;
3404
3428
  Combine: typeof Combine$1$;
3405
3429
  Text: typeof Icon$5L;
3406
3430
  colorPrimary: string;
@@ -3531,22 +3555,17 @@ declare const Icons$22: CompoundedIcon$22;
3531
3555
  type AvatarProps$21 = Omit<RNIconAvatarProps, 'Icon'>;
3532
3556
  declare const Avatar$21: React__default.NamedExoticComponent<AvatarProps$21>;
3533
3557
 
3534
- declare const Icon$5v: React__default.NamedExoticComponent<RNIconProps$1>;
3535
-
3536
- interface CombineProps$1T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3537
- type?: 'color' | 'mono';
3538
- }
3558
+ type CombineProps$1T = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3539
3559
  declare const Combine$1V: React__default.NamedExoticComponent<CombineProps$1T>;
3540
3560
 
3541
- declare const Icon$5u: React__default.NamedExoticComponent<RNIconProps$1>;
3561
+ declare const Icon$5v: React__default.NamedExoticComponent<RNIconProps$1>;
3542
3562
 
3543
- declare const Icon$5t: React__default.NamedExoticComponent<RNIconProps$1>;
3563
+ declare const Icon$5u: React__default.NamedExoticComponent<RNIconProps$1>;
3544
3564
 
3545
- type CompoundedIcon$21 = typeof Icon$5u & {
3565
+ type CompoundedIcon$21 = typeof Icon$5v & {
3546
3566
  Avatar: typeof Avatar$21;
3547
- Color: typeof Icon$5v;
3548
3567
  Combine: typeof Combine$1V;
3549
- Text: typeof Icon$5t;
3568
+ Text: typeof Icon$5u;
3550
3569
  colorPrimary: string;
3551
3570
  title: string;
3552
3571
  };
@@ -3558,14 +3577,14 @@ declare const Avatar$20: React__default.NamedExoticComponent<AvatarProps$20>;
3558
3577
  type CombineProps$1S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3559
3578
  declare const Combine$1U: React__default.NamedExoticComponent<CombineProps$1S>;
3560
3579
 
3561
- declare const Icon$5s: React__default.NamedExoticComponent<RNIconProps$1>;
3580
+ declare const Icon$5t: React__default.NamedExoticComponent<RNIconProps$1>;
3562
3581
 
3563
- declare const Icon$5r: React__default.NamedExoticComponent<RNIconProps$1>;
3582
+ declare const Icon$5s: React__default.NamedExoticComponent<RNIconProps$1>;
3564
3583
 
3565
- type CompoundedIcon$20 = typeof Icon$5s & {
3584
+ type CompoundedIcon$20 = typeof Icon$5t & {
3566
3585
  Avatar: typeof Avatar$20;
3567
3586
  Combine: typeof Combine$1U;
3568
- Text: typeof Icon$5r;
3587
+ Text: typeof Icon$5s;
3569
3588
  colorPrimary: string;
3570
3589
  title: string;
3571
3590
  };
@@ -3574,7 +3593,11 @@ declare const Icons$20: CompoundedIcon$20;
3574
3593
  type AvatarProps$1$ = Omit<RNIconAvatarProps, 'Icon'>;
3575
3594
  declare const Avatar$1$: React__default.NamedExoticComponent<AvatarProps$1$>;
3576
3595
 
3577
- type CombineProps$1R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3596
+ declare const Icon$5r: React__default.NamedExoticComponent<RNIconProps$1>;
3597
+
3598
+ interface CombineProps$1R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3599
+ type?: 'color' | 'mono';
3600
+ }
3578
3601
  declare const Combine$1T: React__default.NamedExoticComponent<CombineProps$1R>;
3579
3602
 
3580
3603
  declare const Icon$5q: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3583,6 +3606,7 @@ declare const Icon$5p: React__default.NamedExoticComponent<RNIconProps$1>;
3583
3606
 
3584
3607
  type CompoundedIcon$1$ = typeof Icon$5q & {
3585
3608
  Avatar: typeof Avatar$1$;
3609
+ Color: typeof Icon$5r;
3586
3610
  Combine: typeof Combine$1T;
3587
3611
  Text: typeof Icon$5p;
3588
3612
  colorPrimary: string;
@@ -3633,6 +3657,7 @@ type CompoundedIcon$1Z = typeof Icon$5k & {
3633
3657
  Color: typeof Icon$5l;
3634
3658
  Combine: typeof Combine$1R;
3635
3659
  Text: typeof Icon$5j;
3660
+ colorGradient: string;
3636
3661
  colorPrimary: string;
3637
3662
  title: string;
3638
3663
  };
@@ -3641,22 +3666,19 @@ declare const Icons$1Z: CompoundedIcon$1Z;
3641
3666
  type AvatarProps$1Y = Omit<RNIconAvatarProps, 'Icon'>;
3642
3667
  declare const Avatar$1Y: React__default.NamedExoticComponent<AvatarProps$1Y>;
3643
3668
 
3644
- declare const Icon$5i: React__default.NamedExoticComponent<RNIconProps$1>;
3645
-
3646
3669
  interface CombineProps$1O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3647
3670
  type?: 'color' | 'mono';
3648
3671
  }
3649
3672
  declare const Combine$1Q: React__default.NamedExoticComponent<CombineProps$1O>;
3650
3673
 
3651
- declare const Icon$5h: React__default.NamedExoticComponent<RNIconProps$1>;
3674
+ declare const Icon$5i: React__default.NamedExoticComponent<RNIconProps$1>;
3652
3675
 
3653
- declare const Icon$5g: React__default.NamedExoticComponent<RNIconProps$1>;
3676
+ declare const Icon$5h: React__default.NamedExoticComponent<RNIconProps$1>;
3654
3677
 
3655
- type CompoundedIcon$1Y = typeof Icon$5h & {
3678
+ type CompoundedIcon$1Y = typeof Icon$5i & {
3656
3679
  Avatar: typeof Avatar$1Y;
3657
- Color: typeof Icon$5i;
3658
3680
  Combine: typeof Combine$1Q;
3659
- Text: typeof Icon$5g;
3681
+ Text: typeof Icon$5h;
3660
3682
  colorGradient: string;
3661
3683
  colorPrimary: string;
3662
3684
  title: string;
@@ -3666,6 +3688,8 @@ declare const Icons$1Y: CompoundedIcon$1Y;
3666
3688
  type AvatarProps$1X = Omit<RNIconAvatarProps, 'Icon'>;
3667
3689
  declare const Avatar$1X: React__default.NamedExoticComponent<AvatarProps$1X>;
3668
3690
 
3691
+ declare const Icon$5g: React__default.NamedExoticComponent<RNIconProps$1>;
3692
+
3669
3693
  interface CombineProps$1N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3670
3694
  type?: 'color' | 'mono';
3671
3695
  }
@@ -3677,9 +3701,9 @@ declare const Icon$5e: React__default.NamedExoticComponent<RNIconProps$1>;
3677
3701
 
3678
3702
  type CompoundedIcon$1X = typeof Icon$5f & {
3679
3703
  Avatar: typeof Avatar$1X;
3704
+ Color: typeof Icon$5g;
3680
3705
  Combine: typeof Combine$1P;
3681
3706
  Text: typeof Icon$5e;
3682
- colorGradient: string;
3683
3707
  colorPrimary: string;
3684
3708
  title: string;
3685
3709
  };
@@ -3736,22 +3760,17 @@ declare const Icons$1V: CompoundedIcon$1V;
3736
3760
  type AvatarProps$1U = Omit<RNIconAvatarProps, 'Icon'>;
3737
3761
  declare const Avatar$1U: React__default.NamedExoticComponent<AvatarProps$1U>;
3738
3762
 
3739
- declare const Icon$57: React__default.NamedExoticComponent<RNIconProps$1>;
3740
-
3741
- interface CombineProps$1K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3742
- type?: 'color' | 'mono';
3743
- }
3763
+ type CombineProps$1K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3744
3764
  declare const Combine$1M: React__default.NamedExoticComponent<CombineProps$1K>;
3745
3765
 
3746
- declare const Icon$56: React__default.NamedExoticComponent<RNIconProps$1>;
3766
+ declare const Icon$57: React__default.NamedExoticComponent<RNIconProps$1>;
3747
3767
 
3748
- declare const Icon$55: React__default.NamedExoticComponent<RNIconProps$1>;
3768
+ declare const Icon$56: React__default.NamedExoticComponent<RNIconProps$1>;
3749
3769
 
3750
- type CompoundedIcon$1U = typeof Icon$56 & {
3770
+ type CompoundedIcon$1U = typeof Icon$57 & {
3751
3771
  Avatar: typeof Avatar$1U;
3752
- Color: typeof Icon$57;
3753
3772
  Combine: typeof Combine$1M;
3754
- Text: typeof Icon$55;
3773
+ Text: typeof Icon$56;
3755
3774
  colorPrimary: string;
3756
3775
  title: string;
3757
3776
  };
@@ -3760,7 +3779,11 @@ declare const Icons$1U: CompoundedIcon$1U;
3760
3779
  type AvatarProps$1T = Omit<RNIconAvatarProps, 'Icon'>;
3761
3780
  declare const Avatar$1T: React__default.NamedExoticComponent<AvatarProps$1T>;
3762
3781
 
3763
- type CombineProps$1J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3782
+ declare const Icon$55: React__default.NamedExoticComponent<RNIconProps$1>;
3783
+
3784
+ interface CombineProps$1J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3785
+ type?: 'color' | 'mono';
3786
+ }
3764
3787
  declare const Combine$1L: React__default.NamedExoticComponent<CombineProps$1J>;
3765
3788
 
3766
3789
  declare const Icon$54: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3769,8 +3792,10 @@ declare const Icon$53: React__default.NamedExoticComponent<RNIconProps$1>;
3769
3792
 
3770
3793
  type CompoundedIcon$1T = typeof Icon$54 & {
3771
3794
  Avatar: typeof Avatar$1T;
3795
+ Color: typeof Icon$55;
3772
3796
  Combine: typeof Combine$1L;
3773
3797
  Text: typeof Icon$53;
3798
+ colorGradient: string;
3774
3799
  colorPrimary: string;
3775
3800
  title: string;
3776
3801
  };
@@ -3779,23 +3804,17 @@ declare const Icons$1T: CompoundedIcon$1T;
3779
3804
  type AvatarProps$1S = Omit<RNIconAvatarProps, 'Icon'>;
3780
3805
  declare const Avatar$1S: React__default.NamedExoticComponent<AvatarProps$1S>;
3781
3806
 
3782
- declare const Icon$52: React__default.NamedExoticComponent<RNIconProps$1>;
3783
-
3784
- interface CombineProps$1I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3785
- type?: 'color' | 'mono';
3786
- }
3807
+ type CombineProps$1I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3787
3808
  declare const Combine$1K: React__default.NamedExoticComponent<CombineProps$1I>;
3788
3809
 
3789
- declare const Icon$51: React__default.NamedExoticComponent<RNIconProps$1>;
3810
+ declare const Icon$52: React__default.NamedExoticComponent<RNIconProps$1>;
3790
3811
 
3791
- declare const Icon$50: React__default.NamedExoticComponent<RNIconProps$1>;
3812
+ declare const Icon$51: React__default.NamedExoticComponent<RNIconProps$1>;
3792
3813
 
3793
- type CompoundedIcon$1S = typeof Icon$51 & {
3814
+ type CompoundedIcon$1S = typeof Icon$52 & {
3794
3815
  Avatar: typeof Avatar$1S;
3795
- Color: typeof Icon$52;
3796
3816
  Combine: typeof Combine$1K;
3797
- Text: typeof Icon$50;
3798
- colorGradient: string;
3817
+ Text: typeof Icon$51;
3799
3818
  colorPrimary: string;
3800
3819
  title: string;
3801
3820
  };
@@ -3804,7 +3823,11 @@ declare const Icons$1S: CompoundedIcon$1S;
3804
3823
  type AvatarProps$1R = Omit<RNIconAvatarProps, 'Icon'>;
3805
3824
  declare const Avatar$1R: React__default.NamedExoticComponent<AvatarProps$1R>;
3806
3825
 
3807
- type CombineProps$1H = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3826
+ declare const Icon$50: React__default.NamedExoticComponent<RNIconProps$1>;
3827
+
3828
+ interface CombineProps$1H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3829
+ type?: 'color' | 'mono';
3830
+ }
3808
3831
  declare const Combine$1J: React__default.NamedExoticComponent<CombineProps$1H>;
3809
3832
 
3810
3833
  declare const Icon$4$: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3813,6 +3836,7 @@ declare const Icon$4_: React__default.NamedExoticComponent<RNIconProps$1>;
3813
3836
 
3814
3837
  type CompoundedIcon$1R = typeof Icon$4$ & {
3815
3838
  Avatar: typeof Avatar$1R;
3839
+ Color: typeof Icon$50;
3816
3840
  Combine: typeof Combine$1J;
3817
3841
  Text: typeof Icon$4_;
3818
3842
  colorPrimary: string;
@@ -3823,22 +3847,17 @@ declare const Icons$1R: CompoundedIcon$1R;
3823
3847
  type AvatarProps$1Q = Omit<RNIconAvatarProps, 'Icon'>;
3824
3848
  declare const Avatar$1Q: React__default.NamedExoticComponent<AvatarProps$1Q>;
3825
3849
 
3826
- declare const Icon$4Z: React__default.NamedExoticComponent<RNIconProps$1>;
3827
-
3828
- interface CombineProps$1G extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3829
- type?: 'color' | 'mono';
3830
- }
3850
+ type CombineProps$1G = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3831
3851
  declare const Combine$1I: React__default.NamedExoticComponent<CombineProps$1G>;
3832
3852
 
3833
- declare const Icon$4Y: React__default.NamedExoticComponent<RNIconProps$1>;
3853
+ declare const Icon$4Z: React__default.NamedExoticComponent<RNIconProps$1>;
3834
3854
 
3835
- declare const Icon$4X: React__default.NamedExoticComponent<RNIconProps$1>;
3855
+ declare const Icon$4Y: React__default.NamedExoticComponent<RNIconProps$1>;
3836
3856
 
3837
- type CompoundedIcon$1Q = typeof Icon$4Y & {
3857
+ type CompoundedIcon$1Q = typeof Icon$4Z & {
3838
3858
  Avatar: typeof Avatar$1Q;
3839
- Color: typeof Icon$4Z;
3840
3859
  Combine: typeof Combine$1I;
3841
- Text: typeof Icon$4X;
3860
+ Text: typeof Icon$4Y;
3842
3861
  colorPrimary: string;
3843
3862
  title: string;
3844
3863
  };
@@ -3850,14 +3869,14 @@ declare const Avatar$1P: React__default.NamedExoticComponent<AvatarProps$1P>;
3850
3869
  type CombineProps$1F = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3851
3870
  declare const Combine$1H: React__default.NamedExoticComponent<CombineProps$1F>;
3852
3871
 
3853
- declare const Icon$4W: React__default.NamedExoticComponent<RNIconProps$1>;
3872
+ declare const Icon$4X: React__default.NamedExoticComponent<RNIconProps$1>;
3854
3873
 
3855
- declare const Icon$4V: React__default.NamedExoticComponent<RNIconProps$1>;
3874
+ declare const Icon$4W: React__default.NamedExoticComponent<RNIconProps$1>;
3856
3875
 
3857
- type CompoundedIcon$1P = typeof Icon$4W & {
3876
+ type CompoundedIcon$1P = typeof Icon$4X & {
3858
3877
  Avatar: typeof Avatar$1P;
3859
3878
  Combine: typeof Combine$1H;
3860
- Text: typeof Icon$4V;
3879
+ Text: typeof Icon$4W;
3861
3880
  colorPrimary: string;
3862
3881
  title: string;
3863
3882
  };
@@ -3869,14 +3888,14 @@ declare const Avatar$1O: React__default.NamedExoticComponent<AvatarProps$1O>;
3869
3888
  type CombineProps$1E = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3870
3889
  declare const Combine$1G: React__default.NamedExoticComponent<CombineProps$1E>;
3871
3890
 
3872
- declare const Icon$4U: React__default.NamedExoticComponent<RNIconProps$1>;
3891
+ declare const Icon$4V: React__default.NamedExoticComponent<RNIconProps$1>;
3873
3892
 
3874
- declare const Icon$4T: React__default.NamedExoticComponent<RNIconProps$1>;
3893
+ declare const Icon$4U: React__default.NamedExoticComponent<RNIconProps$1>;
3875
3894
 
3876
- type CompoundedIcon$1O = typeof Icon$4U & {
3895
+ type CompoundedIcon$1O = typeof Icon$4V & {
3877
3896
  Avatar: typeof Avatar$1O;
3878
3897
  Combine: typeof Combine$1G;
3879
- Text: typeof Icon$4T;
3898
+ Text: typeof Icon$4U;
3880
3899
  colorPrimary: string;
3881
3900
  title: string;
3882
3901
  };
@@ -3885,7 +3904,11 @@ declare const Icons$1O: CompoundedIcon$1O;
3885
3904
  type AvatarProps$1N = Omit<RNIconAvatarProps, 'Icon'>;
3886
3905
  declare const Avatar$1N: React__default.NamedExoticComponent<AvatarProps$1N>;
3887
3906
 
3888
- type CombineProps$1D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3907
+ declare const Icon$4T: React__default.NamedExoticComponent<RNIconProps$1>;
3908
+
3909
+ interface CombineProps$1D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3910
+ type?: 'color' | 'mono';
3911
+ }
3889
3912
  declare const Combine$1F: React__default.NamedExoticComponent<CombineProps$1D>;
3890
3913
 
3891
3914
  declare const Icon$4S: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3894,6 +3917,7 @@ declare const Icon$4R: React__default.NamedExoticComponent<RNIconProps$1>;
3894
3917
 
3895
3918
  type CompoundedIcon$1N = typeof Icon$4S & {
3896
3919
  Avatar: typeof Avatar$1N;
3920
+ Color: typeof Icon$4T;
3897
3921
  Combine: typeof Combine$1F;
3898
3922
  Text: typeof Icon$4R;
3899
3923
  colorPrimary: string;
@@ -3904,22 +3928,19 @@ declare const Icons$1N: CompoundedIcon$1N;
3904
3928
  type AvatarProps$1M = Omit<RNIconAvatarProps, 'Icon'>;
3905
3929
  declare const Avatar$1M: React__default.NamedExoticComponent<AvatarProps$1M>;
3906
3930
 
3907
- declare const Icon$4Q: React__default.NamedExoticComponent<RNIconProps$1>;
3908
-
3909
3931
  interface CombineProps$1C extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3910
- type?: 'color' | 'mono';
3932
+ type?: 'mono' | 'color';
3911
3933
  }
3912
3934
  declare const Combine$1E: React__default.NamedExoticComponent<CombineProps$1C>;
3913
3935
 
3914
- declare const Icon$4P: React__default.NamedExoticComponent<RNIconProps$1>;
3936
+ declare const Icon$4Q: React__default.NamedExoticComponent<RNIconProps$1>;
3915
3937
 
3916
- declare const Icon$4O: React__default.NamedExoticComponent<RNIconProps$1>;
3938
+ declare const Icon$4P: React__default.NamedExoticComponent<RNIconProps$1>;
3917
3939
 
3918
- type CompoundedIcon$1M = typeof Icon$4P & {
3940
+ type CompoundedIcon$1M = typeof Icon$4Q & {
3919
3941
  Avatar: typeof Avatar$1M;
3920
- Color: typeof Icon$4Q;
3921
3942
  Combine: typeof Combine$1E;
3922
- Text: typeof Icon$4O;
3943
+ Text: typeof Icon$4P;
3923
3944
  colorPrimary: string;
3924
3945
  title: string;
3925
3946
  };
@@ -3928,19 +3949,29 @@ declare const Icons$1M: CompoundedIcon$1M;
3928
3949
  type AvatarProps$1L = Omit<RNIconAvatarProps, 'Icon'>;
3929
3950
  declare const Avatar$1L: React__default.NamedExoticComponent<AvatarProps$1L>;
3930
3951
 
3952
+ declare const Icon$4O: React__default.NamedExoticComponent<RNIconProps$1>;
3953
+
3954
+ declare const Icon$4N: React__default.NamedExoticComponent<RNIconProps$1>;
3955
+
3956
+ declare const Icon$4M: React__default.NamedExoticComponent<RNIconProps$1>;
3957
+
3931
3958
  interface CombineProps$1B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3932
- type?: 'mono' | 'color';
3959
+ type?: 'color' | 'mono';
3933
3960
  }
3934
3961
  declare const Combine$1D: React__default.NamedExoticComponent<CombineProps$1B>;
3935
3962
 
3936
- declare const Icon$4N: React__default.NamedExoticComponent<RNIconProps$1>;
3963
+ declare const Icon$4L: React__default.NamedExoticComponent<RNIconProps$1>;
3937
3964
 
3938
- declare const Icon$4M: React__default.NamedExoticComponent<RNIconProps$1>;
3965
+ declare const Icon$4K: React__default.NamedExoticComponent<RNIconProps$1>;
3939
3966
 
3940
- type CompoundedIcon$1L = typeof Icon$4N & {
3967
+ type CompoundedIcon$1L = typeof Icon$4L & {
3941
3968
  Avatar: typeof Avatar$1L;
3969
+ Brand: typeof Icon$4N;
3970
+ BrandColor: typeof Icon$4O;
3971
+ Color: typeof Icon$4M;
3942
3972
  Combine: typeof Combine$1D;
3943
- Text: typeof Icon$4M;
3973
+ Text: typeof Icon$4K;
3974
+ colorGradient: string;
3944
3975
  colorPrimary: string;
3945
3976
  title: string;
3946
3977
  };
@@ -3949,10 +3980,6 @@ declare const Icons$1L: CompoundedIcon$1L;
3949
3980
  type AvatarProps$1K = Omit<RNIconAvatarProps, 'Icon'>;
3950
3981
  declare const Avatar$1K: React__default.NamedExoticComponent<AvatarProps$1K>;
3951
3982
 
3952
- declare const Icon$4L: React__default.NamedExoticComponent<RNIconProps$1>;
3953
-
3954
- declare const Icon$4K: React__default.NamedExoticComponent<RNIconProps$1>;
3955
-
3956
3983
  declare const Icon$4J: React__default.NamedExoticComponent<RNIconProps$1>;
3957
3984
 
3958
3985
  interface CombineProps$1A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -3966,12 +3993,9 @@ declare const Icon$4H: React__default.NamedExoticComponent<RNIconProps$1>;
3966
3993
 
3967
3994
  type CompoundedIcon$1K = typeof Icon$4I & {
3968
3995
  Avatar: typeof Avatar$1K;
3969
- Brand: typeof Icon$4K;
3970
- BrandColor: typeof Icon$4L;
3971
3996
  Color: typeof Icon$4J;
3972
3997
  Combine: typeof Combine$1C;
3973
3998
  Text: typeof Icon$4H;
3974
- colorGradient: string;
3975
3999
  colorPrimary: string;
3976
4000
  title: string;
3977
4001
  };
@@ -3980,22 +4004,17 @@ declare const Icons$1K: CompoundedIcon$1K;
3980
4004
  type AvatarProps$1J = Omit<RNIconAvatarProps, 'Icon'>;
3981
4005
  declare const Avatar$1J: React__default.NamedExoticComponent<AvatarProps$1J>;
3982
4006
 
3983
- declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3984
-
3985
- interface CombineProps$1z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3986
- type?: 'color' | 'mono';
3987
- }
4007
+ type CombineProps$1z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3988
4008
  declare const Combine$1B: React__default.NamedExoticComponent<CombineProps$1z>;
3989
4009
 
3990
- declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
4010
+ declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3991
4011
 
3992
- declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
4012
+ declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
3993
4013
 
3994
- type CompoundedIcon$1J = typeof Icon$4F & {
4014
+ type CompoundedIcon$1J = typeof Icon$4G & {
3995
4015
  Avatar: typeof Avatar$1J;
3996
- Color: typeof Icon$4G;
3997
4016
  Combine: typeof Combine$1B;
3998
- Text: typeof Icon$4E;
4017
+ Text: typeof Icon$4F;
3999
4018
  colorPrimary: string;
4000
4019
  title: string;
4001
4020
  };
@@ -4004,7 +4023,11 @@ declare const Icons$1J: CompoundedIcon$1J;
4004
4023
  type AvatarProps$1I = Omit<RNIconAvatarProps, 'Icon'>;
4005
4024
  declare const Avatar$1I: React__default.NamedExoticComponent<AvatarProps$1I>;
4006
4025
 
4007
- type CombineProps$1y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4026
+ declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
4027
+
4028
+ interface CombineProps$1y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4029
+ type?: 'color' | 'mono';
4030
+ }
4008
4031
  declare const Combine$1A: React__default.NamedExoticComponent<CombineProps$1y>;
4009
4032
 
4010
4033
  declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4013,6 +4036,7 @@ declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
4013
4036
 
4014
4037
  type CompoundedIcon$1I = typeof Icon$4D & {
4015
4038
  Avatar: typeof Avatar$1I;
4039
+ Color: typeof Icon$4E;
4016
4040
  Combine: typeof Combine$1A;
4017
4041
  Text: typeof Icon$4C;
4018
4042
  colorPrimary: string;
@@ -4023,22 +4047,17 @@ declare const Icons$1I: CompoundedIcon$1I;
4023
4047
  type AvatarProps$1H = Omit<RNIconAvatarProps, 'Icon'>;
4024
4048
  declare const Avatar$1H: React__default.NamedExoticComponent<AvatarProps$1H>;
4025
4049
 
4026
- declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
4027
-
4028
- interface CombineProps$1x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4029
- type?: 'color' | 'mono';
4030
- }
4050
+ type CombineProps$1x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4031
4051
  declare const Combine$1z: React__default.NamedExoticComponent<CombineProps$1x>;
4032
4052
 
4033
- declare const Icon$4A: React__default.NamedExoticComponent<RNIconProps$1>;
4053
+ declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
4034
4054
 
4035
- declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
4055
+ declare const Icon$4A: React__default.NamedExoticComponent<RNIconProps$1>;
4036
4056
 
4037
- type CompoundedIcon$1H = typeof Icon$4A & {
4057
+ type CompoundedIcon$1H = typeof Icon$4B & {
4038
4058
  Avatar: typeof Avatar$1H;
4039
- Color: typeof Icon$4B;
4040
4059
  Combine: typeof Combine$1z;
4041
- Text: typeof Icon$4z;
4060
+ Text: typeof Icon$4A;
4042
4061
  colorPrimary: string;
4043
4062
  title: string;
4044
4063
  };
@@ -4047,7 +4066,11 @@ declare const Icons$1H: CompoundedIcon$1H;
4047
4066
  type AvatarProps$1G = Omit<RNIconAvatarProps, 'Icon'>;
4048
4067
  declare const Avatar$1G: React__default.NamedExoticComponent<AvatarProps$1G>;
4049
4068
 
4050
- type CombineProps$1w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4069
+ declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
4070
+
4071
+ interface CombineProps$1w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4072
+ type?: 'color' | 'mono';
4073
+ }
4051
4074
  declare const Combine$1y: React__default.NamedExoticComponent<CombineProps$1w>;
4052
4075
 
4053
4076
  declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4056,8 +4079,10 @@ declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
4056
4079
 
4057
4080
  type CompoundedIcon$1G = typeof Icon$4y & {
4058
4081
  Avatar: typeof Avatar$1G;
4082
+ Color: typeof Icon$4z;
4059
4083
  Combine: typeof Combine$1y;
4060
4084
  Text: typeof Icon$4x;
4085
+ colorGradient: string;
4061
4086
  colorPrimary: string;
4062
4087
  title: string;
4063
4088
  };
@@ -4082,7 +4107,6 @@ type CompoundedIcon$1F = typeof Icon$4v & {
4082
4107
  Color: typeof Icon$4w;
4083
4108
  Combine: typeof Combine$1x;
4084
4109
  Text: typeof Icon$4u;
4085
- colorGradient: string;
4086
4110
  colorPrimary: string;
4087
4111
  title: string;
4088
4112
  };
@@ -4107,6 +4131,7 @@ type CompoundedIcon$1E = typeof Icon$4s & {
4107
4131
  Color: typeof Icon$4t;
4108
4132
  Combine: typeof Combine$1w;
4109
4133
  Text: typeof Icon$4r;
4134
+ colorGradient: string;
4110
4135
  colorPrimary: string;
4111
4136
  title: string;
4112
4137
  };
@@ -4140,23 +4165,17 @@ declare const Icons$1D: CompoundedIcon$1D;
4140
4165
  type AvatarProps$1C = Omit<RNIconAvatarProps, 'Icon'>;
4141
4166
  declare const Avatar$1C: React__default.NamedExoticComponent<AvatarProps$1C>;
4142
4167
 
4143
- declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
4144
-
4145
- interface CombineProps$1s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4146
- type?: 'color' | 'mono';
4147
- }
4168
+ type CombineProps$1s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4148
4169
  declare const Combine$1u: React__default.NamedExoticComponent<CombineProps$1s>;
4149
4170
 
4150
- declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
4171
+ declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
4151
4172
 
4152
- declare const Icon$4l: React__default.NamedExoticComponent<RNIconProps$1>;
4173
+ declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
4153
4174
 
4154
- type CompoundedIcon$1C = typeof Icon$4m & {
4175
+ type CompoundedIcon$1C = typeof Icon$4n & {
4155
4176
  Avatar: typeof Avatar$1C;
4156
- Color: typeof Icon$4n;
4157
4177
  Combine: typeof Combine$1u;
4158
- Text: typeof Icon$4l;
4159
- colorGradient: string;
4178
+ Text: typeof Icon$4m;
4160
4179
  colorPrimary: string;
4161
4180
  title: string;
4162
4181
  };
@@ -4165,7 +4184,11 @@ declare const Icons$1C: CompoundedIcon$1C;
4165
4184
  type AvatarProps$1B = Omit<RNIconAvatarProps, 'Icon'>;
4166
4185
  declare const Avatar$1B: React__default.NamedExoticComponent<AvatarProps$1B>;
4167
4186
 
4168
- type CombineProps$1r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4187
+ declare const Icon$4l: React__default.NamedExoticComponent<RNIconProps$1>;
4188
+
4189
+ interface CombineProps$1r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4190
+ type?: 'color' | 'mono';
4191
+ }
4169
4192
  declare const Combine$1t: React__default.NamedExoticComponent<CombineProps$1r>;
4170
4193
 
4171
4194
  declare const Icon$4k: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4174,8 +4197,10 @@ declare const Icon$4j: React__default.NamedExoticComponent<RNIconProps$1>;
4174
4197
 
4175
4198
  type CompoundedIcon$1B = typeof Icon$4k & {
4176
4199
  Avatar: typeof Avatar$1B;
4200
+ Color: typeof Icon$4l;
4177
4201
  Combine: typeof Combine$1t;
4178
4202
  Text: typeof Icon$4j;
4203
+ colorGradient: string;
4179
4204
  colorPrimary: string;
4180
4205
  title: string;
4181
4206
  };
@@ -4200,7 +4225,6 @@ type CompoundedIcon$1A = typeof Icon$4h & {
4200
4225
  Color: typeof Icon$4i;
4201
4226
  Combine: typeof Combine$1s;
4202
4227
  Text: typeof Icon$4g;
4203
- colorGradient: string;
4204
4228
  colorPrimary: string;
4205
4229
  title: string;
4206
4230
  };
@@ -4249,6 +4273,7 @@ type CompoundedIcon$1y = typeof Icon$4b & {
4249
4273
  Color: typeof Icon$4c;
4250
4274
  Combine: typeof Combine$1q;
4251
4275
  Text: typeof Icon$4a;
4276
+ colorGradient: string;
4252
4277
  colorPrimary: string;
4253
4278
  title: string;
4254
4279
  };
@@ -5399,7 +5424,7 @@ type CompoundedIcon$L = typeof Icon$20 & {
5399
5424
  BrandColor: typeof Icon$23;
5400
5425
  Color: typeof Icon$21;
5401
5426
  Combine: typeof Combine$F;
5402
- Text: typeof Icon$aQ;
5427
+ Text: typeof Icon$aT;
5403
5428
  colorGradient: string;
5404
5429
  colorPrimary: string;
5405
5430
  title: string;
@@ -6442,4 +6467,4 @@ type CompoundedIcon = typeof Icon$1 & {
6442
6467
  };
6443
6468
  declare const Icons: CompoundedIcon;
6444
6469
 
6445
- export { Icons$4f as Adobe, Icons$4e as AdobeFirefly, type CompoundedIcon$4e as AdobeFireflyProps, type CompoundedIcon$4f as AdobeProps, Icons$4d as Agui, type CompoundedIcon$4d as AguiProps, Icons$4c as Ai2, Icons$4b as Ai21, type CompoundedIcon$4b as Ai21Props, type CompoundedIcon$4c as Ai2Props, Icons$4a as Ai302, type CompoundedIcon$4a as Ai302Props, Icons$49 as Ai360, type CompoundedIcon$49 as Ai360Props, Icons$48 as AiHubMix, type CompoundedIcon$48 as AiHubMixProps, Icons$47 as AiMass, type CompoundedIcon$47 as AiMassProps, Icons$45 as AiStudio, type CompoundedIcon$45 as AiStudioProps, Icons$46 as AionLabs, type CompoundedIcon$46 as AionLabsProps, Icons$44 as AkashChat, type CompoundedIcon$44 as AkashChatProps, Icons$43 as AlephAlpha, type CompoundedIcon$43 as AlephAlphaProps, Icons$42 as Alibaba, Icons$41 as AlibabaCloud, type CompoundedIcon$41 as AlibabaCloudProps, type CompoundedIcon$42 as AlibabaProps, Icons$40 as AntGroup, type CompoundedIcon$40 as AntGroupProps, Icons$3$ as Anthropic, type CompoundedIcon$3$ as AnthropicProps, Icons$3_ as Anyscale, type CompoundedIcon$3_ as AnyscaleProps, Icons$3Z as Apple, type CompoundedIcon$3Z as AppleProps, Icons$3Y as Arcee, type CompoundedIcon$3Y as ArceeProps, Icons$3X as AssemblyAI, type CompoundedIcon$3X as AssemblyAIProps, Icons$3W as AtlasCloud, type CompoundedIcon$3W as AtlasCloudProps, Icons$3V as Automatic, type CompoundedIcon$3V as AutomaticProps, Icons$3U as Aws, type CompoundedIcon$3U as AwsProps, Icons$3T as Aya, type CompoundedIcon$3T as AyaProps, Icons$3S as Azure, Icons$3R as AzureAI, type CompoundedIcon$3R as AzureAIProps, type CompoundedIcon$3S as AzureProps, Icons$3Q as BAAI, type CompoundedIcon$3Q as BAAIProps, Icons$3P as Baichuan, type CompoundedIcon$3P as BaichuanProps, Icons$3O as Baidu, Icons$3N as BaiduCloud, type CompoundedIcon$3N as BaiduCloudProps, type CompoundedIcon$3O as BaiduProps, Icons$3M as Bailian, type CompoundedIcon$3M as BailianProps, Icons$3L as Baseten, type CompoundedIcon$3L as BasetenProps, Icons$3K as Bedrock, type CompoundedIcon$3K as BedrockProps, Icons$3J as Bfl, type CompoundedIcon$3J as BflProps, Icons$3I as Bilibili, Icons$3H as BilibiliIndex, type CompoundedIcon$3H as BilibiliIndexProps, type CompoundedIcon$3I as BilibiliProps, Icons$3G as Bing, type CompoundedIcon$3G as BingProps, Icons$3F as BurnCloud, type CompoundedIcon$3F as BurnCloudProps, Icons$3E as ByteDance, type CompoundedIcon$3E as ByteDanceProps, Icons$3D as CapCut, type CompoundedIcon$3D as CapCutProps, Icons$3C as CentML, type CompoundedIcon$3C as CentMLProps, Icons$3B as Cerebras, type CompoundedIcon$3B as CerebrasProps, Icons$3A as ChatGLM, type CompoundedIcon$3A as ChatGLMProps, Icons$3z as Civitai, type CompoundedIcon$3z as CivitaiProps, Icons$3y as Claude, type CompoundedIcon$3y as ClaudeProps, Icons$3x as Cline, type CompoundedIcon$3x as ClineProps, Icons$3w as Clipdrop, type CompoundedIcon$3w as ClipdropProps, Icons$3v as Cloudflare, type CompoundedIcon$3v as CloudflareProps, Icons$3u as CodeFlicker, type CompoundedIcon$3u as CodeFlickerProps, Icons$3t as CodeGeeX, type CompoundedIcon$3t as CodeGeeXProps, Icons$3s as CogVideo, type CompoundedIcon$3s as CogVideoProps, Icons$3r as CogView, type CompoundedIcon$3r as CogViewProps, Icons$3q as Cohere, type CompoundedIcon$3q as CohereProps, Icons$3p as Colab, type CompoundedIcon$3p as ColabProps, Icons$3o as CometAPI, type CompoundedIcon$3o as CometAPIProps, Icons$3n as ComfyUI, type CompoundedIcon$3n as ComfyUIProps, Icons$3m as CommandA, type CompoundedIcon$3m as CommandAProps, type CompoundedIcon$4g as CompoundedIcon, Icons$3l as Copilot, Icons$3k as CopilotKit, type CompoundedIcon$3k as CopilotKitProps, type CompoundedIcon$3l as CopilotProps, Icons$3j as Coqui, type CompoundedIcon$3j as CoquiProps, Icons$3i as Coze, type CompoundedIcon$3i as CozeProps, Icons$3h as CrewAI, type CompoundedIcon$3h as CrewAIProps, Icons$3g as Crusoe, type CompoundedIcon$3g as CrusoeProps, Icons$3f as Cursor, type CompoundedIcon$3f as CursorProps, Icons$3e as CyberCut, type CompoundedIcon$3e as CyberCutProps, Icons$3d as Dalle, type CompoundedIcon$3d as DalleProps, Icons$3c as Dbrx, type CompoundedIcon$3c as DbrxProps, Icons$3b as DeepAI, type CompoundedIcon$3b as DeepAIProps, Icons$3a as DeepCogito, type CompoundedIcon$3a as DeepCogitoProps, Icons$39 as DeepInfra, type CompoundedIcon$39 as DeepInfraProps, Icons$38 as DeepL, type CompoundedIcon$38 as DeepLProps, Icons$37 as DeepMind, type CompoundedIcon$37 as DeepMindProps, Icons$36 as DeepSeek, type CompoundedIcon$36 as DeepSeekProps, Icons$35 as Dify, type CompoundedIcon$35 as DifyProps, Icons$34 as Doc2X, type CompoundedIcon$34 as Doc2XProps, Icons$33 as DocSearch, type CompoundedIcon$33 as DocSearchProps, Icons$32 as Dolphin, type CompoundedIcon$32 as DolphinProps, Icons$31 as Doubao, type CompoundedIcon$31 as DoubaoProps, Icons$30 as DreamMachine, type CompoundedIcon$30 as DreamMachineProps, Icons$2$ as ElevenLabs, type CompoundedIcon$2$ as ElevenLabsProps, Icons$2_ as ElevenX, type CompoundedIcon$2_ as ElevenXProps, Icons$2Z as EssentialAI, type CompoundedIcon$2Z as EssentialAIProps, Icons$2Y as Exa, type CompoundedIcon$2Y as ExaProps, Icons$2X as Fal, type CompoundedIcon$2X as FalProps, Icons$2W as FastGPT, type CompoundedIcon$2W as FastGPTProps, Icons$2V as Featherless, type CompoundedIcon$2V as FeatherlessProps, Icons$2U as Figma, type CompoundedIcon$2U as FigmaProps, Icons$2T as Fireworks, type CompoundedIcon$2T as FireworksProps, Icons$2S as FishAudio, type CompoundedIcon$2S as FishAudioProps, Icons$2R as Flora, type CompoundedIcon$2R as FloraProps, Icons$2Q as Flowith, type CompoundedIcon$2Q as FlowithProps, Icons$2P as Flux, type CompoundedIcon$2P as FluxProps, Icons$2O as Friendli, type CompoundedIcon$2O as FriendliProps, Icons$2G as GLMV, type CompoundedIcon$2G as GLMVProps, Icons$2N as Gemini, type CompoundedIcon$2N as GeminiProps, Icons$2M as Gemma, type CompoundedIcon$2M as GemmaProps, Icons$2L as GiteeAI, type CompoundedIcon$2L as GiteeAIProps, Icons$2K as Github, Icons$2J as GithubCopilot, type CompoundedIcon$2J as GithubCopilotProps, type CompoundedIcon$2K as GithubProps, Icons$2I as Glama, type CompoundedIcon$2I as GlamaProps, Icons$2H as Glif, type CompoundedIcon$2H as GlifProps, Icons$2F as Google, Icons$2E as GoogleCloud, type CompoundedIcon$2E as GoogleCloudProps, type CompoundedIcon$2F as GoogleProps, Icons$2D as Goose, type CompoundedIcon$2D as GooseProps, Icons$2C as Gradio, type CompoundedIcon$2C as GradioProps, Icons$2B as Greptile, type CompoundedIcon$2B as GreptileProps, Icons$2A as Grok, type CompoundedIcon$2A as GrokProps, Icons$2z as Groq, type CompoundedIcon$2z as GroqProps, Icons$2y as Hailuo, type CompoundedIcon$2y as HailuoProps, Icons$2x as Haiper, type CompoundedIcon$2x as HaiperProps, Icons$2w as Hedra, type CompoundedIcon$2w as HedraProps, Icons$2v as Higress, type CompoundedIcon$2v as HigressProps, Icons$2u as Huawei, Icons$2t as HuaweiCloud, type CompoundedIcon$2t as HuaweiCloudProps, type CompoundedIcon$2u as HuaweiProps, Icons$2s as HuggingFace, type CompoundedIcon$2s as HuggingFaceProps, Icons$2r as Hunyuan, type CompoundedIcon$2r as HunyuanProps, Icons$2q as Hyperbolic, type CompoundedIcon$2q as HyperbolicProps, Icons$2p as IBM, type CompoundedIcon$2p as IBMProps, Icons$2n as IFlyTekCloud, type CompoundedIcon$2n as IFlyTekCloudProps, Icons$2o as Ideogram, type CompoundedIcon$2o as IdeogramProps, Icons$2m as Inception, type CompoundedIcon$2m as InceptionProps, Icons$2l as Inference, type CompoundedIcon$2l as InferenceProps, Icons$2k as Infermatic, type CompoundedIcon$2k as InfermaticProps, Icons$2j as Infinigence, type CompoundedIcon$2j as InfinigenceProps, Icons$2i as Inflection, type CompoundedIcon$2i as InflectionProps, Icons$2h as InternLM, type CompoundedIcon$2h as InternLMProps, Icons$2g as Jimeng, type CompoundedIcon$2g as JimengProps, Icons$2f as Jina, type CompoundedIcon$2f as JinaProps, Icons$2e as Kimi, type CompoundedIcon$2e as KimiProps, Icons$2d as Kling, type CompoundedIcon$2d as KlingProps, Icons$2c as Kluster, type CompoundedIcon$2c as KlusterProps, Icons$2b as Kolors, type CompoundedIcon$2b as KolorsProps, Icons$2a as Krea, type CompoundedIcon$2a as KreaProps, Icons$29 as KwaiKAT, type CompoundedIcon$29 as KwaiKATProps, Icons$28 as Kwaipilot, type CompoundedIcon$28 as KwaipilotProps, Icons$21 as LG, type CompoundedIcon$21 as LGProps, Icons$1Y as LLaVA, type CompoundedIcon$1Y as LLaVAProps, Icons$27 as Lambda, type CompoundedIcon$27 as LambdaProps, Icons$26 as LangChain, type CompoundedIcon$26 as LangChainProps, Icons$24 as LangGraph, type CompoundedIcon$24 as LangGraphProps, Icons$23 as LangSmith, type CompoundedIcon$23 as LangSmithProps, Icons$25 as Langfuse, type CompoundedIcon$25 as LangfuseProps, Icons$22 as LeptonAI, type CompoundedIcon$22 as LeptonAIProps, Icons$20 as Lightricks, type CompoundedIcon$20 as LightricksProps, Icons$1$ as Liquid, type CompoundedIcon$1$ as LiquidProps, Icons$1_ as LiveKit, type CompoundedIcon$1_ as LiveKitProps, Icons$1Z as LlamaIndex, type CompoundedIcon$1Z as LlamaIndexProps, Icons$1X as LmStudio, type CompoundedIcon$1X as LmStudioProps, Icons$1W as LobeHub, type CompoundedIcon$1W as LobeHubProps, Icons$1V as LongCat, type CompoundedIcon$1V as LongCatProps, Icons$1U as Lovable, type CompoundedIcon$1U as LovableProps, Icons$1T as Lovart, type CompoundedIcon$1T as LovartProps, Icons$1S as Luma, type CompoundedIcon$1S as LumaProps, Icons$1N as MCP, type CompoundedIcon$1N as MCPProps, Icons$1R as Magic, type CompoundedIcon$1R as MagicProps, Icons$1Q as Make, type CompoundedIcon$1Q as MakeProps, Icons$1P as Manus, type CompoundedIcon$1P as ManusProps, Icons$1O as Mastra, type CompoundedIcon$1O as MastraProps, Icons$1M as McpSo, type CompoundedIcon$1M as McpSoProps, Icons$1L as Menlo, type CompoundedIcon$1L as MenloProps, Icons$1K as Meta, Icons$1J as MetaAI, type CompoundedIcon$1J as MetaAIProps, Icons$1I as MetaGPT, type CompoundedIcon$1I as MetaGPTProps, type CompoundedIcon$1K as MetaProps, Icons$1H as Microsoft, type CompoundedIcon$1H as MicrosoftProps, Icons$1G as Midjourney, type CompoundedIcon$1G as MidjourneyProps, Icons$1F as Minimax, type CompoundedIcon$1F as MinimaxProps, Icons$1E as Mistral, type CompoundedIcon$1E as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1D as ModelScope, type CompoundedIcon$1D as ModelScopeProps, RNModelTag as ModelTag, Icons$1C as Monica, type CompoundedIcon$1C as MonicaProps, Icons$1B as Moonshot, type CompoundedIcon$1B as MoonshotProps, Icons$1A as Morph, type CompoundedIcon$1A as MorphProps, Icons$1z as MyShell, type CompoundedIcon$1z as MyShellProps, Icons$1y as N8n, type CompoundedIcon$1y as N8nProps, Icons$1p as NPLCloud, type CompoundedIcon$1p as NPLCloudProps, Icons$1x as Nebius, type CompoundedIcon$1x as NebiusProps, Icons$1w as NewAPI, type CompoundedIcon$1w as NewAPIProps, Icons$1v as NotebookLM, type CompoundedIcon$1v as NotebookLMProps, Icons$1u as Notion, type CompoundedIcon$1u as NotionProps, Icons$1t as NousResearch, type CompoundedIcon$1t as NousResearchProps, Icons$1s as Nova, type CompoundedIcon$1s as NovaProps, Icons$1r as NovelAI, type CompoundedIcon$1r as NovelAIProps, Icons$1q as Novita, type CompoundedIcon$1q as NovitaProps, Icons$1o as Nvidia, type CompoundedIcon$1o as NvidiaProps, Icons$1n as Ollama, type CompoundedIcon$1n as OllamaProps, Icons$1m as OpenAI, type CompoundedIcon$1m as OpenAIProps, Icons$1l as OpenChat, type CompoundedIcon$1l as OpenChatProps, Icons$1k as OpenClaw, type CompoundedIcon$1k as OpenClawProps, Icons$1j as OpenRouter, type CompoundedIcon$1j as OpenRouterProps, Icons$1i as OpenWebUI, type CompoundedIcon$1i as OpenWebUIProps, Icons$17 as PPIO, type CompoundedIcon$17 as PPIOProps, Icons$1h as PaLM, type CompoundedIcon$1h as PaLMProps, Icons$1g as Parasail, type CompoundedIcon$1g as ParasailProps, Icons$1f as Perplexity, type CompoundedIcon$1f as PerplexityProps, Icons$1e as Phidata, type CompoundedIcon$1e as PhidataProps, Icons$1d as Phind, type CompoundedIcon$1d as PhindProps, Icons$1c as Pika, type CompoundedIcon$1c as PikaProps, Icons$1b as PixVerse, type CompoundedIcon$1b as PixVerseProps, Icons$1a as Player2, type CompoundedIcon$1a as Player2Props, Icons$19 as Poe, type CompoundedIcon$19 as PoeProps, Icons$18 as Pollinations, type CompoundedIcon$18 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$16 as PydanticAI, type CompoundedIcon$16 as PydanticAIProps, Icons$15 as Qingyan, type CompoundedIcon$15 as QingyanProps, Icons$14 as Qiniu, type CompoundedIcon$14 as QiniuProps, Icons$13 as Qwen, type CompoundedIcon$13 as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$Z as RSSHub, type CompoundedIcon$Z as RSSHubProps, Icons$12 as Railway, type CompoundedIcon$12 as RailwayProps, Icons$11 as Recraft, type CompoundedIcon$11 as RecraftProps, Icons$10 as Relace, type CompoundedIcon$10 as RelaceProps, Icons$$ as Replicate, type CompoundedIcon$$ as ReplicateProps, Icons$_ as Replit, type CompoundedIcon$_ as ReplitProps, Icons$Y as Runway, type CompoundedIcon$Y as RunwayProps, Icons$X as Rwkv, type CompoundedIcon$X as RwkvProps, Icons$W as SambaNova, type CompoundedIcon$W as SambaNovaProps, Icons$V as Search1API, type CompoundedIcon$V as Search1APIProps, Icons$U as SearchApi, type CompoundedIcon$U as SearchApiProps, Icons$T as SenseNova, type CompoundedIcon$T as SenseNovaProps, Icons$S as SiliconCloud, type CompoundedIcon$S as SiliconCloudProps, Icons$R as Skywork, type CompoundedIcon$R as SkyworkProps, Icons$Q as Smithery, type CompoundedIcon$Q as SmitheryProps, Icons$P as Snowflake, type CompoundedIcon$P as SnowflakeProps, Icons$O as SophNet, type CompoundedIcon$O as SophNetProps, Icons$N as Sora, type CompoundedIcon$N as SoraProps, Icons$M as Spark, type CompoundedIcon$M as SparkProps, Icons$L as Stability, type CompoundedIcon$L as StabilityProps, Icons$K as StateCloud, type CompoundedIcon$K as StateCloudProps, Icons$J as Stepfun, type CompoundedIcon$J as StepfunProps, Icons$I as Straico, type CompoundedIcon$I as StraicoProps, Icons$H as StreamLake, type CompoundedIcon$H as StreamLakeProps, Icons$G as SubModel, type CompoundedIcon$G as SubModelProps, Icons$F as Suno, type CompoundedIcon$F as SunoProps, Icons$E as Sync, type CompoundedIcon$E as SyncProps, Icons$y as TII, type CompoundedIcon$y as TIIProps, Icons$D as Targon, type CompoundedIcon$D as TargonProps, Icons$C as Tavily, type CompoundedIcon$C as TavilyProps, Icons$B as Tencent, Icons$A as TencentCloud, type CompoundedIcon$A as TencentCloudProps, type CompoundedIcon$B as TencentProps, Icons$z as Tiangong, type CompoundedIcon$z as TiangongProps, Icons$x as Together, type CompoundedIcon$x as TogetherProps, Icons$w as TopazLabs, type CompoundedIcon$w as TopazLabsProps, Icons$v as Trae, type CompoundedIcon$v as TraeProps, Icons$u as Tripo, type CompoundedIcon$u as TripoProps, Icons$t as TuriX, type CompoundedIcon$t as TuriXProps, Icons$s as Udio, type CompoundedIcon$s as UdioProps, Icons$r as Unstructured, type CompoundedIcon$r as UnstructuredProps, Icons$q as Upstage, type CompoundedIcon$q as UpstageProps, Icons$p as V0, type CompoundedIcon$p as V0Props, Icons$o as VectorizerAI, type CompoundedIcon$o as VectorizerAIProps, Icons$n as Vercel, type CompoundedIcon$n as VercelProps, Icons$m as VertexAI, type CompoundedIcon$m as VertexAIProps, Icons$l as Vidu, type CompoundedIcon$l as ViduProps, Icons$k as Viggle, type CompoundedIcon$k as ViggleProps, Icons$j as Vllm, type CompoundedIcon$j as VllmProps, Icons$i as Volcengine, type CompoundedIcon$i as VolcengineProps, Icons$h as Voyage, type CompoundedIcon$h as VoyageProps, Icons$g as Wenxin, type CompoundedIcon$g as WenxinProps, Icons$f as Windsurf, type CompoundedIcon$f as WindsurfProps, Icons$e as WorkersAI, type CompoundedIcon$e as WorkersAIProps, Icons$d as XAI, type CompoundedIcon$d as XAIProps, Icons$c as XiaomiMiMo, type CompoundedIcon$c as XiaomiMiMoProps, Icons$b as Xinference, type CompoundedIcon$b as XinferenceProps, Icons$a as Xuanyuan, type CompoundedIcon$a as XuanyuanProps, Icons$9 as Yandex, type CompoundedIcon$9 as YandexProps, Icons$8 as Yi, type CompoundedIcon$8 as YiProps, Icons$7 as YouMind, type CompoundedIcon$7 as YouMindProps, Icons$6 as Yuanbao, type CompoundedIcon$6 as YuanbaoProps, Icons$5 as ZAI, type CompoundedIcon$5 as ZAIProps, Icons$4 as Zapier, type CompoundedIcon$4 as ZapierProps, Icons$3 as Zeabur, type CompoundedIcon$3 as ZeaburProps, Icons$2 as ZenMux, type CompoundedIcon$2 as ZenMuxProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };
6470
+ export { Icons$4g as Adobe, Icons$4f as AdobeFirefly, type CompoundedIcon$4f as AdobeFireflyProps, type CompoundedIcon$4g as AdobeProps, Icons$4e as Agui, type CompoundedIcon$4e as AguiProps, Icons$4d as Ai2, Icons$4c as Ai21, type CompoundedIcon$4c as Ai21Props, type CompoundedIcon$4d as Ai2Props, Icons$4b as Ai302, type CompoundedIcon$4b as Ai302Props, Icons$4a as Ai360, type CompoundedIcon$4a as Ai360Props, Icons$49 as AiHubMix, type CompoundedIcon$49 as AiHubMixProps, Icons$48 as AiMass, type CompoundedIcon$48 as AiMassProps, Icons$46 as AiStudio, type CompoundedIcon$46 as AiStudioProps, Icons$47 as AionLabs, type CompoundedIcon$47 as AionLabsProps, Icons$45 as AkashChat, type CompoundedIcon$45 as AkashChatProps, Icons$44 as AlephAlpha, type CompoundedIcon$44 as AlephAlphaProps, Icons$43 as Alibaba, Icons$42 as AlibabaCloud, type CompoundedIcon$42 as AlibabaCloudProps, type CompoundedIcon$43 as AlibabaProps, Icons$41 as AntGroup, type CompoundedIcon$41 as AntGroupProps, Icons$40 as Anthropic, type CompoundedIcon$40 as AnthropicProps, Icons$3$ as Anyscale, type CompoundedIcon$3$ as AnyscaleProps, Icons$3_ as Apple, type CompoundedIcon$3_ as AppleProps, Icons$3Z as Arcee, type CompoundedIcon$3Z as ArceeProps, Icons$3Y as AssemblyAI, type CompoundedIcon$3Y as AssemblyAIProps, Icons$3X as AtlasCloud, type CompoundedIcon$3X as AtlasCloudProps, Icons$3W as Automatic, type CompoundedIcon$3W as AutomaticProps, Icons$3V as Aws, type CompoundedIcon$3V as AwsProps, Icons$3U as Aya, type CompoundedIcon$3U as AyaProps, Icons$3T as Azure, Icons$3S as AzureAI, type CompoundedIcon$3S as AzureAIProps, type CompoundedIcon$3T as AzureProps, Icons$3R as BAAI, type CompoundedIcon$3R as BAAIProps, Icons$3Q as Baichuan, type CompoundedIcon$3Q as BaichuanProps, Icons$3P as Baidu, Icons$3O as BaiduCloud, type CompoundedIcon$3O as BaiduCloudProps, type CompoundedIcon$3P as BaiduProps, Icons$3N as Bailian, type CompoundedIcon$3N as BailianProps, Icons$3M as Baseten, type CompoundedIcon$3M as BasetenProps, Icons$3L as Bedrock, type CompoundedIcon$3L as BedrockProps, Icons$3K as Bfl, type CompoundedIcon$3K as BflProps, Icons$3J as Bilibili, Icons$3I as BilibiliIndex, type CompoundedIcon$3I as BilibiliIndexProps, type CompoundedIcon$3J as BilibiliProps, Icons$3H as Bing, type CompoundedIcon$3H as BingProps, Icons$3G as BurnCloud, type CompoundedIcon$3G as BurnCloudProps, Icons$3F as ByteDance, type CompoundedIcon$3F as ByteDanceProps, Icons$3E as CapCut, type CompoundedIcon$3E as CapCutProps, Icons$3D as CentML, type CompoundedIcon$3D as CentMLProps, Icons$3C as Cerebras, type CompoundedIcon$3C as CerebrasProps, Icons$3B as ChatGLM, type CompoundedIcon$3B as ChatGLMProps, Icons$3A as Civitai, type CompoundedIcon$3A as CivitaiProps, Icons$3z as Claude, type CompoundedIcon$3z as ClaudeProps, Icons$3y as Cline, type CompoundedIcon$3y as ClineProps, Icons$3x as Clipdrop, type CompoundedIcon$3x as ClipdropProps, Icons$3w as Cloudflare, type CompoundedIcon$3w as CloudflareProps, Icons$3v as CodeFlicker, type CompoundedIcon$3v as CodeFlickerProps, Icons$3u as CodeGeeX, type CompoundedIcon$3u as CodeGeeXProps, Icons$3t as CogVideo, type CompoundedIcon$3t as CogVideoProps, Icons$3s as CogView, type CompoundedIcon$3s as CogViewProps, Icons$3r as Cohere, type CompoundedIcon$3r as CohereProps, Icons$3q as Colab, type CompoundedIcon$3q as ColabProps, Icons$3p as CometAPI, type CompoundedIcon$3p as CometAPIProps, Icons$3o as ComfyUI, type CompoundedIcon$3o as ComfyUIProps, Icons$3n as CommandA, type CompoundedIcon$3n as CommandAProps, type CompoundedIcon$4h as CompoundedIcon, Icons$3m as Copilot, Icons$3l as CopilotKit, type CompoundedIcon$3l as CopilotKitProps, type CompoundedIcon$3m as CopilotProps, Icons$3k as Coqui, type CompoundedIcon$3k as CoquiProps, Icons$3j as Coze, type CompoundedIcon$3j as CozeProps, Icons$3i as CrewAI, type CompoundedIcon$3i as CrewAIProps, Icons$3h as Crusoe, type CompoundedIcon$3h as CrusoeProps, Icons$3g as Cursor, type CompoundedIcon$3g as CursorProps, Icons$3f as CyberCut, type CompoundedIcon$3f as CyberCutProps, Icons$3e as Dalle, type CompoundedIcon$3e as DalleProps, Icons$3d as Dbrx, type CompoundedIcon$3d as DbrxProps, Icons$3c as DeepAI, type CompoundedIcon$3c as DeepAIProps, Icons$3b as DeepCogito, type CompoundedIcon$3b as DeepCogitoProps, Icons$3a as DeepInfra, type CompoundedIcon$3a as DeepInfraProps, Icons$39 as DeepL, type CompoundedIcon$39 as DeepLProps, Icons$38 as DeepMind, type CompoundedIcon$38 as DeepMindProps, Icons$37 as DeepSeek, type CompoundedIcon$37 as DeepSeekProps, Icons$36 as Dify, type CompoundedIcon$36 as DifyProps, Icons$35 as Doc2X, type CompoundedIcon$35 as Doc2XProps, Icons$34 as DocSearch, type CompoundedIcon$34 as DocSearchProps, Icons$33 as Dolphin, type CompoundedIcon$33 as DolphinProps, Icons$32 as Doubao, type CompoundedIcon$32 as DoubaoProps, Icons$31 as DreamMachine, type CompoundedIcon$31 as DreamMachineProps, Icons$30 as ElevenLabs, type CompoundedIcon$30 as ElevenLabsProps, Icons$2$ as ElevenX, type CompoundedIcon$2$ as ElevenXProps, Icons$2_ as EssentialAI, type CompoundedIcon$2_ as EssentialAIProps, Icons$2Z as Exa, type CompoundedIcon$2Z as ExaProps, Icons$2Y as Fal, type CompoundedIcon$2Y as FalProps, Icons$2X as FastGPT, type CompoundedIcon$2X as FastGPTProps, Icons$2W as Featherless, type CompoundedIcon$2W as FeatherlessProps, Icons$2V as Figma, type CompoundedIcon$2V as FigmaProps, Icons$2U as Fireworks, type CompoundedIcon$2U as FireworksProps, Icons$2T as FishAudio, type CompoundedIcon$2T as FishAudioProps, Icons$2S as Flora, type CompoundedIcon$2S as FloraProps, Icons$2R as Flowith, type CompoundedIcon$2R as FlowithProps, Icons$2Q as Flux, type CompoundedIcon$2Q as FluxProps, Icons$2P as Friendli, type CompoundedIcon$2P as FriendliProps, Icons$2H as GLMV, type CompoundedIcon$2H as GLMVProps, Icons$2O as Gemini, type CompoundedIcon$2O as GeminiProps, Icons$2N as Gemma, type CompoundedIcon$2N as GemmaProps, Icons$2M as GiteeAI, type CompoundedIcon$2M as GiteeAIProps, Icons$2L as Github, Icons$2K as GithubCopilot, type CompoundedIcon$2K as GithubCopilotProps, type CompoundedIcon$2L as GithubProps, Icons$2J as Glama, type CompoundedIcon$2J as GlamaProps, Icons$2I as Glif, type CompoundedIcon$2I as GlifProps, Icons$2G as Google, Icons$2F as GoogleCloud, type CompoundedIcon$2F as GoogleCloudProps, type CompoundedIcon$2G as GoogleProps, Icons$2E as Goose, type CompoundedIcon$2E as GooseProps, Icons$2D as Gradio, type CompoundedIcon$2D as GradioProps, Icons$2C as Greptile, type CompoundedIcon$2C as GreptileProps, Icons$2B as Grok, type CompoundedIcon$2B as GrokProps, Icons$2A as Groq, type CompoundedIcon$2A as GroqProps, Icons$2z as Hailuo, type CompoundedIcon$2z as HailuoProps, Icons$2y as Haiper, type CompoundedIcon$2y as HaiperProps, Icons$2x as Hedra, type CompoundedIcon$2x as HedraProps, Icons$2w as Higress, type CompoundedIcon$2w as HigressProps, Icons$2v as Huawei, Icons$2u as HuaweiCloud, type CompoundedIcon$2u as HuaweiCloudProps, type CompoundedIcon$2v as HuaweiProps, Icons$2t as HuggingFace, type CompoundedIcon$2t as HuggingFaceProps, Icons$2s as Hunyuan, type CompoundedIcon$2s as HunyuanProps, Icons$2r as Hyperbolic, type CompoundedIcon$2r as HyperbolicProps, Icons$2q as IBM, type CompoundedIcon$2q as IBMProps, Icons$2o as IFlyTekCloud, type CompoundedIcon$2o as IFlyTekCloudProps, Icons$2p as Ideogram, type CompoundedIcon$2p as IdeogramProps, Icons$2n as Inception, type CompoundedIcon$2n as InceptionProps, Icons$2m as Inference, type CompoundedIcon$2m as InferenceProps, Icons$2l as Infermatic, type CompoundedIcon$2l as InfermaticProps, Icons$2k as Infinigence, type CompoundedIcon$2k as InfinigenceProps, Icons$2j as Inflection, type CompoundedIcon$2j as InflectionProps, Icons$2i as InternLM, type CompoundedIcon$2i as InternLMProps, Icons$2h as Jimeng, type CompoundedIcon$2h as JimengProps, Icons$2g as Jina, type CompoundedIcon$2g as JinaProps, Icons$2f as Kimi, type CompoundedIcon$2f as KimiProps, Icons$2e as Kling, type CompoundedIcon$2e as KlingProps, Icons$2d as Kluster, type CompoundedIcon$2d as KlusterProps, Icons$2c as Kolors, type CompoundedIcon$2c as KolorsProps, Icons$2b as Krea, type CompoundedIcon$2b as KreaProps, Icons$2a as KwaiKAT, type CompoundedIcon$2a as KwaiKATProps, Icons$29 as Kwaipilot, type CompoundedIcon$29 as KwaipilotProps, Icons$22 as LG, type CompoundedIcon$22 as LGProps, Icons$1Z as LLaVA, type CompoundedIcon$1Z as LLaVAProps, Icons$28 as Lambda, type CompoundedIcon$28 as LambdaProps, Icons$27 as LangChain, type CompoundedIcon$27 as LangChainProps, Icons$25 as LangGraph, type CompoundedIcon$25 as LangGraphProps, Icons$24 as LangSmith, type CompoundedIcon$24 as LangSmithProps, Icons$26 as Langfuse, type CompoundedIcon$26 as LangfuseProps, Icons$23 as LeptonAI, type CompoundedIcon$23 as LeptonAIProps, Icons$21 as Lightricks, type CompoundedIcon$21 as LightricksProps, Icons$20 as Liquid, type CompoundedIcon$20 as LiquidProps, Icons$1$ as LiveKit, type CompoundedIcon$1$ as LiveKitProps, Icons$1_ as LlamaIndex, type CompoundedIcon$1_ as LlamaIndexProps, Icons$1Y as LmStudio, type CompoundedIcon$1Y as LmStudioProps, Icons$1X as LobeHub, type CompoundedIcon$1X as LobeHubProps, Icons$1W as LongCat, type CompoundedIcon$1W as LongCatProps, Icons$1V as Lovable, type CompoundedIcon$1V as LovableProps, Icons$1U as Lovart, type CompoundedIcon$1U as LovartProps, Icons$1T as Luma, type CompoundedIcon$1T as LumaProps, Icons$1O as MCP, type CompoundedIcon$1O as MCPProps, Icons$1S as Magic, type CompoundedIcon$1S as MagicProps, Icons$1R as Make, type CompoundedIcon$1R as MakeProps, Icons$1Q as Manus, type CompoundedIcon$1Q as ManusProps, Icons$1P as Mastra, type CompoundedIcon$1P as MastraProps, Icons$1N as McpSo, type CompoundedIcon$1N as McpSoProps, Icons$1M as Menlo, type CompoundedIcon$1M as MenloProps, Icons$1L as Meta, Icons$1K as MetaAI, type CompoundedIcon$1K as MetaAIProps, Icons$1J as MetaGPT, type CompoundedIcon$1J as MetaGPTProps, type CompoundedIcon$1L as MetaProps, Icons$1I as Microsoft, type CompoundedIcon$1I as MicrosoftProps, Icons$1H as Midjourney, type CompoundedIcon$1H as MidjourneyProps, Icons$1G as Minimax, type CompoundedIcon$1G as MinimaxProps, Icons$1F as Mistral, type CompoundedIcon$1F as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1E as ModelScope, type CompoundedIcon$1E as ModelScopeProps, RNModelTag as ModelTag, Icons$1D as Monica, type CompoundedIcon$1D as MonicaProps, Icons$1C as Moonshot, type CompoundedIcon$1C as MoonshotProps, Icons$1B as Morph, type CompoundedIcon$1B as MorphProps, Icons$1A as MyShell, type CompoundedIcon$1A as MyShellProps, Icons$1z as N8n, type CompoundedIcon$1z as N8nProps, Icons$1p as NPLCloud, type CompoundedIcon$1p as NPLCloudProps, Icons$1y as NanoBanana, type CompoundedIcon$1y as NanoBananaProps, Icons$1x as Nebius, type CompoundedIcon$1x as NebiusProps, Icons$1w as NewAPI, type CompoundedIcon$1w as NewAPIProps, Icons$1v as NotebookLM, type CompoundedIcon$1v as NotebookLMProps, Icons$1u as Notion, type CompoundedIcon$1u as NotionProps, Icons$1t as NousResearch, type CompoundedIcon$1t as NousResearchProps, Icons$1s as Nova, type CompoundedIcon$1s as NovaProps, Icons$1r as NovelAI, type CompoundedIcon$1r as NovelAIProps, Icons$1q as Novita, type CompoundedIcon$1q as NovitaProps, Icons$1o as Nvidia, type CompoundedIcon$1o as NvidiaProps, Icons$1n as Ollama, type CompoundedIcon$1n as OllamaProps, Icons$1m as OpenAI, type CompoundedIcon$1m as OpenAIProps, Icons$1l as OpenChat, type CompoundedIcon$1l as OpenChatProps, Icons$1k as OpenClaw, type CompoundedIcon$1k as OpenClawProps, Icons$1j as OpenRouter, type CompoundedIcon$1j as OpenRouterProps, Icons$1i as OpenWebUI, type CompoundedIcon$1i as OpenWebUIProps, Icons$17 as PPIO, type CompoundedIcon$17 as PPIOProps, Icons$1h as PaLM, type CompoundedIcon$1h as PaLMProps, Icons$1g as Parasail, type CompoundedIcon$1g as ParasailProps, Icons$1f as Perplexity, type CompoundedIcon$1f as PerplexityProps, Icons$1e as Phidata, type CompoundedIcon$1e as PhidataProps, Icons$1d as Phind, type CompoundedIcon$1d as PhindProps, Icons$1c as Pika, type CompoundedIcon$1c as PikaProps, Icons$1b as PixVerse, type CompoundedIcon$1b as PixVerseProps, Icons$1a as Player2, type CompoundedIcon$1a as Player2Props, Icons$19 as Poe, type CompoundedIcon$19 as PoeProps, Icons$18 as Pollinations, type CompoundedIcon$18 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$16 as PydanticAI, type CompoundedIcon$16 as PydanticAIProps, Icons$15 as Qingyan, type CompoundedIcon$15 as QingyanProps, Icons$14 as Qiniu, type CompoundedIcon$14 as QiniuProps, Icons$13 as Qwen, type CompoundedIcon$13 as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$Z as RSSHub, type CompoundedIcon$Z as RSSHubProps, Icons$12 as Railway, type CompoundedIcon$12 as RailwayProps, Icons$11 as Recraft, type CompoundedIcon$11 as RecraftProps, Icons$10 as Relace, type CompoundedIcon$10 as RelaceProps, Icons$$ as Replicate, type CompoundedIcon$$ as ReplicateProps, Icons$_ as Replit, type CompoundedIcon$_ as ReplitProps, Icons$Y as Runway, type CompoundedIcon$Y as RunwayProps, Icons$X as Rwkv, type CompoundedIcon$X as RwkvProps, Icons$W as SambaNova, type CompoundedIcon$W as SambaNovaProps, Icons$V as Search1API, type CompoundedIcon$V as Search1APIProps, Icons$U as SearchApi, type CompoundedIcon$U as SearchApiProps, Icons$T as SenseNova, type CompoundedIcon$T as SenseNovaProps, Icons$S as SiliconCloud, type CompoundedIcon$S as SiliconCloudProps, Icons$R as Skywork, type CompoundedIcon$R as SkyworkProps, Icons$Q as Smithery, type CompoundedIcon$Q as SmitheryProps, Icons$P as Snowflake, type CompoundedIcon$P as SnowflakeProps, Icons$O as SophNet, type CompoundedIcon$O as SophNetProps, Icons$N as Sora, type CompoundedIcon$N as SoraProps, Icons$M as Spark, type CompoundedIcon$M as SparkProps, Icons$L as Stability, type CompoundedIcon$L as StabilityProps, Icons$K as StateCloud, type CompoundedIcon$K as StateCloudProps, Icons$J as Stepfun, type CompoundedIcon$J as StepfunProps, Icons$I as Straico, type CompoundedIcon$I as StraicoProps, Icons$H as StreamLake, type CompoundedIcon$H as StreamLakeProps, Icons$G as SubModel, type CompoundedIcon$G as SubModelProps, Icons$F as Suno, type CompoundedIcon$F as SunoProps, Icons$E as Sync, type CompoundedIcon$E as SyncProps, Icons$y as TII, type CompoundedIcon$y as TIIProps, Icons$D as Targon, type CompoundedIcon$D as TargonProps, Icons$C as Tavily, type CompoundedIcon$C as TavilyProps, Icons$B as Tencent, Icons$A as TencentCloud, type CompoundedIcon$A as TencentCloudProps, type CompoundedIcon$B as TencentProps, Icons$z as Tiangong, type CompoundedIcon$z as TiangongProps, Icons$x as Together, type CompoundedIcon$x as TogetherProps, Icons$w as TopazLabs, type CompoundedIcon$w as TopazLabsProps, Icons$v as Trae, type CompoundedIcon$v as TraeProps, Icons$u as Tripo, type CompoundedIcon$u as TripoProps, Icons$t as TuriX, type CompoundedIcon$t as TuriXProps, Icons$s as Udio, type CompoundedIcon$s as UdioProps, Icons$r as Unstructured, type CompoundedIcon$r as UnstructuredProps, Icons$q as Upstage, type CompoundedIcon$q as UpstageProps, Icons$p as V0, type CompoundedIcon$p as V0Props, Icons$o as VectorizerAI, type CompoundedIcon$o as VectorizerAIProps, Icons$n as Vercel, type CompoundedIcon$n as VercelProps, Icons$m as VertexAI, type CompoundedIcon$m as VertexAIProps, Icons$l as Vidu, type CompoundedIcon$l as ViduProps, Icons$k as Viggle, type CompoundedIcon$k as ViggleProps, Icons$j as Vllm, type CompoundedIcon$j as VllmProps, Icons$i as Volcengine, type CompoundedIcon$i as VolcengineProps, Icons$h as Voyage, type CompoundedIcon$h as VoyageProps, Icons$g as Wenxin, type CompoundedIcon$g as WenxinProps, Icons$f as Windsurf, type CompoundedIcon$f as WindsurfProps, Icons$e as WorkersAI, type CompoundedIcon$e as WorkersAIProps, Icons$d as XAI, type CompoundedIcon$d as XAIProps, Icons$c as XiaomiMiMo, type CompoundedIcon$c as XiaomiMiMoProps, Icons$b as Xinference, type CompoundedIcon$b as XinferenceProps, Icons$a as Xuanyuan, type CompoundedIcon$a as XuanyuanProps, Icons$9 as Yandex, type CompoundedIcon$9 as YandexProps, Icons$8 as Yi, type CompoundedIcon$8 as YiProps, Icons$7 as YouMind, type CompoundedIcon$7 as YouMindProps, Icons$6 as Yuanbao, type CompoundedIcon$6 as YuanbaoProps, Icons$5 as ZAI, type CompoundedIcon$5 as ZAIProps, Icons$4 as Zapier, type CompoundedIcon$4 as ZapierProps, Icons$3 as Zeabur, type CompoundedIcon$3 as ZeaburProps, Icons$2 as ZenMux, type CompoundedIcon$2 as ZenMuxProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };