@lobehub/icons-rn 1.6.0 → 1.7.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$3V {
73
+ interface CompoundedIcon$3W {
74
74
  Avatar: ComponentType<RNIconAvatarProps$1>;
75
75
  Color?: ComponentType<RNIconProps>;
76
76
  Combine?: ComponentType<RNIconCombineProps>;
@@ -213,14 +213,36 @@ interface RNProviderIconProps extends RNIconProps {
213
213
  }
214
214
  declare const RNProviderIcon: React__default.NamedExoticComponent<RNProviderIconProps>;
215
215
 
216
+ type AvatarProps$3V = Omit<RNIconAvatarProps, 'Icon'>;
217
+ declare const Avatar$3V: React__default.NamedExoticComponent<AvatarProps$3V>;
218
+
219
+ declare const Icon$a_: React__default.NamedExoticComponent<RNIconProps$1>;
220
+
221
+ interface CombineProps$3E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
+ type?: 'color' | 'mono';
223
+ }
224
+ declare const Combine$3G: React__default.NamedExoticComponent<CombineProps$3E>;
225
+
226
+ declare const Icon$aZ: React__default.NamedExoticComponent<RNIconProps$1>;
227
+
228
+ declare const Icon$aY: React__default.NamedExoticComponent<RNIconProps$1>;
229
+
230
+ type CompoundedIcon$3V = typeof Icon$aZ & {
231
+ Avatar: typeof Avatar$3V;
232
+ Color: typeof Icon$a_;
233
+ Combine: typeof Combine$3G;
234
+ Text: typeof Icon$aY;
235
+ colorPrimary: string;
236
+ title: string;
237
+ };
238
+ declare const Icons$3V: CompoundedIcon$3V;
239
+
216
240
  type AvatarProps$3U = Omit<RNIconAvatarProps, 'Icon'>;
217
241
  declare const Avatar$3U: React__default.NamedExoticComponent<AvatarProps$3U>;
218
242
 
219
243
  declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
220
244
 
221
- interface CombineProps$3D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
- type?: 'color' | 'mono';
223
- }
245
+ type CombineProps$3D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
224
246
  declare const Combine$3F: React__default.NamedExoticComponent<CombineProps$3D>;
225
247
 
226
248
  declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -240,20 +262,17 @@ declare const Icons$3U: CompoundedIcon$3U;
240
262
  type AvatarProps$3T = Omit<RNIconAvatarProps, 'Icon'>;
241
263
  declare const Avatar$3T: React__default.NamedExoticComponent<AvatarProps$3T>;
242
264
 
243
- declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
244
-
245
265
  type CombineProps$3C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
246
266
  declare const Combine$3E: React__default.NamedExoticComponent<CombineProps$3C>;
247
267
 
248
- declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
268
+ declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
249
269
 
250
- declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
270
+ declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
251
271
 
252
- type CompoundedIcon$3T = typeof Icon$aT & {
272
+ type CompoundedIcon$3T = typeof Icon$aU & {
253
273
  Avatar: typeof Avatar$3T;
254
- Color: typeof Icon$aU;
255
274
  Combine: typeof Combine$3E;
256
- Text: typeof Icon$aS;
275
+ Text: typeof Icon$aT;
257
276
  colorPrimary: string;
258
277
  title: string;
259
278
  };
@@ -262,17 +281,24 @@ declare const Icons$3T: CompoundedIcon$3T;
262
281
  type AvatarProps$3S = Omit<RNIconAvatarProps, 'Icon'>;
263
282
  declare const Avatar$3S: React__default.NamedExoticComponent<AvatarProps$3S>;
264
283
 
265
- type CombineProps$3B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
266
- declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3B>;
284
+ declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
267
285
 
268
286
  declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
269
287
 
288
+ interface CombineProps$3B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
+ type: 'mono' | 'color';
290
+ }
291
+ declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3B>;
292
+
270
293
  declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
271
294
 
272
- type CompoundedIcon$3S = typeof Icon$aR & {
295
+ type CompoundedIcon$3S = typeof Icon$aQ & {
273
296
  Avatar: typeof Avatar$3S;
297
+ Brand: typeof Icon$aS;
298
+ BrandColor: typeof Icon$aR;
274
299
  Combine: typeof Combine$3D;
275
- Text: typeof Icon$aQ;
300
+ Text: typeof Icon$aS;
301
+ colorGradient: string;
276
302
  colorPrimary: string;
277
303
  title: string;
278
304
  };
@@ -283,22 +309,20 @@ declare const Avatar$3R: React__default.NamedExoticComponent<AvatarProps$3R>;
283
309
 
284
310
  declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
285
311
 
286
- declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
287
-
288
312
  interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
- type: 'mono' | 'color';
313
+ type?: 'color' | 'mono';
290
314
  }
291
315
  declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3A>;
292
316
 
317
+ declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
318
+
293
319
  declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
294
320
 
295
- type CompoundedIcon$3R = typeof Icon$aN & {
321
+ type CompoundedIcon$3R = typeof Icon$aO & {
296
322
  Avatar: typeof Avatar$3R;
297
- Brand: typeof Icon$aP;
298
- BrandColor: typeof Icon$aO;
323
+ Color: typeof Icon$aP;
299
324
  Combine: typeof Combine$3C;
300
- Text: typeof Icon$aP;
301
- colorGradient: string;
325
+ Text: typeof Icon$aN;
302
326
  colorPrimary: string;
303
327
  title: string;
304
328
  };
@@ -323,6 +347,7 @@ type CompoundedIcon$3Q = typeof Icon$aL & {
323
347
  Color: typeof Icon$aM;
324
348
  Combine: typeof Combine$3B;
325
349
  Text: typeof Icon$aK;
350
+ colorGradient: string;
326
351
  colorPrimary: string;
327
352
  title: string;
328
353
  };
@@ -347,7 +372,6 @@ type CompoundedIcon$3P = typeof Icon$aI & {
347
372
  Color: typeof Icon$aJ;
348
373
  Combine: typeof Combine$3A;
349
374
  Text: typeof Icon$aH;
350
- colorGradient: string;
351
375
  colorPrimary: string;
352
376
  title: string;
353
377
  };
@@ -452,22 +476,17 @@ declare const Icons$3L: CompoundedIcon$3L;
452
476
  type AvatarProps$3K = Omit<RNIconAvatarProps, 'Icon'>;
453
477
  declare const Avatar$3K: React__default.NamedExoticComponent<AvatarProps$3K>;
454
478
 
455
- declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
456
-
457
- interface CombineProps$3t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
458
- type?: 'color' | 'mono';
459
- }
479
+ type CombineProps$3t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
460
480
  declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3t>;
461
481
 
462
- declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
482
+ declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
463
483
 
464
- declare const Icon$as: React__default.NamedExoticComponent<RNIconProps$1>;
484
+ declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
465
485
 
466
- type CompoundedIcon$3K = typeof Icon$at & {
486
+ type CompoundedIcon$3K = typeof Icon$au & {
467
487
  Avatar: typeof Avatar$3K;
468
- Color: typeof Icon$au;
469
488
  Combine: typeof Combine$3v;
470
- Text: typeof Icon$as;
489
+ Text: typeof Icon$at;
471
490
  colorPrimary: string;
472
491
  title: string;
473
492
  };
@@ -476,17 +495,25 @@ declare const Icons$3K: CompoundedIcon$3K;
476
495
  type AvatarProps$3J = Omit<RNIconAvatarProps, 'Icon'>;
477
496
  declare const Avatar$3J: React__default.NamedExoticComponent<AvatarProps$3J>;
478
497
 
479
- type CombineProps$3s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
480
- declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3s>;
498
+ declare const Icon$as: React__default.NamedExoticComponent<RNIconProps$1>;
481
499
 
482
500
  declare const Icon$ar: React__default.NamedExoticComponent<RNIconProps$1>;
483
501
 
484
502
  declare const Icon$aq: React__default.NamedExoticComponent<RNIconProps$1>;
485
503
 
486
- type CompoundedIcon$3J = typeof Icon$ar & {
504
+ declare const Icon$ap: React__default.NamedExoticComponent<RNIconProps$1>;
505
+
506
+ declare const Icon$ao: React__default.NamedExoticComponent<RNIconProps$1>;
507
+
508
+ declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
509
+
510
+ type CompoundedIcon$3J = typeof Icon$ap & {
487
511
  Avatar: typeof Avatar$3J;
488
- Combine: typeof Combine$3u;
489
- Text: typeof Icon$aq;
512
+ Brand: typeof Icon$ar;
513
+ BrandColor: typeof Icon$as;
514
+ Color: typeof Icon$aq;
515
+ Text: typeof Icon$ao;
516
+ TextCn: typeof Icon$an;
490
517
  colorPrimary: string;
491
518
  title: string;
492
519
  };
@@ -495,25 +522,25 @@ declare const Icons$3J: CompoundedIcon$3J;
495
522
  type AvatarProps$3I = Omit<RNIconAvatarProps, 'Icon'>;
496
523
  declare const Avatar$3I: React__default.NamedExoticComponent<AvatarProps$3I>;
497
524
 
498
- declare const Icon$ap: React__default.NamedExoticComponent<RNIconProps$1>;
499
-
500
- declare const Icon$ao: React__default.NamedExoticComponent<RNIconProps$1>;
501
-
502
- declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
503
-
504
525
  declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
505
526
 
527
+ interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
528
+ type?: 'color' | 'mono';
529
+ }
530
+ declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3s>;
531
+
506
532
  declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
507
533
 
508
534
  declare const Icon$ak: React__default.NamedExoticComponent<RNIconProps$1>;
509
535
 
510
- type CompoundedIcon$3I = typeof Icon$am & {
536
+ declare const Icon$aj: React__default.NamedExoticComponent<RNIconProps$1>;
537
+
538
+ type CompoundedIcon$3I = typeof Icon$al & {
511
539
  Avatar: typeof Avatar$3I;
512
- Brand: typeof Icon$ao;
513
- BrandColor: typeof Icon$ap;
514
- Color: typeof Icon$an;
515
- Text: typeof Icon$al;
516
- TextCn: typeof Icon$ak;
540
+ Color: typeof Icon$am;
541
+ Combine: typeof Combine$3u;
542
+ Text: typeof Icon$ak;
543
+ TextCn: typeof Icon$aj;
517
544
  colorPrimary: string;
518
545
  title: string;
519
546
  };
@@ -522,25 +549,25 @@ declare const Icons$3I: CompoundedIcon$3I;
522
549
  type AvatarProps$3H = Omit<RNIconAvatarProps, 'Icon'>;
523
550
  declare const Avatar$3H: React__default.NamedExoticComponent<AvatarProps$3H>;
524
551
 
525
- declare const Icon$aj: React__default.NamedExoticComponent<RNIconProps$1>;
526
-
527
- interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
528
- type?: 'color' | 'mono';
529
- }
530
- declare const Combine$3t: React__default.NamedExoticComponent<CombineProps$3r>;
531
-
532
552
  declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
533
553
 
534
554
  declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
535
555
 
536
556
  declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
537
557
 
538
- type CompoundedIcon$3H = typeof Icon$ai & {
558
+ declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
559
+
560
+ declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
561
+
562
+ declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
563
+
564
+ type CompoundedIcon$3H = typeof Icon$af & {
539
565
  Avatar: typeof Avatar$3H;
540
- Color: typeof Icon$aj;
541
- Combine: typeof Combine$3t;
542
- Text: typeof Icon$ah;
543
- TextCn: typeof Icon$ag;
566
+ Brand: typeof Icon$ah;
567
+ BrandColor: typeof Icon$ai;
568
+ Color: typeof Icon$ag;
569
+ Text: typeof Icon$ae;
570
+ TextCn: typeof Icon$ad;
544
571
  colorPrimary: string;
545
572
  title: string;
546
573
  };
@@ -549,25 +576,13 @@ declare const Icons$3H: CompoundedIcon$3H;
549
576
  type AvatarProps$3G = Omit<RNIconAvatarProps, 'Icon'>;
550
577
  declare const Avatar$3G: React__default.NamedExoticComponent<AvatarProps$3G>;
551
578
 
552
- declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
553
-
554
- declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
555
-
556
- declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
557
-
558
579
  declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
559
580
 
560
581
  declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
561
582
 
562
- declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
563
-
564
583
  type CompoundedIcon$3G = typeof Icon$ac & {
565
584
  Avatar: typeof Avatar$3G;
566
- Brand: typeof Icon$ae;
567
- BrandColor: typeof Icon$af;
568
- Color: typeof Icon$ad;
569
585
  Text: typeof Icon$ab;
570
- TextCn: typeof Icon$aa;
571
586
  colorPrimary: string;
572
587
  title: string;
573
588
  };
@@ -576,12 +591,21 @@ declare const Icons$3G: CompoundedIcon$3G;
576
591
  type AvatarProps$3F = Omit<RNIconAvatarProps, 'Icon'>;
577
592
  declare const Avatar$3F: React__default.NamedExoticComponent<AvatarProps$3F>;
578
593
 
594
+ declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
595
+
596
+ interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
597
+ type?: 'color' | 'mono';
598
+ }
599
+ declare const Combine$3t: React__default.NamedExoticComponent<CombineProps$3r>;
600
+
579
601
  declare const Icon$a9: React__default.NamedExoticComponent<RNIconProps$1>;
580
602
 
581
603
  declare const Icon$a8: React__default.NamedExoticComponent<RNIconProps$1>;
582
604
 
583
605
  type CompoundedIcon$3F = typeof Icon$a9 & {
584
606
  Avatar: typeof Avatar$3F;
607
+ Color: typeof Icon$aa;
608
+ Combine: typeof Combine$3t;
585
609
  Text: typeof Icon$a8;
586
610
  colorPrimary: string;
587
611
  title: string;
@@ -641,20 +665,26 @@ declare const Avatar$3C: React__default.NamedExoticComponent<AvatarProps$3C>;
641
665
 
642
666
  declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
643
667
 
668
+ declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
669
+
670
+ declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
671
+
644
672
  interface CombineProps$3o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
645
673
  type?: 'color' | 'mono';
646
674
  }
647
675
  declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3o>;
648
676
 
649
- declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
677
+ declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
650
678
 
651
- declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
679
+ declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
652
680
 
653
- type CompoundedIcon$3C = typeof Icon$a0 & {
681
+ type CompoundedIcon$3C = typeof Icon$9_ & {
654
682
  Avatar: typeof Avatar$3C;
655
- Color: typeof Icon$a1;
683
+ Brand: typeof Icon$a0;
684
+ BrandColor: typeof Icon$a1;
685
+ Color: typeof Icon$9$;
656
686
  Combine: typeof Combine$3q;
657
- Text: typeof Icon$9$;
687
+ Text: typeof Icon$9Z;
658
688
  colorPrimary: string;
659
689
  title: string;
660
690
  };
@@ -663,10 +693,6 @@ declare const Icons$3C: CompoundedIcon$3C;
663
693
  type AvatarProps$3B = Omit<RNIconAvatarProps, 'Icon'>;
664
694
  declare const Avatar$3B: React__default.NamedExoticComponent<AvatarProps$3B>;
665
695
 
666
- declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
667
-
668
- declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
669
-
670
696
  declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
671
697
 
672
698
  interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -680,8 +706,6 @@ declare const Icon$9W: React__default.NamedExoticComponent<RNIconProps$1>;
680
706
 
681
707
  type CompoundedIcon$3B = typeof Icon$9X & {
682
708
  Avatar: typeof Avatar$3B;
683
- Brand: typeof Icon$9Z;
684
- BrandColor: typeof Icon$9_;
685
709
  Color: typeof Icon$9Y;
686
710
  Combine: typeof Combine$3p;
687
711
  Text: typeof Icon$9W;
@@ -741,22 +765,17 @@ declare const Icons$3z: CompoundedIcon$3z;
741
765
  type AvatarProps$3y = Omit<RNIconAvatarProps, 'Icon'>;
742
766
  declare const Avatar$3y: React__default.NamedExoticComponent<AvatarProps$3y>;
743
767
 
744
- declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
745
-
746
- interface CombineProps$3k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
747
- type?: 'color' | 'mono';
748
- }
768
+ type CombineProps$3k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
749
769
  declare const Combine$3m: React__default.NamedExoticComponent<CombineProps$3k>;
750
770
 
751
- declare const Icon$9O: React__default.NamedExoticComponent<RNIconProps$1>;
771
+ declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
752
772
 
753
- declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
773
+ declare const Icon$9O: React__default.NamedExoticComponent<RNIconProps$1>;
754
774
 
755
- type CompoundedIcon$3y = typeof Icon$9O & {
775
+ type CompoundedIcon$3y = typeof Icon$9P & {
756
776
  Avatar: typeof Avatar$3y;
757
- Color: typeof Icon$9P;
758
777
  Combine: typeof Combine$3m;
759
- Text: typeof Icon$9N;
778
+ Text: typeof Icon$9O;
760
779
  colorPrimary: string;
761
780
  title: string;
762
781
  };
@@ -765,7 +784,11 @@ declare const Icons$3y: CompoundedIcon$3y;
765
784
  type AvatarProps$3x = Omit<RNIconAvatarProps, 'Icon'>;
766
785
  declare const Avatar$3x: React__default.NamedExoticComponent<AvatarProps$3x>;
767
786
 
768
- type CombineProps$3j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
787
+ declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
788
+
789
+ interface CombineProps$3j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
790
+ type?: 'color' | 'mono';
791
+ }
769
792
  declare const Combine$3l: React__default.NamedExoticComponent<CombineProps$3j>;
770
793
 
771
794
  declare const Icon$9M: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -774,8 +797,10 @@ declare const Icon$9L: React__default.NamedExoticComponent<RNIconProps$1>;
774
797
 
775
798
  type CompoundedIcon$3x = typeof Icon$9M & {
776
799
  Avatar: typeof Avatar$3x;
800
+ Color: typeof Icon$9N;
777
801
  Combine: typeof Combine$3l;
778
802
  Text: typeof Icon$9L;
803
+ colorGradient: string;
779
804
  colorPrimary: string;
780
805
  title: string;
781
806
  };
@@ -786,21 +811,23 @@ declare const Avatar$3w: React__default.NamedExoticComponent<AvatarProps$3w>;
786
811
 
787
812
  declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
788
813
 
789
- interface CombineProps$3i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
790
- type?: 'color' | 'mono';
791
- }
792
- declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3i>;
793
-
794
814
  declare const Icon$9J: React__default.NamedExoticComponent<RNIconProps$1>;
795
815
 
796
816
  declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
797
817
 
798
- type CompoundedIcon$3w = typeof Icon$9J & {
818
+ declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
819
+
820
+ declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
821
+
822
+ declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
823
+
824
+ type CompoundedIcon$3w = typeof Icon$9H & {
799
825
  Avatar: typeof Avatar$3w;
800
- Color: typeof Icon$9K;
801
- Combine: typeof Combine$3k;
802
- Text: typeof Icon$9I;
803
- colorGradient: string;
826
+ Brand: typeof Icon$9J;
827
+ BrandColor: typeof Icon$9K;
828
+ Color: typeof Icon$9I;
829
+ Text: typeof Icon$9G;
830
+ TextCn: typeof Icon$9F;
804
831
  colorPrimary: string;
805
832
  title: string;
806
833
  };
@@ -809,25 +836,22 @@ declare const Icons$3w: CompoundedIcon$3w;
809
836
  type AvatarProps$3v = Omit<RNIconAvatarProps, 'Icon'>;
810
837
  declare const Avatar$3v: React__default.NamedExoticComponent<AvatarProps$3v>;
811
838
 
812
- declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
813
-
814
- declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
815
-
816
- declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
817
-
818
839
  declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
819
840
 
841
+ interface CombineProps$3i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
842
+ type?: 'color' | 'mono';
843
+ }
844
+ declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3i>;
845
+
820
846
  declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
821
847
 
822
848
  declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
823
849
 
824
- type CompoundedIcon$3v = typeof Icon$9E & {
850
+ type CompoundedIcon$3v = typeof Icon$9D & {
825
851
  Avatar: typeof Avatar$3v;
826
- Brand: typeof Icon$9G;
827
- BrandColor: typeof Icon$9H;
828
- Color: typeof Icon$9F;
829
- Text: typeof Icon$9D;
830
- TextCn: typeof Icon$9C;
852
+ Color: typeof Icon$9E;
853
+ Combine: typeof Combine$3k;
854
+ Text: typeof Icon$9C;
831
855
  colorPrimary: string;
832
856
  title: string;
833
857
  };
@@ -860,22 +884,17 @@ declare const Icons$3u: CompoundedIcon$3u;
860
884
  type AvatarProps$3t = Omit<RNIconAvatarProps, 'Icon'>;
861
885
  declare const Avatar$3t: React__default.NamedExoticComponent<AvatarProps$3t>;
862
886
 
863
- declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
864
-
865
- interface CombineProps$3g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
866
- type?: 'color' | 'mono';
867
- }
887
+ type CombineProps$3g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
868
888
  declare const Combine$3i: React__default.NamedExoticComponent<CombineProps$3g>;
869
889
 
870
- declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
890
+ declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
871
891
 
872
- declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
892
+ declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
873
893
 
874
- type CompoundedIcon$3t = typeof Icon$9x & {
894
+ type CompoundedIcon$3t = typeof Icon$9y & {
875
895
  Avatar: typeof Avatar$3t;
876
- Color: typeof Icon$9y;
877
896
  Combine: typeof Combine$3i;
878
- Text: typeof Icon$9w;
897
+ Text: typeof Icon$9x;
879
898
  colorPrimary: string;
880
899
  title: string;
881
900
  };
@@ -884,7 +903,11 @@ declare const Icons$3t: CompoundedIcon$3t;
884
903
  type AvatarProps$3s = Omit<RNIconAvatarProps, 'Icon'>;
885
904
  declare const Avatar$3s: React__default.NamedExoticComponent<AvatarProps$3s>;
886
905
 
887
- type CombineProps$3f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
906
+ declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
907
+
908
+ interface CombineProps$3f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
909
+ type?: 'color' | 'mono';
910
+ }
888
911
  declare const Combine$3h: React__default.NamedExoticComponent<CombineProps$3f>;
889
912
 
890
913
  declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -893,8 +916,10 @@ declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
893
916
 
894
917
  type CompoundedIcon$3s = typeof Icon$9v & {
895
918
  Avatar: typeof Avatar$3s;
919
+ Color: typeof Icon$9w;
896
920
  Combine: typeof Combine$3h;
897
921
  Text: typeof Icon$9u;
922
+ colorGradient: string;
898
923
  colorPrimary: string;
899
924
  title: string;
900
925
  };
@@ -903,23 +928,17 @@ declare const Icons$3s: CompoundedIcon$3s;
903
928
  type AvatarProps$3r = Omit<RNIconAvatarProps, 'Icon'>;
904
929
  declare const Avatar$3r: React__default.NamedExoticComponent<AvatarProps$3r>;
905
930
 
906
- declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
907
-
908
- interface CombineProps$3e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
909
- type?: 'color' | 'mono';
910
- }
931
+ type CombineProps$3e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
911
932
  declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3e>;
912
933
 
913
- declare const Icon$9s: React__default.NamedExoticComponent<RNIconProps$1>;
934
+ declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
914
935
 
915
- declare const Icon$9r: React__default.NamedExoticComponent<RNIconProps$1>;
936
+ declare const Icon$9s: React__default.NamedExoticComponent<RNIconProps$1>;
916
937
 
917
- type CompoundedIcon$3r = typeof Icon$9s & {
938
+ type CompoundedIcon$3r = typeof Icon$9t & {
918
939
  Avatar: typeof Avatar$3r;
919
- Color: typeof Icon$9t;
920
940
  Combine: typeof Combine$3g;
921
- Text: typeof Icon$9r;
922
- colorGradient: string;
941
+ Text: typeof Icon$9s;
923
942
  colorPrimary: string;
924
943
  title: string;
925
944
  };
@@ -928,7 +947,11 @@ declare const Icons$3r: CompoundedIcon$3r;
928
947
  type AvatarProps$3q = Omit<RNIconAvatarProps, 'Icon'>;
929
948
  declare const Avatar$3q: React__default.NamedExoticComponent<AvatarProps$3q>;
930
949
 
931
- type CombineProps$3d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
950
+ declare const Icon$9r: React__default.NamedExoticComponent<RNIconProps$1>;
951
+
952
+ interface CombineProps$3d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
953
+ type?: 'color' | 'mono';
954
+ }
932
955
  declare const Combine$3f: React__default.NamedExoticComponent<CombineProps$3d>;
933
956
 
934
957
  declare const Icon$9q: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -937,6 +960,7 @@ declare const Icon$9p: React__default.NamedExoticComponent<RNIconProps$1>;
937
960
 
938
961
  type CompoundedIcon$3q = typeof Icon$9q & {
939
962
  Avatar: typeof Avatar$3q;
963
+ Color: typeof Icon$9r;
940
964
  Combine: typeof Combine$3f;
941
965
  Text: typeof Icon$9p;
942
966
  colorPrimary: string;
@@ -947,22 +971,17 @@ declare const Icons$3q: CompoundedIcon$3q;
947
971
  type AvatarProps$3p = Omit<RNIconAvatarProps, 'Icon'>;
948
972
  declare const Avatar$3p: React__default.NamedExoticComponent<AvatarProps$3p>;
949
973
 
950
- declare const Icon$9o: React__default.NamedExoticComponent<RNIconProps$1>;
951
-
952
- interface CombineProps$3c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
953
- type?: 'color' | 'mono';
954
- }
974
+ type CombineProps$3c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
955
975
  declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3c>;
956
976
 
957
- declare const Icon$9n: React__default.NamedExoticComponent<RNIconProps$1>;
977
+ declare const Icon$9o: React__default.NamedExoticComponent<RNIconProps$1>;
958
978
 
959
- declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
979
+ declare const Icon$9n: React__default.NamedExoticComponent<RNIconProps$1>;
960
980
 
961
- type CompoundedIcon$3p = typeof Icon$9n & {
981
+ type CompoundedIcon$3p = typeof Icon$9o & {
962
982
  Avatar: typeof Avatar$3p;
963
- Color: typeof Icon$9o;
964
983
  Combine: typeof Combine$3e;
965
- Text: typeof Icon$9m;
984
+ Text: typeof Icon$9n;
966
985
  colorPrimary: string;
967
986
  title: string;
968
987
  };
@@ -971,7 +990,11 @@ declare const Icons$3p: CompoundedIcon$3p;
971
990
  type AvatarProps$3o = Omit<RNIconAvatarProps, 'Icon'>;
972
991
  declare const Avatar$3o: React__default.NamedExoticComponent<AvatarProps$3o>;
973
992
 
974
- type CombineProps$3b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
993
+ declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
994
+
995
+ interface CombineProps$3b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
996
+ type?: 'color' | 'mono';
997
+ }
975
998
  declare const Combine$3d: React__default.NamedExoticComponent<CombineProps$3b>;
976
999
 
977
1000
  declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -980,8 +1003,10 @@ declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
980
1003
 
981
1004
  type CompoundedIcon$3o = typeof Icon$9l & {
982
1005
  Avatar: typeof Avatar$3o;
1006
+ Color: typeof Icon$9m;
983
1007
  Combine: typeof Combine$3d;
984
1008
  Text: typeof Icon$9k;
1009
+ colorGradient: string;
985
1010
  colorPrimary: string;
986
1011
  title: string;
987
1012
  };
@@ -1006,7 +1031,6 @@ type CompoundedIcon$3n = typeof Icon$9i & {
1006
1031
  Color: typeof Icon$9j;
1007
1032
  Combine: typeof Combine$3c;
1008
1033
  Text: typeof Icon$9h;
1009
- colorGradient: string;
1010
1034
  colorPrimary: string;
1011
1035
  title: string;
1012
1036
  };
@@ -1017,20 +1041,23 @@ declare const Avatar$3m: React__default.NamedExoticComponent<AvatarProps$3m>;
1017
1041
 
1018
1042
  declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
1019
1043
 
1020
- interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1021
- type?: 'color' | 'mono';
1022
- }
1023
- declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$39>;
1024
-
1025
1044
  declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
1026
1045
 
1027
1046
  declare const Icon$9e: React__default.NamedExoticComponent<RNIconProps$1>;
1028
1047
 
1029
- type CompoundedIcon$3m = typeof Icon$9f & {
1048
+ declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
1049
+
1050
+ declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
1051
+
1052
+ declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
1053
+
1054
+ type CompoundedIcon$3m = typeof Icon$9d & {
1030
1055
  Avatar: typeof Avatar$3m;
1031
- Color: typeof Icon$9g;
1032
- Combine: typeof Combine$3b;
1033
- Text: typeof Icon$9e;
1056
+ Brand: typeof Icon$9f;
1057
+ BrandColor: typeof Icon$9g;
1058
+ Color: typeof Icon$9e;
1059
+ Text: typeof Icon$9c;
1060
+ TextCn: typeof Icon$9b;
1034
1061
  colorPrimary: string;
1035
1062
  title: string;
1036
1063
  };
@@ -1039,25 +1066,28 @@ declare const Icons$3m: CompoundedIcon$3m;
1039
1066
  type AvatarProps$3l = Omit<RNIconAvatarProps, 'Icon'>;
1040
1067
  declare const Avatar$3l: React__default.NamedExoticComponent<AvatarProps$3l>;
1041
1068
 
1042
- declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
1043
-
1044
- declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
1045
-
1046
- declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
1047
-
1048
1069
  declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
1049
1070
 
1050
1071
  declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
1051
1072
 
1052
1073
  declare const Icon$98: React__default.NamedExoticComponent<RNIconProps$1>;
1053
1074
 
1054
- type CompoundedIcon$3l = typeof Icon$9a & {
1075
+ interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1076
+ type?: 'color' | 'mono';
1077
+ }
1078
+ declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$39>;
1079
+
1080
+ declare const Icon$97: React__default.NamedExoticComponent<RNIconProps$1>;
1081
+
1082
+ declare const Icon$96: React__default.NamedExoticComponent<RNIconProps$1>;
1083
+
1084
+ type CompoundedIcon$3l = typeof Icon$97 & {
1055
1085
  Avatar: typeof Avatar$3l;
1056
- Brand: typeof Icon$9c;
1057
- BrandColor: typeof Icon$9d;
1058
- Color: typeof Icon$9b;
1059
- Text: typeof Icon$99;
1060
- TextCn: typeof Icon$98;
1086
+ Brand: typeof Icon$99;
1087
+ BrandColor: typeof Icon$9a;
1088
+ Color: typeof Icon$98;
1089
+ Combine: typeof Combine$3b;
1090
+ Text: typeof Icon$96;
1061
1091
  colorPrimary: string;
1062
1092
  title: string;
1063
1093
  };
@@ -1066,28 +1096,28 @@ declare const Icons$3l: CompoundedIcon$3l;
1066
1096
  type AvatarProps$3k = Omit<RNIconAvatarProps, 'Icon'>;
1067
1097
  declare const Avatar$3k: React__default.NamedExoticComponent<AvatarProps$3k>;
1068
1098
 
1069
- declare const Icon$97: React__default.NamedExoticComponent<RNIconProps$1>;
1099
+ declare const Icon$95: React__default.NamedExoticComponent<RNIconProps$1>;
1070
1100
 
1071
- declare const Icon$96: React__default.NamedExoticComponent<RNIconProps$1>;
1101
+ declare const Icon$94: React__default.NamedExoticComponent<RNIconProps$1>;
1072
1102
 
1073
- declare const Icon$95: React__default.NamedExoticComponent<RNIconProps$1>;
1103
+ declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
1074
1104
 
1075
1105
  interface CombineProps$38 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1076
1106
  type?: 'color' | 'mono';
1077
1107
  }
1078
1108
  declare const Combine$3a: React__default.NamedExoticComponent<CombineProps$38>;
1079
1109
 
1080
- declare const Icon$94: React__default.NamedExoticComponent<RNIconProps$1>;
1110
+ declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
1081
1111
 
1082
- declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
1112
+ declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1083
1113
 
1084
- type CompoundedIcon$3k = typeof Icon$94 & {
1114
+ type CompoundedIcon$3k = typeof Icon$92 & {
1085
1115
  Avatar: typeof Avatar$3k;
1086
- Brand: typeof Icon$96;
1087
- BrandColor: typeof Icon$97;
1088
- Color: typeof Icon$95;
1116
+ Brand: typeof Icon$94;
1117
+ BrandColor: typeof Icon$95;
1118
+ Color: typeof Icon$93;
1089
1119
  Combine: typeof Combine$3a;
1090
- Text: typeof Icon$93;
1120
+ Text: typeof Icon$91;
1091
1121
  colorPrimary: string;
1092
1122
  title: string;
1093
1123
  };
@@ -1096,10 +1126,6 @@ declare const Icons$3k: CompoundedIcon$3k;
1096
1126
  type AvatarProps$3j = Omit<RNIconAvatarProps, 'Icon'>;
1097
1127
  declare const Avatar$3j: React__default.NamedExoticComponent<AvatarProps$3j>;
1098
1128
 
1099
- declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
1100
-
1101
- declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1102
-
1103
1129
  declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
1104
1130
 
1105
1131
  interface CombineProps$37 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1113,11 +1139,10 @@ declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1113
1139
 
1114
1140
  type CompoundedIcon$3j = typeof Icon$8$ & {
1115
1141
  Avatar: typeof Avatar$3j;
1116
- Brand: typeof Icon$91;
1117
- BrandColor: typeof Icon$92;
1118
1142
  Color: typeof Icon$90;
1119
1143
  Combine: typeof Combine$39;
1120
1144
  Text: typeof Icon$8_;
1145
+ colorGradient: string;
1121
1146
  colorPrimary: string;
1122
1147
  title: string;
1123
1148
  };
@@ -1137,12 +1162,14 @@ declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1137
1162
 
1138
1163
  declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1139
1164
 
1165
+ declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1166
+
1140
1167
  type CompoundedIcon$3i = typeof Icon$8Y & {
1141
1168
  Avatar: typeof Avatar$3i;
1142
1169
  Color: typeof Icon$8Z;
1143
1170
  Combine: typeof Combine$38;
1144
1171
  Text: typeof Icon$8X;
1145
- colorGradient: string;
1172
+ TextColor: typeof Icon$8W;
1146
1173
  colorPrimary: string;
1147
1174
  title: string;
1148
1175
  };
@@ -1151,25 +1178,22 @@ declare const Icons$3i: CompoundedIcon$3i;
1151
1178
  type AvatarProps$3h = Omit<RNIconAvatarProps, 'Icon'>;
1152
1179
  declare const Avatar$3h: React__default.NamedExoticComponent<AvatarProps$3h>;
1153
1180
 
1154
- declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1181
+ declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1155
1182
 
1156
1183
  interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1157
1184
  type?: 'color' | 'mono';
1158
1185
  }
1159
1186
  declare const Combine$37: React__default.NamedExoticComponent<CombineProps$35>;
1160
1187
 
1161
- declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1162
-
1163
1188
  declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1164
1189
 
1165
1190
  declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1166
1191
 
1167
- type CompoundedIcon$3h = typeof Icon$8V & {
1192
+ type CompoundedIcon$3h = typeof Icon$8U & {
1168
1193
  Avatar: typeof Avatar$3h;
1169
- Color: typeof Icon$8W;
1194
+ Color: typeof Icon$8V;
1170
1195
  Combine: typeof Combine$37;
1171
- Text: typeof Icon$8U;
1172
- TextColor: typeof Icon$8T;
1196
+ Text: typeof Icon$8T;
1173
1197
  colorPrimary: string;
1174
1198
  title: string;
1175
1199
  };
@@ -1178,22 +1202,17 @@ declare const Icons$3h: CompoundedIcon$3h;
1178
1202
  type AvatarProps$3g = Omit<RNIconAvatarProps, 'Icon'>;
1179
1203
  declare const Avatar$3g: React__default.NamedExoticComponent<AvatarProps$3g>;
1180
1204
 
1181
- declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1182
-
1183
- interface CombineProps$34 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1184
- type?: 'color' | 'mono';
1185
- }
1205
+ type CombineProps$34 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1186
1206
  declare const Combine$36: React__default.NamedExoticComponent<CombineProps$34>;
1187
1207
 
1188
- declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1208
+ declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1189
1209
 
1190
- declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1210
+ declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1191
1211
 
1192
- type CompoundedIcon$3g = typeof Icon$8R & {
1212
+ type CompoundedIcon$3g = typeof Icon$8S & {
1193
1213
  Avatar: typeof Avatar$3g;
1194
- Color: typeof Icon$8S;
1195
1214
  Combine: typeof Combine$36;
1196
- Text: typeof Icon$8Q;
1215
+ Text: typeof Icon$8R;
1197
1216
  colorPrimary: string;
1198
1217
  title: string;
1199
1218
  };
@@ -1205,14 +1224,14 @@ declare const Avatar$3f: React__default.NamedExoticComponent<AvatarProps$3f>;
1205
1224
  type CombineProps$33 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1206
1225
  declare const Combine$35: React__default.NamedExoticComponent<CombineProps$33>;
1207
1226
 
1208
- declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1227
+ declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1209
1228
 
1210
- declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1229
+ declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1211
1230
 
1212
- type CompoundedIcon$3f = typeof Icon$8P & {
1231
+ type CompoundedIcon$3f = typeof Icon$8Q & {
1213
1232
  Avatar: typeof Avatar$3f;
1214
1233
  Combine: typeof Combine$35;
1215
- Text: typeof Icon$8O;
1234
+ Text: typeof Icon$8P;
1216
1235
  colorPrimary: string;
1217
1236
  title: string;
1218
1237
  };
@@ -1221,7 +1240,11 @@ declare const Icons$3f: CompoundedIcon$3f;
1221
1240
  type AvatarProps$3e = Omit<RNIconAvatarProps, 'Icon'>;
1222
1241
  declare const Avatar$3e: React__default.NamedExoticComponent<AvatarProps$3e>;
1223
1242
 
1224
- type CombineProps$32 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1243
+ declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1244
+
1245
+ interface CombineProps$32 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1246
+ type?: 'color' | 'mono';
1247
+ }
1225
1248
  declare const Combine$34: React__default.NamedExoticComponent<CombineProps$32>;
1226
1249
 
1227
1250
  declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1230,6 +1253,7 @@ declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1230
1253
 
1231
1254
  type CompoundedIcon$3e = typeof Icon$8N & {
1232
1255
  Avatar: typeof Avatar$3e;
1256
+ Color: typeof Icon$8O;
1233
1257
  Combine: typeof Combine$34;
1234
1258
  Text: typeof Icon$8M;
1235
1259
  colorPrimary: string;
@@ -1256,6 +1280,7 @@ type CompoundedIcon$3d = typeof Icon$8K & {
1256
1280
  Color: typeof Icon$8L;
1257
1281
  Combine: typeof Combine$33;
1258
1282
  Text: typeof Icon$8J;
1283
+ colorGradient: string;
1259
1284
  colorPrimary: string;
1260
1285
  title: string;
1261
1286
  };
@@ -1330,7 +1355,6 @@ type CompoundedIcon$3a = typeof Icon$8B & {
1330
1355
  Color: typeof Icon$8C;
1331
1356
  Combine: typeof Combine$30;
1332
1357
  Text: typeof Icon$8A;
1333
- colorGradient: string;
1334
1358
  colorPrimary: string;
1335
1359
  title: string;
1336
1360
  };
@@ -1507,22 +1531,17 @@ declare const Icons$33: CompoundedIcon$33;
1507
1531
  type AvatarProps$32 = Omit<RNIconAvatarProps, 'Icon'>;
1508
1532
  declare const Avatar$32: React__default.NamedExoticComponent<AvatarProps$32>;
1509
1533
 
1510
- declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
1511
-
1512
- interface CombineProps$2S extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1513
- type?: 'color' | 'mono';
1514
- }
1534
+ type CombineProps$2S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1515
1535
  declare const Combine$2U: React__default.NamedExoticComponent<CombineProps$2S>;
1516
1536
 
1517
- declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
1537
+ declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
1518
1538
 
1519
- declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
1539
+ declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
1520
1540
 
1521
- type CompoundedIcon$32 = typeof Icon$8d & {
1541
+ type CompoundedIcon$32 = typeof Icon$8e & {
1522
1542
  Avatar: typeof Avatar$32;
1523
- Color: typeof Icon$8e;
1524
1543
  Combine: typeof Combine$2U;
1525
- Text: typeof Icon$8c;
1544
+ Text: typeof Icon$8d;
1526
1545
  colorPrimary: string;
1527
1546
  title: string;
1528
1547
  };
@@ -1531,17 +1550,28 @@ declare const Icons$32: CompoundedIcon$32;
1531
1550
  type AvatarProps$31 = Omit<RNIconAvatarProps, 'Icon'>;
1532
1551
  declare const Avatar$31: React__default.NamedExoticComponent<AvatarProps$31>;
1533
1552
 
1534
- type CombineProps$2R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1535
- declare const Combine$2T: React__default.NamedExoticComponent<CombineProps$2R>;
1553
+ declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
1536
1554
 
1537
1555
  declare const Icon$8b: React__default.NamedExoticComponent<RNIconProps$1>;
1538
1556
 
1539
1557
  declare const Icon$8a: React__default.NamedExoticComponent<RNIconProps$1>;
1540
1558
 
1541
- type CompoundedIcon$31 = typeof Icon$8b & {
1559
+ interface CombineProps$2R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1560
+ type?: 'color' | 'mono';
1561
+ }
1562
+ declare const Combine$2T: React__default.NamedExoticComponent<CombineProps$2R>;
1563
+
1564
+ declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
1565
+
1566
+ declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
1567
+
1568
+ type CompoundedIcon$31 = typeof Icon$89 & {
1542
1569
  Avatar: typeof Avatar$31;
1570
+ Brand: typeof Icon$8c;
1571
+ BrandColor: typeof Icon$8b;
1572
+ Color: typeof Icon$8a;
1543
1573
  Combine: typeof Combine$2T;
1544
- Text: typeof Icon$8a;
1574
+ Text: typeof Icon$88;
1545
1575
  colorPrimary: string;
1546
1576
  title: string;
1547
1577
  };
@@ -1550,10 +1580,6 @@ declare const Icons$31: CompoundedIcon$31;
1550
1580
  type AvatarProps$30 = Omit<RNIconAvatarProps, 'Icon'>;
1551
1581
  declare const Avatar$30: React__default.NamedExoticComponent<AvatarProps$30>;
1552
1582
 
1553
- declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
1554
-
1555
- declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
1556
-
1557
1583
  declare const Icon$87: React__default.NamedExoticComponent<RNIconProps$1>;
1558
1584
 
1559
1585
  interface CombineProps$2Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1567,8 +1593,6 @@ declare const Icon$85: React__default.NamedExoticComponent<RNIconProps$1>;
1567
1593
 
1568
1594
  type CompoundedIcon$30 = typeof Icon$86 & {
1569
1595
  Avatar: typeof Avatar$30;
1570
- Brand: typeof Icon$89;
1571
- BrandColor: typeof Icon$88;
1572
1596
  Color: typeof Icon$87;
1573
1597
  Combine: typeof Combine$2S;
1574
1598
  Text: typeof Icon$85;
@@ -1580,22 +1604,17 @@ declare const Icons$30: CompoundedIcon$30;
1580
1604
  type AvatarProps$2$ = Omit<RNIconAvatarProps, 'Icon'>;
1581
1605
  declare const Avatar$2$: React__default.NamedExoticComponent<AvatarProps$2$>;
1582
1606
 
1583
- declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
1584
-
1585
- interface CombineProps$2P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1586
- type?: 'color' | 'mono';
1587
- }
1607
+ type CombineProps$2P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1588
1608
  declare const Combine$2R: React__default.NamedExoticComponent<CombineProps$2P>;
1589
1609
 
1590
- declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
1610
+ declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
1591
1611
 
1592
- declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1612
+ declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
1593
1613
 
1594
- type CompoundedIcon$2$ = typeof Icon$83 & {
1614
+ type CompoundedIcon$2$ = typeof Icon$84 & {
1595
1615
  Avatar: typeof Avatar$2$;
1596
- Color: typeof Icon$84;
1597
1616
  Combine: typeof Combine$2R;
1598
- Text: typeof Icon$82;
1617
+ Text: typeof Icon$83;
1599
1618
  colorPrimary: string;
1600
1619
  title: string;
1601
1620
  };
@@ -1604,6 +1623,8 @@ declare const Icons$2$: CompoundedIcon$2$;
1604
1623
  type AvatarProps$2_ = Omit<RNIconAvatarProps, 'Icon'>;
1605
1624
  declare const Avatar$2_: React__default.NamedExoticComponent<AvatarProps$2_>;
1606
1625
 
1626
+ declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1627
+
1607
1628
  type CombineProps$2O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1608
1629
  declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2O>;
1609
1630
 
@@ -1613,8 +1634,10 @@ declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
1613
1634
 
1614
1635
  type CompoundedIcon$2_ = typeof Icon$81 & {
1615
1636
  Avatar: typeof Avatar$2_;
1637
+ Color: typeof Icon$82;
1616
1638
  Combine: typeof Combine$2Q;
1617
1639
  Text: typeof Icon$80;
1640
+ colorGradient: string;
1618
1641
  colorPrimary: string;
1619
1642
  title: string;
1620
1643
  };
@@ -1625,19 +1648,26 @@ declare const Avatar$2Z: React__default.NamedExoticComponent<AvatarProps$2Z>;
1625
1648
 
1626
1649
  declare const Icon$7$: React__default.NamedExoticComponent<RNIconProps$1>;
1627
1650
 
1628
- type CombineProps$2N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1629
- declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1630
-
1631
1651
  declare const Icon$7_: React__default.NamedExoticComponent<RNIconProps$1>;
1632
1652
 
1633
1653
  declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
1634
1654
 
1635
- type CompoundedIcon$2Z = typeof Icon$7_ & {
1655
+ interface CombineProps$2N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1656
+ type?: 'color' | 'mono';
1657
+ }
1658
+ declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1659
+
1660
+ declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1661
+
1662
+ declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
1663
+
1664
+ type CompoundedIcon$2Z = typeof Icon$7Y & {
1636
1665
  Avatar: typeof Avatar$2Z;
1637
- Color: typeof Icon$7$;
1666
+ Brand: typeof Icon$7_;
1667
+ BrandColor: typeof Icon$7$;
1668
+ Color: typeof Icon$7Z;
1638
1669
  Combine: typeof Combine$2P;
1639
- Text: typeof Icon$7Z;
1640
- colorGradient: string;
1670
+ Text: typeof Icon$7X;
1641
1671
  colorPrimary: string;
1642
1672
  title: string;
1643
1673
  };
@@ -1646,28 +1676,17 @@ declare const Icons$2Z: CompoundedIcon$2Z;
1646
1676
  type AvatarProps$2Y = Omit<RNIconAvatarProps, 'Icon'>;
1647
1677
  declare const Avatar$2Y: React__default.NamedExoticComponent<AvatarProps$2Y>;
1648
1678
 
1649
- declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1650
-
1651
- declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
1679
+ type CombineProps$2M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1680
+ declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2M>;
1652
1681
 
1653
1682
  declare const Icon$7W: React__default.NamedExoticComponent<RNIconProps$1>;
1654
1683
 
1655
- interface CombineProps$2M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1656
- type?: 'color' | 'mono';
1657
- }
1658
- declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2M>;
1659
-
1660
1684
  declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
1661
1685
 
1662
- declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1663
-
1664
- type CompoundedIcon$2Y = typeof Icon$7V & {
1686
+ type CompoundedIcon$2Y = typeof Icon$7W & {
1665
1687
  Avatar: typeof Avatar$2Y;
1666
- Brand: typeof Icon$7X;
1667
- BrandColor: typeof Icon$7Y;
1668
- Color: typeof Icon$7W;
1669
1688
  Combine: typeof Combine$2O;
1670
- Text: typeof Icon$7U;
1689
+ Text: typeof Icon$7V;
1671
1690
  colorPrimary: string;
1672
1691
  title: string;
1673
1692
  };
@@ -1676,7 +1695,11 @@ declare const Icons$2Y: CompoundedIcon$2Y;
1676
1695
  type AvatarProps$2X = Omit<RNIconAvatarProps, 'Icon'>;
1677
1696
  declare const Avatar$2X: React__default.NamedExoticComponent<AvatarProps$2X>;
1678
1697
 
1679
- type CombineProps$2L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1698
+ declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1699
+
1700
+ interface CombineProps$2L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1701
+ type?: 'color' | 'mono';
1702
+ }
1680
1703
  declare const Combine$2N: React__default.NamedExoticComponent<CombineProps$2L>;
1681
1704
 
1682
1705
  declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1685,6 +1708,7 @@ declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
1685
1708
 
1686
1709
  type CompoundedIcon$2X = typeof Icon$7T & {
1687
1710
  Avatar: typeof Avatar$2X;
1711
+ Color: typeof Icon$7U;
1688
1712
  Combine: typeof Combine$2N;
1689
1713
  Text: typeof Icon$7S;
1690
1714
  colorPrimary: string;
@@ -1759,6 +1783,7 @@ type CompoundedIcon$2U = typeof Icon$7K & {
1759
1783
  Color: typeof Icon$7L;
1760
1784
  Combine: typeof Combine$2K;
1761
1785
  Text: typeof Icon$7J;
1786
+ colorGradient: string;
1762
1787
  colorPrimary: string;
1763
1788
  title: string;
1764
1789
  };
@@ -1783,7 +1808,6 @@ type CompoundedIcon$2T = typeof Icon$7H & {
1783
1808
  Color: typeof Icon$7I;
1784
1809
  Combine: typeof Combine$2J;
1785
1810
  Text: typeof Icon$7G;
1786
- colorGradient: string;
1787
1811
  colorPrimary: string;
1788
1812
  title: string;
1789
1813
  };
@@ -1816,22 +1840,17 @@ declare const Icons$2S: CompoundedIcon$2S;
1816
1840
  type AvatarProps$2R = Omit<RNIconAvatarProps, 'Icon'>;
1817
1841
  declare const Avatar$2R: React__default.NamedExoticComponent<AvatarProps$2R>;
1818
1842
 
1819
- declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
1820
-
1821
- interface CombineProps$2F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1822
- type?: 'color' | 'mono';
1823
- }
1843
+ type CombineProps$2F = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1824
1844
  declare const Combine$2H: React__default.NamedExoticComponent<CombineProps$2F>;
1825
1845
 
1826
- declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
1846
+ declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
1827
1847
 
1828
- declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
1848
+ declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
1829
1849
 
1830
- type CompoundedIcon$2R = typeof Icon$7B & {
1850
+ type CompoundedIcon$2R = typeof Icon$7C & {
1831
1851
  Avatar: typeof Avatar$2R;
1832
- Color: typeof Icon$7C;
1833
1852
  Combine: typeof Combine$2H;
1834
- Text: typeof Icon$7A;
1853
+ Text: typeof Icon$7B;
1835
1854
  colorPrimary: string;
1836
1855
  title: string;
1837
1856
  };
@@ -1840,7 +1859,11 @@ declare const Icons$2R: CompoundedIcon$2R;
1840
1859
  type AvatarProps$2Q = Omit<RNIconAvatarProps, 'Icon'>;
1841
1860
  declare const Avatar$2Q: React__default.NamedExoticComponent<AvatarProps$2Q>;
1842
1861
 
1843
- type CombineProps$2E = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1862
+ declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
1863
+
1864
+ interface CombineProps$2E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1865
+ type?: 'color' | 'mono';
1866
+ }
1844
1867
  declare const Combine$2G: React__default.NamedExoticComponent<CombineProps$2E>;
1845
1868
 
1846
1869
  declare const Icon$7z: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1849,6 +1872,7 @@ declare const Icon$7y: React__default.NamedExoticComponent<RNIconProps$1>;
1849
1872
 
1850
1873
  type CompoundedIcon$2Q = typeof Icon$7z & {
1851
1874
  Avatar: typeof Avatar$2Q;
1875
+ Color: typeof Icon$7A;
1852
1876
  Combine: typeof Combine$2G;
1853
1877
  Text: typeof Icon$7y;
1854
1878
  colorPrimary: string;
@@ -1859,22 +1883,17 @@ declare const Icons$2Q: CompoundedIcon$2Q;
1859
1883
  type AvatarProps$2P = Omit<RNIconAvatarProps, 'Icon'>;
1860
1884
  declare const Avatar$2P: React__default.NamedExoticComponent<AvatarProps$2P>;
1861
1885
 
1862
- declare const Icon$7x: React__default.NamedExoticComponent<RNIconProps$1>;
1863
-
1864
- interface CombineProps$2D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1865
- type?: 'color' | 'mono';
1866
- }
1886
+ type CombineProps$2D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1867
1887
  declare const Combine$2F: React__default.NamedExoticComponent<CombineProps$2D>;
1868
1888
 
1869
- declare const Icon$7w: React__default.NamedExoticComponent<RNIconProps$1>;
1889
+ declare const Icon$7x: React__default.NamedExoticComponent<RNIconProps$1>;
1870
1890
 
1871
- declare const Icon$7v: React__default.NamedExoticComponent<RNIconProps$1>;
1891
+ declare const Icon$7w: React__default.NamedExoticComponent<RNIconProps$1>;
1872
1892
 
1873
- type CompoundedIcon$2P = typeof Icon$7w & {
1893
+ type CompoundedIcon$2P = typeof Icon$7x & {
1874
1894
  Avatar: typeof Avatar$2P;
1875
- Color: typeof Icon$7x;
1876
1895
  Combine: typeof Combine$2F;
1877
- Text: typeof Icon$7v;
1896
+ Text: typeof Icon$7w;
1878
1897
  colorPrimary: string;
1879
1898
  title: string;
1880
1899
  };
@@ -1886,14 +1905,14 @@ declare const Avatar$2O: React__default.NamedExoticComponent<AvatarProps$2O>;
1886
1905
  type CombineProps$2C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1887
1906
  declare const Combine$2E: React__default.NamedExoticComponent<CombineProps$2C>;
1888
1907
 
1889
- declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
1908
+ declare const Icon$7v: React__default.NamedExoticComponent<RNIconProps$1>;
1890
1909
 
1891
- declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
1910
+ declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
1892
1911
 
1893
- type CompoundedIcon$2O = typeof Icon$7u & {
1912
+ type CompoundedIcon$2O = typeof Icon$7v & {
1894
1913
  Avatar: typeof Avatar$2O;
1895
1914
  Combine: typeof Combine$2E;
1896
- Text: typeof Icon$7t;
1915
+ Text: typeof Icon$7u;
1897
1916
  colorPrimary: string;
1898
1917
  title: string;
1899
1918
  };
@@ -1905,14 +1924,14 @@ declare const Avatar$2N: React__default.NamedExoticComponent<AvatarProps$2N>;
1905
1924
  type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1906
1925
  declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2B>;
1907
1926
 
1908
- declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
1927
+ declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
1909
1928
 
1910
- declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
1929
+ declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
1911
1930
 
1912
- type CompoundedIcon$2N = typeof Icon$7s & {
1931
+ type CompoundedIcon$2N = typeof Icon$7t & {
1913
1932
  Avatar: typeof Avatar$2N;
1914
1933
  Combine: typeof Combine$2D;
1915
- Text: typeof Icon$7r;
1934
+ Text: typeof Icon$7s;
1916
1935
  colorPrimary: string;
1917
1936
  title: string;
1918
1937
  };
@@ -1921,7 +1940,11 @@ declare const Icons$2N: CompoundedIcon$2N;
1921
1940
  type AvatarProps$2M = Omit<RNIconAvatarProps, 'Icon'>;
1922
1941
  declare const Avatar$2M: React__default.NamedExoticComponent<AvatarProps$2M>;
1923
1942
 
1924
- type CombineProps$2A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1943
+ declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
1944
+
1945
+ interface CombineProps$2A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1946
+ type?: 'color' | 'mono';
1947
+ }
1925
1948
  declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2A>;
1926
1949
 
1927
1950
  declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1930,6 +1953,7 @@ declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
1930
1953
 
1931
1954
  type CompoundedIcon$2M = typeof Icon$7q & {
1932
1955
  Avatar: typeof Avatar$2M;
1956
+ Color: typeof Icon$7r;
1933
1957
  Combine: typeof Combine$2C;
1934
1958
  Text: typeof Icon$7p;
1935
1959
  colorPrimary: string;
@@ -1942,9 +1966,7 @@ declare const Avatar$2L: React__default.NamedExoticComponent<AvatarProps$2L>;
1942
1966
 
1943
1967
  declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
1944
1968
 
1945
- interface CombineProps$2z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1946
- type?: 'color' | 'mono';
1947
- }
1969
+ type CombineProps$2z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1948
1970
  declare const Combine$2B: React__default.NamedExoticComponent<CombineProps$2z>;
1949
1971
 
1950
1972
  declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1966,7 +1988,9 @@ declare const Avatar$2K: React__default.NamedExoticComponent<AvatarProps$2K>;
1966
1988
 
1967
1989
  declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
1968
1990
 
1969
- type CombineProps$2y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1991
+ interface CombineProps$2y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1992
+ type?: 'color' | 'mono';
1993
+ }
1970
1994
  declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2y>;
1971
1995
 
1972
1996
  declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2058,22 +2082,17 @@ declare const Icons$2H: CompoundedIcon$2H;
2058
2082
  type AvatarProps$2G = Omit<RNIconAvatarProps, 'Icon'>;
2059
2083
  declare const Avatar$2G: React__default.NamedExoticComponent<AvatarProps$2G>;
2060
2084
 
2061
- declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
2062
-
2063
- interface CombineProps$2u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2064
- type?: 'color' | 'mono';
2065
- }
2085
+ type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2066
2086
  declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2u>;
2067
2087
 
2068
- declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
2088
+ declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
2069
2089
 
2070
- declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2090
+ declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
2071
2091
 
2072
- type CompoundedIcon$2G = typeof Icon$78 & {
2092
+ type CompoundedIcon$2G = typeof Icon$79 & {
2073
2093
  Avatar: typeof Avatar$2G;
2074
- Color: typeof Icon$79;
2075
2094
  Combine: typeof Combine$2w;
2076
- Text: typeof Icon$77;
2095
+ Text: typeof Icon$78;
2077
2096
  colorPrimary: string;
2078
2097
  title: string;
2079
2098
  };
@@ -2085,14 +2104,14 @@ declare const Avatar$2F: React__default.NamedExoticComponent<AvatarProps$2F>;
2085
2104
  type CombineProps$2t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2086
2105
  declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2t>;
2087
2106
 
2088
- declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
2107
+ declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2089
2108
 
2090
- declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
2109
+ declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
2091
2110
 
2092
- type CompoundedIcon$2F = typeof Icon$76 & {
2111
+ type CompoundedIcon$2F = typeof Icon$77 & {
2093
2112
  Avatar: typeof Avatar$2F;
2094
2113
  Combine: typeof Combine$2v;
2095
- Text: typeof Icon$75;
2114
+ Text: typeof Icon$76;
2096
2115
  colorPrimary: string;
2097
2116
  title: string;
2098
2117
  };
@@ -2104,14 +2123,14 @@ declare const Avatar$2E: React__default.NamedExoticComponent<AvatarProps$2E>;
2104
2123
  type CombineProps$2s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2105
2124
  declare const Combine$2u: React__default.NamedExoticComponent<CombineProps$2s>;
2106
2125
 
2107
- declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
2126
+ declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
2108
2127
 
2109
- declare const Icon$73: React__default.NamedExoticComponent<RNIconProps$1>;
2128
+ declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
2110
2129
 
2111
- type CompoundedIcon$2E = typeof Icon$74 & {
2130
+ type CompoundedIcon$2E = typeof Icon$75 & {
2112
2131
  Avatar: typeof Avatar$2E;
2113
2132
  Combine: typeof Combine$2u;
2114
- Text: typeof Icon$73;
2133
+ Text: typeof Icon$74;
2115
2134
  colorPrimary: string;
2116
2135
  title: string;
2117
2136
  };
@@ -2123,14 +2142,14 @@ declare const Avatar$2D: React__default.NamedExoticComponent<AvatarProps$2D>;
2123
2142
  type CombineProps$2r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2124
2143
  declare const Combine$2t: React__default.NamedExoticComponent<CombineProps$2r>;
2125
2144
 
2126
- declare const Icon$72: React__default.NamedExoticComponent<RNIconProps$1>;
2145
+ declare const Icon$73: React__default.NamedExoticComponent<RNIconProps$1>;
2127
2146
 
2128
- declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2147
+ declare const Icon$72: React__default.NamedExoticComponent<RNIconProps$1>;
2129
2148
 
2130
- type CompoundedIcon$2D = typeof Icon$72 & {
2149
+ type CompoundedIcon$2D = typeof Icon$73 & {
2131
2150
  Avatar: typeof Avatar$2D;
2132
2151
  Combine: typeof Combine$2t;
2133
- Text: typeof Icon$71;
2152
+ Text: typeof Icon$72;
2134
2153
  colorPrimary: string;
2135
2154
  title: string;
2136
2155
  };
@@ -2142,14 +2161,14 @@ declare const Avatar$2C: React__default.NamedExoticComponent<AvatarProps$2C>;
2142
2161
  type CombineProps$2q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2143
2162
  declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2q>;
2144
2163
 
2145
- declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2164
+ declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2146
2165
 
2147
- declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2166
+ declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2148
2167
 
2149
- type CompoundedIcon$2C = typeof Icon$70 & {
2168
+ type CompoundedIcon$2C = typeof Icon$71 & {
2150
2169
  Avatar: typeof Avatar$2C;
2151
2170
  Combine: typeof Combine$2s;
2152
- Text: typeof Icon$6$;
2171
+ Text: typeof Icon$70;
2153
2172
  colorPrimary: string;
2154
2173
  title: string;
2155
2174
  };
@@ -2158,7 +2177,11 @@ declare const Icons$2C: CompoundedIcon$2C;
2158
2177
  type AvatarProps$2B = Omit<RNIconAvatarProps, 'Icon'>;
2159
2178
  declare const Avatar$2B: React__default.NamedExoticComponent<AvatarProps$2B>;
2160
2179
 
2161
- type CombineProps$2p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2180
+ declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2181
+
2182
+ interface CombineProps$2p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2183
+ type?: 'color' | 'mono';
2184
+ }
2162
2185
  declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2p>;
2163
2186
 
2164
2187
  declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2167,8 +2190,10 @@ declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2167
2190
 
2168
2191
  type CompoundedIcon$2B = typeof Icon$6_ & {
2169
2192
  Avatar: typeof Avatar$2B;
2193
+ Color: typeof Icon$6$;
2170
2194
  Combine: typeof Combine$2r;
2171
2195
  Text: typeof Icon$6Z;
2196
+ colorGradient: string;
2172
2197
  colorPrimary: string;
2173
2198
  title: string;
2174
2199
  };
@@ -2192,6 +2217,7 @@ type CompoundedIcon$2A = typeof Icon$6X & {
2192
2217
  Avatar: typeof Avatar$2A;
2193
2218
  Color: typeof Icon$6Y;
2194
2219
  Combine: typeof Combine$2q;
2220
+ Simple: typeof Icon$6Y;
2195
2221
  Text: typeof Icon$6W;
2196
2222
  colorGradient: string;
2197
2223
  colorPrimary: string;
@@ -2202,24 +2228,17 @@ declare const Icons$2A: CompoundedIcon$2A;
2202
2228
  type AvatarProps$2z = Omit<RNIconAvatarProps, 'Icon'>;
2203
2229
  declare const Avatar$2z: React__default.NamedExoticComponent<AvatarProps$2z>;
2204
2230
 
2205
- declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2206
-
2207
- interface CombineProps$2n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2208
- type?: 'color' | 'mono';
2209
- }
2231
+ type CombineProps$2n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2210
2232
  declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2n>;
2211
2233
 
2212
- declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2234
+ declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2213
2235
 
2214
- declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2236
+ declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2215
2237
 
2216
- type CompoundedIcon$2z = typeof Icon$6U & {
2238
+ type CompoundedIcon$2z = typeof Icon$6V & {
2217
2239
  Avatar: typeof Avatar$2z;
2218
- Color: typeof Icon$6V;
2219
2240
  Combine: typeof Combine$2p;
2220
- Simple: typeof Icon$6V;
2221
- Text: typeof Icon$6T;
2222
- colorGradient: string;
2241
+ Text: typeof Icon$6U;
2223
2242
  colorPrimary: string;
2224
2243
  title: string;
2225
2244
  };
@@ -2231,14 +2250,14 @@ declare const Avatar$2y: React__default.NamedExoticComponent<AvatarProps$2y>;
2231
2250
  type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2232
2251
  declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2m>;
2233
2252
 
2234
- declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2253
+ declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2235
2254
 
2236
- declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2255
+ declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2237
2256
 
2238
- type CompoundedIcon$2y = typeof Icon$6S & {
2257
+ type CompoundedIcon$2y = typeof Icon$6T & {
2239
2258
  Avatar: typeof Avatar$2y;
2240
2259
  Combine: typeof Combine$2o;
2241
- Text: typeof Icon$6R;
2260
+ Text: typeof Icon$6S;
2242
2261
  colorPrimary: string;
2243
2262
  title: string;
2244
2263
  };
@@ -2250,14 +2269,14 @@ declare const Avatar$2x: React__default.NamedExoticComponent<AvatarProps$2x>;
2250
2269
  type CombineProps$2l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2251
2270
  declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2l>;
2252
2271
 
2253
- declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2272
+ declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2254
2273
 
2255
- declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2274
+ declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2256
2275
 
2257
- type CompoundedIcon$2x = typeof Icon$6Q & {
2276
+ type CompoundedIcon$2x = typeof Icon$6R & {
2258
2277
  Avatar: typeof Avatar$2x;
2259
2278
  Combine: typeof Combine$2n;
2260
- Text: typeof Icon$6P;
2279
+ Text: typeof Icon$6Q;
2261
2280
  colorPrimary: string;
2262
2281
  title: string;
2263
2282
  };
@@ -2269,14 +2288,14 @@ declare const Avatar$2w: React__default.NamedExoticComponent<AvatarProps$2w>;
2269
2288
  type CombineProps$2k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2270
2289
  declare const Combine$2m: React__default.NamedExoticComponent<CombineProps$2k>;
2271
2290
 
2272
- declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
2291
+ declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2273
2292
 
2274
- declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2293
+ declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
2275
2294
 
2276
- type CompoundedIcon$2w = typeof Icon$6O & {
2295
+ type CompoundedIcon$2w = typeof Icon$6P & {
2277
2296
  Avatar: typeof Avatar$2w;
2278
2297
  Combine: typeof Combine$2m;
2279
- Text: typeof Icon$6N;
2298
+ Text: typeof Icon$6O;
2280
2299
  colorPrimary: string;
2281
2300
  title: string;
2282
2301
  };
@@ -2285,17 +2304,13 @@ declare const Icons$2w: CompoundedIcon$2w;
2285
2304
  type AvatarProps$2v = Omit<RNIconAvatarProps, 'Icon'>;
2286
2305
  declare const Avatar$2v: React__default.NamedExoticComponent<AvatarProps$2v>;
2287
2306
 
2288
- type CombineProps$2j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2289
- declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2307
+ declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2290
2308
 
2291
2309
  declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
2292
2310
 
2293
- declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2294
-
2295
- type CompoundedIcon$2v = typeof Icon$6M & {
2311
+ type CompoundedIcon$2v = typeof Icon$6N & {
2296
2312
  Avatar: typeof Avatar$2v;
2297
- Combine: typeof Combine$2l;
2298
- Text: typeof Icon$6L;
2313
+ Text: typeof Icon$6M;
2299
2314
  colorPrimary: string;
2300
2315
  title: string;
2301
2316
  };
@@ -2304,12 +2319,21 @@ declare const Icons$2v: CompoundedIcon$2v;
2304
2319
  type AvatarProps$2u = Omit<RNIconAvatarProps, 'Icon'>;
2305
2320
  declare const Avatar$2u: React__default.NamedExoticComponent<AvatarProps$2u>;
2306
2321
 
2322
+ declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2323
+
2324
+ interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2325
+ type?: 'color' | 'mono';
2326
+ }
2327
+ declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2328
+
2307
2329
  declare const Icon$6K: React__default.NamedExoticComponent<RNIconProps$1>;
2308
2330
 
2309
2331
  declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2310
2332
 
2311
2333
  type CompoundedIcon$2u = typeof Icon$6K & {
2312
2334
  Avatar: typeof Avatar$2u;
2335
+ Color: typeof Icon$6L;
2336
+ Combine: typeof Combine$2l;
2313
2337
  Text: typeof Icon$6J;
2314
2338
  colorPrimary: string;
2315
2339
  title: string;
@@ -2321,20 +2345,17 @@ declare const Avatar$2t: React__default.NamedExoticComponent<AvatarProps$2t>;
2321
2345
 
2322
2346
  declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2323
2347
 
2324
- interface CombineProps$2i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2325
- type?: 'color' | 'mono';
2326
- }
2327
- declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
2328
-
2329
2348
  declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2330
2349
 
2331
2350
  declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2332
2351
 
2333
- type CompoundedIcon$2t = typeof Icon$6H & {
2352
+ declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2353
+
2354
+ type CompoundedIcon$2t = typeof Icon$6F & {
2334
2355
  Avatar: typeof Avatar$2t;
2335
- Color: typeof Icon$6I;
2336
- Combine: typeof Combine$2k;
2337
- Text: typeof Icon$6G;
2356
+ Brand: typeof Icon$6H;
2357
+ BrandColor: typeof Icon$6I;
2358
+ Color: typeof Icon$6G;
2338
2359
  colorPrimary: string;
2339
2360
  title: string;
2340
2361
  };
@@ -2343,19 +2364,17 @@ declare const Icons$2t: CompoundedIcon$2t;
2343
2364
  type AvatarProps$2s = Omit<RNIconAvatarProps, 'Icon'>;
2344
2365
  declare const Avatar$2s: React__default.NamedExoticComponent<AvatarProps$2s>;
2345
2366
 
2346
- declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2367
+ type CombineProps$2i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2368
+ declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
2347
2369
 
2348
2370
  declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
2349
2371
 
2350
2372
  declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
2351
2373
 
2352
- declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2353
-
2354
- type CompoundedIcon$2s = typeof Icon$6C & {
2374
+ type CompoundedIcon$2s = typeof Icon$6E & {
2355
2375
  Avatar: typeof Avatar$2s;
2356
- Brand: typeof Icon$6E;
2357
- BrandColor: typeof Icon$6F;
2358
- Color: typeof Icon$6D;
2376
+ Combine: typeof Combine$2k;
2377
+ Text: typeof Icon$6D;
2359
2378
  colorPrimary: string;
2360
2379
  title: string;
2361
2380
  };
@@ -2364,7 +2383,11 @@ declare const Icons$2s: CompoundedIcon$2s;
2364
2383
  type AvatarProps$2r = Omit<RNIconAvatarProps, 'Icon'>;
2365
2384
  declare const Avatar$2r: React__default.NamedExoticComponent<AvatarProps$2r>;
2366
2385
 
2367
- type CombineProps$2h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2386
+ declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2387
+
2388
+ interface CombineProps$2h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2389
+ type?: 'color' | 'mono';
2390
+ }
2368
2391
  declare const Combine$2j: React__default.NamedExoticComponent<CombineProps$2h>;
2369
2392
 
2370
2393
  declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2373,6 +2396,7 @@ declare const Icon$6A: React__default.NamedExoticComponent<RNIconProps$1>;
2373
2396
 
2374
2397
  type CompoundedIcon$2r = typeof Icon$6B & {
2375
2398
  Avatar: typeof Avatar$2r;
2399
+ Color: typeof Icon$6C;
2376
2400
  Combine: typeof Combine$2j;
2377
2401
  Text: typeof Icon$6A;
2378
2402
  colorPrimary: string;
@@ -2407,22 +2431,17 @@ declare const Icons$2q: CompoundedIcon$2q;
2407
2431
  type AvatarProps$2p = Omit<RNIconAvatarProps, 'Icon'>;
2408
2432
  declare const Avatar$2p: React__default.NamedExoticComponent<AvatarProps$2p>;
2409
2433
 
2410
- declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
2411
-
2412
- interface CombineProps$2f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2413
- type?: 'color' | 'mono';
2414
- }
2434
+ type CombineProps$2f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2415
2435
  declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
2416
2436
 
2417
- declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
2437
+ declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
2418
2438
 
2419
- declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
2439
+ declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
2420
2440
 
2421
- type CompoundedIcon$2p = typeof Icon$6v & {
2441
+ type CompoundedIcon$2p = typeof Icon$6w & {
2422
2442
  Avatar: typeof Avatar$2p;
2423
- Color: typeof Icon$6w;
2424
2443
  Combine: typeof Combine$2h;
2425
- Text: typeof Icon$6u;
2444
+ Text: typeof Icon$6v;
2426
2445
  colorPrimary: string;
2427
2446
  title: string;
2428
2447
  };
@@ -2431,17 +2450,16 @@ declare const Icons$2p: CompoundedIcon$2p;
2431
2450
  type AvatarProps$2o = Omit<RNIconAvatarProps, 'Icon'>;
2432
2451
  declare const Avatar$2o: React__default.NamedExoticComponent<AvatarProps$2o>;
2433
2452
 
2434
- type CombineProps$2e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2435
- declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2e>;
2453
+ declare const Combine$2g: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2436
2454
 
2437
- declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2455
+ declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
2438
2456
 
2439
- declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
2457
+ declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2440
2458
 
2441
- type CompoundedIcon$2o = typeof Icon$6t & {
2459
+ type CompoundedIcon$2o = typeof Icon$6u & {
2442
2460
  Avatar: typeof Avatar$2o;
2443
2461
  Combine: typeof Combine$2g;
2444
- Text: typeof Icon$6s;
2462
+ Text: typeof Icon$6t;
2445
2463
  colorPrimary: string;
2446
2464
  title: string;
2447
2465
  };
@@ -2450,7 +2468,12 @@ declare const Icons$2o: CompoundedIcon$2o;
2450
2468
  type AvatarProps$2n = Omit<RNIconAvatarProps, 'Icon'>;
2451
2469
  declare const Avatar$2n: React__default.NamedExoticComponent<AvatarProps$2n>;
2452
2470
 
2453
- declare const Combine$2f: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2471
+ declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
2472
+
2473
+ interface CombineProps$2e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2474
+ type?: 'color' | 'mono';
2475
+ }
2476
+ declare const Combine$2f: React__default.NamedExoticComponent<CombineProps$2e>;
2454
2477
 
2455
2478
  declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
2456
2479
 
@@ -2458,8 +2481,10 @@ declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
2458
2481
 
2459
2482
  type CompoundedIcon$2n = typeof Icon$6r & {
2460
2483
  Avatar: typeof Avatar$2n;
2484
+ Color: typeof Icon$6s;
2461
2485
  Combine: typeof Combine$2f;
2462
2486
  Text: typeof Icon$6q;
2487
+ colorGradient: string;
2463
2488
  colorPrimary: string;
2464
2489
  title: string;
2465
2490
  };
@@ -2468,23 +2493,17 @@ declare const Icons$2n: CompoundedIcon$2n;
2468
2493
  type AvatarProps$2m = Omit<RNIconAvatarProps, 'Icon'>;
2469
2494
  declare const Avatar$2m: React__default.NamedExoticComponent<AvatarProps$2m>;
2470
2495
 
2471
- declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
2472
-
2473
- interface CombineProps$2d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2474
- type?: 'color' | 'mono';
2475
- }
2496
+ type CombineProps$2d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2476
2497
  declare const Combine$2e: React__default.NamedExoticComponent<CombineProps$2d>;
2477
2498
 
2478
- declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
2499
+ declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
2479
2500
 
2480
- declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
2501
+ declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
2481
2502
 
2482
- type CompoundedIcon$2m = typeof Icon$6o & {
2503
+ type CompoundedIcon$2m = typeof Icon$6p & {
2483
2504
  Avatar: typeof Avatar$2m;
2484
- Color: typeof Icon$6p;
2485
2505
  Combine: typeof Combine$2e;
2486
- Text: typeof Icon$6n;
2487
- colorGradient: string;
2506
+ Text: typeof Icon$6o;
2488
2507
  colorPrimary: string;
2489
2508
  title: string;
2490
2509
  };
@@ -2496,14 +2515,14 @@ declare const Avatar$2l: React__default.NamedExoticComponent<AvatarProps$2l>;
2496
2515
  type CombineProps$2c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2497
2516
  declare const Combine$2d: React__default.NamedExoticComponent<CombineProps$2c>;
2498
2517
 
2499
- declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
2518
+ declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
2500
2519
 
2501
- declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
2520
+ declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
2502
2521
 
2503
- type CompoundedIcon$2l = typeof Icon$6m & {
2522
+ type CompoundedIcon$2l = typeof Icon$6n & {
2504
2523
  Avatar: typeof Avatar$2l;
2505
2524
  Combine: typeof Combine$2d;
2506
- Text: typeof Icon$6l;
2525
+ Text: typeof Icon$6m;
2507
2526
  colorPrimary: string;
2508
2527
  title: string;
2509
2528
  };
@@ -2512,7 +2531,11 @@ declare const Icons$2l: CompoundedIcon$2l;
2512
2531
  type AvatarProps$2k = Omit<RNIconAvatarProps, 'Icon'>;
2513
2532
  declare const Avatar$2k: React__default.NamedExoticComponent<AvatarProps$2k>;
2514
2533
 
2515
- type CombineProps$2b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2534
+ declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
2535
+
2536
+ interface CombineProps$2b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2537
+ type?: 'color' | 'mono';
2538
+ }
2516
2539
  declare const Combine$2c: React__default.NamedExoticComponent<CombineProps$2b>;
2517
2540
 
2518
2541
  declare const Icon$6k: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2521,8 +2544,10 @@ declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
2521
2544
 
2522
2545
  type CompoundedIcon$2k = typeof Icon$6k & {
2523
2546
  Avatar: typeof Avatar$2k;
2547
+ Color: typeof Icon$6l;
2524
2548
  Combine: typeof Combine$2c;
2525
2549
  Text: typeof Icon$6j;
2550
+ colorGradient: string;
2526
2551
  colorPrimary: string;
2527
2552
  title: string;
2528
2553
  };
@@ -2547,7 +2572,6 @@ type CompoundedIcon$2j = typeof Icon$6h & {
2547
2572
  Color: typeof Icon$6i;
2548
2573
  Combine: typeof Combine$2b;
2549
2574
  Text: typeof Icon$6g;
2550
- colorGradient: string;
2551
2575
  colorPrimary: string;
2552
2576
  title: string;
2553
2577
  };
@@ -2604,22 +2628,17 @@ declare const Icons$2h: CompoundedIcon$2h;
2604
2628
  type AvatarProps$2g = Omit<RNIconAvatarProps, 'Icon'>;
2605
2629
  declare const Avatar$2g: React__default.NamedExoticComponent<AvatarProps$2g>;
2606
2630
 
2607
- declare const Icon$69: React__default.NamedExoticComponent<RNIconProps$1>;
2608
-
2609
- interface CombineProps$27 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2610
- type?: 'color' | 'mono';
2611
- }
2631
+ type CombineProps$27 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2612
2632
  declare const Combine$28: React__default.NamedExoticComponent<CombineProps$27>;
2613
2633
 
2614
- declare const Icon$68: React__default.NamedExoticComponent<RNIconProps$1>;
2634
+ declare const Icon$69: React__default.NamedExoticComponent<RNIconProps$1>;
2615
2635
 
2616
- declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
2636
+ declare const Icon$68: React__default.NamedExoticComponent<RNIconProps$1>;
2617
2637
 
2618
- type CompoundedIcon$2g = typeof Icon$68 & {
2638
+ type CompoundedIcon$2g = typeof Icon$69 & {
2619
2639
  Avatar: typeof Avatar$2g;
2620
- Color: typeof Icon$69;
2621
2640
  Combine: typeof Combine$28;
2622
- Text: typeof Icon$67;
2641
+ Text: typeof Icon$68;
2623
2642
  colorPrimary: string;
2624
2643
  title: string;
2625
2644
  };
@@ -2631,14 +2650,14 @@ declare const Avatar$2f: React__default.NamedExoticComponent<AvatarProps$2f>;
2631
2650
  type CombineProps$26 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2632
2651
  declare const Combine$27: React__default.NamedExoticComponent<CombineProps$26>;
2633
2652
 
2634
- declare const Icon$66: React__default.NamedExoticComponent<RNIconProps$1>;
2653
+ declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
2635
2654
 
2636
- declare const Icon$65: React__default.NamedExoticComponent<RNIconProps$1>;
2655
+ declare const Icon$66: React__default.NamedExoticComponent<RNIconProps$1>;
2637
2656
 
2638
- type CompoundedIcon$2f = typeof Icon$66 & {
2657
+ type CompoundedIcon$2f = typeof Icon$67 & {
2639
2658
  Avatar: typeof Avatar$2f;
2640
2659
  Combine: typeof Combine$27;
2641
- Text: typeof Icon$65;
2660
+ Text: typeof Icon$66;
2642
2661
  colorPrimary: string;
2643
2662
  title: string;
2644
2663
  };
@@ -2647,7 +2666,11 @@ declare const Icons$2f: CompoundedIcon$2f;
2647
2666
  type AvatarProps$2e = Omit<RNIconAvatarProps, 'Icon'>;
2648
2667
  declare const Avatar$2e: React__default.NamedExoticComponent<AvatarProps$2e>;
2649
2668
 
2650
- type CombineProps$25 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2669
+ declare const Icon$65: React__default.NamedExoticComponent<RNIconProps$1>;
2670
+
2671
+ interface CombineProps$25 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2672
+ type?: 'color' | 'mono';
2673
+ }
2651
2674
  declare const Combine$26: React__default.NamedExoticComponent<CombineProps$25>;
2652
2675
 
2653
2676
  declare const Icon$64: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2656,6 +2679,7 @@ declare const Icon$63: React__default.NamedExoticComponent<RNIconProps$1>;
2656
2679
 
2657
2680
  type CompoundedIcon$2e = typeof Icon$64 & {
2658
2681
  Avatar: typeof Avatar$2e;
2682
+ Color: typeof Icon$65;
2659
2683
  Combine: typeof Combine$26;
2660
2684
  Text: typeof Icon$63;
2661
2685
  colorPrimary: string;
@@ -2666,22 +2690,17 @@ declare const Icons$2e: CompoundedIcon$2e;
2666
2690
  type AvatarProps$2d = Omit<RNIconAvatarProps, 'Icon'>;
2667
2691
  declare const Avatar$2d: React__default.NamedExoticComponent<AvatarProps$2d>;
2668
2692
 
2669
- declare const Icon$62: React__default.NamedExoticComponent<RNIconProps$1>;
2670
-
2671
- interface CombineProps$24 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2672
- type?: 'color' | 'mono';
2673
- }
2693
+ type CombineProps$24 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2674
2694
  declare const Combine$25: React__default.NamedExoticComponent<CombineProps$24>;
2675
2695
 
2676
- declare const Icon$61: React__default.NamedExoticComponent<RNIconProps$1>;
2696
+ declare const Icon$62: React__default.NamedExoticComponent<RNIconProps$1>;
2677
2697
 
2678
- declare const Icon$60: React__default.NamedExoticComponent<RNIconProps$1>;
2698
+ declare const Icon$61: React__default.NamedExoticComponent<RNIconProps$1>;
2679
2699
 
2680
- type CompoundedIcon$2d = typeof Icon$61 & {
2700
+ type CompoundedIcon$2d = typeof Icon$62 & {
2681
2701
  Avatar: typeof Avatar$2d;
2682
- Color: typeof Icon$62;
2683
2702
  Combine: typeof Combine$25;
2684
- Text: typeof Icon$60;
2703
+ Text: typeof Icon$61;
2685
2704
  colorPrimary: string;
2686
2705
  title: string;
2687
2706
  };
@@ -2690,7 +2709,11 @@ declare const Icons$2d: CompoundedIcon$2d;
2690
2709
  type AvatarProps$2c = Omit<RNIconAvatarProps, 'Icon'>;
2691
2710
  declare const Avatar$2c: React__default.NamedExoticComponent<AvatarProps$2c>;
2692
2711
 
2693
- type CombineProps$23 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2712
+ declare const Icon$60: React__default.NamedExoticComponent<RNIconProps$1>;
2713
+
2714
+ interface CombineProps$23 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2715
+ type?: 'color' | 'mono';
2716
+ }
2694
2717
  declare const Combine$24: React__default.NamedExoticComponent<CombineProps$23>;
2695
2718
 
2696
2719
  declare const Icon$5$: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2699,6 +2722,7 @@ declare const Icon$5_: React__default.NamedExoticComponent<RNIconProps$1>;
2699
2722
 
2700
2723
  type CompoundedIcon$2c = typeof Icon$5$ & {
2701
2724
  Avatar: typeof Avatar$2c;
2725
+ Color: typeof Icon$60;
2702
2726
  Combine: typeof Combine$24;
2703
2727
  Text: typeof Icon$5_;
2704
2728
  colorPrimary: string;
@@ -2720,11 +2744,14 @@ declare const Icon$5Y: React__default.NamedExoticComponent<RNIconProps$1>;
2720
2744
 
2721
2745
  declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
2722
2746
 
2747
+ declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
2748
+
2723
2749
  type CompoundedIcon$2b = typeof Icon$5Y & {
2724
2750
  Avatar: typeof Avatar$2b;
2725
2751
  Color: typeof Icon$5Z;
2726
2752
  Combine: typeof Combine$23;
2727
2753
  Text: typeof Icon$5X;
2754
+ TextCn: typeof Icon$5W;
2728
2755
  colorPrimary: string;
2729
2756
  title: string;
2730
2757
  };
@@ -2733,25 +2760,17 @@ declare const Icons$2b: CompoundedIcon$2b;
2733
2760
  type AvatarProps$2a = Omit<RNIconAvatarProps, 'Icon'>;
2734
2761
  declare const Avatar$2a: React__default.NamedExoticComponent<AvatarProps$2a>;
2735
2762
 
2736
- declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
2737
-
2738
- interface CombineProps$21 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2739
- type?: 'color' | 'mono';
2740
- }
2763
+ type CombineProps$21 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2741
2764
  declare const Combine$22: React__default.NamedExoticComponent<CombineProps$21>;
2742
2765
 
2743
2766
  declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
2744
2767
 
2745
2768
  declare const Icon$5U: React__default.NamedExoticComponent<RNIconProps$1>;
2746
2769
 
2747
- declare const Icon$5T: React__default.NamedExoticComponent<RNIconProps$1>;
2748
-
2749
2770
  type CompoundedIcon$2a = typeof Icon$5V & {
2750
2771
  Avatar: typeof Avatar$2a;
2751
- Color: typeof Icon$5W;
2752
2772
  Combine: typeof Combine$22;
2753
2773
  Text: typeof Icon$5U;
2754
- TextCn: typeof Icon$5T;
2755
2774
  colorPrimary: string;
2756
2775
  title: string;
2757
2776
  };
@@ -2760,7 +2779,11 @@ declare const Icons$2a: CompoundedIcon$2a;
2760
2779
  type AvatarProps$29 = Omit<RNIconAvatarProps, 'Icon'>;
2761
2780
  declare const Avatar$29: React__default.NamedExoticComponent<AvatarProps$29>;
2762
2781
 
2763
- type CombineProps$20 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2782
+ declare const Icon$5T: React__default.NamedExoticComponent<RNIconProps$1>;
2783
+
2784
+ interface CombineProps$20 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2785
+ type?: 'color' | 'mono';
2786
+ }
2764
2787
  declare const Combine$21: React__default.NamedExoticComponent<CombineProps$20>;
2765
2788
 
2766
2789
  declare const Icon$5S: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2769,6 +2792,7 @@ declare const Icon$5R: React__default.NamedExoticComponent<RNIconProps$1>;
2769
2792
 
2770
2793
  type CompoundedIcon$29 = typeof Icon$5S & {
2771
2794
  Avatar: typeof Avatar$29;
2795
+ Color: typeof Icon$5T;
2772
2796
  Combine: typeof Combine$21;
2773
2797
  Text: typeof Icon$5R;
2774
2798
  colorPrimary: string;
@@ -2805,20 +2829,11 @@ declare const Avatar$27: React__default.NamedExoticComponent<AvatarProps$27>;
2805
2829
 
2806
2830
  declare const Icon$5N: React__default.NamedExoticComponent<RNIconProps$1>;
2807
2831
 
2808
- interface CombineProps$1_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2809
- type?: 'color' | 'mono';
2810
- }
2811
- declare const Combine$1$: React__default.NamedExoticComponent<CombineProps$1_>;
2812
-
2813
- declare const Icon$5M: React__default.NamedExoticComponent<RNIconProps$1>;
2814
-
2815
- declare const Icon$5L: React__default.NamedExoticComponent<RNIconProps$1>;
2832
+ declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
2816
2833
 
2817
- type CompoundedIcon$27 = typeof Icon$5M & {
2834
+ type CompoundedIcon$27 = typeof Icon$5N & {
2818
2835
  Avatar: typeof Avatar$27;
2819
- Color: typeof Icon$5N;
2820
- Combine: typeof Combine$1$;
2821
- Text: typeof Icon$5L;
2836
+ Text: typeof Text;
2822
2837
  colorPrimary: string;
2823
2838
  title: string;
2824
2839
  };
@@ -2827,13 +2842,17 @@ declare const Icons$27: CompoundedIcon$27;
2827
2842
  type AvatarProps$26 = Omit<RNIconAvatarProps, 'Icon'>;
2828
2843
  declare const Avatar$26: React__default.NamedExoticComponent<AvatarProps$26>;
2829
2844
 
2830
- declare const Icon$5K: React__default.NamedExoticComponent<RNIconProps$1>;
2845
+ type CombineProps$1_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2846
+ declare const Combine$1$: React__default.NamedExoticComponent<CombineProps$1_>;
2831
2847
 
2832
- declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
2848
+ declare const Icon$5M: React__default.NamedExoticComponent<RNIconProps$1>;
2849
+
2850
+ declare const Icon$5L: React__default.NamedExoticComponent<RNIconProps$1>;
2833
2851
 
2834
- type CompoundedIcon$26 = typeof Icon$5K & {
2852
+ type CompoundedIcon$26 = typeof Icon$5M & {
2835
2853
  Avatar: typeof Avatar$26;
2836
- Text: typeof Text;
2854
+ Combine: typeof Combine$1$;
2855
+ Text: typeof Icon$5L;
2837
2856
  colorPrimary: string;
2838
2857
  title: string;
2839
2858
  };
@@ -2842,6 +2861,8 @@ declare const Icons$26: CompoundedIcon$26;
2842
2861
  type AvatarProps$25 = Omit<RNIconAvatarProps, 'Icon'>;
2843
2862
  declare const Avatar$25: React__default.NamedExoticComponent<AvatarProps$25>;
2844
2863
 
2864
+ declare const Icon$5K: React__default.NamedExoticComponent<RNIconProps$1>;
2865
+
2845
2866
  type CombineProps$1Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2846
2867
  declare const Combine$1_: React__default.NamedExoticComponent<CombineProps$1Z>;
2847
2868
 
@@ -2851,6 +2872,7 @@ declare const Icon$5I: React__default.NamedExoticComponent<RNIconProps$1>;
2851
2872
 
2852
2873
  type CompoundedIcon$25 = typeof Icon$5J & {
2853
2874
  Avatar: typeof Avatar$25;
2875
+ Color: typeof Icon$5K;
2854
2876
  Combine: typeof Combine$1_;
2855
2877
  Text: typeof Icon$5I;
2856
2878
  colorPrimary: string;
@@ -2863,7 +2885,9 @@ declare const Avatar$24: React__default.NamedExoticComponent<AvatarProps$24>;
2863
2885
 
2864
2886
  declare const Icon$5H: React__default.NamedExoticComponent<RNIconProps$1>;
2865
2887
 
2866
- type CombineProps$1Y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2888
+ interface CombineProps$1Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2889
+ type?: 'color' | 'mono';
2890
+ }
2867
2891
  declare const Combine$1Z: React__default.NamedExoticComponent<CombineProps$1Y>;
2868
2892
 
2869
2893
  declare const Icon$5G: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2875,6 +2899,7 @@ type CompoundedIcon$24 = typeof Icon$5G & {
2875
2899
  Color: typeof Icon$5H;
2876
2900
  Combine: typeof Combine$1Z;
2877
2901
  Text: typeof Icon$5F;
2902
+ colorGradient: string;
2878
2903
  colorPrimary: string;
2879
2904
  title: string;
2880
2905
  };
@@ -2899,7 +2924,6 @@ type CompoundedIcon$23 = typeof Icon$5D & {
2899
2924
  Color: typeof Icon$5E;
2900
2925
  Combine: typeof Combine$1Y;
2901
2926
  Text: typeof Icon$5C;
2902
- colorGradient: string;
2903
2927
  colorPrimary: string;
2904
2928
  title: string;
2905
2929
  };
@@ -2924,6 +2948,7 @@ type CompoundedIcon$22 = typeof Icon$5A & {
2924
2948
  Color: typeof Icon$5B;
2925
2949
  Combine: typeof Combine$1X;
2926
2950
  Text: typeof Icon$5z;
2951
+ colorGradient: string;
2927
2952
  colorPrimary: string;
2928
2953
  title: string;
2929
2954
  };
@@ -2948,7 +2973,6 @@ type CompoundedIcon$21 = typeof Icon$5x & {
2948
2973
  Color: typeof Icon$5y;
2949
2974
  Combine: typeof Combine$1W;
2950
2975
  Text: typeof Icon$5w;
2951
- colorGradient: string;
2952
2976
  colorPrimary: string;
2953
2977
  title: string;
2954
2978
  };
@@ -2957,22 +2981,17 @@ declare const Icons$21: CompoundedIcon$21;
2957
2981
  type AvatarProps$20 = Omit<RNIconAvatarProps, 'Icon'>;
2958
2982
  declare const Avatar$20: React__default.NamedExoticComponent<AvatarProps$20>;
2959
2983
 
2960
- declare const Icon$5v: React__default.NamedExoticComponent<RNIconProps$1>;
2961
-
2962
- interface CombineProps$1U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2963
- type?: 'color' | 'mono';
2964
- }
2984
+ type CombineProps$1U = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2965
2985
  declare const Combine$1V: React__default.NamedExoticComponent<CombineProps$1U>;
2966
2986
 
2967
- declare const Icon$5u: React__default.NamedExoticComponent<RNIconProps$1>;
2987
+ declare const Icon$5v: React__default.NamedExoticComponent<RNIconProps$1>;
2968
2988
 
2969
- declare const Icon$5t: React__default.NamedExoticComponent<RNIconProps$1>;
2989
+ declare const Icon$5u: React__default.NamedExoticComponent<RNIconProps$1>;
2970
2990
 
2971
- type CompoundedIcon$20 = typeof Icon$5u & {
2991
+ type CompoundedIcon$20 = typeof Icon$5v & {
2972
2992
  Avatar: typeof Avatar$20;
2973
- Color: typeof Icon$5v;
2974
2993
  Combine: typeof Combine$1V;
2975
- Text: typeof Icon$5t;
2994
+ Text: typeof Icon$5u;
2976
2995
  colorPrimary: string;
2977
2996
  title: string;
2978
2997
  };
@@ -2981,7 +3000,11 @@ declare const Icons$20: CompoundedIcon$20;
2981
3000
  type AvatarProps$1$ = Omit<RNIconAvatarProps, 'Icon'>;
2982
3001
  declare const Avatar$1$: React__default.NamedExoticComponent<AvatarProps$1$>;
2983
3002
 
2984
- type CombineProps$1T = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3003
+ declare const Icon$5t: React__default.NamedExoticComponent<RNIconProps$1>;
3004
+
3005
+ interface CombineProps$1T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3006
+ type?: 'color' | 'mono';
3007
+ }
2985
3008
  declare const Combine$1U: React__default.NamedExoticComponent<CombineProps$1T>;
2986
3009
 
2987
3010
  declare const Icon$5s: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2990,6 +3013,7 @@ declare const Icon$5r: React__default.NamedExoticComponent<RNIconProps$1>;
2990
3013
 
2991
3014
  type CompoundedIcon$1$ = typeof Icon$5s & {
2992
3015
  Avatar: typeof Avatar$1$;
3016
+ Color: typeof Icon$5t;
2993
3017
  Combine: typeof Combine$1U;
2994
3018
  Text: typeof Icon$5r;
2995
3019
  colorPrimary: string;
@@ -3120,22 +3144,17 @@ declare const Icons$1W: CompoundedIcon$1W;
3120
3144
  type AvatarProps$1V = Omit<RNIconAvatarProps, 'Icon'>;
3121
3145
  declare const Avatar$1V: React__default.NamedExoticComponent<AvatarProps$1V>;
3122
3146
 
3123
- declare const Icon$5b: React__default.NamedExoticComponent<RNIconProps$1>;
3124
-
3125
- interface CombineProps$1N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3126
- type?: 'color' | 'mono';
3127
- }
3147
+ type CombineProps$1N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3128
3148
  declare const Combine$1O: React__default.NamedExoticComponent<CombineProps$1N>;
3129
3149
 
3130
- declare const Icon$5a: React__default.NamedExoticComponent<RNIconProps$1>;
3150
+ declare const Icon$5b: React__default.NamedExoticComponent<RNIconProps$1>;
3131
3151
 
3132
- declare const Icon$59: React__default.NamedExoticComponent<RNIconProps$1>;
3152
+ declare const Icon$5a: React__default.NamedExoticComponent<RNIconProps$1>;
3133
3153
 
3134
- type CompoundedIcon$1V = typeof Icon$5a & {
3154
+ type CompoundedIcon$1V = typeof Icon$5b & {
3135
3155
  Avatar: typeof Avatar$1V;
3136
- Color: typeof Icon$5b;
3137
3156
  Combine: typeof Combine$1O;
3138
- Text: typeof Icon$59;
3157
+ Text: typeof Icon$5a;
3139
3158
  colorPrimary: string;
3140
3159
  title: string;
3141
3160
  };
@@ -3147,14 +3166,14 @@ declare const Avatar$1U: React__default.NamedExoticComponent<AvatarProps$1U>;
3147
3166
  type CombineProps$1M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3148
3167
  declare const Combine$1N: React__default.NamedExoticComponent<CombineProps$1M>;
3149
3168
 
3150
- declare const Icon$58: React__default.NamedExoticComponent<RNIconProps$1>;
3169
+ declare const Icon$59: React__default.NamedExoticComponent<RNIconProps$1>;
3151
3170
 
3152
- declare const Icon$57: React__default.NamedExoticComponent<RNIconProps$1>;
3171
+ declare const Icon$58: React__default.NamedExoticComponent<RNIconProps$1>;
3153
3172
 
3154
- type CompoundedIcon$1U = typeof Icon$58 & {
3173
+ type CompoundedIcon$1U = typeof Icon$59 & {
3155
3174
  Avatar: typeof Avatar$1U;
3156
3175
  Combine: typeof Combine$1N;
3157
- Text: typeof Icon$57;
3176
+ Text: typeof Icon$58;
3158
3177
  colorPrimary: string;
3159
3178
  title: string;
3160
3179
  };
@@ -3163,7 +3182,11 @@ declare const Icons$1U: CompoundedIcon$1U;
3163
3182
  type AvatarProps$1T = Omit<RNIconAvatarProps, 'Icon'>;
3164
3183
  declare const Avatar$1T: React__default.NamedExoticComponent<AvatarProps$1T>;
3165
3184
 
3166
- type CombineProps$1L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3185
+ declare const Icon$57: React__default.NamedExoticComponent<RNIconProps$1>;
3186
+
3187
+ interface CombineProps$1L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3188
+ type?: 'color' | 'mono';
3189
+ }
3167
3190
  declare const Combine$1M: React__default.NamedExoticComponent<CombineProps$1L>;
3168
3191
 
3169
3192
  declare const Icon$56: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3172,6 +3195,7 @@ declare const Icon$55: React__default.NamedExoticComponent<RNIconProps$1>;
3172
3195
 
3173
3196
  type CompoundedIcon$1T = typeof Icon$56 & {
3174
3197
  Avatar: typeof Avatar$1T;
3198
+ Color: typeof Icon$57;
3175
3199
  Combine: typeof Combine$1M;
3176
3200
  Text: typeof Icon$55;
3177
3201
  colorPrimary: string;
@@ -3222,6 +3246,7 @@ type CompoundedIcon$1R = typeof Icon$50 & {
3222
3246
  Color: typeof Icon$51;
3223
3247
  Combine: typeof Combine$1K;
3224
3248
  Text: typeof Icon$4$;
3249
+ colorGradient: string;
3225
3250
  colorPrimary: string;
3226
3251
  title: string;
3227
3252
  };
@@ -3230,22 +3255,19 @@ declare const Icons$1R: CompoundedIcon$1R;
3230
3255
  type AvatarProps$1Q = Omit<RNIconAvatarProps, 'Icon'>;
3231
3256
  declare const Avatar$1Q: React__default.NamedExoticComponent<AvatarProps$1Q>;
3232
3257
 
3233
- declare const Icon$4_: React__default.NamedExoticComponent<RNIconProps$1>;
3234
-
3235
3258
  interface CombineProps$1I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3236
3259
  type?: 'color' | 'mono';
3237
3260
  }
3238
3261
  declare const Combine$1J: React__default.NamedExoticComponent<CombineProps$1I>;
3239
3262
 
3240
- declare const Icon$4Z: React__default.NamedExoticComponent<RNIconProps$1>;
3263
+ declare const Icon$4_: React__default.NamedExoticComponent<RNIconProps$1>;
3241
3264
 
3242
- declare const Icon$4Y: React__default.NamedExoticComponent<RNIconProps$1>;
3265
+ declare const Icon$4Z: React__default.NamedExoticComponent<RNIconProps$1>;
3243
3266
 
3244
- type CompoundedIcon$1Q = typeof Icon$4Z & {
3267
+ type CompoundedIcon$1Q = typeof Icon$4_ & {
3245
3268
  Avatar: typeof Avatar$1Q;
3246
- Color: typeof Icon$4_;
3247
3269
  Combine: typeof Combine$1J;
3248
- Text: typeof Icon$4Y;
3270
+ Text: typeof Icon$4Z;
3249
3271
  colorGradient: string;
3250
3272
  colorPrimary: string;
3251
3273
  title: string;
@@ -3255,6 +3277,8 @@ declare const Icons$1Q: CompoundedIcon$1Q;
3255
3277
  type AvatarProps$1P = Omit<RNIconAvatarProps, 'Icon'>;
3256
3278
  declare const Avatar$1P: React__default.NamedExoticComponent<AvatarProps$1P>;
3257
3279
 
3280
+ declare const Icon$4Y: React__default.NamedExoticComponent<RNIconProps$1>;
3281
+
3258
3282
  interface CombineProps$1H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3259
3283
  type?: 'color' | 'mono';
3260
3284
  }
@@ -3266,9 +3290,9 @@ declare const Icon$4W: React__default.NamedExoticComponent<RNIconProps$1>;
3266
3290
 
3267
3291
  type CompoundedIcon$1P = typeof Icon$4X & {
3268
3292
  Avatar: typeof Avatar$1P;
3293
+ Color: typeof Icon$4Y;
3269
3294
  Combine: typeof Combine$1I;
3270
3295
  Text: typeof Icon$4W;
3271
- colorGradient: string;
3272
3296
  colorPrimary: string;
3273
3297
  title: string;
3274
3298
  };
@@ -3341,6 +3365,7 @@ type CompoundedIcon$1M = typeof Icon$4O & {
3341
3365
  Color: typeof Icon$4P;
3342
3366
  Combine: typeof Combine$1F;
3343
3367
  Text: typeof Icon$4N;
3368
+ colorGradient: string;
3344
3369
  colorPrimary: string;
3345
3370
  title: string;
3346
3371
  };
@@ -3349,23 +3374,17 @@ declare const Icons$1M: CompoundedIcon$1M;
3349
3374
  type AvatarProps$1L = Omit<RNIconAvatarProps, 'Icon'>;
3350
3375
  declare const Avatar$1L: React__default.NamedExoticComponent<AvatarProps$1L>;
3351
3376
 
3352
- declare const Icon$4M: React__default.NamedExoticComponent<RNIconProps$1>;
3353
-
3354
- interface CombineProps$1D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3355
- type?: 'color' | 'mono';
3356
- }
3377
+ type CombineProps$1D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3357
3378
  declare const Combine$1E: React__default.NamedExoticComponent<CombineProps$1D>;
3358
3379
 
3359
- declare const Icon$4L: React__default.NamedExoticComponent<RNIconProps$1>;
3380
+ declare const Icon$4M: React__default.NamedExoticComponent<RNIconProps$1>;
3360
3381
 
3361
- declare const Icon$4K: React__default.NamedExoticComponent<RNIconProps$1>;
3382
+ declare const Icon$4L: React__default.NamedExoticComponent<RNIconProps$1>;
3362
3383
 
3363
- type CompoundedIcon$1L = typeof Icon$4L & {
3384
+ type CompoundedIcon$1L = typeof Icon$4M & {
3364
3385
  Avatar: typeof Avatar$1L;
3365
- Color: typeof Icon$4M;
3366
3386
  Combine: typeof Combine$1E;
3367
- Text: typeof Icon$4K;
3368
- colorGradient: string;
3387
+ Text: typeof Icon$4L;
3369
3388
  colorPrimary: string;
3370
3389
  title: string;
3371
3390
  };
@@ -3374,7 +3393,11 @@ declare const Icons$1L: CompoundedIcon$1L;
3374
3393
  type AvatarProps$1K = Omit<RNIconAvatarProps, 'Icon'>;
3375
3394
  declare const Avatar$1K: React__default.NamedExoticComponent<AvatarProps$1K>;
3376
3395
 
3377
- type CombineProps$1C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3396
+ declare const Icon$4K: React__default.NamedExoticComponent<RNIconProps$1>;
3397
+
3398
+ interface CombineProps$1C extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3399
+ type?: 'color' | 'mono';
3400
+ }
3378
3401
  declare const Combine$1D: React__default.NamedExoticComponent<CombineProps$1C>;
3379
3402
 
3380
3403
  declare const Icon$4J: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3383,6 +3406,7 @@ declare const Icon$4I: React__default.NamedExoticComponent<RNIconProps$1>;
3383
3406
 
3384
3407
  type CompoundedIcon$1K = typeof Icon$4J & {
3385
3408
  Avatar: typeof Avatar$1K;
3409
+ Color: typeof Icon$4K;
3386
3410
  Combine: typeof Combine$1D;
3387
3411
  Text: typeof Icon$4I;
3388
3412
  colorPrimary: string;
@@ -3393,22 +3417,17 @@ declare const Icons$1K: CompoundedIcon$1K;
3393
3417
  type AvatarProps$1J = Omit<RNIconAvatarProps, 'Icon'>;
3394
3418
  declare const Avatar$1J: React__default.NamedExoticComponent<AvatarProps$1J>;
3395
3419
 
3396
- declare const Icon$4H: React__default.NamedExoticComponent<RNIconProps$1>;
3397
-
3398
- interface CombineProps$1B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3399
- type?: 'color' | 'mono';
3400
- }
3420
+ type CombineProps$1B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3401
3421
  declare const Combine$1C: React__default.NamedExoticComponent<CombineProps$1B>;
3402
3422
 
3403
- declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3423
+ declare const Icon$4H: React__default.NamedExoticComponent<RNIconProps$1>;
3404
3424
 
3405
- declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
3425
+ declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3406
3426
 
3407
- type CompoundedIcon$1J = typeof Icon$4G & {
3427
+ type CompoundedIcon$1J = typeof Icon$4H & {
3408
3428
  Avatar: typeof Avatar$1J;
3409
- Color: typeof Icon$4H;
3410
3429
  Combine: typeof Combine$1C;
3411
- Text: typeof Icon$4F;
3430
+ Text: typeof Icon$4G;
3412
3431
  colorPrimary: string;
3413
3432
  title: string;
3414
3433
  };
@@ -3420,14 +3439,14 @@ declare const Avatar$1I: React__default.NamedExoticComponent<AvatarProps$1I>;
3420
3439
  type CombineProps$1A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3421
3440
  declare const Combine$1B: React__default.NamedExoticComponent<CombineProps$1A>;
3422
3441
 
3423
- declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
3442
+ declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
3424
3443
 
3425
- declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
3444
+ declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
3426
3445
 
3427
- type CompoundedIcon$1I = typeof Icon$4E & {
3446
+ type CompoundedIcon$1I = typeof Icon$4F & {
3428
3447
  Avatar: typeof Avatar$1I;
3429
3448
  Combine: typeof Combine$1B;
3430
- Text: typeof Icon$4D;
3449
+ Text: typeof Icon$4E;
3431
3450
  colorPrimary: string;
3432
3451
  title: string;
3433
3452
  };
@@ -3439,14 +3458,14 @@ declare const Avatar$1H: React__default.NamedExoticComponent<AvatarProps$1H>;
3439
3458
  type CombineProps$1z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3440
3459
  declare const Combine$1A: React__default.NamedExoticComponent<CombineProps$1z>;
3441
3460
 
3442
- declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
3461
+ declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
3443
3462
 
3444
- declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
3463
+ declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
3445
3464
 
3446
- type CompoundedIcon$1H = typeof Icon$4C & {
3465
+ type CompoundedIcon$1H = typeof Icon$4D & {
3447
3466
  Avatar: typeof Avatar$1H;
3448
3467
  Combine: typeof Combine$1A;
3449
- Text: typeof Icon$4B;
3468
+ Text: typeof Icon$4C;
3450
3469
  colorPrimary: string;
3451
3470
  title: string;
3452
3471
  };
@@ -3455,7 +3474,11 @@ declare const Icons$1H: CompoundedIcon$1H;
3455
3474
  type AvatarProps$1G = Omit<RNIconAvatarProps, 'Icon'>;
3456
3475
  declare const Avatar$1G: React__default.NamedExoticComponent<AvatarProps$1G>;
3457
3476
 
3458
- type CombineProps$1y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3477
+ declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
3478
+
3479
+ interface CombineProps$1y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3480
+ type?: 'color' | 'mono';
3481
+ }
3459
3482
  declare const Combine$1z: React__default.NamedExoticComponent<CombineProps$1y>;
3460
3483
 
3461
3484
  declare const Icon$4A: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3464,6 +3487,7 @@ declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
3464
3487
 
3465
3488
  type CompoundedIcon$1G = typeof Icon$4A & {
3466
3489
  Avatar: typeof Avatar$1G;
3490
+ Color: typeof Icon$4B;
3467
3491
  Combine: typeof Combine$1z;
3468
3492
  Text: typeof Icon$4z;
3469
3493
  colorPrimary: string;
@@ -3474,22 +3498,19 @@ declare const Icons$1G: CompoundedIcon$1G;
3474
3498
  type AvatarProps$1F = Omit<RNIconAvatarProps, 'Icon'>;
3475
3499
  declare const Avatar$1F: React__default.NamedExoticComponent<AvatarProps$1F>;
3476
3500
 
3477
- declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
3478
-
3479
3501
  interface CombineProps$1x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3480
- type?: 'color' | 'mono';
3502
+ type?: 'mono' | 'color';
3481
3503
  }
3482
3504
  declare const Combine$1y: React__default.NamedExoticComponent<CombineProps$1x>;
3483
3505
 
3484
- declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
3506
+ declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
3485
3507
 
3486
- declare const Icon$4w: React__default.NamedExoticComponent<RNIconProps$1>;
3508
+ declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
3487
3509
 
3488
- type CompoundedIcon$1F = typeof Icon$4x & {
3510
+ type CompoundedIcon$1F = typeof Icon$4y & {
3489
3511
  Avatar: typeof Avatar$1F;
3490
- Color: typeof Icon$4y;
3491
3512
  Combine: typeof Combine$1y;
3492
- Text: typeof Icon$4w;
3513
+ Text: typeof Icon$4x;
3493
3514
  colorPrimary: string;
3494
3515
  title: string;
3495
3516
  };
@@ -3498,30 +3519,36 @@ declare const Icons$1F: CompoundedIcon$1F;
3498
3519
  type AvatarProps$1E = Omit<RNIconAvatarProps, 'Icon'>;
3499
3520
  declare const Avatar$1E: React__default.NamedExoticComponent<AvatarProps$1E>;
3500
3521
 
3522
+ declare const Icon$4w: React__default.NamedExoticComponent<RNIconProps$1>;
3523
+
3524
+ declare const Icon$4v: React__default.NamedExoticComponent<RNIconProps$1>;
3525
+
3526
+ declare const Icon$4u: React__default.NamedExoticComponent<RNIconProps$1>;
3527
+
3501
3528
  interface CombineProps$1w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3502
- type?: 'mono' | 'color';
3529
+ type?: 'color' | 'mono';
3503
3530
  }
3504
3531
  declare const Combine$1x: React__default.NamedExoticComponent<CombineProps$1w>;
3505
3532
 
3506
- declare const Icon$4v: React__default.NamedExoticComponent<RNIconProps$1>;
3533
+ declare const Icon$4t: React__default.NamedExoticComponent<RNIconProps$1>;
3507
3534
 
3508
- declare const Icon$4u: React__default.NamedExoticComponent<RNIconProps$1>;
3535
+ declare const Icon$4s: React__default.NamedExoticComponent<RNIconProps$1>;
3509
3536
 
3510
- type CompoundedIcon$1E = typeof Icon$4v & {
3537
+ type CompoundedIcon$1E = typeof Icon$4t & {
3511
3538
  Avatar: typeof Avatar$1E;
3539
+ Brand: typeof Icon$4v;
3540
+ BrandColor: typeof Icon$4w;
3541
+ Color: typeof Icon$4u;
3512
3542
  Combine: typeof Combine$1x;
3513
- Text: typeof Icon$4u;
3543
+ Text: typeof Icon$4s;
3544
+ colorGradient: string;
3514
3545
  colorPrimary: string;
3515
3546
  title: string;
3516
3547
  };
3517
3548
  declare const Icons$1E: CompoundedIcon$1E;
3518
3549
 
3519
3550
  type AvatarProps$1D = Omit<RNIconAvatarProps, 'Icon'>;
3520
- declare const Avatar$1D: React__default.NamedExoticComponent<AvatarProps$1D>;
3521
-
3522
- declare const Icon$4t: React__default.NamedExoticComponent<RNIconProps$1>;
3523
-
3524
- declare const Icon$4s: React__default.NamedExoticComponent<RNIconProps$1>;
3551
+ declare const Avatar$1D: React__default.NamedExoticComponent<AvatarProps$1D>;
3525
3552
 
3526
3553
  declare const Icon$4r: React__default.NamedExoticComponent<RNIconProps$1>;
3527
3554
 
@@ -3536,12 +3563,9 @@ declare const Icon$4p: React__default.NamedExoticComponent<RNIconProps$1>;
3536
3563
 
3537
3564
  type CompoundedIcon$1D = typeof Icon$4q & {
3538
3565
  Avatar: typeof Avatar$1D;
3539
- Brand: typeof Icon$4s;
3540
- BrandColor: typeof Icon$4t;
3541
3566
  Color: typeof Icon$4r;
3542
3567
  Combine: typeof Combine$1w;
3543
3568
  Text: typeof Icon$4p;
3544
- colorGradient: string;
3545
3569
  colorPrimary: string;
3546
3570
  title: string;
3547
3571
  };
@@ -3550,22 +3574,17 @@ declare const Icons$1D: CompoundedIcon$1D;
3550
3574
  type AvatarProps$1C = Omit<RNIconAvatarProps, 'Icon'>;
3551
3575
  declare const Avatar$1C: React__default.NamedExoticComponent<AvatarProps$1C>;
3552
3576
 
3553
- declare const Icon$4o: React__default.NamedExoticComponent<RNIconProps$1>;
3554
-
3555
- interface CombineProps$1u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3556
- type?: 'color' | 'mono';
3557
- }
3577
+ type CombineProps$1u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3558
3578
  declare const Combine$1v: React__default.NamedExoticComponent<CombineProps$1u>;
3559
3579
 
3560
- declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
3580
+ declare const Icon$4o: React__default.NamedExoticComponent<RNIconProps$1>;
3561
3581
 
3562
- declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
3582
+ declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
3563
3583
 
3564
- type CompoundedIcon$1C = typeof Icon$4n & {
3584
+ type CompoundedIcon$1C = typeof Icon$4o & {
3565
3585
  Avatar: typeof Avatar$1C;
3566
- Color: typeof Icon$4o;
3567
3586
  Combine: typeof Combine$1v;
3568
- Text: typeof Icon$4m;
3587
+ Text: typeof Icon$4n;
3569
3588
  colorPrimary: string;
3570
3589
  title: string;
3571
3590
  };
@@ -3574,7 +3593,11 @@ declare const Icons$1C: CompoundedIcon$1C;
3574
3593
  type AvatarProps$1B = Omit<RNIconAvatarProps, 'Icon'>;
3575
3594
  declare const Avatar$1B: React__default.NamedExoticComponent<AvatarProps$1B>;
3576
3595
 
3577
- type CombineProps$1t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3596
+ declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
3597
+
3598
+ interface CombineProps$1t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3599
+ type?: 'color' | 'mono';
3600
+ }
3578
3601
  declare const Combine$1u: React__default.NamedExoticComponent<CombineProps$1t>;
3579
3602
 
3580
3603
  declare const Icon$4l: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3583,6 +3606,7 @@ declare const Icon$4k: React__default.NamedExoticComponent<RNIconProps$1>;
3583
3606
 
3584
3607
  type CompoundedIcon$1B = typeof Icon$4l & {
3585
3608
  Avatar: typeof Avatar$1B;
3609
+ Color: typeof Icon$4m;
3586
3610
  Combine: typeof Combine$1u;
3587
3611
  Text: typeof Icon$4k;
3588
3612
  colorPrimary: string;
@@ -3593,22 +3617,17 @@ declare const Icons$1B: CompoundedIcon$1B;
3593
3617
  type AvatarProps$1A = Omit<RNIconAvatarProps, 'Icon'>;
3594
3618
  declare const Avatar$1A: React__default.NamedExoticComponent<AvatarProps$1A>;
3595
3619
 
3596
- declare const Icon$4j: React__default.NamedExoticComponent<RNIconProps$1>;
3597
-
3598
- interface CombineProps$1s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3599
- type?: 'color' | 'mono';
3600
- }
3620
+ type CombineProps$1s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3601
3621
  declare const Combine$1t: React__default.NamedExoticComponent<CombineProps$1s>;
3602
3622
 
3603
- declare const Icon$4i: React__default.NamedExoticComponent<RNIconProps$1>;
3623
+ declare const Icon$4j: React__default.NamedExoticComponent<RNIconProps$1>;
3604
3624
 
3605
- declare const Icon$4h: React__default.NamedExoticComponent<RNIconProps$1>;
3625
+ declare const Icon$4i: React__default.NamedExoticComponent<RNIconProps$1>;
3606
3626
 
3607
- type CompoundedIcon$1A = typeof Icon$4i & {
3627
+ type CompoundedIcon$1A = typeof Icon$4j & {
3608
3628
  Avatar: typeof Avatar$1A;
3609
- Color: typeof Icon$4j;
3610
3629
  Combine: typeof Combine$1t;
3611
- Text: typeof Icon$4h;
3630
+ Text: typeof Icon$4i;
3612
3631
  colorPrimary: string;
3613
3632
  title: string;
3614
3633
  };
@@ -3617,7 +3636,11 @@ declare const Icons$1A: CompoundedIcon$1A;
3617
3636
  type AvatarProps$1z = Omit<RNIconAvatarProps, 'Icon'>;
3618
3637
  declare const Avatar$1z: React__default.NamedExoticComponent<AvatarProps$1z>;
3619
3638
 
3620
- type CombineProps$1r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3639
+ declare const Icon$4h: React__default.NamedExoticComponent<RNIconProps$1>;
3640
+
3641
+ interface CombineProps$1r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3642
+ type?: 'color' | 'mono';
3643
+ }
3621
3644
  declare const Combine$1s: React__default.NamedExoticComponent<CombineProps$1r>;
3622
3645
 
3623
3646
  declare const Icon$4g: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3626,8 +3649,10 @@ declare const Icon$4f: React__default.NamedExoticComponent<RNIconProps$1>;
3626
3649
 
3627
3650
  type CompoundedIcon$1z = typeof Icon$4g & {
3628
3651
  Avatar: typeof Avatar$1z;
3652
+ Color: typeof Icon$4h;
3629
3653
  Combine: typeof Combine$1s;
3630
3654
  Text: typeof Icon$4f;
3655
+ colorGradient: string;
3631
3656
  colorPrimary: string;
3632
3657
  title: string;
3633
3658
  };
@@ -3652,7 +3677,6 @@ type CompoundedIcon$1y = typeof Icon$4d & {
3652
3677
  Color: typeof Icon$4e;
3653
3678
  Combine: typeof Combine$1r;
3654
3679
  Text: typeof Icon$4c;
3655
- colorGradient: string;
3656
3680
  colorPrimary: string;
3657
3681
  title: string;
3658
3682
  };
@@ -3677,6 +3701,7 @@ type CompoundedIcon$1x = typeof Icon$4a & {
3677
3701
  Color: typeof Icon$4b;
3678
3702
  Combine: typeof Combine$1q;
3679
3703
  Text: typeof Icon$49;
3704
+ colorGradient: string;
3680
3705
  colorPrimary: string;
3681
3706
  title: string;
3682
3707
  };
@@ -3710,23 +3735,17 @@ declare const Icons$1w: CompoundedIcon$1w;
3710
3735
  type AvatarProps$1v = Omit<RNIconAvatarProps, 'Icon'>;
3711
3736
  declare const Avatar$1v: React__default.NamedExoticComponent<AvatarProps$1v>;
3712
3737
 
3713
- declare const Icon$45: React__default.NamedExoticComponent<RNIconProps$1>;
3714
-
3715
- interface CombineProps$1n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3716
- type?: 'color' | 'mono';
3717
- }
3738
+ type CombineProps$1n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3718
3739
  declare const Combine$1o: React__default.NamedExoticComponent<CombineProps$1n>;
3719
3740
 
3720
- declare const Icon$44: React__default.NamedExoticComponent<RNIconProps$1>;
3741
+ declare const Icon$45: React__default.NamedExoticComponent<RNIconProps$1>;
3721
3742
 
3722
- declare const Icon$43: React__default.NamedExoticComponent<RNIconProps$1>;
3743
+ declare const Icon$44: React__default.NamedExoticComponent<RNIconProps$1>;
3723
3744
 
3724
- type CompoundedIcon$1v = typeof Icon$44 & {
3745
+ type CompoundedIcon$1v = typeof Icon$45 & {
3725
3746
  Avatar: typeof Avatar$1v;
3726
- Color: typeof Icon$45;
3727
3747
  Combine: typeof Combine$1o;
3728
- Text: typeof Icon$43;
3729
- colorGradient: string;
3748
+ Text: typeof Icon$44;
3730
3749
  colorPrimary: string;
3731
3750
  title: string;
3732
3751
  };
@@ -3735,7 +3754,11 @@ declare const Icons$1v: CompoundedIcon$1v;
3735
3754
  type AvatarProps$1u = Omit<RNIconAvatarProps, 'Icon'>;
3736
3755
  declare const Avatar$1u: React__default.NamedExoticComponent<AvatarProps$1u>;
3737
3756
 
3738
- type CombineProps$1m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3757
+ declare const Icon$43: React__default.NamedExoticComponent<RNIconProps$1>;
3758
+
3759
+ interface CombineProps$1m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3760
+ type?: 'color' | 'mono';
3761
+ }
3739
3762
  declare const Combine$1n: React__default.NamedExoticComponent<CombineProps$1m>;
3740
3763
 
3741
3764
  declare const Icon$42: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3744,6 +3767,7 @@ declare const Icon$41: React__default.NamedExoticComponent<RNIconProps$1>;
3744
3767
 
3745
3768
  type CompoundedIcon$1u = typeof Icon$42 & {
3746
3769
  Avatar: typeof Avatar$1u;
3770
+ Color: typeof Icon$43;
3747
3771
  Combine: typeof Combine$1n;
3748
3772
  Text: typeof Icon$41;
3749
3773
  colorPrimary: string;
@@ -3780,20 +3804,11 @@ declare const Avatar$1s: React__default.NamedExoticComponent<AvatarProps$1s>;
3780
3804
 
3781
3805
  declare const Icon$3Z: React__default.NamedExoticComponent<RNIconProps$1>;
3782
3806
 
3783
- interface CombineProps$1k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3784
- type?: 'color' | 'mono';
3785
- }
3786
- declare const Combine$1l: React__default.NamedExoticComponent<CombineProps$1k>;
3787
-
3788
3807
  declare const Icon$3Y: React__default.NamedExoticComponent<RNIconProps$1>;
3789
3808
 
3790
- declare const Icon$3X: React__default.NamedExoticComponent<RNIconProps$1>;
3791
-
3792
- type CompoundedIcon$1s = typeof Icon$3Y & {
3809
+ type CompoundedIcon$1s = typeof Icon$3Z & {
3793
3810
  Avatar: typeof Avatar$1s;
3794
- Color: typeof Icon$3Z;
3795
- Combine: typeof Combine$1l;
3796
- Text: typeof Icon$3X;
3811
+ Text: typeof Icon$3Y;
3797
3812
  colorPrimary: string;
3798
3813
  title: string;
3799
3814
  };
@@ -3802,12 +3817,21 @@ declare const Icons$1s: CompoundedIcon$1s;
3802
3817
  type AvatarProps$1r = Omit<RNIconAvatarProps, 'Icon'>;
3803
3818
  declare const Avatar$1r: React__default.NamedExoticComponent<AvatarProps$1r>;
3804
3819
 
3820
+ declare const Icon$3X: React__default.NamedExoticComponent<RNIconProps$1>;
3821
+
3822
+ interface CombineProps$1k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3823
+ type?: 'color' | 'mono';
3824
+ }
3825
+ declare const Combine$1l: React__default.NamedExoticComponent<CombineProps$1k>;
3826
+
3805
3827
  declare const Icon$3W: React__default.NamedExoticComponent<RNIconProps$1>;
3806
3828
 
3807
3829
  declare const Icon$3V: React__default.NamedExoticComponent<RNIconProps$1>;
3808
3830
 
3809
3831
  type CompoundedIcon$1r = typeof Icon$3W & {
3810
3832
  Avatar: typeof Avatar$1r;
3833
+ Color: typeof Icon$3X;
3834
+ Combine: typeof Combine$1l;
3811
3835
  Text: typeof Icon$3V;
3812
3836
  colorPrimary: string;
3813
3837
  title: string;
@@ -3817,22 +3841,17 @@ declare const Icons$1r: CompoundedIcon$1r;
3817
3841
  type AvatarProps$1q = Omit<RNIconAvatarProps, 'Icon'>;
3818
3842
  declare const Avatar$1q: React__default.NamedExoticComponent<AvatarProps$1q>;
3819
3843
 
3820
- declare const Icon$3U: React__default.NamedExoticComponent<RNIconProps$1>;
3821
-
3822
- interface CombineProps$1j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3823
- type?: 'color' | 'mono';
3824
- }
3844
+ type CombineProps$1j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3825
3845
  declare const Combine$1k: React__default.NamedExoticComponent<CombineProps$1j>;
3826
3846
 
3827
- declare const Icon$3T: React__default.NamedExoticComponent<RNIconProps$1>;
3847
+ declare const Icon$3U: React__default.NamedExoticComponent<RNIconProps$1>;
3828
3848
 
3829
- declare const Icon$3S: React__default.NamedExoticComponent<RNIconProps$1>;
3849
+ declare const Icon$3T: React__default.NamedExoticComponent<RNIconProps$1>;
3830
3850
 
3831
- type CompoundedIcon$1q = typeof Icon$3T & {
3851
+ type CompoundedIcon$1q = typeof Icon$3U & {
3832
3852
  Avatar: typeof Avatar$1q;
3833
- Color: typeof Icon$3U;
3834
3853
  Combine: typeof Combine$1k;
3835
- Text: typeof Icon$3S;
3854
+ Text: typeof Icon$3T;
3836
3855
  colorPrimary: string;
3837
3856
  title: string;
3838
3857
  };
@@ -3844,14 +3863,14 @@ declare const Avatar$1p: React__default.NamedExoticComponent<AvatarProps$1p>;
3844
3863
  type CombineProps$1i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3845
3864
  declare const Combine$1j: React__default.NamedExoticComponent<CombineProps$1i>;
3846
3865
 
3847
- declare const Icon$3R: React__default.NamedExoticComponent<RNIconProps$1>;
3866
+ declare const Icon$3S: React__default.NamedExoticComponent<RNIconProps$1>;
3848
3867
 
3849
- declare const Icon$3Q: React__default.NamedExoticComponent<RNIconProps$1>;
3868
+ declare const Icon$3R: React__default.NamedExoticComponent<RNIconProps$1>;
3850
3869
 
3851
- type CompoundedIcon$1p = typeof Icon$3R & {
3870
+ type CompoundedIcon$1p = typeof Icon$3S & {
3852
3871
  Avatar: typeof Avatar$1p;
3853
3872
  Combine: typeof Combine$1j;
3854
- Text: typeof Icon$3Q;
3873
+ Text: typeof Icon$3R;
3855
3874
  colorPrimary: string;
3856
3875
  title: string;
3857
3876
  };
@@ -3863,14 +3882,14 @@ declare const Avatar$1o: React__default.NamedExoticComponent<AvatarProps$1o>;
3863
3882
  type CombineProps$1h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3864
3883
  declare const Combine$1i: React__default.NamedExoticComponent<CombineProps$1h>;
3865
3884
 
3866
- declare const Icon$3P: React__default.NamedExoticComponent<RNIconProps$1>;
3885
+ declare const Icon$3Q: React__default.NamedExoticComponent<RNIconProps$1>;
3867
3886
 
3868
- declare const Icon$3O: React__default.NamedExoticComponent<RNIconProps$1>;
3887
+ declare const Icon$3P: React__default.NamedExoticComponent<RNIconProps$1>;
3869
3888
 
3870
- type CompoundedIcon$1o = typeof Icon$3P & {
3889
+ type CompoundedIcon$1o = typeof Icon$3Q & {
3871
3890
  Avatar: typeof Avatar$1o;
3872
3891
  Combine: typeof Combine$1i;
3873
- Text: typeof Icon$3O;
3892
+ Text: typeof Icon$3P;
3874
3893
  colorPrimary: string;
3875
3894
  title: string;
3876
3895
  };
@@ -3879,7 +3898,11 @@ declare const Icons$1o: CompoundedIcon$1o;
3879
3898
  type AvatarProps$1n = Omit<RNIconAvatarProps, 'Icon'>;
3880
3899
  declare const Avatar$1n: React__default.NamedExoticComponent<AvatarProps$1n>;
3881
3900
 
3882
- type CombineProps$1g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3901
+ declare const Icon$3O: React__default.NamedExoticComponent<RNIconProps$1>;
3902
+
3903
+ interface CombineProps$1g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3904
+ type?: 'color' | 'mono';
3905
+ }
3883
3906
  declare const Combine$1h: React__default.NamedExoticComponent<CombineProps$1g>;
3884
3907
 
3885
3908
  declare const Icon$3N: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3888,8 +3911,10 @@ declare const Icon$3M: React__default.NamedExoticComponent<RNIconProps$1>;
3888
3911
 
3889
3912
  type CompoundedIcon$1n = typeof Icon$3N & {
3890
3913
  Avatar: typeof Avatar$1n;
3914
+ Color: typeof Icon$3O;
3891
3915
  Combine: typeof Combine$1h;
3892
3916
  Text: typeof Icon$3M;
3917
+ colorGradient: string;
3893
3918
  colorPrimary: string;
3894
3919
  title: string;
3895
3920
  };
@@ -3898,23 +3923,17 @@ declare const Icons$1n: CompoundedIcon$1n;
3898
3923
  type AvatarProps$1m = Omit<RNIconAvatarProps, 'Icon'>;
3899
3924
  declare const Avatar$1m: React__default.NamedExoticComponent<AvatarProps$1m>;
3900
3925
 
3901
- declare const Icon$3L: React__default.NamedExoticComponent<RNIconProps$1>;
3902
-
3903
- interface CombineProps$1f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3904
- type?: 'color' | 'mono';
3905
- }
3926
+ type CombineProps$1f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3906
3927
  declare const Combine$1g: React__default.NamedExoticComponent<CombineProps$1f>;
3907
3928
 
3908
- declare const Icon$3K: React__default.NamedExoticComponent<RNIconProps$1>;
3929
+ declare const Icon$3L: React__default.NamedExoticComponent<RNIconProps$1>;
3909
3930
 
3910
- declare const Icon$3J: React__default.NamedExoticComponent<RNIconProps$1>;
3931
+ declare const Icon$3K: React__default.NamedExoticComponent<RNIconProps$1>;
3911
3932
 
3912
- type CompoundedIcon$1m = typeof Icon$3K & {
3933
+ type CompoundedIcon$1m = typeof Icon$3L & {
3913
3934
  Avatar: typeof Avatar$1m;
3914
- Color: typeof Icon$3L;
3915
3935
  Combine: typeof Combine$1g;
3916
- Text: typeof Icon$3J;
3917
- colorGradient: string;
3936
+ Text: typeof Icon$3K;
3918
3937
  colorPrimary: string;
3919
3938
  title: string;
3920
3939
  };
@@ -3923,7 +3942,11 @@ declare const Icons$1m: CompoundedIcon$1m;
3923
3942
  type AvatarProps$1l = Omit<RNIconAvatarProps, 'Icon'>;
3924
3943
  declare const Avatar$1l: React__default.NamedExoticComponent<AvatarProps$1l>;
3925
3944
 
3926
- type CombineProps$1e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3945
+ declare const Icon$3J: React__default.NamedExoticComponent<RNIconProps$1>;
3946
+
3947
+ interface CombineProps$1e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3948
+ type?: 'color' | 'mono';
3949
+ }
3927
3950
  declare const Combine$1f: React__default.NamedExoticComponent<CombineProps$1e>;
3928
3951
 
3929
3952
  declare const Icon$3I: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3932,6 +3955,7 @@ declare const Icon$3H: React__default.NamedExoticComponent<RNIconProps$1>;
3932
3955
 
3933
3956
  type CompoundedIcon$1l = typeof Icon$3I & {
3934
3957
  Avatar: typeof Avatar$1l;
3958
+ Color: typeof Icon$3J;
3935
3959
  Combine: typeof Combine$1f;
3936
3960
  Text: typeof Icon$3H;
3937
3961
  colorPrimary: string;
@@ -3990,52 +4014,58 @@ declare const Icons$1j: CompoundedIcon$1j;
3990
4014
  type AvatarProps$1i = Omit<RNIconAvatarProps, 'Icon'>;
3991
4015
  declare const Avatar$1i: React__default.NamedExoticComponent<AvatarProps$1i>;
3992
4016
 
3993
- declare const Icon$3A: React__default.NamedExoticComponent<RNIconProps$1>;
3994
-
3995
- interface CombineProps$1b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3996
- type?: 'color' | 'mono';
3997
- }
4017
+ type CombineProps$1b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3998
4018
  declare const Combine$1c: React__default.NamedExoticComponent<CombineProps$1b>;
3999
4019
 
4000
- declare const Icon$3z: React__default.NamedExoticComponent<RNIconProps$1>;
4020
+ declare const Icon$3A: React__default.NamedExoticComponent<RNIconProps$1>;
4001
4021
 
4002
- declare const Icon$3y: React__default.NamedExoticComponent<RNIconProps$1>;
4022
+ declare const Icon$3z: React__default.NamedExoticComponent<RNIconProps$1>;
4003
4023
 
4004
- type CompoundedIcon$1i = typeof Icon$3z & {
4024
+ type CompoundedIcon$1i = typeof Icon$3A & {
4005
4025
  Avatar: typeof Avatar$1i;
4006
- Color: typeof Icon$3A;
4007
4026
  Combine: typeof Combine$1c;
4008
- Text: typeof Icon$3y;
4027
+ Text: typeof Icon$3z;
4009
4028
  colorPrimary: string;
4010
4029
  title: string;
4011
4030
  };
4012
4031
  declare const Icons$1i: CompoundedIcon$1i;
4013
4032
 
4014
- type AvatarProps$1h = Omit<RNIconAvatarProps, 'Icon'>;
4015
- declare const Avatar$1h: React__default.NamedExoticComponent<AvatarProps$1h>;
4033
+ interface AvatarProps$1h extends Omit<RNIconAvatarProps, 'Icon'> {
4034
+ type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
4035
+ }
4036
+ declare const Avatar$1h: React.NamedExoticComponent<AvatarProps$1h>;
4016
4037
 
4017
4038
  type CombineProps$1a = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4018
4039
  declare const Combine$1b: React__default.NamedExoticComponent<CombineProps$1a>;
4019
4040
 
4020
- declare const Icon$3x: React__default.NamedExoticComponent<RNIconProps$1>;
4041
+ declare const Icon$3y: React__default.NamedExoticComponent<RNIconProps$1>;
4021
4042
 
4022
- declare const Icon$3w: React__default.NamedExoticComponent<RNIconProps$1>;
4043
+ declare const Icon$3x: React__default.NamedExoticComponent<RNIconProps$1>;
4023
4044
 
4024
- type CompoundedIcon$1h = typeof Icon$3x & {
4045
+ type CompoundedIcon$1h = typeof Icon$3y & {
4025
4046
  Avatar: typeof Avatar$1h;
4026
4047
  Combine: typeof Combine$1b;
4027
- Text: typeof Icon$3w;
4048
+ Text: typeof Icon$3x;
4049
+ colorGpt3: string;
4050
+ colorGpt4: string;
4051
+ colorGpt5?: string;
4052
+ colorO1: string;
4053
+ colorO3: string;
4054
+ colorOss?: string;
4055
+ colorPlatform?: string;
4028
4056
  colorPrimary: string;
4029
4057
  title: string;
4030
4058
  };
4031
4059
  declare const Icons$1h: CompoundedIcon$1h;
4032
4060
 
4033
- interface AvatarProps$1g extends Omit<RNIconAvatarProps, 'Icon'> {
4034
- type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
4035
- }
4036
- declare const Avatar$1g: React.NamedExoticComponent<AvatarProps$1g>;
4061
+ type AvatarProps$1g = Omit<RNIconAvatarProps, 'Icon'>;
4062
+ declare const Avatar$1g: React__default.NamedExoticComponent<AvatarProps$1g>;
4063
+
4064
+ declare const Icon$3w: React__default.NamedExoticComponent<RNIconProps$1>;
4037
4065
 
4038
- type CombineProps$19 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4066
+ interface CombineProps$19 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4067
+ type?: 'color' | 'mono';
4068
+ }
4039
4069
  declare const Combine$1a: React__default.NamedExoticComponent<CombineProps$19>;
4040
4070
 
4041
4071
  declare const Icon$3v: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4044,15 +4074,9 @@ declare const Icon$3u: React__default.NamedExoticComponent<RNIconProps$1>;
4044
4074
 
4045
4075
  type CompoundedIcon$1g = typeof Icon$3v & {
4046
4076
  Avatar: typeof Avatar$1g;
4077
+ Color: typeof Icon$3w;
4047
4078
  Combine: typeof Combine$1a;
4048
4079
  Text: typeof Icon$3u;
4049
- colorGpt3: string;
4050
- colorGpt4: string;
4051
- colorGpt5?: string;
4052
- colorO1: string;
4053
- colorO3: string;
4054
- colorOss?: string;
4055
- colorPlatform?: string;
4056
4080
  colorPrimary: string;
4057
4081
  title: string;
4058
4082
  };
@@ -4061,22 +4085,19 @@ declare const Icons$1g: CompoundedIcon$1g;
4061
4085
  type AvatarProps$1f = Omit<RNIconAvatarProps, 'Icon'>;
4062
4086
  declare const Avatar$1f: React__default.NamedExoticComponent<AvatarProps$1f>;
4063
4087
 
4064
- declare const Icon$3t: React__default.NamedExoticComponent<RNIconProps$1>;
4065
-
4066
4088
  interface CombineProps$18 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4067
- type?: 'color' | 'mono';
4089
+ type?: 'mono' | 'color';
4068
4090
  }
4069
4091
  declare const Combine$19: React__default.NamedExoticComponent<CombineProps$18>;
4070
4092
 
4071
- declare const Icon$3s: React__default.NamedExoticComponent<RNIconProps$1>;
4093
+ declare const Icon$3t: React__default.NamedExoticComponent<RNIconProps$1>;
4072
4094
 
4073
- declare const Icon$3r: React__default.NamedExoticComponent<RNIconProps$1>;
4095
+ declare const Icon$3s: React__default.NamedExoticComponent<RNIconProps$1>;
4074
4096
 
4075
- type CompoundedIcon$1f = typeof Icon$3s & {
4097
+ type CompoundedIcon$1f = typeof Icon$3t & {
4076
4098
  Avatar: typeof Avatar$1f;
4077
- Color: typeof Icon$3t;
4078
4099
  Combine: typeof Combine$19;
4079
- Text: typeof Icon$3r;
4100
+ Text: typeof Icon$3s;
4080
4101
  colorPrimary: string;
4081
4102
  title: string;
4082
4103
  };
@@ -4085,19 +4106,17 @@ declare const Icons$1f: CompoundedIcon$1f;
4085
4106
  type AvatarProps$1e = Omit<RNIconAvatarProps, 'Icon'>;
4086
4107
  declare const Avatar$1e: React__default.NamedExoticComponent<AvatarProps$1e>;
4087
4108
 
4088
- interface CombineProps$17 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4089
- type?: 'mono' | 'color';
4090
- }
4109
+ type CombineProps$17 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4091
4110
  declare const Combine$18: React__default.NamedExoticComponent<CombineProps$17>;
4092
4111
 
4093
- declare const Icon$3q: React__default.NamedExoticComponent<RNIconProps$1>;
4112
+ declare const Icon$3r: React__default.NamedExoticComponent<RNIconProps$1>;
4094
4113
 
4095
- declare const Icon$3p: React__default.NamedExoticComponent<RNIconProps$1>;
4114
+ declare const Icon$3q: React__default.NamedExoticComponent<RNIconProps$1>;
4096
4115
 
4097
- type CompoundedIcon$1e = typeof Icon$3q & {
4116
+ type CompoundedIcon$1e = typeof Icon$3r & {
4098
4117
  Avatar: typeof Avatar$1e;
4099
4118
  Combine: typeof Combine$18;
4100
- Text: typeof Icon$3p;
4119
+ Text: typeof Icon$3q;
4101
4120
  colorPrimary: string;
4102
4121
  title: string;
4103
4122
  };
@@ -4106,7 +4125,11 @@ declare const Icons$1e: CompoundedIcon$1e;
4106
4125
  type AvatarProps$1d = Omit<RNIconAvatarProps, 'Icon'>;
4107
4126
  declare const Avatar$1d: React__default.NamedExoticComponent<AvatarProps$1d>;
4108
4127
 
4109
- type CombineProps$16 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4128
+ declare const Icon$3p: React__default.NamedExoticComponent<RNIconProps$1>;
4129
+
4130
+ interface CombineProps$16 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4131
+ type?: 'color' | 'mono';
4132
+ }
4110
4133
  declare const Combine$17: React__default.NamedExoticComponent<CombineProps$16>;
4111
4134
 
4112
4135
  declare const Icon$3o: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4115,6 +4138,7 @@ declare const Icon$3n: React__default.NamedExoticComponent<RNIconProps$1>;
4115
4138
 
4116
4139
  type CompoundedIcon$1d = typeof Icon$3o & {
4117
4140
  Avatar: typeof Avatar$1d;
4141
+ Color: typeof Icon$3p;
4118
4142
  Combine: typeof Combine$17;
4119
4143
  Text: typeof Icon$3n;
4120
4144
  colorPrimary: string;
@@ -4125,22 +4149,17 @@ declare const Icons$1d: CompoundedIcon$1d;
4125
4149
  type AvatarProps$1c = Omit<RNIconAvatarProps, 'Icon'>;
4126
4150
  declare const Avatar$1c: React__default.NamedExoticComponent<AvatarProps$1c>;
4127
4151
 
4128
- declare const Icon$3m: React__default.NamedExoticComponent<RNIconProps$1>;
4129
-
4130
- interface CombineProps$15 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4131
- type?: 'color' | 'mono';
4132
- }
4152
+ type CombineProps$15 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4133
4153
  declare const Combine$16: React__default.NamedExoticComponent<CombineProps$15>;
4134
4154
 
4135
- declare const Icon$3l: React__default.NamedExoticComponent<RNIconProps$1>;
4155
+ declare const Icon$3m: React__default.NamedExoticComponent<RNIconProps$1>;
4136
4156
 
4137
- declare const Icon$3k: React__default.NamedExoticComponent<RNIconProps$1>;
4157
+ declare const Icon$3l: React__default.NamedExoticComponent<RNIconProps$1>;
4138
4158
 
4139
- type CompoundedIcon$1c = typeof Icon$3l & {
4159
+ type CompoundedIcon$1c = typeof Icon$3m & {
4140
4160
  Avatar: typeof Avatar$1c;
4141
- Color: typeof Icon$3m;
4142
4161
  Combine: typeof Combine$16;
4143
- Text: typeof Icon$3k;
4162
+ Text: typeof Icon$3l;
4144
4163
  colorPrimary: string;
4145
4164
  title: string;
4146
4165
  };
@@ -4149,7 +4168,11 @@ declare const Icons$1c: CompoundedIcon$1c;
4149
4168
  type AvatarProps$1b = Omit<RNIconAvatarProps, 'Icon'>;
4150
4169
  declare const Avatar$1b: React__default.NamedExoticComponent<AvatarProps$1b>;
4151
4170
 
4152
- type CombineProps$14 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4171
+ declare const Icon$3k: React__default.NamedExoticComponent<RNIconProps$1>;
4172
+
4173
+ interface CombineProps$14 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4174
+ type?: 'color' | 'mono';
4175
+ }
4153
4176
  declare const Combine$15: React__default.NamedExoticComponent<CombineProps$14>;
4154
4177
 
4155
4178
  declare const Icon$3j: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4158,6 +4181,7 @@ declare const Icon$3i: React__default.NamedExoticComponent<RNIconProps$1>;
4158
4181
 
4159
4182
  type CompoundedIcon$1b = typeof Icon$3j & {
4160
4183
  Avatar: typeof Avatar$1b;
4184
+ Color: typeof Icon$3k;
4161
4185
  Combine: typeof Combine$15;
4162
4186
  Text: typeof Icon$3i;
4163
4187
  colorPrimary: string;
@@ -4192,22 +4216,17 @@ declare const Icons$1a: CompoundedIcon$1a;
4192
4216
  type AvatarProps$19 = Omit<RNIconAvatarProps, 'Icon'>;
4193
4217
  declare const Avatar$19: React__default.NamedExoticComponent<AvatarProps$19>;
4194
4218
 
4195
- declare const Icon$3e: React__default.NamedExoticComponent<RNIconProps$1>;
4196
-
4197
- interface CombineProps$12 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4198
- type?: 'color' | 'mono';
4199
- }
4219
+ type CombineProps$12 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4200
4220
  declare const Combine$13: React__default.NamedExoticComponent<CombineProps$12>;
4201
4221
 
4202
- declare const Icon$3d: React__default.NamedExoticComponent<RNIconProps$1>;
4222
+ declare const Icon$3e: React__default.NamedExoticComponent<RNIconProps$1>;
4203
4223
 
4204
- declare const Icon$3c: React__default.NamedExoticComponent<RNIconProps$1>;
4224
+ declare const Icon$3d: React__default.NamedExoticComponent<RNIconProps$1>;
4205
4225
 
4206
- type CompoundedIcon$19 = typeof Icon$3d & {
4226
+ type CompoundedIcon$19 = typeof Icon$3e & {
4207
4227
  Avatar: typeof Avatar$19;
4208
- Color: typeof Icon$3e;
4209
4228
  Combine: typeof Combine$13;
4210
- Text: typeof Icon$3c;
4229
+ Text: typeof Icon$3d;
4211
4230
  colorPrimary: string;
4212
4231
  title: string;
4213
4232
  };
@@ -4219,14 +4238,14 @@ declare const Avatar$18: React__default.NamedExoticComponent<AvatarProps$18>;
4219
4238
  type CombineProps$11 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4220
4239
  declare const Combine$12: React__default.NamedExoticComponent<CombineProps$11>;
4221
4240
 
4222
- declare const Icon$3b: React__default.NamedExoticComponent<RNIconProps$1>;
4241
+ declare const Icon$3c: React__default.NamedExoticComponent<RNIconProps$1>;
4223
4242
 
4224
- declare const Icon$3a: React__default.NamedExoticComponent<RNIconProps$1>;
4243
+ declare const Icon$3b: React__default.NamedExoticComponent<RNIconProps$1>;
4225
4244
 
4226
- type CompoundedIcon$18 = typeof Icon$3b & {
4245
+ type CompoundedIcon$18 = typeof Icon$3c & {
4227
4246
  Avatar: typeof Avatar$18;
4228
4247
  Combine: typeof Combine$12;
4229
- Text: typeof Icon$3a;
4248
+ Text: typeof Icon$3b;
4230
4249
  colorPrimary: string;
4231
4250
  title: string;
4232
4251
  };
@@ -4235,7 +4254,11 @@ declare const Icons$18: CompoundedIcon$18;
4235
4254
  type AvatarProps$17 = Omit<RNIconAvatarProps, 'Icon'>;
4236
4255
  declare const Avatar$17: React__default.NamedExoticComponent<AvatarProps$17>;
4237
4256
 
4238
- type CombineProps$10 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4257
+ declare const Icon$3a: React__default.NamedExoticComponent<RNIconProps$1>;
4258
+
4259
+ interface CombineProps$10 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4260
+ type?: 'color' | 'mono';
4261
+ }
4239
4262
  declare const Combine$11: React__default.NamedExoticComponent<CombineProps$10>;
4240
4263
 
4241
4264
  declare const Icon$39: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4244,8 +4267,10 @@ declare const Icon$38: React__default.NamedExoticComponent<RNIconProps$1>;
4244
4267
 
4245
4268
  type CompoundedIcon$17 = typeof Icon$39 & {
4246
4269
  Avatar: typeof Avatar$17;
4270
+ Color: typeof Icon$3a;
4247
4271
  Combine: typeof Combine$11;
4248
4272
  Text: typeof Icon$38;
4273
+ colorGradient: string;
4249
4274
  colorPrimary: string;
4250
4275
  title: string;
4251
4276
  };
@@ -4270,7 +4295,6 @@ type CompoundedIcon$16 = typeof Icon$36 & {
4270
4295
  Color: typeof Icon$37;
4271
4296
  Combine: typeof Combine$10;
4272
4297
  Text: typeof Icon$35;
4273
- colorGradient: string;
4274
4298
  colorPrimary: string;
4275
4299
  title: string;
4276
4300
  };
@@ -4303,22 +4327,17 @@ declare const Icons$15: CompoundedIcon$15;
4303
4327
  type AvatarProps$14 = Omit<RNIconAvatarProps, 'Icon'>;
4304
4328
  declare const Avatar$14: React__default.NamedExoticComponent<AvatarProps$14>;
4305
4329
 
4306
- declare const Icon$31: React__default.NamedExoticComponent<RNIconProps$1>;
4307
-
4308
- interface CombineProps$Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4309
- type?: 'color' | 'mono';
4310
- }
4330
+ type CombineProps$Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4311
4331
  declare const Combine$_: React__default.NamedExoticComponent<CombineProps$Z>;
4312
4332
 
4313
- declare const Icon$30: React__default.NamedExoticComponent<RNIconProps$1>;
4333
+ declare const Icon$31: React__default.NamedExoticComponent<RNIconProps$1>;
4314
4334
 
4315
- declare const Icon$2$: React__default.NamedExoticComponent<RNIconProps$1>;
4335
+ declare const Icon$30: React__default.NamedExoticComponent<RNIconProps$1>;
4316
4336
 
4317
- type CompoundedIcon$14 = typeof Icon$30 & {
4337
+ type CompoundedIcon$14 = typeof Icon$31 & {
4318
4338
  Avatar: typeof Avatar$14;
4319
- Color: typeof Icon$31;
4320
4339
  Combine: typeof Combine$_;
4321
- Text: typeof Icon$2$;
4340
+ Text: typeof Icon$30;
4322
4341
  colorPrimary: string;
4323
4342
  title: string;
4324
4343
  };
@@ -4327,17 +4346,25 @@ declare const Icons$14: CompoundedIcon$14;
4327
4346
  type AvatarProps$13 = Omit<RNIconAvatarProps, 'Icon'>;
4328
4347
  declare const Avatar$13: React__default.NamedExoticComponent<AvatarProps$13>;
4329
4348
 
4330
- type CombineProps$Y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4349
+ declare const Icon$2$: React__default.NamedExoticComponent<RNIconProps$1>;
4350
+
4351
+ interface CombineProps$Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4352
+ type?: 'color' | 'mono';
4353
+ }
4331
4354
  declare const Combine$Z: React__default.NamedExoticComponent<CombineProps$Y>;
4332
4355
 
4333
4356
  declare const Icon$2_: React__default.NamedExoticComponent<RNIconProps$1>;
4334
4357
 
4335
4358
  declare const Icon$2Z: React__default.NamedExoticComponent<RNIconProps$1>;
4336
4359
 
4360
+ declare const Icon$2Y: React__default.NamedExoticComponent<RNIconProps$1>;
4361
+
4337
4362
  type CompoundedIcon$13 = typeof Icon$2_ & {
4338
4363
  Avatar: typeof Avatar$13;
4364
+ Color: typeof Icon$2$;
4339
4365
  Combine: typeof Combine$Z;
4340
4366
  Text: typeof Icon$2Z;
4367
+ TextCn: typeof Icon$2Y;
4341
4368
  colorPrimary: string;
4342
4369
  title: string;
4343
4370
  };
@@ -4346,25 +4373,22 @@ declare const Icons$13: CompoundedIcon$13;
4346
4373
  type AvatarProps$12 = Omit<RNIconAvatarProps, 'Icon'>;
4347
4374
  declare const Avatar$12: React__default.NamedExoticComponent<AvatarProps$12>;
4348
4375
 
4349
- declare const Icon$2Y: React__default.NamedExoticComponent<RNIconProps$1>;
4376
+ declare const Icon$2X: React__default.NamedExoticComponent<RNIconProps$1>;
4350
4377
 
4351
4378
  interface CombineProps$X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4352
4379
  type?: 'color' | 'mono';
4353
4380
  }
4354
4381
  declare const Combine$Y: React__default.NamedExoticComponent<CombineProps$X>;
4355
4382
 
4356
- declare const Icon$2X: React__default.NamedExoticComponent<RNIconProps$1>;
4357
-
4358
4383
  declare const Icon$2W: React__default.NamedExoticComponent<RNIconProps$1>;
4359
4384
 
4360
4385
  declare const Icon$2V: React__default.NamedExoticComponent<RNIconProps$1>;
4361
4386
 
4362
- type CompoundedIcon$12 = typeof Icon$2X & {
4387
+ type CompoundedIcon$12 = typeof Icon$2W & {
4363
4388
  Avatar: typeof Avatar$12;
4364
- Color: typeof Icon$2Y;
4389
+ Color: typeof Icon$2X;
4365
4390
  Combine: typeof Combine$Y;
4366
- Text: typeof Icon$2W;
4367
- TextCn: typeof Icon$2V;
4391
+ Text: typeof Icon$2V;
4368
4392
  colorPrimary: string;
4369
4393
  title: string;
4370
4394
  };
@@ -4437,6 +4461,7 @@ type CompoundedIcon$$ = typeof Icon$2N & {
4437
4461
  Color: typeof Icon$2O;
4438
4462
  Combine: typeof Combine$V;
4439
4463
  Text: typeof Icon$2M;
4464
+ colorGradient: string;
4440
4465
  colorPrimary: string;
4441
4466
  title: string;
4442
4467
  };
@@ -4445,22 +4470,17 @@ declare const Icons$$: CompoundedIcon$$;
4445
4470
  type AvatarProps$_ = Omit<RNIconAvatarProps, 'Icon'>;
4446
4471
  declare const Avatar$_: React__default.NamedExoticComponent<AvatarProps$_>;
4447
4472
 
4448
- declare const Icon$2L: React__default.NamedExoticComponent<RNIconProps$1>;
4449
-
4450
- interface CombineProps$T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4451
- type?: 'color' | 'mono';
4452
- }
4473
+ type CombineProps$T = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4453
4474
  declare const Combine$U: React__default.NamedExoticComponent<CombineProps$T>;
4454
4475
 
4455
- declare const Icon$2K: React__default.NamedExoticComponent<RNIconProps$1>;
4476
+ declare const Icon$2L: React__default.NamedExoticComponent<RNIconProps$1>;
4456
4477
 
4457
- declare const Icon$2J: React__default.NamedExoticComponent<RNIconProps$1>;
4478
+ declare const Icon$2K: React__default.NamedExoticComponent<RNIconProps$1>;
4458
4479
 
4459
- type CompoundedIcon$_ = typeof Icon$2K & {
4480
+ type CompoundedIcon$_ = typeof Icon$2L & {
4460
4481
  Avatar: typeof Avatar$_;
4461
- Color: typeof Icon$2L;
4462
4482
  Combine: typeof Combine$U;
4463
- Text: typeof Icon$2J;
4483
+ Text: typeof Icon$2K;
4464
4484
  colorGradient: string;
4465
4485
  colorPrimary: string;
4466
4486
  title: string;
@@ -4473,15 +4493,14 @@ declare const Avatar$Z: React__default.NamedExoticComponent<AvatarProps$Z>;
4473
4493
  type CombineProps$S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4474
4494
  declare const Combine$T: React__default.NamedExoticComponent<CombineProps$S>;
4475
4495
 
4476
- declare const Icon$2I: React__default.NamedExoticComponent<RNIconProps$1>;
4496
+ declare const Icon$2J: React__default.NamedExoticComponent<RNIconProps$1>;
4477
4497
 
4478
- declare const Icon$2H: React__default.NamedExoticComponent<RNIconProps$1>;
4498
+ declare const Icon$2I: React__default.NamedExoticComponent<RNIconProps$1>;
4479
4499
 
4480
- type CompoundedIcon$Z = typeof Icon$2I & {
4500
+ type CompoundedIcon$Z = typeof Icon$2J & {
4481
4501
  Avatar: typeof Avatar$Z;
4482
4502
  Combine: typeof Combine$T;
4483
- Text: typeof Icon$2H;
4484
- colorGradient: string;
4503
+ Text: typeof Icon$2I;
4485
4504
  colorPrimary: string;
4486
4505
  title: string;
4487
4506
  };
@@ -4490,17 +4509,13 @@ declare const Icons$Z: CompoundedIcon$Z;
4490
4509
  type AvatarProps$Y = Omit<RNIconAvatarProps, 'Icon'>;
4491
4510
  declare const Avatar$Y: React__default.NamedExoticComponent<AvatarProps$Y>;
4492
4511
 
4493
- type CombineProps$R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4494
- declare const Combine$S: React__default.NamedExoticComponent<CombineProps$R>;
4512
+ declare const Icon$2H: React__default.NamedExoticComponent<RNIconProps$1>;
4495
4513
 
4496
4514
  declare const Icon$2G: React__default.NamedExoticComponent<RNIconProps$1>;
4497
4515
 
4498
- declare const Icon$2F: React__default.NamedExoticComponent<RNIconProps$1>;
4499
-
4500
4516
  type CompoundedIcon$Y = typeof Icon$2G & {
4501
4517
  Avatar: typeof Avatar$Y;
4502
- Combine: typeof Combine$S;
4503
- Text: typeof Icon$2F;
4518
+ Brand: typeof Icon$2H;
4504
4519
  colorPrimary: string;
4505
4520
  title: string;
4506
4521
  };
@@ -4509,13 +4524,22 @@ declare const Icons$Y: CompoundedIcon$Y;
4509
4524
  type AvatarProps$X = Omit<RNIconAvatarProps, 'Icon'>;
4510
4525
  declare const Avatar$X: React__default.NamedExoticComponent<AvatarProps$X>;
4511
4526
 
4527
+ declare const Icon$2F: React__default.NamedExoticComponent<RNIconProps$1>;
4528
+
4529
+ interface CombineProps$R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4530
+ type?: 'color' | 'mono';
4531
+ }
4532
+ declare const Combine$S: React__default.NamedExoticComponent<CombineProps$R>;
4533
+
4512
4534
  declare const Icon$2E: React__default.NamedExoticComponent<RNIconProps$1>;
4513
4535
 
4514
4536
  declare const Icon$2D: React__default.NamedExoticComponent<RNIconProps$1>;
4515
4537
 
4516
- type CompoundedIcon$X = typeof Icon$2D & {
4538
+ type CompoundedIcon$X = typeof Icon$2E & {
4517
4539
  Avatar: typeof Avatar$X;
4518
- Brand: typeof Icon$2E;
4540
+ Color: typeof Icon$2F;
4541
+ Combine: typeof Combine$S;
4542
+ Text: typeof Icon$2D;
4519
4543
  colorPrimary: string;
4520
4544
  title: string;
4521
4545
  };
@@ -4548,22 +4572,17 @@ declare const Icons$W: CompoundedIcon$W;
4548
4572
  type AvatarProps$V = Omit<RNIconAvatarProps, 'Icon'>;
4549
4573
  declare const Avatar$V: React__default.NamedExoticComponent<AvatarProps$V>;
4550
4574
 
4551
- declare const Icon$2z: React__default.NamedExoticComponent<RNIconProps$1>;
4552
-
4553
- interface CombineProps$P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4554
- type?: 'color' | 'mono';
4555
- }
4575
+ type CombineProps$P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4556
4576
  declare const Combine$Q: React__default.NamedExoticComponent<CombineProps$P>;
4557
4577
 
4558
- declare const Icon$2y: React__default.NamedExoticComponent<RNIconProps$1>;
4578
+ declare const Icon$2z: React__default.NamedExoticComponent<RNIconProps$1>;
4559
4579
 
4560
- declare const Icon$2x: React__default.NamedExoticComponent<RNIconProps$1>;
4580
+ declare const Icon$2y: React__default.NamedExoticComponent<RNIconProps$1>;
4561
4581
 
4562
- type CompoundedIcon$V = typeof Icon$2y & {
4582
+ type CompoundedIcon$V = typeof Icon$2z & {
4563
4583
  Avatar: typeof Avatar$V;
4564
- Color: typeof Icon$2z;
4565
4584
  Combine: typeof Combine$Q;
4566
- Text: typeof Icon$2x;
4585
+ Text: typeof Icon$2y;
4567
4586
  colorPrimary: string;
4568
4587
  title: string;
4569
4588
  };
@@ -4572,7 +4591,11 @@ declare const Icons$V: CompoundedIcon$V;
4572
4591
  type AvatarProps$U = Omit<RNIconAvatarProps, 'Icon'>;
4573
4592
  declare const Avatar$U: React__default.NamedExoticComponent<AvatarProps$U>;
4574
4593
 
4575
- type CombineProps$O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4594
+ declare const Icon$2x: React__default.NamedExoticComponent<RNIconProps$1>;
4595
+
4596
+ interface CombineProps$O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4597
+ type?: 'color' | 'mono';
4598
+ }
4576
4599
  declare const Combine$P: React__default.NamedExoticComponent<CombineProps$O>;
4577
4600
 
4578
4601
  declare const Icon$2w: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4581,8 +4604,10 @@ declare const Icon$2v: React__default.NamedExoticComponent<RNIconProps$1>;
4581
4604
 
4582
4605
  type CompoundedIcon$U = typeof Icon$2w & {
4583
4606
  Avatar: typeof Avatar$U;
4607
+ Color: typeof Icon$2x;
4584
4608
  Combine: typeof Combine$P;
4585
4609
  Text: typeof Icon$2v;
4610
+ colorGradient: string;
4586
4611
  colorPrimary: string;
4587
4612
  title: string;
4588
4613
  };
@@ -4607,7 +4632,6 @@ type CompoundedIcon$T = typeof Icon$2t & {
4607
4632
  Color: typeof Icon$2u;
4608
4633
  Combine: typeof Combine$O;
4609
4634
  Text: typeof Icon$2s;
4610
- colorGradient: string;
4611
4635
  colorPrimary: string;
4612
4636
  title: string;
4613
4637
  };
@@ -4640,22 +4664,17 @@ declare const Icons$S: CompoundedIcon$S;
4640
4664
  type AvatarProps$R = Omit<RNIconAvatarProps, 'Icon'>;
4641
4665
  declare const Avatar$R: React__default.NamedExoticComponent<AvatarProps$R>;
4642
4666
 
4643
- declare const Icon$2o: React__default.NamedExoticComponent<RNIconProps$1>;
4644
-
4645
- interface CombineProps$L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4646
- type?: 'color' | 'mono';
4647
- }
4667
+ type CombineProps$L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4648
4668
  declare const Combine$M: React__default.NamedExoticComponent<CombineProps$L>;
4649
4669
 
4650
- declare const Icon$2n: React__default.NamedExoticComponent<RNIconProps$1>;
4670
+ declare const Icon$2o: React__default.NamedExoticComponent<RNIconProps$1>;
4651
4671
 
4652
- declare const Icon$2m: React__default.NamedExoticComponent<RNIconProps$1>;
4672
+ declare const Icon$2n: React__default.NamedExoticComponent<RNIconProps$1>;
4653
4673
 
4654
- type CompoundedIcon$R = typeof Icon$2n & {
4674
+ type CompoundedIcon$R = typeof Icon$2o & {
4655
4675
  Avatar: typeof Avatar$R;
4656
- Color: typeof Icon$2o;
4657
4676
  Combine: typeof Combine$M;
4658
- Text: typeof Icon$2m;
4677
+ Text: typeof Icon$2n;
4659
4678
  colorPrimary: string;
4660
4679
  title: string;
4661
4680
  };
@@ -4664,17 +4683,28 @@ declare const Icons$R: CompoundedIcon$R;
4664
4683
  type AvatarProps$Q = Omit<RNIconAvatarProps, 'Icon'>;
4665
4684
  declare const Avatar$Q: React__default.NamedExoticComponent<AvatarProps$Q>;
4666
4685
 
4667
- type CombineProps$K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4668
- declare const Combine$L: React__default.NamedExoticComponent<CombineProps$K>;
4686
+ declare const Icon$2m: React__default.NamedExoticComponent<RNIconProps$1>;
4669
4687
 
4670
4688
  declare const Icon$2l: React__default.NamedExoticComponent<RNIconProps$1>;
4671
4689
 
4672
4690
  declare const Icon$2k: React__default.NamedExoticComponent<RNIconProps$1>;
4673
4691
 
4674
- type CompoundedIcon$Q = typeof Icon$2l & {
4692
+ interface CombineProps$K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4693
+ type?: 'color' | 'mono';
4694
+ }
4695
+ declare const Combine$L: React__default.NamedExoticComponent<CombineProps$K>;
4696
+
4697
+ declare const Icon$2j: React__default.NamedExoticComponent<RNIconProps$1>;
4698
+
4699
+ declare const Icon$2i: React__default.NamedExoticComponent<RNIconProps$1>;
4700
+
4701
+ type CompoundedIcon$Q = typeof Icon$2j & {
4675
4702
  Avatar: typeof Avatar$Q;
4703
+ Brand: typeof Icon$2l;
4704
+ BrandColor: typeof Icon$2m;
4705
+ Color: typeof Icon$2k;
4676
4706
  Combine: typeof Combine$L;
4677
- Text: typeof Icon$2k;
4707
+ Text: typeof Icon$2i;
4678
4708
  colorPrimary: string;
4679
4709
  title: string;
4680
4710
  };
@@ -4683,10 +4713,6 @@ declare const Icons$Q: CompoundedIcon$Q;
4683
4713
  type AvatarProps$P = Omit<RNIconAvatarProps, 'Icon'>;
4684
4714
  declare const Avatar$P: React__default.NamedExoticComponent<AvatarProps$P>;
4685
4715
 
4686
- declare const Icon$2j: React__default.NamedExoticComponent<RNIconProps$1>;
4687
-
4688
- declare const Icon$2i: React__default.NamedExoticComponent<RNIconProps$1>;
4689
-
4690
4716
  declare const Icon$2h: React__default.NamedExoticComponent<RNIconProps$1>;
4691
4717
 
4692
4718
  interface CombineProps$J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -4700,8 +4726,6 @@ declare const Icon$2f: React__default.NamedExoticComponent<RNIconProps$1>;
4700
4726
 
4701
4727
  type CompoundedIcon$P = typeof Icon$2g & {
4702
4728
  Avatar: typeof Avatar$P;
4703
- Brand: typeof Icon$2i;
4704
- BrandColor: typeof Icon$2j;
4705
4729
  Color: typeof Icon$2h;
4706
4730
  Combine: typeof Combine$K;
4707
4731
  Text: typeof Icon$2f;
@@ -4825,6 +4849,7 @@ type CompoundedIcon$K = typeof Icon$21 & {
4825
4849
  Color: typeof Icon$22;
4826
4850
  Combine: typeof Combine$F;
4827
4851
  Text: typeof Icon$20;
4852
+ colorGradient: string;
4828
4853
  colorPrimary: string;
4829
4854
  title: string;
4830
4855
  };
@@ -4876,7 +4901,7 @@ type CompoundedIcon$I = typeof Icon$1V & {
4876
4901
  BrandColor: typeof Icon$1Y;
4877
4902
  Color: typeof Icon$1W;
4878
4903
  Combine: typeof Combine$D;
4879
- Text: typeof Icon$9$;
4904
+ Text: typeof Icon$a2;
4880
4905
  colorGradient: string;
4881
4906
  colorPrimary: string;
4882
4907
  title: string;
@@ -5862,4 +5887,4 @@ type CompoundedIcon = typeof Icon$1 & {
5862
5887
  };
5863
5888
  declare const Icons: CompoundedIcon;
5864
5889
 
5865
- export { Icons$3U as Adobe, Icons$3T as AdobeFirefly, type CompoundedIcon$3T as AdobeFireflyProps, type CompoundedIcon$3U as AdobeProps, Icons$3S as Agui, type CompoundedIcon$3S as AguiProps, Icons$3R as Ai21, type CompoundedIcon$3R as Ai21Props, Icons$3Q as Ai302, type CompoundedIcon$3Q as Ai302Props, Icons$3P as Ai360, type CompoundedIcon$3P as Ai360Props, Icons$3O as AiHubMix, type CompoundedIcon$3O as AiHubMixProps, Icons$3N as AiMass, type CompoundedIcon$3N as AiMassProps, Icons$3L as AiStudio, type CompoundedIcon$3L as AiStudioProps, Icons$3M as AionLabs, type CompoundedIcon$3M as AionLabsProps, Icons$3K as AkashChat, type CompoundedIcon$3K as AkashChatProps, Icons$3J as AlephAlpha, type CompoundedIcon$3J as AlephAlphaProps, Icons$3I as Alibaba, Icons$3H as AlibabaCloud, type CompoundedIcon$3H as AlibabaCloudProps, type CompoundedIcon$3I as AlibabaProps, Icons$3G as AntGroup, type CompoundedIcon$3G as AntGroupProps, Icons$3F as Anthropic, type CompoundedIcon$3F as AnthropicProps, Icons$3E as Anyscale, type CompoundedIcon$3E as AnyscaleProps, Icons$3D as AssemblyAI, type CompoundedIcon$3D as AssemblyAIProps, Icons$3C as Automatic, type CompoundedIcon$3C as AutomaticProps, Icons$3B as Aws, type CompoundedIcon$3B as AwsProps, Icons$3A as Aya, type CompoundedIcon$3A as AyaProps, Icons$3z as Azure, Icons$3y as AzureAI, type CompoundedIcon$3y as AzureAIProps, type CompoundedIcon$3z as AzureProps, Icons$3x as BAAI, type CompoundedIcon$3x as BAAIProps, Icons$3w as Baichuan, type CompoundedIcon$3w as BaichuanProps, Icons$3v as Baidu, Icons$3u as BaiduCloud, type CompoundedIcon$3u as BaiduCloudProps, type CompoundedIcon$3v as BaiduProps, Icons$3t as Bailian, type CompoundedIcon$3t as BailianProps, Icons$3s as Baseten, type CompoundedIcon$3s as BasetenProps, Icons$3r as Bedrock, type CompoundedIcon$3r as BedrockProps, Icons$3q as Bfl, type CompoundedIcon$3q as BflProps, Icons$3p as Bilibili, Icons$3o as BilibiliIndex, type CompoundedIcon$3o as BilibiliIndexProps, type CompoundedIcon$3p as BilibiliProps, Icons$3n as Bing, type CompoundedIcon$3n as BingProps, Icons$3m as BurnCloud, type CompoundedIcon$3m as BurnCloudProps, Icons$3l as ByteDance, type CompoundedIcon$3l as ByteDanceProps, Icons$3k as CentML, type CompoundedIcon$3k as CentMLProps, Icons$3j as Cerebras, type CompoundedIcon$3j as CerebrasProps, Icons$3i as ChatGLM, type CompoundedIcon$3i as ChatGLMProps, Icons$3h as Civitai, type CompoundedIcon$3h as CivitaiProps, Icons$3g as Claude, type CompoundedIcon$3g as ClaudeProps, Icons$3f as Cline, type CompoundedIcon$3f as ClineProps, Icons$3e as Clipdrop, type CompoundedIcon$3e as ClipdropProps, Icons$3d as Cloudflare, type CompoundedIcon$3d as CloudflareProps, Icons$3c as CodeGeeX, type CompoundedIcon$3c as CodeGeeXProps, Icons$3b as CogVideo, type CompoundedIcon$3b as CogVideoProps, Icons$3a as CogView, type CompoundedIcon$3a as CogViewProps, Icons$39 as Cohere, type CompoundedIcon$39 as CohereProps, Icons$38 as Colab, type CompoundedIcon$38 as ColabProps, Icons$37 as CometAPI, type CompoundedIcon$37 as CometAPIProps, Icons$36 as ComfyUI, type CompoundedIcon$36 as ComfyUIProps, Icons$35 as CommandA, type CompoundedIcon$35 as CommandAProps, type CompoundedIcon$3V as CompoundedIcon, Icons$34 as Copilot, Icons$33 as CopilotKit, type CompoundedIcon$33 as CopilotKitProps, type CompoundedIcon$34 as CopilotProps, Icons$32 as Coqui, type CompoundedIcon$32 as CoquiProps, Icons$31 as Coze, type CompoundedIcon$31 as CozeProps, Icons$30 as CrewAI, type CompoundedIcon$30 as CrewAIProps, Icons$2$ as Crusoe, type CompoundedIcon$2$ as CrusoeProps, Icons$2_ as Cursor, type CompoundedIcon$2_ as CursorProps, Icons$2Z as Dalle, type CompoundedIcon$2Z as DalleProps, Icons$2Y as Dbrx, type CompoundedIcon$2Y as DbrxProps, Icons$2X as DeepAI, type CompoundedIcon$2X as DeepAIProps, Icons$2W as DeepInfra, type CompoundedIcon$2W as DeepInfraProps, Icons$2V as DeepMind, type CompoundedIcon$2V as DeepMindProps, Icons$2U as DeepSeek, type CompoundedIcon$2U as DeepSeekProps, Icons$2T as Dify, type CompoundedIcon$2T as DifyProps, Icons$2S as Doc2X, type CompoundedIcon$2S as Doc2XProps, Icons$2R as DocSearch, type CompoundedIcon$2R as DocSearchProps, Icons$2Q as Dolphin, type CompoundedIcon$2Q as DolphinProps, Icons$2P as Doubao, type CompoundedIcon$2P as DoubaoProps, Icons$2O as DreamMachine, type CompoundedIcon$2O as DreamMachineProps, Icons$2N as ElevenLabs, type CompoundedIcon$2N as ElevenLabsProps, Icons$2M as ElevenX, type CompoundedIcon$2M as ElevenXProps, Icons$2L as Exa, type CompoundedIcon$2L as ExaProps, Icons$2K as Fal, type CompoundedIcon$2K as FalProps, Icons$2J as FastGPT, type CompoundedIcon$2J as FastGPTProps, Icons$2I as Featherless, type CompoundedIcon$2I as FeatherlessProps, Icons$2H as Figma, type CompoundedIcon$2H as FigmaProps, Icons$2G as Fireworks, type CompoundedIcon$2G as FireworksProps, Icons$2F as FishAudio, type CompoundedIcon$2F as FishAudioProps, Icons$2E as Flora, type CompoundedIcon$2E as FloraProps, Icons$2D as Flowith, type CompoundedIcon$2D as FlowithProps, Icons$2C as Flux, type CompoundedIcon$2C as FluxProps, Icons$2B as Friendli, type CompoundedIcon$2B as FriendliProps, Icons$2t as GLMV, type CompoundedIcon$2t as GLMVProps, Icons$2A as Gemini, type CompoundedIcon$2A as GeminiProps, Icons$2z as Gemma, type CompoundedIcon$2z as GemmaProps, Icons$2y as GiteeAI, type CompoundedIcon$2y as GiteeAIProps, Icons$2x as Github, Icons$2w as GithubCopilot, type CompoundedIcon$2w as GithubCopilotProps, type CompoundedIcon$2x as GithubProps, Icons$2v as Glama, type CompoundedIcon$2v as GlamaProps, Icons$2u as Glif, type CompoundedIcon$2u as GlifProps, Icons$2s as Google, type CompoundedIcon$2s as GoogleProps, Icons$2r as Goose, type CompoundedIcon$2r as GooseProps, Icons$2q as Gradio, type CompoundedIcon$2q as GradioProps, Icons$2p as Greptile, type CompoundedIcon$2p as GreptileProps, Icons$2o as Grok, type CompoundedIcon$2o as GrokProps, Icons$2n as Groq, type CompoundedIcon$2n as GroqProps, Icons$2m as Hailuo, type CompoundedIcon$2m as HailuoProps, Icons$2l as Haiper, type CompoundedIcon$2l as HaiperProps, Icons$2k as Hedra, type CompoundedIcon$2k as HedraProps, Icons$2j as Higress, type CompoundedIcon$2j as HigressProps, Icons$2i as HuggingFace, type CompoundedIcon$2i as HuggingFaceProps, Icons$2h as Hunyuan, type CompoundedIcon$2h as HunyuanProps, Icons$2g as Hyperbolic, type CompoundedIcon$2g as HyperbolicProps, Icons$2f as IBM, type CompoundedIcon$2f as IBMProps, Icons$2d as IFlyTekCloud, type CompoundedIcon$2d as IFlyTekCloudProps, Icons$2e as Ideogram, type CompoundedIcon$2e as IdeogramProps, Icons$2c as Inference, type CompoundedIcon$2c as InferenceProps, Icons$2b as Infermatic, type CompoundedIcon$2b as InfermaticProps, Icons$2a as Infinigence, type CompoundedIcon$2a as InfinigenceProps, Icons$29 as Inflection, type CompoundedIcon$29 as InflectionProps, Icons$28 as InternLM, type CompoundedIcon$28 as InternLMProps, Icons$27 as Jimeng, type CompoundedIcon$27 as JimengProps, Icons$26 as Jina, type CompoundedIcon$26 as JinaProps, Icons$25 as Kera, type CompoundedIcon$25 as KeraProps, Icons$24 as Kimi, type CompoundedIcon$24 as KimiProps, Icons$23 as Kling, type CompoundedIcon$23 as KlingProps, Icons$22 as Kluster, type CompoundedIcon$22 as KlusterProps, Icons$21 as Kolors, type CompoundedIcon$21 as KolorsProps, Icons$20 as Kwaipilot, type CompoundedIcon$20 as KwaipilotProps, Icons$1V as LG, type CompoundedIcon$1V as LGProps, Icons$1Q as LLaVA, type CompoundedIcon$1Q as LLaVAProps, Icons$1$ as Lambda, type CompoundedIcon$1$ as LambdaProps, Icons$1_ as LangChain, type CompoundedIcon$1_ as LangChainProps, Icons$1Y as LangGraph, type CompoundedIcon$1Y as LangGraphProps, Icons$1X as LangSmith, type CompoundedIcon$1X as LangSmithProps, Icons$1Z as Langfuse, type CompoundedIcon$1Z as LangfuseProps, Icons$1W as LeptonAI, type CompoundedIcon$1W as LeptonAIProps, Icons$1U as Lightricks, type CompoundedIcon$1U as LightricksProps, Icons$1T as Liquid, type CompoundedIcon$1T as LiquidProps, Icons$1S as LiveKit, type CompoundedIcon$1S as LiveKitProps, Icons$1R as LlamaIndex, type CompoundedIcon$1R as LlamaIndexProps, Icons$1P as LmStudio, type CompoundedIcon$1P as LmStudioProps, Icons$1O as LobeHub, type CompoundedIcon$1O as LobeHubProps, Icons$1N as LongCat, type CompoundedIcon$1N as LongCatProps, Icons$1M as Lovable, type CompoundedIcon$1M as LovableProps, Icons$1L as Luma, type CompoundedIcon$1L as LumaProps, Icons$1G as MCP, type CompoundedIcon$1G as MCPProps, Icons$1K as Magic, type CompoundedIcon$1K as MagicProps, Icons$1J as Make, type CompoundedIcon$1J as MakeProps, Icons$1I as Manus, type CompoundedIcon$1I as ManusProps, Icons$1H as Mastra, type CompoundedIcon$1H as MastraProps, Icons$1F as McpSo, type CompoundedIcon$1F as McpSoProps, Icons$1E as Menlo, type CompoundedIcon$1E as MenloProps, Icons$1D as Meta, Icons$1C as MetaAI, type CompoundedIcon$1C as MetaAIProps, Icons$1B as MetaGPT, type CompoundedIcon$1B as MetaGPTProps, type CompoundedIcon$1D as MetaProps, Icons$1A as Microsoft, type CompoundedIcon$1A as MicrosoftProps, Icons$1z as Midjourney, type CompoundedIcon$1z as MidjourneyProps, Icons$1y as Minimax, type CompoundedIcon$1y as MinimaxProps, Icons$1x as Mistral, type CompoundedIcon$1x as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1w as ModelScope, type CompoundedIcon$1w as ModelScopeProps, RNModelTag as ModelTag, Icons$1v as Monica, type CompoundedIcon$1v as MonicaProps, Icons$1u as Moonshot, type CompoundedIcon$1u as MoonshotProps, Icons$1t as MyShell, type CompoundedIcon$1t as MyShellProps, Icons$1s as N8n, type CompoundedIcon$1s as N8nProps, Icons$1j as NPLCloud, type CompoundedIcon$1j as NPLCloudProps, Icons$1r as Nebius, type CompoundedIcon$1r as NebiusProps, Icons$1q as NewAPI, type CompoundedIcon$1q as NewAPIProps, Icons$1p as NotebookLM, type CompoundedIcon$1p as NotebookLMProps, Icons$1o as Notion, type CompoundedIcon$1o as NotionProps, Icons$1n as NousResearch, type CompoundedIcon$1n as NousResearchProps, Icons$1m as Nova, type CompoundedIcon$1m as NovaProps, Icons$1l as NovelAI, type CompoundedIcon$1l as NovelAIProps, Icons$1k as Novita, type CompoundedIcon$1k as NovitaProps, Icons$1i as Nvidia, type CompoundedIcon$1i as NvidiaProps, Icons$1h as Ollama, type CompoundedIcon$1h as OllamaProps, Icons$1g as OpenAI, type CompoundedIcon$1g as OpenAIProps, Icons$1f as OpenChat, type CompoundedIcon$1f as OpenChatProps, Icons$1e as OpenRouter, type CompoundedIcon$1e as OpenRouterProps, Icons$1d as OpenWebUI, type CompoundedIcon$1d as OpenWebUIProps, Icons$12 as PPIO, type CompoundedIcon$12 as PPIOProps, Icons$1c as PaLM, type CompoundedIcon$1c as PaLMProps, Icons$1b as Parasail, type CompoundedIcon$1b as ParasailProps, Icons$1a as Perplexity, type CompoundedIcon$1a as PerplexityProps, Icons$19 as Phidata, type CompoundedIcon$19 as PhidataProps, Icons$18 as Phind, type CompoundedIcon$18 as PhindProps, Icons$17 as Pika, type CompoundedIcon$17 as PikaProps, Icons$16 as PixVerse, type CompoundedIcon$16 as PixVerseProps, Icons$15 as Player2, type CompoundedIcon$15 as Player2Props, Icons$14 as Poe, type CompoundedIcon$14 as PoeProps, Icons$13 as Pollinations, type CompoundedIcon$13 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$11 as PydanticAI, type CompoundedIcon$11 as PydanticAIProps, Icons$10 as Qingyan, type CompoundedIcon$10 as QingyanProps, Icons$$ as Qiniu, type CompoundedIcon$$ as QiniuProps, Icons$_ as Qwen, type CompoundedIcon$_ as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$V as RSSHub, type CompoundedIcon$V as RSSHubProps, Icons$Z as Railway, type CompoundedIcon$Z as RailwayProps, Icons$Y as Recraft, type CompoundedIcon$Y as RecraftProps, Icons$X as Replicate, type CompoundedIcon$X as ReplicateProps, Icons$W as Replit, type CompoundedIcon$W as ReplitProps, Icons$U as Runway, type CompoundedIcon$U as RunwayProps, Icons$T as Rwkv, type CompoundedIcon$T as RwkvProps, Icons$S as SambaNova, type CompoundedIcon$S as SambaNovaProps, Icons$R as Search1API, type CompoundedIcon$R as Search1APIProps, Icons$Q as SearchApi, type CompoundedIcon$Q as SearchApiProps, Icons$P as SenseNova, type CompoundedIcon$P as SenseNovaProps, Icons$O as SiliconCloud, type CompoundedIcon$O as SiliconCloudProps, Icons$N as Skywork, type CompoundedIcon$N as SkyworkProps, Icons$M as Smithery, type CompoundedIcon$M as SmitheryProps, Icons$L as Snowflake, type CompoundedIcon$L as SnowflakeProps, Icons$K as SophNet, type CompoundedIcon$K as SophNetProps, Icons$J as Spark, type CompoundedIcon$J as SparkProps, Icons$I as Stability, type CompoundedIcon$I as StabilityProps, Icons$H as StateCloud, type CompoundedIcon$H as StateCloudProps, Icons$G as Stepfun, type CompoundedIcon$G as StepfunProps, Icons$F as Straico, type CompoundedIcon$F as StraicoProps, Icons$E as SubModel, type CompoundedIcon$E as SubModelProps, Icons$D as Suno, type CompoundedIcon$D as SunoProps, Icons$C as Sync, type CompoundedIcon$C as SyncProps, Icons$w as TII, type CompoundedIcon$w as TIIProps, Icons$B as Targon, type CompoundedIcon$B as TargonProps, Icons$A as Tavily, type CompoundedIcon$A as TavilyProps, Icons$z as Tencent, Icons$y as TencentCloud, type CompoundedIcon$y as TencentCloudProps, type CompoundedIcon$z as TencentProps, Icons$x as Tiangong, type CompoundedIcon$x as TiangongProps, Icons$v as Together, type CompoundedIcon$v as TogetherProps, Icons$u as TopazLabs, type CompoundedIcon$u as TopazLabsProps, Icons$t as Trae, type CompoundedIcon$t as TraeProps, Icons$s as Tripo, type CompoundedIcon$s as TripoProps, Icons$r as TuriX, type CompoundedIcon$r as TuriXProps, Icons$q as Udio, type CompoundedIcon$q as UdioProps, Icons$p as Unstructured, type CompoundedIcon$p as UnstructuredProps, Icons$o as Upstage, type CompoundedIcon$o as UpstageProps, Icons$n as V0, type CompoundedIcon$n as V0Props, Icons$m as VectorizerAI, type CompoundedIcon$m as VectorizerAIProps, Icons$l as Vercel, type CompoundedIcon$l as VercelProps, Icons$k as VertexAI, type CompoundedIcon$k as VertexAIProps, Icons$j as Vidu, type CompoundedIcon$j as ViduProps, Icons$i as Viggle, type CompoundedIcon$i as ViggleProps, Icons$h as Vllm, type CompoundedIcon$h as VllmProps, Icons$g as Volcengine, type CompoundedIcon$g as VolcengineProps, Icons$f as Voyage, type CompoundedIcon$f as VoyageProps, Icons$e as Wenxin, type CompoundedIcon$e as WenxinProps, Icons$d as Windsurf, type CompoundedIcon$d as WindsurfProps, Icons$c as WorkersAI, type CompoundedIcon$c as WorkersAIProps, Icons$b as XAI, type CompoundedIcon$b as XAIProps, Icons$a as Xinference, type CompoundedIcon$a as XinferenceProps, Icons$9 as Xuanyuan, type CompoundedIcon$9 as XuanyuanProps, Icons$8 as Yandex, type CompoundedIcon$8 as YandexProps, Icons$7 as Yi, type CompoundedIcon$7 as YiProps, Icons$6 as YouMind, type CompoundedIcon$6 as YouMindProps, Icons$5 as Yuanbao, type CompoundedIcon$5 as YuanbaoProps, Icons$4 as ZAI, type CompoundedIcon$4 as ZAIProps, Icons$3 as Zapier, type CompoundedIcon$3 as ZapierProps, Icons$2 as Zeabur, type CompoundedIcon$2 as ZeaburProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };
5890
+ export { Icons$3V as Adobe, Icons$3U as AdobeFirefly, type CompoundedIcon$3U as AdobeFireflyProps, type CompoundedIcon$3V as AdobeProps, Icons$3T as Agui, type CompoundedIcon$3T as AguiProps, Icons$3S as Ai21, type CompoundedIcon$3S as Ai21Props, Icons$3R as Ai302, type CompoundedIcon$3R as Ai302Props, Icons$3Q as Ai360, type CompoundedIcon$3Q as Ai360Props, Icons$3P as AiHubMix, type CompoundedIcon$3P as AiHubMixProps, Icons$3O as AiMass, type CompoundedIcon$3O as AiMassProps, Icons$3M as AiStudio, type CompoundedIcon$3M as AiStudioProps, Icons$3N as AionLabs, type CompoundedIcon$3N as AionLabsProps, Icons$3L as AkashChat, type CompoundedIcon$3L as AkashChatProps, Icons$3K as AlephAlpha, type CompoundedIcon$3K as AlephAlphaProps, Icons$3J as Alibaba, Icons$3I as AlibabaCloud, type CompoundedIcon$3I as AlibabaCloudProps, type CompoundedIcon$3J as AlibabaProps, Icons$3H as AntGroup, type CompoundedIcon$3H as AntGroupProps, Icons$3G as Anthropic, type CompoundedIcon$3G as AnthropicProps, Icons$3F as Anyscale, type CompoundedIcon$3F as AnyscaleProps, Icons$3E as AssemblyAI, type CompoundedIcon$3E as AssemblyAIProps, Icons$3D as Automatic, type CompoundedIcon$3D as AutomaticProps, Icons$3C as Aws, type CompoundedIcon$3C as AwsProps, Icons$3B as Aya, type CompoundedIcon$3B as AyaProps, Icons$3A as Azure, Icons$3z as AzureAI, type CompoundedIcon$3z as AzureAIProps, type CompoundedIcon$3A as AzureProps, Icons$3y as BAAI, type CompoundedIcon$3y as BAAIProps, Icons$3x as Baichuan, type CompoundedIcon$3x as BaichuanProps, Icons$3w as Baidu, Icons$3v as BaiduCloud, type CompoundedIcon$3v as BaiduCloudProps, type CompoundedIcon$3w as BaiduProps, Icons$3u as Bailian, type CompoundedIcon$3u as BailianProps, Icons$3t as Baseten, type CompoundedIcon$3t as BasetenProps, Icons$3s as Bedrock, type CompoundedIcon$3s as BedrockProps, Icons$3r as Bfl, type CompoundedIcon$3r as BflProps, Icons$3q as Bilibili, Icons$3p as BilibiliIndex, type CompoundedIcon$3p as BilibiliIndexProps, type CompoundedIcon$3q as BilibiliProps, Icons$3o as Bing, type CompoundedIcon$3o as BingProps, Icons$3n as BurnCloud, type CompoundedIcon$3n as BurnCloudProps, Icons$3m as ByteDance, type CompoundedIcon$3m as ByteDanceProps, Icons$3l as CentML, type CompoundedIcon$3l as CentMLProps, Icons$3k as Cerebras, type CompoundedIcon$3k as CerebrasProps, Icons$3j as ChatGLM, type CompoundedIcon$3j as ChatGLMProps, Icons$3i as Civitai, type CompoundedIcon$3i as CivitaiProps, Icons$3h as Claude, type CompoundedIcon$3h as ClaudeProps, Icons$3g as Cline, type CompoundedIcon$3g as ClineProps, Icons$3f as Clipdrop, type CompoundedIcon$3f as ClipdropProps, Icons$3e as Cloudflare, type CompoundedIcon$3e as CloudflareProps, Icons$3d as CodeGeeX, type CompoundedIcon$3d as CodeGeeXProps, Icons$3c as CogVideo, type CompoundedIcon$3c as CogVideoProps, Icons$3b as CogView, type CompoundedIcon$3b as CogViewProps, Icons$3a as Cohere, type CompoundedIcon$3a as CohereProps, Icons$39 as Colab, type CompoundedIcon$39 as ColabProps, Icons$38 as CometAPI, type CompoundedIcon$38 as CometAPIProps, Icons$37 as ComfyUI, type CompoundedIcon$37 as ComfyUIProps, Icons$36 as CommandA, type CompoundedIcon$36 as CommandAProps, type CompoundedIcon$3W as CompoundedIcon, Icons$35 as Copilot, Icons$34 as CopilotKit, type CompoundedIcon$34 as CopilotKitProps, type CompoundedIcon$35 as CopilotProps, Icons$33 as Coqui, type CompoundedIcon$33 as CoquiProps, Icons$32 as Coze, type CompoundedIcon$32 as CozeProps, Icons$31 as CrewAI, type CompoundedIcon$31 as CrewAIProps, Icons$30 as Crusoe, type CompoundedIcon$30 as CrusoeProps, Icons$2$ as Cursor, type CompoundedIcon$2$ as CursorProps, Icons$2_ as Dalle, type CompoundedIcon$2_ as DalleProps, Icons$2Z as Dbrx, type CompoundedIcon$2Z as DbrxProps, Icons$2Y as DeepAI, type CompoundedIcon$2Y as DeepAIProps, Icons$2X as DeepInfra, type CompoundedIcon$2X as DeepInfraProps, Icons$2W as DeepMind, type CompoundedIcon$2W as DeepMindProps, Icons$2V as DeepSeek, type CompoundedIcon$2V as DeepSeekProps, Icons$2U as Dify, type CompoundedIcon$2U as DifyProps, Icons$2T as Doc2X, type CompoundedIcon$2T as Doc2XProps, Icons$2S as DocSearch, type CompoundedIcon$2S as DocSearchProps, Icons$2R as Dolphin, type CompoundedIcon$2R as DolphinProps, Icons$2Q as Doubao, type CompoundedIcon$2Q as DoubaoProps, Icons$2P as DreamMachine, type CompoundedIcon$2P as DreamMachineProps, Icons$2O as ElevenLabs, type CompoundedIcon$2O as ElevenLabsProps, Icons$2N as ElevenX, type CompoundedIcon$2N as ElevenXProps, Icons$2M as Exa, type CompoundedIcon$2M as ExaProps, Icons$2L as Fal, type CompoundedIcon$2L as FalProps, Icons$2K as FastGPT, type CompoundedIcon$2K as FastGPTProps, Icons$2J as Featherless, type CompoundedIcon$2J as FeatherlessProps, Icons$2I as Figma, type CompoundedIcon$2I as FigmaProps, Icons$2H as Fireworks, type CompoundedIcon$2H as FireworksProps, Icons$2G as FishAudio, type CompoundedIcon$2G as FishAudioProps, Icons$2F as Flora, type CompoundedIcon$2F as FloraProps, Icons$2E as Flowith, type CompoundedIcon$2E as FlowithProps, Icons$2D as Flux, type CompoundedIcon$2D as FluxProps, Icons$2C as Friendli, type CompoundedIcon$2C as FriendliProps, Icons$2u as GLMV, type CompoundedIcon$2u as GLMVProps, Icons$2B as Gemini, type CompoundedIcon$2B as GeminiProps, Icons$2A as Gemma, type CompoundedIcon$2A as GemmaProps, Icons$2z as GiteeAI, type CompoundedIcon$2z as GiteeAIProps, Icons$2y as Github, Icons$2x as GithubCopilot, type CompoundedIcon$2x as GithubCopilotProps, type CompoundedIcon$2y as GithubProps, Icons$2w as Glama, type CompoundedIcon$2w as GlamaProps, Icons$2v as Glif, type CompoundedIcon$2v as GlifProps, Icons$2t as Google, type CompoundedIcon$2t as GoogleProps, Icons$2s as Goose, type CompoundedIcon$2s as GooseProps, Icons$2r as Gradio, type CompoundedIcon$2r as GradioProps, Icons$2q as Greptile, type CompoundedIcon$2q as GreptileProps, Icons$2p as Grok, type CompoundedIcon$2p as GrokProps, Icons$2o as Groq, type CompoundedIcon$2o as GroqProps, Icons$2n as Hailuo, type CompoundedIcon$2n as HailuoProps, Icons$2m as Haiper, type CompoundedIcon$2m as HaiperProps, Icons$2l as Hedra, type CompoundedIcon$2l as HedraProps, Icons$2k as Higress, type CompoundedIcon$2k as HigressProps, Icons$2j as HuggingFace, type CompoundedIcon$2j as HuggingFaceProps, Icons$2i as Hunyuan, type CompoundedIcon$2i as HunyuanProps, Icons$2h as Hyperbolic, type CompoundedIcon$2h as HyperbolicProps, Icons$2g as IBM, type CompoundedIcon$2g as IBMProps, Icons$2e as IFlyTekCloud, type CompoundedIcon$2e as IFlyTekCloudProps, Icons$2f as Ideogram, type CompoundedIcon$2f as IdeogramProps, Icons$2d as Inference, type CompoundedIcon$2d as InferenceProps, Icons$2c as Infermatic, type CompoundedIcon$2c as InfermaticProps, Icons$2b as Infinigence, type CompoundedIcon$2b as InfinigenceProps, Icons$2a as Inflection, type CompoundedIcon$2a as InflectionProps, Icons$29 as InternLM, type CompoundedIcon$29 as InternLMProps, Icons$28 as Jimeng, type CompoundedIcon$28 as JimengProps, Icons$27 as Jina, type CompoundedIcon$27 as JinaProps, Icons$26 as Kera, type CompoundedIcon$26 as KeraProps, Icons$25 as Kimi, type CompoundedIcon$25 as KimiProps, Icons$24 as Kling, type CompoundedIcon$24 as KlingProps, Icons$23 as Kluster, type CompoundedIcon$23 as KlusterProps, Icons$22 as Kolors, type CompoundedIcon$22 as KolorsProps, Icons$21 as Kwaipilot, type CompoundedIcon$21 as KwaipilotProps, Icons$1W as LG, type CompoundedIcon$1W as LGProps, Icons$1R as LLaVA, type CompoundedIcon$1R as LLaVAProps, Icons$20 as Lambda, type CompoundedIcon$20 as LambdaProps, Icons$1$ as LangChain, type CompoundedIcon$1$ as LangChainProps, Icons$1Z as LangGraph, type CompoundedIcon$1Z as LangGraphProps, Icons$1Y as LangSmith, type CompoundedIcon$1Y as LangSmithProps, Icons$1_ as Langfuse, type CompoundedIcon$1_ as LangfuseProps, Icons$1X as LeptonAI, type CompoundedIcon$1X as LeptonAIProps, Icons$1V as Lightricks, type CompoundedIcon$1V as LightricksProps, Icons$1U as Liquid, type CompoundedIcon$1U as LiquidProps, Icons$1T as LiveKit, type CompoundedIcon$1T as LiveKitProps, Icons$1S as LlamaIndex, type CompoundedIcon$1S as LlamaIndexProps, Icons$1Q as LmStudio, type CompoundedIcon$1Q as LmStudioProps, Icons$1P as LobeHub, type CompoundedIcon$1P as LobeHubProps, Icons$1O as LongCat, type CompoundedIcon$1O as LongCatProps, Icons$1N as Lovable, type CompoundedIcon$1N as LovableProps, Icons$1M as Luma, type CompoundedIcon$1M as LumaProps, Icons$1H as MCP, type CompoundedIcon$1H as MCPProps, Icons$1L as Magic, type CompoundedIcon$1L as MagicProps, Icons$1K as Make, type CompoundedIcon$1K as MakeProps, Icons$1J as Manus, type CompoundedIcon$1J as ManusProps, Icons$1I as Mastra, type CompoundedIcon$1I as MastraProps, Icons$1G as McpSo, type CompoundedIcon$1G as McpSoProps, Icons$1F as Menlo, type CompoundedIcon$1F as MenloProps, Icons$1E as Meta, Icons$1D as MetaAI, type CompoundedIcon$1D as MetaAIProps, Icons$1C as MetaGPT, type CompoundedIcon$1C as MetaGPTProps, type CompoundedIcon$1E as MetaProps, Icons$1B as Microsoft, type CompoundedIcon$1B as MicrosoftProps, Icons$1A as Midjourney, type CompoundedIcon$1A as MidjourneyProps, Icons$1z as Minimax, type CompoundedIcon$1z as MinimaxProps, Icons$1y as Mistral, type CompoundedIcon$1y as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1x as ModelScope, type CompoundedIcon$1x as ModelScopeProps, RNModelTag as ModelTag, Icons$1w as Monica, type CompoundedIcon$1w as MonicaProps, Icons$1v as Moonshot, type CompoundedIcon$1v as MoonshotProps, Icons$1u as MyShell, type CompoundedIcon$1u as MyShellProps, Icons$1t as N8n, type CompoundedIcon$1t as N8nProps, Icons$1k as NPLCloud, type CompoundedIcon$1k as NPLCloudProps, Icons$1s as Nebius, type CompoundedIcon$1s as NebiusProps, Icons$1r as NewAPI, type CompoundedIcon$1r as NewAPIProps, Icons$1q as NotebookLM, type CompoundedIcon$1q as NotebookLMProps, Icons$1p as Notion, type CompoundedIcon$1p as NotionProps, Icons$1o as NousResearch, type CompoundedIcon$1o as NousResearchProps, Icons$1n as Nova, type CompoundedIcon$1n as NovaProps, Icons$1m as NovelAI, type CompoundedIcon$1m as NovelAIProps, Icons$1l as Novita, type CompoundedIcon$1l as NovitaProps, Icons$1j as Nvidia, type CompoundedIcon$1j as NvidiaProps, Icons$1i as Ollama, type CompoundedIcon$1i as OllamaProps, Icons$1h as OpenAI, type CompoundedIcon$1h as OpenAIProps, Icons$1g as OpenChat, type CompoundedIcon$1g as OpenChatProps, Icons$1f as OpenRouter, type CompoundedIcon$1f as OpenRouterProps, Icons$1e as OpenWebUI, type CompoundedIcon$1e as OpenWebUIProps, Icons$13 as PPIO, type CompoundedIcon$13 as PPIOProps, Icons$1d as PaLM, type CompoundedIcon$1d as PaLMProps, Icons$1c as Parasail, type CompoundedIcon$1c as ParasailProps, Icons$1b as Perplexity, type CompoundedIcon$1b as PerplexityProps, Icons$1a as Phidata, type CompoundedIcon$1a as PhidataProps, Icons$19 as Phind, type CompoundedIcon$19 as PhindProps, Icons$18 as Pika, type CompoundedIcon$18 as PikaProps, Icons$17 as PixVerse, type CompoundedIcon$17 as PixVerseProps, Icons$16 as Player2, type CompoundedIcon$16 as Player2Props, Icons$15 as Poe, type CompoundedIcon$15 as PoeProps, Icons$14 as Pollinations, type CompoundedIcon$14 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$12 as PydanticAI, type CompoundedIcon$12 as PydanticAIProps, Icons$11 as Qingyan, type CompoundedIcon$11 as QingyanProps, Icons$10 as Qiniu, type CompoundedIcon$10 as QiniuProps, Icons$$ as Qwen, type CompoundedIcon$$ as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$W as RSSHub, type CompoundedIcon$W as RSSHubProps, Icons$_ as Railway, type CompoundedIcon$_ as RailwayProps, Icons$Z as Recraft, type CompoundedIcon$Z as RecraftProps, Icons$Y as Replicate, type CompoundedIcon$Y as ReplicateProps, Icons$X as Replit, type CompoundedIcon$X as ReplitProps, Icons$V as Runway, type CompoundedIcon$V as RunwayProps, Icons$U as Rwkv, type CompoundedIcon$U as RwkvProps, Icons$T as SambaNova, type CompoundedIcon$T as SambaNovaProps, Icons$S as Search1API, type CompoundedIcon$S as Search1APIProps, Icons$R as SearchApi, type CompoundedIcon$R as SearchApiProps, Icons$Q as SenseNova, type CompoundedIcon$Q as SenseNovaProps, Icons$P as SiliconCloud, type CompoundedIcon$P as SiliconCloudProps, Icons$O as Skywork, type CompoundedIcon$O as SkyworkProps, Icons$N as Smithery, type CompoundedIcon$N as SmitheryProps, Icons$M as Snowflake, type CompoundedIcon$M as SnowflakeProps, Icons$L as SophNet, type CompoundedIcon$L as SophNetProps, Icons$K as Sora, type CompoundedIcon$K as SoraProps, Icons$J as Spark, type CompoundedIcon$J as SparkProps, Icons$I as Stability, type CompoundedIcon$I as StabilityProps, Icons$H as StateCloud, type CompoundedIcon$H as StateCloudProps, Icons$G as Stepfun, type CompoundedIcon$G as StepfunProps, Icons$F as Straico, type CompoundedIcon$F as StraicoProps, Icons$E as SubModel, type CompoundedIcon$E as SubModelProps, Icons$D as Suno, type CompoundedIcon$D as SunoProps, Icons$C as Sync, type CompoundedIcon$C as SyncProps, Icons$w as TII, type CompoundedIcon$w as TIIProps, Icons$B as Targon, type CompoundedIcon$B as TargonProps, Icons$A as Tavily, type CompoundedIcon$A as TavilyProps, Icons$z as Tencent, Icons$y as TencentCloud, type CompoundedIcon$y as TencentCloudProps, type CompoundedIcon$z as TencentProps, Icons$x as Tiangong, type CompoundedIcon$x as TiangongProps, Icons$v as Together, type CompoundedIcon$v as TogetherProps, Icons$u as TopazLabs, type CompoundedIcon$u as TopazLabsProps, Icons$t as Trae, type CompoundedIcon$t as TraeProps, Icons$s as Tripo, type CompoundedIcon$s as TripoProps, Icons$r as TuriX, type CompoundedIcon$r as TuriXProps, Icons$q as Udio, type CompoundedIcon$q as UdioProps, Icons$p as Unstructured, type CompoundedIcon$p as UnstructuredProps, Icons$o as Upstage, type CompoundedIcon$o as UpstageProps, Icons$n as V0, type CompoundedIcon$n as V0Props, Icons$m as VectorizerAI, type CompoundedIcon$m as VectorizerAIProps, Icons$l as Vercel, type CompoundedIcon$l as VercelProps, Icons$k as VertexAI, type CompoundedIcon$k as VertexAIProps, Icons$j as Vidu, type CompoundedIcon$j as ViduProps, Icons$i as Viggle, type CompoundedIcon$i as ViggleProps, Icons$h as Vllm, type CompoundedIcon$h as VllmProps, Icons$g as Volcengine, type CompoundedIcon$g as VolcengineProps, Icons$f as Voyage, type CompoundedIcon$f as VoyageProps, Icons$e as Wenxin, type CompoundedIcon$e as WenxinProps, Icons$d as Windsurf, type CompoundedIcon$d as WindsurfProps, Icons$c as WorkersAI, type CompoundedIcon$c as WorkersAIProps, Icons$b as XAI, type CompoundedIcon$b as XAIProps, Icons$a as Xinference, type CompoundedIcon$a as XinferenceProps, Icons$9 as Xuanyuan, type CompoundedIcon$9 as XuanyuanProps, Icons$8 as Yandex, type CompoundedIcon$8 as YandexProps, Icons$7 as Yi, type CompoundedIcon$7 as YiProps, Icons$6 as YouMind, type CompoundedIcon$6 as YouMindProps, Icons$5 as Yuanbao, type CompoundedIcon$5 as YuanbaoProps, Icons$4 as ZAI, type CompoundedIcon$4 as ZAIProps, Icons$3 as Zapier, type CompoundedIcon$3 as ZapierProps, Icons$2 as Zeabur, type CompoundedIcon$2 as ZeaburProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };