@lobehub/icons-rn 1.7.0 → 1.7.2

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.mts CHANGED
@@ -70,7 +70,7 @@ interface RNIconCombineProps extends RNIconProps {
70
70
  textColor?: string;
71
71
  textMultiple?: number;
72
72
  }
73
- interface CompoundedIcon$3W {
73
+ interface CompoundedIcon$3$ {
74
74
  Avatar: ComponentType<RNIconAvatarProps$1>;
75
75
  Color?: ComponentType<RNIconProps>;
76
76
  Combine?: ComponentType<RNIconCombineProps>;
@@ -213,25 +213,141 @@ interface RNProviderIconProps extends RNIconProps {
213
213
  }
214
214
  declare const RNProviderIcon: React__default.NamedExoticComponent<RNProviderIconProps>;
215
215
 
216
- type AvatarProps$3V = Omit<RNIconAvatarProps, 'Icon'>;
217
- declare const Avatar$3V: React__default.NamedExoticComponent<AvatarProps$3V>;
216
+ type AvatarProps$3_ = Omit<RNIconAvatarProps, 'Icon'>;
217
+ declare const Avatar$3_: React__default.NamedExoticComponent<AvatarProps$3_>;
218
218
 
219
- declare const Icon$a_: React__default.NamedExoticComponent<RNIconProps$1>;
219
+ declare const Icon$bf: React__default.NamedExoticComponent<RNIconProps$1>;
220
+
221
+ interface CombineProps$3I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
+ type?: 'color' | 'mono';
223
+ }
224
+ declare const Combine$3K: React__default.NamedExoticComponent<CombineProps$3I>;
225
+
226
+ declare const Icon$be: React__default.NamedExoticComponent<RNIconProps$1>;
227
+
228
+ declare const Icon$bd: React__default.NamedExoticComponent<RNIconProps$1>;
229
+
230
+ type CompoundedIcon$3_ = typeof Icon$be & {
231
+ Avatar: typeof Avatar$3_;
232
+ Color: typeof Icon$bf;
233
+ Combine: typeof Combine$3K;
234
+ Text: typeof Icon$bd;
235
+ colorPrimary: string;
236
+ title: string;
237
+ };
238
+ declare const Icons$3_: CompoundedIcon$3_;
239
+
240
+ type AvatarProps$3Z = Omit<RNIconAvatarProps, 'Icon'>;
241
+ declare const Avatar$3Z: React__default.NamedExoticComponent<AvatarProps$3Z>;
242
+
243
+ declare const Icon$bc: React__default.NamedExoticComponent<RNIconProps$1>;
244
+
245
+ type CombineProps$3H = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
246
+ declare const Combine$3J: React__default.NamedExoticComponent<CombineProps$3H>;
247
+
248
+ declare const Icon$bb: React__default.NamedExoticComponent<RNIconProps$1>;
249
+
250
+ declare const Icon$ba: React__default.NamedExoticComponent<RNIconProps$1>;
251
+
252
+ type CompoundedIcon$3Z = typeof Icon$bb & {
253
+ Avatar: typeof Avatar$3Z;
254
+ Color: typeof Icon$bc;
255
+ Combine: typeof Combine$3J;
256
+ Text: typeof Icon$ba;
257
+ colorPrimary: string;
258
+ title: string;
259
+ };
260
+ declare const Icons$3Z: CompoundedIcon$3Z;
261
+
262
+ type AvatarProps$3Y = Omit<RNIconAvatarProps, 'Icon'>;
263
+ declare const Avatar$3Y: React__default.NamedExoticComponent<AvatarProps$3Y>;
264
+
265
+ type CombineProps$3G = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
266
+ declare const Combine$3I: React__default.NamedExoticComponent<CombineProps$3G>;
267
+
268
+ declare const Icon$b9: React__default.NamedExoticComponent<RNIconProps$1>;
269
+
270
+ declare const Icon$b8: React__default.NamedExoticComponent<RNIconProps$1>;
271
+
272
+ type CompoundedIcon$3Y = typeof Icon$b9 & {
273
+ Avatar: typeof Avatar$3Y;
274
+ Combine: typeof Combine$3I;
275
+ Text: typeof Icon$b8;
276
+ colorPrimary: string;
277
+ title: string;
278
+ };
279
+ declare const Icons$3Y: CompoundedIcon$3Y;
280
+
281
+ type AvatarProps$3X = Omit<RNIconAvatarProps, 'Icon'>;
282
+ declare const Avatar$3X: React__default.NamedExoticComponent<AvatarProps$3X>;
283
+
284
+ declare const Icon$b7: React__default.NamedExoticComponent<RNIconProps$1>;
285
+
286
+ declare const Icon$b6: React__default.NamedExoticComponent<RNIconProps$1>;
287
+
288
+ interface CombineProps$3F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
+ type: 'mono' | 'color';
290
+ }
291
+ declare const Combine$3H: React__default.NamedExoticComponent<CombineProps$3F>;
292
+
293
+ declare const Icon$b5: React__default.NamedExoticComponent<RNIconProps$1>;
294
+
295
+ type CompoundedIcon$3X = typeof Icon$b5 & {
296
+ Avatar: typeof Avatar$3X;
297
+ Brand: typeof Icon$b7;
298
+ BrandColor: typeof Icon$b6;
299
+ Combine: typeof Combine$3H;
300
+ Text: typeof Icon$b7;
301
+ colorGradient: string;
302
+ colorPrimary: string;
303
+ title: string;
304
+ };
305
+ declare const Icons$3X: CompoundedIcon$3X;
306
+
307
+ type AvatarProps$3W = Omit<RNIconAvatarProps, 'Icon'>;
308
+ declare const Avatar$3W: React__default.NamedExoticComponent<AvatarProps$3W>;
309
+
310
+ declare const Icon$b4: React__default.NamedExoticComponent<RNIconProps$1>;
220
311
 
221
312
  interface CombineProps$3E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
222
313
  type?: 'color' | 'mono';
223
314
  }
224
315
  declare const Combine$3G: React__default.NamedExoticComponent<CombineProps$3E>;
225
316
 
226
- declare const Icon$aZ: React__default.NamedExoticComponent<RNIconProps$1>;
317
+ declare const Icon$b3: React__default.NamedExoticComponent<RNIconProps$1>;
227
318
 
228
- declare const Icon$aY: React__default.NamedExoticComponent<RNIconProps$1>;
319
+ declare const Icon$b2: React__default.NamedExoticComponent<RNIconProps$1>;
229
320
 
230
- type CompoundedIcon$3V = typeof Icon$aZ & {
231
- Avatar: typeof Avatar$3V;
232
- Color: typeof Icon$a_;
321
+ type CompoundedIcon$3W = typeof Icon$b3 & {
322
+ Avatar: typeof Avatar$3W;
323
+ Color: typeof Icon$b4;
233
324
  Combine: typeof Combine$3G;
234
- Text: typeof Icon$aY;
325
+ Text: typeof Icon$b2;
326
+ colorPrimary: string;
327
+ title: string;
328
+ };
329
+ declare const Icons$3W: CompoundedIcon$3W;
330
+
331
+ type AvatarProps$3V = Omit<RNIconAvatarProps, 'Icon'>;
332
+ declare const Avatar$3V: React__default.NamedExoticComponent<AvatarProps$3V>;
333
+
334
+ declare const Icon$b1: React__default.NamedExoticComponent<RNIconProps$1>;
335
+
336
+ interface CombineProps$3D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
337
+ type?: 'color' | 'mono';
338
+ }
339
+ declare const Combine$3F: React__default.NamedExoticComponent<CombineProps$3D>;
340
+
341
+ declare const Icon$b0: React__default.NamedExoticComponent<RNIconProps$1>;
342
+
343
+ declare const Icon$a$: React__default.NamedExoticComponent<RNIconProps$1>;
344
+
345
+ type CompoundedIcon$3V = typeof Icon$b0 & {
346
+ Avatar: typeof Avatar$3V;
347
+ Color: typeof Icon$b1;
348
+ Combine: typeof Combine$3F;
349
+ Text: typeof Icon$a$;
350
+ colorGradient: string;
235
351
  colorPrimary: string;
236
352
  title: string;
237
353
  };
@@ -240,20 +356,22 @@ declare const Icons$3V: CompoundedIcon$3V;
240
356
  type AvatarProps$3U = Omit<RNIconAvatarProps, 'Icon'>;
241
357
  declare const Avatar$3U: React__default.NamedExoticComponent<AvatarProps$3U>;
242
358
 
243
- declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
359
+ declare const Icon$a_: React__default.NamedExoticComponent<RNIconProps$1>;
244
360
 
245
- type CombineProps$3D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
246
- declare const Combine$3F: React__default.NamedExoticComponent<CombineProps$3D>;
361
+ interface CombineProps$3C extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
362
+ type?: 'color' | 'mono';
363
+ }
364
+ declare const Combine$3E: React__default.NamedExoticComponent<CombineProps$3C>;
247
365
 
248
- declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
366
+ declare const Icon$aZ: React__default.NamedExoticComponent<RNIconProps$1>;
249
367
 
250
- declare const Icon$aV: React__default.NamedExoticComponent<RNIconProps$1>;
368
+ declare const Icon$aY: React__default.NamedExoticComponent<RNIconProps$1>;
251
369
 
252
- type CompoundedIcon$3U = typeof Icon$aW & {
370
+ type CompoundedIcon$3U = typeof Icon$aZ & {
253
371
  Avatar: typeof Avatar$3U;
254
- Color: typeof Icon$aX;
255
- Combine: typeof Combine$3F;
256
- Text: typeof Icon$aV;
372
+ Color: typeof Icon$a_;
373
+ Combine: typeof Combine$3E;
374
+ Text: typeof Icon$aY;
257
375
  colorPrimary: string;
258
376
  title: string;
259
377
  };
@@ -262,17 +380,22 @@ declare const Icons$3U: CompoundedIcon$3U;
262
380
  type AvatarProps$3T = Omit<RNIconAvatarProps, 'Icon'>;
263
381
  declare const Avatar$3T: React__default.NamedExoticComponent<AvatarProps$3T>;
264
382
 
265
- type CombineProps$3C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
266
- declare const Combine$3E: React__default.NamedExoticComponent<CombineProps$3C>;
383
+ declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
267
384
 
268
- declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
385
+ interface CombineProps$3B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
386
+ type?: 'color' | 'mono';
387
+ }
388
+ declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3B>;
269
389
 
270
- declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
390
+ declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
391
+
392
+ declare const Icon$aV: React__default.NamedExoticComponent<RNIconProps$1>;
271
393
 
272
- type CompoundedIcon$3T = typeof Icon$aU & {
394
+ type CompoundedIcon$3T = typeof Icon$aW & {
273
395
  Avatar: typeof Avatar$3T;
274
- Combine: typeof Combine$3E;
275
- Text: typeof Icon$aT;
396
+ Color: typeof Icon$aX;
397
+ Combine: typeof Combine$3D;
398
+ Text: typeof Icon$aV;
276
399
  colorPrimary: string;
277
400
  title: string;
278
401
  };
@@ -281,24 +404,22 @@ declare const Icons$3T: CompoundedIcon$3T;
281
404
  type AvatarProps$3S = Omit<RNIconAvatarProps, 'Icon'>;
282
405
  declare const Avatar$3S: React__default.NamedExoticComponent<AvatarProps$3S>;
283
406
 
284
- declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
285
-
286
- declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
407
+ declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
287
408
 
288
- interface CombineProps$3B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
289
- type: 'mono' | 'color';
409
+ interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
410
+ type?: 'color' | 'mono';
290
411
  }
291
- declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3B>;
412
+ declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3A>;
292
413
 
293
- declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
414
+ declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
294
415
 
295
- type CompoundedIcon$3S = typeof Icon$aQ & {
416
+ declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
417
+
418
+ type CompoundedIcon$3S = typeof Icon$aT & {
296
419
  Avatar: typeof Avatar$3S;
297
- Brand: typeof Icon$aS;
298
- BrandColor: typeof Icon$aR;
299
- Combine: typeof Combine$3D;
420
+ Color: typeof Icon$aU;
421
+ Combine: typeof Combine$3C;
300
422
  Text: typeof Icon$aS;
301
- colorGradient: string;
302
423
  colorPrimary: string;
303
424
  title: string;
304
425
  };
@@ -307,22 +428,22 @@ declare const Icons$3S: CompoundedIcon$3S;
307
428
  type AvatarProps$3R = Omit<RNIconAvatarProps, 'Icon'>;
308
429
  declare const Avatar$3R: React__default.NamedExoticComponent<AvatarProps$3R>;
309
430
 
310
- declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
431
+ declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
311
432
 
312
- interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
433
+ interface CombineProps$3z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
313
434
  type?: 'color' | 'mono';
314
435
  }
315
- declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3A>;
436
+ declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3z>;
316
437
 
317
- declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
438
+ declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
318
439
 
319
- declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
440
+ declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
320
441
 
321
- type CompoundedIcon$3R = typeof Icon$aO & {
442
+ type CompoundedIcon$3R = typeof Icon$aQ & {
322
443
  Avatar: typeof Avatar$3R;
323
- Color: typeof Icon$aP;
324
- Combine: typeof Combine$3C;
325
- Text: typeof Icon$aN;
444
+ Color: typeof Icon$aR;
445
+ Combine: typeof Combine$3B;
446
+ Text: typeof Icon$aP;
326
447
  colorPrimary: string;
327
448
  title: string;
328
449
  };
@@ -331,23 +452,22 @@ declare const Icons$3R: CompoundedIcon$3R;
331
452
  type AvatarProps$3Q = Omit<RNIconAvatarProps, 'Icon'>;
332
453
  declare const Avatar$3Q: React__default.NamedExoticComponent<AvatarProps$3Q>;
333
454
 
334
- declare const Icon$aM: React__default.NamedExoticComponent<RNIconProps$1>;
455
+ declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
335
456
 
336
- interface CombineProps$3z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
457
+ interface CombineProps$3y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
337
458
  type?: 'color' | 'mono';
338
459
  }
339
- declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3z>;
460
+ declare const Combine$3A: React__default.NamedExoticComponent<CombineProps$3y>;
340
461
 
341
- declare const Icon$aL: React__default.NamedExoticComponent<RNIconProps$1>;
462
+ declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
342
463
 
343
- declare const Icon$aK: React__default.NamedExoticComponent<RNIconProps$1>;
464
+ declare const Icon$aM: React__default.NamedExoticComponent<RNIconProps$1>;
344
465
 
345
- type CompoundedIcon$3Q = typeof Icon$aL & {
466
+ type CompoundedIcon$3Q = typeof Icon$aN & {
346
467
  Avatar: typeof Avatar$3Q;
347
- Color: typeof Icon$aM;
348
- Combine: typeof Combine$3B;
349
- Text: typeof Icon$aK;
350
- colorGradient: string;
468
+ Color: typeof Icon$aO;
469
+ Combine: typeof Combine$3A;
470
+ Text: typeof Icon$aM;
351
471
  colorPrimary: string;
352
472
  title: string;
353
473
  };
@@ -356,22 +476,17 @@ declare const Icons$3Q: CompoundedIcon$3Q;
356
476
  type AvatarProps$3P = Omit<RNIconAvatarProps, 'Icon'>;
357
477
  declare const Avatar$3P: React__default.NamedExoticComponent<AvatarProps$3P>;
358
478
 
359
- declare const Icon$aJ: React__default.NamedExoticComponent<RNIconProps$1>;
360
-
361
- interface CombineProps$3y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
362
- type?: 'color' | 'mono';
363
- }
364
- declare const Combine$3A: React__default.NamedExoticComponent<CombineProps$3y>;
479
+ type CombineProps$3x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
480
+ declare const Combine$3z: React__default.NamedExoticComponent<CombineProps$3x>;
365
481
 
366
- declare const Icon$aI: React__default.NamedExoticComponent<RNIconProps$1>;
482
+ declare const Icon$aL: React__default.NamedExoticComponent<RNIconProps$1>;
367
483
 
368
- declare const Icon$aH: React__default.NamedExoticComponent<RNIconProps$1>;
484
+ declare const Icon$aK: React__default.NamedExoticComponent<RNIconProps$1>;
369
485
 
370
- type CompoundedIcon$3P = typeof Icon$aI & {
486
+ type CompoundedIcon$3P = typeof Icon$aL & {
371
487
  Avatar: typeof Avatar$3P;
372
- Color: typeof Icon$aJ;
373
- Combine: typeof Combine$3A;
374
- Text: typeof Icon$aH;
488
+ Combine: typeof Combine$3z;
489
+ Text: typeof Icon$aK;
375
490
  colorPrimary: string;
376
491
  title: string;
377
492
  };
@@ -380,22 +495,25 @@ declare const Icons$3P: CompoundedIcon$3P;
380
495
  type AvatarProps$3O = Omit<RNIconAvatarProps, 'Icon'>;
381
496
  declare const Avatar$3O: React__default.NamedExoticComponent<AvatarProps$3O>;
382
497
 
383
- declare const Icon$aG: React__default.NamedExoticComponent<RNIconProps$1>;
498
+ declare const Icon$aJ: React__default.NamedExoticComponent<RNIconProps$1>;
384
499
 
385
- interface CombineProps$3x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
386
- type?: 'color' | 'mono';
387
- }
388
- declare const Combine$3z: React__default.NamedExoticComponent<CombineProps$3x>;
500
+ declare const Icon$aI: React__default.NamedExoticComponent<RNIconProps$1>;
501
+
502
+ declare const Icon$aH: React__default.NamedExoticComponent<RNIconProps$1>;
503
+
504
+ declare const Icon$aG: React__default.NamedExoticComponent<RNIconProps$1>;
389
505
 
390
506
  declare const Icon$aF: React__default.NamedExoticComponent<RNIconProps$1>;
391
507
 
392
508
  declare const Icon$aE: React__default.NamedExoticComponent<RNIconProps$1>;
393
509
 
394
- type CompoundedIcon$3O = typeof Icon$aF & {
510
+ type CompoundedIcon$3O = typeof Icon$aG & {
395
511
  Avatar: typeof Avatar$3O;
396
- Color: typeof Icon$aG;
397
- Combine: typeof Combine$3z;
398
- Text: typeof Icon$aE;
512
+ Brand: typeof Icon$aI;
513
+ BrandColor: typeof Icon$aJ;
514
+ Color: typeof Icon$aH;
515
+ Text: typeof Icon$aF;
516
+ TextCn: typeof Icon$aE;
399
517
  colorPrimary: string;
400
518
  title: string;
401
519
  };
@@ -415,11 +533,14 @@ declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
415
533
 
416
534
  declare const Icon$aB: React__default.NamedExoticComponent<RNIconProps$1>;
417
535
 
536
+ declare const Icon$aA: React__default.NamedExoticComponent<RNIconProps$1>;
537
+
418
538
  type CompoundedIcon$3N = typeof Icon$aC & {
419
539
  Avatar: typeof Avatar$3N;
420
540
  Color: typeof Icon$aD;
421
541
  Combine: typeof Combine$3y;
422
542
  Text: typeof Icon$aB;
543
+ TextCn: typeof Icon$aA;
423
544
  colorPrimary: string;
424
545
  title: string;
425
546
  };
@@ -428,22 +549,25 @@ declare const Icons$3N: CompoundedIcon$3N;
428
549
  type AvatarProps$3M = Omit<RNIconAvatarProps, 'Icon'>;
429
550
  declare const Avatar$3M: React__default.NamedExoticComponent<AvatarProps$3M>;
430
551
 
431
- declare const Icon$aA: React__default.NamedExoticComponent<RNIconProps$1>;
432
-
433
- interface CombineProps$3v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
434
- type?: 'color' | 'mono';
435
- }
436
- declare const Combine$3x: React__default.NamedExoticComponent<CombineProps$3v>;
437
-
438
552
  declare const Icon$az: React__default.NamedExoticComponent<RNIconProps$1>;
439
553
 
440
554
  declare const Icon$ay: React__default.NamedExoticComponent<RNIconProps$1>;
441
555
 
442
- type CompoundedIcon$3M = typeof Icon$az & {
556
+ declare const Icon$ax: React__default.NamedExoticComponent<RNIconProps$1>;
557
+
558
+ declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
559
+
560
+ declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
561
+
562
+ declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
563
+
564
+ type CompoundedIcon$3M = typeof Icon$aw & {
443
565
  Avatar: typeof Avatar$3M;
444
- Color: typeof Icon$aA;
445
- Combine: typeof Combine$3x;
446
- Text: typeof Icon$ay;
566
+ Brand: typeof Icon$ay;
567
+ BrandColor: typeof Icon$az;
568
+ Color: typeof Icon$ax;
569
+ Text: typeof Icon$av;
570
+ TextCn: typeof Icon$au;
447
571
  colorPrimary: string;
448
572
  title: string;
449
573
  };
@@ -452,22 +576,13 @@ declare const Icons$3M: CompoundedIcon$3M;
452
576
  type AvatarProps$3L = Omit<RNIconAvatarProps, 'Icon'>;
453
577
  declare const Avatar$3L: React__default.NamedExoticComponent<AvatarProps$3L>;
454
578
 
455
- declare const Icon$ax: React__default.NamedExoticComponent<RNIconProps$1>;
456
-
457
- interface CombineProps$3u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
458
- type?: 'color' | 'mono';
459
- }
460
- declare const Combine$3w: React__default.NamedExoticComponent<CombineProps$3u>;
461
-
462
- declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
579
+ declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
463
580
 
464
- declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
581
+ declare const Icon$as: React__default.NamedExoticComponent<RNIconProps$1>;
465
582
 
466
- type CompoundedIcon$3L = typeof Icon$aw & {
583
+ type CompoundedIcon$3L = typeof Icon$at & {
467
584
  Avatar: typeof Avatar$3L;
468
- Color: typeof Icon$ax;
469
- Combine: typeof Combine$3w;
470
- Text: typeof Icon$av;
585
+ Text: typeof Icon$as;
471
586
  colorPrimary: string;
472
587
  title: string;
473
588
  };
@@ -476,17 +591,22 @@ declare const Icons$3L: CompoundedIcon$3L;
476
591
  type AvatarProps$3K = Omit<RNIconAvatarProps, 'Icon'>;
477
592
  declare const Avatar$3K: React__default.NamedExoticComponent<AvatarProps$3K>;
478
593
 
479
- type CombineProps$3t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
480
- declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3t>;
594
+ declare const Icon$ar: React__default.NamedExoticComponent<RNIconProps$1>;
481
595
 
482
- declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
596
+ interface CombineProps$3v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
597
+ type?: 'color' | 'mono';
598
+ }
599
+ declare const Combine$3x: React__default.NamedExoticComponent<CombineProps$3v>;
483
600
 
484
- declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
601
+ declare const Icon$aq: React__default.NamedExoticComponent<RNIconProps$1>;
602
+
603
+ declare const Icon$ap: React__default.NamedExoticComponent<RNIconProps$1>;
485
604
 
486
- type CompoundedIcon$3K = typeof Icon$au & {
605
+ type CompoundedIcon$3K = typeof Icon$aq & {
487
606
  Avatar: typeof Avatar$3K;
488
- Combine: typeof Combine$3v;
489
- Text: typeof Icon$at;
607
+ Color: typeof Icon$ar;
608
+ Combine: typeof Combine$3x;
609
+ Text: typeof Icon$ap;
490
610
  colorPrimary: string;
491
611
  title: string;
492
612
  };
@@ -495,25 +615,22 @@ declare const Icons$3K: CompoundedIcon$3K;
495
615
  type AvatarProps$3J = Omit<RNIconAvatarProps, 'Icon'>;
496
616
  declare const Avatar$3J: React__default.NamedExoticComponent<AvatarProps$3J>;
497
617
 
498
- declare const Icon$as: React__default.NamedExoticComponent<RNIconProps$1>;
499
-
500
- declare const Icon$ar: React__default.NamedExoticComponent<RNIconProps$1>;
501
-
502
- declare const Icon$aq: React__default.NamedExoticComponent<RNIconProps$1>;
503
-
504
- declare const Icon$ap: React__default.NamedExoticComponent<RNIconProps$1>;
505
-
506
618
  declare const Icon$ao: React__default.NamedExoticComponent<RNIconProps$1>;
507
619
 
620
+ interface CombineProps$3u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
621
+ type?: 'color' | 'mono';
622
+ }
623
+ declare const Combine$3w: React__default.NamedExoticComponent<CombineProps$3u>;
624
+
508
625
  declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
509
626
 
510
- type CompoundedIcon$3J = typeof Icon$ap & {
627
+ declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
628
+
629
+ type CompoundedIcon$3J = typeof Icon$an & {
511
630
  Avatar: typeof Avatar$3J;
512
- Brand: typeof Icon$ar;
513
- BrandColor: typeof Icon$as;
514
- Color: typeof Icon$aq;
515
- Text: typeof Icon$ao;
516
- TextCn: typeof Icon$an;
631
+ Color: typeof Icon$ao;
632
+ Combine: typeof Combine$3w;
633
+ Text: typeof Icon$am;
517
634
  colorPrimary: string;
518
635
  title: string;
519
636
  };
@@ -522,25 +639,22 @@ declare const Icons$3J: CompoundedIcon$3J;
522
639
  type AvatarProps$3I = Omit<RNIconAvatarProps, 'Icon'>;
523
640
  declare const Avatar$3I: React__default.NamedExoticComponent<AvatarProps$3I>;
524
641
 
525
- declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
642
+ declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
526
643
 
527
- interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
644
+ interface CombineProps$3t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
528
645
  type?: 'color' | 'mono';
529
646
  }
530
- declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3s>;
531
-
532
- declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
647
+ declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3t>;
533
648
 
534
649
  declare const Icon$ak: React__default.NamedExoticComponent<RNIconProps$1>;
535
650
 
536
651
  declare const Icon$aj: React__default.NamedExoticComponent<RNIconProps$1>;
537
652
 
538
- type CompoundedIcon$3I = typeof Icon$al & {
653
+ type CompoundedIcon$3I = typeof Icon$ak & {
539
654
  Avatar: typeof Avatar$3I;
540
- Color: typeof Icon$am;
541
- Combine: typeof Combine$3u;
542
- Text: typeof Icon$ak;
543
- TextCn: typeof Icon$aj;
655
+ Color: typeof Icon$al;
656
+ Combine: typeof Combine$3v;
657
+ Text: typeof Icon$aj;
544
658
  colorPrimary: string;
545
659
  title: string;
546
660
  };
@@ -555,19 +669,22 @@ declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
555
669
 
556
670
  declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
557
671
 
672
+ interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
673
+ type?: 'color' | 'mono';
674
+ }
675
+ declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3s>;
676
+
558
677
  declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
559
678
 
560
679
  declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
561
680
 
562
- declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
563
-
564
681
  type CompoundedIcon$3H = typeof Icon$af & {
565
682
  Avatar: typeof Avatar$3H;
566
683
  Brand: typeof Icon$ah;
567
684
  BrandColor: typeof Icon$ai;
568
685
  Color: typeof Icon$ag;
686
+ Combine: typeof Combine$3u;
569
687
  Text: typeof Icon$ae;
570
- TextCn: typeof Icon$ad;
571
688
  colorPrimary: string;
572
689
  title: string;
573
690
  };
@@ -576,12 +693,21 @@ declare const Icons$3H: CompoundedIcon$3H;
576
693
  type AvatarProps$3G = Omit<RNIconAvatarProps, 'Icon'>;
577
694
  declare const Avatar$3G: React__default.NamedExoticComponent<AvatarProps$3G>;
578
695
 
696
+ declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
697
+
698
+ interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
699
+ type?: 'color' | 'mono';
700
+ }
701
+ declare const Combine$3t: React__default.NamedExoticComponent<CombineProps$3r>;
702
+
579
703
  declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
580
704
 
581
705
  declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
582
706
 
583
707
  type CompoundedIcon$3G = typeof Icon$ac & {
584
708
  Avatar: typeof Avatar$3G;
709
+ Color: typeof Icon$ad;
710
+ Combine: typeof Combine$3t;
585
711
  Text: typeof Icon$ab;
586
712
  colorPrimary: string;
587
713
  title: string;
@@ -593,10 +719,10 @@ declare const Avatar$3F: React__default.NamedExoticComponent<AvatarProps$3F>;
593
719
 
594
720
  declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
595
721
 
596
- interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
722
+ interface CombineProps$3q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
597
723
  type?: 'color' | 'mono';
598
724
  }
599
- declare const Combine$3t: React__default.NamedExoticComponent<CombineProps$3r>;
725
+ declare const Combine$3s: React__default.NamedExoticComponent<CombineProps$3q>;
600
726
 
601
727
  declare const Icon$a9: React__default.NamedExoticComponent<RNIconProps$1>;
602
728
 
@@ -605,7 +731,7 @@ declare const Icon$a8: React__default.NamedExoticComponent<RNIconProps$1>;
605
731
  type CompoundedIcon$3F = typeof Icon$a9 & {
606
732
  Avatar: typeof Avatar$3F;
607
733
  Color: typeof Icon$aa;
608
- Combine: typeof Combine$3t;
734
+ Combine: typeof Combine$3s;
609
735
  Text: typeof Icon$a8;
610
736
  colorPrimary: string;
611
737
  title: string;
@@ -617,10 +743,10 @@ declare const Avatar$3E: React__default.NamedExoticComponent<AvatarProps$3E>;
617
743
 
618
744
  declare const Icon$a7: React__default.NamedExoticComponent<RNIconProps$1>;
619
745
 
620
- interface CombineProps$3q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
746
+ interface CombineProps$3p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
621
747
  type?: 'color' | 'mono';
622
748
  }
623
- declare const Combine$3s: React__default.NamedExoticComponent<CombineProps$3q>;
749
+ declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3p>;
624
750
 
625
751
  declare const Icon$a6: React__default.NamedExoticComponent<RNIconProps$1>;
626
752
 
@@ -629,7 +755,7 @@ declare const Icon$a5: React__default.NamedExoticComponent<RNIconProps$1>;
629
755
  type CompoundedIcon$3E = typeof Icon$a6 & {
630
756
  Avatar: typeof Avatar$3E;
631
757
  Color: typeof Icon$a7;
632
- Combine: typeof Combine$3s;
758
+ Combine: typeof Combine$3r;
633
759
  Text: typeof Icon$a5;
634
760
  colorPrimary: string;
635
761
  title: string;
@@ -639,22 +765,17 @@ declare const Icons$3E: CompoundedIcon$3E;
639
765
  type AvatarProps$3D = Omit<RNIconAvatarProps, 'Icon'>;
640
766
  declare const Avatar$3D: React__default.NamedExoticComponent<AvatarProps$3D>;
641
767
 
642
- declare const Icon$a4: React__default.NamedExoticComponent<RNIconProps$1>;
768
+ type CombineProps$3o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
769
+ declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3o>;
643
770
 
644
- interface CombineProps$3p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
645
- type?: 'color' | 'mono';
646
- }
647
- declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3p>;
771
+ declare const Icon$a4: React__default.NamedExoticComponent<RNIconProps$1>;
648
772
 
649
773
  declare const Icon$a3: React__default.NamedExoticComponent<RNIconProps$1>;
650
774
 
651
- declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
652
-
653
- type CompoundedIcon$3D = typeof Icon$a3 & {
775
+ type CompoundedIcon$3D = typeof Icon$a4 & {
654
776
  Avatar: typeof Avatar$3D;
655
- Color: typeof Icon$a4;
656
- Combine: typeof Combine$3r;
657
- Text: typeof Icon$a2;
777
+ Combine: typeof Combine$3q;
778
+ Text: typeof Icon$a3;
658
779
  colorPrimary: string;
659
780
  title: string;
660
781
  };
@@ -663,28 +784,23 @@ declare const Icons$3D: CompoundedIcon$3D;
663
784
  type AvatarProps$3C = Omit<RNIconAvatarProps, 'Icon'>;
664
785
  declare const Avatar$3C: React__default.NamedExoticComponent<AvatarProps$3C>;
665
786
 
666
- declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
667
-
668
- declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
669
-
670
- declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
787
+ declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
671
788
 
672
- interface CombineProps$3o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
789
+ interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
673
790
  type?: 'color' | 'mono';
674
791
  }
675
- declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3o>;
792
+ declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3n>;
676
793
 
677
- declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
794
+ declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
678
795
 
679
- declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
796
+ declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
680
797
 
681
- type CompoundedIcon$3C = typeof Icon$9_ & {
798
+ type CompoundedIcon$3C = typeof Icon$a1 & {
682
799
  Avatar: typeof Avatar$3C;
683
- Brand: typeof Icon$a0;
684
- BrandColor: typeof Icon$a1;
685
- Color: typeof Icon$9$;
686
- Combine: typeof Combine$3q;
687
- Text: typeof Icon$9Z;
800
+ Color: typeof Icon$a2;
801
+ Combine: typeof Combine$3p;
802
+ Text: typeof Icon$a0;
803
+ colorGradient: string;
688
804
  colorPrimary: string;
689
805
  title: string;
690
806
  };
@@ -693,22 +809,25 @@ declare const Icons$3C: CompoundedIcon$3C;
693
809
  type AvatarProps$3B = Omit<RNIconAvatarProps, 'Icon'>;
694
810
  declare const Avatar$3B: React__default.NamedExoticComponent<AvatarProps$3B>;
695
811
 
696
- declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
812
+ declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
697
813
 
698
- interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
699
- type?: 'color' | 'mono';
700
- }
701
- declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3n>;
814
+ declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
815
+
816
+ declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
817
+
818
+ declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
702
819
 
703
820
  declare const Icon$9X: React__default.NamedExoticComponent<RNIconProps$1>;
704
821
 
705
822
  declare const Icon$9W: React__default.NamedExoticComponent<RNIconProps$1>;
706
823
 
707
- type CompoundedIcon$3B = typeof Icon$9X & {
824
+ type CompoundedIcon$3B = typeof Icon$9Y & {
708
825
  Avatar: typeof Avatar$3B;
709
- Color: typeof Icon$9Y;
710
- Combine: typeof Combine$3p;
711
- Text: typeof Icon$9W;
826
+ Brand: typeof Icon$9_;
827
+ BrandColor: typeof Icon$9$;
828
+ Color: typeof Icon$9Z;
829
+ Text: typeof Icon$9X;
830
+ TextCn: typeof Icon$9W;
712
831
  colorPrimary: string;
713
832
  title: string;
714
833
  };
@@ -809,25 +928,17 @@ declare const Icons$3x: CompoundedIcon$3x;
809
928
  type AvatarProps$3w = Omit<RNIconAvatarProps, 'Icon'>;
810
929
  declare const Avatar$3w: React__default.NamedExoticComponent<AvatarProps$3w>;
811
930
 
931
+ type CombineProps$3i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
932
+ declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3i>;
933
+
812
934
  declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
813
935
 
814
936
  declare const Icon$9J: React__default.NamedExoticComponent<RNIconProps$1>;
815
937
 
816
- declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
817
-
818
- declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
819
-
820
- declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
821
-
822
- declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
823
-
824
- type CompoundedIcon$3w = typeof Icon$9H & {
938
+ type CompoundedIcon$3w = typeof Icon$9K & {
825
939
  Avatar: typeof Avatar$3w;
826
- Brand: typeof Icon$9J;
827
- BrandColor: typeof Icon$9K;
828
- Color: typeof Icon$9I;
829
- Text: typeof Icon$9G;
830
- TextCn: typeof Icon$9F;
940
+ Combine: typeof Combine$3k;
941
+ Text: typeof Icon$9J;
831
942
  colorPrimary: string;
832
943
  title: string;
833
944
  };
@@ -836,22 +947,22 @@ declare const Icons$3w: CompoundedIcon$3w;
836
947
  type AvatarProps$3v = Omit<RNIconAvatarProps, 'Icon'>;
837
948
  declare const Avatar$3v: React__default.NamedExoticComponent<AvatarProps$3v>;
838
949
 
839
- declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
950
+ declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
840
951
 
841
- interface CombineProps$3i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
952
+ interface CombineProps$3h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
842
953
  type?: 'color' | 'mono';
843
954
  }
844
- declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3i>;
955
+ declare const Combine$3j: React__default.NamedExoticComponent<CombineProps$3h>;
845
956
 
846
- declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
957
+ declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
847
958
 
848
- declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
959
+ declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
849
960
 
850
- type CompoundedIcon$3v = typeof Icon$9D & {
961
+ type CompoundedIcon$3v = typeof Icon$9H & {
851
962
  Avatar: typeof Avatar$3v;
852
- Color: typeof Icon$9E;
853
- Combine: typeof Combine$3k;
854
- Text: typeof Icon$9C;
963
+ Color: typeof Icon$9I;
964
+ Combine: typeof Combine$3j;
965
+ Text: typeof Icon$9G;
855
966
  colorPrimary: string;
856
967
  title: string;
857
968
  };
@@ -860,22 +971,17 @@ declare const Icons$3v: CompoundedIcon$3v;
860
971
  type AvatarProps$3u = Omit<RNIconAvatarProps, 'Icon'>;
861
972
  declare const Avatar$3u: React__default.NamedExoticComponent<AvatarProps$3u>;
862
973
 
863
- declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
864
-
865
- interface CombineProps$3h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
866
- type?: 'color' | 'mono';
867
- }
868
- declare const Combine$3j: React__default.NamedExoticComponent<CombineProps$3h>;
974
+ type CombineProps$3g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
975
+ declare const Combine$3i: React__default.NamedExoticComponent<CombineProps$3g>;
869
976
 
870
- declare const Icon$9A: React__default.NamedExoticComponent<RNIconProps$1>;
977
+ declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
871
978
 
872
- declare const Icon$9z: React__default.NamedExoticComponent<RNIconProps$1>;
979
+ declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
873
980
 
874
- type CompoundedIcon$3u = typeof Icon$9A & {
981
+ type CompoundedIcon$3u = typeof Icon$9F & {
875
982
  Avatar: typeof Avatar$3u;
876
- Color: typeof Icon$9B;
877
- Combine: typeof Combine$3j;
878
- Text: typeof Icon$9z;
983
+ Combine: typeof Combine$3i;
984
+ Text: typeof Icon$9E;
879
985
  colorPrimary: string;
880
986
  title: string;
881
987
  };
@@ -884,17 +990,23 @@ declare const Icons$3u: CompoundedIcon$3u;
884
990
  type AvatarProps$3t = Omit<RNIconAvatarProps, 'Icon'>;
885
991
  declare const Avatar$3t: React__default.NamedExoticComponent<AvatarProps$3t>;
886
992
 
887
- type CombineProps$3g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
888
- declare const Combine$3i: React__default.NamedExoticComponent<CombineProps$3g>;
993
+ declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
889
994
 
890
- declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
995
+ interface CombineProps$3f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
996
+ type?: 'color' | 'mono';
997
+ }
998
+ declare const Combine$3h: React__default.NamedExoticComponent<CombineProps$3f>;
891
999
 
892
- declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
1000
+ declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
1001
+
1002
+ declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
893
1003
 
894
- type CompoundedIcon$3t = typeof Icon$9y & {
1004
+ type CompoundedIcon$3t = typeof Icon$9C & {
895
1005
  Avatar: typeof Avatar$3t;
896
- Combine: typeof Combine$3i;
897
- Text: typeof Icon$9x;
1006
+ Color: typeof Icon$9D;
1007
+ Combine: typeof Combine$3h;
1008
+ Text: typeof Icon$9B;
1009
+ colorGradient: string;
898
1010
  colorPrimary: string;
899
1011
  title: string;
900
1012
  };
@@ -903,23 +1015,22 @@ declare const Icons$3t: CompoundedIcon$3t;
903
1015
  type AvatarProps$3s = Omit<RNIconAvatarProps, 'Icon'>;
904
1016
  declare const Avatar$3s: React__default.NamedExoticComponent<AvatarProps$3s>;
905
1017
 
906
- declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
1018
+ declare const Icon$9A: React__default.NamedExoticComponent<RNIconProps$1>;
907
1019
 
908
- interface CombineProps$3f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1020
+ interface CombineProps$3e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
909
1021
  type?: 'color' | 'mono';
910
1022
  }
911
- declare const Combine$3h: React__default.NamedExoticComponent<CombineProps$3f>;
1023
+ declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3e>;
912
1024
 
913
- declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
1025
+ declare const Icon$9z: React__default.NamedExoticComponent<RNIconProps$1>;
914
1026
 
915
- declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
1027
+ declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
916
1028
 
917
- type CompoundedIcon$3s = typeof Icon$9v & {
1029
+ type CompoundedIcon$3s = typeof Icon$9z & {
918
1030
  Avatar: typeof Avatar$3s;
919
- Color: typeof Icon$9w;
920
- Combine: typeof Combine$3h;
921
- Text: typeof Icon$9u;
922
- colorGradient: string;
1031
+ Color: typeof Icon$9A;
1032
+ Combine: typeof Combine$3g;
1033
+ Text: typeof Icon$9y;
923
1034
  colorPrimary: string;
924
1035
  title: string;
925
1036
  };
@@ -928,17 +1039,25 @@ declare const Icons$3s: CompoundedIcon$3s;
928
1039
  type AvatarProps$3r = Omit<RNIconAvatarProps, 'Icon'>;
929
1040
  declare const Avatar$3r: React__default.NamedExoticComponent<AvatarProps$3r>;
930
1041
 
931
- type CombineProps$3e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
932
- declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3e>;
1042
+ declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
1043
+
1044
+ declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
1045
+
1046
+ declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
1047
+
1048
+ declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
933
1049
 
934
1050
  declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
935
1051
 
936
1052
  declare const Icon$9s: React__default.NamedExoticComponent<RNIconProps$1>;
937
1053
 
938
- type CompoundedIcon$3r = typeof Icon$9t & {
1054
+ type CompoundedIcon$3r = typeof Icon$9u & {
939
1055
  Avatar: typeof Avatar$3r;
940
- Combine: typeof Combine$3g;
941
- Text: typeof Icon$9s;
1056
+ Brand: typeof Icon$9w;
1057
+ BrandColor: typeof Icon$9x;
1058
+ Color: typeof Icon$9v;
1059
+ Text: typeof Icon$9t;
1060
+ TextCn: typeof Icon$9s;
942
1061
  colorPrimary: string;
943
1062
  title: string;
944
1063
  };
@@ -947,22 +1066,17 @@ declare const Icons$3r: CompoundedIcon$3r;
947
1066
  type AvatarProps$3q = Omit<RNIconAvatarProps, 'Icon'>;
948
1067
  declare const Avatar$3q: React__default.NamedExoticComponent<AvatarProps$3q>;
949
1068
 
950
- declare const Icon$9r: React__default.NamedExoticComponent<RNIconProps$1>;
951
-
952
- interface CombineProps$3d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
953
- type?: 'color' | 'mono';
954
- }
1069
+ type CombineProps$3d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
955
1070
  declare const Combine$3f: React__default.NamedExoticComponent<CombineProps$3d>;
956
1071
 
957
- declare const Icon$9q: React__default.NamedExoticComponent<RNIconProps$1>;
1072
+ declare const Icon$9r: React__default.NamedExoticComponent<RNIconProps$1>;
958
1073
 
959
- declare const Icon$9p: React__default.NamedExoticComponent<RNIconProps$1>;
1074
+ declare const Icon$9q: React__default.NamedExoticComponent<RNIconProps$1>;
960
1075
 
961
- type CompoundedIcon$3q = typeof Icon$9q & {
1076
+ type CompoundedIcon$3q = typeof Icon$9r & {
962
1077
  Avatar: typeof Avatar$3q;
963
- Color: typeof Icon$9r;
964
1078
  Combine: typeof Combine$3f;
965
- Text: typeof Icon$9p;
1079
+ Text: typeof Icon$9q;
966
1080
  colorPrimary: string;
967
1081
  title: string;
968
1082
  };
@@ -971,17 +1085,28 @@ declare const Icons$3q: CompoundedIcon$3q;
971
1085
  type AvatarProps$3p = Omit<RNIconAvatarProps, 'Icon'>;
972
1086
  declare const Avatar$3p: React__default.NamedExoticComponent<AvatarProps$3p>;
973
1087
 
974
- type CombineProps$3c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
975
- declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3c>;
1088
+ declare const Icon$9p: React__default.NamedExoticComponent<RNIconProps$1>;
976
1089
 
977
1090
  declare const Icon$9o: React__default.NamedExoticComponent<RNIconProps$1>;
978
1091
 
979
1092
  declare const Icon$9n: React__default.NamedExoticComponent<RNIconProps$1>;
980
1093
 
981
- type CompoundedIcon$3p = typeof Icon$9o & {
1094
+ interface CombineProps$3c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1095
+ type?: 'color' | 'mono';
1096
+ }
1097
+ declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3c>;
1098
+
1099
+ declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
1100
+
1101
+ declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
1102
+
1103
+ type CompoundedIcon$3p = typeof Icon$9m & {
982
1104
  Avatar: typeof Avatar$3p;
1105
+ Brand: typeof Icon$9o;
1106
+ BrandColor: typeof Icon$9p;
1107
+ Color: typeof Icon$9n;
983
1108
  Combine: typeof Combine$3e;
984
- Text: typeof Icon$9n;
1109
+ Text: typeof Icon$9l;
985
1110
  colorPrimary: string;
986
1111
  title: string;
987
1112
  };
@@ -990,23 +1115,28 @@ declare const Icons$3p: CompoundedIcon$3p;
990
1115
  type AvatarProps$3o = Omit<RNIconAvatarProps, 'Icon'>;
991
1116
  declare const Avatar$3o: React__default.NamedExoticComponent<AvatarProps$3o>;
992
1117
 
993
- declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
1118
+ declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
1119
+
1120
+ declare const Icon$9j: React__default.NamedExoticComponent<RNIconProps$1>;
1121
+
1122
+ declare const Icon$9i: React__default.NamedExoticComponent<RNIconProps$1>;
994
1123
 
995
1124
  interface CombineProps$3b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
996
1125
  type?: 'color' | 'mono';
997
1126
  }
998
1127
  declare const Combine$3d: React__default.NamedExoticComponent<CombineProps$3b>;
999
1128
 
1000
- declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
1129
+ declare const Icon$9h: React__default.NamedExoticComponent<RNIconProps$1>;
1001
1130
 
1002
- declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
1131
+ declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
1003
1132
 
1004
- type CompoundedIcon$3o = typeof Icon$9l & {
1133
+ type CompoundedIcon$3o = typeof Icon$9h & {
1005
1134
  Avatar: typeof Avatar$3o;
1006
- Color: typeof Icon$9m;
1135
+ Brand: typeof Icon$9j;
1136
+ BrandColor: typeof Icon$9k;
1137
+ Color: typeof Icon$9i;
1007
1138
  Combine: typeof Combine$3d;
1008
- Text: typeof Icon$9k;
1009
- colorGradient: string;
1139
+ Text: typeof Icon$9g;
1010
1140
  colorPrimary: string;
1011
1141
  title: string;
1012
1142
  };
@@ -1015,22 +1145,23 @@ declare const Icons$3o: CompoundedIcon$3o;
1015
1145
  type AvatarProps$3n = Omit<RNIconAvatarProps, 'Icon'>;
1016
1146
  declare const Avatar$3n: React__default.NamedExoticComponent<AvatarProps$3n>;
1017
1147
 
1018
- declare const Icon$9j: React__default.NamedExoticComponent<RNIconProps$1>;
1148
+ declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
1019
1149
 
1020
1150
  interface CombineProps$3a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1021
1151
  type?: 'color' | 'mono';
1022
1152
  }
1023
1153
  declare const Combine$3c: React__default.NamedExoticComponent<CombineProps$3a>;
1024
1154
 
1025
- declare const Icon$9i: React__default.NamedExoticComponent<RNIconProps$1>;
1155
+ declare const Icon$9e: React__default.NamedExoticComponent<RNIconProps$1>;
1026
1156
 
1027
- declare const Icon$9h: React__default.NamedExoticComponent<RNIconProps$1>;
1157
+ declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
1028
1158
 
1029
- type CompoundedIcon$3n = typeof Icon$9i & {
1159
+ type CompoundedIcon$3n = typeof Icon$9e & {
1030
1160
  Avatar: typeof Avatar$3n;
1031
- Color: typeof Icon$9j;
1161
+ Color: typeof Icon$9f;
1032
1162
  Combine: typeof Combine$3c;
1033
- Text: typeof Icon$9h;
1163
+ Text: typeof Icon$9d;
1164
+ colorGradient: string;
1034
1165
  colorPrimary: string;
1035
1166
  title: string;
1036
1167
  };
@@ -1039,25 +1170,25 @@ declare const Icons$3n: CompoundedIcon$3n;
1039
1170
  type AvatarProps$3m = Omit<RNIconAvatarProps, 'Icon'>;
1040
1171
  declare const Avatar$3m: React__default.NamedExoticComponent<AvatarProps$3m>;
1041
1172
 
1042
- declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
1043
-
1044
- declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
1173
+ declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
1045
1174
 
1046
- declare const Icon$9e: React__default.NamedExoticComponent<RNIconProps$1>;
1175
+ interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1176
+ type?: 'color' | 'mono';
1177
+ }
1178
+ declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$39>;
1047
1179
 
1048
- declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
1180
+ declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
1049
1181
 
1050
- declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
1182
+ declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
1051
1183
 
1052
- declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
1184
+ declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
1053
1185
 
1054
- type CompoundedIcon$3m = typeof Icon$9d & {
1186
+ type CompoundedIcon$3m = typeof Icon$9b & {
1055
1187
  Avatar: typeof Avatar$3m;
1056
- Brand: typeof Icon$9f;
1057
- BrandColor: typeof Icon$9g;
1058
- Color: typeof Icon$9e;
1059
- Text: typeof Icon$9c;
1060
- TextCn: typeof Icon$9b;
1188
+ Color: typeof Icon$9c;
1189
+ Combine: typeof Combine$3b;
1190
+ Text: typeof Icon$9a;
1191
+ TextColor: typeof Icon$99;
1061
1192
  colorPrimary: string;
1062
1193
  title: string;
1063
1194
  };
@@ -1066,16 +1197,12 @@ declare const Icons$3m: CompoundedIcon$3m;
1066
1197
  type AvatarProps$3l = Omit<RNIconAvatarProps, 'Icon'>;
1067
1198
  declare const Avatar$3l: React__default.NamedExoticComponent<AvatarProps$3l>;
1068
1199
 
1069
- declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
1070
-
1071
- declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
1072
-
1073
1200
  declare const Icon$98: React__default.NamedExoticComponent<RNIconProps$1>;
1074
1201
 
1075
- interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1202
+ interface CombineProps$38 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1076
1203
  type?: 'color' | 'mono';
1077
1204
  }
1078
- declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$39>;
1205
+ declare const Combine$3a: React__default.NamedExoticComponent<CombineProps$38>;
1079
1206
 
1080
1207
  declare const Icon$97: React__default.NamedExoticComponent<RNIconProps$1>;
1081
1208
 
@@ -1083,10 +1210,8 @@ declare const Icon$96: React__default.NamedExoticComponent<RNIconProps$1>;
1083
1210
 
1084
1211
  type CompoundedIcon$3l = typeof Icon$97 & {
1085
1212
  Avatar: typeof Avatar$3l;
1086
- Brand: typeof Icon$99;
1087
- BrandColor: typeof Icon$9a;
1088
1213
  Color: typeof Icon$98;
1089
- Combine: typeof Combine$3b;
1214
+ Combine: typeof Combine$3a;
1090
1215
  Text: typeof Icon$96;
1091
1216
  colorPrimary: string;
1092
1217
  title: string;
@@ -1096,28 +1221,17 @@ declare const Icons$3l: CompoundedIcon$3l;
1096
1221
  type AvatarProps$3k = Omit<RNIconAvatarProps, 'Icon'>;
1097
1222
  declare const Avatar$3k: React__default.NamedExoticComponent<AvatarProps$3k>;
1098
1223
 
1224
+ type CombineProps$37 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1225
+ declare const Combine$39: React__default.NamedExoticComponent<CombineProps$37>;
1226
+
1099
1227
  declare const Icon$95: React__default.NamedExoticComponent<RNIconProps$1>;
1100
1228
 
1101
1229
  declare const Icon$94: React__default.NamedExoticComponent<RNIconProps$1>;
1102
1230
 
1103
- declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
1104
-
1105
- interface CombineProps$38 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1106
- type?: 'color' | 'mono';
1107
- }
1108
- declare const Combine$3a: React__default.NamedExoticComponent<CombineProps$38>;
1109
-
1110
- declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
1111
-
1112
- declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1113
-
1114
- type CompoundedIcon$3k = typeof Icon$92 & {
1231
+ type CompoundedIcon$3k = typeof Icon$95 & {
1115
1232
  Avatar: typeof Avatar$3k;
1116
- Brand: typeof Icon$94;
1117
- BrandColor: typeof Icon$95;
1118
- Color: typeof Icon$93;
1119
- Combine: typeof Combine$3a;
1120
- Text: typeof Icon$91;
1233
+ Combine: typeof Combine$39;
1234
+ Text: typeof Icon$94;
1121
1235
  colorPrimary: string;
1122
1236
  title: string;
1123
1237
  };
@@ -1126,23 +1240,17 @@ declare const Icons$3k: CompoundedIcon$3k;
1126
1240
  type AvatarProps$3j = Omit<RNIconAvatarProps, 'Icon'>;
1127
1241
  declare const Avatar$3j: React__default.NamedExoticComponent<AvatarProps$3j>;
1128
1242
 
1129
- declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
1130
-
1131
- interface CombineProps$37 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1132
- type?: 'color' | 'mono';
1133
- }
1134
- declare const Combine$39: React__default.NamedExoticComponent<CombineProps$37>;
1243
+ type CombineProps$36 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1244
+ declare const Combine$38: React__default.NamedExoticComponent<CombineProps$36>;
1135
1245
 
1136
- declare const Icon$8$: React__default.NamedExoticComponent<RNIconProps$1>;
1246
+ declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
1137
1247
 
1138
- declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1248
+ declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
1139
1249
 
1140
- type CompoundedIcon$3j = typeof Icon$8$ & {
1250
+ type CompoundedIcon$3j = typeof Icon$93 & {
1141
1251
  Avatar: typeof Avatar$3j;
1142
- Color: typeof Icon$90;
1143
- Combine: typeof Combine$39;
1144
- Text: typeof Icon$8_;
1145
- colorGradient: string;
1252
+ Combine: typeof Combine$38;
1253
+ Text: typeof Icon$92;
1146
1254
  colorPrimary: string;
1147
1255
  title: string;
1148
1256
  };
@@ -1151,25 +1259,22 @@ declare const Icons$3j: CompoundedIcon$3j;
1151
1259
  type AvatarProps$3i = Omit<RNIconAvatarProps, 'Icon'>;
1152
1260
  declare const Avatar$3i: React__default.NamedExoticComponent<AvatarProps$3i>;
1153
1261
 
1154
- declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
1262
+ declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
1155
1263
 
1156
- interface CombineProps$36 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1264
+ interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1157
1265
  type?: 'color' | 'mono';
1158
1266
  }
1159
- declare const Combine$38: React__default.NamedExoticComponent<CombineProps$36>;
1160
-
1161
- declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1267
+ declare const Combine$37: React__default.NamedExoticComponent<CombineProps$35>;
1162
1268
 
1163
- declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1269
+ declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
1164
1270
 
1165
- declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1271
+ declare const Icon$8$: React__default.NamedExoticComponent<RNIconProps$1>;
1166
1272
 
1167
- type CompoundedIcon$3i = typeof Icon$8Y & {
1273
+ type CompoundedIcon$3i = typeof Icon$90 & {
1168
1274
  Avatar: typeof Avatar$3i;
1169
- Color: typeof Icon$8Z;
1170
- Combine: typeof Combine$38;
1171
- Text: typeof Icon$8X;
1172
- TextColor: typeof Icon$8W;
1275
+ Color: typeof Icon$91;
1276
+ Combine: typeof Combine$37;
1277
+ Text: typeof Icon$8$;
1173
1278
  colorPrimary: string;
1174
1279
  title: string;
1175
1280
  };
@@ -1178,22 +1283,23 @@ declare const Icons$3i: CompoundedIcon$3i;
1178
1283
  type AvatarProps$3h = Omit<RNIconAvatarProps, 'Icon'>;
1179
1284
  declare const Avatar$3h: React__default.NamedExoticComponent<AvatarProps$3h>;
1180
1285
 
1181
- declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1286
+ declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
1182
1287
 
1183
- interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1288
+ interface CombineProps$34 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1184
1289
  type?: 'color' | 'mono';
1185
1290
  }
1186
- declare const Combine$37: React__default.NamedExoticComponent<CombineProps$35>;
1291
+ declare const Combine$36: React__default.NamedExoticComponent<CombineProps$34>;
1187
1292
 
1188
- declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1293
+ declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
1189
1294
 
1190
- declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1295
+ declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
1191
1296
 
1192
- type CompoundedIcon$3h = typeof Icon$8U & {
1297
+ type CompoundedIcon$3h = typeof Icon$8Z & {
1193
1298
  Avatar: typeof Avatar$3h;
1194
- Color: typeof Icon$8V;
1195
- Combine: typeof Combine$37;
1196
- Text: typeof Icon$8T;
1299
+ Color: typeof Icon$8_;
1300
+ Combine: typeof Combine$36;
1301
+ Text: typeof Icon$8Y;
1302
+ colorGradient: string;
1197
1303
  colorPrimary: string;
1198
1304
  title: string;
1199
1305
  };
@@ -1202,17 +1308,23 @@ declare const Icons$3h: CompoundedIcon$3h;
1202
1308
  type AvatarProps$3g = Omit<RNIconAvatarProps, 'Icon'>;
1203
1309
  declare const Avatar$3g: React__default.NamedExoticComponent<AvatarProps$3g>;
1204
1310
 
1205
- type CombineProps$34 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1206
- declare const Combine$36: React__default.NamedExoticComponent<CombineProps$34>;
1311
+ declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
1207
1312
 
1208
- declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1313
+ interface CombineProps$33 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1314
+ type?: 'color' | 'mono';
1315
+ }
1316
+ declare const Combine$35: React__default.NamedExoticComponent<CombineProps$33>;
1209
1317
 
1210
- declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1318
+ declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
1319
+
1320
+ declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
1211
1321
 
1212
- type CompoundedIcon$3g = typeof Icon$8S & {
1322
+ type CompoundedIcon$3g = typeof Icon$8W & {
1213
1323
  Avatar: typeof Avatar$3g;
1214
- Combine: typeof Combine$36;
1215
- Text: typeof Icon$8R;
1324
+ Color: typeof Icon$8X;
1325
+ Combine: typeof Combine$35;
1326
+ Text: typeof Icon$8V;
1327
+ colorGradient: string;
1216
1328
  colorPrimary: string;
1217
1329
  title: string;
1218
1330
  };
@@ -1221,17 +1333,23 @@ declare const Icons$3g: CompoundedIcon$3g;
1221
1333
  type AvatarProps$3f = Omit<RNIconAvatarProps, 'Icon'>;
1222
1334
  declare const Avatar$3f: React__default.NamedExoticComponent<AvatarProps$3f>;
1223
1335
 
1224
- type CombineProps$33 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1225
- declare const Combine$35: React__default.NamedExoticComponent<CombineProps$33>;
1226
-
1227
- declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1336
+ declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
1228
1337
 
1229
- declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1338
+ interface CombineProps$32 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1339
+ type?: 'color' | 'mono';
1340
+ }
1341
+ declare const Combine$34: React__default.NamedExoticComponent<CombineProps$32>;
1230
1342
 
1231
- type CompoundedIcon$3f = typeof Icon$8Q & {
1343
+ declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
1344
+
1345
+ declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
1346
+
1347
+ type CompoundedIcon$3f = typeof Icon$8T & {
1232
1348
  Avatar: typeof Avatar$3f;
1233
- Combine: typeof Combine$35;
1234
- Text: typeof Icon$8P;
1349
+ Color: typeof Icon$8U;
1350
+ Combine: typeof Combine$34;
1351
+ Text: typeof Icon$8S;
1352
+ colorGradient: string;
1235
1353
  colorPrimary: string;
1236
1354
  title: string;
1237
1355
  };
@@ -1240,22 +1358,22 @@ declare const Icons$3f: CompoundedIcon$3f;
1240
1358
  type AvatarProps$3e = Omit<RNIconAvatarProps, 'Icon'>;
1241
1359
  declare const Avatar$3e: React__default.NamedExoticComponent<AvatarProps$3e>;
1242
1360
 
1243
- declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1361
+ declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
1244
1362
 
1245
- interface CombineProps$32 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1363
+ interface CombineProps$31 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1246
1364
  type?: 'color' | 'mono';
1247
1365
  }
1248
- declare const Combine$34: React__default.NamedExoticComponent<CombineProps$32>;
1366
+ declare const Combine$33: React__default.NamedExoticComponent<CombineProps$31>;
1249
1367
 
1250
- declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
1368
+ declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
1251
1369
 
1252
- declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1370
+ declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
1253
1371
 
1254
- type CompoundedIcon$3e = typeof Icon$8N & {
1372
+ type CompoundedIcon$3e = typeof Icon$8Q & {
1255
1373
  Avatar: typeof Avatar$3e;
1256
- Color: typeof Icon$8O;
1257
- Combine: typeof Combine$34;
1258
- Text: typeof Icon$8M;
1374
+ Color: typeof Icon$8R;
1375
+ Combine: typeof Combine$33;
1376
+ Text: typeof Icon$8P;
1259
1377
  colorPrimary: string;
1260
1378
  title: string;
1261
1379
  };
@@ -1264,23 +1382,22 @@ declare const Icons$3e: CompoundedIcon$3e;
1264
1382
  type AvatarProps$3d = Omit<RNIconAvatarProps, 'Icon'>;
1265
1383
  declare const Avatar$3d: React__default.NamedExoticComponent<AvatarProps$3d>;
1266
1384
 
1267
- declare const Icon$8L: React__default.NamedExoticComponent<RNIconProps$1>;
1385
+ declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
1268
1386
 
1269
- interface CombineProps$31 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1387
+ interface CombineProps$30 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1270
1388
  type?: 'color' | 'mono';
1271
1389
  }
1272
- declare const Combine$33: React__default.NamedExoticComponent<CombineProps$31>;
1390
+ declare const Combine$32: React__default.NamedExoticComponent<CombineProps$30>;
1273
1391
 
1274
- declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
1392
+ declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
1275
1393
 
1276
- declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
1394
+ declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
1277
1395
 
1278
- type CompoundedIcon$3d = typeof Icon$8K & {
1396
+ type CompoundedIcon$3d = typeof Icon$8N & {
1279
1397
  Avatar: typeof Avatar$3d;
1280
- Color: typeof Icon$8L;
1281
- Combine: typeof Combine$33;
1282
- Text: typeof Icon$8J;
1283
- colorGradient: string;
1398
+ Color: typeof Icon$8O;
1399
+ Combine: typeof Combine$32;
1400
+ Text: typeof Icon$8M;
1284
1401
  colorPrimary: string;
1285
1402
  title: string;
1286
1403
  };
@@ -1289,23 +1406,22 @@ declare const Icons$3d: CompoundedIcon$3d;
1289
1406
  type AvatarProps$3c = Omit<RNIconAvatarProps, 'Icon'>;
1290
1407
  declare const Avatar$3c: React__default.NamedExoticComponent<AvatarProps$3c>;
1291
1408
 
1292
- declare const Icon$8I: React__default.NamedExoticComponent<RNIconProps$1>;
1409
+ declare const Icon$8L: React__default.NamedExoticComponent<RNIconProps$1>;
1293
1410
 
1294
- interface CombineProps$30 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1411
+ interface CombineProps$2$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1295
1412
  type?: 'color' | 'mono';
1296
1413
  }
1297
- declare const Combine$32: React__default.NamedExoticComponent<CombineProps$30>;
1414
+ declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2$>;
1298
1415
 
1299
- declare const Icon$8H: React__default.NamedExoticComponent<RNIconProps$1>;
1416
+ declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
1300
1417
 
1301
- declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1418
+ declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
1302
1419
 
1303
- type CompoundedIcon$3c = typeof Icon$8H & {
1420
+ type CompoundedIcon$3c = typeof Icon$8K & {
1304
1421
  Avatar: typeof Avatar$3c;
1305
- Color: typeof Icon$8I;
1306
- Combine: typeof Combine$32;
1307
- Text: typeof Icon$8G;
1308
- colorGradient: string;
1422
+ Color: typeof Icon$8L;
1423
+ Combine: typeof Combine$31;
1424
+ Text: typeof Icon$8J;
1309
1425
  colorPrimary: string;
1310
1426
  title: string;
1311
1427
  };
@@ -1314,23 +1430,22 @@ declare const Icons$3c: CompoundedIcon$3c;
1314
1430
  type AvatarProps$3b = Omit<RNIconAvatarProps, 'Icon'>;
1315
1431
  declare const Avatar$3b: React__default.NamedExoticComponent<AvatarProps$3b>;
1316
1432
 
1317
- declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1433
+ declare const Icon$8I: React__default.NamedExoticComponent<RNIconProps$1>;
1318
1434
 
1319
- interface CombineProps$2$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1435
+ interface CombineProps$2_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1320
1436
  type?: 'color' | 'mono';
1321
1437
  }
1322
- declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2$>;
1438
+ declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2_>;
1323
1439
 
1324
- declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
1440
+ declare const Icon$8H: React__default.NamedExoticComponent<RNIconProps$1>;
1325
1441
 
1326
- declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
1442
+ declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
1327
1443
 
1328
- type CompoundedIcon$3b = typeof Icon$8E & {
1444
+ type CompoundedIcon$3b = typeof Icon$8H & {
1329
1445
  Avatar: typeof Avatar$3b;
1330
- Color: typeof Icon$8F;
1331
- Combine: typeof Combine$31;
1332
- Text: typeof Icon$8D;
1333
- colorGradient: string;
1446
+ Color: typeof Icon$8I;
1447
+ Combine: typeof Combine$30;
1448
+ Text: typeof Icon$8G;
1334
1449
  colorPrimary: string;
1335
1450
  title: string;
1336
1451
  };
@@ -1339,22 +1454,22 @@ declare const Icons$3b: CompoundedIcon$3b;
1339
1454
  type AvatarProps$3a = Omit<RNIconAvatarProps, 'Icon'>;
1340
1455
  declare const Avatar$3a: React__default.NamedExoticComponent<AvatarProps$3a>;
1341
1456
 
1342
- declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1457
+ declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
1343
1458
 
1344
- interface CombineProps$2_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1459
+ interface CombineProps$2Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1345
1460
  type?: 'color' | 'mono';
1346
1461
  }
1347
- declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2_>;
1462
+ declare const Combine$2$: React__default.NamedExoticComponent<CombineProps$2Z>;
1348
1463
 
1349
- declare const Icon$8B: React__default.NamedExoticComponent<RNIconProps$1>;
1464
+ declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
1350
1465
 
1351
- declare const Icon$8A: React__default.NamedExoticComponent<RNIconProps$1>;
1466
+ declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
1352
1467
 
1353
- type CompoundedIcon$3a = typeof Icon$8B & {
1468
+ type CompoundedIcon$3a = typeof Icon$8E & {
1354
1469
  Avatar: typeof Avatar$3a;
1355
- Color: typeof Icon$8C;
1356
- Combine: typeof Combine$30;
1357
- Text: typeof Icon$8A;
1470
+ Color: typeof Icon$8F;
1471
+ Combine: typeof Combine$2$;
1472
+ Text: typeof Icon$8D;
1358
1473
  colorPrimary: string;
1359
1474
  title: string;
1360
1475
  };
@@ -1363,22 +1478,22 @@ declare const Icons$3a: CompoundedIcon$3a;
1363
1478
  type AvatarProps$39 = Omit<RNIconAvatarProps, 'Icon'>;
1364
1479
  declare const Avatar$39: React__default.NamedExoticComponent<AvatarProps$39>;
1365
1480
 
1366
- declare const Icon$8z: React__default.NamedExoticComponent<RNIconProps$1>;
1481
+ declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
1367
1482
 
1368
- interface CombineProps$2Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1483
+ interface CombineProps$2Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1369
1484
  type?: 'color' | 'mono';
1370
1485
  }
1371
- declare const Combine$2$: React__default.NamedExoticComponent<CombineProps$2Z>;
1486
+ declare const Combine$2_: React__default.NamedExoticComponent<CombineProps$2Y>;
1372
1487
 
1373
- declare const Icon$8y: React__default.NamedExoticComponent<RNIconProps$1>;
1488
+ declare const Icon$8B: React__default.NamedExoticComponent<RNIconProps$1>;
1374
1489
 
1375
- declare const Icon$8x: React__default.NamedExoticComponent<RNIconProps$1>;
1490
+ declare const Icon$8A: React__default.NamedExoticComponent<RNIconProps$1>;
1376
1491
 
1377
- type CompoundedIcon$39 = typeof Icon$8y & {
1492
+ type CompoundedIcon$39 = typeof Icon$8B & {
1378
1493
  Avatar: typeof Avatar$39;
1379
- Color: typeof Icon$8z;
1380
- Combine: typeof Combine$2$;
1381
- Text: typeof Icon$8x;
1494
+ Color: typeof Icon$8C;
1495
+ Combine: typeof Combine$2_;
1496
+ Text: typeof Icon$8A;
1382
1497
  colorPrimary: string;
1383
1498
  title: string;
1384
1499
  };
@@ -1387,22 +1502,22 @@ declare const Icons$39: CompoundedIcon$39;
1387
1502
  type AvatarProps$38 = Omit<RNIconAvatarProps, 'Icon'>;
1388
1503
  declare const Avatar$38: React__default.NamedExoticComponent<AvatarProps$38>;
1389
1504
 
1390
- declare const Icon$8w: React__default.NamedExoticComponent<RNIconProps$1>;
1505
+ declare const Icon$8z: React__default.NamedExoticComponent<RNIconProps$1>;
1391
1506
 
1392
- interface CombineProps$2Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1507
+ interface CombineProps$2X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1393
1508
  type?: 'color' | 'mono';
1394
1509
  }
1395
- declare const Combine$2_: React__default.NamedExoticComponent<CombineProps$2Y>;
1510
+ declare const Combine$2Z: React__default.NamedExoticComponent<CombineProps$2X>;
1396
1511
 
1397
- declare const Icon$8v: React__default.NamedExoticComponent<RNIconProps$1>;
1512
+ declare const Icon$8y: React__default.NamedExoticComponent<RNIconProps$1>;
1398
1513
 
1399
- declare const Icon$8u: React__default.NamedExoticComponent<RNIconProps$1>;
1514
+ declare const Icon$8x: React__default.NamedExoticComponent<RNIconProps$1>;
1400
1515
 
1401
- type CompoundedIcon$38 = typeof Icon$8v & {
1516
+ type CompoundedIcon$38 = typeof Icon$8y & {
1402
1517
  Avatar: typeof Avatar$38;
1403
- Color: typeof Icon$8w;
1404
- Combine: typeof Combine$2_;
1405
- Text: typeof Icon$8u;
1518
+ Color: typeof Icon$8z;
1519
+ Combine: typeof Combine$2Z;
1520
+ Text: typeof Icon$8x;
1406
1521
  colorPrimary: string;
1407
1522
  title: string;
1408
1523
  };
@@ -1411,22 +1526,22 @@ declare const Icons$38: CompoundedIcon$38;
1411
1526
  type AvatarProps$37 = Omit<RNIconAvatarProps, 'Icon'>;
1412
1527
  declare const Avatar$37: React__default.NamedExoticComponent<AvatarProps$37>;
1413
1528
 
1414
- declare const Icon$8t: React__default.NamedExoticComponent<RNIconProps$1>;
1529
+ declare const Icon$8w: React__default.NamedExoticComponent<RNIconProps$1>;
1415
1530
 
1416
- interface CombineProps$2X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1531
+ interface CombineProps$2W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1417
1532
  type?: 'color' | 'mono';
1418
1533
  }
1419
- declare const Combine$2Z: React__default.NamedExoticComponent<CombineProps$2X>;
1534
+ declare const Combine$2Y: React__default.NamedExoticComponent<CombineProps$2W>;
1420
1535
 
1421
- declare const Icon$8s: React__default.NamedExoticComponent<RNIconProps$1>;
1536
+ declare const Icon$8v: React__default.NamedExoticComponent<RNIconProps$1>;
1422
1537
 
1423
- declare const Icon$8r: React__default.NamedExoticComponent<RNIconProps$1>;
1538
+ declare const Icon$8u: React__default.NamedExoticComponent<RNIconProps$1>;
1424
1539
 
1425
- type CompoundedIcon$37 = typeof Icon$8s & {
1540
+ type CompoundedIcon$37 = typeof Icon$8v & {
1426
1541
  Avatar: typeof Avatar$37;
1427
- Color: typeof Icon$8t;
1428
- Combine: typeof Combine$2Z;
1429
- Text: typeof Icon$8r;
1542
+ Color: typeof Icon$8w;
1543
+ Combine: typeof Combine$2Y;
1544
+ Text: typeof Icon$8u;
1430
1545
  colorPrimary: string;
1431
1546
  title: string;
1432
1547
  };
@@ -1435,22 +1550,17 @@ declare const Icons$37: CompoundedIcon$37;
1435
1550
  type AvatarProps$36 = Omit<RNIconAvatarProps, 'Icon'>;
1436
1551
  declare const Avatar$36: React__default.NamedExoticComponent<AvatarProps$36>;
1437
1552
 
1438
- declare const Icon$8q: React__default.NamedExoticComponent<RNIconProps$1>;
1439
-
1440
- interface CombineProps$2W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1441
- type?: 'color' | 'mono';
1442
- }
1443
- declare const Combine$2Y: React__default.NamedExoticComponent<CombineProps$2W>;
1553
+ type CombineProps$2V = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1554
+ declare const Combine$2X: React__default.NamedExoticComponent<CombineProps$2V>;
1444
1555
 
1445
- declare const Icon$8p: React__default.NamedExoticComponent<RNIconProps$1>;
1556
+ declare const Icon$8t: React__default.NamedExoticComponent<RNIconProps$1>;
1446
1557
 
1447
- declare const Icon$8o: React__default.NamedExoticComponent<RNIconProps$1>;
1558
+ declare const Icon$8s: React__default.NamedExoticComponent<RNIconProps$1>;
1448
1559
 
1449
- type CompoundedIcon$36 = typeof Icon$8p & {
1560
+ type CompoundedIcon$36 = typeof Icon$8t & {
1450
1561
  Avatar: typeof Avatar$36;
1451
- Color: typeof Icon$8q;
1452
- Combine: typeof Combine$2Y;
1453
- Text: typeof Icon$8o;
1562
+ Combine: typeof Combine$2X;
1563
+ Text: typeof Icon$8s;
1454
1564
  colorPrimary: string;
1455
1565
  title: string;
1456
1566
  };
@@ -1459,22 +1569,28 @@ declare const Icons$36: CompoundedIcon$36;
1459
1569
  type AvatarProps$35 = Omit<RNIconAvatarProps, 'Icon'>;
1460
1570
  declare const Avatar$35: React__default.NamedExoticComponent<AvatarProps$35>;
1461
1571
 
1462
- declare const Icon$8n: React__default.NamedExoticComponent<RNIconProps$1>;
1572
+ declare const Icon$8r: React__default.NamedExoticComponent<RNIconProps$1>;
1463
1573
 
1464
- interface CombineProps$2V extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1574
+ declare const Icon$8q: React__default.NamedExoticComponent<RNIconProps$1>;
1575
+
1576
+ declare const Icon$8p: React__default.NamedExoticComponent<RNIconProps$1>;
1577
+
1578
+ interface CombineProps$2U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1465
1579
  type?: 'color' | 'mono';
1466
1580
  }
1467
- declare const Combine$2X: React__default.NamedExoticComponent<CombineProps$2V>;
1581
+ declare const Combine$2W: React__default.NamedExoticComponent<CombineProps$2U>;
1468
1582
 
1469
- declare const Icon$8m: React__default.NamedExoticComponent<RNIconProps$1>;
1583
+ declare const Icon$8o: React__default.NamedExoticComponent<RNIconProps$1>;
1470
1584
 
1471
- declare const Icon$8l: React__default.NamedExoticComponent<RNIconProps$1>;
1585
+ declare const Icon$8n: React__default.NamedExoticComponent<RNIconProps$1>;
1472
1586
 
1473
- type CompoundedIcon$35 = typeof Icon$8m & {
1587
+ type CompoundedIcon$35 = typeof Icon$8o & {
1474
1588
  Avatar: typeof Avatar$35;
1475
- Color: typeof Icon$8n;
1476
- Combine: typeof Combine$2X;
1477
- Text: typeof Icon$8l;
1589
+ Brand: typeof Icon$8r;
1590
+ BrandColor: typeof Icon$8q;
1591
+ Color: typeof Icon$8p;
1592
+ Combine: typeof Combine$2W;
1593
+ Text: typeof Icon$8n;
1478
1594
  colorPrimary: string;
1479
1595
  title: string;
1480
1596
  };
@@ -1483,22 +1599,22 @@ declare const Icons$35: CompoundedIcon$35;
1483
1599
  type AvatarProps$34 = Omit<RNIconAvatarProps, 'Icon'>;
1484
1600
  declare const Avatar$34: React__default.NamedExoticComponent<AvatarProps$34>;
1485
1601
 
1486
- declare const Icon$8k: React__default.NamedExoticComponent<RNIconProps$1>;
1602
+ declare const Icon$8m: React__default.NamedExoticComponent<RNIconProps$1>;
1487
1603
 
1488
- interface CombineProps$2U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1604
+ interface CombineProps$2T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1489
1605
  type?: 'color' | 'mono';
1490
1606
  }
1491
- declare const Combine$2W: React__default.NamedExoticComponent<CombineProps$2U>;
1607
+ declare const Combine$2V: React__default.NamedExoticComponent<CombineProps$2T>;
1492
1608
 
1493
- declare const Icon$8j: React__default.NamedExoticComponent<RNIconProps$1>;
1609
+ declare const Icon$8l: React__default.NamedExoticComponent<RNIconProps$1>;
1494
1610
 
1495
- declare const Icon$8i: React__default.NamedExoticComponent<RNIconProps$1>;
1611
+ declare const Icon$8k: React__default.NamedExoticComponent<RNIconProps$1>;
1496
1612
 
1497
- type CompoundedIcon$34 = typeof Icon$8j & {
1613
+ type CompoundedIcon$34 = typeof Icon$8l & {
1498
1614
  Avatar: typeof Avatar$34;
1499
- Color: typeof Icon$8k;
1500
- Combine: typeof Combine$2W;
1501
- Text: typeof Icon$8i;
1615
+ Color: typeof Icon$8m;
1616
+ Combine: typeof Combine$2V;
1617
+ Text: typeof Icon$8k;
1502
1618
  colorPrimary: string;
1503
1619
  title: string;
1504
1620
  };
@@ -1507,22 +1623,17 @@ declare const Icons$34: CompoundedIcon$34;
1507
1623
  type AvatarProps$33 = Omit<RNIconAvatarProps, 'Icon'>;
1508
1624
  declare const Avatar$33: React__default.NamedExoticComponent<AvatarProps$33>;
1509
1625
 
1510
- declare const Icon$8h: React__default.NamedExoticComponent<RNIconProps$1>;
1511
-
1512
- interface CombineProps$2T extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1513
- type?: 'color' | 'mono';
1514
- }
1515
- declare const Combine$2V: React__default.NamedExoticComponent<CombineProps$2T>;
1626
+ type CombineProps$2S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1627
+ declare const Combine$2U: React__default.NamedExoticComponent<CombineProps$2S>;
1516
1628
 
1517
- declare const Icon$8g: React__default.NamedExoticComponent<RNIconProps$1>;
1629
+ declare const Icon$8j: React__default.NamedExoticComponent<RNIconProps$1>;
1518
1630
 
1519
- declare const Icon$8f: React__default.NamedExoticComponent<RNIconProps$1>;
1631
+ declare const Icon$8i: React__default.NamedExoticComponent<RNIconProps$1>;
1520
1632
 
1521
- type CompoundedIcon$33 = typeof Icon$8g & {
1633
+ type CompoundedIcon$33 = typeof Icon$8j & {
1522
1634
  Avatar: typeof Avatar$33;
1523
- Color: typeof Icon$8h;
1524
- Combine: typeof Combine$2V;
1525
- Text: typeof Icon$8f;
1635
+ Combine: typeof Combine$2U;
1636
+ Text: typeof Icon$8i;
1526
1637
  colorPrimary: string;
1527
1638
  title: string;
1528
1639
  };
@@ -1531,17 +1642,21 @@ declare const Icons$33: CompoundedIcon$33;
1531
1642
  type AvatarProps$32 = Omit<RNIconAvatarProps, 'Icon'>;
1532
1643
  declare const Avatar$32: React__default.NamedExoticComponent<AvatarProps$32>;
1533
1644
 
1534
- type CombineProps$2S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1535
- declare const Combine$2U: React__default.NamedExoticComponent<CombineProps$2S>;
1645
+ declare const Icon$8h: React__default.NamedExoticComponent<RNIconProps$1>;
1536
1646
 
1537
- declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
1647
+ type CombineProps$2R = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1648
+ declare const Combine$2T: React__default.NamedExoticComponent<CombineProps$2R>;
1538
1649
 
1539
- declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
1650
+ declare const Icon$8g: React__default.NamedExoticComponent<RNIconProps$1>;
1540
1651
 
1541
- type CompoundedIcon$32 = typeof Icon$8e & {
1652
+ declare const Icon$8f: React__default.NamedExoticComponent<RNIconProps$1>;
1653
+
1654
+ type CompoundedIcon$32 = typeof Icon$8g & {
1542
1655
  Avatar: typeof Avatar$32;
1543
- Combine: typeof Combine$2U;
1544
- Text: typeof Icon$8d;
1656
+ Color: typeof Icon$8h;
1657
+ Combine: typeof Combine$2T;
1658
+ Text: typeof Icon$8f;
1659
+ colorGradient: string;
1545
1660
  colorPrimary: string;
1546
1661
  title: string;
1547
1662
  };
@@ -1550,28 +1665,28 @@ declare const Icons$32: CompoundedIcon$32;
1550
1665
  type AvatarProps$31 = Omit<RNIconAvatarProps, 'Icon'>;
1551
1666
  declare const Avatar$31: React__default.NamedExoticComponent<AvatarProps$31>;
1552
1667
 
1553
- declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
1668
+ declare const Icon$8e: React__default.NamedExoticComponent<RNIconProps$1>;
1554
1669
 
1555
- declare const Icon$8b: React__default.NamedExoticComponent<RNIconProps$1>;
1670
+ declare const Icon$8d: React__default.NamedExoticComponent<RNIconProps$1>;
1556
1671
 
1557
- declare const Icon$8a: React__default.NamedExoticComponent<RNIconProps$1>;
1672
+ declare const Icon$8c: React__default.NamedExoticComponent<RNIconProps$1>;
1558
1673
 
1559
- interface CombineProps$2R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1674
+ interface CombineProps$2Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1560
1675
  type?: 'color' | 'mono';
1561
1676
  }
1562
- declare const Combine$2T: React__default.NamedExoticComponent<CombineProps$2R>;
1677
+ declare const Combine$2S: React__default.NamedExoticComponent<CombineProps$2Q>;
1563
1678
 
1564
- declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
1679
+ declare const Icon$8b: React__default.NamedExoticComponent<RNIconProps$1>;
1565
1680
 
1566
- declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
1681
+ declare const Icon$8a: React__default.NamedExoticComponent<RNIconProps$1>;
1567
1682
 
1568
- type CompoundedIcon$31 = typeof Icon$89 & {
1683
+ type CompoundedIcon$31 = typeof Icon$8b & {
1569
1684
  Avatar: typeof Avatar$31;
1570
- Brand: typeof Icon$8c;
1571
- BrandColor: typeof Icon$8b;
1572
- Color: typeof Icon$8a;
1573
- Combine: typeof Combine$2T;
1574
- Text: typeof Icon$88;
1685
+ Brand: typeof Icon$8d;
1686
+ BrandColor: typeof Icon$8e;
1687
+ Color: typeof Icon$8c;
1688
+ Combine: typeof Combine$2S;
1689
+ Text: typeof Icon$8a;
1575
1690
  colorPrimary: string;
1576
1691
  title: string;
1577
1692
  };
@@ -1580,22 +1695,17 @@ declare const Icons$31: CompoundedIcon$31;
1580
1695
  type AvatarProps$30 = Omit<RNIconAvatarProps, 'Icon'>;
1581
1696
  declare const Avatar$30: React__default.NamedExoticComponent<AvatarProps$30>;
1582
1697
 
1583
- declare const Icon$87: React__default.NamedExoticComponent<RNIconProps$1>;
1584
-
1585
- interface CombineProps$2Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1586
- type?: 'color' | 'mono';
1587
- }
1588
- declare const Combine$2S: React__default.NamedExoticComponent<CombineProps$2Q>;
1698
+ type CombineProps$2P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1699
+ declare const Combine$2R: React__default.NamedExoticComponent<CombineProps$2P>;
1589
1700
 
1590
- declare const Icon$86: React__default.NamedExoticComponent<RNIconProps$1>;
1701
+ declare const Icon$89: React__default.NamedExoticComponent<RNIconProps$1>;
1591
1702
 
1592
- declare const Icon$85: React__default.NamedExoticComponent<RNIconProps$1>;
1703
+ declare const Icon$88: React__default.NamedExoticComponent<RNIconProps$1>;
1593
1704
 
1594
- type CompoundedIcon$30 = typeof Icon$86 & {
1705
+ type CompoundedIcon$30 = typeof Icon$89 & {
1595
1706
  Avatar: typeof Avatar$30;
1596
- Color: typeof Icon$87;
1597
- Combine: typeof Combine$2S;
1598
- Text: typeof Icon$85;
1707
+ Combine: typeof Combine$2R;
1708
+ Text: typeof Icon$88;
1599
1709
  colorPrimary: string;
1600
1710
  title: string;
1601
1711
  };
@@ -1604,17 +1714,22 @@ declare const Icons$30: CompoundedIcon$30;
1604
1714
  type AvatarProps$2$ = Omit<RNIconAvatarProps, 'Icon'>;
1605
1715
  declare const Avatar$2$: React__default.NamedExoticComponent<AvatarProps$2$>;
1606
1716
 
1607
- type CombineProps$2P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1608
- declare const Combine$2R: React__default.NamedExoticComponent<CombineProps$2P>;
1717
+ declare const Icon$87: React__default.NamedExoticComponent<RNIconProps$1>;
1609
1718
 
1610
- declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
1719
+ interface CombineProps$2O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1720
+ type?: 'color' | 'mono';
1721
+ }
1722
+ declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2O>;
1611
1723
 
1612
- declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
1724
+ declare const Icon$86: React__default.NamedExoticComponent<RNIconProps$1>;
1725
+
1726
+ declare const Icon$85: React__default.NamedExoticComponent<RNIconProps$1>;
1613
1727
 
1614
- type CompoundedIcon$2$ = typeof Icon$84 & {
1728
+ type CompoundedIcon$2$ = typeof Icon$86 & {
1615
1729
  Avatar: typeof Avatar$2$;
1616
- Combine: typeof Combine$2R;
1617
- Text: typeof Icon$83;
1730
+ Color: typeof Icon$87;
1731
+ Combine: typeof Combine$2Q;
1732
+ Text: typeof Icon$85;
1618
1733
  colorPrimary: string;
1619
1734
  title: string;
1620
1735
  };
@@ -1623,21 +1738,22 @@ declare const Icons$2$: CompoundedIcon$2$;
1623
1738
  type AvatarProps$2_ = Omit<RNIconAvatarProps, 'Icon'>;
1624
1739
  declare const Avatar$2_: React__default.NamedExoticComponent<AvatarProps$2_>;
1625
1740
 
1626
- declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1741
+ declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
1627
1742
 
1628
- type CombineProps$2O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1629
- declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2O>;
1743
+ interface CombineProps$2N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1744
+ type?: 'color' | 'mono';
1745
+ }
1746
+ declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1630
1747
 
1631
- declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
1748
+ declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
1632
1749
 
1633
- declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
1750
+ declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
1634
1751
 
1635
- type CompoundedIcon$2_ = typeof Icon$81 & {
1752
+ type CompoundedIcon$2_ = typeof Icon$83 & {
1636
1753
  Avatar: typeof Avatar$2_;
1637
- Color: typeof Icon$82;
1638
- Combine: typeof Combine$2Q;
1639
- Text: typeof Icon$80;
1640
- colorGradient: string;
1754
+ Color: typeof Icon$84;
1755
+ Combine: typeof Combine$2P;
1756
+ Text: typeof Icon$82;
1641
1757
  colorPrimary: string;
1642
1758
  title: string;
1643
1759
  };
@@ -1646,28 +1762,22 @@ declare const Icons$2_: CompoundedIcon$2_;
1646
1762
  type AvatarProps$2Z = Omit<RNIconAvatarProps, 'Icon'>;
1647
1763
  declare const Avatar$2Z: React__default.NamedExoticComponent<AvatarProps$2Z>;
1648
1764
 
1649
- declare const Icon$7$: React__default.NamedExoticComponent<RNIconProps$1>;
1650
-
1651
- declare const Icon$7_: React__default.NamedExoticComponent<RNIconProps$1>;
1652
-
1653
- declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
1765
+ declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
1654
1766
 
1655
- interface CombineProps$2N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1767
+ interface CombineProps$2M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1656
1768
  type?: 'color' | 'mono';
1657
1769
  }
1658
- declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2N>;
1770
+ declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2M>;
1659
1771
 
1660
- declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1772
+ declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
1661
1773
 
1662
- declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
1774
+ declare const Icon$7$: React__default.NamedExoticComponent<RNIconProps$1>;
1663
1775
 
1664
- type CompoundedIcon$2Z = typeof Icon$7Y & {
1776
+ type CompoundedIcon$2Z = typeof Icon$80 & {
1665
1777
  Avatar: typeof Avatar$2Z;
1666
- Brand: typeof Icon$7_;
1667
- BrandColor: typeof Icon$7$;
1668
- Color: typeof Icon$7Z;
1669
- Combine: typeof Combine$2P;
1670
- Text: typeof Icon$7X;
1778
+ Color: typeof Icon$81;
1779
+ Combine: typeof Combine$2O;
1780
+ Text: typeof Icon$7$;
1671
1781
  colorPrimary: string;
1672
1782
  title: string;
1673
1783
  };
@@ -1676,17 +1786,22 @@ declare const Icons$2Z: CompoundedIcon$2Z;
1676
1786
  type AvatarProps$2Y = Omit<RNIconAvatarProps, 'Icon'>;
1677
1787
  declare const Avatar$2Y: React__default.NamedExoticComponent<AvatarProps$2Y>;
1678
1788
 
1679
- type CombineProps$2M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1680
- declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2M>;
1789
+ declare const Icon$7_: React__default.NamedExoticComponent<RNIconProps$1>;
1681
1790
 
1682
- declare const Icon$7W: React__default.NamedExoticComponent<RNIconProps$1>;
1791
+ interface CombineProps$2L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1792
+ type?: 'color' | 'mono';
1793
+ }
1794
+ declare const Combine$2N: React__default.NamedExoticComponent<CombineProps$2L>;
1683
1795
 
1684
- declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
1796
+ declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
1797
+
1798
+ declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
1685
1799
 
1686
- type CompoundedIcon$2Y = typeof Icon$7W & {
1800
+ type CompoundedIcon$2Y = typeof Icon$7Z & {
1687
1801
  Avatar: typeof Avatar$2Y;
1688
- Combine: typeof Combine$2O;
1689
- Text: typeof Icon$7V;
1802
+ Color: typeof Icon$7_;
1803
+ Combine: typeof Combine$2N;
1804
+ Text: typeof Icon$7Y;
1690
1805
  colorPrimary: string;
1691
1806
  title: string;
1692
1807
  };
@@ -1695,22 +1810,23 @@ declare const Icons$2Y: CompoundedIcon$2Y;
1695
1810
  type AvatarProps$2X = Omit<RNIconAvatarProps, 'Icon'>;
1696
1811
  declare const Avatar$2X: React__default.NamedExoticComponent<AvatarProps$2X>;
1697
1812
 
1698
- declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1813
+ declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
1699
1814
 
1700
- interface CombineProps$2L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1815
+ interface CombineProps$2K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1701
1816
  type?: 'color' | 'mono';
1702
1817
  }
1703
- declare const Combine$2N: React__default.NamedExoticComponent<CombineProps$2L>;
1818
+ declare const Combine$2M: React__default.NamedExoticComponent<CombineProps$2K>;
1704
1819
 
1705
- declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
1820
+ declare const Icon$7W: React__default.NamedExoticComponent<RNIconProps$1>;
1706
1821
 
1707
- declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
1822
+ declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
1708
1823
 
1709
- type CompoundedIcon$2X = typeof Icon$7T & {
1824
+ type CompoundedIcon$2X = typeof Icon$7W & {
1710
1825
  Avatar: typeof Avatar$2X;
1711
- Color: typeof Icon$7U;
1712
- Combine: typeof Combine$2N;
1713
- Text: typeof Icon$7S;
1826
+ Color: typeof Icon$7X;
1827
+ Combine: typeof Combine$2M;
1828
+ Text: typeof Icon$7V;
1829
+ colorGradient: string;
1714
1830
  colorPrimary: string;
1715
1831
  title: string;
1716
1832
  };
@@ -1719,22 +1835,22 @@ declare const Icons$2X: CompoundedIcon$2X;
1719
1835
  type AvatarProps$2W = Omit<RNIconAvatarProps, 'Icon'>;
1720
1836
  declare const Avatar$2W: React__default.NamedExoticComponent<AvatarProps$2W>;
1721
1837
 
1722
- declare const Icon$7R: React__default.NamedExoticComponent<RNIconProps$1>;
1838
+ declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
1723
1839
 
1724
- interface CombineProps$2K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1840
+ interface CombineProps$2J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1725
1841
  type?: 'color' | 'mono';
1726
1842
  }
1727
- declare const Combine$2M: React__default.NamedExoticComponent<CombineProps$2K>;
1843
+ declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2J>;
1728
1844
 
1729
- declare const Icon$7Q: React__default.NamedExoticComponent<RNIconProps$1>;
1845
+ declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
1730
1846
 
1731
- declare const Icon$7P: React__default.NamedExoticComponent<RNIconProps$1>;
1847
+ declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
1732
1848
 
1733
- type CompoundedIcon$2W = typeof Icon$7Q & {
1849
+ type CompoundedIcon$2W = typeof Icon$7T & {
1734
1850
  Avatar: typeof Avatar$2W;
1735
- Color: typeof Icon$7R;
1736
- Combine: typeof Combine$2M;
1737
- Text: typeof Icon$7P;
1851
+ Color: typeof Icon$7U;
1852
+ Combine: typeof Combine$2L;
1853
+ Text: typeof Icon$7S;
1738
1854
  colorPrimary: string;
1739
1855
  title: string;
1740
1856
  };
@@ -1743,22 +1859,22 @@ declare const Icons$2W: CompoundedIcon$2W;
1743
1859
  type AvatarProps$2V = Omit<RNIconAvatarProps, 'Icon'>;
1744
1860
  declare const Avatar$2V: React__default.NamedExoticComponent<AvatarProps$2V>;
1745
1861
 
1746
- declare const Icon$7O: React__default.NamedExoticComponent<RNIconProps$1>;
1862
+ declare const Icon$7R: React__default.NamedExoticComponent<RNIconProps$1>;
1747
1863
 
1748
- interface CombineProps$2J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1864
+ interface CombineProps$2I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1749
1865
  type?: 'color' | 'mono';
1750
1866
  }
1751
- declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2J>;
1867
+ declare const Combine$2K: React__default.NamedExoticComponent<CombineProps$2I>;
1752
1868
 
1753
- declare const Icon$7N: React__default.NamedExoticComponent<RNIconProps$1>;
1869
+ declare const Icon$7Q: React__default.NamedExoticComponent<RNIconProps$1>;
1754
1870
 
1755
- declare const Icon$7M: React__default.NamedExoticComponent<RNIconProps$1>;
1871
+ declare const Icon$7P: React__default.NamedExoticComponent<RNIconProps$1>;
1756
1872
 
1757
- type CompoundedIcon$2V = typeof Icon$7N & {
1873
+ type CompoundedIcon$2V = typeof Icon$7Q & {
1758
1874
  Avatar: typeof Avatar$2V;
1759
- Color: typeof Icon$7O;
1760
- Combine: typeof Combine$2L;
1761
- Text: typeof Icon$7M;
1875
+ Color: typeof Icon$7R;
1876
+ Combine: typeof Combine$2K;
1877
+ Text: typeof Icon$7P;
1762
1878
  colorPrimary: string;
1763
1879
  title: string;
1764
1880
  };
@@ -1767,23 +1883,17 @@ declare const Icons$2V: CompoundedIcon$2V;
1767
1883
  type AvatarProps$2U = Omit<RNIconAvatarProps, 'Icon'>;
1768
1884
  declare const Avatar$2U: React__default.NamedExoticComponent<AvatarProps$2U>;
1769
1885
 
1770
- declare const Icon$7L: React__default.NamedExoticComponent<RNIconProps$1>;
1771
-
1772
- interface CombineProps$2I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1773
- type?: 'color' | 'mono';
1774
- }
1775
- declare const Combine$2K: React__default.NamedExoticComponent<CombineProps$2I>;
1886
+ type CombineProps$2H = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1887
+ declare const Combine$2J: React__default.NamedExoticComponent<CombineProps$2H>;
1776
1888
 
1777
- declare const Icon$7K: React__default.NamedExoticComponent<RNIconProps$1>;
1889
+ declare const Icon$7O: React__default.NamedExoticComponent<RNIconProps$1>;
1778
1890
 
1779
- declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
1891
+ declare const Icon$7N: React__default.NamedExoticComponent<RNIconProps$1>;
1780
1892
 
1781
- type CompoundedIcon$2U = typeof Icon$7K & {
1893
+ type CompoundedIcon$2U = typeof Icon$7O & {
1782
1894
  Avatar: typeof Avatar$2U;
1783
- Color: typeof Icon$7L;
1784
- Combine: typeof Combine$2K;
1785
- Text: typeof Icon$7J;
1786
- colorGradient: string;
1895
+ Combine: typeof Combine$2J;
1896
+ Text: typeof Icon$7N;
1787
1897
  colorPrimary: string;
1788
1898
  title: string;
1789
1899
  };
@@ -1792,22 +1902,22 @@ declare const Icons$2U: CompoundedIcon$2U;
1792
1902
  type AvatarProps$2T = Omit<RNIconAvatarProps, 'Icon'>;
1793
1903
  declare const Avatar$2T: React__default.NamedExoticComponent<AvatarProps$2T>;
1794
1904
 
1795
- declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
1905
+ declare const Icon$7M: React__default.NamedExoticComponent<RNIconProps$1>;
1796
1906
 
1797
- interface CombineProps$2H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1907
+ interface CombineProps$2G extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1798
1908
  type?: 'color' | 'mono';
1799
1909
  }
1800
- declare const Combine$2J: React__default.NamedExoticComponent<CombineProps$2H>;
1910
+ declare const Combine$2I: React__default.NamedExoticComponent<CombineProps$2G>;
1801
1911
 
1802
- declare const Icon$7H: React__default.NamedExoticComponent<RNIconProps$1>;
1912
+ declare const Icon$7L: React__default.NamedExoticComponent<RNIconProps$1>;
1803
1913
 
1804
- declare const Icon$7G: React__default.NamedExoticComponent<RNIconProps$1>;
1914
+ declare const Icon$7K: React__default.NamedExoticComponent<RNIconProps$1>;
1805
1915
 
1806
- type CompoundedIcon$2T = typeof Icon$7H & {
1916
+ type CompoundedIcon$2T = typeof Icon$7L & {
1807
1917
  Avatar: typeof Avatar$2T;
1808
- Color: typeof Icon$7I;
1809
- Combine: typeof Combine$2J;
1810
- Text: typeof Icon$7G;
1918
+ Color: typeof Icon$7M;
1919
+ Combine: typeof Combine$2I;
1920
+ Text: typeof Icon$7K;
1811
1921
  colorPrimary: string;
1812
1922
  title: string;
1813
1923
  };
@@ -1816,22 +1926,17 @@ declare const Icons$2T: CompoundedIcon$2T;
1816
1926
  type AvatarProps$2S = Omit<RNIconAvatarProps, 'Icon'>;
1817
1927
  declare const Avatar$2S: React__default.NamedExoticComponent<AvatarProps$2S>;
1818
1928
 
1819
- declare const Icon$7F: React__default.NamedExoticComponent<RNIconProps$1>;
1820
-
1821
- interface CombineProps$2G extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1822
- type?: 'color' | 'mono';
1823
- }
1824
- declare const Combine$2I: React__default.NamedExoticComponent<CombineProps$2G>;
1929
+ type CombineProps$2F = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1930
+ declare const Combine$2H: React__default.NamedExoticComponent<CombineProps$2F>;
1825
1931
 
1826
- declare const Icon$7E: React__default.NamedExoticComponent<RNIconProps$1>;
1932
+ declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
1827
1933
 
1828
- declare const Icon$7D: React__default.NamedExoticComponent<RNIconProps$1>;
1934
+ declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
1829
1935
 
1830
- type CompoundedIcon$2S = typeof Icon$7E & {
1936
+ type CompoundedIcon$2S = typeof Icon$7J & {
1831
1937
  Avatar: typeof Avatar$2S;
1832
- Color: typeof Icon$7F;
1833
- Combine: typeof Combine$2I;
1834
- Text: typeof Icon$7D;
1938
+ Combine: typeof Combine$2H;
1939
+ Text: typeof Icon$7I;
1835
1940
  colorPrimary: string;
1836
1941
  title: string;
1837
1942
  };
@@ -1840,17 +1945,17 @@ declare const Icons$2S: CompoundedIcon$2S;
1840
1945
  type AvatarProps$2R = Omit<RNIconAvatarProps, 'Icon'>;
1841
1946
  declare const Avatar$2R: React__default.NamedExoticComponent<AvatarProps$2R>;
1842
1947
 
1843
- type CombineProps$2F = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1844
- declare const Combine$2H: React__default.NamedExoticComponent<CombineProps$2F>;
1948
+ type CombineProps$2E = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1949
+ declare const Combine$2G: React__default.NamedExoticComponent<CombineProps$2E>;
1845
1950
 
1846
- declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
1951
+ declare const Icon$7H: React__default.NamedExoticComponent<RNIconProps$1>;
1847
1952
 
1848
- declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
1953
+ declare const Icon$7G: React__default.NamedExoticComponent<RNIconProps$1>;
1849
1954
 
1850
- type CompoundedIcon$2R = typeof Icon$7C & {
1955
+ type CompoundedIcon$2R = typeof Icon$7H & {
1851
1956
  Avatar: typeof Avatar$2R;
1852
- Combine: typeof Combine$2H;
1853
- Text: typeof Icon$7B;
1957
+ Combine: typeof Combine$2G;
1958
+ Text: typeof Icon$7G;
1854
1959
  colorPrimary: string;
1855
1960
  title: string;
1856
1961
  };
@@ -1859,22 +1964,17 @@ declare const Icons$2R: CompoundedIcon$2R;
1859
1964
  type AvatarProps$2Q = Omit<RNIconAvatarProps, 'Icon'>;
1860
1965
  declare const Avatar$2Q: React__default.NamedExoticComponent<AvatarProps$2Q>;
1861
1966
 
1862
- declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
1863
-
1864
- interface CombineProps$2E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1865
- type?: 'color' | 'mono';
1866
- }
1867
- declare const Combine$2G: React__default.NamedExoticComponent<CombineProps$2E>;
1967
+ type CombineProps$2D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1968
+ declare const Combine$2F: React__default.NamedExoticComponent<CombineProps$2D>;
1868
1969
 
1869
- declare const Icon$7z: React__default.NamedExoticComponent<RNIconProps$1>;
1970
+ declare const Icon$7F: React__default.NamedExoticComponent<RNIconProps$1>;
1870
1971
 
1871
- declare const Icon$7y: React__default.NamedExoticComponent<RNIconProps$1>;
1972
+ declare const Icon$7E: React__default.NamedExoticComponent<RNIconProps$1>;
1872
1973
 
1873
- type CompoundedIcon$2Q = typeof Icon$7z & {
1974
+ type CompoundedIcon$2Q = typeof Icon$7F & {
1874
1975
  Avatar: typeof Avatar$2Q;
1875
- Color: typeof Icon$7A;
1876
- Combine: typeof Combine$2G;
1877
- Text: typeof Icon$7y;
1976
+ Combine: typeof Combine$2F;
1977
+ Text: typeof Icon$7E;
1878
1978
  colorPrimary: string;
1879
1979
  title: string;
1880
1980
  };
@@ -1883,17 +1983,22 @@ declare const Icons$2Q: CompoundedIcon$2Q;
1883
1983
  type AvatarProps$2P = Omit<RNIconAvatarProps, 'Icon'>;
1884
1984
  declare const Avatar$2P: React__default.NamedExoticComponent<AvatarProps$2P>;
1885
1985
 
1886
- type CombineProps$2D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1887
- declare const Combine$2F: React__default.NamedExoticComponent<CombineProps$2D>;
1986
+ declare const Icon$7D: React__default.NamedExoticComponent<RNIconProps$1>;
1888
1987
 
1889
- declare const Icon$7x: React__default.NamedExoticComponent<RNIconProps$1>;
1988
+ interface CombineProps$2C extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1989
+ type?: 'color' | 'mono';
1990
+ }
1991
+ declare const Combine$2E: React__default.NamedExoticComponent<CombineProps$2C>;
1890
1992
 
1891
- declare const Icon$7w: React__default.NamedExoticComponent<RNIconProps$1>;
1993
+ declare const Icon$7C: React__default.NamedExoticComponent<RNIconProps$1>;
1892
1994
 
1893
- type CompoundedIcon$2P = typeof Icon$7x & {
1995
+ declare const Icon$7B: React__default.NamedExoticComponent<RNIconProps$1>;
1996
+
1997
+ type CompoundedIcon$2P = typeof Icon$7C & {
1894
1998
  Avatar: typeof Avatar$2P;
1895
- Combine: typeof Combine$2F;
1896
- Text: typeof Icon$7w;
1999
+ Color: typeof Icon$7D;
2000
+ Combine: typeof Combine$2E;
2001
+ Text: typeof Icon$7B;
1897
2002
  colorPrimary: string;
1898
2003
  title: string;
1899
2004
  };
@@ -1902,17 +2007,20 @@ declare const Icons$2P: CompoundedIcon$2P;
1902
2007
  type AvatarProps$2O = Omit<RNIconAvatarProps, 'Icon'>;
1903
2008
  declare const Avatar$2O: React__default.NamedExoticComponent<AvatarProps$2O>;
1904
2009
 
1905
- type CombineProps$2C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1906
- declare const Combine$2E: React__default.NamedExoticComponent<CombineProps$2C>;
2010
+ declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
1907
2011
 
1908
- declare const Icon$7v: React__default.NamedExoticComponent<RNIconProps$1>;
2012
+ type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2013
+ declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2B>;
1909
2014
 
1910
- declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
2015
+ declare const Icon$7z: React__default.NamedExoticComponent<RNIconProps$1>;
1911
2016
 
1912
- type CompoundedIcon$2O = typeof Icon$7v & {
2017
+ declare const Icon$7y: React__default.NamedExoticComponent<RNIconProps$1>;
2018
+
2019
+ type CompoundedIcon$2O = typeof Icon$7z & {
1913
2020
  Avatar: typeof Avatar$2O;
1914
- Combine: typeof Combine$2E;
1915
- Text: typeof Icon$7u;
2021
+ Color: typeof Icon$7A;
2022
+ Combine: typeof Combine$2D;
2023
+ Text: typeof Icon$7y;
1916
2024
  colorPrimary: string;
1917
2025
  title: string;
1918
2026
  };
@@ -1921,17 +2029,22 @@ declare const Icons$2O: CompoundedIcon$2O;
1921
2029
  type AvatarProps$2N = Omit<RNIconAvatarProps, 'Icon'>;
1922
2030
  declare const Avatar$2N: React__default.NamedExoticComponent<AvatarProps$2N>;
1923
2031
 
1924
- type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1925
- declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2B>;
2032
+ declare const Icon$7x: React__default.NamedExoticComponent<RNIconProps$1>;
1926
2033
 
1927
- declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
2034
+ interface CombineProps$2A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2035
+ type?: 'color' | 'mono';
2036
+ }
2037
+ declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2A>;
1928
2038
 
1929
- declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
2039
+ declare const Icon$7w: React__default.NamedExoticComponent<RNIconProps$1>;
1930
2040
 
1931
- type CompoundedIcon$2N = typeof Icon$7t & {
2041
+ declare const Icon$7v: React__default.NamedExoticComponent<RNIconProps$1>;
2042
+
2043
+ type CompoundedIcon$2N = typeof Icon$7w & {
1932
2044
  Avatar: typeof Avatar$2N;
1933
- Combine: typeof Combine$2D;
1934
- Text: typeof Icon$7s;
2045
+ Color: typeof Icon$7x;
2046
+ Combine: typeof Combine$2C;
2047
+ Text: typeof Icon$7v;
1935
2048
  colorPrimary: string;
1936
2049
  title: string;
1937
2050
  };
@@ -1940,22 +2053,22 @@ declare const Icons$2N: CompoundedIcon$2N;
1940
2053
  type AvatarProps$2M = Omit<RNIconAvatarProps, 'Icon'>;
1941
2054
  declare const Avatar$2M: React__default.NamedExoticComponent<AvatarProps$2M>;
1942
2055
 
1943
- declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
2056
+ declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
1944
2057
 
1945
- interface CombineProps$2A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2058
+ interface CombineProps$2z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1946
2059
  type?: 'color' | 'mono';
1947
2060
  }
1948
- declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2A>;
2061
+ declare const Combine$2B: React__default.NamedExoticComponent<CombineProps$2z>;
1949
2062
 
1950
- declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
2063
+ declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
1951
2064
 
1952
- declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
2065
+ declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
1953
2066
 
1954
- type CompoundedIcon$2M = typeof Icon$7q & {
2067
+ type CompoundedIcon$2M = typeof Icon$7t & {
1955
2068
  Avatar: typeof Avatar$2M;
1956
- Color: typeof Icon$7r;
1957
- Combine: typeof Combine$2C;
1958
- Text: typeof Icon$7p;
2069
+ Color: typeof Icon$7u;
2070
+ Combine: typeof Combine$2B;
2071
+ Text: typeof Icon$7s;
1959
2072
  colorPrimary: string;
1960
2073
  title: string;
1961
2074
  };
@@ -1964,20 +2077,22 @@ declare const Icons$2M: CompoundedIcon$2M;
1964
2077
  type AvatarProps$2L = Omit<RNIconAvatarProps, 'Icon'>;
1965
2078
  declare const Avatar$2L: React__default.NamedExoticComponent<AvatarProps$2L>;
1966
2079
 
1967
- declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
2080
+ declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
1968
2081
 
1969
- type CombineProps$2z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
1970
- declare const Combine$2B: React__default.NamedExoticComponent<CombineProps$2z>;
2082
+ interface CombineProps$2y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2083
+ type?: 'color' | 'mono';
2084
+ }
2085
+ declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2y>;
1971
2086
 
1972
- declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
2087
+ declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
1973
2088
 
1974
- declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
2089
+ declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
1975
2090
 
1976
- type CompoundedIcon$2L = typeof Icon$7n & {
2091
+ type CompoundedIcon$2L = typeof Icon$7q & {
1977
2092
  Avatar: typeof Avatar$2L;
1978
- Color: typeof Icon$7o;
1979
- Combine: typeof Combine$2B;
1980
- Text: typeof Icon$7m;
2093
+ Color: typeof Icon$7r;
2094
+ Combine: typeof Combine$2A;
2095
+ Text: typeof Icon$7p;
1981
2096
  colorPrimary: string;
1982
2097
  title: string;
1983
2098
  };
@@ -1986,22 +2101,22 @@ declare const Icons$2L: CompoundedIcon$2L;
1986
2101
  type AvatarProps$2K = Omit<RNIconAvatarProps, 'Icon'>;
1987
2102
  declare const Avatar$2K: React__default.NamedExoticComponent<AvatarProps$2K>;
1988
2103
 
1989
- declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
2104
+ declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
1990
2105
 
1991
- interface CombineProps$2y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2106
+ interface CombineProps$2x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
1992
2107
  type?: 'color' | 'mono';
1993
2108
  }
1994
- declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2y>;
2109
+ declare const Combine$2z: React__default.NamedExoticComponent<CombineProps$2x>;
1995
2110
 
1996
- declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
2111
+ declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
1997
2112
 
1998
- declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
2113
+ declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
1999
2114
 
2000
- type CompoundedIcon$2K = typeof Icon$7k & {
2115
+ type CompoundedIcon$2K = typeof Icon$7n & {
2001
2116
  Avatar: typeof Avatar$2K;
2002
- Color: typeof Icon$7l;
2003
- Combine: typeof Combine$2A;
2004
- Text: typeof Icon$7j;
2117
+ Color: typeof Icon$7o;
2118
+ Combine: typeof Combine$2z;
2119
+ Text: typeof Icon$7m;
2005
2120
  colorPrimary: string;
2006
2121
  title: string;
2007
2122
  };
@@ -2010,22 +2125,17 @@ declare const Icons$2K: CompoundedIcon$2K;
2010
2125
  type AvatarProps$2J = Omit<RNIconAvatarProps, 'Icon'>;
2011
2126
  declare const Avatar$2J: React__default.NamedExoticComponent<AvatarProps$2J>;
2012
2127
 
2013
- declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
2014
-
2015
- interface CombineProps$2x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2016
- type?: 'color' | 'mono';
2017
- }
2018
- declare const Combine$2z: React__default.NamedExoticComponent<CombineProps$2x>;
2128
+ type CombineProps$2w = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2129
+ declare const Combine$2y: React__default.NamedExoticComponent<CombineProps$2w>;
2019
2130
 
2020
- declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
2131
+ declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
2021
2132
 
2022
- declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
2133
+ declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
2023
2134
 
2024
- type CompoundedIcon$2J = typeof Icon$7h & {
2135
+ type CompoundedIcon$2J = typeof Icon$7l & {
2025
2136
  Avatar: typeof Avatar$2J;
2026
- Color: typeof Icon$7i;
2027
- Combine: typeof Combine$2z;
2028
- Text: typeof Icon$7g;
2137
+ Combine: typeof Combine$2y;
2138
+ Text: typeof Icon$7k;
2029
2139
  colorPrimary: string;
2030
2140
  title: string;
2031
2141
  };
@@ -2034,22 +2144,17 @@ declare const Icons$2J: CompoundedIcon$2J;
2034
2144
  type AvatarProps$2I = Omit<RNIconAvatarProps, 'Icon'>;
2035
2145
  declare const Avatar$2I: React__default.NamedExoticComponent<AvatarProps$2I>;
2036
2146
 
2037
- declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
2038
-
2039
- interface CombineProps$2w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2040
- type?: 'color' | 'mono';
2041
- }
2042
- declare const Combine$2y: React__default.NamedExoticComponent<CombineProps$2w>;
2147
+ type CombineProps$2v = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2148
+ declare const Combine$2x: React__default.NamedExoticComponent<CombineProps$2v>;
2043
2149
 
2044
- declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
2150
+ declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
2045
2151
 
2046
- declare const Icon$7d: React__default.NamedExoticComponent<RNIconProps$1>;
2152
+ declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
2047
2153
 
2048
- type CompoundedIcon$2I = typeof Icon$7e & {
2154
+ type CompoundedIcon$2I = typeof Icon$7j & {
2049
2155
  Avatar: typeof Avatar$2I;
2050
- Color: typeof Icon$7f;
2051
- Combine: typeof Combine$2y;
2052
- Text: typeof Icon$7d;
2156
+ Combine: typeof Combine$2x;
2157
+ Text: typeof Icon$7i;
2053
2158
  colorPrimary: string;
2054
2159
  title: string;
2055
2160
  };
@@ -2058,22 +2163,17 @@ declare const Icons$2I: CompoundedIcon$2I;
2058
2163
  type AvatarProps$2H = Omit<RNIconAvatarProps, 'Icon'>;
2059
2164
  declare const Avatar$2H: React__default.NamedExoticComponent<AvatarProps$2H>;
2060
2165
 
2061
- declare const Icon$7c: React__default.NamedExoticComponent<RNIconProps$1>;
2062
-
2063
- interface CombineProps$2v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2064
- type?: 'color' | 'mono';
2065
- }
2066
- declare const Combine$2x: React__default.NamedExoticComponent<CombineProps$2v>;
2166
+ type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2167
+ declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2u>;
2067
2168
 
2068
- declare const Icon$7b: React__default.NamedExoticComponent<RNIconProps$1>;
2169
+ declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
2069
2170
 
2070
- declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
2171
+ declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
2071
2172
 
2072
- type CompoundedIcon$2H = typeof Icon$7b & {
2173
+ type CompoundedIcon$2H = typeof Icon$7h & {
2073
2174
  Avatar: typeof Avatar$2H;
2074
- Color: typeof Icon$7c;
2075
- Combine: typeof Combine$2x;
2076
- Text: typeof Icon$7a;
2175
+ Combine: typeof Combine$2w;
2176
+ Text: typeof Icon$7g;
2077
2177
  colorPrimary: string;
2078
2178
  title: string;
2079
2179
  };
@@ -2082,17 +2182,17 @@ declare const Icons$2H: CompoundedIcon$2H;
2082
2182
  type AvatarProps$2G = Omit<RNIconAvatarProps, 'Icon'>;
2083
2183
  declare const Avatar$2G: React__default.NamedExoticComponent<AvatarProps$2G>;
2084
2184
 
2085
- type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2086
- declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2u>;
2185
+ type CombineProps$2t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2186
+ declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2t>;
2087
2187
 
2088
- declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
2188
+ declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
2089
2189
 
2090
- declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
2190
+ declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
2091
2191
 
2092
- type CompoundedIcon$2G = typeof Icon$79 & {
2192
+ type CompoundedIcon$2G = typeof Icon$7f & {
2093
2193
  Avatar: typeof Avatar$2G;
2094
- Combine: typeof Combine$2w;
2095
- Text: typeof Icon$78;
2194
+ Combine: typeof Combine$2v;
2195
+ Text: typeof Icon$7e;
2096
2196
  colorPrimary: string;
2097
2197
  title: string;
2098
2198
  };
@@ -2101,17 +2201,17 @@ declare const Icons$2G: CompoundedIcon$2G;
2101
2201
  type AvatarProps$2F = Omit<RNIconAvatarProps, 'Icon'>;
2102
2202
  declare const Avatar$2F: React__default.NamedExoticComponent<AvatarProps$2F>;
2103
2203
 
2104
- type CombineProps$2t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2105
- declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2t>;
2204
+ type CombineProps$2s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2205
+ declare const Combine$2u: React__default.NamedExoticComponent<CombineProps$2s>;
2106
2206
 
2107
- declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2207
+ declare const Icon$7d: React__default.NamedExoticComponent<RNIconProps$1>;
2108
2208
 
2109
- declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
2209
+ declare const Icon$7c: React__default.NamedExoticComponent<RNIconProps$1>;
2110
2210
 
2111
- type CompoundedIcon$2F = typeof Icon$77 & {
2211
+ type CompoundedIcon$2F = typeof Icon$7d & {
2112
2212
  Avatar: typeof Avatar$2F;
2113
- Combine: typeof Combine$2v;
2114
- Text: typeof Icon$76;
2213
+ Combine: typeof Combine$2u;
2214
+ Text: typeof Icon$7c;
2115
2215
  colorPrimary: string;
2116
2216
  title: string;
2117
2217
  };
@@ -2120,17 +2220,23 @@ declare const Icons$2F: CompoundedIcon$2F;
2120
2220
  type AvatarProps$2E = Omit<RNIconAvatarProps, 'Icon'>;
2121
2221
  declare const Avatar$2E: React__default.NamedExoticComponent<AvatarProps$2E>;
2122
2222
 
2123
- type CombineProps$2s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2124
- declare const Combine$2u: React__default.NamedExoticComponent<CombineProps$2s>;
2223
+ declare const Icon$7b: React__default.NamedExoticComponent<RNIconProps$1>;
2125
2224
 
2126
- declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
2225
+ interface CombineProps$2r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2226
+ type?: 'color' | 'mono';
2227
+ }
2228
+ declare const Combine$2t: React__default.NamedExoticComponent<CombineProps$2r>;
2127
2229
 
2128
- declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
2230
+ declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
2129
2231
 
2130
- type CompoundedIcon$2E = typeof Icon$75 & {
2232
+ declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
2233
+
2234
+ type CompoundedIcon$2E = typeof Icon$7a & {
2131
2235
  Avatar: typeof Avatar$2E;
2132
- Combine: typeof Combine$2u;
2133
- Text: typeof Icon$74;
2236
+ Color: typeof Icon$7b;
2237
+ Combine: typeof Combine$2t;
2238
+ Text: typeof Icon$79;
2239
+ colorGradient: string;
2134
2240
  colorPrimary: string;
2135
2241
  title: string;
2136
2242
  };
@@ -2139,17 +2245,24 @@ declare const Icons$2E: CompoundedIcon$2E;
2139
2245
  type AvatarProps$2D = Omit<RNIconAvatarProps, 'Icon'>;
2140
2246
  declare const Avatar$2D: React__default.NamedExoticComponent<AvatarProps$2D>;
2141
2247
 
2142
- type CombineProps$2r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2143
- declare const Combine$2t: React__default.NamedExoticComponent<CombineProps$2r>;
2248
+ declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
2144
2249
 
2145
- declare const Icon$73: React__default.NamedExoticComponent<RNIconProps$1>;
2250
+ interface CombineProps$2q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2251
+ type?: 'color' | 'mono';
2252
+ }
2253
+ declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2q>;
2146
2254
 
2147
- declare const Icon$72: React__default.NamedExoticComponent<RNIconProps$1>;
2255
+ declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
2256
+
2257
+ declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
2148
2258
 
2149
- type CompoundedIcon$2D = typeof Icon$73 & {
2259
+ type CompoundedIcon$2D = typeof Icon$77 & {
2150
2260
  Avatar: typeof Avatar$2D;
2151
- Combine: typeof Combine$2t;
2152
- Text: typeof Icon$72;
2261
+ Color: typeof Icon$78;
2262
+ Combine: typeof Combine$2s;
2263
+ Simple: typeof Icon$78;
2264
+ Text: typeof Icon$76;
2265
+ colorGradient: string;
2153
2266
  colorPrimary: string;
2154
2267
  title: string;
2155
2268
  };
@@ -2158,17 +2271,17 @@ declare const Icons$2D: CompoundedIcon$2D;
2158
2271
  type AvatarProps$2C = Omit<RNIconAvatarProps, 'Icon'>;
2159
2272
  declare const Avatar$2C: React__default.NamedExoticComponent<AvatarProps$2C>;
2160
2273
 
2161
- type CombineProps$2q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2162
- declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2q>;
2274
+ type CombineProps$2p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2275
+ declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2p>;
2163
2276
 
2164
- declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2277
+ declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
2165
2278
 
2166
- declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2279
+ declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
2167
2280
 
2168
- type CompoundedIcon$2C = typeof Icon$71 & {
2281
+ type CompoundedIcon$2C = typeof Icon$75 & {
2169
2282
  Avatar: typeof Avatar$2C;
2170
- Combine: typeof Combine$2s;
2171
- Text: typeof Icon$70;
2283
+ Combine: typeof Combine$2r;
2284
+ Text: typeof Icon$74;
2172
2285
  colorPrimary: string;
2173
2286
  title: string;
2174
2287
  };
@@ -2177,23 +2290,17 @@ declare const Icons$2C: CompoundedIcon$2C;
2177
2290
  type AvatarProps$2B = Omit<RNIconAvatarProps, 'Icon'>;
2178
2291
  declare const Avatar$2B: React__default.NamedExoticComponent<AvatarProps$2B>;
2179
2292
 
2180
- declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2181
-
2182
- interface CombineProps$2p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2183
- type?: 'color' | 'mono';
2184
- }
2185
- declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2p>;
2293
+ type CombineProps$2o = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2294
+ declare const Combine$2q: React__default.NamedExoticComponent<CombineProps$2o>;
2186
2295
 
2187
- declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
2296
+ declare const Icon$73: React__default.NamedExoticComponent<RNIconProps$1>;
2188
2297
 
2189
- declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2298
+ declare const Icon$72: React__default.NamedExoticComponent<RNIconProps$1>;
2190
2299
 
2191
- type CompoundedIcon$2B = typeof Icon$6_ & {
2300
+ type CompoundedIcon$2B = typeof Icon$73 & {
2192
2301
  Avatar: typeof Avatar$2B;
2193
- Color: typeof Icon$6$;
2194
- Combine: typeof Combine$2r;
2195
- Text: typeof Icon$6Z;
2196
- colorGradient: string;
2302
+ Combine: typeof Combine$2q;
2303
+ Text: typeof Icon$72;
2197
2304
  colorPrimary: string;
2198
2305
  title: string;
2199
2306
  };
@@ -2202,24 +2309,17 @@ declare const Icons$2B: CompoundedIcon$2B;
2202
2309
  type AvatarProps$2A = Omit<RNIconAvatarProps, 'Icon'>;
2203
2310
  declare const Avatar$2A: React__default.NamedExoticComponent<AvatarProps$2A>;
2204
2311
 
2205
- declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
2206
-
2207
- interface CombineProps$2o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2208
- type?: 'color' | 'mono';
2209
- }
2210
- declare const Combine$2q: React__default.NamedExoticComponent<CombineProps$2o>;
2312
+ type CombineProps$2n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2313
+ declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2n>;
2211
2314
 
2212
- declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
2315
+ declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
2213
2316
 
2214
- declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2317
+ declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
2215
2318
 
2216
- type CompoundedIcon$2A = typeof Icon$6X & {
2319
+ type CompoundedIcon$2A = typeof Icon$71 & {
2217
2320
  Avatar: typeof Avatar$2A;
2218
- Color: typeof Icon$6Y;
2219
- Combine: typeof Combine$2q;
2220
- Simple: typeof Icon$6Y;
2221
- Text: typeof Icon$6W;
2222
- colorGradient: string;
2321
+ Combine: typeof Combine$2p;
2322
+ Text: typeof Icon$70;
2223
2323
  colorPrimary: string;
2224
2324
  title: string;
2225
2325
  };
@@ -2228,17 +2328,17 @@ declare const Icons$2A: CompoundedIcon$2A;
2228
2328
  type AvatarProps$2z = Omit<RNIconAvatarProps, 'Icon'>;
2229
2329
  declare const Avatar$2z: React__default.NamedExoticComponent<AvatarProps$2z>;
2230
2330
 
2231
- type CombineProps$2n = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2232
- declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2n>;
2331
+ type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2332
+ declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2m>;
2233
2333
 
2234
- declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2334
+ declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
2235
2335
 
2236
- declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2336
+ declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
2237
2337
 
2238
- type CompoundedIcon$2z = typeof Icon$6V & {
2338
+ type CompoundedIcon$2z = typeof Icon$6$ & {
2239
2339
  Avatar: typeof Avatar$2z;
2240
- Combine: typeof Combine$2p;
2241
- Text: typeof Icon$6U;
2340
+ Combine: typeof Combine$2o;
2341
+ Text: typeof Icon$6_;
2242
2342
  colorPrimary: string;
2243
2343
  title: string;
2244
2344
  };
@@ -2247,17 +2347,13 @@ declare const Icons$2z: CompoundedIcon$2z;
2247
2347
  type AvatarProps$2y = Omit<RNIconAvatarProps, 'Icon'>;
2248
2348
  declare const Avatar$2y: React__default.NamedExoticComponent<AvatarProps$2y>;
2249
2349
 
2250
- type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2251
- declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2m>;
2252
-
2253
- declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2350
+ declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
2254
2351
 
2255
- declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2352
+ declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
2256
2353
 
2257
- type CompoundedIcon$2y = typeof Icon$6T & {
2354
+ type CompoundedIcon$2y = typeof Icon$6Z & {
2258
2355
  Avatar: typeof Avatar$2y;
2259
- Combine: typeof Combine$2o;
2260
- Text: typeof Icon$6S;
2356
+ Text: typeof Icon$6Y;
2261
2357
  colorPrimary: string;
2262
2358
  title: string;
2263
2359
  };
@@ -2266,17 +2362,22 @@ declare const Icons$2y: CompoundedIcon$2y;
2266
2362
  type AvatarProps$2x = Omit<RNIconAvatarProps, 'Icon'>;
2267
2363
  declare const Avatar$2x: React__default.NamedExoticComponent<AvatarProps$2x>;
2268
2364
 
2269
- type CombineProps$2l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2365
+ declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
2366
+
2367
+ interface CombineProps$2l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2368
+ type?: 'color' | 'mono';
2369
+ }
2270
2370
  declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2l>;
2271
2371
 
2272
- declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2372
+ declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
2273
2373
 
2274
- declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2374
+ declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
2275
2375
 
2276
- type CompoundedIcon$2x = typeof Icon$6R & {
2376
+ type CompoundedIcon$2x = typeof Icon$6W & {
2277
2377
  Avatar: typeof Avatar$2x;
2378
+ Color: typeof Icon$6X;
2278
2379
  Combine: typeof Combine$2n;
2279
- Text: typeof Icon$6Q;
2380
+ Text: typeof Icon$6V;
2280
2381
  colorPrimary: string;
2281
2382
  title: string;
2282
2383
  };
@@ -2285,17 +2386,19 @@ declare const Icons$2x: CompoundedIcon$2x;
2285
2386
  type AvatarProps$2w = Omit<RNIconAvatarProps, 'Icon'>;
2286
2387
  declare const Avatar$2w: React__default.NamedExoticComponent<AvatarProps$2w>;
2287
2388
 
2288
- type CombineProps$2k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2289
- declare const Combine$2m: React__default.NamedExoticComponent<CombineProps$2k>;
2389
+ declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
2290
2390
 
2291
- declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2391
+ declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
2292
2392
 
2293
- declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
2393
+ declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
2394
+
2395
+ declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
2294
2396
 
2295
- type CompoundedIcon$2w = typeof Icon$6P & {
2397
+ type CompoundedIcon$2w = typeof Icon$6R & {
2296
2398
  Avatar: typeof Avatar$2w;
2297
- Combine: typeof Combine$2m;
2298
- Text: typeof Icon$6O;
2399
+ Brand: typeof Icon$6T;
2400
+ BrandColor: typeof Icon$6U;
2401
+ Color: typeof Icon$6S;
2299
2402
  colorPrimary: string;
2300
2403
  title: string;
2301
2404
  };
@@ -2304,13 +2407,19 @@ declare const Icons$2w: CompoundedIcon$2w;
2304
2407
  type AvatarProps$2v = Omit<RNIconAvatarProps, 'Icon'>;
2305
2408
  declare const Avatar$2v: React__default.NamedExoticComponent<AvatarProps$2v>;
2306
2409
 
2307
- declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2410
+ declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
2308
2411
 
2309
- declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
2412
+ declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
2413
+
2414
+ declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
2415
+
2416
+ declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
2310
2417
 
2311
2418
  type CompoundedIcon$2v = typeof Icon$6N & {
2312
2419
  Avatar: typeof Avatar$2v;
2313
- Text: typeof Icon$6M;
2420
+ Brand: typeof Icon$6P;
2421
+ BrandColor: typeof Icon$6Q;
2422
+ Color: typeof Icon$6O;
2314
2423
  colorPrimary: string;
2315
2424
  title: string;
2316
2425
  };
@@ -2319,22 +2428,17 @@ declare const Icons$2v: CompoundedIcon$2v;
2319
2428
  type AvatarProps$2u = Omit<RNIconAvatarProps, 'Icon'>;
2320
2429
  declare const Avatar$2u: React__default.NamedExoticComponent<AvatarProps$2u>;
2321
2430
 
2322
- declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2323
-
2324
- interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2325
- type?: 'color' | 'mono';
2326
- }
2327
- declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2431
+ type CombineProps$2k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2432
+ declare const Combine$2m: React__default.NamedExoticComponent<CombineProps$2k>;
2328
2433
 
2329
- declare const Icon$6K: React__default.NamedExoticComponent<RNIconProps$1>;
2434
+ declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
2330
2435
 
2331
- declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2436
+ declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
2332
2437
 
2333
- type CompoundedIcon$2u = typeof Icon$6K & {
2438
+ type CompoundedIcon$2u = typeof Icon$6M & {
2334
2439
  Avatar: typeof Avatar$2u;
2335
- Color: typeof Icon$6L;
2336
- Combine: typeof Combine$2l;
2337
- Text: typeof Icon$6J;
2440
+ Combine: typeof Combine$2m;
2441
+ Text: typeof Icon$6L;
2338
2442
  colorPrimary: string;
2339
2443
  title: string;
2340
2444
  };
@@ -2343,19 +2447,22 @@ declare const Icons$2u: CompoundedIcon$2u;
2343
2447
  type AvatarProps$2t = Omit<RNIconAvatarProps, 'Icon'>;
2344
2448
  declare const Avatar$2t: React__default.NamedExoticComponent<AvatarProps$2t>;
2345
2449
 
2346
- declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2450
+ declare const Icon$6K: React__default.NamedExoticComponent<RNIconProps$1>;
2347
2451
 
2348
- declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2452
+ interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2453
+ type?: 'color' | 'mono';
2454
+ }
2455
+ declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
2349
2456
 
2350
- declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2457
+ declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
2351
2458
 
2352
- declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2459
+ declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
2353
2460
 
2354
- type CompoundedIcon$2t = typeof Icon$6F & {
2461
+ type CompoundedIcon$2t = typeof Icon$6J & {
2355
2462
  Avatar: typeof Avatar$2t;
2356
- Brand: typeof Icon$6H;
2357
- BrandColor: typeof Icon$6I;
2358
- Color: typeof Icon$6G;
2463
+ Color: typeof Icon$6K;
2464
+ Combine: typeof Combine$2l;
2465
+ Text: typeof Icon$6I;
2359
2466
  colorPrimary: string;
2360
2467
  title: string;
2361
2468
  };
@@ -2364,17 +2471,22 @@ declare const Icons$2t: CompoundedIcon$2t;
2364
2471
  type AvatarProps$2s = Omit<RNIconAvatarProps, 'Icon'>;
2365
2472
  declare const Avatar$2s: React__default.NamedExoticComponent<AvatarProps$2s>;
2366
2473
 
2367
- type CombineProps$2i = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2474
+ declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
2475
+
2476
+ interface CombineProps$2i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2477
+ type?: 'color' | 'mono';
2478
+ }
2368
2479
  declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
2369
2480
 
2370
- declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
2481
+ declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
2371
2482
 
2372
- declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
2483
+ declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
2373
2484
 
2374
- type CompoundedIcon$2s = typeof Icon$6E & {
2485
+ type CompoundedIcon$2s = typeof Icon$6G & {
2375
2486
  Avatar: typeof Avatar$2s;
2487
+ Color: typeof Icon$6H;
2376
2488
  Combine: typeof Combine$2k;
2377
- Text: typeof Icon$6D;
2489
+ Text: typeof Icon$6F;
2378
2490
  colorPrimary: string;
2379
2491
  title: string;
2380
2492
  };
@@ -2383,22 +2495,17 @@ declare const Icons$2s: CompoundedIcon$2s;
2383
2495
  type AvatarProps$2r = Omit<RNIconAvatarProps, 'Icon'>;
2384
2496
  declare const Avatar$2r: React__default.NamedExoticComponent<AvatarProps$2r>;
2385
2497
 
2386
- declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2387
-
2388
- interface CombineProps$2h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2389
- type?: 'color' | 'mono';
2390
- }
2498
+ type CombineProps$2h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2391
2499
  declare const Combine$2j: React__default.NamedExoticComponent<CombineProps$2h>;
2392
2500
 
2393
- declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
2501
+ declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
2394
2502
 
2395
- declare const Icon$6A: React__default.NamedExoticComponent<RNIconProps$1>;
2503
+ declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
2396
2504
 
2397
- type CompoundedIcon$2r = typeof Icon$6B & {
2505
+ type CompoundedIcon$2r = typeof Icon$6E & {
2398
2506
  Avatar: typeof Avatar$2r;
2399
- Color: typeof Icon$6C;
2400
2507
  Combine: typeof Combine$2j;
2401
- Text: typeof Icon$6A;
2508
+ Text: typeof Icon$6D;
2402
2509
  colorPrimary: string;
2403
2510
  title: string;
2404
2511
  };
@@ -2407,22 +2514,16 @@ declare const Icons$2r: CompoundedIcon$2r;
2407
2514
  type AvatarProps$2q = Omit<RNIconAvatarProps, 'Icon'>;
2408
2515
  declare const Avatar$2q: React__default.NamedExoticComponent<AvatarProps$2q>;
2409
2516
 
2410
- declare const Icon$6z: React__default.NamedExoticComponent<RNIconProps$1>;
2411
-
2412
- interface CombineProps$2g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2413
- type?: 'color' | 'mono';
2414
- }
2415
- declare const Combine$2i: React__default.NamedExoticComponent<CombineProps$2g>;
2517
+ declare const Combine$2i: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2416
2518
 
2417
- declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
2519
+ declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
2418
2520
 
2419
- declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
2521
+ declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
2420
2522
 
2421
- type CompoundedIcon$2q = typeof Icon$6y & {
2523
+ type CompoundedIcon$2q = typeof Icon$6C & {
2422
2524
  Avatar: typeof Avatar$2q;
2423
- Color: typeof Icon$6z;
2424
2525
  Combine: typeof Combine$2i;
2425
- Text: typeof Icon$6x;
2526
+ Text: typeof Icon$6B;
2426
2527
  colorPrimary: string;
2427
2528
  title: string;
2428
2529
  };
@@ -2431,17 +2532,23 @@ declare const Icons$2q: CompoundedIcon$2q;
2431
2532
  type AvatarProps$2p = Omit<RNIconAvatarProps, 'Icon'>;
2432
2533
  declare const Avatar$2p: React__default.NamedExoticComponent<AvatarProps$2p>;
2433
2534
 
2434
- type CombineProps$2f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2435
- declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
2535
+ declare const Icon$6A: React__default.NamedExoticComponent<RNIconProps$1>;
2436
2536
 
2437
- declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
2537
+ interface CombineProps$2g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2538
+ type?: 'color' | 'mono';
2539
+ }
2540
+ declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2g>;
2438
2541
 
2439
- declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
2542
+ declare const Icon$6z: React__default.NamedExoticComponent<RNIconProps$1>;
2543
+
2544
+ declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
2440
2545
 
2441
- type CompoundedIcon$2p = typeof Icon$6w & {
2546
+ type CompoundedIcon$2p = typeof Icon$6z & {
2442
2547
  Avatar: typeof Avatar$2p;
2548
+ Color: typeof Icon$6A;
2443
2549
  Combine: typeof Combine$2h;
2444
- Text: typeof Icon$6v;
2550
+ Text: typeof Icon$6y;
2551
+ colorGradient: string;
2445
2552
  colorPrimary: string;
2446
2553
  title: string;
2447
2554
  };
@@ -2450,16 +2557,17 @@ declare const Icons$2p: CompoundedIcon$2p;
2450
2557
  type AvatarProps$2o = Omit<RNIconAvatarProps, 'Icon'>;
2451
2558
  declare const Avatar$2o: React__default.NamedExoticComponent<AvatarProps$2o>;
2452
2559
 
2453
- declare const Combine$2g: React__default.NamedExoticComponent<RNIconCombineProps$1>;
2560
+ type CombineProps$2f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2561
+ declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2f>;
2454
2562
 
2455
- declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
2563
+ declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
2456
2564
 
2457
- declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2565
+ declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
2458
2566
 
2459
- type CompoundedIcon$2o = typeof Icon$6u & {
2567
+ type CompoundedIcon$2o = typeof Icon$6x & {
2460
2568
  Avatar: typeof Avatar$2o;
2461
2569
  Combine: typeof Combine$2g;
2462
- Text: typeof Icon$6t;
2570
+ Text: typeof Icon$6w;
2463
2571
  colorPrimary: string;
2464
2572
  title: string;
2465
2573
  };
@@ -2468,23 +2576,17 @@ declare const Icons$2o: CompoundedIcon$2o;
2468
2576
  type AvatarProps$2n = Omit<RNIconAvatarProps, 'Icon'>;
2469
2577
  declare const Avatar$2n: React__default.NamedExoticComponent<AvatarProps$2n>;
2470
2578
 
2471
- declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
2472
-
2473
- interface CombineProps$2e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2474
- type?: 'color' | 'mono';
2475
- }
2579
+ type CombineProps$2e = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2476
2580
  declare const Combine$2f: React__default.NamedExoticComponent<CombineProps$2e>;
2477
2581
 
2478
- declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
2582
+ declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
2479
2583
 
2480
- declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
2584
+ declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
2481
2585
 
2482
- type CompoundedIcon$2n = typeof Icon$6r & {
2586
+ type CompoundedIcon$2n = typeof Icon$6v & {
2483
2587
  Avatar: typeof Avatar$2n;
2484
- Color: typeof Icon$6s;
2485
2588
  Combine: typeof Combine$2f;
2486
- Text: typeof Icon$6q;
2487
- colorGradient: string;
2589
+ Text: typeof Icon$6u;
2488
2590
  colorPrimary: string;
2489
2591
  title: string;
2490
2592
  };
@@ -2493,17 +2595,23 @@ declare const Icons$2n: CompoundedIcon$2n;
2493
2595
  type AvatarProps$2m = Omit<RNIconAvatarProps, 'Icon'>;
2494
2596
  declare const Avatar$2m: React__default.NamedExoticComponent<AvatarProps$2m>;
2495
2597
 
2496
- type CombineProps$2d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2598
+ declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
2599
+
2600
+ interface CombineProps$2d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2601
+ type?: 'color' | 'mono';
2602
+ }
2497
2603
  declare const Combine$2e: React__default.NamedExoticComponent<CombineProps$2d>;
2498
2604
 
2499
- declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
2605
+ declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
2500
2606
 
2501
- declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
2607
+ declare const Icon$6r: React__default.NamedExoticComponent<RNIconProps$1>;
2502
2608
 
2503
- type CompoundedIcon$2m = typeof Icon$6p & {
2609
+ type CompoundedIcon$2m = typeof Icon$6s & {
2504
2610
  Avatar: typeof Avatar$2m;
2611
+ Color: typeof Icon$6t;
2505
2612
  Combine: typeof Combine$2e;
2506
- Text: typeof Icon$6o;
2613
+ Text: typeof Icon$6r;
2614
+ colorGradient: string;
2507
2615
  colorPrimary: string;
2508
2616
  title: string;
2509
2617
  };
@@ -2512,17 +2620,25 @@ declare const Icons$2m: CompoundedIcon$2m;
2512
2620
  type AvatarProps$2l = Omit<RNIconAvatarProps, 'Icon'>;
2513
2621
  declare const Avatar$2l: React__default.NamedExoticComponent<AvatarProps$2l>;
2514
2622
 
2515
- type CombineProps$2c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
2623
+ declare const Icon$6q: React__default.NamedExoticComponent<RNIconProps$1>;
2624
+
2625
+ interface CombineProps$2c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2626
+ type?: 'color' | 'mono';
2627
+ }
2516
2628
  declare const Combine$2d: React__default.NamedExoticComponent<CombineProps$2c>;
2517
2629
 
2518
- declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
2630
+ declare const Icon$6p: React__default.NamedExoticComponent<RNIconProps$1>;
2519
2631
 
2520
- declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
2632
+ declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
2521
2633
 
2522
- type CompoundedIcon$2l = typeof Icon$6n & {
2634
+ declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
2635
+
2636
+ type CompoundedIcon$2l = typeof Icon$6p & {
2523
2637
  Avatar: typeof Avatar$2l;
2638
+ Color: typeof Icon$6q;
2524
2639
  Combine: typeof Combine$2d;
2525
- Text: typeof Icon$6m;
2640
+ Text: typeof Icon$6o;
2641
+ TextCn: typeof Icon$6n;
2526
2642
  colorPrimary: string;
2527
2643
  title: string;
2528
2644
  };
@@ -2531,23 +2647,25 @@ declare const Icons$2l: CompoundedIcon$2l;
2531
2647
  type AvatarProps$2k = Omit<RNIconAvatarProps, 'Icon'>;
2532
2648
  declare const Avatar$2k: React__default.NamedExoticComponent<AvatarProps$2k>;
2533
2649
 
2534
- declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
2650
+ declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
2535
2651
 
2536
2652
  interface CombineProps$2b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
2537
2653
  type?: 'color' | 'mono';
2538
2654
  }
2539
2655
  declare const Combine$2c: React__default.NamedExoticComponent<CombineProps$2b>;
2540
2656
 
2657
+ declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
2658
+
2541
2659
  declare const Icon$6k: React__default.NamedExoticComponent<RNIconProps$1>;
2542
2660
 
2543
2661
  declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
2544
2662
 
2545
- type CompoundedIcon$2k = typeof Icon$6k & {
2663
+ type CompoundedIcon$2k = typeof Icon$6l & {
2546
2664
  Avatar: typeof Avatar$2k;
2547
- Color: typeof Icon$6l;
2665
+ Color: typeof Icon$6m;
2548
2666
  Combine: typeof Combine$2c;
2549
- Text: typeof Icon$6j;
2550
- colorGradient: string;
2667
+ Text: typeof Icon$6k;
2668
+ TextCn: typeof Icon$6j;
2551
2669
  colorPrimary: string;
2552
2670
  title: string;
2553
2671
  };
@@ -4901,7 +5019,7 @@ type CompoundedIcon$I = typeof Icon$1V & {
4901
5019
  BrandColor: typeof Icon$1Y;
4902
5020
  Color: typeof Icon$1W;
4903
5021
  Combine: typeof Combine$D;
4904
- Text: typeof Icon$a2;
5022
+ Text: typeof Icon$aj;
4905
5023
  colorGradient: string;
4906
5024
  colorPrimary: string;
4907
5025
  title: string;
@@ -5887,4 +6005,4 @@ type CompoundedIcon = typeof Icon$1 & {
5887
6005
  };
5888
6006
  declare const Icons: CompoundedIcon;
5889
6007
 
5890
- export { Icons$3V as Adobe, Icons$3U as AdobeFirefly, type CompoundedIcon$3U as AdobeFireflyProps, type CompoundedIcon$3V as AdobeProps, Icons$3T as Agui, type CompoundedIcon$3T as AguiProps, Icons$3S as Ai21, type CompoundedIcon$3S as Ai21Props, Icons$3R as Ai302, type CompoundedIcon$3R as Ai302Props, Icons$3Q as Ai360, type CompoundedIcon$3Q as Ai360Props, Icons$3P as AiHubMix, type CompoundedIcon$3P as AiHubMixProps, Icons$3O as AiMass, type CompoundedIcon$3O as AiMassProps, Icons$3M as AiStudio, type CompoundedIcon$3M as AiStudioProps, Icons$3N as AionLabs, type CompoundedIcon$3N as AionLabsProps, Icons$3L as AkashChat, type CompoundedIcon$3L as AkashChatProps, Icons$3K as AlephAlpha, type CompoundedIcon$3K as AlephAlphaProps, Icons$3J as Alibaba, Icons$3I as AlibabaCloud, type CompoundedIcon$3I as AlibabaCloudProps, type CompoundedIcon$3J as AlibabaProps, Icons$3H as AntGroup, type CompoundedIcon$3H as AntGroupProps, Icons$3G as Anthropic, type CompoundedIcon$3G as AnthropicProps, Icons$3F as Anyscale, type CompoundedIcon$3F as AnyscaleProps, Icons$3E as AssemblyAI, type CompoundedIcon$3E as AssemblyAIProps, Icons$3D as Automatic, type CompoundedIcon$3D as AutomaticProps, Icons$3C as Aws, type CompoundedIcon$3C as AwsProps, Icons$3B as Aya, type CompoundedIcon$3B as AyaProps, Icons$3A as Azure, Icons$3z as AzureAI, type CompoundedIcon$3z as AzureAIProps, type CompoundedIcon$3A as AzureProps, Icons$3y as BAAI, type CompoundedIcon$3y as BAAIProps, Icons$3x as Baichuan, type CompoundedIcon$3x as BaichuanProps, Icons$3w as Baidu, Icons$3v as BaiduCloud, type CompoundedIcon$3v as BaiduCloudProps, type CompoundedIcon$3w as BaiduProps, Icons$3u as Bailian, type CompoundedIcon$3u as BailianProps, Icons$3t as Baseten, type CompoundedIcon$3t as BasetenProps, Icons$3s as Bedrock, type CompoundedIcon$3s as BedrockProps, Icons$3r as Bfl, type CompoundedIcon$3r as BflProps, Icons$3q as Bilibili, Icons$3p as BilibiliIndex, type CompoundedIcon$3p as BilibiliIndexProps, type CompoundedIcon$3q as BilibiliProps, Icons$3o as Bing, type CompoundedIcon$3o as BingProps, Icons$3n as BurnCloud, type CompoundedIcon$3n as BurnCloudProps, Icons$3m as ByteDance, type CompoundedIcon$3m as ByteDanceProps, Icons$3l as CentML, type CompoundedIcon$3l as CentMLProps, Icons$3k as Cerebras, type CompoundedIcon$3k as CerebrasProps, Icons$3j as ChatGLM, type CompoundedIcon$3j as ChatGLMProps, Icons$3i as Civitai, type CompoundedIcon$3i as CivitaiProps, Icons$3h as Claude, type CompoundedIcon$3h as ClaudeProps, Icons$3g as Cline, type CompoundedIcon$3g as ClineProps, Icons$3f as Clipdrop, type CompoundedIcon$3f as ClipdropProps, Icons$3e as Cloudflare, type CompoundedIcon$3e as CloudflareProps, Icons$3d as CodeGeeX, type CompoundedIcon$3d as CodeGeeXProps, Icons$3c as CogVideo, type CompoundedIcon$3c as CogVideoProps, Icons$3b as CogView, type CompoundedIcon$3b as CogViewProps, Icons$3a as Cohere, type CompoundedIcon$3a as CohereProps, Icons$39 as Colab, type CompoundedIcon$39 as ColabProps, Icons$38 as CometAPI, type CompoundedIcon$38 as CometAPIProps, Icons$37 as ComfyUI, type CompoundedIcon$37 as ComfyUIProps, Icons$36 as CommandA, type CompoundedIcon$36 as CommandAProps, type CompoundedIcon$3W as CompoundedIcon, Icons$35 as Copilot, Icons$34 as CopilotKit, type CompoundedIcon$34 as CopilotKitProps, type CompoundedIcon$35 as CopilotProps, Icons$33 as Coqui, type CompoundedIcon$33 as CoquiProps, Icons$32 as Coze, type CompoundedIcon$32 as CozeProps, Icons$31 as CrewAI, type CompoundedIcon$31 as CrewAIProps, Icons$30 as Crusoe, type CompoundedIcon$30 as CrusoeProps, Icons$2$ as Cursor, type CompoundedIcon$2$ as CursorProps, Icons$2_ as Dalle, type CompoundedIcon$2_ as DalleProps, Icons$2Z as Dbrx, type CompoundedIcon$2Z as DbrxProps, Icons$2Y as DeepAI, type CompoundedIcon$2Y as DeepAIProps, Icons$2X as DeepInfra, type CompoundedIcon$2X as DeepInfraProps, Icons$2W as DeepMind, type CompoundedIcon$2W as DeepMindProps, Icons$2V as DeepSeek, type CompoundedIcon$2V as DeepSeekProps, Icons$2U as Dify, type CompoundedIcon$2U as DifyProps, Icons$2T as Doc2X, type CompoundedIcon$2T as Doc2XProps, Icons$2S as DocSearch, type CompoundedIcon$2S as DocSearchProps, Icons$2R as Dolphin, type CompoundedIcon$2R as DolphinProps, Icons$2Q as Doubao, type CompoundedIcon$2Q as DoubaoProps, Icons$2P as DreamMachine, type CompoundedIcon$2P as DreamMachineProps, Icons$2O as ElevenLabs, type CompoundedIcon$2O as ElevenLabsProps, Icons$2N as ElevenX, type CompoundedIcon$2N as ElevenXProps, Icons$2M as Exa, type CompoundedIcon$2M as ExaProps, Icons$2L as Fal, type CompoundedIcon$2L as FalProps, Icons$2K as FastGPT, type CompoundedIcon$2K as FastGPTProps, Icons$2J as Featherless, type CompoundedIcon$2J as FeatherlessProps, Icons$2I as Figma, type CompoundedIcon$2I as FigmaProps, Icons$2H as Fireworks, type CompoundedIcon$2H as FireworksProps, Icons$2G as FishAudio, type CompoundedIcon$2G as FishAudioProps, Icons$2F as Flora, type CompoundedIcon$2F as FloraProps, Icons$2E as Flowith, type CompoundedIcon$2E as FlowithProps, Icons$2D as Flux, type CompoundedIcon$2D as FluxProps, Icons$2C as Friendli, type CompoundedIcon$2C as FriendliProps, Icons$2u as GLMV, type CompoundedIcon$2u as GLMVProps, Icons$2B as Gemini, type CompoundedIcon$2B as GeminiProps, Icons$2A as Gemma, type CompoundedIcon$2A as GemmaProps, Icons$2z as GiteeAI, type CompoundedIcon$2z as GiteeAIProps, Icons$2y as Github, Icons$2x as GithubCopilot, type CompoundedIcon$2x as GithubCopilotProps, type CompoundedIcon$2y as GithubProps, Icons$2w as Glama, type CompoundedIcon$2w as GlamaProps, Icons$2v as Glif, type CompoundedIcon$2v as GlifProps, Icons$2t as Google, type CompoundedIcon$2t as GoogleProps, Icons$2s as Goose, type CompoundedIcon$2s as GooseProps, Icons$2r as Gradio, type CompoundedIcon$2r as GradioProps, Icons$2q as Greptile, type CompoundedIcon$2q as GreptileProps, Icons$2p as Grok, type CompoundedIcon$2p as GrokProps, Icons$2o as Groq, type CompoundedIcon$2o as GroqProps, Icons$2n as Hailuo, type CompoundedIcon$2n as HailuoProps, Icons$2m as Haiper, type CompoundedIcon$2m as HaiperProps, Icons$2l as Hedra, type CompoundedIcon$2l as HedraProps, Icons$2k as Higress, type CompoundedIcon$2k as HigressProps, Icons$2j as HuggingFace, type CompoundedIcon$2j as HuggingFaceProps, Icons$2i as Hunyuan, type CompoundedIcon$2i as HunyuanProps, Icons$2h as Hyperbolic, type CompoundedIcon$2h as HyperbolicProps, Icons$2g as IBM, type CompoundedIcon$2g as IBMProps, Icons$2e as IFlyTekCloud, type CompoundedIcon$2e as IFlyTekCloudProps, Icons$2f as Ideogram, type CompoundedIcon$2f as IdeogramProps, Icons$2d as Inference, type CompoundedIcon$2d as InferenceProps, Icons$2c as Infermatic, type CompoundedIcon$2c as InfermaticProps, Icons$2b as Infinigence, type CompoundedIcon$2b as InfinigenceProps, Icons$2a as Inflection, type CompoundedIcon$2a as InflectionProps, Icons$29 as InternLM, type CompoundedIcon$29 as InternLMProps, Icons$28 as Jimeng, type CompoundedIcon$28 as JimengProps, Icons$27 as Jina, type CompoundedIcon$27 as JinaProps, Icons$26 as Kera, type CompoundedIcon$26 as KeraProps, Icons$25 as Kimi, type CompoundedIcon$25 as KimiProps, Icons$24 as Kling, type CompoundedIcon$24 as KlingProps, Icons$23 as Kluster, type CompoundedIcon$23 as KlusterProps, Icons$22 as Kolors, type CompoundedIcon$22 as KolorsProps, Icons$21 as Kwaipilot, type CompoundedIcon$21 as KwaipilotProps, Icons$1W as LG, type CompoundedIcon$1W as LGProps, Icons$1R as LLaVA, type CompoundedIcon$1R as LLaVAProps, Icons$20 as Lambda, type CompoundedIcon$20 as LambdaProps, Icons$1$ as LangChain, type CompoundedIcon$1$ as LangChainProps, Icons$1Z as LangGraph, type CompoundedIcon$1Z as LangGraphProps, Icons$1Y as LangSmith, type CompoundedIcon$1Y as LangSmithProps, Icons$1_ as Langfuse, type CompoundedIcon$1_ as LangfuseProps, Icons$1X as LeptonAI, type CompoundedIcon$1X as LeptonAIProps, Icons$1V as Lightricks, type CompoundedIcon$1V as LightricksProps, Icons$1U as Liquid, type CompoundedIcon$1U as LiquidProps, Icons$1T as LiveKit, type CompoundedIcon$1T as LiveKitProps, Icons$1S as LlamaIndex, type CompoundedIcon$1S as LlamaIndexProps, Icons$1Q as LmStudio, type CompoundedIcon$1Q as LmStudioProps, Icons$1P as LobeHub, type CompoundedIcon$1P as LobeHubProps, Icons$1O as LongCat, type CompoundedIcon$1O as LongCatProps, Icons$1N as Lovable, type CompoundedIcon$1N as LovableProps, Icons$1M as Luma, type CompoundedIcon$1M as LumaProps, Icons$1H as MCP, type CompoundedIcon$1H as MCPProps, Icons$1L as Magic, type CompoundedIcon$1L as MagicProps, Icons$1K as Make, type CompoundedIcon$1K as MakeProps, Icons$1J as Manus, type CompoundedIcon$1J as ManusProps, Icons$1I as Mastra, type CompoundedIcon$1I as MastraProps, Icons$1G as McpSo, type CompoundedIcon$1G as McpSoProps, Icons$1F as Menlo, type CompoundedIcon$1F as MenloProps, Icons$1E as Meta, Icons$1D as MetaAI, type CompoundedIcon$1D as MetaAIProps, Icons$1C as MetaGPT, type CompoundedIcon$1C as MetaGPTProps, type CompoundedIcon$1E as MetaProps, Icons$1B as Microsoft, type CompoundedIcon$1B as MicrosoftProps, Icons$1A as Midjourney, type CompoundedIcon$1A as MidjourneyProps, Icons$1z as Minimax, type CompoundedIcon$1z as MinimaxProps, Icons$1y as Mistral, type CompoundedIcon$1y as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1x as ModelScope, type CompoundedIcon$1x as ModelScopeProps, RNModelTag as ModelTag, Icons$1w as Monica, type CompoundedIcon$1w as MonicaProps, Icons$1v as Moonshot, type CompoundedIcon$1v as MoonshotProps, Icons$1u as MyShell, type CompoundedIcon$1u as MyShellProps, Icons$1t as N8n, type CompoundedIcon$1t as N8nProps, Icons$1k as NPLCloud, type CompoundedIcon$1k as NPLCloudProps, Icons$1s as Nebius, type CompoundedIcon$1s as NebiusProps, Icons$1r as NewAPI, type CompoundedIcon$1r as NewAPIProps, Icons$1q as NotebookLM, type CompoundedIcon$1q as NotebookLMProps, Icons$1p as Notion, type CompoundedIcon$1p as NotionProps, Icons$1o as NousResearch, type CompoundedIcon$1o as NousResearchProps, Icons$1n as Nova, type CompoundedIcon$1n as NovaProps, Icons$1m as NovelAI, type CompoundedIcon$1m as NovelAIProps, Icons$1l as Novita, type CompoundedIcon$1l as NovitaProps, Icons$1j as Nvidia, type CompoundedIcon$1j as NvidiaProps, Icons$1i as Ollama, type CompoundedIcon$1i as OllamaProps, Icons$1h as OpenAI, type CompoundedIcon$1h as OpenAIProps, Icons$1g as OpenChat, type CompoundedIcon$1g as OpenChatProps, Icons$1f as OpenRouter, type CompoundedIcon$1f as OpenRouterProps, Icons$1e as OpenWebUI, type CompoundedIcon$1e as OpenWebUIProps, Icons$13 as PPIO, type CompoundedIcon$13 as PPIOProps, Icons$1d as PaLM, type CompoundedIcon$1d as PaLMProps, Icons$1c as Parasail, type CompoundedIcon$1c as ParasailProps, Icons$1b as Perplexity, type CompoundedIcon$1b as PerplexityProps, Icons$1a as Phidata, type CompoundedIcon$1a as PhidataProps, Icons$19 as Phind, type CompoundedIcon$19 as PhindProps, Icons$18 as Pika, type CompoundedIcon$18 as PikaProps, Icons$17 as PixVerse, type CompoundedIcon$17 as PixVerseProps, Icons$16 as Player2, type CompoundedIcon$16 as Player2Props, Icons$15 as Poe, type CompoundedIcon$15 as PoeProps, Icons$14 as Pollinations, type CompoundedIcon$14 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$12 as PydanticAI, type CompoundedIcon$12 as PydanticAIProps, Icons$11 as Qingyan, type CompoundedIcon$11 as QingyanProps, Icons$10 as Qiniu, type CompoundedIcon$10 as QiniuProps, Icons$$ as Qwen, type CompoundedIcon$$ as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$W as RSSHub, type CompoundedIcon$W as RSSHubProps, Icons$_ as Railway, type CompoundedIcon$_ as RailwayProps, Icons$Z as Recraft, type CompoundedIcon$Z as RecraftProps, Icons$Y as Replicate, type CompoundedIcon$Y as ReplicateProps, Icons$X as Replit, type CompoundedIcon$X as ReplitProps, Icons$V as Runway, type CompoundedIcon$V as RunwayProps, Icons$U as Rwkv, type CompoundedIcon$U as RwkvProps, Icons$T as SambaNova, type CompoundedIcon$T as SambaNovaProps, Icons$S as Search1API, type CompoundedIcon$S as Search1APIProps, Icons$R as SearchApi, type CompoundedIcon$R as SearchApiProps, Icons$Q as SenseNova, type CompoundedIcon$Q as SenseNovaProps, Icons$P as SiliconCloud, type CompoundedIcon$P as SiliconCloudProps, Icons$O as Skywork, type CompoundedIcon$O as SkyworkProps, Icons$N as Smithery, type CompoundedIcon$N as SmitheryProps, Icons$M as Snowflake, type CompoundedIcon$M as SnowflakeProps, Icons$L as SophNet, type CompoundedIcon$L as SophNetProps, Icons$K as Sora, type CompoundedIcon$K as SoraProps, Icons$J as Spark, type CompoundedIcon$J as SparkProps, Icons$I as Stability, type CompoundedIcon$I as StabilityProps, Icons$H as StateCloud, type CompoundedIcon$H as StateCloudProps, Icons$G as Stepfun, type CompoundedIcon$G as StepfunProps, Icons$F as Straico, type CompoundedIcon$F as StraicoProps, Icons$E as SubModel, type CompoundedIcon$E as SubModelProps, Icons$D as Suno, type CompoundedIcon$D as SunoProps, Icons$C as Sync, type CompoundedIcon$C as SyncProps, Icons$w as TII, type CompoundedIcon$w as TIIProps, Icons$B as Targon, type CompoundedIcon$B as TargonProps, Icons$A as Tavily, type CompoundedIcon$A as TavilyProps, Icons$z as Tencent, Icons$y as TencentCloud, type CompoundedIcon$y as TencentCloudProps, type CompoundedIcon$z as TencentProps, Icons$x as Tiangong, type CompoundedIcon$x as TiangongProps, Icons$v as Together, type CompoundedIcon$v as TogetherProps, Icons$u as TopazLabs, type CompoundedIcon$u as TopazLabsProps, Icons$t as Trae, type CompoundedIcon$t as TraeProps, Icons$s as Tripo, type CompoundedIcon$s as TripoProps, Icons$r as TuriX, type CompoundedIcon$r as TuriXProps, Icons$q as Udio, type CompoundedIcon$q as UdioProps, Icons$p as Unstructured, type CompoundedIcon$p as UnstructuredProps, Icons$o as Upstage, type CompoundedIcon$o as UpstageProps, Icons$n as V0, type CompoundedIcon$n as V0Props, Icons$m as VectorizerAI, type CompoundedIcon$m as VectorizerAIProps, Icons$l as Vercel, type CompoundedIcon$l as VercelProps, Icons$k as VertexAI, type CompoundedIcon$k as VertexAIProps, Icons$j as Vidu, type CompoundedIcon$j as ViduProps, Icons$i as Viggle, type CompoundedIcon$i as ViggleProps, Icons$h as Vllm, type CompoundedIcon$h as VllmProps, Icons$g as Volcengine, type CompoundedIcon$g as VolcengineProps, Icons$f as Voyage, type CompoundedIcon$f as VoyageProps, Icons$e as Wenxin, type CompoundedIcon$e as WenxinProps, Icons$d as Windsurf, type CompoundedIcon$d as WindsurfProps, Icons$c as WorkersAI, type CompoundedIcon$c as WorkersAIProps, Icons$b as XAI, type CompoundedIcon$b as XAIProps, Icons$a as Xinference, type CompoundedIcon$a as XinferenceProps, Icons$9 as Xuanyuan, type CompoundedIcon$9 as XuanyuanProps, Icons$8 as Yandex, type CompoundedIcon$8 as YandexProps, Icons$7 as Yi, type CompoundedIcon$7 as YiProps, Icons$6 as YouMind, type CompoundedIcon$6 as YouMindProps, Icons$5 as Yuanbao, type CompoundedIcon$5 as YuanbaoProps, Icons$4 as ZAI, type CompoundedIcon$4 as ZAIProps, Icons$3 as Zapier, type CompoundedIcon$3 as ZapierProps, Icons$2 as Zeabur, type CompoundedIcon$2 as ZeaburProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };
6008
+ export { Icons$3_ as Adobe, Icons$3Z as AdobeFirefly, type CompoundedIcon$3Z as AdobeFireflyProps, type CompoundedIcon$3_ as AdobeProps, Icons$3Y as Agui, type CompoundedIcon$3Y as AguiProps, Icons$3X as Ai21, type CompoundedIcon$3X as Ai21Props, Icons$3W as Ai302, type CompoundedIcon$3W as Ai302Props, Icons$3V as Ai360, type CompoundedIcon$3V as Ai360Props, Icons$3U as AiHubMix, type CompoundedIcon$3U as AiHubMixProps, Icons$3T as AiMass, type CompoundedIcon$3T as AiMassProps, Icons$3R as AiStudio, type CompoundedIcon$3R as AiStudioProps, Icons$3S as AionLabs, type CompoundedIcon$3S as AionLabsProps, Icons$3Q as AkashChat, type CompoundedIcon$3Q as AkashChatProps, Icons$3P as AlephAlpha, type CompoundedIcon$3P as AlephAlphaProps, Icons$3O as Alibaba, Icons$3N as AlibabaCloud, type CompoundedIcon$3N as AlibabaCloudProps, type CompoundedIcon$3O as AlibabaProps, Icons$3M as AntGroup, type CompoundedIcon$3M as AntGroupProps, Icons$3L as Anthropic, type CompoundedIcon$3L as AnthropicProps, Icons$3K as Anyscale, type CompoundedIcon$3K as AnyscaleProps, Icons$3J as AssemblyAI, type CompoundedIcon$3J as AssemblyAIProps, Icons$3I as Automatic, type CompoundedIcon$3I as AutomaticProps, Icons$3H as Aws, type CompoundedIcon$3H as AwsProps, Icons$3G as Aya, type CompoundedIcon$3G as AyaProps, Icons$3F as Azure, Icons$3E as AzureAI, type CompoundedIcon$3E as AzureAIProps, type CompoundedIcon$3F as AzureProps, Icons$3D as BAAI, type CompoundedIcon$3D as BAAIProps, Icons$3C as Baichuan, type CompoundedIcon$3C as BaichuanProps, Icons$3B as Baidu, Icons$3A as BaiduCloud, type CompoundedIcon$3A as BaiduCloudProps, type CompoundedIcon$3B as BaiduProps, Icons$3z as Bailian, type CompoundedIcon$3z as BailianProps, Icons$3y as Baseten, type CompoundedIcon$3y as BasetenProps, Icons$3x as Bedrock, type CompoundedIcon$3x as BedrockProps, Icons$3w as Bfl, type CompoundedIcon$3w as BflProps, Icons$3v as Bilibili, Icons$3u as BilibiliIndex, type CompoundedIcon$3u as BilibiliIndexProps, type CompoundedIcon$3v as BilibiliProps, Icons$3t as Bing, type CompoundedIcon$3t as BingProps, Icons$3s as BurnCloud, type CompoundedIcon$3s as BurnCloudProps, Icons$3r as ByteDance, type CompoundedIcon$3r as ByteDanceProps, Icons$3q as CapCut, type CompoundedIcon$3q as CapCutProps, Icons$3p as CentML, type CompoundedIcon$3p as CentMLProps, Icons$3o as Cerebras, type CompoundedIcon$3o as CerebrasProps, Icons$3n as ChatGLM, type CompoundedIcon$3n as ChatGLMProps, Icons$3m as Civitai, type CompoundedIcon$3m as CivitaiProps, Icons$3l as Claude, type CompoundedIcon$3l as ClaudeProps, Icons$3k as Cline, type CompoundedIcon$3k as ClineProps, Icons$3j as Clipdrop, type CompoundedIcon$3j as ClipdropProps, Icons$3i as Cloudflare, type CompoundedIcon$3i as CloudflareProps, Icons$3h as CodeGeeX, type CompoundedIcon$3h as CodeGeeXProps, Icons$3g as CogVideo, type CompoundedIcon$3g as CogVideoProps, Icons$3f as CogView, type CompoundedIcon$3f as CogViewProps, Icons$3e as Cohere, type CompoundedIcon$3e as CohereProps, Icons$3d as Colab, type CompoundedIcon$3d as ColabProps, Icons$3c as CometAPI, type CompoundedIcon$3c as CometAPIProps, Icons$3b as ComfyUI, type CompoundedIcon$3b as ComfyUIProps, Icons$3a as CommandA, type CompoundedIcon$3a as CommandAProps, type CompoundedIcon$3$ as CompoundedIcon, Icons$39 as Copilot, Icons$38 as CopilotKit, type CompoundedIcon$38 as CopilotKitProps, type CompoundedIcon$39 as CopilotProps, Icons$37 as Coqui, type CompoundedIcon$37 as CoquiProps, Icons$36 as Coze, type CompoundedIcon$36 as CozeProps, Icons$35 as CrewAI, type CompoundedIcon$35 as CrewAIProps, Icons$34 as Crusoe, type CompoundedIcon$34 as CrusoeProps, Icons$33 as Cursor, type CompoundedIcon$33 as CursorProps, Icons$32 as Dalle, type CompoundedIcon$32 as DalleProps, Icons$31 as Dbrx, type CompoundedIcon$31 as DbrxProps, Icons$30 as DeepAI, type CompoundedIcon$30 as DeepAIProps, Icons$2$ as DeepInfra, type CompoundedIcon$2$ as DeepInfraProps, Icons$2_ as DeepL, type CompoundedIcon$2_ as DeepLProps, Icons$2Z as DeepMind, type CompoundedIcon$2Z as DeepMindProps, Icons$2Y as DeepSeek, type CompoundedIcon$2Y as DeepSeekProps, Icons$2X as Dify, type CompoundedIcon$2X as DifyProps, Icons$2W as Doc2X, type CompoundedIcon$2W as Doc2XProps, Icons$2V as DocSearch, type CompoundedIcon$2V as DocSearchProps, Icons$2U as Dolphin, type CompoundedIcon$2U as DolphinProps, Icons$2T as Doubao, type CompoundedIcon$2T as DoubaoProps, Icons$2S as DreamMachine, type CompoundedIcon$2S as DreamMachineProps, Icons$2R as ElevenLabs, type CompoundedIcon$2R as ElevenLabsProps, Icons$2Q as ElevenX, type CompoundedIcon$2Q as ElevenXProps, Icons$2P as Exa, type CompoundedIcon$2P as ExaProps, Icons$2O as Fal, type CompoundedIcon$2O as FalProps, Icons$2N as FastGPT, type CompoundedIcon$2N as FastGPTProps, Icons$2M as Featherless, type CompoundedIcon$2M as FeatherlessProps, Icons$2L as Figma, type CompoundedIcon$2L as FigmaProps, Icons$2K as Fireworks, type CompoundedIcon$2K as FireworksProps, Icons$2J as FishAudio, type CompoundedIcon$2J as FishAudioProps, Icons$2I as Flora, type CompoundedIcon$2I as FloraProps, Icons$2H as Flowith, type CompoundedIcon$2H as FlowithProps, Icons$2G as Flux, type CompoundedIcon$2G as FluxProps, Icons$2F as Friendli, type CompoundedIcon$2F as FriendliProps, Icons$2x as GLMV, type CompoundedIcon$2x as GLMVProps, Icons$2E as Gemini, type CompoundedIcon$2E as GeminiProps, Icons$2D as Gemma, type CompoundedIcon$2D as GemmaProps, Icons$2C as GiteeAI, type CompoundedIcon$2C as GiteeAIProps, Icons$2B as Github, Icons$2A as GithubCopilot, type CompoundedIcon$2A as GithubCopilotProps, type CompoundedIcon$2B as GithubProps, Icons$2z as Glama, type CompoundedIcon$2z as GlamaProps, Icons$2y as Glif, type CompoundedIcon$2y as GlifProps, Icons$2w as Google, Icons$2v as GoogleCloud, type CompoundedIcon$2v as GoogleCloudProps, type CompoundedIcon$2w as GoogleProps, Icons$2u as Goose, type CompoundedIcon$2u as GooseProps, Icons$2t as Gradio, type CompoundedIcon$2t as GradioProps, Icons$2s as Greptile, type CompoundedIcon$2s as GreptileProps, Icons$2r as Grok, type CompoundedIcon$2r as GrokProps, Icons$2q as Groq, type CompoundedIcon$2q as GroqProps, Icons$2p as Hailuo, type CompoundedIcon$2p as HailuoProps, Icons$2o as Haiper, type CompoundedIcon$2o as HaiperProps, Icons$2n as Hedra, type CompoundedIcon$2n as HedraProps, Icons$2m as Higress, type CompoundedIcon$2m as HigressProps, Icons$2l as Huawei, Icons$2k as HuaweiCloud, type CompoundedIcon$2k as HuaweiCloudProps, type CompoundedIcon$2l as HuaweiProps, Icons$2j as HuggingFace, type CompoundedIcon$2j as HuggingFaceProps, Icons$2i as Hunyuan, type CompoundedIcon$2i as HunyuanProps, Icons$2h as Hyperbolic, type CompoundedIcon$2h as HyperbolicProps, Icons$2g as IBM, type CompoundedIcon$2g as IBMProps, Icons$2e as IFlyTekCloud, type CompoundedIcon$2e as IFlyTekCloudProps, Icons$2f as Ideogram, type CompoundedIcon$2f as IdeogramProps, Icons$2d as Inference, type CompoundedIcon$2d as InferenceProps, Icons$2c as Infermatic, type CompoundedIcon$2c as InfermaticProps, Icons$2b as Infinigence, type CompoundedIcon$2b as InfinigenceProps, Icons$2a as Inflection, type CompoundedIcon$2a as InflectionProps, Icons$29 as InternLM, type CompoundedIcon$29 as InternLMProps, Icons$28 as Jimeng, type CompoundedIcon$28 as JimengProps, Icons$27 as Jina, type CompoundedIcon$27 as JinaProps, Icons$26 as Kera, type CompoundedIcon$26 as KeraProps, Icons$25 as Kimi, type CompoundedIcon$25 as KimiProps, Icons$24 as Kling, type CompoundedIcon$24 as KlingProps, Icons$23 as Kluster, type CompoundedIcon$23 as KlusterProps, Icons$22 as Kolors, type CompoundedIcon$22 as KolorsProps, Icons$21 as Kwaipilot, type CompoundedIcon$21 as KwaipilotProps, Icons$1W as LG, type CompoundedIcon$1W as LGProps, Icons$1R as LLaVA, type CompoundedIcon$1R as LLaVAProps, Icons$20 as Lambda, type CompoundedIcon$20 as LambdaProps, Icons$1$ as LangChain, type CompoundedIcon$1$ as LangChainProps, Icons$1Z as LangGraph, type CompoundedIcon$1Z as LangGraphProps, Icons$1Y as LangSmith, type CompoundedIcon$1Y as LangSmithProps, Icons$1_ as Langfuse, type CompoundedIcon$1_ as LangfuseProps, Icons$1X as LeptonAI, type CompoundedIcon$1X as LeptonAIProps, Icons$1V as Lightricks, type CompoundedIcon$1V as LightricksProps, Icons$1U as Liquid, type CompoundedIcon$1U as LiquidProps, Icons$1T as LiveKit, type CompoundedIcon$1T as LiveKitProps, Icons$1S as LlamaIndex, type CompoundedIcon$1S as LlamaIndexProps, Icons$1Q as LmStudio, type CompoundedIcon$1Q as LmStudioProps, Icons$1P as LobeHub, type CompoundedIcon$1P as LobeHubProps, Icons$1O as LongCat, type CompoundedIcon$1O as LongCatProps, Icons$1N as Lovable, type CompoundedIcon$1N as LovableProps, Icons$1M as Luma, type CompoundedIcon$1M as LumaProps, Icons$1H as MCP, type CompoundedIcon$1H as MCPProps, Icons$1L as Magic, type CompoundedIcon$1L as MagicProps, Icons$1K as Make, type CompoundedIcon$1K as MakeProps, Icons$1J as Manus, type CompoundedIcon$1J as ManusProps, Icons$1I as Mastra, type CompoundedIcon$1I as MastraProps, Icons$1G as McpSo, type CompoundedIcon$1G as McpSoProps, Icons$1F as Menlo, type CompoundedIcon$1F as MenloProps, Icons$1E as Meta, Icons$1D as MetaAI, type CompoundedIcon$1D as MetaAIProps, Icons$1C as MetaGPT, type CompoundedIcon$1C as MetaGPTProps, type CompoundedIcon$1E as MetaProps, Icons$1B as Microsoft, type CompoundedIcon$1B as MicrosoftProps, Icons$1A as Midjourney, type CompoundedIcon$1A as MidjourneyProps, Icons$1z as Minimax, type CompoundedIcon$1z as MinimaxProps, Icons$1y as Mistral, type CompoundedIcon$1y as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1x as ModelScope, type CompoundedIcon$1x as ModelScopeProps, RNModelTag as ModelTag, Icons$1w as Monica, type CompoundedIcon$1w as MonicaProps, Icons$1v as Moonshot, type CompoundedIcon$1v as MoonshotProps, Icons$1u as MyShell, type CompoundedIcon$1u as MyShellProps, Icons$1t as N8n, type CompoundedIcon$1t as N8nProps, Icons$1k as NPLCloud, type CompoundedIcon$1k as NPLCloudProps, Icons$1s as Nebius, type CompoundedIcon$1s as NebiusProps, Icons$1r as NewAPI, type CompoundedIcon$1r as NewAPIProps, Icons$1q as NotebookLM, type CompoundedIcon$1q as NotebookLMProps, Icons$1p as Notion, type CompoundedIcon$1p as NotionProps, Icons$1o as NousResearch, type CompoundedIcon$1o as NousResearchProps, Icons$1n as Nova, type CompoundedIcon$1n as NovaProps, Icons$1m as NovelAI, type CompoundedIcon$1m as NovelAIProps, Icons$1l as Novita, type CompoundedIcon$1l as NovitaProps, Icons$1j as Nvidia, type CompoundedIcon$1j as NvidiaProps, Icons$1i as Ollama, type CompoundedIcon$1i as OllamaProps, Icons$1h as OpenAI, type CompoundedIcon$1h as OpenAIProps, Icons$1g as OpenChat, type CompoundedIcon$1g as OpenChatProps, Icons$1f as OpenRouter, type CompoundedIcon$1f as OpenRouterProps, Icons$1e as OpenWebUI, type CompoundedIcon$1e as OpenWebUIProps, Icons$13 as PPIO, type CompoundedIcon$13 as PPIOProps, Icons$1d as PaLM, type CompoundedIcon$1d as PaLMProps, Icons$1c as Parasail, type CompoundedIcon$1c as ParasailProps, Icons$1b as Perplexity, type CompoundedIcon$1b as PerplexityProps, Icons$1a as Phidata, type CompoundedIcon$1a as PhidataProps, Icons$19 as Phind, type CompoundedIcon$19 as PhindProps, Icons$18 as Pika, type CompoundedIcon$18 as PikaProps, Icons$17 as PixVerse, type CompoundedIcon$17 as PixVerseProps, Icons$16 as Player2, type CompoundedIcon$16 as Player2Props, Icons$15 as Poe, type CompoundedIcon$15 as PoeProps, Icons$14 as Pollinations, type CompoundedIcon$14 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$12 as PydanticAI, type CompoundedIcon$12 as PydanticAIProps, Icons$11 as Qingyan, type CompoundedIcon$11 as QingyanProps, Icons$10 as Qiniu, type CompoundedIcon$10 as QiniuProps, Icons$$ as Qwen, type CompoundedIcon$$ as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$W as RSSHub, type CompoundedIcon$W as RSSHubProps, Icons$_ as Railway, type CompoundedIcon$_ as RailwayProps, Icons$Z as Recraft, type CompoundedIcon$Z as RecraftProps, Icons$Y as Replicate, type CompoundedIcon$Y as ReplicateProps, Icons$X as Replit, type CompoundedIcon$X as ReplitProps, Icons$V as Runway, type CompoundedIcon$V as RunwayProps, Icons$U as Rwkv, type CompoundedIcon$U as RwkvProps, Icons$T as SambaNova, type CompoundedIcon$T as SambaNovaProps, Icons$S as Search1API, type CompoundedIcon$S as Search1APIProps, Icons$R as SearchApi, type CompoundedIcon$R as SearchApiProps, Icons$Q as SenseNova, type CompoundedIcon$Q as SenseNovaProps, Icons$P as SiliconCloud, type CompoundedIcon$P as SiliconCloudProps, Icons$O as Skywork, type CompoundedIcon$O as SkyworkProps, Icons$N as Smithery, type CompoundedIcon$N as SmitheryProps, Icons$M as Snowflake, type CompoundedIcon$M as SnowflakeProps, Icons$L as SophNet, type CompoundedIcon$L as SophNetProps, Icons$K as Sora, type CompoundedIcon$K as SoraProps, Icons$J as Spark, type CompoundedIcon$J as SparkProps, Icons$I as Stability, type CompoundedIcon$I as StabilityProps, Icons$H as StateCloud, type CompoundedIcon$H as StateCloudProps, Icons$G as Stepfun, type CompoundedIcon$G as StepfunProps, Icons$F as Straico, type CompoundedIcon$F as StraicoProps, Icons$E as SubModel, type CompoundedIcon$E as SubModelProps, Icons$D as Suno, type CompoundedIcon$D as SunoProps, Icons$C as Sync, type CompoundedIcon$C as SyncProps, Icons$w as TII, type CompoundedIcon$w as TIIProps, Icons$B as Targon, type CompoundedIcon$B as TargonProps, Icons$A as Tavily, type CompoundedIcon$A as TavilyProps, Icons$z as Tencent, Icons$y as TencentCloud, type CompoundedIcon$y as TencentCloudProps, type CompoundedIcon$z as TencentProps, Icons$x as Tiangong, type CompoundedIcon$x as TiangongProps, Icons$v as Together, type CompoundedIcon$v as TogetherProps, Icons$u as TopazLabs, type CompoundedIcon$u as TopazLabsProps, Icons$t as Trae, type CompoundedIcon$t as TraeProps, Icons$s as Tripo, type CompoundedIcon$s as TripoProps, Icons$r as TuriX, type CompoundedIcon$r as TuriXProps, Icons$q as Udio, type CompoundedIcon$q as UdioProps, Icons$p as Unstructured, type CompoundedIcon$p as UnstructuredProps, Icons$o as Upstage, type CompoundedIcon$o as UpstageProps, Icons$n as V0, type CompoundedIcon$n as V0Props, Icons$m as VectorizerAI, type CompoundedIcon$m as VectorizerAIProps, Icons$l as Vercel, type CompoundedIcon$l as VercelProps, Icons$k as VertexAI, type CompoundedIcon$k as VertexAIProps, Icons$j as Vidu, type CompoundedIcon$j as ViduProps, Icons$i as Viggle, type CompoundedIcon$i as ViggleProps, Icons$h as Vllm, type CompoundedIcon$h as VllmProps, Icons$g as Volcengine, type CompoundedIcon$g as VolcengineProps, Icons$f as Voyage, type CompoundedIcon$f as VoyageProps, Icons$e as Wenxin, type CompoundedIcon$e as WenxinProps, Icons$d as Windsurf, type CompoundedIcon$d as WindsurfProps, Icons$c as WorkersAI, type CompoundedIcon$c as WorkersAIProps, Icons$b as XAI, type CompoundedIcon$b as XAIProps, Icons$a as Xinference, type CompoundedIcon$a as XinferenceProps, Icons$9 as Xuanyuan, type CompoundedIcon$9 as XuanyuanProps, Icons$8 as Yandex, type CompoundedIcon$8 as YandexProps, Icons$7 as Yi, type CompoundedIcon$7 as YiProps, Icons$6 as YouMind, type CompoundedIcon$6 as YouMindProps, Icons$5 as Yuanbao, type CompoundedIcon$5 as YuanbaoProps, Icons$4 as ZAI, type CompoundedIcon$4 as ZAIProps, Icons$3 as Zapier, type CompoundedIcon$3 as ZapierProps, Icons$2 as Zeabur, type CompoundedIcon$2 as ZeaburProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };