@lobehub/icons-rn 1.4.1 → 1.5.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$3R {
73
+ interface CompoundedIcon$3S {
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$3R = Omit<RNIconAvatarProps, 'Icon'>;
217
+ declare const Avatar$3R: React__default.NamedExoticComponent<AvatarProps$3R>;
218
+
219
+ declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
220
+
221
+ interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
+ type?: 'color' | 'mono';
223
+ }
224
+ declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3A>;
225
+
226
+ declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
227
+
228
+ declare const Icon$aM: React__default.NamedExoticComponent<RNIconProps$1>;
229
+
230
+ type CompoundedIcon$3R = typeof Icon$aN & {
231
+ Avatar: typeof Avatar$3R;
232
+ Color: typeof Icon$aO;
233
+ Combine: typeof Combine$3C;
234
+ Text: typeof Icon$aM;
235
+ colorPrimary: string;
236
+ title: string;
237
+ };
238
+ declare const Icons$3R: CompoundedIcon$3R;
239
+
216
240
  type AvatarProps$3Q = Omit<RNIconAvatarProps, 'Icon'>;
217
241
  declare const Avatar$3Q: React__default.NamedExoticComponent<AvatarProps$3Q>;
218
242
 
219
243
  declare const Icon$aL: React__default.NamedExoticComponent<RNIconProps$1>;
220
244
 
221
- interface CombineProps$3z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
- type?: 'color' | 'mono';
223
- }
245
+ type CombineProps$3z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
224
246
  declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3z>;
225
247
 
226
248
  declare const Icon$aK: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -240,20 +262,17 @@ declare const Icons$3Q: CompoundedIcon$3Q;
240
262
  type AvatarProps$3P = Omit<RNIconAvatarProps, 'Icon'>;
241
263
  declare const Avatar$3P: React__default.NamedExoticComponent<AvatarProps$3P>;
242
264
 
243
- declare const Icon$aI: React__default.NamedExoticComponent<RNIconProps$1>;
244
-
245
265
  type CombineProps$3y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
246
266
  declare const Combine$3A: React__default.NamedExoticComponent<CombineProps$3y>;
247
267
 
248
- declare const Icon$aH: React__default.NamedExoticComponent<RNIconProps$1>;
268
+ declare const Icon$aI: React__default.NamedExoticComponent<RNIconProps$1>;
249
269
 
250
- declare const Icon$aG: React__default.NamedExoticComponent<RNIconProps$1>;
270
+ declare const Icon$aH: React__default.NamedExoticComponent<RNIconProps$1>;
251
271
 
252
- type CompoundedIcon$3P = typeof Icon$aH & {
272
+ type CompoundedIcon$3P = typeof Icon$aI & {
253
273
  Avatar: typeof Avatar$3P;
254
- Color: typeof Icon$aI;
255
274
  Combine: typeof Combine$3A;
256
- Text: typeof Icon$aG;
275
+ Text: typeof Icon$aH;
257
276
  colorPrimary: string;
258
277
  title: string;
259
278
  };
@@ -262,17 +281,24 @@ declare const Icons$3P: CompoundedIcon$3P;
262
281
  type AvatarProps$3O = Omit<RNIconAvatarProps, 'Icon'>;
263
282
  declare const Avatar$3O: React__default.NamedExoticComponent<AvatarProps$3O>;
264
283
 
265
- type CombineProps$3x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
266
- declare const Combine$3z: React__default.NamedExoticComponent<CombineProps$3x>;
284
+ declare const Icon$aG: React__default.NamedExoticComponent<RNIconProps$1>;
267
285
 
268
286
  declare const Icon$aF: React__default.NamedExoticComponent<RNIconProps$1>;
269
287
 
288
+ interface CombineProps$3x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
+ type: 'mono' | 'color';
290
+ }
291
+ declare const Combine$3z: React__default.NamedExoticComponent<CombineProps$3x>;
292
+
270
293
  declare const Icon$aE: React__default.NamedExoticComponent<RNIconProps$1>;
271
294
 
272
- type CompoundedIcon$3O = typeof Icon$aF & {
295
+ type CompoundedIcon$3O = typeof Icon$aE & {
273
296
  Avatar: typeof Avatar$3O;
297
+ Brand: typeof Icon$aG;
298
+ BrandColor: typeof Icon$aF;
274
299
  Combine: typeof Combine$3z;
275
- Text: typeof Icon$aE;
300
+ Text: typeof Icon$aG;
301
+ colorGradient: string;
276
302
  colorPrimary: string;
277
303
  title: string;
278
304
  };
@@ -283,22 +309,20 @@ declare const Avatar$3N: React__default.NamedExoticComponent<AvatarProps$3N>;
283
309
 
284
310
  declare const Icon$aD: React__default.NamedExoticComponent<RNIconProps$1>;
285
311
 
286
- declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
287
-
288
312
  interface CombineProps$3w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
- type: 'mono' | 'color';
313
+ type?: 'color' | 'mono';
290
314
  }
291
315
  declare const Combine$3y: React__default.NamedExoticComponent<CombineProps$3w>;
292
316
 
317
+ declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
318
+
293
319
  declare const Icon$aB: React__default.NamedExoticComponent<RNIconProps$1>;
294
320
 
295
- type CompoundedIcon$3N = typeof Icon$aB & {
321
+ type CompoundedIcon$3N = typeof Icon$aC & {
296
322
  Avatar: typeof Avatar$3N;
297
- Brand: typeof Icon$aD;
298
- BrandColor: typeof Icon$aC;
323
+ Color: typeof Icon$aD;
299
324
  Combine: typeof Combine$3y;
300
- Text: typeof Icon$aD;
301
- colorGradient: string;
325
+ Text: typeof Icon$aB;
302
326
  colorPrimary: string;
303
327
  title: string;
304
328
  };
@@ -323,6 +347,7 @@ type CompoundedIcon$3M = typeof Icon$az & {
323
347
  Color: typeof Icon$aA;
324
348
  Combine: typeof Combine$3x;
325
349
  Text: typeof Icon$ay;
350
+ colorGradient: string;
326
351
  colorPrimary: string;
327
352
  title: string;
328
353
  };
@@ -347,7 +372,6 @@ type CompoundedIcon$3L = typeof Icon$aw & {
347
372
  Color: typeof Icon$ax;
348
373
  Combine: typeof Combine$3w;
349
374
  Text: typeof Icon$av;
350
- colorGradient: string;
351
375
  colorPrimary: string;
352
376
  title: string;
353
377
  };
@@ -452,22 +476,17 @@ declare const Icons$3H: CompoundedIcon$3H;
452
476
  type AvatarProps$3G = Omit<RNIconAvatarProps, 'Icon'>;
453
477
  declare const Avatar$3G: React__default.NamedExoticComponent<AvatarProps$3G>;
454
478
 
455
- declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
456
-
457
- interface CombineProps$3p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
458
- type?: 'color' | 'mono';
459
- }
479
+ type CombineProps$3p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
460
480
  declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3p>;
461
481
 
462
- declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
482
+ declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
463
483
 
464
- declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
484
+ declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
465
485
 
466
- type CompoundedIcon$3G = typeof Icon$ah & {
486
+ type CompoundedIcon$3G = typeof Icon$ai & {
467
487
  Avatar: typeof Avatar$3G;
468
- Color: typeof Icon$ai;
469
488
  Combine: typeof Combine$3r;
470
- Text: typeof Icon$ag;
489
+ Text: typeof Icon$ah;
471
490
  colorPrimary: string;
472
491
  title: string;
473
492
  };
@@ -476,17 +495,25 @@ declare const Icons$3G: CompoundedIcon$3G;
476
495
  type AvatarProps$3F = Omit<RNIconAvatarProps, 'Icon'>;
477
496
  declare const Avatar$3F: React__default.NamedExoticComponent<AvatarProps$3F>;
478
497
 
479
- type CombineProps$3o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
480
- declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3o>;
498
+ declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
481
499
 
482
500
  declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
483
501
 
484
502
  declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
485
503
 
486
- type CompoundedIcon$3F = typeof Icon$af & {
504
+ declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
505
+
506
+ declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
507
+
508
+ declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
509
+
510
+ type CompoundedIcon$3F = typeof Icon$ad & {
487
511
  Avatar: typeof Avatar$3F;
488
- Combine: typeof Combine$3q;
489
- Text: typeof Icon$ae;
512
+ Brand: typeof Icon$af;
513
+ BrandColor: typeof Icon$ag;
514
+ Color: typeof Icon$ae;
515
+ Text: typeof Icon$ac;
516
+ TextCn: typeof Icon$ab;
490
517
  colorPrimary: string;
491
518
  title: string;
492
519
  };
@@ -495,25 +522,25 @@ declare const Icons$3F: CompoundedIcon$3F;
495
522
  type AvatarProps$3E = Omit<RNIconAvatarProps, 'Icon'>;
496
523
  declare const Avatar$3E: React__default.NamedExoticComponent<AvatarProps$3E>;
497
524
 
498
- declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
499
-
500
- declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
501
-
502
- declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
503
-
504
525
  declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
505
526
 
527
+ interface CombineProps$3o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
528
+ type?: 'color' | 'mono';
529
+ }
530
+ declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3o>;
531
+
506
532
  declare const Icon$a9: React__default.NamedExoticComponent<RNIconProps$1>;
507
533
 
508
534
  declare const Icon$a8: React__default.NamedExoticComponent<RNIconProps$1>;
509
535
 
510
- type CompoundedIcon$3E = typeof Icon$aa & {
536
+ declare const Icon$a7: React__default.NamedExoticComponent<RNIconProps$1>;
537
+
538
+ type CompoundedIcon$3E = typeof Icon$a9 & {
511
539
  Avatar: typeof Avatar$3E;
512
- Brand: typeof Icon$ac;
513
- BrandColor: typeof Icon$ad;
514
- Color: typeof Icon$ab;
515
- Text: typeof Icon$a9;
516
- TextCn: typeof Icon$a8;
540
+ Color: typeof Icon$aa;
541
+ Combine: typeof Combine$3q;
542
+ Text: typeof Icon$a8;
543
+ TextCn: typeof Icon$a7;
517
544
  colorPrimary: string;
518
545
  title: string;
519
546
  };
@@ -522,25 +549,25 @@ declare const Icons$3E: CompoundedIcon$3E;
522
549
  type AvatarProps$3D = Omit<RNIconAvatarProps, 'Icon'>;
523
550
  declare const Avatar$3D: React__default.NamedExoticComponent<AvatarProps$3D>;
524
551
 
525
- declare const Icon$a7: React__default.NamedExoticComponent<RNIconProps$1>;
526
-
527
- interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
528
- type?: 'color' | 'mono';
529
- }
530
- declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3n>;
531
-
532
552
  declare const Icon$a6: React__default.NamedExoticComponent<RNIconProps$1>;
533
553
 
534
554
  declare const Icon$a5: React__default.NamedExoticComponent<RNIconProps$1>;
535
555
 
536
556
  declare const Icon$a4: React__default.NamedExoticComponent<RNIconProps$1>;
537
557
 
538
- type CompoundedIcon$3D = typeof Icon$a6 & {
558
+ declare const Icon$a3: React__default.NamedExoticComponent<RNIconProps$1>;
559
+
560
+ declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
561
+
562
+ declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
563
+
564
+ type CompoundedIcon$3D = typeof Icon$a3 & {
539
565
  Avatar: typeof Avatar$3D;
540
- Color: typeof Icon$a7;
541
- Combine: typeof Combine$3p;
542
- Text: typeof Icon$a5;
543
- TextCn: typeof Icon$a4;
566
+ Brand: typeof Icon$a5;
567
+ BrandColor: typeof Icon$a6;
568
+ Color: typeof Icon$a4;
569
+ Text: typeof Icon$a2;
570
+ TextCn: typeof Icon$a1;
544
571
  colorPrimary: string;
545
572
  title: string;
546
573
  };
@@ -549,25 +576,13 @@ declare const Icons$3D: CompoundedIcon$3D;
549
576
  type AvatarProps$3C = Omit<RNIconAvatarProps, 'Icon'>;
550
577
  declare const Avatar$3C: React__default.NamedExoticComponent<AvatarProps$3C>;
551
578
 
552
- declare const Icon$a3: React__default.NamedExoticComponent<RNIconProps$1>;
553
-
554
- declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
555
-
556
- declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
557
-
558
579
  declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
559
580
 
560
581
  declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
561
582
 
562
- declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
563
-
564
583
  type CompoundedIcon$3C = typeof Icon$a0 & {
565
584
  Avatar: typeof Avatar$3C;
566
- Brand: typeof Icon$a2;
567
- BrandColor: typeof Icon$a3;
568
- Color: typeof Icon$a1;
569
585
  Text: typeof Icon$9$;
570
- TextCn: typeof Icon$9_;
571
586
  colorPrimary: string;
572
587
  title: string;
573
588
  };
@@ -576,12 +591,21 @@ declare const Icons$3C: CompoundedIcon$3C;
576
591
  type AvatarProps$3B = Omit<RNIconAvatarProps, 'Icon'>;
577
592
  declare const Avatar$3B: React__default.NamedExoticComponent<AvatarProps$3B>;
578
593
 
594
+ declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
595
+
596
+ interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
597
+ type?: 'color' | 'mono';
598
+ }
599
+ declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3n>;
600
+
579
601
  declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
580
602
 
581
603
  declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
582
604
 
583
605
  type CompoundedIcon$3B = typeof Icon$9Z & {
584
606
  Avatar: typeof Avatar$3B;
607
+ Color: typeof Icon$9_;
608
+ Combine: typeof Combine$3p;
585
609
  Text: typeof Icon$9Y;
586
610
  colorPrimary: string;
587
611
  title: string;
@@ -641,20 +665,26 @@ declare const Avatar$3y: React__default.NamedExoticComponent<AvatarProps$3y>;
641
665
 
642
666
  declare const Icon$9R: React__default.NamedExoticComponent<RNIconProps$1>;
643
667
 
668
+ declare const Icon$9Q: React__default.NamedExoticComponent<RNIconProps$1>;
669
+
670
+ declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
671
+
644
672
  interface CombineProps$3k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
645
673
  type?: 'color' | 'mono';
646
674
  }
647
675
  declare const Combine$3m: React__default.NamedExoticComponent<CombineProps$3k>;
648
676
 
649
- declare const Icon$9Q: React__default.NamedExoticComponent<RNIconProps$1>;
677
+ declare const Icon$9O: React__default.NamedExoticComponent<RNIconProps$1>;
650
678
 
651
- declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
679
+ declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
652
680
 
653
- type CompoundedIcon$3y = typeof Icon$9Q & {
681
+ type CompoundedIcon$3y = typeof Icon$9O & {
654
682
  Avatar: typeof Avatar$3y;
655
- Color: typeof Icon$9R;
683
+ Brand: typeof Icon$9Q;
684
+ BrandColor: typeof Icon$9R;
685
+ Color: typeof Icon$9P;
656
686
  Combine: typeof Combine$3m;
657
- Text: typeof Icon$9P;
687
+ Text: typeof Icon$9N;
658
688
  colorPrimary: string;
659
689
  title: string;
660
690
  };
@@ -663,10 +693,6 @@ declare const Icons$3y: CompoundedIcon$3y;
663
693
  type AvatarProps$3x = Omit<RNIconAvatarProps, 'Icon'>;
664
694
  declare const Avatar$3x: React__default.NamedExoticComponent<AvatarProps$3x>;
665
695
 
666
- declare const Icon$9O: React__default.NamedExoticComponent<RNIconProps$1>;
667
-
668
- declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
669
-
670
696
  declare const Icon$9M: React__default.NamedExoticComponent<RNIconProps$1>;
671
697
 
672
698
  interface CombineProps$3j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -680,8 +706,6 @@ declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
680
706
 
681
707
  type CompoundedIcon$3x = typeof Icon$9L & {
682
708
  Avatar: typeof Avatar$3x;
683
- Brand: typeof Icon$9N;
684
- BrandColor: typeof Icon$9O;
685
709
  Color: typeof Icon$9M;
686
710
  Combine: typeof Combine$3l;
687
711
  Text: typeof Icon$9K;
@@ -741,22 +765,17 @@ declare const Icons$3v: CompoundedIcon$3v;
741
765
  type AvatarProps$3u = Omit<RNIconAvatarProps, 'Icon'>;
742
766
  declare const Avatar$3u: React__default.NamedExoticComponent<AvatarProps$3u>;
743
767
 
744
- declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
745
-
746
- interface CombineProps$3g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
747
- type?: 'color' | 'mono';
748
- }
768
+ type CombineProps$3g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
749
769
  declare const Combine$3i: React__default.NamedExoticComponent<CombineProps$3g>;
750
770
 
751
- declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
771
+ declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
752
772
 
753
- declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
773
+ declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
754
774
 
755
- type CompoundedIcon$3u = typeof Icon$9C & {
775
+ type CompoundedIcon$3u = typeof Icon$9D & {
756
776
  Avatar: typeof Avatar$3u;
757
- Color: typeof Icon$9D;
758
777
  Combine: typeof Combine$3i;
759
- Text: typeof Icon$9B;
778
+ Text: typeof Icon$9C;
760
779
  colorPrimary: string;
761
780
  title: string;
762
781
  };
@@ -765,7 +784,11 @@ declare const Icons$3u: CompoundedIcon$3u;
765
784
  type AvatarProps$3t = Omit<RNIconAvatarProps, 'Icon'>;
766
785
  declare const Avatar$3t: React__default.NamedExoticComponent<AvatarProps$3t>;
767
786
 
768
- type CombineProps$3f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
787
+ declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
788
+
789
+ interface CombineProps$3f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
790
+ type?: 'color' | 'mono';
791
+ }
769
792
  declare const Combine$3h: React__default.NamedExoticComponent<CombineProps$3f>;
770
793
 
771
794
  declare const Icon$9A: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -774,8 +797,10 @@ declare const Icon$9z: React__default.NamedExoticComponent<RNIconProps$1>;
774
797
 
775
798
  type CompoundedIcon$3t = typeof Icon$9A & {
776
799
  Avatar: typeof Avatar$3t;
800
+ Color: typeof Icon$9B;
777
801
  Combine: typeof Combine$3h;
778
802
  Text: typeof Icon$9z;
803
+ colorGradient: string;
779
804
  colorPrimary: string;
780
805
  title: string;
781
806
  };
@@ -786,21 +811,23 @@ declare const Avatar$3s: React__default.NamedExoticComponent<AvatarProps$3s>;
786
811
 
787
812
  declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
788
813
 
789
- interface CombineProps$3e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
790
- type?: 'color' | 'mono';
791
- }
792
- declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3e>;
793
-
794
814
  declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
795
815
 
796
816
  declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
797
817
 
798
- type CompoundedIcon$3s = typeof Icon$9x & {
818
+ declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
819
+
820
+ declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
821
+
822
+ declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
823
+
824
+ type CompoundedIcon$3s = typeof Icon$9v & {
799
825
  Avatar: typeof Avatar$3s;
800
- Color: typeof Icon$9y;
801
- Combine: typeof Combine$3g;
802
- Text: typeof Icon$9w;
803
- colorGradient: string;
826
+ Brand: typeof Icon$9x;
827
+ BrandColor: typeof Icon$9y;
828
+ Color: typeof Icon$9w;
829
+ Text: typeof Icon$9u;
830
+ TextCn: typeof Icon$9t;
804
831
  colorPrimary: string;
805
832
  title: string;
806
833
  };
@@ -809,25 +836,22 @@ declare const Icons$3s: CompoundedIcon$3s;
809
836
  type AvatarProps$3r = Omit<RNIconAvatarProps, 'Icon'>;
810
837
  declare const Avatar$3r: React__default.NamedExoticComponent<AvatarProps$3r>;
811
838
 
812
- declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
813
-
814
- declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
815
-
816
- declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
817
-
818
839
  declare const Icon$9s: React__default.NamedExoticComponent<RNIconProps$1>;
819
840
 
841
+ interface CombineProps$3e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
842
+ type?: 'color' | 'mono';
843
+ }
844
+ declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3e>;
845
+
820
846
  declare const Icon$9r: React__default.NamedExoticComponent<RNIconProps$1>;
821
847
 
822
848
  declare const Icon$9q: React__default.NamedExoticComponent<RNIconProps$1>;
823
849
 
824
- type CompoundedIcon$3r = typeof Icon$9s & {
850
+ type CompoundedIcon$3r = typeof Icon$9r & {
825
851
  Avatar: typeof Avatar$3r;
826
- Brand: typeof Icon$9u;
827
- BrandColor: typeof Icon$9v;
828
- Color: typeof Icon$9t;
829
- Text: typeof Icon$9r;
830
- TextCn: typeof Icon$9q;
852
+ Color: typeof Icon$9s;
853
+ Combine: typeof Combine$3g;
854
+ Text: typeof Icon$9q;
831
855
  colorPrimary: string;
832
856
  title: string;
833
857
  };
@@ -860,22 +884,17 @@ declare const Icons$3q: CompoundedIcon$3q;
860
884
  type AvatarProps$3p = Omit<RNIconAvatarProps, 'Icon'>;
861
885
  declare const Avatar$3p: React__default.NamedExoticComponent<AvatarProps$3p>;
862
886
 
863
- declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
864
-
865
- interface CombineProps$3c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
866
- type?: 'color' | 'mono';
867
- }
887
+ type CombineProps$3c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
868
888
  declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3c>;
869
889
 
870
- declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
890
+ declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
871
891
 
872
- declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
892
+ declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
873
893
 
874
- type CompoundedIcon$3p = typeof Icon$9l & {
894
+ type CompoundedIcon$3p = typeof Icon$9m & {
875
895
  Avatar: typeof Avatar$3p;
876
- Color: typeof Icon$9m;
877
896
  Combine: typeof Combine$3e;
878
- Text: typeof Icon$9k;
897
+ Text: typeof Icon$9l;
879
898
  colorPrimary: string;
880
899
  title: string;
881
900
  };
@@ -884,7 +903,11 @@ declare const Icons$3p: CompoundedIcon$3p;
884
903
  type AvatarProps$3o = Omit<RNIconAvatarProps, 'Icon'>;
885
904
  declare const Avatar$3o: React__default.NamedExoticComponent<AvatarProps$3o>;
886
905
 
887
- type CombineProps$3b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
906
+ declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
907
+
908
+ interface CombineProps$3b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
909
+ type?: 'color' | 'mono';
910
+ }
888
911
  declare const Combine$3d: React__default.NamedExoticComponent<CombineProps$3b>;
889
912
 
890
913
  declare const Icon$9j: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -893,8 +916,10 @@ declare const Icon$9i: React__default.NamedExoticComponent<RNIconProps$1>;
893
916
 
894
917
  type CompoundedIcon$3o = typeof Icon$9j & {
895
918
  Avatar: typeof Avatar$3o;
919
+ Color: typeof Icon$9k;
896
920
  Combine: typeof Combine$3d;
897
921
  Text: typeof Icon$9i;
922
+ colorGradient: string;
898
923
  colorPrimary: string;
899
924
  title: string;
900
925
  };
@@ -903,23 +928,17 @@ declare const Icons$3o: CompoundedIcon$3o;
903
928
  type AvatarProps$3n = Omit<RNIconAvatarProps, 'Icon'>;
904
929
  declare const Avatar$3n: React__default.NamedExoticComponent<AvatarProps$3n>;
905
930
 
906
- declare const Icon$9h: React__default.NamedExoticComponent<RNIconProps$1>;
907
-
908
- interface CombineProps$3a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
909
- type?: 'color' | 'mono';
910
- }
931
+ type CombineProps$3a = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
911
932
  declare const Combine$3c: React__default.NamedExoticComponent<CombineProps$3a>;
912
933
 
913
- declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
934
+ declare const Icon$9h: React__default.NamedExoticComponent<RNIconProps$1>;
914
935
 
915
- declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
936
+ declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
916
937
 
917
- type CompoundedIcon$3n = typeof Icon$9g & {
938
+ type CompoundedIcon$3n = typeof Icon$9h & {
918
939
  Avatar: typeof Avatar$3n;
919
- Color: typeof Icon$9h;
920
940
  Combine: typeof Combine$3c;
921
- Text: typeof Icon$9f;
922
- colorGradient: string;
941
+ Text: typeof Icon$9g;
923
942
  colorPrimary: string;
924
943
  title: string;
925
944
  };
@@ -928,7 +947,11 @@ declare const Icons$3n: CompoundedIcon$3n;
928
947
  type AvatarProps$3m = Omit<RNIconAvatarProps, 'Icon'>;
929
948
  declare const Avatar$3m: React__default.NamedExoticComponent<AvatarProps$3m>;
930
949
 
931
- type CombineProps$39 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
950
+ declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
951
+
952
+ interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
953
+ type?: 'color' | 'mono';
954
+ }
932
955
  declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$39>;
933
956
 
934
957
  declare const Icon$9e: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -937,6 +960,7 @@ declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
937
960
 
938
961
  type CompoundedIcon$3m = typeof Icon$9e & {
939
962
  Avatar: typeof Avatar$3m;
963
+ Color: typeof Icon$9f;
940
964
  Combine: typeof Combine$3b;
941
965
  Text: typeof Icon$9d;
942
966
  colorPrimary: string;
@@ -947,22 +971,17 @@ declare const Icons$3m: CompoundedIcon$3m;
947
971
  type AvatarProps$3l = Omit<RNIconAvatarProps, 'Icon'>;
948
972
  declare const Avatar$3l: React__default.NamedExoticComponent<AvatarProps$3l>;
949
973
 
950
- declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
951
-
952
- interface CombineProps$38 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
953
- type?: 'color' | 'mono';
954
- }
974
+ type CombineProps$38 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
955
975
  declare const Combine$3a: React__default.NamedExoticComponent<CombineProps$38>;
956
976
 
957
- declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
977
+ declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
958
978
 
959
- declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
979
+ declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
960
980
 
961
- type CompoundedIcon$3l = typeof Icon$9b & {
981
+ type CompoundedIcon$3l = typeof Icon$9c & {
962
982
  Avatar: typeof Avatar$3l;
963
- Color: typeof Icon$9c;
964
983
  Combine: typeof Combine$3a;
965
- Text: typeof Icon$9a;
984
+ Text: typeof Icon$9b;
966
985
  colorPrimary: string;
967
986
  title: string;
968
987
  };
@@ -971,7 +990,11 @@ declare const Icons$3l: CompoundedIcon$3l;
971
990
  type AvatarProps$3k = Omit<RNIconAvatarProps, 'Icon'>;
972
991
  declare const Avatar$3k: React__default.NamedExoticComponent<AvatarProps$3k>;
973
992
 
974
- type CombineProps$37 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
993
+ declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
994
+
995
+ interface CombineProps$37 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
996
+ type?: 'color' | 'mono';
997
+ }
975
998
  declare const Combine$39: React__default.NamedExoticComponent<CombineProps$37>;
976
999
 
977
1000
  declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -980,8 +1003,10 @@ declare const Icon$98: React__default.NamedExoticComponent<RNIconProps$1>;
980
1003
 
981
1004
  type CompoundedIcon$3k = typeof Icon$99 & {
982
1005
  Avatar: typeof Avatar$3k;
1006
+ Color: typeof Icon$9a;
983
1007
  Combine: typeof Combine$39;
984
1008
  Text: typeof Icon$98;
1009
+ colorGradient: string;
985
1010
  colorPrimary: string;
986
1011
  title: string;
987
1012
  };
@@ -1006,7 +1031,6 @@ type CompoundedIcon$3j = typeof Icon$96 & {
1006
1031
  Color: typeof Icon$97;
1007
1032
  Combine: typeof Combine$38;
1008
1033
  Text: typeof Icon$95;
1009
- colorGradient: string;
1010
1034
  colorPrimary: string;
1011
1035
  title: string;
1012
1036
  };
@@ -1017,20 +1041,23 @@ declare const Avatar$3i: React__default.NamedExoticComponent<AvatarProps$3i>;
1017
1041
 
1018
1042
  declare const Icon$94: React__default.NamedExoticComponent<RNIconProps$1>;
1019
1043
 
1020
- interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1021
- type?: 'color' | 'mono';
1022
- }
1023
- declare const Combine$37: React__default.NamedExoticComponent<CombineProps$35>;
1024
-
1025
1044
  declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
1026
1045
 
1027
1046
  declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
1028
1047
 
1029
- type CompoundedIcon$3i = typeof Icon$93 & {
1048
+ declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1049
+
1050
+ declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
1051
+
1052
+ declare const Icon$8$: React__default.NamedExoticComponent<RNIconProps$1>;
1053
+
1054
+ type CompoundedIcon$3i = typeof Icon$91 & {
1030
1055
  Avatar: typeof Avatar$3i;
1031
- Color: typeof Icon$94;
1032
- Combine: typeof Combine$37;
1033
- Text: typeof Icon$92;
1056
+ Brand: typeof Icon$93;
1057
+ BrandColor: typeof Icon$94;
1058
+ Color: typeof Icon$92;
1059
+ Text: typeof Icon$90;
1060
+ TextCn: typeof Icon$8$;
1034
1061
  colorPrimary: string;
1035
1062
  title: string;
1036
1063
  };
@@ -1039,25 +1066,28 @@ declare const Icons$3i: CompoundedIcon$3i;
1039
1066
  type AvatarProps$3h = Omit<RNIconAvatarProps, 'Icon'>;
1040
1067
  declare const Avatar$3h: React__default.NamedExoticComponent<AvatarProps$3h>;
1041
1068
 
1042
- declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1043
-
1044
- declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
1045
-
1046
- declare const Icon$8$: React__default.NamedExoticComponent<RNIconProps$1>;
1047
-
1048
1069
  declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1049
1070
 
1050
1071
  declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
1051
1072
 
1052
1073
  declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1053
1074
 
1054
- type CompoundedIcon$3h = typeof Icon$8_ & {
1075
+ interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1076
+ type?: 'color' | 'mono';
1077
+ }
1078
+ declare const Combine$37: React__default.NamedExoticComponent<CombineProps$35>;
1079
+
1080
+ declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1081
+
1082
+ declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1083
+
1084
+ type CompoundedIcon$3h = typeof Icon$8X & {
1055
1085
  Avatar: typeof Avatar$3h;
1056
- Brand: typeof Icon$90;
1057
- BrandColor: typeof Icon$91;
1058
- Color: typeof Icon$8$;
1059
- Text: typeof Icon$8Z;
1060
- TextCn: typeof Icon$8Y;
1086
+ Brand: typeof Icon$8Z;
1087
+ BrandColor: typeof Icon$8_;
1088
+ Color: typeof Icon$8Y;
1089
+ Combine: typeof Combine$37;
1090
+ Text: typeof Icon$8W;
1061
1091
  colorPrimary: string;
1062
1092
  title: string;
1063
1093
  };
@@ -1066,28 +1096,28 @@ declare const Icons$3h: CompoundedIcon$3h;
1066
1096
  type AvatarProps$3g = Omit<RNIconAvatarProps, 'Icon'>;
1067
1097
  declare const Avatar$3g: React__default.NamedExoticComponent<AvatarProps$3g>;
1068
1098
 
1069
- declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1099
+ declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1070
1100
 
1071
- declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1101
+ declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1072
1102
 
1073
- declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1103
+ declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1074
1104
 
1075
1105
  interface CombineProps$34 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1076
1106
  type?: 'color' | 'mono';
1077
1107
  }
1078
1108
  declare const Combine$36: React__default.NamedExoticComponent<CombineProps$34>;
1079
1109
 
1080
- declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1110
+ declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1081
1111
 
1082
- declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1112
+ declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1083
1113
 
1084
- type CompoundedIcon$3g = typeof Icon$8U & {
1114
+ type CompoundedIcon$3g = typeof Icon$8S & {
1085
1115
  Avatar: typeof Avatar$3g;
1086
- Brand: typeof Icon$8W;
1087
- BrandColor: typeof Icon$8X;
1088
- Color: typeof Icon$8V;
1116
+ Brand: typeof Icon$8U;
1117
+ BrandColor: typeof Icon$8V;
1118
+ Color: typeof Icon$8T;
1089
1119
  Combine: typeof Combine$36;
1090
- Text: typeof Icon$8T;
1120
+ Text: typeof Icon$8R;
1091
1121
  colorPrimary: string;
1092
1122
  title: string;
1093
1123
  };
@@ -1096,10 +1126,6 @@ declare const Icons$3g: CompoundedIcon$3g;
1096
1126
  type AvatarProps$3f = Omit<RNIconAvatarProps, 'Icon'>;
1097
1127
  declare const Avatar$3f: React__default.NamedExoticComponent<AvatarProps$3f>;
1098
1128
 
1099
- declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1100
-
1101
- declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1102
-
1103
1129
  declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1104
1130
 
1105
1131
  interface CombineProps$33 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1113,11 +1139,10 @@ declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1113
1139
 
1114
1140
  type CompoundedIcon$3f = typeof Icon$8P & {
1115
1141
  Avatar: typeof Avatar$3f;
1116
- Brand: typeof Icon$8R;
1117
- BrandColor: typeof Icon$8S;
1118
1142
  Color: typeof Icon$8Q;
1119
1143
  Combine: typeof Combine$35;
1120
1144
  Text: typeof Icon$8O;
1145
+ colorGradient: string;
1121
1146
  colorPrimary: string;
1122
1147
  title: string;
1123
1148
  };
@@ -1137,12 +1162,14 @@ declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1137
1162
 
1138
1163
  declare const Icon$8L: React__default.NamedExoticComponent<RNIconProps$1>;
1139
1164
 
1165
+ declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
1166
+
1140
1167
  type CompoundedIcon$3e = typeof Icon$8M & {
1141
1168
  Avatar: typeof Avatar$3e;
1142
1169
  Color: typeof Icon$8N;
1143
1170
  Combine: typeof Combine$34;
1144
1171
  Text: typeof Icon$8L;
1145
- colorGradient: string;
1172
+ TextColor: typeof Icon$8K;
1146
1173
  colorPrimary: string;
1147
1174
  title: string;
1148
1175
  };
@@ -1151,25 +1178,22 @@ declare const Icons$3e: CompoundedIcon$3e;
1151
1178
  type AvatarProps$3d = Omit<RNIconAvatarProps, 'Icon'>;
1152
1179
  declare const Avatar$3d: React__default.NamedExoticComponent<AvatarProps$3d>;
1153
1180
 
1154
- declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
1181
+ declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
1155
1182
 
1156
1183
  interface CombineProps$31 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1157
1184
  type?: 'color' | 'mono';
1158
1185
  }
1159
1186
  declare const Combine$33: React__default.NamedExoticComponent<CombineProps$31>;
1160
1187
 
1161
- declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
1162
-
1163
1188
  declare const Icon$8I: React__default.NamedExoticComponent<RNIconProps$1>;
1164
1189
 
1165
1190
  declare const Icon$8H: React__default.NamedExoticComponent<RNIconProps$1>;
1166
1191
 
1167
- type CompoundedIcon$3d = typeof Icon$8J & {
1192
+ type CompoundedIcon$3d = typeof Icon$8I & {
1168
1193
  Avatar: typeof Avatar$3d;
1169
- Color: typeof Icon$8K;
1194
+ Color: typeof Icon$8J;
1170
1195
  Combine: typeof Combine$33;
1171
- Text: typeof Icon$8I;
1172
- TextColor: typeof Icon$8H;
1196
+ Text: typeof Icon$8H;
1173
1197
  colorPrimary: string;
1174
1198
  title: string;
1175
1199
  };
@@ -1178,22 +1202,17 @@ declare const Icons$3d: CompoundedIcon$3d;
1178
1202
  type AvatarProps$3c = Omit<RNIconAvatarProps, 'Icon'>;
1179
1203
  declare const Avatar$3c: React__default.NamedExoticComponent<AvatarProps$3c>;
1180
1204
 
1181
- declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1182
-
1183
- interface CombineProps$30 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1184
- type?: 'color' | 'mono';
1185
- }
1205
+ type CombineProps$30 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1186
1206
  declare const Combine$32: React__default.NamedExoticComponent<CombineProps$30>;
1187
1207
 
1188
- declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1208
+ declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1189
1209
 
1190
- declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
1210
+ declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1191
1211
 
1192
- type CompoundedIcon$3c = typeof Icon$8F & {
1212
+ type CompoundedIcon$3c = typeof Icon$8G & {
1193
1213
  Avatar: typeof Avatar$3c;
1194
- Color: typeof Icon$8G;
1195
1214
  Combine: typeof Combine$32;
1196
- Text: typeof Icon$8E;
1215
+ Text: typeof Icon$8F;
1197
1216
  colorPrimary: string;
1198
1217
  title: string;
1199
1218
  };
@@ -1205,14 +1224,14 @@ declare const Avatar$3b: React__default.NamedExoticComponent<AvatarProps$3b>;
1205
1224
  type CombineProps$2$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1206
1225
  declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2$>;
1207
1226
 
1208
- declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
1227
+ declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
1209
1228
 
1210
- declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1229
+ declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
1211
1230
 
1212
- type CompoundedIcon$3b = typeof Icon$8D & {
1231
+ type CompoundedIcon$3b = typeof Icon$8E & {
1213
1232
  Avatar: typeof Avatar$3b;
1214
1233
  Combine: typeof Combine$31;
1215
- Text: typeof Icon$8C;
1234
+ Text: typeof Icon$8D;
1216
1235
  colorPrimary: string;
1217
1236
  title: string;
1218
1237
  };
@@ -1221,7 +1240,11 @@ declare const Icons$3b: CompoundedIcon$3b;
1221
1240
  type AvatarProps$3a = Omit<RNIconAvatarProps, 'Icon'>;
1222
1241
  declare const Avatar$3a: React__default.NamedExoticComponent<AvatarProps$3a>;
1223
1242
 
1224
- type CombineProps$2_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1243
+ declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1244
+
1245
+ interface CombineProps$2_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1246
+ type?: 'color' | 'mono';
1247
+ }
1225
1248
  declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2_>;
1226
1249
 
1227
1250
  declare const Icon$8B: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1230,6 +1253,7 @@ declare const Icon$8A: React__default.NamedExoticComponent<RNIconProps$1>;
1230
1253
 
1231
1254
  type CompoundedIcon$3a = typeof Icon$8B & {
1232
1255
  Avatar: typeof Avatar$3a;
1256
+ Color: typeof Icon$8C;
1233
1257
  Combine: typeof Combine$30;
1234
1258
  Text: typeof Icon$8A;
1235
1259
  colorPrimary: string;
@@ -1256,6 +1280,7 @@ type CompoundedIcon$39 = typeof Icon$8y & {
1256
1280
  Color: typeof Icon$8z;
1257
1281
  Combine: typeof Combine$2$;
1258
1282
  Text: typeof Icon$8x;
1283
+ colorGradient: string;
1259
1284
  colorPrimary: string;
1260
1285
  title: string;
1261
1286
  };
@@ -1330,7 +1355,6 @@ type CompoundedIcon$36 = typeof Icon$8p & {
1330
1355
  Color: typeof Icon$8q;
1331
1356
  Combine: typeof Combine$2Y;
1332
1357
  Text: typeof Icon$8o;
1333
- colorGradient: string;
1334
1358
  colorPrimary: string;
1335
1359
  title: string;
1336
1360
  };
@@ -1507,22 +1531,17 @@ declare const Icons$2$: CompoundedIcon$2$;
1507
1531
  type AvatarProps$2_ = Omit<RNIconAvatarProps, 'Icon'>;
1508
1532
  declare const Avatar$2_: React__default.NamedExoticComponent<AvatarProps$2_>;
1509
1533
 
1510
- declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1511
-
1512
- interface CombineProps$2O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1513
- type?: 'color' | 'mono';
1514
- }
1534
+ type CombineProps$2O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1515
1535
  declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2O>;
1516
1536
 
1517
- declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
1537
+ declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1518
1538
 
1519
- declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
1539
+ declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
1520
1540
 
1521
- type CompoundedIcon$2_ = typeof Icon$81 & {
1541
+ type CompoundedIcon$2_ = typeof Icon$82 & {
1522
1542
  Avatar: typeof Avatar$2_;
1523
- Color: typeof Icon$82;
1524
1543
  Combine: typeof Combine$2Q;
1525
- Text: typeof Icon$80;
1544
+ Text: typeof Icon$81;
1526
1545
  colorPrimary: string;
1527
1546
  title: string;
1528
1547
  };
@@ -1531,17 +1550,28 @@ declare const Icons$2_: CompoundedIcon$2_;
1531
1550
  type AvatarProps$2Z = Omit<RNIconAvatarProps, 'Icon'>;
1532
1551
  declare const Avatar$2Z: React__default.NamedExoticComponent<AvatarProps$2Z>;
1533
1552
 
1534
- type CombineProps$2N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1535
- declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1553
+ declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
1536
1554
 
1537
1555
  declare const Icon$7$: React__default.NamedExoticComponent<RNIconProps$1>;
1538
1556
 
1539
1557
  declare const Icon$7_: React__default.NamedExoticComponent<RNIconProps$1>;
1540
1558
 
1541
- type CompoundedIcon$2Z = typeof Icon$7$ & {
1559
+ interface CombineProps$2N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1560
+ type?: 'color' | 'mono';
1561
+ }
1562
+ declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1563
+
1564
+ declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
1565
+
1566
+ declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1567
+
1568
+ type CompoundedIcon$2Z = typeof Icon$7Z & {
1542
1569
  Avatar: typeof Avatar$2Z;
1570
+ Brand: typeof Icon$80;
1571
+ BrandColor: typeof Icon$7$;
1572
+ Color: typeof Icon$7_;
1543
1573
  Combine: typeof Combine$2P;
1544
- Text: typeof Icon$7_;
1574
+ Text: typeof Icon$7Y;
1545
1575
  colorPrimary: string;
1546
1576
  title: string;
1547
1577
  };
@@ -1550,10 +1580,6 @@ declare const Icons$2Z: CompoundedIcon$2Z;
1550
1580
  type AvatarProps$2Y = Omit<RNIconAvatarProps, 'Icon'>;
1551
1581
  declare const Avatar$2Y: React__default.NamedExoticComponent<AvatarProps$2Y>;
1552
1582
 
1553
- declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
1554
-
1555
- declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1556
-
1557
1583
  declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
1558
1584
 
1559
1585
  interface CombineProps$2M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -1567,8 +1593,6 @@ declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
1567
1593
 
1568
1594
  type CompoundedIcon$2Y = typeof Icon$7W & {
1569
1595
  Avatar: typeof Avatar$2Y;
1570
- Brand: typeof Icon$7Z;
1571
- BrandColor: typeof Icon$7Y;
1572
1596
  Color: typeof Icon$7X;
1573
1597
  Combine: typeof Combine$2O;
1574
1598
  Text: typeof Icon$7V;
@@ -1580,22 +1604,17 @@ declare const Icons$2Y: CompoundedIcon$2Y;
1580
1604
  type AvatarProps$2X = Omit<RNIconAvatarProps, 'Icon'>;
1581
1605
  declare const Avatar$2X: React__default.NamedExoticComponent<AvatarProps$2X>;
1582
1606
 
1583
- declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1584
-
1585
- interface CombineProps$2L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1586
- type?: 'color' | 'mono';
1587
- }
1607
+ type CombineProps$2L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1588
1608
  declare const Combine$2N: React__default.NamedExoticComponent<CombineProps$2L>;
1589
1609
 
1590
- declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
1610
+ declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1591
1611
 
1592
- declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
1612
+ declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
1593
1613
 
1594
- type CompoundedIcon$2X = typeof Icon$7T & {
1614
+ type CompoundedIcon$2X = typeof Icon$7U & {
1595
1615
  Avatar: typeof Avatar$2X;
1596
- Color: typeof Icon$7U;
1597
1616
  Combine: typeof Combine$2N;
1598
- Text: typeof Icon$7S;
1617
+ Text: typeof Icon$7T;
1599
1618
  colorPrimary: string;
1600
1619
  title: string;
1601
1620
  };
@@ -1604,6 +1623,8 @@ declare const Icons$2X: CompoundedIcon$2X;
1604
1623
  type AvatarProps$2W = Omit<RNIconAvatarProps, 'Icon'>;
1605
1624
  declare const Avatar$2W: React__default.NamedExoticComponent<AvatarProps$2W>;
1606
1625
 
1626
+ declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
1627
+
1607
1628
  type CombineProps$2K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1608
1629
  declare const Combine$2M: React__default.NamedExoticComponent<CombineProps$2K>;
1609
1630
 
@@ -1613,8 +1634,10 @@ declare const Icon$7Q: React__default.NamedExoticComponent<RNIconProps$1>;
1613
1634
 
1614
1635
  type CompoundedIcon$2W = typeof Icon$7R & {
1615
1636
  Avatar: typeof Avatar$2W;
1637
+ Color: typeof Icon$7S;
1616
1638
  Combine: typeof Combine$2M;
1617
1639
  Text: typeof Icon$7Q;
1640
+ colorGradient: string;
1618
1641
  colorPrimary: string;
1619
1642
  title: string;
1620
1643
  };
@@ -1625,19 +1648,26 @@ declare const Avatar$2V: React__default.NamedExoticComponent<AvatarProps$2V>;
1625
1648
 
1626
1649
  declare const Icon$7P: React__default.NamedExoticComponent<RNIconProps$1>;
1627
1650
 
1628
- type CombineProps$2J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1629
- declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2J>;
1630
-
1631
1651
  declare const Icon$7O: React__default.NamedExoticComponent<RNIconProps$1>;
1632
1652
 
1633
1653
  declare const Icon$7N: React__default.NamedExoticComponent<RNIconProps$1>;
1634
1654
 
1635
- type CompoundedIcon$2V = typeof Icon$7O & {
1655
+ interface CombineProps$2J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1656
+ type?: 'color' | 'mono';
1657
+ }
1658
+ declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2J>;
1659
+
1660
+ declare const Icon$7M: React__default.NamedExoticComponent<RNIconProps$1>;
1661
+
1662
+ declare const Icon$7L: React__default.NamedExoticComponent<RNIconProps$1>;
1663
+
1664
+ type CompoundedIcon$2V = typeof Icon$7M & {
1636
1665
  Avatar: typeof Avatar$2V;
1637
- Color: typeof Icon$7P;
1666
+ Brand: typeof Icon$7O;
1667
+ BrandColor: typeof Icon$7P;
1668
+ Color: typeof Icon$7N;
1638
1669
  Combine: typeof Combine$2L;
1639
- Text: typeof Icon$7N;
1640
- colorGradient: string;
1670
+ Text: typeof Icon$7L;
1641
1671
  colorPrimary: string;
1642
1672
  title: string;
1643
1673
  };
@@ -1646,28 +1676,17 @@ declare const Icons$2V: CompoundedIcon$2V;
1646
1676
  type AvatarProps$2U = Omit<RNIconAvatarProps, 'Icon'>;
1647
1677
  declare const Avatar$2U: React__default.NamedExoticComponent<AvatarProps$2U>;
1648
1678
 
1649
- declare const Icon$7M: React__default.NamedExoticComponent<RNIconProps$1>;
1650
-
1651
- declare const Icon$7L: React__default.NamedExoticComponent<RNIconProps$1>;
1679
+ type CombineProps$2I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1680
+ declare const Combine$2K: React__default.NamedExoticComponent<CombineProps$2I>;
1652
1681
 
1653
1682
  declare const Icon$7K: React__default.NamedExoticComponent<RNIconProps$1>;
1654
1683
 
1655
- interface CombineProps$2I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1656
- type?: 'color' | 'mono';
1657
- }
1658
- declare const Combine$2K: React__default.NamedExoticComponent<CombineProps$2I>;
1659
-
1660
1684
  declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
1661
1685
 
1662
- declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
1663
-
1664
- type CompoundedIcon$2U = typeof Icon$7J & {
1686
+ type CompoundedIcon$2U = typeof Icon$7K & {
1665
1687
  Avatar: typeof Avatar$2U;
1666
- Brand: typeof Icon$7L;
1667
- BrandColor: typeof Icon$7M;
1668
- Color: typeof Icon$7K;
1669
1688
  Combine: typeof Combine$2K;
1670
- Text: typeof Icon$7I;
1689
+ Text: typeof Icon$7J;
1671
1690
  colorPrimary: string;
1672
1691
  title: string;
1673
1692
  };
@@ -1676,7 +1695,11 @@ declare const Icons$2U: CompoundedIcon$2U;
1676
1695
  type AvatarProps$2T = Omit<RNIconAvatarProps, 'Icon'>;
1677
1696
  declare const Avatar$2T: React__default.NamedExoticComponent<AvatarProps$2T>;
1678
1697
 
1679
- type CombineProps$2H = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1698
+ declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
1699
+
1700
+ interface CombineProps$2H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1701
+ type?: 'color' | 'mono';
1702
+ }
1680
1703
  declare const Combine$2J: React__default.NamedExoticComponent<CombineProps$2H>;
1681
1704
 
1682
1705
  declare const Icon$7H: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1685,6 +1708,7 @@ declare const Icon$7G: React__default.NamedExoticComponent<RNIconProps$1>;
1685
1708
 
1686
1709
  type CompoundedIcon$2T = typeof Icon$7H & {
1687
1710
  Avatar: typeof Avatar$2T;
1711
+ Color: typeof Icon$7I;
1688
1712
  Combine: typeof Combine$2J;
1689
1713
  Text: typeof Icon$7G;
1690
1714
  colorPrimary: string;
@@ -1759,6 +1783,7 @@ type CompoundedIcon$2Q = typeof Icon$7y & {
1759
1783
  Color: typeof Icon$7z;
1760
1784
  Combine: typeof Combine$2G;
1761
1785
  Text: typeof Icon$7x;
1786
+ colorGradient: string;
1762
1787
  colorPrimary: string;
1763
1788
  title: string;
1764
1789
  };
@@ -1783,7 +1808,6 @@ type CompoundedIcon$2P = typeof Icon$7v & {
1783
1808
  Color: typeof Icon$7w;
1784
1809
  Combine: typeof Combine$2F;
1785
1810
  Text: typeof Icon$7u;
1786
- colorGradient: string;
1787
1811
  colorPrimary: string;
1788
1812
  title: string;
1789
1813
  };
@@ -1816,22 +1840,17 @@ declare const Icons$2O: CompoundedIcon$2O;
1816
1840
  type AvatarProps$2N = Omit<RNIconAvatarProps, 'Icon'>;
1817
1841
  declare const Avatar$2N: React__default.NamedExoticComponent<AvatarProps$2N>;
1818
1842
 
1819
- declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
1820
-
1821
- interface CombineProps$2B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1822
- type?: 'color' | 'mono';
1823
- }
1843
+ type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1824
1844
  declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2B>;
1825
1845
 
1826
- declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
1846
+ declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
1827
1847
 
1828
- declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
1848
+ declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
1829
1849
 
1830
- type CompoundedIcon$2N = typeof Icon$7p & {
1850
+ type CompoundedIcon$2N = typeof Icon$7q & {
1831
1851
  Avatar: typeof Avatar$2N;
1832
- Color: typeof Icon$7q;
1833
1852
  Combine: typeof Combine$2D;
1834
- Text: typeof Icon$7o;
1853
+ Text: typeof Icon$7p;
1835
1854
  colorPrimary: string;
1836
1855
  title: string;
1837
1856
  };
@@ -1840,7 +1859,11 @@ declare const Icons$2N: CompoundedIcon$2N;
1840
1859
  type AvatarProps$2M = Omit<RNIconAvatarProps, 'Icon'>;
1841
1860
  declare const Avatar$2M: React__default.NamedExoticComponent<AvatarProps$2M>;
1842
1861
 
1843
- type CombineProps$2A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1862
+ declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
1863
+
1864
+ interface CombineProps$2A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1865
+ type?: 'color' | 'mono';
1866
+ }
1844
1867
  declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2A>;
1845
1868
 
1846
1869
  declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1849,6 +1872,7 @@ declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
1849
1872
 
1850
1873
  type CompoundedIcon$2M = typeof Icon$7n & {
1851
1874
  Avatar: typeof Avatar$2M;
1875
+ Color: typeof Icon$7o;
1852
1876
  Combine: typeof Combine$2C;
1853
1877
  Text: typeof Icon$7m;
1854
1878
  colorPrimary: string;
@@ -1859,22 +1883,17 @@ declare const Icons$2M: CompoundedIcon$2M;
1859
1883
  type AvatarProps$2L = Omit<RNIconAvatarProps, 'Icon'>;
1860
1884
  declare const Avatar$2L: React__default.NamedExoticComponent<AvatarProps$2L>;
1861
1885
 
1862
- declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
1863
-
1864
- interface CombineProps$2z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1865
- type?: 'color' | 'mono';
1866
- }
1886
+ type CombineProps$2z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1867
1887
  declare const Combine$2B: React__default.NamedExoticComponent<CombineProps$2z>;
1868
1888
 
1869
- declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
1889
+ declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
1870
1890
 
1871
- declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
1891
+ declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
1872
1892
 
1873
- type CompoundedIcon$2L = typeof Icon$7k & {
1893
+ type CompoundedIcon$2L = typeof Icon$7l & {
1874
1894
  Avatar: typeof Avatar$2L;
1875
- Color: typeof Icon$7l;
1876
1895
  Combine: typeof Combine$2B;
1877
- Text: typeof Icon$7j;
1896
+ Text: typeof Icon$7k;
1878
1897
  colorPrimary: string;
1879
1898
  title: string;
1880
1899
  };
@@ -1886,14 +1905,14 @@ declare const Avatar$2K: React__default.NamedExoticComponent<AvatarProps$2K>;
1886
1905
  type CombineProps$2y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1887
1906
  declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2y>;
1888
1907
 
1889
- declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
1908
+ declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
1890
1909
 
1891
- declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
1910
+ declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
1892
1911
 
1893
- type CompoundedIcon$2K = typeof Icon$7i & {
1912
+ type CompoundedIcon$2K = typeof Icon$7j & {
1894
1913
  Avatar: typeof Avatar$2K;
1895
1914
  Combine: typeof Combine$2A;
1896
- Text: typeof Icon$7h;
1915
+ Text: typeof Icon$7i;
1897
1916
  colorPrimary: string;
1898
1917
  title: string;
1899
1918
  };
@@ -1905,14 +1924,14 @@ declare const Avatar$2J: React__default.NamedExoticComponent<AvatarProps$2J>;
1905
1924
  type CombineProps$2x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1906
1925
  declare const Combine$2z: React__default.NamedExoticComponent<CombineProps$2x>;
1907
1926
 
1908
- declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
1927
+ declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
1909
1928
 
1910
- declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
1929
+ declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
1911
1930
 
1912
- type CompoundedIcon$2J = typeof Icon$7g & {
1931
+ type CompoundedIcon$2J = typeof Icon$7h & {
1913
1932
  Avatar: typeof Avatar$2J;
1914
1933
  Combine: typeof Combine$2z;
1915
- Text: typeof Icon$7f;
1934
+ Text: typeof Icon$7g;
1916
1935
  colorPrimary: string;
1917
1936
  title: string;
1918
1937
  };
@@ -1921,7 +1940,11 @@ declare const Icons$2J: CompoundedIcon$2J;
1921
1940
  type AvatarProps$2I = Omit<RNIconAvatarProps, 'Icon'>;
1922
1941
  declare const Avatar$2I: React__default.NamedExoticComponent<AvatarProps$2I>;
1923
1942
 
1924
- type CombineProps$2w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1943
+ declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
1944
+
1945
+ interface CombineProps$2w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1946
+ type?: 'color' | 'mono';
1947
+ }
1925
1948
  declare const Combine$2y: React__default.NamedExoticComponent<CombineProps$2w>;
1926
1949
 
1927
1950
  declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1930,6 +1953,7 @@ declare const Icon$7d: React__default.NamedExoticComponent<RNIconProps$1>;
1930
1953
 
1931
1954
  type CompoundedIcon$2I = typeof Icon$7e & {
1932
1955
  Avatar: typeof Avatar$2I;
1956
+ Color: typeof Icon$7f;
1933
1957
  Combine: typeof Combine$2y;
1934
1958
  Text: typeof Icon$7d;
1935
1959
  colorPrimary: string;
@@ -1942,9 +1966,7 @@ declare const Avatar$2H: React__default.NamedExoticComponent<AvatarProps$2H>;
1942
1966
 
1943
1967
  declare const Icon$7c: React__default.NamedExoticComponent<RNIconProps$1>;
1944
1968
 
1945
- interface CombineProps$2v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1946
- type?: 'color' | 'mono';
1947
- }
1969
+ type CombineProps$2v = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1948
1970
  declare const Combine$2x: React__default.NamedExoticComponent<CombineProps$2v>;
1949
1971
 
1950
1972
  declare const Icon$7b: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -1966,7 +1988,9 @@ declare const Avatar$2G: React__default.NamedExoticComponent<AvatarProps$2G>;
1966
1988
 
1967
1989
  declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
1968
1990
 
1969
- type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1991
+ interface CombineProps$2u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1992
+ type?: 'color' | 'mono';
1993
+ }
1970
1994
  declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2u>;
1971
1995
 
1972
1996
  declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2058,22 +2082,17 @@ declare const Icons$2D: CompoundedIcon$2D;
2058
2082
  type AvatarProps$2C = Omit<RNIconAvatarProps, 'Icon'>;
2059
2083
  declare const Avatar$2C: React__default.NamedExoticComponent<AvatarProps$2C>;
2060
2084
 
2061
- declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2062
-
2063
- interface CombineProps$2q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2064
- type?: 'color' | 'mono';
2065
- }
2085
+ type CombineProps$2q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2066
2086
  declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2q>;
2067
2087
 
2068
- declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
2088
+ declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2069
2089
 
2070
- declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
2090
+ declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
2071
2091
 
2072
- type CompoundedIcon$2C = typeof Icon$6Y & {
2092
+ type CompoundedIcon$2C = typeof Icon$6Z & {
2073
2093
  Avatar: typeof Avatar$2C;
2074
- Color: typeof Icon$6Z;
2075
2094
  Combine: typeof Combine$2s;
2076
- Text: typeof Icon$6X;
2095
+ Text: typeof Icon$6Y;
2077
2096
  colorPrimary: string;
2078
2097
  title: string;
2079
2098
  };
@@ -2085,14 +2104,14 @@ declare const Avatar$2B: React__default.NamedExoticComponent<AvatarProps$2B>;
2085
2104
  type CombineProps$2p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2086
2105
  declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2p>;
2087
2106
 
2088
- declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2107
+ declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
2089
2108
 
2090
- declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2109
+ declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2091
2110
 
2092
- type CompoundedIcon$2B = typeof Icon$6W & {
2111
+ type CompoundedIcon$2B = typeof Icon$6X & {
2093
2112
  Avatar: typeof Avatar$2B;
2094
2113
  Combine: typeof Combine$2r;
2095
- Text: typeof Icon$6V;
2114
+ Text: typeof Icon$6W;
2096
2115
  colorPrimary: string;
2097
2116
  title: string;
2098
2117
  };
@@ -2104,14 +2123,14 @@ declare const Avatar$2A: React__default.NamedExoticComponent<AvatarProps$2A>;
2104
2123
  type CombineProps$2o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2105
2124
  declare const Combine$2q: React__default.NamedExoticComponent<CombineProps$2o>;
2106
2125
 
2107
- declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2126
+ declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2108
2127
 
2109
- declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2128
+ declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2110
2129
 
2111
- type CompoundedIcon$2A = typeof Icon$6U & {
2130
+ type CompoundedIcon$2A = typeof Icon$6V & {
2112
2131
  Avatar: typeof Avatar$2A;
2113
2132
  Combine: typeof Combine$2q;
2114
- Text: typeof Icon$6T;
2133
+ Text: typeof Icon$6U;
2115
2134
  colorPrimary: string;
2116
2135
  title: string;
2117
2136
  };
@@ -2123,14 +2142,14 @@ declare const Avatar$2z: React__default.NamedExoticComponent<AvatarProps$2z>;
2123
2142
  type CombineProps$2n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2124
2143
  declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2n>;
2125
2144
 
2126
- declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2145
+ declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2127
2146
 
2128
- declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2147
+ declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2129
2148
 
2130
- type CompoundedIcon$2z = typeof Icon$6S & {
2149
+ type CompoundedIcon$2z = typeof Icon$6T & {
2131
2150
  Avatar: typeof Avatar$2z;
2132
2151
  Combine: typeof Combine$2p;
2133
- Text: typeof Icon$6R;
2152
+ Text: typeof Icon$6S;
2134
2153
  colorPrimary: string;
2135
2154
  title: string;
2136
2155
  };
@@ -2142,14 +2161,14 @@ declare const Avatar$2y: React__default.NamedExoticComponent<AvatarProps$2y>;
2142
2161
  type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2143
2162
  declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2m>;
2144
2163
 
2145
- declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2164
+ declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2146
2165
 
2147
- declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2166
+ declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2148
2167
 
2149
- type CompoundedIcon$2y = typeof Icon$6Q & {
2168
+ type CompoundedIcon$2y = typeof Icon$6R & {
2150
2169
  Avatar: typeof Avatar$2y;
2151
2170
  Combine: typeof Combine$2o;
2152
- Text: typeof Icon$6P;
2171
+ Text: typeof Icon$6Q;
2153
2172
  colorPrimary: string;
2154
2173
  title: string;
2155
2174
  };
@@ -2158,7 +2177,11 @@ declare const Icons$2y: CompoundedIcon$2y;
2158
2177
  type AvatarProps$2x = Omit<RNIconAvatarProps, 'Icon'>;
2159
2178
  declare const Avatar$2x: React__default.NamedExoticComponent<AvatarProps$2x>;
2160
2179
 
2161
- type CombineProps$2l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2180
+ declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2181
+
2182
+ interface CombineProps$2l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2183
+ type?: 'color' | 'mono';
2184
+ }
2162
2185
  declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2l>;
2163
2186
 
2164
2187
  declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2167,8 +2190,10 @@ declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2167
2190
 
2168
2191
  type CompoundedIcon$2x = typeof Icon$6O & {
2169
2192
  Avatar: typeof Avatar$2x;
2193
+ Color: typeof Icon$6P;
2170
2194
  Combine: typeof Combine$2n;
2171
2195
  Text: typeof Icon$6N;
2196
+ colorGradient: string;
2172
2197
  colorPrimary: string;
2173
2198
  title: string;
2174
2199
  };
@@ -2192,6 +2217,7 @@ type CompoundedIcon$2w = typeof Icon$6L & {
2192
2217
  Avatar: typeof Avatar$2w;
2193
2218
  Color: typeof Icon$6M;
2194
2219
  Combine: typeof Combine$2m;
2220
+ Simple: typeof Icon$6M;
2195
2221
  Text: typeof Icon$6K;
2196
2222
  colorGradient: string;
2197
2223
  colorPrimary: string;
@@ -2202,24 +2228,17 @@ declare const Icons$2w: CompoundedIcon$2w;
2202
2228
  type AvatarProps$2v = Omit<RNIconAvatarProps, 'Icon'>;
2203
2229
  declare const Avatar$2v: React__default.NamedExoticComponent<AvatarProps$2v>;
2204
2230
 
2205
- declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2206
-
2207
- interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2208
- type?: 'color' | 'mono';
2209
- }
2231
+ type CombineProps$2j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2210
2232
  declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2211
2233
 
2212
- declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2234
+ declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2213
2235
 
2214
- declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2236
+ declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2215
2237
 
2216
- type CompoundedIcon$2v = typeof Icon$6I & {
2238
+ type CompoundedIcon$2v = typeof Icon$6J & {
2217
2239
  Avatar: typeof Avatar$2v;
2218
- Color: typeof Icon$6J;
2219
2240
  Combine: typeof Combine$2l;
2220
- Simple: typeof Icon$6J;
2221
- Text: typeof Icon$6H;
2222
- colorGradient: string;
2241
+ Text: typeof Icon$6I;
2223
2242
  colorPrimary: string;
2224
2243
  title: string;
2225
2244
  };
@@ -2231,14 +2250,14 @@ declare const Avatar$2u: React__default.NamedExoticComponent<AvatarProps$2u>;
2231
2250
  type CombineProps$2i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2232
2251
  declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
2233
2252
 
2234
- declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2253
+ declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2235
2254
 
2236
- declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2255
+ declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2237
2256
 
2238
- type CompoundedIcon$2u = typeof Icon$6G & {
2257
+ type CompoundedIcon$2u = typeof Icon$6H & {
2239
2258
  Avatar: typeof Avatar$2u;
2240
2259
  Combine: typeof Combine$2k;
2241
- Text: typeof Icon$6F;
2260
+ Text: typeof Icon$6G;
2242
2261
  colorPrimary: string;
2243
2262
  title: string;
2244
2263
  };
@@ -2250,14 +2269,14 @@ declare const Avatar$2t: React__default.NamedExoticComponent<AvatarProps$2t>;
2250
2269
  type CombineProps$2h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2251
2270
  declare const Combine$2j: React__default.NamedExoticComponent<CombineProps$2h>;
2252
2271
 
2253
- declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
2272
+ declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2254
2273
 
2255
- declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
2274
+ declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
2256
2275
 
2257
- type CompoundedIcon$2t = typeof Icon$6E & {
2276
+ type CompoundedIcon$2t = typeof Icon$6F & {
2258
2277
  Avatar: typeof Avatar$2t;
2259
2278
  Combine: typeof Combine$2j;
2260
- Text: typeof Icon$6D;
2279
+ Text: typeof Icon$6E;
2261
2280
  colorPrimary: string;
2262
2281
  title: string;
2263
2282
  };
@@ -2269,14 +2288,14 @@ declare const Avatar$2s: React__default.NamedExoticComponent<AvatarProps$2s>;
2269
2288
  type CombineProps$2g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2270
2289
  declare const Combine$2i: React__default.NamedExoticComponent<CombineProps$2g>;
2271
2290
 
2272
- declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2291
+ declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
2273
2292
 
2274
- declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
2293
+ declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2275
2294
 
2276
- type CompoundedIcon$2s = typeof Icon$6C & {
2295
+ type CompoundedIcon$2s = typeof Icon$6D & {
2277
2296
  Avatar: typeof Avatar$2s;
2278
2297
  Combine: typeof Combine$2i;
2279
- Text: typeof Icon$6B;
2298
+ Text: typeof Icon$6C;
2280
2299
  colorPrimary: string;
2281
2300
  title: string;
2282
2301
  };
@@ -2285,17 +2304,13 @@ declare const Icons$2s: CompoundedIcon$2s;
2285
2304
  type AvatarProps$2r = Omit<RNIconAvatarProps, 'Icon'>;
2286
2305
  declare const Avatar$2r: React__default.NamedExoticComponent<AvatarProps$2r>;
2287
2306
 
2288
- type CombineProps$2f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2289
- declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
2307
+ declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
2290
2308
 
2291
2309
  declare const Icon$6A: React__default.NamedExoticComponent<RNIconProps$1>;
2292
2310
 
2293
- declare const Icon$6z: React__default.NamedExoticComponent<RNIconProps$1>;
2294
-
2295
- type CompoundedIcon$2r = typeof Icon$6A & {
2311
+ type CompoundedIcon$2r = typeof Icon$6B & {
2296
2312
  Avatar: typeof Avatar$2r;
2297
- Combine: typeof Combine$2h;
2298
- Text: typeof Icon$6z;
2313
+ Text: typeof Icon$6A;
2299
2314
  colorPrimary: string;
2300
2315
  title: string;
2301
2316
  };
@@ -2304,12 +2319,21 @@ declare const Icons$2r: CompoundedIcon$2r;
2304
2319
  type AvatarProps$2q = Omit<RNIconAvatarProps, 'Icon'>;
2305
2320
  declare const Avatar$2q: React__default.NamedExoticComponent<AvatarProps$2q>;
2306
2321
 
2322
+ declare const Icon$6z: React__default.NamedExoticComponent<RNIconProps$1>;
2323
+
2324
+ interface CombineProps$2f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2325
+ type?: 'color' | 'mono';
2326
+ }
2327
+ declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
2328
+
2307
2329
  declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
2308
2330
 
2309
2331
  declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
2310
2332
 
2311
2333
  type CompoundedIcon$2q = typeof Icon$6y & {
2312
2334
  Avatar: typeof Avatar$2q;
2335
+ Color: typeof Icon$6z;
2336
+ Combine: typeof Combine$2h;
2313
2337
  Text: typeof Icon$6x;
2314
2338
  colorPrimary: string;
2315
2339
  title: string;
@@ -2321,20 +2345,17 @@ declare const Avatar$2p: React__default.NamedExoticComponent<AvatarProps$2p>;
2321
2345
 
2322
2346
  declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
2323
2347
 
2324
- interface CombineProps$2e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2325
- type?: 'color' | 'mono';
2326
- }
2327
- declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2e>;
2328
-
2329
2348
  declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
2330
2349
 
2331
2350
  declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
2332
2351
 
2333
- type CompoundedIcon$2p = typeof Icon$6v & {
2352
+ declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2353
+
2354
+ type CompoundedIcon$2p = typeof Icon$6t & {
2334
2355
  Avatar: typeof Avatar$2p;
2335
- Color: typeof Icon$6w;
2336
- Combine: typeof Combine$2g;
2337
- Text: typeof Icon$6u;
2356
+ Brand: typeof Icon$6v;
2357
+ BrandColor: typeof Icon$6w;
2358
+ Color: typeof Icon$6u;
2338
2359
  colorPrimary: string;
2339
2360
  title: string;
2340
2361
  };
@@ -2343,19 +2364,17 @@ declare const Icons$2p: CompoundedIcon$2p;
2343
2364
  type AvatarProps$2o = Omit<RNIconAvatarProps, 'Icon'>;
2344
2365
  declare const Avatar$2o: React__default.NamedExoticComponent<AvatarProps$2o>;
2345
2366
 
2346
- declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2367
+ type CombineProps$2e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2368
+ declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2e>;
2347
2369
 
2348
2370
  declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
2349
2371
 
2350
2372
  declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
2351
2373
 
2352
- declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
2353
-
2354
- type CompoundedIcon$2o = typeof Icon$6q & {
2374
+ type CompoundedIcon$2o = typeof Icon$6s & {
2355
2375
  Avatar: typeof Avatar$2o;
2356
- Brand: typeof Icon$6s;
2357
- BrandColor: typeof Icon$6t;
2358
- Color: typeof Icon$6r;
2376
+ Combine: typeof Combine$2g;
2377
+ Text: typeof Icon$6r;
2359
2378
  colorPrimary: string;
2360
2379
  title: string;
2361
2380
  };
@@ -2364,7 +2383,11 @@ declare const Icons$2o: CompoundedIcon$2o;
2364
2383
  type AvatarProps$2n = Omit<RNIconAvatarProps, 'Icon'>;
2365
2384
  declare const Avatar$2n: React__default.NamedExoticComponent<AvatarProps$2n>;
2366
2385
 
2367
- type CombineProps$2d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2386
+ declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
2387
+
2388
+ interface CombineProps$2d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2389
+ type?: 'color' | 'mono';
2390
+ }
2368
2391
  declare const Combine$2f: React__default.NamedExoticComponent<CombineProps$2d>;
2369
2392
 
2370
2393
  declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2373,6 +2396,7 @@ declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
2373
2396
 
2374
2397
  type CompoundedIcon$2n = typeof Icon$6p & {
2375
2398
  Avatar: typeof Avatar$2n;
2399
+ Color: typeof Icon$6q;
2376
2400
  Combine: typeof Combine$2f;
2377
2401
  Text: typeof Icon$6o;
2378
2402
  colorPrimary: string;
@@ -2407,22 +2431,17 @@ declare const Icons$2m: CompoundedIcon$2m;
2407
2431
  type AvatarProps$2l = Omit<RNIconAvatarProps, 'Icon'>;
2408
2432
  declare const Avatar$2l: React__default.NamedExoticComponent<AvatarProps$2l>;
2409
2433
 
2410
- declare const Icon$6k: React__default.NamedExoticComponent<RNIconProps$1>;
2411
-
2412
- interface CombineProps$2b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2413
- type?: 'color' | 'mono';
2414
- }
2434
+ type CombineProps$2b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2415
2435
  declare const Combine$2d: React__default.NamedExoticComponent<CombineProps$2b>;
2416
2436
 
2417
- declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
2437
+ declare const Icon$6k: React__default.NamedExoticComponent<RNIconProps$1>;
2418
2438
 
2419
- declare const Icon$6i: React__default.NamedExoticComponent<RNIconProps$1>;
2439
+ declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
2420
2440
 
2421
- type CompoundedIcon$2l = typeof Icon$6j & {
2441
+ type CompoundedIcon$2l = typeof Icon$6k & {
2422
2442
  Avatar: typeof Avatar$2l;
2423
- Color: typeof Icon$6k;
2424
2443
  Combine: typeof Combine$2d;
2425
- Text: typeof Icon$6i;
2444
+ Text: typeof Icon$6j;
2426
2445
  colorPrimary: string;
2427
2446
  title: string;
2428
2447
  };
@@ -2431,17 +2450,16 @@ declare const Icons$2l: CompoundedIcon$2l;
2431
2450
  type AvatarProps$2k = Omit<RNIconAvatarProps, 'Icon'>;
2432
2451
  declare const Avatar$2k: React__default.NamedExoticComponent<AvatarProps$2k>;
2433
2452
 
2434
- type CombineProps$2a = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2435
- declare const Combine$2c: React__default.NamedExoticComponent<CombineProps$2a>;
2453
+ declare const Combine$2c: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2436
2454
 
2437
- declare const Icon$6h: React__default.NamedExoticComponent<RNIconProps$1>;
2455
+ declare const Icon$6i: React__default.NamedExoticComponent<RNIconProps$1>;
2438
2456
 
2439
- declare const Icon$6g: React__default.NamedExoticComponent<RNIconProps$1>;
2457
+ declare const Icon$6h: React__default.NamedExoticComponent<RNIconProps$1>;
2440
2458
 
2441
- type CompoundedIcon$2k = typeof Icon$6h & {
2459
+ type CompoundedIcon$2k = typeof Icon$6i & {
2442
2460
  Avatar: typeof Avatar$2k;
2443
2461
  Combine: typeof Combine$2c;
2444
- Text: typeof Icon$6g;
2462
+ Text: typeof Icon$6h;
2445
2463
  colorPrimary: string;
2446
2464
  title: string;
2447
2465
  };
@@ -2450,7 +2468,12 @@ declare const Icons$2k: CompoundedIcon$2k;
2450
2468
  type AvatarProps$2j = Omit<RNIconAvatarProps, 'Icon'>;
2451
2469
  declare const Avatar$2j: React__default.NamedExoticComponent<AvatarProps$2j>;
2452
2470
 
2453
- declare const Combine$2b: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2471
+ declare const Icon$6g: React__default.NamedExoticComponent<RNIconProps$1>;
2472
+
2473
+ interface CombineProps$2a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2474
+ type?: 'color' | 'mono';
2475
+ }
2476
+ declare const Combine$2b: React__default.NamedExoticComponent<CombineProps$2a>;
2454
2477
 
2455
2478
  declare const Icon$6f: React__default.NamedExoticComponent<RNIconProps$1>;
2456
2479
 
@@ -2458,8 +2481,10 @@ declare const Icon$6e: React__default.NamedExoticComponent<RNIconProps$1>;
2458
2481
 
2459
2482
  type CompoundedIcon$2j = typeof Icon$6f & {
2460
2483
  Avatar: typeof Avatar$2j;
2484
+ Color: typeof Icon$6g;
2461
2485
  Combine: typeof Combine$2b;
2462
2486
  Text: typeof Icon$6e;
2487
+ colorGradient: string;
2463
2488
  colorPrimary: string;
2464
2489
  title: string;
2465
2490
  };
@@ -2468,23 +2493,17 @@ declare const Icons$2j: CompoundedIcon$2j;
2468
2493
  type AvatarProps$2i = Omit<RNIconAvatarProps, 'Icon'>;
2469
2494
  declare const Avatar$2i: React__default.NamedExoticComponent<AvatarProps$2i>;
2470
2495
 
2471
- declare const Icon$6d: React__default.NamedExoticComponent<RNIconProps$1>;
2472
-
2473
- interface CombineProps$29 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2474
- type?: 'color' | 'mono';
2475
- }
2496
+ type CombineProps$29 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2476
2497
  declare const Combine$2a: React__default.NamedExoticComponent<CombineProps$29>;
2477
2498
 
2478
- declare const Icon$6c: React__default.NamedExoticComponent<RNIconProps$1>;
2499
+ declare const Icon$6d: React__default.NamedExoticComponent<RNIconProps$1>;
2479
2500
 
2480
- declare const Icon$6b: React__default.NamedExoticComponent<RNIconProps$1>;
2501
+ declare const Icon$6c: React__default.NamedExoticComponent<RNIconProps$1>;
2481
2502
 
2482
- type CompoundedIcon$2i = typeof Icon$6c & {
2503
+ type CompoundedIcon$2i = typeof Icon$6d & {
2483
2504
  Avatar: typeof Avatar$2i;
2484
- Color: typeof Icon$6d;
2485
2505
  Combine: typeof Combine$2a;
2486
- Text: typeof Icon$6b;
2487
- colorGradient: string;
2506
+ Text: typeof Icon$6c;
2488
2507
  colorPrimary: string;
2489
2508
  title: string;
2490
2509
  };
@@ -2496,14 +2515,14 @@ declare const Avatar$2h: React__default.NamedExoticComponent<AvatarProps$2h>;
2496
2515
  type CombineProps$28 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2497
2516
  declare const Combine$29: React__default.NamedExoticComponent<CombineProps$28>;
2498
2517
 
2499
- declare const Icon$6a: React__default.NamedExoticComponent<RNIconProps$1>;
2518
+ declare const Icon$6b: React__default.NamedExoticComponent<RNIconProps$1>;
2500
2519
 
2501
- declare const Icon$69: React__default.NamedExoticComponent<RNIconProps$1>;
2520
+ declare const Icon$6a: React__default.NamedExoticComponent<RNIconProps$1>;
2502
2521
 
2503
- type CompoundedIcon$2h = typeof Icon$6a & {
2522
+ type CompoundedIcon$2h = typeof Icon$6b & {
2504
2523
  Avatar: typeof Avatar$2h;
2505
2524
  Combine: typeof Combine$29;
2506
- Text: typeof Icon$69;
2525
+ Text: typeof Icon$6a;
2507
2526
  colorPrimary: string;
2508
2527
  title: string;
2509
2528
  };
@@ -2512,7 +2531,11 @@ declare const Icons$2h: CompoundedIcon$2h;
2512
2531
  type AvatarProps$2g = Omit<RNIconAvatarProps, 'Icon'>;
2513
2532
  declare const Avatar$2g: React__default.NamedExoticComponent<AvatarProps$2g>;
2514
2533
 
2515
- type CombineProps$27 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2534
+ declare const Icon$69: React__default.NamedExoticComponent<RNIconProps$1>;
2535
+
2536
+ interface CombineProps$27 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2537
+ type?: 'color' | 'mono';
2538
+ }
2516
2539
  declare const Combine$28: React__default.NamedExoticComponent<CombineProps$27>;
2517
2540
 
2518
2541
  declare const Icon$68: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2521,8 +2544,10 @@ declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
2521
2544
 
2522
2545
  type CompoundedIcon$2g = typeof Icon$68 & {
2523
2546
  Avatar: typeof Avatar$2g;
2547
+ Color: typeof Icon$69;
2524
2548
  Combine: typeof Combine$28;
2525
2549
  Text: typeof Icon$67;
2550
+ colorGradient: string;
2526
2551
  colorPrimary: string;
2527
2552
  title: string;
2528
2553
  };
@@ -2547,7 +2572,6 @@ type CompoundedIcon$2f = typeof Icon$65 & {
2547
2572
  Color: typeof Icon$66;
2548
2573
  Combine: typeof Combine$27;
2549
2574
  Text: typeof Icon$64;
2550
- colorGradient: string;
2551
2575
  colorPrimary: string;
2552
2576
  title: string;
2553
2577
  };
@@ -2604,22 +2628,17 @@ declare const Icons$2d: CompoundedIcon$2d;
2604
2628
  type AvatarProps$2c = Omit<RNIconAvatarProps, 'Icon'>;
2605
2629
  declare const Avatar$2c: React__default.NamedExoticComponent<AvatarProps$2c>;
2606
2630
 
2607
- declare const Icon$5Z: React__default.NamedExoticComponent<RNIconProps$1>;
2608
-
2609
- interface CombineProps$23 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2610
- type?: 'color' | 'mono';
2611
- }
2631
+ type CombineProps$23 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2612
2632
  declare const Combine$24: React__default.NamedExoticComponent<CombineProps$23>;
2613
2633
 
2614
- declare const Icon$5Y: React__default.NamedExoticComponent<RNIconProps$1>;
2634
+ declare const Icon$5Z: React__default.NamedExoticComponent<RNIconProps$1>;
2615
2635
 
2616
- declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
2636
+ declare const Icon$5Y: React__default.NamedExoticComponent<RNIconProps$1>;
2617
2637
 
2618
- type CompoundedIcon$2c = typeof Icon$5Y & {
2638
+ type CompoundedIcon$2c = typeof Icon$5Z & {
2619
2639
  Avatar: typeof Avatar$2c;
2620
- Color: typeof Icon$5Z;
2621
2640
  Combine: typeof Combine$24;
2622
- Text: typeof Icon$5X;
2641
+ Text: typeof Icon$5Y;
2623
2642
  colorPrimary: string;
2624
2643
  title: string;
2625
2644
  };
@@ -2631,14 +2650,14 @@ declare const Avatar$2b: React__default.NamedExoticComponent<AvatarProps$2b>;
2631
2650
  type CombineProps$22 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2632
2651
  declare const Combine$23: React__default.NamedExoticComponent<CombineProps$22>;
2633
2652
 
2634
- declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
2653
+ declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
2635
2654
 
2636
- declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
2655
+ declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
2637
2656
 
2638
- type CompoundedIcon$2b = typeof Icon$5W & {
2657
+ type CompoundedIcon$2b = typeof Icon$5X & {
2639
2658
  Avatar: typeof Avatar$2b;
2640
2659
  Combine: typeof Combine$23;
2641
- Text: typeof Icon$5V;
2660
+ Text: typeof Icon$5W;
2642
2661
  colorPrimary: string;
2643
2662
  title: string;
2644
2663
  };
@@ -2647,7 +2666,11 @@ declare const Icons$2b: CompoundedIcon$2b;
2647
2666
  type AvatarProps$2a = Omit<RNIconAvatarProps, 'Icon'>;
2648
2667
  declare const Avatar$2a: React__default.NamedExoticComponent<AvatarProps$2a>;
2649
2668
 
2650
- type CombineProps$21 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2669
+ declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
2670
+
2671
+ interface CombineProps$21 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2672
+ type?: 'color' | 'mono';
2673
+ }
2651
2674
  declare const Combine$22: React__default.NamedExoticComponent<CombineProps$21>;
2652
2675
 
2653
2676
  declare const Icon$5U: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2656,6 +2679,7 @@ declare const Icon$5T: React__default.NamedExoticComponent<RNIconProps$1>;
2656
2679
 
2657
2680
  type CompoundedIcon$2a = typeof Icon$5U & {
2658
2681
  Avatar: typeof Avatar$2a;
2682
+ Color: typeof Icon$5V;
2659
2683
  Combine: typeof Combine$22;
2660
2684
  Text: typeof Icon$5T;
2661
2685
  colorPrimary: string;
@@ -2666,22 +2690,17 @@ declare const Icons$2a: CompoundedIcon$2a;
2666
2690
  type AvatarProps$29 = Omit<RNIconAvatarProps, 'Icon'>;
2667
2691
  declare const Avatar$29: React__default.NamedExoticComponent<AvatarProps$29>;
2668
2692
 
2669
- declare const Icon$5S: React__default.NamedExoticComponent<RNIconProps$1>;
2670
-
2671
- interface CombineProps$20 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2672
- type?: 'color' | 'mono';
2673
- }
2693
+ type CombineProps$20 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2674
2694
  declare const Combine$21: React__default.NamedExoticComponent<CombineProps$20>;
2675
2695
 
2676
- declare const Icon$5R: React__default.NamedExoticComponent<RNIconProps$1>;
2696
+ declare const Icon$5S: React__default.NamedExoticComponent<RNIconProps$1>;
2677
2697
 
2678
- declare const Icon$5Q: React__default.NamedExoticComponent<RNIconProps$1>;
2698
+ declare const Icon$5R: React__default.NamedExoticComponent<RNIconProps$1>;
2679
2699
 
2680
- type CompoundedIcon$29 = typeof Icon$5R & {
2700
+ type CompoundedIcon$29 = typeof Icon$5S & {
2681
2701
  Avatar: typeof Avatar$29;
2682
- Color: typeof Icon$5S;
2683
2702
  Combine: typeof Combine$21;
2684
- Text: typeof Icon$5Q;
2703
+ Text: typeof Icon$5R;
2685
2704
  colorPrimary: string;
2686
2705
  title: string;
2687
2706
  };
@@ -2690,7 +2709,11 @@ declare const Icons$29: CompoundedIcon$29;
2690
2709
  type AvatarProps$28 = Omit<RNIconAvatarProps, 'Icon'>;
2691
2710
  declare const Avatar$28: React__default.NamedExoticComponent<AvatarProps$28>;
2692
2711
 
2693
- type CombineProps$1$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2712
+ declare const Icon$5Q: React__default.NamedExoticComponent<RNIconProps$1>;
2713
+
2714
+ interface CombineProps$1$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2715
+ type?: 'color' | 'mono';
2716
+ }
2694
2717
  declare const Combine$20: React__default.NamedExoticComponent<CombineProps$1$>;
2695
2718
 
2696
2719
  declare const Icon$5P: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2699,6 +2722,7 @@ declare const Icon$5O: React__default.NamedExoticComponent<RNIconProps$1>;
2699
2722
 
2700
2723
  type CompoundedIcon$28 = typeof Icon$5P & {
2701
2724
  Avatar: typeof Avatar$28;
2725
+ Color: typeof Icon$5Q;
2702
2726
  Combine: typeof Combine$20;
2703
2727
  Text: typeof Icon$5O;
2704
2728
  colorPrimary: string;
@@ -2720,11 +2744,14 @@ declare const Icon$5M: React__default.NamedExoticComponent<RNIconProps$1>;
2720
2744
 
2721
2745
  declare const Icon$5L: React__default.NamedExoticComponent<RNIconProps$1>;
2722
2746
 
2747
+ declare const Icon$5K: React__default.NamedExoticComponent<RNIconProps$1>;
2748
+
2723
2749
  type CompoundedIcon$27 = typeof Icon$5M & {
2724
2750
  Avatar: typeof Avatar$27;
2725
2751
  Color: typeof Icon$5N;
2726
2752
  Combine: typeof Combine$1$;
2727
2753
  Text: typeof Icon$5L;
2754
+ TextCn: typeof Icon$5K;
2728
2755
  colorPrimary: string;
2729
2756
  title: string;
2730
2757
  };
@@ -2733,25 +2760,17 @@ declare const Icons$27: CompoundedIcon$27;
2733
2760
  type AvatarProps$26 = Omit<RNIconAvatarProps, 'Icon'>;
2734
2761
  declare const Avatar$26: React__default.NamedExoticComponent<AvatarProps$26>;
2735
2762
 
2736
- declare const Icon$5K: React__default.NamedExoticComponent<RNIconProps$1>;
2737
-
2738
- interface CombineProps$1Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2739
- type?: 'color' | 'mono';
2740
- }
2763
+ type CombineProps$1Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2741
2764
  declare const Combine$1_: React__default.NamedExoticComponent<CombineProps$1Z>;
2742
2765
 
2743
2766
  declare const Icon$5J: React__default.NamedExoticComponent<RNIconProps$1>;
2744
2767
 
2745
2768
  declare const Icon$5I: React__default.NamedExoticComponent<RNIconProps$1>;
2746
2769
 
2747
- declare const Icon$5H: React__default.NamedExoticComponent<RNIconProps$1>;
2748
-
2749
2770
  type CompoundedIcon$26 = typeof Icon$5J & {
2750
2771
  Avatar: typeof Avatar$26;
2751
- Color: typeof Icon$5K;
2752
2772
  Combine: typeof Combine$1_;
2753
2773
  Text: typeof Icon$5I;
2754
- TextCn: typeof Icon$5H;
2755
2774
  colorPrimary: string;
2756
2775
  title: string;
2757
2776
  };
@@ -2760,7 +2779,11 @@ declare const Icons$26: CompoundedIcon$26;
2760
2779
  type AvatarProps$25 = Omit<RNIconAvatarProps, 'Icon'>;
2761
2780
  declare const Avatar$25: React__default.NamedExoticComponent<AvatarProps$25>;
2762
2781
 
2763
- type CombineProps$1Y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2782
+ declare const Icon$5H: React__default.NamedExoticComponent<RNIconProps$1>;
2783
+
2784
+ interface CombineProps$1Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2785
+ type?: 'color' | 'mono';
2786
+ }
2764
2787
  declare const Combine$1Z: React__default.NamedExoticComponent<CombineProps$1Y>;
2765
2788
 
2766
2789
  declare const Icon$5G: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2769,6 +2792,7 @@ declare const Icon$5F: React__default.NamedExoticComponent<RNIconProps$1>;
2769
2792
 
2770
2793
  type CompoundedIcon$25 = typeof Icon$5G & {
2771
2794
  Avatar: typeof Avatar$25;
2795
+ Color: typeof Icon$5H;
2772
2796
  Combine: typeof Combine$1Z;
2773
2797
  Text: typeof Icon$5F;
2774
2798
  colorPrimary: string;
@@ -2805,20 +2829,11 @@ declare const Avatar$23: React__default.NamedExoticComponent<AvatarProps$23>;
2805
2829
 
2806
2830
  declare const Icon$5B: React__default.NamedExoticComponent<RNIconProps$1>;
2807
2831
 
2808
- interface CombineProps$1W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2809
- type?: 'color' | 'mono';
2810
- }
2811
- declare const Combine$1X: React__default.NamedExoticComponent<CombineProps$1W>;
2812
-
2813
- declare const Icon$5A: React__default.NamedExoticComponent<RNIconProps$1>;
2814
-
2815
- declare const Icon$5z: React__default.NamedExoticComponent<RNIconProps$1>;
2832
+ declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
2816
2833
 
2817
- type CompoundedIcon$23 = typeof Icon$5A & {
2834
+ type CompoundedIcon$23 = typeof Icon$5B & {
2818
2835
  Avatar: typeof Avatar$23;
2819
- Color: typeof Icon$5B;
2820
- Combine: typeof Combine$1X;
2821
- Text: typeof Icon$5z;
2836
+ Text: typeof Text;
2822
2837
  colorPrimary: string;
2823
2838
  title: string;
2824
2839
  };
@@ -2827,13 +2842,17 @@ declare const Icons$23: CompoundedIcon$23;
2827
2842
  type AvatarProps$22 = Omit<RNIconAvatarProps, 'Icon'>;
2828
2843
  declare const Avatar$22: React__default.NamedExoticComponent<AvatarProps$22>;
2829
2844
 
2830
- declare const Icon$5y: React__default.NamedExoticComponent<RNIconProps$1>;
2845
+ type CombineProps$1W = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2846
+ declare const Combine$1X: React__default.NamedExoticComponent<CombineProps$1W>;
2831
2847
 
2832
- declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
2848
+ declare const Icon$5A: React__default.NamedExoticComponent<RNIconProps$1>;
2833
2849
 
2834
- type CompoundedIcon$22 = typeof Icon$5y & {
2850
+ declare const Icon$5z: React__default.NamedExoticComponent<RNIconProps$1>;
2851
+
2852
+ type CompoundedIcon$22 = typeof Icon$5A & {
2835
2853
  Avatar: typeof Avatar$22;
2836
- Text: typeof Text;
2854
+ Combine: typeof Combine$1X;
2855
+ Text: typeof Icon$5z;
2837
2856
  colorPrimary: string;
2838
2857
  title: string;
2839
2858
  };
@@ -2842,6 +2861,8 @@ declare const Icons$22: CompoundedIcon$22;
2842
2861
  type AvatarProps$21 = Omit<RNIconAvatarProps, 'Icon'>;
2843
2862
  declare const Avatar$21: React__default.NamedExoticComponent<AvatarProps$21>;
2844
2863
 
2864
+ declare const Icon$5y: React__default.NamedExoticComponent<RNIconProps$1>;
2865
+
2845
2866
  type CombineProps$1V = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2846
2867
  declare const Combine$1W: React__default.NamedExoticComponent<CombineProps$1V>;
2847
2868
 
@@ -2851,6 +2872,7 @@ declare const Icon$5w: React__default.NamedExoticComponent<RNIconProps$1>;
2851
2872
 
2852
2873
  type CompoundedIcon$21 = typeof Icon$5x & {
2853
2874
  Avatar: typeof Avatar$21;
2875
+ Color: typeof Icon$5y;
2854
2876
  Combine: typeof Combine$1W;
2855
2877
  Text: typeof Icon$5w;
2856
2878
  colorPrimary: string;
@@ -2863,7 +2885,9 @@ declare const Avatar$20: React__default.NamedExoticComponent<AvatarProps$20>;
2863
2885
 
2864
2886
  declare const Icon$5v: React__default.NamedExoticComponent<RNIconProps$1>;
2865
2887
 
2866
- type CombineProps$1U = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2888
+ interface CombineProps$1U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2889
+ type?: 'color' | 'mono';
2890
+ }
2867
2891
  declare const Combine$1V: React__default.NamedExoticComponent<CombineProps$1U>;
2868
2892
 
2869
2893
  declare const Icon$5u: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2875,6 +2899,7 @@ type CompoundedIcon$20 = typeof Icon$5u & {
2875
2899
  Color: typeof Icon$5v;
2876
2900
  Combine: typeof Combine$1V;
2877
2901
  Text: typeof Icon$5t;
2902
+ colorGradient: string;
2878
2903
  colorPrimary: string;
2879
2904
  title: string;
2880
2905
  };
@@ -2899,7 +2924,6 @@ type CompoundedIcon$1$ = typeof Icon$5r & {
2899
2924
  Color: typeof Icon$5s;
2900
2925
  Combine: typeof Combine$1U;
2901
2926
  Text: typeof Icon$5q;
2902
- colorGradient: string;
2903
2927
  colorPrimary: string;
2904
2928
  title: string;
2905
2929
  };
@@ -2924,6 +2948,7 @@ type CompoundedIcon$1_ = typeof Icon$5o & {
2924
2948
  Color: typeof Icon$5p;
2925
2949
  Combine: typeof Combine$1T;
2926
2950
  Text: typeof Icon$5n;
2951
+ colorGradient: string;
2927
2952
  colorPrimary: string;
2928
2953
  title: string;
2929
2954
  };
@@ -2932,23 +2957,17 @@ declare const Icons$1_: CompoundedIcon$1_;
2932
2957
  type AvatarProps$1Z = Omit<RNIconAvatarProps, 'Icon'>;
2933
2958
  declare const Avatar$1Z: React__default.NamedExoticComponent<AvatarProps$1Z>;
2934
2959
 
2935
- declare const Icon$5m: React__default.NamedExoticComponent<RNIconProps$1>;
2936
-
2937
- interface CombineProps$1R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2938
- type?: 'color' | 'mono';
2939
- }
2960
+ type CombineProps$1R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2940
2961
  declare const Combine$1S: React__default.NamedExoticComponent<CombineProps$1R>;
2941
2962
 
2942
- declare const Icon$5l: React__default.NamedExoticComponent<RNIconProps$1>;
2963
+ declare const Icon$5m: React__default.NamedExoticComponent<RNIconProps$1>;
2943
2964
 
2944
- declare const Icon$5k: React__default.NamedExoticComponent<RNIconProps$1>;
2965
+ declare const Icon$5l: React__default.NamedExoticComponent<RNIconProps$1>;
2945
2966
 
2946
- type CompoundedIcon$1Z = typeof Icon$5l & {
2967
+ type CompoundedIcon$1Z = typeof Icon$5m & {
2947
2968
  Avatar: typeof Avatar$1Z;
2948
- Color: typeof Icon$5m;
2949
2969
  Combine: typeof Combine$1S;
2950
- Text: typeof Icon$5k;
2951
- colorGradient: string;
2970
+ Text: typeof Icon$5l;
2952
2971
  colorPrimary: string;
2953
2972
  title: string;
2954
2973
  };
@@ -2957,7 +2976,11 @@ declare const Icons$1Z: CompoundedIcon$1Z;
2957
2976
  type AvatarProps$1Y = Omit<RNIconAvatarProps, 'Icon'>;
2958
2977
  declare const Avatar$1Y: React__default.NamedExoticComponent<AvatarProps$1Y>;
2959
2978
 
2960
- type CombineProps$1Q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2979
+ declare const Icon$5k: React__default.NamedExoticComponent<RNIconProps$1>;
2980
+
2981
+ interface CombineProps$1Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2982
+ type?: 'color' | 'mono';
2983
+ }
2961
2984
  declare const Combine$1R: React__default.NamedExoticComponent<CombineProps$1Q>;
2962
2985
 
2963
2986
  declare const Icon$5j: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -2966,6 +2989,7 @@ declare const Icon$5i: React__default.NamedExoticComponent<RNIconProps$1>;
2966
2989
 
2967
2990
  type CompoundedIcon$1Y = typeof Icon$5j & {
2968
2991
  Avatar: typeof Avatar$1Y;
2992
+ Color: typeof Icon$5k;
2969
2993
  Combine: typeof Combine$1R;
2970
2994
  Text: typeof Icon$5i;
2971
2995
  colorPrimary: string;
@@ -3096,22 +3120,17 @@ declare const Icons$1T: CompoundedIcon$1T;
3096
3120
  type AvatarProps$1S = Omit<RNIconAvatarProps, 'Icon'>;
3097
3121
  declare const Avatar$1S: React__default.NamedExoticComponent<AvatarProps$1S>;
3098
3122
 
3099
- declare const Icon$52: React__default.NamedExoticComponent<RNIconProps$1>;
3100
-
3101
- interface CombineProps$1K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3102
- type?: 'color' | 'mono';
3103
- }
3123
+ type CombineProps$1K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3104
3124
  declare const Combine$1L: React__default.NamedExoticComponent<CombineProps$1K>;
3105
3125
 
3106
- declare const Icon$51: React__default.NamedExoticComponent<RNIconProps$1>;
3126
+ declare const Icon$52: React__default.NamedExoticComponent<RNIconProps$1>;
3107
3127
 
3108
- declare const Icon$50: React__default.NamedExoticComponent<RNIconProps$1>;
3128
+ declare const Icon$51: React__default.NamedExoticComponent<RNIconProps$1>;
3109
3129
 
3110
- type CompoundedIcon$1S = typeof Icon$51 & {
3130
+ type CompoundedIcon$1S = typeof Icon$52 & {
3111
3131
  Avatar: typeof Avatar$1S;
3112
- Color: typeof Icon$52;
3113
3132
  Combine: typeof Combine$1L;
3114
- Text: typeof Icon$50;
3133
+ Text: typeof Icon$51;
3115
3134
  colorPrimary: string;
3116
3135
  title: string;
3117
3136
  };
@@ -3123,14 +3142,14 @@ declare const Avatar$1R: React__default.NamedExoticComponent<AvatarProps$1R>;
3123
3142
  type CombineProps$1J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3124
3143
  declare const Combine$1K: React__default.NamedExoticComponent<CombineProps$1J>;
3125
3144
 
3126
- declare const Icon$4$: React__default.NamedExoticComponent<RNIconProps$1>;
3145
+ declare const Icon$50: React__default.NamedExoticComponent<RNIconProps$1>;
3127
3146
 
3128
- declare const Icon$4_: React__default.NamedExoticComponent<RNIconProps$1>;
3147
+ declare const Icon$4$: React__default.NamedExoticComponent<RNIconProps$1>;
3129
3148
 
3130
- type CompoundedIcon$1R = typeof Icon$4$ & {
3149
+ type CompoundedIcon$1R = typeof Icon$50 & {
3131
3150
  Avatar: typeof Avatar$1R;
3132
3151
  Combine: typeof Combine$1K;
3133
- Text: typeof Icon$4_;
3152
+ Text: typeof Icon$4$;
3134
3153
  colorPrimary: string;
3135
3154
  title: string;
3136
3155
  };
@@ -3139,7 +3158,11 @@ declare const Icons$1R: CompoundedIcon$1R;
3139
3158
  type AvatarProps$1Q = Omit<RNIconAvatarProps, 'Icon'>;
3140
3159
  declare const Avatar$1Q: React__default.NamedExoticComponent<AvatarProps$1Q>;
3141
3160
 
3142
- type CombineProps$1I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3161
+ declare const Icon$4_: React__default.NamedExoticComponent<RNIconProps$1>;
3162
+
3163
+ interface CombineProps$1I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3164
+ type?: 'color' | 'mono';
3165
+ }
3143
3166
  declare const Combine$1J: React__default.NamedExoticComponent<CombineProps$1I>;
3144
3167
 
3145
3168
  declare const Icon$4Z: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3148,6 +3171,7 @@ declare const Icon$4Y: React__default.NamedExoticComponent<RNIconProps$1>;
3148
3171
 
3149
3172
  type CompoundedIcon$1Q = typeof Icon$4Z & {
3150
3173
  Avatar: typeof Avatar$1Q;
3174
+ Color: typeof Icon$4_;
3151
3175
  Combine: typeof Combine$1J;
3152
3176
  Text: typeof Icon$4Y;
3153
3177
  colorPrimary: string;
@@ -3198,6 +3222,7 @@ type CompoundedIcon$1O = typeof Icon$4T & {
3198
3222
  Color: typeof Icon$4U;
3199
3223
  Combine: typeof Combine$1H;
3200
3224
  Text: typeof Icon$4S;
3225
+ colorGradient: string;
3201
3226
  colorPrimary: string;
3202
3227
  title: string;
3203
3228
  };
@@ -3206,22 +3231,19 @@ declare const Icons$1O: CompoundedIcon$1O;
3206
3231
  type AvatarProps$1N = Omit<RNIconAvatarProps, 'Icon'>;
3207
3232
  declare const Avatar$1N: React__default.NamedExoticComponent<AvatarProps$1N>;
3208
3233
 
3209
- declare const Icon$4R: React__default.NamedExoticComponent<RNIconProps$1>;
3210
-
3211
3234
  interface CombineProps$1F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3212
3235
  type?: 'color' | 'mono';
3213
3236
  }
3214
3237
  declare const Combine$1G: React__default.NamedExoticComponent<CombineProps$1F>;
3215
3238
 
3216
- declare const Icon$4Q: React__default.NamedExoticComponent<RNIconProps$1>;
3239
+ declare const Icon$4R: React__default.NamedExoticComponent<RNIconProps$1>;
3217
3240
 
3218
- declare const Icon$4P: React__default.NamedExoticComponent<RNIconProps$1>;
3241
+ declare const Icon$4Q: React__default.NamedExoticComponent<RNIconProps$1>;
3219
3242
 
3220
- type CompoundedIcon$1N = typeof Icon$4Q & {
3243
+ type CompoundedIcon$1N = typeof Icon$4R & {
3221
3244
  Avatar: typeof Avatar$1N;
3222
- Color: typeof Icon$4R;
3223
3245
  Combine: typeof Combine$1G;
3224
- Text: typeof Icon$4P;
3246
+ Text: typeof Icon$4Q;
3225
3247
  colorGradient: string;
3226
3248
  colorPrimary: string;
3227
3249
  title: string;
@@ -3231,6 +3253,8 @@ declare const Icons$1N: CompoundedIcon$1N;
3231
3253
  type AvatarProps$1M = Omit<RNIconAvatarProps, 'Icon'>;
3232
3254
  declare const Avatar$1M: React__default.NamedExoticComponent<AvatarProps$1M>;
3233
3255
 
3256
+ declare const Icon$4P: React__default.NamedExoticComponent<RNIconProps$1>;
3257
+
3234
3258
  interface CombineProps$1E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3235
3259
  type?: 'color' | 'mono';
3236
3260
  }
@@ -3242,9 +3266,9 @@ declare const Icon$4N: React__default.NamedExoticComponent<RNIconProps$1>;
3242
3266
 
3243
3267
  type CompoundedIcon$1M = typeof Icon$4O & {
3244
3268
  Avatar: typeof Avatar$1M;
3269
+ Color: typeof Icon$4P;
3245
3270
  Combine: typeof Combine$1F;
3246
3271
  Text: typeof Icon$4N;
3247
- colorGradient: string;
3248
3272
  colorPrimary: string;
3249
3273
  title: string;
3250
3274
  };
@@ -3293,6 +3317,7 @@ type CompoundedIcon$1K = typeof Icon$4I & {
3293
3317
  Color: typeof Icon$4J;
3294
3318
  Combine: typeof Combine$1D;
3295
3319
  Text: typeof Icon$4H;
3320
+ colorGradient: string;
3296
3321
  colorPrimary: string;
3297
3322
  title: string;
3298
3323
  };
@@ -3301,23 +3326,17 @@ declare const Icons$1K: CompoundedIcon$1K;
3301
3326
  type AvatarProps$1J = Omit<RNIconAvatarProps, 'Icon'>;
3302
3327
  declare const Avatar$1J: React__default.NamedExoticComponent<AvatarProps$1J>;
3303
3328
 
3304
- declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3305
-
3306
- interface CombineProps$1B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3307
- type?: 'color' | 'mono';
3308
- }
3329
+ type CombineProps$1B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3309
3330
  declare const Combine$1C: React__default.NamedExoticComponent<CombineProps$1B>;
3310
3331
 
3311
- declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
3332
+ declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
3312
3333
 
3313
- declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
3334
+ declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
3314
3335
 
3315
- type CompoundedIcon$1J = typeof Icon$4F & {
3336
+ type CompoundedIcon$1J = typeof Icon$4G & {
3316
3337
  Avatar: typeof Avatar$1J;
3317
- Color: typeof Icon$4G;
3318
3338
  Combine: typeof Combine$1C;
3319
- Text: typeof Icon$4E;
3320
- colorGradient: string;
3339
+ Text: typeof Icon$4F;
3321
3340
  colorPrimary: string;
3322
3341
  title: string;
3323
3342
  };
@@ -3326,7 +3345,11 @@ declare const Icons$1J: CompoundedIcon$1J;
3326
3345
  type AvatarProps$1I = Omit<RNIconAvatarProps, 'Icon'>;
3327
3346
  declare const Avatar$1I: React__default.NamedExoticComponent<AvatarProps$1I>;
3328
3347
 
3329
- type CombineProps$1A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3348
+ declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
3349
+
3350
+ interface CombineProps$1A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3351
+ type?: 'color' | 'mono';
3352
+ }
3330
3353
  declare const Combine$1B: React__default.NamedExoticComponent<CombineProps$1A>;
3331
3354
 
3332
3355
  declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3335,6 +3358,7 @@ declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
3335
3358
 
3336
3359
  type CompoundedIcon$1I = typeof Icon$4D & {
3337
3360
  Avatar: typeof Avatar$1I;
3361
+ Color: typeof Icon$4E;
3338
3362
  Combine: typeof Combine$1B;
3339
3363
  Text: typeof Icon$4C;
3340
3364
  colorPrimary: string;
@@ -3345,22 +3369,17 @@ declare const Icons$1I: CompoundedIcon$1I;
3345
3369
  type AvatarProps$1H = Omit<RNIconAvatarProps, 'Icon'>;
3346
3370
  declare const Avatar$1H: React__default.NamedExoticComponent<AvatarProps$1H>;
3347
3371
 
3348
- declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
3349
-
3350
- interface CombineProps$1z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3351
- type?: 'color' | 'mono';
3352
- }
3372
+ type CombineProps$1z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3353
3373
  declare const Combine$1A: React__default.NamedExoticComponent<CombineProps$1z>;
3354
3374
 
3355
- declare const Icon$4A: React__default.NamedExoticComponent<RNIconProps$1>;
3375
+ declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
3356
3376
 
3357
- declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
3377
+ declare const Icon$4A: React__default.NamedExoticComponent<RNIconProps$1>;
3358
3378
 
3359
- type CompoundedIcon$1H = typeof Icon$4A & {
3379
+ type CompoundedIcon$1H = typeof Icon$4B & {
3360
3380
  Avatar: typeof Avatar$1H;
3361
- Color: typeof Icon$4B;
3362
3381
  Combine: typeof Combine$1A;
3363
- Text: typeof Icon$4z;
3382
+ Text: typeof Icon$4A;
3364
3383
  colorPrimary: string;
3365
3384
  title: string;
3366
3385
  };
@@ -3372,14 +3391,14 @@ declare const Avatar$1G: React__default.NamedExoticComponent<AvatarProps$1G>;
3372
3391
  type CombineProps$1y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3373
3392
  declare const Combine$1z: React__default.NamedExoticComponent<CombineProps$1y>;
3374
3393
 
3375
- declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
3394
+ declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
3376
3395
 
3377
- declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
3396
+ declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
3378
3397
 
3379
- type CompoundedIcon$1G = typeof Icon$4y & {
3398
+ type CompoundedIcon$1G = typeof Icon$4z & {
3380
3399
  Avatar: typeof Avatar$1G;
3381
3400
  Combine: typeof Combine$1z;
3382
- Text: typeof Icon$4x;
3401
+ Text: typeof Icon$4y;
3383
3402
  colorPrimary: string;
3384
3403
  title: string;
3385
3404
  };
@@ -3391,14 +3410,14 @@ declare const Avatar$1F: React__default.NamedExoticComponent<AvatarProps$1F>;
3391
3410
  type CombineProps$1x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3392
3411
  declare const Combine$1y: React__default.NamedExoticComponent<CombineProps$1x>;
3393
3412
 
3394
- declare const Icon$4w: React__default.NamedExoticComponent<RNIconProps$1>;
3413
+ declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
3395
3414
 
3396
- declare const Icon$4v: React__default.NamedExoticComponent<RNIconProps$1>;
3415
+ declare const Icon$4w: React__default.NamedExoticComponent<RNIconProps$1>;
3397
3416
 
3398
- type CompoundedIcon$1F = typeof Icon$4w & {
3417
+ type CompoundedIcon$1F = typeof Icon$4x & {
3399
3418
  Avatar: typeof Avatar$1F;
3400
3419
  Combine: typeof Combine$1y;
3401
- Text: typeof Icon$4v;
3420
+ Text: typeof Icon$4w;
3402
3421
  colorPrimary: string;
3403
3422
  title: string;
3404
3423
  };
@@ -3407,7 +3426,11 @@ declare const Icons$1F: CompoundedIcon$1F;
3407
3426
  type AvatarProps$1E = Omit<RNIconAvatarProps, 'Icon'>;
3408
3427
  declare const Avatar$1E: React__default.NamedExoticComponent<AvatarProps$1E>;
3409
3428
 
3410
- type CombineProps$1w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3429
+ declare const Icon$4v: React__default.NamedExoticComponent<RNIconProps$1>;
3430
+
3431
+ interface CombineProps$1w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3432
+ type?: 'color' | 'mono';
3433
+ }
3411
3434
  declare const Combine$1x: React__default.NamedExoticComponent<CombineProps$1w>;
3412
3435
 
3413
3436
  declare const Icon$4u: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3416,6 +3439,7 @@ declare const Icon$4t: React__default.NamedExoticComponent<RNIconProps$1>;
3416
3439
 
3417
3440
  type CompoundedIcon$1E = typeof Icon$4u & {
3418
3441
  Avatar: typeof Avatar$1E;
3442
+ Color: typeof Icon$4v;
3419
3443
  Combine: typeof Combine$1x;
3420
3444
  Text: typeof Icon$4t;
3421
3445
  colorPrimary: string;
@@ -3426,22 +3450,19 @@ declare const Icons$1E: CompoundedIcon$1E;
3426
3450
  type AvatarProps$1D = Omit<RNIconAvatarProps, 'Icon'>;
3427
3451
  declare const Avatar$1D: React__default.NamedExoticComponent<AvatarProps$1D>;
3428
3452
 
3429
- declare const Icon$4s: React__default.NamedExoticComponent<RNIconProps$1>;
3430
-
3431
3453
  interface CombineProps$1v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3432
- type?: 'color' | 'mono';
3454
+ type?: 'mono' | 'color';
3433
3455
  }
3434
3456
  declare const Combine$1w: React__default.NamedExoticComponent<CombineProps$1v>;
3435
3457
 
3436
- declare const Icon$4r: React__default.NamedExoticComponent<RNIconProps$1>;
3458
+ declare const Icon$4s: React__default.NamedExoticComponent<RNIconProps$1>;
3437
3459
 
3438
- declare const Icon$4q: React__default.NamedExoticComponent<RNIconProps$1>;
3460
+ declare const Icon$4r: React__default.NamedExoticComponent<RNIconProps$1>;
3439
3461
 
3440
- type CompoundedIcon$1D = typeof Icon$4r & {
3462
+ type CompoundedIcon$1D = typeof Icon$4s & {
3441
3463
  Avatar: typeof Avatar$1D;
3442
- Color: typeof Icon$4s;
3443
3464
  Combine: typeof Combine$1w;
3444
- Text: typeof Icon$4q;
3465
+ Text: typeof Icon$4r;
3445
3466
  colorPrimary: string;
3446
3467
  title: string;
3447
3468
  };
@@ -3450,19 +3471,29 @@ declare const Icons$1D: CompoundedIcon$1D;
3450
3471
  type AvatarProps$1C = Omit<RNIconAvatarProps, 'Icon'>;
3451
3472
  declare const Avatar$1C: React__default.NamedExoticComponent<AvatarProps$1C>;
3452
3473
 
3474
+ declare const Icon$4q: React__default.NamedExoticComponent<RNIconProps$1>;
3475
+
3476
+ declare const Icon$4p: React__default.NamedExoticComponent<RNIconProps$1>;
3477
+
3478
+ declare const Icon$4o: React__default.NamedExoticComponent<RNIconProps$1>;
3479
+
3453
3480
  interface CombineProps$1u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3454
- type?: 'mono' | 'color';
3481
+ type?: 'color' | 'mono';
3455
3482
  }
3456
3483
  declare const Combine$1v: React__default.NamedExoticComponent<CombineProps$1u>;
3457
3484
 
3458
- declare const Icon$4p: React__default.NamedExoticComponent<RNIconProps$1>;
3485
+ declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
3459
3486
 
3460
- declare const Icon$4o: React__default.NamedExoticComponent<RNIconProps$1>;
3487
+ declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
3461
3488
 
3462
- type CompoundedIcon$1C = typeof Icon$4p & {
3489
+ type CompoundedIcon$1C = typeof Icon$4n & {
3463
3490
  Avatar: typeof Avatar$1C;
3491
+ Brand: typeof Icon$4p;
3492
+ BrandColor: typeof Icon$4q;
3493
+ Color: typeof Icon$4o;
3464
3494
  Combine: typeof Combine$1v;
3465
- Text: typeof Icon$4o;
3495
+ Text: typeof Icon$4m;
3496
+ colorGradient: string;
3466
3497
  colorPrimary: string;
3467
3498
  title: string;
3468
3499
  };
@@ -3471,10 +3502,6 @@ declare const Icons$1C: CompoundedIcon$1C;
3471
3502
  type AvatarProps$1B = Omit<RNIconAvatarProps, 'Icon'>;
3472
3503
  declare const Avatar$1B: React__default.NamedExoticComponent<AvatarProps$1B>;
3473
3504
 
3474
- declare const Icon$4n: React__default.NamedExoticComponent<RNIconProps$1>;
3475
-
3476
- declare const Icon$4m: React__default.NamedExoticComponent<RNIconProps$1>;
3477
-
3478
3505
  declare const Icon$4l: React__default.NamedExoticComponent<RNIconProps$1>;
3479
3506
 
3480
3507
  interface CombineProps$1t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -3488,12 +3515,9 @@ declare const Icon$4j: React__default.NamedExoticComponent<RNIconProps$1>;
3488
3515
 
3489
3516
  type CompoundedIcon$1B = typeof Icon$4k & {
3490
3517
  Avatar: typeof Avatar$1B;
3491
- Brand: typeof Icon$4m;
3492
- BrandColor: typeof Icon$4n;
3493
3518
  Color: typeof Icon$4l;
3494
3519
  Combine: typeof Combine$1u;
3495
3520
  Text: typeof Icon$4j;
3496
- colorGradient: string;
3497
3521
  colorPrimary: string;
3498
3522
  title: string;
3499
3523
  };
@@ -3502,22 +3526,17 @@ declare const Icons$1B: CompoundedIcon$1B;
3502
3526
  type AvatarProps$1A = Omit<RNIconAvatarProps, 'Icon'>;
3503
3527
  declare const Avatar$1A: React__default.NamedExoticComponent<AvatarProps$1A>;
3504
3528
 
3505
- declare const Icon$4i: React__default.NamedExoticComponent<RNIconProps$1>;
3506
-
3507
- interface CombineProps$1s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3508
- type?: 'color' | 'mono';
3509
- }
3529
+ type CombineProps$1s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3510
3530
  declare const Combine$1t: React__default.NamedExoticComponent<CombineProps$1s>;
3511
3531
 
3512
- declare const Icon$4h: React__default.NamedExoticComponent<RNIconProps$1>;
3532
+ declare const Icon$4i: React__default.NamedExoticComponent<RNIconProps$1>;
3513
3533
 
3514
- declare const Icon$4g: React__default.NamedExoticComponent<RNIconProps$1>;
3534
+ declare const Icon$4h: React__default.NamedExoticComponent<RNIconProps$1>;
3515
3535
 
3516
- type CompoundedIcon$1A = typeof Icon$4h & {
3536
+ type CompoundedIcon$1A = typeof Icon$4i & {
3517
3537
  Avatar: typeof Avatar$1A;
3518
- Color: typeof Icon$4i;
3519
3538
  Combine: typeof Combine$1t;
3520
- Text: typeof Icon$4g;
3539
+ Text: typeof Icon$4h;
3521
3540
  colorPrimary: string;
3522
3541
  title: string;
3523
3542
  };
@@ -3526,7 +3545,11 @@ declare const Icons$1A: CompoundedIcon$1A;
3526
3545
  type AvatarProps$1z = Omit<RNIconAvatarProps, 'Icon'>;
3527
3546
  declare const Avatar$1z: React__default.NamedExoticComponent<AvatarProps$1z>;
3528
3547
 
3529
- type CombineProps$1r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3548
+ declare const Icon$4g: React__default.NamedExoticComponent<RNIconProps$1>;
3549
+
3550
+ interface CombineProps$1r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3551
+ type?: 'color' | 'mono';
3552
+ }
3530
3553
  declare const Combine$1s: React__default.NamedExoticComponent<CombineProps$1r>;
3531
3554
 
3532
3555
  declare const Icon$4f: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3535,6 +3558,7 @@ declare const Icon$4e: React__default.NamedExoticComponent<RNIconProps$1>;
3535
3558
 
3536
3559
  type CompoundedIcon$1z = typeof Icon$4f & {
3537
3560
  Avatar: typeof Avatar$1z;
3561
+ Color: typeof Icon$4g;
3538
3562
  Combine: typeof Combine$1s;
3539
3563
  Text: typeof Icon$4e;
3540
3564
  colorPrimary: string;
@@ -3544,23 +3568,18 @@ declare const Icons$1z: CompoundedIcon$1z;
3544
3568
 
3545
3569
  type AvatarProps$1y = Omit<RNIconAvatarProps, 'Icon'>;
3546
3570
  declare const Avatar$1y: React__default.NamedExoticComponent<AvatarProps$1y>;
3547
-
3548
- declare const Icon$4d: React__default.NamedExoticComponent<RNIconProps$1>;
3549
-
3550
- interface CombineProps$1q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3551
- type?: 'color' | 'mono';
3552
- }
3571
+
3572
+ type CombineProps$1q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3553
3573
  declare const Combine$1r: React__default.NamedExoticComponent<CombineProps$1q>;
3554
3574
 
3555
- declare const Icon$4c: React__default.NamedExoticComponent<RNIconProps$1>;
3575
+ declare const Icon$4d: React__default.NamedExoticComponent<RNIconProps$1>;
3556
3576
 
3557
- declare const Icon$4b: React__default.NamedExoticComponent<RNIconProps$1>;
3577
+ declare const Icon$4c: React__default.NamedExoticComponent<RNIconProps$1>;
3558
3578
 
3559
- type CompoundedIcon$1y = typeof Icon$4c & {
3579
+ type CompoundedIcon$1y = typeof Icon$4d & {
3560
3580
  Avatar: typeof Avatar$1y;
3561
- Color: typeof Icon$4d;
3562
3581
  Combine: typeof Combine$1r;
3563
- Text: typeof Icon$4b;
3582
+ Text: typeof Icon$4c;
3564
3583
  colorPrimary: string;
3565
3584
  title: string;
3566
3585
  };
@@ -3569,7 +3588,11 @@ declare const Icons$1y: CompoundedIcon$1y;
3569
3588
  type AvatarProps$1x = Omit<RNIconAvatarProps, 'Icon'>;
3570
3589
  declare const Avatar$1x: React__default.NamedExoticComponent<AvatarProps$1x>;
3571
3590
 
3572
- type CombineProps$1p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3591
+ declare const Icon$4b: React__default.NamedExoticComponent<RNIconProps$1>;
3592
+
3593
+ interface CombineProps$1p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3594
+ type?: 'color' | 'mono';
3595
+ }
3573
3596
  declare const Combine$1q: React__default.NamedExoticComponent<CombineProps$1p>;
3574
3597
 
3575
3598
  declare const Icon$4a: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3578,8 +3601,10 @@ declare const Icon$49: React__default.NamedExoticComponent<RNIconProps$1>;
3578
3601
 
3579
3602
  type CompoundedIcon$1x = typeof Icon$4a & {
3580
3603
  Avatar: typeof Avatar$1x;
3604
+ Color: typeof Icon$4b;
3581
3605
  Combine: typeof Combine$1q;
3582
3606
  Text: typeof Icon$49;
3607
+ colorGradient: string;
3583
3608
  colorPrimary: string;
3584
3609
  title: string;
3585
3610
  };
@@ -3604,7 +3629,6 @@ type CompoundedIcon$1w = typeof Icon$47 & {
3604
3629
  Color: typeof Icon$48;
3605
3630
  Combine: typeof Combine$1p;
3606
3631
  Text: typeof Icon$46;
3607
- colorGradient: string;
3608
3632
  colorPrimary: string;
3609
3633
  title: string;
3610
3634
  };
@@ -3629,6 +3653,7 @@ type CompoundedIcon$1v = typeof Icon$44 & {
3629
3653
  Color: typeof Icon$45;
3630
3654
  Combine: typeof Combine$1o;
3631
3655
  Text: typeof Icon$43;
3656
+ colorGradient: string;
3632
3657
  colorPrimary: string;
3633
3658
  title: string;
3634
3659
  };
@@ -3662,23 +3687,17 @@ declare const Icons$1u: CompoundedIcon$1u;
3662
3687
  type AvatarProps$1t = Omit<RNIconAvatarProps, 'Icon'>;
3663
3688
  declare const Avatar$1t: React__default.NamedExoticComponent<AvatarProps$1t>;
3664
3689
 
3665
- declare const Icon$3$: React__default.NamedExoticComponent<RNIconProps$1>;
3666
-
3667
- interface CombineProps$1l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3668
- type?: 'color' | 'mono';
3669
- }
3690
+ type CombineProps$1l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3670
3691
  declare const Combine$1m: React__default.NamedExoticComponent<CombineProps$1l>;
3671
3692
 
3672
- declare const Icon$3_: React__default.NamedExoticComponent<RNIconProps$1>;
3693
+ declare const Icon$3$: React__default.NamedExoticComponent<RNIconProps$1>;
3673
3694
 
3674
- declare const Icon$3Z: React__default.NamedExoticComponent<RNIconProps$1>;
3695
+ declare const Icon$3_: React__default.NamedExoticComponent<RNIconProps$1>;
3675
3696
 
3676
- type CompoundedIcon$1t = typeof Icon$3_ & {
3697
+ type CompoundedIcon$1t = typeof Icon$3$ & {
3677
3698
  Avatar: typeof Avatar$1t;
3678
- Color: typeof Icon$3$;
3679
3699
  Combine: typeof Combine$1m;
3680
- Text: typeof Icon$3Z;
3681
- colorGradient: string;
3700
+ Text: typeof Icon$3_;
3682
3701
  colorPrimary: string;
3683
3702
  title: string;
3684
3703
  };
@@ -3687,7 +3706,11 @@ declare const Icons$1t: CompoundedIcon$1t;
3687
3706
  type AvatarProps$1s = Omit<RNIconAvatarProps, 'Icon'>;
3688
3707
  declare const Avatar$1s: React__default.NamedExoticComponent<AvatarProps$1s>;
3689
3708
 
3690
- type CombineProps$1k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3709
+ declare const Icon$3Z: React__default.NamedExoticComponent<RNIconProps$1>;
3710
+
3711
+ interface CombineProps$1k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3712
+ type?: 'color' | 'mono';
3713
+ }
3691
3714
  declare const Combine$1l: React__default.NamedExoticComponent<CombineProps$1k>;
3692
3715
 
3693
3716
  declare const Icon$3Y: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3696,6 +3719,7 @@ declare const Icon$3X: React__default.NamedExoticComponent<RNIconProps$1>;
3696
3719
 
3697
3720
  type CompoundedIcon$1s = typeof Icon$3Y & {
3698
3721
  Avatar: typeof Avatar$1s;
3722
+ Color: typeof Icon$3Z;
3699
3723
  Combine: typeof Combine$1l;
3700
3724
  Text: typeof Icon$3X;
3701
3725
  colorPrimary: string;
@@ -3732,20 +3756,11 @@ declare const Avatar$1q: React__default.NamedExoticComponent<AvatarProps$1q>;
3732
3756
 
3733
3757
  declare const Icon$3T: React__default.NamedExoticComponent<RNIconProps$1>;
3734
3758
 
3735
- interface CombineProps$1i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3736
- type?: 'color' | 'mono';
3737
- }
3738
- declare const Combine$1j: React__default.NamedExoticComponent<CombineProps$1i>;
3739
-
3740
3759
  declare const Icon$3S: React__default.NamedExoticComponent<RNIconProps$1>;
3741
3760
 
3742
- declare const Icon$3R: React__default.NamedExoticComponent<RNIconProps$1>;
3743
-
3744
- type CompoundedIcon$1q = typeof Icon$3S & {
3761
+ type CompoundedIcon$1q = typeof Icon$3T & {
3745
3762
  Avatar: typeof Avatar$1q;
3746
- Color: typeof Icon$3T;
3747
- Combine: typeof Combine$1j;
3748
- Text: typeof Icon$3R;
3763
+ Text: typeof Icon$3S;
3749
3764
  colorPrimary: string;
3750
3765
  title: string;
3751
3766
  };
@@ -3754,12 +3769,21 @@ declare const Icons$1q: CompoundedIcon$1q;
3754
3769
  type AvatarProps$1p = Omit<RNIconAvatarProps, 'Icon'>;
3755
3770
  declare const Avatar$1p: React__default.NamedExoticComponent<AvatarProps$1p>;
3756
3771
 
3772
+ declare const Icon$3R: React__default.NamedExoticComponent<RNIconProps$1>;
3773
+
3774
+ interface CombineProps$1i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3775
+ type?: 'color' | 'mono';
3776
+ }
3777
+ declare const Combine$1j: React__default.NamedExoticComponent<CombineProps$1i>;
3778
+
3757
3779
  declare const Icon$3Q: React__default.NamedExoticComponent<RNIconProps$1>;
3758
3780
 
3759
3781
  declare const Icon$3P: React__default.NamedExoticComponent<RNIconProps$1>;
3760
3782
 
3761
3783
  type CompoundedIcon$1p = typeof Icon$3Q & {
3762
3784
  Avatar: typeof Avatar$1p;
3785
+ Color: typeof Icon$3R;
3786
+ Combine: typeof Combine$1j;
3763
3787
  Text: typeof Icon$3P;
3764
3788
  colorPrimary: string;
3765
3789
  title: string;
@@ -3769,22 +3793,17 @@ declare const Icons$1p: CompoundedIcon$1p;
3769
3793
  type AvatarProps$1o = Omit<RNIconAvatarProps, 'Icon'>;
3770
3794
  declare const Avatar$1o: React__default.NamedExoticComponent<AvatarProps$1o>;
3771
3795
 
3772
- declare const Icon$3O: React__default.NamedExoticComponent<RNIconProps$1>;
3773
-
3774
- interface CombineProps$1h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3775
- type?: 'color' | 'mono';
3776
- }
3796
+ type CombineProps$1h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3777
3797
  declare const Combine$1i: React__default.NamedExoticComponent<CombineProps$1h>;
3778
3798
 
3779
- declare const Icon$3N: React__default.NamedExoticComponent<RNIconProps$1>;
3799
+ declare const Icon$3O: React__default.NamedExoticComponent<RNIconProps$1>;
3780
3800
 
3781
- declare const Icon$3M: React__default.NamedExoticComponent<RNIconProps$1>;
3801
+ declare const Icon$3N: React__default.NamedExoticComponent<RNIconProps$1>;
3782
3802
 
3783
- type CompoundedIcon$1o = typeof Icon$3N & {
3803
+ type CompoundedIcon$1o = typeof Icon$3O & {
3784
3804
  Avatar: typeof Avatar$1o;
3785
- Color: typeof Icon$3O;
3786
3805
  Combine: typeof Combine$1i;
3787
- Text: typeof Icon$3M;
3806
+ Text: typeof Icon$3N;
3788
3807
  colorPrimary: string;
3789
3808
  title: string;
3790
3809
  };
@@ -3796,14 +3815,14 @@ declare const Avatar$1n: React__default.NamedExoticComponent<AvatarProps$1n>;
3796
3815
  type CombineProps$1g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3797
3816
  declare const Combine$1h: React__default.NamedExoticComponent<CombineProps$1g>;
3798
3817
 
3799
- declare const Icon$3L: React__default.NamedExoticComponent<RNIconProps$1>;
3818
+ declare const Icon$3M: React__default.NamedExoticComponent<RNIconProps$1>;
3800
3819
 
3801
- declare const Icon$3K: React__default.NamedExoticComponent<RNIconProps$1>;
3820
+ declare const Icon$3L: React__default.NamedExoticComponent<RNIconProps$1>;
3802
3821
 
3803
- type CompoundedIcon$1n = typeof Icon$3L & {
3822
+ type CompoundedIcon$1n = typeof Icon$3M & {
3804
3823
  Avatar: typeof Avatar$1n;
3805
3824
  Combine: typeof Combine$1h;
3806
- Text: typeof Icon$3K;
3825
+ Text: typeof Icon$3L;
3807
3826
  colorPrimary: string;
3808
3827
  title: string;
3809
3828
  };
@@ -3815,14 +3834,14 @@ declare const Avatar$1m: React__default.NamedExoticComponent<AvatarProps$1m>;
3815
3834
  type CombineProps$1f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3816
3835
  declare const Combine$1g: React__default.NamedExoticComponent<CombineProps$1f>;
3817
3836
 
3818
- declare const Icon$3J: React__default.NamedExoticComponent<RNIconProps$1>;
3837
+ declare const Icon$3K: React__default.NamedExoticComponent<RNIconProps$1>;
3819
3838
 
3820
- declare const Icon$3I: React__default.NamedExoticComponent<RNIconProps$1>;
3839
+ declare const Icon$3J: React__default.NamedExoticComponent<RNIconProps$1>;
3821
3840
 
3822
- type CompoundedIcon$1m = typeof Icon$3J & {
3841
+ type CompoundedIcon$1m = typeof Icon$3K & {
3823
3842
  Avatar: typeof Avatar$1m;
3824
3843
  Combine: typeof Combine$1g;
3825
- Text: typeof Icon$3I;
3844
+ Text: typeof Icon$3J;
3826
3845
  colorPrimary: string;
3827
3846
  title: string;
3828
3847
  };
@@ -3831,7 +3850,11 @@ declare const Icons$1m: CompoundedIcon$1m;
3831
3850
  type AvatarProps$1l = Omit<RNIconAvatarProps, 'Icon'>;
3832
3851
  declare const Avatar$1l: React__default.NamedExoticComponent<AvatarProps$1l>;
3833
3852
 
3834
- type CombineProps$1e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3853
+ declare const Icon$3I: React__default.NamedExoticComponent<RNIconProps$1>;
3854
+
3855
+ interface CombineProps$1e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3856
+ type?: 'color' | 'mono';
3857
+ }
3835
3858
  declare const Combine$1f: React__default.NamedExoticComponent<CombineProps$1e>;
3836
3859
 
3837
3860
  declare const Icon$3H: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3840,8 +3863,10 @@ declare const Icon$3G: React__default.NamedExoticComponent<RNIconProps$1>;
3840
3863
 
3841
3864
  type CompoundedIcon$1l = typeof Icon$3H & {
3842
3865
  Avatar: typeof Avatar$1l;
3866
+ Color: typeof Icon$3I;
3843
3867
  Combine: typeof Combine$1f;
3844
3868
  Text: typeof Icon$3G;
3869
+ colorGradient: string;
3845
3870
  colorPrimary: string;
3846
3871
  title: string;
3847
3872
  };
@@ -3850,23 +3875,17 @@ declare const Icons$1l: CompoundedIcon$1l;
3850
3875
  type AvatarProps$1k = Omit<RNIconAvatarProps, 'Icon'>;
3851
3876
  declare const Avatar$1k: React__default.NamedExoticComponent<AvatarProps$1k>;
3852
3877
 
3853
- declare const Icon$3F: React__default.NamedExoticComponent<RNIconProps$1>;
3854
-
3855
- interface CombineProps$1d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3856
- type?: 'color' | 'mono';
3857
- }
3878
+ type CombineProps$1d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3858
3879
  declare const Combine$1e: React__default.NamedExoticComponent<CombineProps$1d>;
3859
3880
 
3860
- declare const Icon$3E: React__default.NamedExoticComponent<RNIconProps$1>;
3881
+ declare const Icon$3F: React__default.NamedExoticComponent<RNIconProps$1>;
3861
3882
 
3862
- declare const Icon$3D: React__default.NamedExoticComponent<RNIconProps$1>;
3883
+ declare const Icon$3E: React__default.NamedExoticComponent<RNIconProps$1>;
3863
3884
 
3864
- type CompoundedIcon$1k = typeof Icon$3E & {
3885
+ type CompoundedIcon$1k = typeof Icon$3F & {
3865
3886
  Avatar: typeof Avatar$1k;
3866
- Color: typeof Icon$3F;
3867
3887
  Combine: typeof Combine$1e;
3868
- Text: typeof Icon$3D;
3869
- colorGradient: string;
3888
+ Text: typeof Icon$3E;
3870
3889
  colorPrimary: string;
3871
3890
  title: string;
3872
3891
  };
@@ -3875,7 +3894,11 @@ declare const Icons$1k: CompoundedIcon$1k;
3875
3894
  type AvatarProps$1j = Omit<RNIconAvatarProps, 'Icon'>;
3876
3895
  declare const Avatar$1j: React__default.NamedExoticComponent<AvatarProps$1j>;
3877
3896
 
3878
- type CombineProps$1c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3897
+ declare const Icon$3D: React__default.NamedExoticComponent<RNIconProps$1>;
3898
+
3899
+ interface CombineProps$1c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3900
+ type?: 'color' | 'mono';
3901
+ }
3879
3902
  declare const Combine$1d: React__default.NamedExoticComponent<CombineProps$1c>;
3880
3903
 
3881
3904
  declare const Icon$3C: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3884,6 +3907,7 @@ declare const Icon$3B: React__default.NamedExoticComponent<RNIconProps$1>;
3884
3907
 
3885
3908
  type CompoundedIcon$1j = typeof Icon$3C & {
3886
3909
  Avatar: typeof Avatar$1j;
3910
+ Color: typeof Icon$3D;
3887
3911
  Combine: typeof Combine$1d;
3888
3912
  Text: typeof Icon$3B;
3889
3913
  colorPrimary: string;
@@ -3942,52 +3966,58 @@ declare const Icons$1h: CompoundedIcon$1h;
3942
3966
  type AvatarProps$1g = Omit<RNIconAvatarProps, 'Icon'>;
3943
3967
  declare const Avatar$1g: React__default.NamedExoticComponent<AvatarProps$1g>;
3944
3968
 
3945
- declare const Icon$3u: React__default.NamedExoticComponent<RNIconProps$1>;
3946
-
3947
- interface CombineProps$19 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
3948
- type?: 'color' | 'mono';
3949
- }
3969
+ type CombineProps$19 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3950
3970
  declare const Combine$1a: React__default.NamedExoticComponent<CombineProps$19>;
3951
3971
 
3952
- declare const Icon$3t: React__default.NamedExoticComponent<RNIconProps$1>;
3972
+ declare const Icon$3u: React__default.NamedExoticComponent<RNIconProps$1>;
3953
3973
 
3954
- declare const Icon$3s: React__default.NamedExoticComponent<RNIconProps$1>;
3974
+ declare const Icon$3t: React__default.NamedExoticComponent<RNIconProps$1>;
3955
3975
 
3956
- type CompoundedIcon$1g = typeof Icon$3t & {
3976
+ type CompoundedIcon$1g = typeof Icon$3u & {
3957
3977
  Avatar: typeof Avatar$1g;
3958
- Color: typeof Icon$3u;
3959
3978
  Combine: typeof Combine$1a;
3960
- Text: typeof Icon$3s;
3979
+ Text: typeof Icon$3t;
3961
3980
  colorPrimary: string;
3962
3981
  title: string;
3963
3982
  };
3964
3983
  declare const Icons$1g: CompoundedIcon$1g;
3965
3984
 
3966
- type AvatarProps$1f = Omit<RNIconAvatarProps, 'Icon'>;
3967
- declare const Avatar$1f: React__default.NamedExoticComponent<AvatarProps$1f>;
3985
+ interface AvatarProps$1f extends Omit<RNIconAvatarProps, 'Icon'> {
3986
+ type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
3987
+ }
3988
+ declare const Avatar$1f: React.NamedExoticComponent<AvatarProps$1f>;
3968
3989
 
3969
3990
  type CombineProps$18 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
3970
3991
  declare const Combine$19: React__default.NamedExoticComponent<CombineProps$18>;
3971
3992
 
3972
- declare const Icon$3r: React__default.NamedExoticComponent<RNIconProps$1>;
3993
+ declare const Icon$3s: React__default.NamedExoticComponent<RNIconProps$1>;
3973
3994
 
3974
- declare const Icon$3q: React__default.NamedExoticComponent<RNIconProps$1>;
3995
+ declare const Icon$3r: React__default.NamedExoticComponent<RNIconProps$1>;
3975
3996
 
3976
- type CompoundedIcon$1f = typeof Icon$3r & {
3997
+ type CompoundedIcon$1f = typeof Icon$3s & {
3977
3998
  Avatar: typeof Avatar$1f;
3978
3999
  Combine: typeof Combine$19;
3979
- Text: typeof Icon$3q;
4000
+ Text: typeof Icon$3r;
4001
+ colorGpt3: string;
4002
+ colorGpt4: string;
4003
+ colorGpt5?: string;
4004
+ colorO1: string;
4005
+ colorO3: string;
4006
+ colorOss?: string;
4007
+ colorPlatform?: string;
3980
4008
  colorPrimary: string;
3981
4009
  title: string;
3982
4010
  };
3983
4011
  declare const Icons$1f: CompoundedIcon$1f;
3984
4012
 
3985
- interface AvatarProps$1e extends Omit<RNIconAvatarProps, 'Icon'> {
3986
- type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
3987
- }
3988
- declare const Avatar$1e: React.NamedExoticComponent<AvatarProps$1e>;
4013
+ type AvatarProps$1e = Omit<RNIconAvatarProps, 'Icon'>;
4014
+ declare const Avatar$1e: React__default.NamedExoticComponent<AvatarProps$1e>;
4015
+
4016
+ declare const Icon$3q: React__default.NamedExoticComponent<RNIconProps$1>;
3989
4017
 
3990
- type CombineProps$17 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4018
+ interface CombineProps$17 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4019
+ type?: 'color' | 'mono';
4020
+ }
3991
4021
  declare const Combine$18: React__default.NamedExoticComponent<CombineProps$17>;
3992
4022
 
3993
4023
  declare const Icon$3p: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -3996,15 +4026,9 @@ declare const Icon$3o: React__default.NamedExoticComponent<RNIconProps$1>;
3996
4026
 
3997
4027
  type CompoundedIcon$1e = typeof Icon$3p & {
3998
4028
  Avatar: typeof Avatar$1e;
4029
+ Color: typeof Icon$3q;
3999
4030
  Combine: typeof Combine$18;
4000
4031
  Text: typeof Icon$3o;
4001
- colorGpt3: string;
4002
- colorGpt4: string;
4003
- colorGpt5?: string;
4004
- colorO1: string;
4005
- colorO3: string;
4006
- colorOss?: string;
4007
- colorPlatform?: string;
4008
4032
  colorPrimary: string;
4009
4033
  title: string;
4010
4034
  };
@@ -4013,22 +4037,19 @@ declare const Icons$1e: CompoundedIcon$1e;
4013
4037
  type AvatarProps$1d = Omit<RNIconAvatarProps, 'Icon'>;
4014
4038
  declare const Avatar$1d: React__default.NamedExoticComponent<AvatarProps$1d>;
4015
4039
 
4016
- declare const Icon$3n: React__default.NamedExoticComponent<RNIconProps$1>;
4017
-
4018
4040
  interface CombineProps$16 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4019
- type?: 'color' | 'mono';
4041
+ type?: 'mono' | 'color';
4020
4042
  }
4021
4043
  declare const Combine$17: React__default.NamedExoticComponent<CombineProps$16>;
4022
4044
 
4023
- declare const Icon$3m: React__default.NamedExoticComponent<RNIconProps$1>;
4045
+ declare const Icon$3n: React__default.NamedExoticComponent<RNIconProps$1>;
4024
4046
 
4025
- declare const Icon$3l: React__default.NamedExoticComponent<RNIconProps$1>;
4047
+ declare const Icon$3m: React__default.NamedExoticComponent<RNIconProps$1>;
4026
4048
 
4027
- type CompoundedIcon$1d = typeof Icon$3m & {
4049
+ type CompoundedIcon$1d = typeof Icon$3n & {
4028
4050
  Avatar: typeof Avatar$1d;
4029
- Color: typeof Icon$3n;
4030
4051
  Combine: typeof Combine$17;
4031
- Text: typeof Icon$3l;
4052
+ Text: typeof Icon$3m;
4032
4053
  colorPrimary: string;
4033
4054
  title: string;
4034
4055
  };
@@ -4037,19 +4058,17 @@ declare const Icons$1d: CompoundedIcon$1d;
4037
4058
  type AvatarProps$1c = Omit<RNIconAvatarProps, 'Icon'>;
4038
4059
  declare const Avatar$1c: React__default.NamedExoticComponent<AvatarProps$1c>;
4039
4060
 
4040
- interface CombineProps$15 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4041
- type?: 'mono' | 'color';
4042
- }
4061
+ type CombineProps$15 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4043
4062
  declare const Combine$16: React__default.NamedExoticComponent<CombineProps$15>;
4044
4063
 
4045
- declare const Icon$3k: React__default.NamedExoticComponent<RNIconProps$1>;
4064
+ declare const Icon$3l: React__default.NamedExoticComponent<RNIconProps$1>;
4046
4065
 
4047
- declare const Icon$3j: React__default.NamedExoticComponent<RNIconProps$1>;
4066
+ declare const Icon$3k: React__default.NamedExoticComponent<RNIconProps$1>;
4048
4067
 
4049
- type CompoundedIcon$1c = typeof Icon$3k & {
4068
+ type CompoundedIcon$1c = typeof Icon$3l & {
4050
4069
  Avatar: typeof Avatar$1c;
4051
4070
  Combine: typeof Combine$16;
4052
- Text: typeof Icon$3j;
4071
+ Text: typeof Icon$3k;
4053
4072
  colorPrimary: string;
4054
4073
  title: string;
4055
4074
  };
@@ -4058,7 +4077,11 @@ declare const Icons$1c: CompoundedIcon$1c;
4058
4077
  type AvatarProps$1b = Omit<RNIconAvatarProps, 'Icon'>;
4059
4078
  declare const Avatar$1b: React__default.NamedExoticComponent<AvatarProps$1b>;
4060
4079
 
4061
- type CombineProps$14 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4080
+ declare const Icon$3j: React__default.NamedExoticComponent<RNIconProps$1>;
4081
+
4082
+ interface CombineProps$14 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4083
+ type?: 'color' | 'mono';
4084
+ }
4062
4085
  declare const Combine$15: React__default.NamedExoticComponent<CombineProps$14>;
4063
4086
 
4064
4087
  declare const Icon$3i: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4067,6 +4090,7 @@ declare const Icon$3h: React__default.NamedExoticComponent<RNIconProps$1>;
4067
4090
 
4068
4091
  type CompoundedIcon$1b = typeof Icon$3i & {
4069
4092
  Avatar: typeof Avatar$1b;
4093
+ Color: typeof Icon$3j;
4070
4094
  Combine: typeof Combine$15;
4071
4095
  Text: typeof Icon$3h;
4072
4096
  colorPrimary: string;
@@ -4077,22 +4101,17 @@ declare const Icons$1b: CompoundedIcon$1b;
4077
4101
  type AvatarProps$1a = Omit<RNIconAvatarProps, 'Icon'>;
4078
4102
  declare const Avatar$1a: React__default.NamedExoticComponent<AvatarProps$1a>;
4079
4103
 
4080
- declare const Icon$3g: React__default.NamedExoticComponent<RNIconProps$1>;
4081
-
4082
- interface CombineProps$13 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4083
- type?: 'color' | 'mono';
4084
- }
4104
+ type CombineProps$13 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4085
4105
  declare const Combine$14: React__default.NamedExoticComponent<CombineProps$13>;
4086
4106
 
4087
- declare const Icon$3f: React__default.NamedExoticComponent<RNIconProps$1>;
4107
+ declare const Icon$3g: React__default.NamedExoticComponent<RNIconProps$1>;
4088
4108
 
4089
- declare const Icon$3e: React__default.NamedExoticComponent<RNIconProps$1>;
4109
+ declare const Icon$3f: React__default.NamedExoticComponent<RNIconProps$1>;
4090
4110
 
4091
- type CompoundedIcon$1a = typeof Icon$3f & {
4111
+ type CompoundedIcon$1a = typeof Icon$3g & {
4092
4112
  Avatar: typeof Avatar$1a;
4093
- Color: typeof Icon$3g;
4094
4113
  Combine: typeof Combine$14;
4095
- Text: typeof Icon$3e;
4114
+ Text: typeof Icon$3f;
4096
4115
  colorPrimary: string;
4097
4116
  title: string;
4098
4117
  };
@@ -4101,7 +4120,11 @@ declare const Icons$1a: CompoundedIcon$1a;
4101
4120
  type AvatarProps$19 = Omit<RNIconAvatarProps, 'Icon'>;
4102
4121
  declare const Avatar$19: React__default.NamedExoticComponent<AvatarProps$19>;
4103
4122
 
4104
- type CombineProps$12 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4123
+ declare const Icon$3e: React__default.NamedExoticComponent<RNIconProps$1>;
4124
+
4125
+ interface CombineProps$12 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4126
+ type?: 'color' | 'mono';
4127
+ }
4105
4128
  declare const Combine$13: React__default.NamedExoticComponent<CombineProps$12>;
4106
4129
 
4107
4130
  declare const Icon$3d: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4110,6 +4133,7 @@ declare const Icon$3c: React__default.NamedExoticComponent<RNIconProps$1>;
4110
4133
 
4111
4134
  type CompoundedIcon$19 = typeof Icon$3d & {
4112
4135
  Avatar: typeof Avatar$19;
4136
+ Color: typeof Icon$3e;
4113
4137
  Combine: typeof Combine$13;
4114
4138
  Text: typeof Icon$3c;
4115
4139
  colorPrimary: string;
@@ -4144,22 +4168,17 @@ declare const Icons$18: CompoundedIcon$18;
4144
4168
  type AvatarProps$17 = Omit<RNIconAvatarProps, 'Icon'>;
4145
4169
  declare const Avatar$17: React__default.NamedExoticComponent<AvatarProps$17>;
4146
4170
 
4147
- declare const Icon$38: React__default.NamedExoticComponent<RNIconProps$1>;
4148
-
4149
- interface CombineProps$10 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4150
- type?: 'color' | 'mono';
4151
- }
4171
+ type CombineProps$10 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4152
4172
  declare const Combine$11: React__default.NamedExoticComponent<CombineProps$10>;
4153
4173
 
4154
- declare const Icon$37: React__default.NamedExoticComponent<RNIconProps$1>;
4174
+ declare const Icon$38: React__default.NamedExoticComponent<RNIconProps$1>;
4155
4175
 
4156
- declare const Icon$36: React__default.NamedExoticComponent<RNIconProps$1>;
4176
+ declare const Icon$37: React__default.NamedExoticComponent<RNIconProps$1>;
4157
4177
 
4158
- type CompoundedIcon$17 = typeof Icon$37 & {
4178
+ type CompoundedIcon$17 = typeof Icon$38 & {
4159
4179
  Avatar: typeof Avatar$17;
4160
- Color: typeof Icon$38;
4161
4180
  Combine: typeof Combine$11;
4162
- Text: typeof Icon$36;
4181
+ Text: typeof Icon$37;
4163
4182
  colorPrimary: string;
4164
4183
  title: string;
4165
4184
  };
@@ -4171,14 +4190,14 @@ declare const Avatar$16: React__default.NamedExoticComponent<AvatarProps$16>;
4171
4190
  type CombineProps$$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4172
4191
  declare const Combine$10: React__default.NamedExoticComponent<CombineProps$$>;
4173
4192
 
4174
- declare const Icon$35: React__default.NamedExoticComponent<RNIconProps$1>;
4193
+ declare const Icon$36: React__default.NamedExoticComponent<RNIconProps$1>;
4175
4194
 
4176
- declare const Icon$34: React__default.NamedExoticComponent<RNIconProps$1>;
4195
+ declare const Icon$35: React__default.NamedExoticComponent<RNIconProps$1>;
4177
4196
 
4178
- type CompoundedIcon$16 = typeof Icon$35 & {
4197
+ type CompoundedIcon$16 = typeof Icon$36 & {
4179
4198
  Avatar: typeof Avatar$16;
4180
4199
  Combine: typeof Combine$10;
4181
- Text: typeof Icon$34;
4200
+ Text: typeof Icon$35;
4182
4201
  colorPrimary: string;
4183
4202
  title: string;
4184
4203
  };
@@ -4187,7 +4206,11 @@ declare const Icons$16: CompoundedIcon$16;
4187
4206
  type AvatarProps$15 = Omit<RNIconAvatarProps, 'Icon'>;
4188
4207
  declare const Avatar$15: React__default.NamedExoticComponent<AvatarProps$15>;
4189
4208
 
4190
- type CombineProps$_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4209
+ declare const Icon$34: React__default.NamedExoticComponent<RNIconProps$1>;
4210
+
4211
+ interface CombineProps$_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4212
+ type?: 'color' | 'mono';
4213
+ }
4191
4214
  declare const Combine$$: React__default.NamedExoticComponent<CombineProps$_>;
4192
4215
 
4193
4216
  declare const Icon$33: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4196,8 +4219,10 @@ declare const Icon$32: React__default.NamedExoticComponent<RNIconProps$1>;
4196
4219
 
4197
4220
  type CompoundedIcon$15 = typeof Icon$33 & {
4198
4221
  Avatar: typeof Avatar$15;
4222
+ Color: typeof Icon$34;
4199
4223
  Combine: typeof Combine$$;
4200
4224
  Text: typeof Icon$32;
4225
+ colorGradient: string;
4201
4226
  colorPrimary: string;
4202
4227
  title: string;
4203
4228
  };
@@ -4222,7 +4247,6 @@ type CompoundedIcon$14 = typeof Icon$30 & {
4222
4247
  Color: typeof Icon$31;
4223
4248
  Combine: typeof Combine$_;
4224
4249
  Text: typeof Icon$2$;
4225
- colorGradient: string;
4226
4250
  colorPrimary: string;
4227
4251
  title: string;
4228
4252
  };
@@ -4255,22 +4279,17 @@ declare const Icons$13: CompoundedIcon$13;
4255
4279
  type AvatarProps$12 = Omit<RNIconAvatarProps, 'Icon'>;
4256
4280
  declare const Avatar$12: React__default.NamedExoticComponent<AvatarProps$12>;
4257
4281
 
4258
- declare const Icon$2X: React__default.NamedExoticComponent<RNIconProps$1>;
4259
-
4260
- interface CombineProps$X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4261
- type?: 'color' | 'mono';
4262
- }
4282
+ type CombineProps$X = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4263
4283
  declare const Combine$Y: React__default.NamedExoticComponent<CombineProps$X>;
4264
4284
 
4265
- declare const Icon$2W: React__default.NamedExoticComponent<RNIconProps$1>;
4285
+ declare const Icon$2X: React__default.NamedExoticComponent<RNIconProps$1>;
4266
4286
 
4267
- declare const Icon$2V: React__default.NamedExoticComponent<RNIconProps$1>;
4287
+ declare const Icon$2W: React__default.NamedExoticComponent<RNIconProps$1>;
4268
4288
 
4269
- type CompoundedIcon$12 = typeof Icon$2W & {
4289
+ type CompoundedIcon$12 = typeof Icon$2X & {
4270
4290
  Avatar: typeof Avatar$12;
4271
- Color: typeof Icon$2X;
4272
4291
  Combine: typeof Combine$Y;
4273
- Text: typeof Icon$2V;
4292
+ Text: typeof Icon$2W;
4274
4293
  colorPrimary: string;
4275
4294
  title: string;
4276
4295
  };
@@ -4279,17 +4298,25 @@ declare const Icons$12: CompoundedIcon$12;
4279
4298
  type AvatarProps$11 = Omit<RNIconAvatarProps, 'Icon'>;
4280
4299
  declare const Avatar$11: React__default.NamedExoticComponent<AvatarProps$11>;
4281
4300
 
4282
- type CombineProps$W = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4301
+ declare const Icon$2V: React__default.NamedExoticComponent<RNIconProps$1>;
4302
+
4303
+ interface CombineProps$W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4304
+ type?: 'color' | 'mono';
4305
+ }
4283
4306
  declare const Combine$X: React__default.NamedExoticComponent<CombineProps$W>;
4284
4307
 
4285
4308
  declare const Icon$2U: React__default.NamedExoticComponent<RNIconProps$1>;
4286
4309
 
4287
4310
  declare const Icon$2T: React__default.NamedExoticComponent<RNIconProps$1>;
4288
4311
 
4312
+ declare const Icon$2S: React__default.NamedExoticComponent<RNIconProps$1>;
4313
+
4289
4314
  type CompoundedIcon$11 = typeof Icon$2U & {
4290
4315
  Avatar: typeof Avatar$11;
4316
+ Color: typeof Icon$2V;
4291
4317
  Combine: typeof Combine$X;
4292
4318
  Text: typeof Icon$2T;
4319
+ TextCn: typeof Icon$2S;
4293
4320
  colorPrimary: string;
4294
4321
  title: string;
4295
4322
  };
@@ -4298,25 +4325,22 @@ declare const Icons$11: CompoundedIcon$11;
4298
4325
  type AvatarProps$10 = Omit<RNIconAvatarProps, 'Icon'>;
4299
4326
  declare const Avatar$10: React__default.NamedExoticComponent<AvatarProps$10>;
4300
4327
 
4301
- declare const Icon$2S: React__default.NamedExoticComponent<RNIconProps$1>;
4328
+ declare const Icon$2R: React__default.NamedExoticComponent<RNIconProps$1>;
4302
4329
 
4303
4330
  interface CombineProps$V extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4304
4331
  type?: 'color' | 'mono';
4305
4332
  }
4306
4333
  declare const Combine$W: React__default.NamedExoticComponent<CombineProps$V>;
4307
4334
 
4308
- declare const Icon$2R: React__default.NamedExoticComponent<RNIconProps$1>;
4309
-
4310
4335
  declare const Icon$2Q: React__default.NamedExoticComponent<RNIconProps$1>;
4311
4336
 
4312
4337
  declare const Icon$2P: React__default.NamedExoticComponent<RNIconProps$1>;
4313
4338
 
4314
- type CompoundedIcon$10 = typeof Icon$2R & {
4339
+ type CompoundedIcon$10 = typeof Icon$2Q & {
4315
4340
  Avatar: typeof Avatar$10;
4316
- Color: typeof Icon$2S;
4341
+ Color: typeof Icon$2R;
4317
4342
  Combine: typeof Combine$W;
4318
- Text: typeof Icon$2Q;
4319
- TextCn: typeof Icon$2P;
4343
+ Text: typeof Icon$2P;
4320
4344
  colorPrimary: string;
4321
4345
  title: string;
4322
4346
  };
@@ -4389,6 +4413,7 @@ type CompoundedIcon$Z = typeof Icon$2H & {
4389
4413
  Color: typeof Icon$2I;
4390
4414
  Combine: typeof Combine$T;
4391
4415
  Text: typeof Icon$2G;
4416
+ colorGradient: string;
4392
4417
  colorPrimary: string;
4393
4418
  title: string;
4394
4419
  };
@@ -4397,22 +4422,17 @@ declare const Icons$Z: CompoundedIcon$Z;
4397
4422
  type AvatarProps$Y = Omit<RNIconAvatarProps, 'Icon'>;
4398
4423
  declare const Avatar$Y: React__default.NamedExoticComponent<AvatarProps$Y>;
4399
4424
 
4400
- declare const Icon$2F: React__default.NamedExoticComponent<RNIconProps$1>;
4401
-
4402
- interface CombineProps$R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4403
- type?: 'color' | 'mono';
4404
- }
4425
+ type CombineProps$R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4405
4426
  declare const Combine$S: React__default.NamedExoticComponent<CombineProps$R>;
4406
4427
 
4407
- declare const Icon$2E: React__default.NamedExoticComponent<RNIconProps$1>;
4428
+ declare const Icon$2F: React__default.NamedExoticComponent<RNIconProps$1>;
4408
4429
 
4409
- declare const Icon$2D: React__default.NamedExoticComponent<RNIconProps$1>;
4430
+ declare const Icon$2E: React__default.NamedExoticComponent<RNIconProps$1>;
4410
4431
 
4411
- type CompoundedIcon$Y = typeof Icon$2E & {
4432
+ type CompoundedIcon$Y = typeof Icon$2F & {
4412
4433
  Avatar: typeof Avatar$Y;
4413
- Color: typeof Icon$2F;
4414
4434
  Combine: typeof Combine$S;
4415
- Text: typeof Icon$2D;
4435
+ Text: typeof Icon$2E;
4416
4436
  colorGradient: string;
4417
4437
  colorPrimary: string;
4418
4438
  title: string;
@@ -4425,15 +4445,14 @@ declare const Avatar$X: React__default.NamedExoticComponent<AvatarProps$X>;
4425
4445
  type CombineProps$Q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4426
4446
  declare const Combine$R: React__default.NamedExoticComponent<CombineProps$Q>;
4427
4447
 
4428
- declare const Icon$2C: React__default.NamedExoticComponent<RNIconProps$1>;
4448
+ declare const Icon$2D: React__default.NamedExoticComponent<RNIconProps$1>;
4429
4449
 
4430
- declare const Icon$2B: React__default.NamedExoticComponent<RNIconProps$1>;
4450
+ declare const Icon$2C: React__default.NamedExoticComponent<RNIconProps$1>;
4431
4451
 
4432
- type CompoundedIcon$X = typeof Icon$2C & {
4452
+ type CompoundedIcon$X = typeof Icon$2D & {
4433
4453
  Avatar: typeof Avatar$X;
4434
4454
  Combine: typeof Combine$R;
4435
- Text: typeof Icon$2B;
4436
- colorGradient: string;
4455
+ Text: typeof Icon$2C;
4437
4456
  colorPrimary: string;
4438
4457
  title: string;
4439
4458
  };
@@ -4442,17 +4461,13 @@ declare const Icons$X: CompoundedIcon$X;
4442
4461
  type AvatarProps$W = Omit<RNIconAvatarProps, 'Icon'>;
4443
4462
  declare const Avatar$W: React__default.NamedExoticComponent<AvatarProps$W>;
4444
4463
 
4445
- type CombineProps$P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4446
- declare const Combine$Q: React__default.NamedExoticComponent<CombineProps$P>;
4464
+ declare const Icon$2B: React__default.NamedExoticComponent<RNIconProps$1>;
4447
4465
 
4448
4466
  declare const Icon$2A: React__default.NamedExoticComponent<RNIconProps$1>;
4449
4467
 
4450
- declare const Icon$2z: React__default.NamedExoticComponent<RNIconProps$1>;
4451
-
4452
4468
  type CompoundedIcon$W = typeof Icon$2A & {
4453
4469
  Avatar: typeof Avatar$W;
4454
- Combine: typeof Combine$Q;
4455
- Text: typeof Icon$2z;
4470
+ Brand: typeof Icon$2B;
4456
4471
  colorPrimary: string;
4457
4472
  title: string;
4458
4473
  };
@@ -4461,13 +4476,22 @@ declare const Icons$W: CompoundedIcon$W;
4461
4476
  type AvatarProps$V = Omit<RNIconAvatarProps, 'Icon'>;
4462
4477
  declare const Avatar$V: React__default.NamedExoticComponent<AvatarProps$V>;
4463
4478
 
4479
+ declare const Icon$2z: React__default.NamedExoticComponent<RNIconProps$1>;
4480
+
4481
+ interface CombineProps$P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4482
+ type?: 'color' | 'mono';
4483
+ }
4484
+ declare const Combine$Q: React__default.NamedExoticComponent<CombineProps$P>;
4485
+
4464
4486
  declare const Icon$2y: React__default.NamedExoticComponent<RNIconProps$1>;
4465
4487
 
4466
4488
  declare const Icon$2x: React__default.NamedExoticComponent<RNIconProps$1>;
4467
4489
 
4468
- type CompoundedIcon$V = typeof Icon$2x & {
4490
+ type CompoundedIcon$V = typeof Icon$2y & {
4469
4491
  Avatar: typeof Avatar$V;
4470
- Brand: typeof Icon$2y;
4492
+ Color: typeof Icon$2z;
4493
+ Combine: typeof Combine$Q;
4494
+ Text: typeof Icon$2x;
4471
4495
  colorPrimary: string;
4472
4496
  title: string;
4473
4497
  };
@@ -4500,22 +4524,17 @@ declare const Icons$U: CompoundedIcon$U;
4500
4524
  type AvatarProps$T = Omit<RNIconAvatarProps, 'Icon'>;
4501
4525
  declare const Avatar$T: React__default.NamedExoticComponent<AvatarProps$T>;
4502
4526
 
4503
- declare const Icon$2t: React__default.NamedExoticComponent<RNIconProps$1>;
4504
-
4505
- interface CombineProps$N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4506
- type?: 'color' | 'mono';
4507
- }
4527
+ type CombineProps$N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4508
4528
  declare const Combine$O: React__default.NamedExoticComponent<CombineProps$N>;
4509
4529
 
4510
- declare const Icon$2s: React__default.NamedExoticComponent<RNIconProps$1>;
4530
+ declare const Icon$2t: React__default.NamedExoticComponent<RNIconProps$1>;
4511
4531
 
4512
- declare const Icon$2r: React__default.NamedExoticComponent<RNIconProps$1>;
4532
+ declare const Icon$2s: React__default.NamedExoticComponent<RNIconProps$1>;
4513
4533
 
4514
- type CompoundedIcon$T = typeof Icon$2s & {
4534
+ type CompoundedIcon$T = typeof Icon$2t & {
4515
4535
  Avatar: typeof Avatar$T;
4516
- Color: typeof Icon$2t;
4517
4536
  Combine: typeof Combine$O;
4518
- Text: typeof Icon$2r;
4537
+ Text: typeof Icon$2s;
4519
4538
  colorPrimary: string;
4520
4539
  title: string;
4521
4540
  };
@@ -4524,7 +4543,11 @@ declare const Icons$T: CompoundedIcon$T;
4524
4543
  type AvatarProps$S = Omit<RNIconAvatarProps, 'Icon'>;
4525
4544
  declare const Avatar$S: React__default.NamedExoticComponent<AvatarProps$S>;
4526
4545
 
4527
- type CombineProps$M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4546
+ declare const Icon$2r: React__default.NamedExoticComponent<RNIconProps$1>;
4547
+
4548
+ interface CombineProps$M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4549
+ type?: 'color' | 'mono';
4550
+ }
4528
4551
  declare const Combine$N: React__default.NamedExoticComponent<CombineProps$M>;
4529
4552
 
4530
4553
  declare const Icon$2q: React__default.NamedExoticComponent<RNIconProps$1>;
@@ -4533,8 +4556,10 @@ declare const Icon$2p: React__default.NamedExoticComponent<RNIconProps$1>;
4533
4556
 
4534
4557
  type CompoundedIcon$S = typeof Icon$2q & {
4535
4558
  Avatar: typeof Avatar$S;
4559
+ Color: typeof Icon$2r;
4536
4560
  Combine: typeof Combine$N;
4537
4561
  Text: typeof Icon$2p;
4562
+ colorGradient: string;
4538
4563
  colorPrimary: string;
4539
4564
  title: string;
4540
4565
  };
@@ -4559,7 +4584,6 @@ type CompoundedIcon$R = typeof Icon$2n & {
4559
4584
  Color: typeof Icon$2o;
4560
4585
  Combine: typeof Combine$M;
4561
4586
  Text: typeof Icon$2m;
4562
- colorGradient: string;
4563
4587
  colorPrimary: string;
4564
4588
  title: string;
4565
4589
  };
@@ -4592,22 +4616,17 @@ declare const Icons$Q: CompoundedIcon$Q;
4592
4616
  type AvatarProps$P = Omit<RNIconAvatarProps, 'Icon'>;
4593
4617
  declare const Avatar$P: React__default.NamedExoticComponent<AvatarProps$P>;
4594
4618
 
4595
- declare const Icon$2i: React__default.NamedExoticComponent<RNIconProps$1>;
4596
-
4597
- interface CombineProps$J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4598
- type?: 'color' | 'mono';
4599
- }
4619
+ type CombineProps$J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4600
4620
  declare const Combine$K: React__default.NamedExoticComponent<CombineProps$J>;
4601
4621
 
4602
- declare const Icon$2h: React__default.NamedExoticComponent<RNIconProps$1>;
4622
+ declare const Icon$2i: React__default.NamedExoticComponent<RNIconProps$1>;
4603
4623
 
4604
- declare const Icon$2g: React__default.NamedExoticComponent<RNIconProps$1>;
4624
+ declare const Icon$2h: React__default.NamedExoticComponent<RNIconProps$1>;
4605
4625
 
4606
- type CompoundedIcon$P = typeof Icon$2h & {
4626
+ type CompoundedIcon$P = typeof Icon$2i & {
4607
4627
  Avatar: typeof Avatar$P;
4608
- Color: typeof Icon$2i;
4609
4628
  Combine: typeof Combine$K;
4610
- Text: typeof Icon$2g;
4629
+ Text: typeof Icon$2h;
4611
4630
  colorPrimary: string;
4612
4631
  title: string;
4613
4632
  };
@@ -4616,17 +4635,28 @@ declare const Icons$P: CompoundedIcon$P;
4616
4635
  type AvatarProps$O = Omit<RNIconAvatarProps, 'Icon'>;
4617
4636
  declare const Avatar$O: React__default.NamedExoticComponent<AvatarProps$O>;
4618
4637
 
4619
- type CombineProps$I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
4620
- declare const Combine$J: React__default.NamedExoticComponent<CombineProps$I>;
4638
+ declare const Icon$2g: React__default.NamedExoticComponent<RNIconProps$1>;
4621
4639
 
4622
4640
  declare const Icon$2f: React__default.NamedExoticComponent<RNIconProps$1>;
4623
4641
 
4624
4642
  declare const Icon$2e: React__default.NamedExoticComponent<RNIconProps$1>;
4625
4643
 
4626
- type CompoundedIcon$O = typeof Icon$2f & {
4644
+ interface CombineProps$I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4645
+ type?: 'color' | 'mono';
4646
+ }
4647
+ declare const Combine$J: React__default.NamedExoticComponent<CombineProps$I>;
4648
+
4649
+ declare const Icon$2d: React__default.NamedExoticComponent<RNIconProps$1>;
4650
+
4651
+ declare const Icon$2c: React__default.NamedExoticComponent<RNIconProps$1>;
4652
+
4653
+ type CompoundedIcon$O = typeof Icon$2d & {
4627
4654
  Avatar: typeof Avatar$O;
4655
+ Brand: typeof Icon$2f;
4656
+ BrandColor: typeof Icon$2g;
4657
+ Color: typeof Icon$2e;
4628
4658
  Combine: typeof Combine$J;
4629
- Text: typeof Icon$2e;
4659
+ Text: typeof Icon$2c;
4630
4660
  colorPrimary: string;
4631
4661
  title: string;
4632
4662
  };
@@ -4635,10 +4665,6 @@ declare const Icons$O: CompoundedIcon$O;
4635
4665
  type AvatarProps$N = Omit<RNIconAvatarProps, 'Icon'>;
4636
4666
  declare const Avatar$N: React__default.NamedExoticComponent<AvatarProps$N>;
4637
4667
 
4638
- declare const Icon$2d: React__default.NamedExoticComponent<RNIconProps$1>;
4639
-
4640
- declare const Icon$2c: React__default.NamedExoticComponent<RNIconProps$1>;
4641
-
4642
4668
  declare const Icon$2b: React__default.NamedExoticComponent<RNIconProps$1>;
4643
4669
 
4644
4670
  interface CombineProps$H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
@@ -4652,8 +4678,6 @@ declare const Icon$29: React__default.NamedExoticComponent<RNIconProps$1>;
4652
4678
 
4653
4679
  type CompoundedIcon$N = typeof Icon$2a & {
4654
4680
  Avatar: typeof Avatar$N;
4655
- Brand: typeof Icon$2c;
4656
- BrandColor: typeof Icon$2d;
4657
4681
  Color: typeof Icon$2b;
4658
4682
  Combine: typeof Combine$I;
4659
4683
  Text: typeof Icon$29;
@@ -4787,20 +4811,25 @@ declare const Avatar$H: React__default.NamedExoticComponent<AvatarProps$H>;
4787
4811
 
4788
4812
  declare const Icon$1V: React__default.NamedExoticComponent<RNIconProps$1>;
4789
4813
 
4814
+ declare const Icon$1U: React__default.NamedExoticComponent<RNIconProps$1>;
4815
+
4816
+ declare const Icon$1T: React__default.NamedExoticComponent<RNIconProps$1>;
4817
+
4790
4818
  interface CombineProps$B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4791
4819
  type?: 'color' | 'mono';
4792
4820
  }
4793
4821
  declare const Combine$C: React__default.NamedExoticComponent<CombineProps$B>;
4794
4822
 
4795
- declare const Icon$1U: React__default.NamedExoticComponent<RNIconProps$1>;
4796
-
4797
- declare const Icon$1T: React__default.NamedExoticComponent<RNIconProps$1>;
4823
+ declare const Icon$1S: React__default.NamedExoticComponent<RNIconProps$1>;
4798
4824
 
4799
- type CompoundedIcon$H = typeof Icon$1U & {
4825
+ type CompoundedIcon$H = typeof Icon$1S & {
4800
4826
  Avatar: typeof Avatar$H;
4801
- Color: typeof Icon$1V;
4827
+ Brand: typeof Icon$1U;
4828
+ BrandColor: typeof Icon$1V;
4829
+ Color: typeof Icon$1T;
4802
4830
  Combine: typeof Combine$C;
4803
- Text: typeof Icon$1T;
4831
+ Text: typeof Icon$9S;
4832
+ colorGradient: string;
4804
4833
  colorPrimary: string;
4805
4834
  title: string;
4806
4835
  };
@@ -4809,27 +4838,22 @@ declare const Icons$H: CompoundedIcon$H;
4809
4838
  type AvatarProps$G = Omit<RNIconAvatarProps, 'Icon'>;
4810
4839
  declare const Avatar$G: React__default.NamedExoticComponent<AvatarProps$G>;
4811
4840
 
4812
- declare const Icon$1S: React__default.NamedExoticComponent<RNIconProps$1>;
4813
-
4814
4841
  declare const Icon$1R: React__default.NamedExoticComponent<RNIconProps$1>;
4815
4842
 
4816
- declare const Icon$1Q: React__default.NamedExoticComponent<RNIconProps$1>;
4817
-
4818
4843
  interface CombineProps$A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
4819
4844
  type?: 'color' | 'mono';
4820
4845
  }
4821
4846
  declare const Combine$B: React__default.NamedExoticComponent<CombineProps$A>;
4822
4847
 
4848
+ declare const Icon$1Q: React__default.NamedExoticComponent<RNIconProps$1>;
4849
+
4823
4850
  declare const Icon$1P: React__default.NamedExoticComponent<RNIconProps$1>;
4824
4851
 
4825
- type CompoundedIcon$G = typeof Icon$1P & {
4852
+ type CompoundedIcon$G = typeof Icon$1Q & {
4826
4853
  Avatar: typeof Avatar$G;
4827
- Brand: typeof Icon$1R;
4828
- BrandColor: typeof Icon$1S;
4829
- Color: typeof Icon$1Q;
4854
+ Color: typeof Icon$1R;
4830
4855
  Combine: typeof Combine$B;
4831
- Text: typeof Icon$9P;
4832
- colorGradient: string;
4856
+ Text: typeof Icon$1P;
4833
4857
  colorPrimary: string;
4834
4858
  title: string;
4835
4859
  };
@@ -4854,6 +4878,7 @@ type CompoundedIcon$F = typeof Icon$1N & {
4854
4878
  Color: typeof Icon$1O;
4855
4879
  Combine: typeof Combine$A;
4856
4880
  Text: typeof Icon$1M;
4881
+ colorGradient: string;
4857
4882
  colorPrimary: string;
4858
4883
  title: string;
4859
4884
  };
@@ -4878,7 +4903,6 @@ type CompoundedIcon$E = typeof Icon$1K & {
4878
4903
  Color: typeof Icon$1L;
4879
4904
  Combine: typeof Combine$z;
4880
4905
  Text: typeof Icon$1J;
4881
- colorGradient: string;
4882
4906
  colorPrimary: string;
4883
4907
  title: string;
4884
4908
  };
@@ -5766,4 +5790,4 @@ type CompoundedIcon = typeof Icon$1 & {
5766
5790
  };
5767
5791
  declare const Icons: CompoundedIcon;
5768
5792
 
5769
- export { Icons$3Q as Adobe, Icons$3P as AdobeFirefly, type CompoundedIcon$3P as AdobeFireflyProps, type CompoundedIcon$3Q as AdobeProps, Icons$3O as Agui, type CompoundedIcon$3O as AguiProps, Icons$3N as Ai21, type CompoundedIcon$3N as Ai21Props, Icons$3M as Ai302, type CompoundedIcon$3M as Ai302Props, Icons$3L as Ai360, type CompoundedIcon$3L as Ai360Props, Icons$3K as AiHubMix, type CompoundedIcon$3K as AiHubMixProps, Icons$3J as AiMass, type CompoundedIcon$3J as AiMassProps, Icons$3H as AiStudio, type CompoundedIcon$3H as AiStudioProps, Icons$3I as AionLabs, type CompoundedIcon$3I as AionLabsProps, Icons$3G as AkashChat, type CompoundedIcon$3G as AkashChatProps, Icons$3F as AlephAlpha, type CompoundedIcon$3F as AlephAlphaProps, Icons$3E as Alibaba, Icons$3D as AlibabaCloud, type CompoundedIcon$3D as AlibabaCloudProps, type CompoundedIcon$3E as AlibabaProps, Icons$3C as AntGroup, type CompoundedIcon$3C as AntGroupProps, Icons$3B as Anthropic, type CompoundedIcon$3B as AnthropicProps, Icons$3A as Anyscale, type CompoundedIcon$3A as AnyscaleProps, Icons$3z as AssemblyAI, type CompoundedIcon$3z as AssemblyAIProps, Icons$3y as Automatic, type CompoundedIcon$3y as AutomaticProps, Icons$3x as Aws, type CompoundedIcon$3x as AwsProps, Icons$3w as Aya, type CompoundedIcon$3w as AyaProps, Icons$3v as Azure, Icons$3u as AzureAI, type CompoundedIcon$3u as AzureAIProps, type CompoundedIcon$3v as AzureProps, Icons$3t as BAAI, type CompoundedIcon$3t as BAAIProps, Icons$3s as Baichuan, type CompoundedIcon$3s as BaichuanProps, Icons$3r as Baidu, Icons$3q as BaiduCloud, type CompoundedIcon$3q as BaiduCloudProps, type CompoundedIcon$3r as BaiduProps, Icons$3p as Bailian, type CompoundedIcon$3p as BailianProps, Icons$3o as Baseten, type CompoundedIcon$3o as BasetenProps, Icons$3n as Bedrock, type CompoundedIcon$3n as BedrockProps, Icons$3m as Bfl, type CompoundedIcon$3m as BflProps, Icons$3l as Bilibili, Icons$3k as BilibiliIndex, type CompoundedIcon$3k as BilibiliIndexProps, type CompoundedIcon$3l as BilibiliProps, Icons$3j as Bing, type CompoundedIcon$3j as BingProps, Icons$3i as BurnCloud, type CompoundedIcon$3i as BurnCloudProps, Icons$3h as ByteDance, type CompoundedIcon$3h as ByteDanceProps, Icons$3g as CentML, type CompoundedIcon$3g as CentMLProps, Icons$3f as Cerebras, type CompoundedIcon$3f as CerebrasProps, Icons$3e as ChatGLM, type CompoundedIcon$3e as ChatGLMProps, Icons$3d as Civitai, type CompoundedIcon$3d as CivitaiProps, Icons$3c as Claude, type CompoundedIcon$3c as ClaudeProps, Icons$3b as Cline, type CompoundedIcon$3b as ClineProps, Icons$3a as Clipdrop, type CompoundedIcon$3a as ClipdropProps, Icons$39 as Cloudflare, type CompoundedIcon$39 as CloudflareProps, Icons$38 as CodeGeeX, type CompoundedIcon$38 as CodeGeeXProps, Icons$37 as CogVideo, type CompoundedIcon$37 as CogVideoProps, Icons$36 as CogView, type CompoundedIcon$36 as CogViewProps, Icons$35 as Cohere, type CompoundedIcon$35 as CohereProps, Icons$34 as Colab, type CompoundedIcon$34 as ColabProps, Icons$33 as CometAPI, type CompoundedIcon$33 as CometAPIProps, Icons$32 as ComfyUI, type CompoundedIcon$32 as ComfyUIProps, Icons$31 as CommandA, type CompoundedIcon$31 as CommandAProps, type CompoundedIcon$3R as CompoundedIcon, Icons$30 as Copilot, Icons$2$ as CopilotKit, type CompoundedIcon$2$ as CopilotKitProps, type CompoundedIcon$30 as CopilotProps, Icons$2_ as Coqui, type CompoundedIcon$2_ as CoquiProps, Icons$2Z as Coze, type CompoundedIcon$2Z as CozeProps, Icons$2Y as CrewAI, type CompoundedIcon$2Y as CrewAIProps, Icons$2X as Crusoe, type CompoundedIcon$2X as CrusoeProps, Icons$2W as Cursor, type CompoundedIcon$2W as CursorProps, Icons$2V as Dalle, type CompoundedIcon$2V as DalleProps, Icons$2U as Dbrx, type CompoundedIcon$2U as DbrxProps, Icons$2T as DeepAI, type CompoundedIcon$2T as DeepAIProps, Icons$2S as DeepInfra, type CompoundedIcon$2S as DeepInfraProps, Icons$2R as DeepMind, type CompoundedIcon$2R as DeepMindProps, Icons$2Q as DeepSeek, type CompoundedIcon$2Q as DeepSeekProps, Icons$2P as Dify, type CompoundedIcon$2P as DifyProps, Icons$2O as Doc2X, type CompoundedIcon$2O as Doc2XProps, Icons$2N as DocSearch, type CompoundedIcon$2N as DocSearchProps, Icons$2M as Dolphin, type CompoundedIcon$2M as DolphinProps, Icons$2L as Doubao, type CompoundedIcon$2L as DoubaoProps, Icons$2K as DreamMachine, type CompoundedIcon$2K as DreamMachineProps, Icons$2J as ElevenLabs, type CompoundedIcon$2J as ElevenLabsProps, Icons$2I as ElevenX, type CompoundedIcon$2I as ElevenXProps, Icons$2H as Exa, type CompoundedIcon$2H as ExaProps, Icons$2G as Fal, type CompoundedIcon$2G as FalProps, Icons$2F as FastGPT, type CompoundedIcon$2F as FastGPTProps, Icons$2E as Featherless, type CompoundedIcon$2E as FeatherlessProps, Icons$2D as Figma, type CompoundedIcon$2D as FigmaProps, Icons$2C as Fireworks, type CompoundedIcon$2C as FireworksProps, Icons$2B as FishAudio, type CompoundedIcon$2B as FishAudioProps, Icons$2A as Flora, type CompoundedIcon$2A as FloraProps, Icons$2z as Flowith, type CompoundedIcon$2z as FlowithProps, Icons$2y as Flux, type CompoundedIcon$2y as FluxProps, Icons$2x as Friendli, type CompoundedIcon$2x as FriendliProps, Icons$2p as GLMV, type CompoundedIcon$2p as GLMVProps, Icons$2w as Gemini, type CompoundedIcon$2w as GeminiProps, Icons$2v as Gemma, type CompoundedIcon$2v as GemmaProps, Icons$2u as GiteeAI, type CompoundedIcon$2u as GiteeAIProps, Icons$2t as Github, Icons$2s as GithubCopilot, type CompoundedIcon$2s as GithubCopilotProps, type CompoundedIcon$2t as GithubProps, Icons$2r as Glama, type CompoundedIcon$2r as GlamaProps, Icons$2q as Glif, type CompoundedIcon$2q as GlifProps, Icons$2o as Google, type CompoundedIcon$2o as GoogleProps, Icons$2n as Goose, type CompoundedIcon$2n as GooseProps, Icons$2m as Gradio, type CompoundedIcon$2m as GradioProps, Icons$2l as Greptile, type CompoundedIcon$2l as GreptileProps, Icons$2k as Grok, type CompoundedIcon$2k as GrokProps, Icons$2j as Groq, type CompoundedIcon$2j as GroqProps, Icons$2i as Hailuo, type CompoundedIcon$2i as HailuoProps, Icons$2h as Haiper, type CompoundedIcon$2h as HaiperProps, Icons$2g as Hedra, type CompoundedIcon$2g as HedraProps, Icons$2f as Higress, type CompoundedIcon$2f as HigressProps, Icons$2e as HuggingFace, type CompoundedIcon$2e as HuggingFaceProps, Icons$2d as Hunyuan, type CompoundedIcon$2d as HunyuanProps, Icons$2c as Hyperbolic, type CompoundedIcon$2c as HyperbolicProps, Icons$2b as IBM, type CompoundedIcon$2b as IBMProps, Icons$29 as IFlyTekCloud, type CompoundedIcon$29 as IFlyTekCloudProps, Icons$2a as Ideogram, type CompoundedIcon$2a as IdeogramProps, Icons$28 as Inference, type CompoundedIcon$28 as InferenceProps, Icons$27 as Infermatic, type CompoundedIcon$27 as InfermaticProps, Icons$26 as Infinigence, type CompoundedIcon$26 as InfinigenceProps, Icons$25 as Inflection, type CompoundedIcon$25 as InflectionProps, Icons$24 as InternLM, type CompoundedIcon$24 as InternLMProps, Icons$23 as Jimeng, type CompoundedIcon$23 as JimengProps, Icons$22 as Jina, type CompoundedIcon$22 as JinaProps, Icons$21 as Kera, type CompoundedIcon$21 as KeraProps, Icons$20 as Kimi, type CompoundedIcon$20 as KimiProps, Icons$1$ as Kling, type CompoundedIcon$1$ as KlingProps, Icons$1_ as Kluster, type CompoundedIcon$1_ as KlusterProps, Icons$1Z as Kolors, type CompoundedIcon$1Z as KolorsProps, Icons$1S as LG, type CompoundedIcon$1S as LGProps, Icons$1N as LLaVA, type CompoundedIcon$1N as LLaVAProps, Icons$1Y as Lambda, type CompoundedIcon$1Y as LambdaProps, Icons$1X as LangChain, type CompoundedIcon$1X as LangChainProps, Icons$1V as LangGraph, type CompoundedIcon$1V as LangGraphProps, Icons$1U as LangSmith, type CompoundedIcon$1U as LangSmithProps, Icons$1W as Langfuse, type CompoundedIcon$1W as LangfuseProps, Icons$1T as LeptonAI, type CompoundedIcon$1T as LeptonAIProps, Icons$1R as Lightricks, type CompoundedIcon$1R as LightricksProps, Icons$1Q as Liquid, type CompoundedIcon$1Q as LiquidProps, Icons$1P as LiveKit, type CompoundedIcon$1P as LiveKitProps, Icons$1O as LlamaIndex, type CompoundedIcon$1O as LlamaIndexProps, Icons$1M as LmStudio, type CompoundedIcon$1M as LmStudioProps, Icons$1L as LobeHub, type CompoundedIcon$1L as LobeHubProps, Icons$1K as Lovable, type CompoundedIcon$1K as LovableProps, Icons$1J as Luma, type CompoundedIcon$1J as LumaProps, Icons$1E as MCP, type CompoundedIcon$1E as MCPProps, Icons$1I as Magic, type CompoundedIcon$1I as MagicProps, Icons$1H as Make, type CompoundedIcon$1H as MakeProps, Icons$1G as Manus, type CompoundedIcon$1G as ManusProps, Icons$1F as Mastra, type CompoundedIcon$1F as MastraProps, Icons$1D as McpSo, type CompoundedIcon$1D as McpSoProps, Icons$1C as Menlo, type CompoundedIcon$1C as MenloProps, Icons$1B as Meta, Icons$1A as MetaAI, type CompoundedIcon$1A as MetaAIProps, Icons$1z as MetaGPT, type CompoundedIcon$1z as MetaGPTProps, type CompoundedIcon$1B as MetaProps, Icons$1y as Microsoft, type CompoundedIcon$1y as MicrosoftProps, Icons$1x as Midjourney, type CompoundedIcon$1x as MidjourneyProps, Icons$1w as Minimax, type CompoundedIcon$1w as MinimaxProps, Icons$1v as Mistral, type CompoundedIcon$1v as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1u as ModelScope, type CompoundedIcon$1u as ModelScopeProps, RNModelTag as ModelTag, Icons$1t as Monica, type CompoundedIcon$1t as MonicaProps, Icons$1s as Moonshot, type CompoundedIcon$1s as MoonshotProps, Icons$1r as MyShell, type CompoundedIcon$1r as MyShellProps, Icons$1q as N8n, type CompoundedIcon$1q as N8nProps, Icons$1h as NPLCloud, type CompoundedIcon$1h as NPLCloudProps, Icons$1p as Nebius, type CompoundedIcon$1p as NebiusProps, Icons$1o as NewAPI, type CompoundedIcon$1o as NewAPIProps, Icons$1n as NotebookLM, type CompoundedIcon$1n as NotebookLMProps, Icons$1m as Notion, type CompoundedIcon$1m as NotionProps, Icons$1l as NousResearch, type CompoundedIcon$1l as NousResearchProps, Icons$1k as Nova, type CompoundedIcon$1k as NovaProps, Icons$1j as NovelAI, type CompoundedIcon$1j as NovelAIProps, Icons$1i as Novita, type CompoundedIcon$1i as NovitaProps, Icons$1g as Nvidia, type CompoundedIcon$1g as NvidiaProps, Icons$1f as Ollama, type CompoundedIcon$1f as OllamaProps, Icons$1e as OpenAI, type CompoundedIcon$1e as OpenAIProps, Icons$1d as OpenChat, type CompoundedIcon$1d as OpenChatProps, Icons$1c as OpenRouter, type CompoundedIcon$1c as OpenRouterProps, Icons$1b as OpenWebUI, type CompoundedIcon$1b as OpenWebUIProps, Icons$10 as PPIO, type CompoundedIcon$10 as PPIOProps, Icons$1a as PaLM, type CompoundedIcon$1a as PaLMProps, Icons$19 as Parasail, type CompoundedIcon$19 as ParasailProps, Icons$18 as Perplexity, type CompoundedIcon$18 as PerplexityProps, Icons$17 as Phidata, type CompoundedIcon$17 as PhidataProps, Icons$16 as Phind, type CompoundedIcon$16 as PhindProps, Icons$15 as Pika, type CompoundedIcon$15 as PikaProps, Icons$14 as PixVerse, type CompoundedIcon$14 as PixVerseProps, Icons$13 as Player2, type CompoundedIcon$13 as Player2Props, Icons$12 as Poe, type CompoundedIcon$12 as PoeProps, Icons$11 as Pollinations, type CompoundedIcon$11 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$$ as PydanticAI, type CompoundedIcon$$ as PydanticAIProps, Icons$_ as Qingyan, type CompoundedIcon$_ as QingyanProps, Icons$Z as Qiniu, type CompoundedIcon$Z as QiniuProps, Icons$Y as Qwen, type CompoundedIcon$Y as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$T as RSSHub, type CompoundedIcon$T as RSSHubProps, Icons$X as Railway, type CompoundedIcon$X as RailwayProps, Icons$W as Recraft, type CompoundedIcon$W as RecraftProps, Icons$V as Replicate, type CompoundedIcon$V as ReplicateProps, Icons$U as Replit, type CompoundedIcon$U as ReplitProps, Icons$S as Runway, type CompoundedIcon$S as RunwayProps, Icons$R as Rwkv, type CompoundedIcon$R as RwkvProps, Icons$Q as SambaNova, type CompoundedIcon$Q as SambaNovaProps, Icons$P as Search1API, type CompoundedIcon$P as Search1APIProps, Icons$O as SearchApi, type CompoundedIcon$O as SearchApiProps, Icons$N as SenseNova, type CompoundedIcon$N as SenseNovaProps, Icons$M as SiliconCloud, type CompoundedIcon$M as SiliconCloudProps, Icons$L as Skywork, type CompoundedIcon$L as SkyworkProps, Icons$K as Smithery, type CompoundedIcon$K as SmitheryProps, Icons$J as Snowflake, type CompoundedIcon$J as SnowflakeProps, Icons$I as SophNet, type CompoundedIcon$I as SophNetProps, Icons$H as Spark, type CompoundedIcon$H as SparkProps, Icons$G as Stability, type CompoundedIcon$G as StabilityProps, Icons$F as StateCloud, type CompoundedIcon$F as StateCloudProps, Icons$E as Stepfun, type CompoundedIcon$E as StepfunProps, 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 };
5793
+ export { Icons$3R as Adobe, Icons$3Q as AdobeFirefly, type CompoundedIcon$3Q as AdobeFireflyProps, type CompoundedIcon$3R as AdobeProps, Icons$3P as Agui, type CompoundedIcon$3P as AguiProps, Icons$3O as Ai21, type CompoundedIcon$3O as Ai21Props, Icons$3N as Ai302, type CompoundedIcon$3N as Ai302Props, Icons$3M as Ai360, type CompoundedIcon$3M as Ai360Props, Icons$3L as AiHubMix, type CompoundedIcon$3L as AiHubMixProps, Icons$3K as AiMass, type CompoundedIcon$3K as AiMassProps, Icons$3I as AiStudio, type CompoundedIcon$3I as AiStudioProps, Icons$3J as AionLabs, type CompoundedIcon$3J as AionLabsProps, Icons$3H as AkashChat, type CompoundedIcon$3H as AkashChatProps, Icons$3G as AlephAlpha, type CompoundedIcon$3G as AlephAlphaProps, Icons$3F as Alibaba, Icons$3E as AlibabaCloud, type CompoundedIcon$3E as AlibabaCloudProps, type CompoundedIcon$3F as AlibabaProps, Icons$3D as AntGroup, type CompoundedIcon$3D as AntGroupProps, Icons$3C as Anthropic, type CompoundedIcon$3C as AnthropicProps, Icons$3B as Anyscale, type CompoundedIcon$3B as AnyscaleProps, Icons$3A as AssemblyAI, type CompoundedIcon$3A as AssemblyAIProps, Icons$3z as Automatic, type CompoundedIcon$3z as AutomaticProps, Icons$3y as Aws, type CompoundedIcon$3y as AwsProps, Icons$3x as Aya, type CompoundedIcon$3x as AyaProps, Icons$3w as Azure, Icons$3v as AzureAI, type CompoundedIcon$3v as AzureAIProps, type CompoundedIcon$3w as AzureProps, Icons$3u as BAAI, type CompoundedIcon$3u as BAAIProps, Icons$3t as Baichuan, type CompoundedIcon$3t as BaichuanProps, Icons$3s as Baidu, Icons$3r as BaiduCloud, type CompoundedIcon$3r as BaiduCloudProps, type CompoundedIcon$3s as BaiduProps, Icons$3q as Bailian, type CompoundedIcon$3q as BailianProps, Icons$3p as Baseten, type CompoundedIcon$3p as BasetenProps, Icons$3o as Bedrock, type CompoundedIcon$3o as BedrockProps, Icons$3n as Bfl, type CompoundedIcon$3n as BflProps, Icons$3m as Bilibili, Icons$3l as BilibiliIndex, type CompoundedIcon$3l as BilibiliIndexProps, type CompoundedIcon$3m as BilibiliProps, Icons$3k as Bing, type CompoundedIcon$3k as BingProps, Icons$3j as BurnCloud, type CompoundedIcon$3j as BurnCloudProps, Icons$3i as ByteDance, type CompoundedIcon$3i as ByteDanceProps, Icons$3h as CentML, type CompoundedIcon$3h as CentMLProps, Icons$3g as Cerebras, type CompoundedIcon$3g as CerebrasProps, Icons$3f as ChatGLM, type CompoundedIcon$3f as ChatGLMProps, Icons$3e as Civitai, type CompoundedIcon$3e as CivitaiProps, Icons$3d as Claude, type CompoundedIcon$3d as ClaudeProps, Icons$3c as Cline, type CompoundedIcon$3c as ClineProps, Icons$3b as Clipdrop, type CompoundedIcon$3b as ClipdropProps, Icons$3a as Cloudflare, type CompoundedIcon$3a as CloudflareProps, Icons$39 as CodeGeeX, type CompoundedIcon$39 as CodeGeeXProps, Icons$38 as CogVideo, type CompoundedIcon$38 as CogVideoProps, Icons$37 as CogView, type CompoundedIcon$37 as CogViewProps, Icons$36 as Cohere, type CompoundedIcon$36 as CohereProps, Icons$35 as Colab, type CompoundedIcon$35 as ColabProps, Icons$34 as CometAPI, type CompoundedIcon$34 as CometAPIProps, Icons$33 as ComfyUI, type CompoundedIcon$33 as ComfyUIProps, Icons$32 as CommandA, type CompoundedIcon$32 as CommandAProps, type CompoundedIcon$3S as CompoundedIcon, Icons$31 as Copilot, Icons$30 as CopilotKit, type CompoundedIcon$30 as CopilotKitProps, type CompoundedIcon$31 as CopilotProps, Icons$2$ as Coqui, type CompoundedIcon$2$ as CoquiProps, Icons$2_ as Coze, type CompoundedIcon$2_ as CozeProps, Icons$2Z as CrewAI, type CompoundedIcon$2Z as CrewAIProps, Icons$2Y as Crusoe, type CompoundedIcon$2Y as CrusoeProps, Icons$2X as Cursor, type CompoundedIcon$2X as CursorProps, Icons$2W as Dalle, type CompoundedIcon$2W as DalleProps, Icons$2V as Dbrx, type CompoundedIcon$2V as DbrxProps, Icons$2U as DeepAI, type CompoundedIcon$2U as DeepAIProps, Icons$2T as DeepInfra, type CompoundedIcon$2T as DeepInfraProps, Icons$2S as DeepMind, type CompoundedIcon$2S as DeepMindProps, Icons$2R as DeepSeek, type CompoundedIcon$2R as DeepSeekProps, Icons$2Q as Dify, type CompoundedIcon$2Q as DifyProps, Icons$2P as Doc2X, type CompoundedIcon$2P as Doc2XProps, Icons$2O as DocSearch, type CompoundedIcon$2O as DocSearchProps, Icons$2N as Dolphin, type CompoundedIcon$2N as DolphinProps, Icons$2M as Doubao, type CompoundedIcon$2M as DoubaoProps, Icons$2L as DreamMachine, type CompoundedIcon$2L as DreamMachineProps, Icons$2K as ElevenLabs, type CompoundedIcon$2K as ElevenLabsProps, Icons$2J as ElevenX, type CompoundedIcon$2J as ElevenXProps, Icons$2I as Exa, type CompoundedIcon$2I as ExaProps, Icons$2H as Fal, type CompoundedIcon$2H as FalProps, Icons$2G as FastGPT, type CompoundedIcon$2G as FastGPTProps, Icons$2F as Featherless, type CompoundedIcon$2F as FeatherlessProps, Icons$2E as Figma, type CompoundedIcon$2E as FigmaProps, Icons$2D as Fireworks, type CompoundedIcon$2D as FireworksProps, Icons$2C as FishAudio, type CompoundedIcon$2C as FishAudioProps, Icons$2B as Flora, type CompoundedIcon$2B as FloraProps, Icons$2A as Flowith, type CompoundedIcon$2A as FlowithProps, Icons$2z as Flux, type CompoundedIcon$2z as FluxProps, Icons$2y as Friendli, type CompoundedIcon$2y as FriendliProps, Icons$2q as GLMV, type CompoundedIcon$2q as GLMVProps, Icons$2x as Gemini, type CompoundedIcon$2x as GeminiProps, Icons$2w as Gemma, type CompoundedIcon$2w as GemmaProps, Icons$2v as GiteeAI, type CompoundedIcon$2v as GiteeAIProps, Icons$2u as Github, Icons$2t as GithubCopilot, type CompoundedIcon$2t as GithubCopilotProps, type CompoundedIcon$2u as GithubProps, Icons$2s as Glama, type CompoundedIcon$2s as GlamaProps, Icons$2r as Glif, type CompoundedIcon$2r as GlifProps, Icons$2p as Google, type CompoundedIcon$2p as GoogleProps, Icons$2o as Goose, type CompoundedIcon$2o as GooseProps, Icons$2n as Gradio, type CompoundedIcon$2n as GradioProps, Icons$2m as Greptile, type CompoundedIcon$2m as GreptileProps, Icons$2l as Grok, type CompoundedIcon$2l as GrokProps, Icons$2k as Groq, type CompoundedIcon$2k as GroqProps, Icons$2j as Hailuo, type CompoundedIcon$2j as HailuoProps, Icons$2i as Haiper, type CompoundedIcon$2i as HaiperProps, Icons$2h as Hedra, type CompoundedIcon$2h as HedraProps, Icons$2g as Higress, type CompoundedIcon$2g as HigressProps, Icons$2f as HuggingFace, type CompoundedIcon$2f as HuggingFaceProps, Icons$2e as Hunyuan, type CompoundedIcon$2e as HunyuanProps, Icons$2d as Hyperbolic, type CompoundedIcon$2d as HyperbolicProps, Icons$2c as IBM, type CompoundedIcon$2c as IBMProps, Icons$2a as IFlyTekCloud, type CompoundedIcon$2a as IFlyTekCloudProps, Icons$2b as Ideogram, type CompoundedIcon$2b as IdeogramProps, Icons$29 as Inference, type CompoundedIcon$29 as InferenceProps, Icons$28 as Infermatic, type CompoundedIcon$28 as InfermaticProps, Icons$27 as Infinigence, type CompoundedIcon$27 as InfinigenceProps, Icons$26 as Inflection, type CompoundedIcon$26 as InflectionProps, Icons$25 as InternLM, type CompoundedIcon$25 as InternLMProps, Icons$24 as Jimeng, type CompoundedIcon$24 as JimengProps, Icons$23 as Jina, type CompoundedIcon$23 as JinaProps, Icons$22 as Kera, type CompoundedIcon$22 as KeraProps, Icons$21 as Kimi, type CompoundedIcon$21 as KimiProps, Icons$20 as Kling, type CompoundedIcon$20 as KlingProps, Icons$1$ as Kluster, type CompoundedIcon$1$ as KlusterProps, Icons$1_ as Kolors, type CompoundedIcon$1_ as KolorsProps, Icons$1T as LG, type CompoundedIcon$1T as LGProps, Icons$1O as LLaVA, type CompoundedIcon$1O as LLaVAProps, Icons$1Z as Lambda, type CompoundedIcon$1Z as LambdaProps, Icons$1Y as LangChain, type CompoundedIcon$1Y as LangChainProps, Icons$1W as LangGraph, type CompoundedIcon$1W as LangGraphProps, Icons$1V as LangSmith, type CompoundedIcon$1V as LangSmithProps, Icons$1X as Langfuse, type CompoundedIcon$1X as LangfuseProps, Icons$1U as LeptonAI, type CompoundedIcon$1U as LeptonAIProps, Icons$1S as Lightricks, type CompoundedIcon$1S as LightricksProps, Icons$1R as Liquid, type CompoundedIcon$1R as LiquidProps, Icons$1Q as LiveKit, type CompoundedIcon$1Q as LiveKitProps, Icons$1P as LlamaIndex, type CompoundedIcon$1P as LlamaIndexProps, Icons$1N as LmStudio, type CompoundedIcon$1N as LmStudioProps, Icons$1M as LobeHub, type CompoundedIcon$1M as LobeHubProps, Icons$1L as Lovable, type CompoundedIcon$1L as LovableProps, Icons$1K as Luma, type CompoundedIcon$1K as LumaProps, Icons$1F as MCP, type CompoundedIcon$1F as MCPProps, Icons$1J as Magic, type CompoundedIcon$1J as MagicProps, Icons$1I as Make, type CompoundedIcon$1I as MakeProps, Icons$1H as Manus, type CompoundedIcon$1H as ManusProps, Icons$1G as Mastra, type CompoundedIcon$1G as MastraProps, Icons$1E as McpSo, type CompoundedIcon$1E as McpSoProps, Icons$1D as Menlo, type CompoundedIcon$1D as MenloProps, Icons$1C as Meta, Icons$1B as MetaAI, type CompoundedIcon$1B as MetaAIProps, Icons$1A as MetaGPT, type CompoundedIcon$1A as MetaGPTProps, type CompoundedIcon$1C as MetaProps, Icons$1z as Microsoft, type CompoundedIcon$1z as MicrosoftProps, Icons$1y as Midjourney, type CompoundedIcon$1y as MidjourneyProps, Icons$1x as Minimax, type CompoundedIcon$1x as MinimaxProps, Icons$1w as Mistral, type CompoundedIcon$1w as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1v as ModelScope, type CompoundedIcon$1v as ModelScopeProps, RNModelTag as ModelTag, Icons$1u as Monica, type CompoundedIcon$1u as MonicaProps, Icons$1t as Moonshot, type CompoundedIcon$1t as MoonshotProps, Icons$1s as MyShell, type CompoundedIcon$1s as MyShellProps, Icons$1r as N8n, type CompoundedIcon$1r as N8nProps, Icons$1i as NPLCloud, type CompoundedIcon$1i as NPLCloudProps, Icons$1q as Nebius, type CompoundedIcon$1q as NebiusProps, Icons$1p as NewAPI, type CompoundedIcon$1p as NewAPIProps, Icons$1o as NotebookLM, type CompoundedIcon$1o as NotebookLMProps, Icons$1n as Notion, type CompoundedIcon$1n as NotionProps, Icons$1m as NousResearch, type CompoundedIcon$1m as NousResearchProps, Icons$1l as Nova, type CompoundedIcon$1l as NovaProps, Icons$1k as NovelAI, type CompoundedIcon$1k as NovelAIProps, Icons$1j as Novita, type CompoundedIcon$1j as NovitaProps, Icons$1h as Nvidia, type CompoundedIcon$1h as NvidiaProps, Icons$1g as Ollama, type CompoundedIcon$1g as OllamaProps, Icons$1f as OpenAI, type CompoundedIcon$1f as OpenAIProps, Icons$1e as OpenChat, type CompoundedIcon$1e as OpenChatProps, Icons$1d as OpenRouter, type CompoundedIcon$1d as OpenRouterProps, Icons$1c as OpenWebUI, type CompoundedIcon$1c as OpenWebUIProps, Icons$11 as PPIO, type CompoundedIcon$11 as PPIOProps, Icons$1b as PaLM, type CompoundedIcon$1b as PaLMProps, Icons$1a as Parasail, type CompoundedIcon$1a as ParasailProps, Icons$19 as Perplexity, type CompoundedIcon$19 as PerplexityProps, Icons$18 as Phidata, type CompoundedIcon$18 as PhidataProps, Icons$17 as Phind, type CompoundedIcon$17 as PhindProps, Icons$16 as Pika, type CompoundedIcon$16 as PikaProps, Icons$15 as PixVerse, type CompoundedIcon$15 as PixVerseProps, Icons$14 as Player2, type CompoundedIcon$14 as Player2Props, Icons$13 as Poe, type CompoundedIcon$13 as PoeProps, Icons$12 as Pollinations, type CompoundedIcon$12 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$10 as PydanticAI, type CompoundedIcon$10 as PydanticAIProps, Icons$$ as Qingyan, type CompoundedIcon$$ as QingyanProps, Icons$_ as Qiniu, type CompoundedIcon$_ as QiniuProps, Icons$Z as Qwen, type CompoundedIcon$Z as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$U as RSSHub, type CompoundedIcon$U as RSSHubProps, Icons$Y as Railway, type CompoundedIcon$Y as RailwayProps, Icons$X as Recraft, type CompoundedIcon$X as RecraftProps, Icons$W as Replicate, type CompoundedIcon$W as ReplicateProps, Icons$V as Replit, type CompoundedIcon$V as ReplitProps, Icons$T as Runway, type CompoundedIcon$T as RunwayProps, Icons$S as Rwkv, type CompoundedIcon$S as RwkvProps, Icons$R as SambaNova, type CompoundedIcon$R as SambaNovaProps, Icons$Q as Search1API, type CompoundedIcon$Q as Search1APIProps, Icons$P as SearchApi, type CompoundedIcon$P as SearchApiProps, Icons$O as SenseNova, type CompoundedIcon$O as SenseNovaProps, Icons$N as SiliconCloud, type CompoundedIcon$N as SiliconCloudProps, Icons$M as Skywork, type CompoundedIcon$M as SkyworkProps, Icons$L as Smithery, type CompoundedIcon$L as SmitheryProps, Icons$K as Snowflake, type CompoundedIcon$K as SnowflakeProps, Icons$J as SophNet, type CompoundedIcon$J as SophNetProps, Icons$I as Spark, type CompoundedIcon$I as SparkProps, Icons$H as Stability, type CompoundedIcon$H as StabilityProps, Icons$G as StateCloud, type CompoundedIcon$G as StateCloudProps, Icons$F as Stepfun, type CompoundedIcon$F as StepfunProps, 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 };