@lobehub/icons-rn 1.8.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +5020 -4412
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +1225 -1136
- package/dist/index.d.ts +1225 -1136
- package/dist/index.js +5022 -4410
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ interface RNIconCombineProps extends RNIconProps {
|
|
|
70
70
|
textColor?: string;
|
|
71
71
|
textMultiple?: number;
|
|
72
72
|
}
|
|
73
|
-
interface CompoundedIcon$
|
|
73
|
+
interface CompoundedIcon$4c {
|
|
74
74
|
Avatar: ComponentType<RNIconAvatarProps$1>;
|
|
75
75
|
Color?: ComponentType<RNIconProps>;
|
|
76
76
|
Combine?: ComponentType<RNIconCombineProps>;
|
|
@@ -224,25 +224,117 @@ interface RNProviderIconProps extends RNIconProps {
|
|
|
224
224
|
}
|
|
225
225
|
declare const RNProviderIcon: React__default.NamedExoticComponent<RNProviderIconProps>;
|
|
226
226
|
|
|
227
|
+
type AvatarProps$4b = Omit<RNIconAvatarProps, 'Icon'>;
|
|
228
|
+
declare const Avatar$4b: React__default.NamedExoticComponent<AvatarProps$4b>;
|
|
229
|
+
|
|
230
|
+
declare const Icon$bN: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
231
|
+
|
|
232
|
+
interface CombineProps$3U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
233
|
+
type?: 'color' | 'mono';
|
|
234
|
+
}
|
|
235
|
+
declare const Combine$3X: React__default.NamedExoticComponent<CombineProps$3U>;
|
|
236
|
+
|
|
237
|
+
declare const Icon$bM: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
238
|
+
|
|
239
|
+
declare const Icon$bL: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
240
|
+
|
|
241
|
+
type CompoundedIcon$4b = typeof Icon$bM & {
|
|
242
|
+
Avatar: typeof Avatar$4b;
|
|
243
|
+
Color: typeof Icon$bN;
|
|
244
|
+
Combine: typeof Combine$3X;
|
|
245
|
+
Text: typeof Icon$bL;
|
|
246
|
+
colorPrimary: string;
|
|
247
|
+
title: string;
|
|
248
|
+
};
|
|
249
|
+
declare const Icons$4b: CompoundedIcon$4b;
|
|
250
|
+
|
|
251
|
+
type AvatarProps$4a = Omit<RNIconAvatarProps, 'Icon'>;
|
|
252
|
+
declare const Avatar$4a: React__default.NamedExoticComponent<AvatarProps$4a>;
|
|
253
|
+
|
|
254
|
+
declare const Icon$bK: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
255
|
+
|
|
256
|
+
type CombineProps$3T = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
257
|
+
declare const Combine$3W: React__default.NamedExoticComponent<CombineProps$3T>;
|
|
258
|
+
|
|
259
|
+
declare const Icon$bJ: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
260
|
+
|
|
261
|
+
declare const Icon$bI: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
262
|
+
|
|
263
|
+
type CompoundedIcon$4a = typeof Icon$bJ & {
|
|
264
|
+
Avatar: typeof Avatar$4a;
|
|
265
|
+
Color: typeof Icon$bK;
|
|
266
|
+
Combine: typeof Combine$3W;
|
|
267
|
+
Text: typeof Icon$bI;
|
|
268
|
+
colorPrimary: string;
|
|
269
|
+
title: string;
|
|
270
|
+
};
|
|
271
|
+
declare const Icons$4a: CompoundedIcon$4a;
|
|
272
|
+
|
|
273
|
+
type AvatarProps$49 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
274
|
+
declare const Avatar$49: React__default.NamedExoticComponent<AvatarProps$49>;
|
|
275
|
+
|
|
276
|
+
type CombineProps$3S = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
277
|
+
declare const Combine$3V: React__default.NamedExoticComponent<CombineProps$3S>;
|
|
278
|
+
|
|
279
|
+
declare const Icon$bH: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
280
|
+
|
|
281
|
+
declare const Icon$bG: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
282
|
+
|
|
283
|
+
type CompoundedIcon$49 = typeof Icon$bH & {
|
|
284
|
+
Avatar: typeof Avatar$49;
|
|
285
|
+
Combine: typeof Combine$3V;
|
|
286
|
+
Text: typeof Icon$bG;
|
|
287
|
+
colorPrimary: string;
|
|
288
|
+
title: string;
|
|
289
|
+
};
|
|
290
|
+
declare const Icons$49: CompoundedIcon$49;
|
|
291
|
+
|
|
292
|
+
type AvatarProps$48 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
293
|
+
declare const Avatar$48: React__default.NamedExoticComponent<AvatarProps$48>;
|
|
294
|
+
|
|
295
|
+
declare const Icon$bF: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
296
|
+
|
|
297
|
+
interface CombineProps$3R extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
298
|
+
type?: 'color' | 'mono';
|
|
299
|
+
}
|
|
300
|
+
declare const Combine$3U: React__default.NamedExoticComponent<CombineProps$3R>;
|
|
301
|
+
|
|
302
|
+
declare const Icon$bE: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
303
|
+
|
|
304
|
+
declare const Icon$bD: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
305
|
+
|
|
306
|
+
type CompoundedIcon$48 = typeof Icon$bE & {
|
|
307
|
+
Avatar: typeof Avatar$48;
|
|
308
|
+
Color: typeof Icon$bF;
|
|
309
|
+
Combine: typeof Combine$3U;
|
|
310
|
+
Text: typeof Icon$bD;
|
|
311
|
+
colorGradient: string;
|
|
312
|
+
colorPrimary: string;
|
|
313
|
+
title: string;
|
|
314
|
+
};
|
|
315
|
+
declare const Icons$48: CompoundedIcon$48;
|
|
316
|
+
|
|
227
317
|
type AvatarProps$47 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
228
318
|
declare const Avatar$47: React__default.NamedExoticComponent<AvatarProps$47>;
|
|
229
319
|
|
|
230
320
|
declare const Icon$bC: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
231
321
|
|
|
322
|
+
declare const Icon$bB: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
323
|
+
|
|
232
324
|
interface CombineProps$3Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
233
|
-
type
|
|
325
|
+
type: 'mono' | 'color';
|
|
234
326
|
}
|
|
235
327
|
declare const Combine$3T: React__default.NamedExoticComponent<CombineProps$3Q>;
|
|
236
328
|
|
|
237
|
-
declare const Icon$bB: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
238
|
-
|
|
239
329
|
declare const Icon$bA: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
240
330
|
|
|
241
|
-
type CompoundedIcon$47 = typeof Icon$
|
|
331
|
+
type CompoundedIcon$47 = typeof Icon$bA & {
|
|
242
332
|
Avatar: typeof Avatar$47;
|
|
243
|
-
|
|
333
|
+
Brand: typeof Icon$bC;
|
|
334
|
+
BrandColor: typeof Icon$bB;
|
|
244
335
|
Combine: typeof Combine$3T;
|
|
245
|
-
Text: typeof Icon$
|
|
336
|
+
Text: typeof Icon$bC;
|
|
337
|
+
colorGradient: string;
|
|
246
338
|
colorPrimary: string;
|
|
247
339
|
title: string;
|
|
248
340
|
};
|
|
@@ -253,7 +345,9 @@ declare const Avatar$46: React__default.NamedExoticComponent<AvatarProps$46>;
|
|
|
253
345
|
|
|
254
346
|
declare const Icon$bz: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
255
347
|
|
|
256
|
-
|
|
348
|
+
interface CombineProps$3P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
349
|
+
type?: 'color' | 'mono';
|
|
350
|
+
}
|
|
257
351
|
declare const Combine$3S: React__default.NamedExoticComponent<CombineProps$3P>;
|
|
258
352
|
|
|
259
353
|
declare const Icon$by: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -273,17 +367,23 @@ declare const Icons$46: CompoundedIcon$46;
|
|
|
273
367
|
type AvatarProps$45 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
274
368
|
declare const Avatar$45: React__default.NamedExoticComponent<AvatarProps$45>;
|
|
275
369
|
|
|
276
|
-
type CombineProps$3O = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
277
|
-
declare const Combine$3R: React__default.NamedExoticComponent<CombineProps$3O>;
|
|
278
|
-
|
|
279
370
|
declare const Icon$bw: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
280
371
|
|
|
372
|
+
interface CombineProps$3O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
373
|
+
type?: 'color' | 'mono';
|
|
374
|
+
}
|
|
375
|
+
declare const Combine$3R: React__default.NamedExoticComponent<CombineProps$3O>;
|
|
376
|
+
|
|
281
377
|
declare const Icon$bv: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
282
378
|
|
|
283
|
-
|
|
379
|
+
declare const Icon$bu: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
380
|
+
|
|
381
|
+
type CompoundedIcon$45 = typeof Icon$bv & {
|
|
284
382
|
Avatar: typeof Avatar$45;
|
|
383
|
+
Color: typeof Icon$bw;
|
|
285
384
|
Combine: typeof Combine$3R;
|
|
286
|
-
Text: typeof Icon$
|
|
385
|
+
Text: typeof Icon$bu;
|
|
386
|
+
colorGradient: string;
|
|
287
387
|
colorPrimary: string;
|
|
288
388
|
title: string;
|
|
289
389
|
};
|
|
@@ -292,23 +392,22 @@ declare const Icons$45: CompoundedIcon$45;
|
|
|
292
392
|
type AvatarProps$44 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
293
393
|
declare const Avatar$44: React__default.NamedExoticComponent<AvatarProps$44>;
|
|
294
394
|
|
|
295
|
-
declare const Icon$
|
|
395
|
+
declare const Icon$bt: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
296
396
|
|
|
297
397
|
interface CombineProps$3N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
298
398
|
type?: 'color' | 'mono';
|
|
299
399
|
}
|
|
300
400
|
declare const Combine$3Q: React__default.NamedExoticComponent<CombineProps$3N>;
|
|
301
401
|
|
|
302
|
-
declare const Icon$bt: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
303
|
-
|
|
304
402
|
declare const Icon$bs: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
305
403
|
|
|
306
|
-
|
|
404
|
+
declare const Icon$br: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
405
|
+
|
|
406
|
+
type CompoundedIcon$44 = typeof Icon$bs & {
|
|
307
407
|
Avatar: typeof Avatar$44;
|
|
308
|
-
Color: typeof Icon$
|
|
408
|
+
Color: typeof Icon$bt;
|
|
309
409
|
Combine: typeof Combine$3Q;
|
|
310
|
-
Text: typeof Icon$
|
|
311
|
-
colorGradient: string;
|
|
410
|
+
Text: typeof Icon$br;
|
|
312
411
|
colorPrimary: string;
|
|
313
412
|
title: string;
|
|
314
413
|
};
|
|
@@ -317,24 +416,22 @@ declare const Icons$44: CompoundedIcon$44;
|
|
|
317
416
|
type AvatarProps$43 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
318
417
|
declare const Avatar$43: React__default.NamedExoticComponent<AvatarProps$43>;
|
|
319
418
|
|
|
320
|
-
declare const Icon$br: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
321
|
-
|
|
322
419
|
declare const Icon$bq: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
323
420
|
|
|
324
421
|
interface CombineProps$3M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
325
|
-
type
|
|
422
|
+
type?: 'color' | 'mono';
|
|
326
423
|
}
|
|
327
424
|
declare const Combine$3P: React__default.NamedExoticComponent<CombineProps$3M>;
|
|
328
425
|
|
|
329
426
|
declare const Icon$bp: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
330
427
|
|
|
428
|
+
declare const Icon$bo: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
429
|
+
|
|
331
430
|
type CompoundedIcon$43 = typeof Icon$bp & {
|
|
332
431
|
Avatar: typeof Avatar$43;
|
|
333
|
-
|
|
334
|
-
BrandColor: typeof Icon$bq;
|
|
432
|
+
Color: typeof Icon$bq;
|
|
335
433
|
Combine: typeof Combine$3P;
|
|
336
|
-
Text: typeof Icon$
|
|
337
|
-
colorGradient: string;
|
|
434
|
+
Text: typeof Icon$bo;
|
|
338
435
|
colorPrimary: string;
|
|
339
436
|
title: string;
|
|
340
437
|
};
|
|
@@ -343,22 +440,22 @@ declare const Icons$43: CompoundedIcon$43;
|
|
|
343
440
|
type AvatarProps$42 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
344
441
|
declare const Avatar$42: React__default.NamedExoticComponent<AvatarProps$42>;
|
|
345
442
|
|
|
346
|
-
declare const Icon$
|
|
443
|
+
declare const Icon$bn: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
347
444
|
|
|
348
445
|
interface CombineProps$3L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
349
446
|
type?: 'color' | 'mono';
|
|
350
447
|
}
|
|
351
448
|
declare const Combine$3O: React__default.NamedExoticComponent<CombineProps$3L>;
|
|
352
449
|
|
|
353
|
-
declare const Icon$bn: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
354
|
-
|
|
355
450
|
declare const Icon$bm: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
356
451
|
|
|
357
|
-
|
|
452
|
+
declare const Icon$bl: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
453
|
+
|
|
454
|
+
type CompoundedIcon$42 = typeof Icon$bm & {
|
|
358
455
|
Avatar: typeof Avatar$42;
|
|
359
|
-
Color: typeof Icon$
|
|
456
|
+
Color: typeof Icon$bn;
|
|
360
457
|
Combine: typeof Combine$3O;
|
|
361
|
-
Text: typeof Icon$
|
|
458
|
+
Text: typeof Icon$bl;
|
|
362
459
|
colorPrimary: string;
|
|
363
460
|
title: string;
|
|
364
461
|
};
|
|
@@ -367,23 +464,22 @@ declare const Icons$42: CompoundedIcon$42;
|
|
|
367
464
|
type AvatarProps$41 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
368
465
|
declare const Avatar$41: React__default.NamedExoticComponent<AvatarProps$41>;
|
|
369
466
|
|
|
370
|
-
declare const Icon$
|
|
467
|
+
declare const Icon$bk: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
371
468
|
|
|
372
469
|
interface CombineProps$3K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
373
470
|
type?: 'color' | 'mono';
|
|
374
471
|
}
|
|
375
472
|
declare const Combine$3N: React__default.NamedExoticComponent<CombineProps$3K>;
|
|
376
473
|
|
|
377
|
-
declare const Icon$bk: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
378
|
-
|
|
379
474
|
declare const Icon$bj: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
380
475
|
|
|
381
|
-
|
|
476
|
+
declare const Icon$bi: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
477
|
+
|
|
478
|
+
type CompoundedIcon$41 = typeof Icon$bj & {
|
|
382
479
|
Avatar: typeof Avatar$41;
|
|
383
|
-
Color: typeof Icon$
|
|
480
|
+
Color: typeof Icon$bk;
|
|
384
481
|
Combine: typeof Combine$3N;
|
|
385
|
-
Text: typeof Icon$
|
|
386
|
-
colorGradient: string;
|
|
482
|
+
Text: typeof Icon$bi;
|
|
387
483
|
colorPrimary: string;
|
|
388
484
|
title: string;
|
|
389
485
|
};
|
|
@@ -392,22 +488,22 @@ declare const Icons$41: CompoundedIcon$41;
|
|
|
392
488
|
type AvatarProps$40 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
393
489
|
declare const Avatar$40: React__default.NamedExoticComponent<AvatarProps$40>;
|
|
394
490
|
|
|
395
|
-
declare const Icon$
|
|
491
|
+
declare const Icon$bh: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
396
492
|
|
|
397
493
|
interface CombineProps$3J extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
398
494
|
type?: 'color' | 'mono';
|
|
399
495
|
}
|
|
400
496
|
declare const Combine$3M: React__default.NamedExoticComponent<CombineProps$3J>;
|
|
401
497
|
|
|
402
|
-
declare const Icon$bh: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
403
|
-
|
|
404
498
|
declare const Icon$bg: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
405
499
|
|
|
406
|
-
|
|
500
|
+
declare const Icon$bf: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
501
|
+
|
|
502
|
+
type CompoundedIcon$40 = typeof Icon$bg & {
|
|
407
503
|
Avatar: typeof Avatar$40;
|
|
408
|
-
Color: typeof Icon$
|
|
504
|
+
Color: typeof Icon$bh;
|
|
409
505
|
Combine: typeof Combine$3M;
|
|
410
|
-
Text: typeof Icon$
|
|
506
|
+
Text: typeof Icon$bf;
|
|
411
507
|
colorPrimary: string;
|
|
412
508
|
title: string;
|
|
413
509
|
};
|
|
@@ -416,11 +512,7 @@ declare const Icons$40: CompoundedIcon$40;
|
|
|
416
512
|
type AvatarProps$3$ = Omit<RNIconAvatarProps, 'Icon'>;
|
|
417
513
|
declare const Avatar$3$: React__default.NamedExoticComponent<AvatarProps$3$>;
|
|
418
514
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
interface CombineProps$3I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
422
|
-
type?: 'color' | 'mono';
|
|
423
|
-
}
|
|
515
|
+
type CombineProps$3I = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
424
516
|
declare const Combine$3L: React__default.NamedExoticComponent<CombineProps$3I>;
|
|
425
517
|
|
|
426
518
|
declare const Icon$be: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -429,7 +521,6 @@ declare const Icon$bd: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
429
521
|
|
|
430
522
|
type CompoundedIcon$3$ = typeof Icon$be & {
|
|
431
523
|
Avatar: typeof Avatar$3$;
|
|
432
|
-
Color: typeof Icon$bf;
|
|
433
524
|
Combine: typeof Combine$3L;
|
|
434
525
|
Text: typeof Icon$bd;
|
|
435
526
|
colorPrimary: string;
|
|
@@ -442,20 +533,23 @@ declare const Avatar$3_: React__default.NamedExoticComponent<AvatarProps$3_>;
|
|
|
442
533
|
|
|
443
534
|
declare const Icon$bc: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
444
535
|
|
|
445
|
-
interface CombineProps$3H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
446
|
-
type?: 'color' | 'mono';
|
|
447
|
-
}
|
|
448
|
-
declare const Combine$3K: React__default.NamedExoticComponent<CombineProps$3H>;
|
|
449
|
-
|
|
450
536
|
declare const Icon$bb: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
451
537
|
|
|
452
538
|
declare const Icon$ba: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
453
539
|
|
|
454
|
-
|
|
540
|
+
declare const Icon$b9: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
541
|
+
|
|
542
|
+
declare const Icon$b8: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
543
|
+
|
|
544
|
+
declare const Icon$b7: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
545
|
+
|
|
546
|
+
type CompoundedIcon$3_ = typeof Icon$b9 & {
|
|
455
547
|
Avatar: typeof Avatar$3_;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
548
|
+
Brand: typeof Icon$bb;
|
|
549
|
+
BrandColor: typeof Icon$bc;
|
|
550
|
+
Color: typeof Icon$ba;
|
|
551
|
+
Text: typeof Icon$b8;
|
|
552
|
+
TextCn: typeof Icon$b7;
|
|
459
553
|
colorPrimary: string;
|
|
460
554
|
title: string;
|
|
461
555
|
};
|
|
@@ -464,22 +558,25 @@ declare const Icons$3_: CompoundedIcon$3_;
|
|
|
464
558
|
type AvatarProps$3Z = Omit<RNIconAvatarProps, 'Icon'>;
|
|
465
559
|
declare const Avatar$3Z: React__default.NamedExoticComponent<AvatarProps$3Z>;
|
|
466
560
|
|
|
467
|
-
declare const Icon$
|
|
561
|
+
declare const Icon$b6: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
468
562
|
|
|
469
|
-
interface CombineProps$
|
|
563
|
+
interface CombineProps$3H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
470
564
|
type?: 'color' | 'mono';
|
|
471
565
|
}
|
|
472
|
-
declare const Combine$
|
|
566
|
+
declare const Combine$3K: React__default.NamedExoticComponent<CombineProps$3H>;
|
|
473
567
|
|
|
474
|
-
declare const Icon$
|
|
568
|
+
declare const Icon$b5: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
475
569
|
|
|
476
|
-
declare const Icon$
|
|
570
|
+
declare const Icon$b4: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
571
|
+
|
|
572
|
+
declare const Icon$b3: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
477
573
|
|
|
478
|
-
type CompoundedIcon$3Z = typeof Icon$
|
|
574
|
+
type CompoundedIcon$3Z = typeof Icon$b5 & {
|
|
479
575
|
Avatar: typeof Avatar$3Z;
|
|
480
|
-
Color: typeof Icon$
|
|
481
|
-
Combine: typeof Combine$
|
|
482
|
-
Text: typeof Icon$
|
|
576
|
+
Color: typeof Icon$b6;
|
|
577
|
+
Combine: typeof Combine$3K;
|
|
578
|
+
Text: typeof Icon$b4;
|
|
579
|
+
TextCn: typeof Icon$b3;
|
|
483
580
|
colorPrimary: string;
|
|
484
581
|
title: string;
|
|
485
582
|
};
|
|
@@ -488,22 +585,25 @@ declare const Icons$3Z: CompoundedIcon$3Z;
|
|
|
488
585
|
type AvatarProps$3Y = Omit<RNIconAvatarProps, 'Icon'>;
|
|
489
586
|
declare const Avatar$3Y: React__default.NamedExoticComponent<AvatarProps$3Y>;
|
|
490
587
|
|
|
491
|
-
declare const Icon$
|
|
588
|
+
declare const Icon$b2: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
492
589
|
|
|
493
|
-
|
|
494
|
-
type?: 'color' | 'mono';
|
|
495
|
-
}
|
|
496
|
-
declare const Combine$3I: React__default.NamedExoticComponent<CombineProps$3F>;
|
|
590
|
+
declare const Icon$b1: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
497
591
|
|
|
498
|
-
declare const Icon$
|
|
592
|
+
declare const Icon$b0: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
499
593
|
|
|
500
|
-
declare const Icon$
|
|
594
|
+
declare const Icon$a$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
595
|
+
|
|
596
|
+
declare const Icon$a_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
501
597
|
|
|
502
|
-
|
|
598
|
+
declare const Icon$aZ: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
599
|
+
|
|
600
|
+
type CompoundedIcon$3Y = typeof Icon$a$ & {
|
|
503
601
|
Avatar: typeof Avatar$3Y;
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
602
|
+
Brand: typeof Icon$b1;
|
|
603
|
+
BrandColor: typeof Icon$b2;
|
|
604
|
+
Color: typeof Icon$b0;
|
|
605
|
+
Text: typeof Icon$a_;
|
|
606
|
+
TextCn: typeof Icon$aZ;
|
|
507
607
|
colorPrimary: string;
|
|
508
608
|
title: string;
|
|
509
609
|
};
|
|
@@ -512,17 +612,13 @@ declare const Icons$3Y: CompoundedIcon$3Y;
|
|
|
512
612
|
type AvatarProps$3X = Omit<RNIconAvatarProps, 'Icon'>;
|
|
513
613
|
declare const Avatar$3X: React__default.NamedExoticComponent<AvatarProps$3X>;
|
|
514
614
|
|
|
515
|
-
|
|
516
|
-
declare const Combine$3H: React__default.NamedExoticComponent<CombineProps$3E>;
|
|
517
|
-
|
|
518
|
-
declare const Icon$b3: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
615
|
+
declare const Icon$aY: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
519
616
|
|
|
520
|
-
declare const Icon$
|
|
617
|
+
declare const Icon$aX: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
521
618
|
|
|
522
|
-
type CompoundedIcon$3X = typeof Icon$
|
|
619
|
+
type CompoundedIcon$3X = typeof Icon$aY & {
|
|
523
620
|
Avatar: typeof Avatar$3X;
|
|
524
|
-
|
|
525
|
-
Text: typeof Icon$b2;
|
|
621
|
+
Text: typeof Icon$aX;
|
|
526
622
|
colorPrimary: string;
|
|
527
623
|
title: string;
|
|
528
624
|
};
|
|
@@ -531,25 +627,22 @@ declare const Icons$3X: CompoundedIcon$3X;
|
|
|
531
627
|
type AvatarProps$3W = Omit<RNIconAvatarProps, 'Icon'>;
|
|
532
628
|
declare const Avatar$3W: React__default.NamedExoticComponent<AvatarProps$3W>;
|
|
533
629
|
|
|
534
|
-
declare const Icon$
|
|
535
|
-
|
|
536
|
-
declare const Icon$b0: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
537
|
-
|
|
538
|
-
declare const Icon$a$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
630
|
+
declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
539
631
|
|
|
540
|
-
|
|
632
|
+
interface CombineProps$3G extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
633
|
+
type?: 'color' | 'mono';
|
|
634
|
+
}
|
|
635
|
+
declare const Combine$3J: React__default.NamedExoticComponent<CombineProps$3G>;
|
|
541
636
|
|
|
542
|
-
declare const Icon$
|
|
637
|
+
declare const Icon$aV: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
543
638
|
|
|
544
|
-
declare const Icon$
|
|
639
|
+
declare const Icon$aU: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
545
640
|
|
|
546
|
-
type CompoundedIcon$3W = typeof Icon$
|
|
641
|
+
type CompoundedIcon$3W = typeof Icon$aV & {
|
|
547
642
|
Avatar: typeof Avatar$3W;
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
Text: typeof Icon$aZ;
|
|
552
|
-
TextCn: typeof Icon$aY;
|
|
643
|
+
Color: typeof Icon$aW;
|
|
644
|
+
Combine: typeof Combine$3J;
|
|
645
|
+
Text: typeof Icon$aU;
|
|
553
646
|
colorPrimary: string;
|
|
554
647
|
title: string;
|
|
555
648
|
};
|
|
@@ -558,25 +651,17 @@ declare const Icons$3W: CompoundedIcon$3W;
|
|
|
558
651
|
type AvatarProps$3V = Omit<RNIconAvatarProps, 'Icon'>;
|
|
559
652
|
declare const Avatar$3V: React__default.NamedExoticComponent<AvatarProps$3V>;
|
|
560
653
|
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
interface CombineProps$3D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
564
|
-
type?: 'color' | 'mono';
|
|
565
|
-
}
|
|
566
|
-
declare const Combine$3G: React__default.NamedExoticComponent<CombineProps$3D>;
|
|
567
|
-
|
|
568
|
-
declare const Icon$aW: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
654
|
+
type CombineProps$3F = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
655
|
+
declare const Combine$3I: React__default.NamedExoticComponent<CombineProps$3F>;
|
|
569
656
|
|
|
570
|
-
declare const Icon$
|
|
657
|
+
declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
571
658
|
|
|
572
|
-
declare const Icon$
|
|
659
|
+
declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
573
660
|
|
|
574
|
-
type CompoundedIcon$3V = typeof Icon$
|
|
661
|
+
type CompoundedIcon$3V = typeof Icon$aT & {
|
|
575
662
|
Avatar: typeof Avatar$3V;
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
Text: typeof Icon$aV;
|
|
579
|
-
TextCn: typeof Icon$aU;
|
|
663
|
+
Combine: typeof Combine$3I;
|
|
664
|
+
Text: typeof Icon$aS;
|
|
580
665
|
colorPrimary: string;
|
|
581
666
|
title: string;
|
|
582
667
|
};
|
|
@@ -585,25 +670,23 @@ declare const Icons$3V: CompoundedIcon$3V;
|
|
|
585
670
|
type AvatarProps$3U = Omit<RNIconAvatarProps, 'Icon'>;
|
|
586
671
|
declare const Avatar$3U: React__default.NamedExoticComponent<AvatarProps$3U>;
|
|
587
672
|
|
|
588
|
-
declare const Icon$aT: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
589
|
-
|
|
590
|
-
declare const Icon$aS: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
591
|
-
|
|
592
673
|
declare const Icon$aR: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
593
674
|
|
|
675
|
+
interface CombineProps$3E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
676
|
+
type?: 'color' | 'mono';
|
|
677
|
+
}
|
|
678
|
+
declare const Combine$3H: React__default.NamedExoticComponent<CombineProps$3E>;
|
|
679
|
+
|
|
594
680
|
declare const Icon$aQ: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
595
681
|
|
|
596
682
|
declare const Icon$aP: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
597
683
|
|
|
598
|
-
declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
599
|
-
|
|
600
684
|
type CompoundedIcon$3U = typeof Icon$aQ & {
|
|
601
685
|
Avatar: typeof Avatar$3U;
|
|
602
|
-
Brand: typeof Icon$aS;
|
|
603
|
-
BrandColor: typeof Icon$aT;
|
|
604
686
|
Color: typeof Icon$aR;
|
|
687
|
+
Combine: typeof Combine$3H;
|
|
605
688
|
Text: typeof Icon$aP;
|
|
606
|
-
|
|
689
|
+
colorGradient: string;
|
|
607
690
|
colorPrimary: string;
|
|
608
691
|
title: string;
|
|
609
692
|
};
|
|
@@ -612,12 +695,21 @@ declare const Icons$3U: CompoundedIcon$3U;
|
|
|
612
695
|
type AvatarProps$3T = Omit<RNIconAvatarProps, 'Icon'>;
|
|
613
696
|
declare const Avatar$3T: React__default.NamedExoticComponent<AvatarProps$3T>;
|
|
614
697
|
|
|
698
|
+
declare const Icon$aO: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
699
|
+
|
|
700
|
+
interface CombineProps$3D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
701
|
+
type?: 'color' | 'mono';
|
|
702
|
+
}
|
|
703
|
+
declare const Combine$3G: React__default.NamedExoticComponent<CombineProps$3D>;
|
|
704
|
+
|
|
615
705
|
declare const Icon$aN: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
616
706
|
|
|
617
707
|
declare const Icon$aM: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
618
708
|
|
|
619
709
|
type CompoundedIcon$3T = typeof Icon$aN & {
|
|
620
710
|
Avatar: typeof Avatar$3T;
|
|
711
|
+
Color: typeof Icon$aO;
|
|
712
|
+
Combine: typeof Combine$3G;
|
|
621
713
|
Text: typeof Icon$aM;
|
|
622
714
|
colorPrimary: string;
|
|
623
715
|
title: string;
|
|
@@ -651,17 +743,28 @@ declare const Icons$3S: CompoundedIcon$3S;
|
|
|
651
743
|
type AvatarProps$3R = Omit<RNIconAvatarProps, 'Icon'>;
|
|
652
744
|
declare const Avatar$3R: React__default.NamedExoticComponent<AvatarProps$3R>;
|
|
653
745
|
|
|
654
|
-
type CombineProps$3B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
655
|
-
declare const Combine$3E: React__default.NamedExoticComponent<CombineProps$3B>;
|
|
656
|
-
|
|
657
746
|
declare const Icon$aI: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
658
747
|
|
|
659
748
|
declare const Icon$aH: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
660
749
|
|
|
661
|
-
|
|
750
|
+
declare const Icon$aG: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
751
|
+
|
|
752
|
+
interface CombineProps$3B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
753
|
+
type?: 'color' | 'mono';
|
|
754
|
+
}
|
|
755
|
+
declare const Combine$3E: React__default.NamedExoticComponent<CombineProps$3B>;
|
|
756
|
+
|
|
757
|
+
declare const Icon$aF: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
758
|
+
|
|
759
|
+
declare const Icon$aE: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
760
|
+
|
|
761
|
+
type CompoundedIcon$3R = typeof Icon$aF & {
|
|
662
762
|
Avatar: typeof Avatar$3R;
|
|
763
|
+
Brand: typeof Icon$aH;
|
|
764
|
+
BrandColor: typeof Icon$aI;
|
|
765
|
+
Color: typeof Icon$aG;
|
|
663
766
|
Combine: typeof Combine$3E;
|
|
664
|
-
Text: typeof Icon$
|
|
767
|
+
Text: typeof Icon$aE;
|
|
665
768
|
colorPrimary: string;
|
|
666
769
|
title: string;
|
|
667
770
|
};
|
|
@@ -670,23 +773,22 @@ declare const Icons$3R: CompoundedIcon$3R;
|
|
|
670
773
|
type AvatarProps$3Q = Omit<RNIconAvatarProps, 'Icon'>;
|
|
671
774
|
declare const Avatar$3Q: React__default.NamedExoticComponent<AvatarProps$3Q>;
|
|
672
775
|
|
|
673
|
-
declare const Icon$
|
|
776
|
+
declare const Icon$aD: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
674
777
|
|
|
675
778
|
interface CombineProps$3A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
676
779
|
type?: 'color' | 'mono';
|
|
677
780
|
}
|
|
678
781
|
declare const Combine$3D: React__default.NamedExoticComponent<CombineProps$3A>;
|
|
679
782
|
|
|
680
|
-
declare const Icon$
|
|
783
|
+
declare const Icon$aC: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
681
784
|
|
|
682
|
-
declare const Icon$
|
|
785
|
+
declare const Icon$aB: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
683
786
|
|
|
684
|
-
type CompoundedIcon$3Q = typeof Icon$
|
|
787
|
+
type CompoundedIcon$3Q = typeof Icon$aC & {
|
|
685
788
|
Avatar: typeof Avatar$3Q;
|
|
686
|
-
Color: typeof Icon$
|
|
789
|
+
Color: typeof Icon$aD;
|
|
687
790
|
Combine: typeof Combine$3D;
|
|
688
|
-
Text: typeof Icon$
|
|
689
|
-
colorGradient: string;
|
|
791
|
+
Text: typeof Icon$aB;
|
|
690
792
|
colorPrimary: string;
|
|
691
793
|
title: string;
|
|
692
794
|
};
|
|
@@ -695,22 +797,22 @@ declare const Icons$3Q: CompoundedIcon$3Q;
|
|
|
695
797
|
type AvatarProps$3P = Omit<RNIconAvatarProps, 'Icon'>;
|
|
696
798
|
declare const Avatar$3P: React__default.NamedExoticComponent<AvatarProps$3P>;
|
|
697
799
|
|
|
698
|
-
declare const Icon$
|
|
800
|
+
declare const Icon$aA: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
699
801
|
|
|
700
802
|
interface CombineProps$3z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
701
803
|
type?: 'color' | 'mono';
|
|
702
804
|
}
|
|
703
805
|
declare const Combine$3C: React__default.NamedExoticComponent<CombineProps$3z>;
|
|
704
806
|
|
|
705
|
-
declare const Icon$
|
|
807
|
+
declare const Icon$az: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
706
808
|
|
|
707
|
-
declare const Icon$
|
|
809
|
+
declare const Icon$ay: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
708
810
|
|
|
709
|
-
type CompoundedIcon$3P = typeof Icon$
|
|
811
|
+
type CompoundedIcon$3P = typeof Icon$az & {
|
|
710
812
|
Avatar: typeof Avatar$3P;
|
|
711
|
-
Color: typeof Icon$
|
|
813
|
+
Color: typeof Icon$aA;
|
|
712
814
|
Combine: typeof Combine$3C;
|
|
713
|
-
Text: typeof Icon$
|
|
815
|
+
Text: typeof Icon$ay;
|
|
714
816
|
colorPrimary: string;
|
|
715
817
|
title: string;
|
|
716
818
|
};
|
|
@@ -719,22 +821,22 @@ declare const Icons$3P: CompoundedIcon$3P;
|
|
|
719
821
|
type AvatarProps$3O = Omit<RNIconAvatarProps, 'Icon'>;
|
|
720
822
|
declare const Avatar$3O: React__default.NamedExoticComponent<AvatarProps$3O>;
|
|
721
823
|
|
|
722
|
-
declare const Icon$
|
|
824
|
+
declare const Icon$ax: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
723
825
|
|
|
724
826
|
interface CombineProps$3y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
725
827
|
type?: 'color' | 'mono';
|
|
726
828
|
}
|
|
727
829
|
declare const Combine$3B: React__default.NamedExoticComponent<CombineProps$3y>;
|
|
728
830
|
|
|
729
|
-
declare const Icon$
|
|
831
|
+
declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
730
832
|
|
|
731
|
-
declare const Icon$
|
|
833
|
+
declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
732
834
|
|
|
733
|
-
type CompoundedIcon$3O = typeof Icon$
|
|
835
|
+
type CompoundedIcon$3O = typeof Icon$aw & {
|
|
734
836
|
Avatar: typeof Avatar$3O;
|
|
735
|
-
Color: typeof Icon$
|
|
837
|
+
Color: typeof Icon$ax;
|
|
736
838
|
Combine: typeof Combine$3B;
|
|
737
|
-
Text: typeof Icon$
|
|
839
|
+
Text: typeof Icon$av;
|
|
738
840
|
colorPrimary: string;
|
|
739
841
|
title: string;
|
|
740
842
|
};
|
|
@@ -743,15 +845,7 @@ declare const Icons$3O: CompoundedIcon$3O;
|
|
|
743
845
|
type AvatarProps$3N = Omit<RNIconAvatarProps, 'Icon'>;
|
|
744
846
|
declare const Avatar$3N: React__default.NamedExoticComponent<AvatarProps$3N>;
|
|
745
847
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
declare const Icon$aw: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
749
|
-
|
|
750
|
-
declare const Icon$av: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
751
|
-
|
|
752
|
-
interface CombineProps$3x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
753
|
-
type?: 'color' | 'mono';
|
|
754
|
-
}
|
|
848
|
+
type CombineProps$3x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
755
849
|
declare const Combine$3A: React__default.NamedExoticComponent<CombineProps$3x>;
|
|
756
850
|
|
|
757
851
|
declare const Icon$au: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -760,9 +854,6 @@ declare const Icon$at: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
760
854
|
|
|
761
855
|
type CompoundedIcon$3N = typeof Icon$au & {
|
|
762
856
|
Avatar: typeof Avatar$3N;
|
|
763
|
-
Brand: typeof Icon$aw;
|
|
764
|
-
BrandColor: typeof Icon$ax;
|
|
765
|
-
Color: typeof Icon$av;
|
|
766
857
|
Combine: typeof Combine$3A;
|
|
767
858
|
Text: typeof Icon$at;
|
|
768
859
|
colorPrimary: string;
|
|
@@ -789,6 +880,7 @@ type CompoundedIcon$3M = typeof Icon$ar & {
|
|
|
789
880
|
Color: typeof Icon$as;
|
|
790
881
|
Combine: typeof Combine$3z;
|
|
791
882
|
Text: typeof Icon$aq;
|
|
883
|
+
colorGradient: string;
|
|
792
884
|
colorPrimary: string;
|
|
793
885
|
title: string;
|
|
794
886
|
};
|
|
@@ -799,20 +891,23 @@ declare const Avatar$3L: React__default.NamedExoticComponent<AvatarProps$3L>;
|
|
|
799
891
|
|
|
800
892
|
declare const Icon$ap: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
801
893
|
|
|
802
|
-
interface CombineProps$3v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
803
|
-
type?: 'color' | 'mono';
|
|
804
|
-
}
|
|
805
|
-
declare const Combine$3y: React__default.NamedExoticComponent<CombineProps$3v>;
|
|
806
|
-
|
|
807
894
|
declare const Icon$ao: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
808
895
|
|
|
809
896
|
declare const Icon$an: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
810
897
|
|
|
811
|
-
|
|
898
|
+
declare const Icon$am: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
899
|
+
|
|
900
|
+
declare const Icon$al: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
901
|
+
|
|
902
|
+
declare const Icon$ak: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
903
|
+
|
|
904
|
+
type CompoundedIcon$3L = typeof Icon$am & {
|
|
812
905
|
Avatar: typeof Avatar$3L;
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
906
|
+
Brand: typeof Icon$ao;
|
|
907
|
+
BrandColor: typeof Icon$ap;
|
|
908
|
+
Color: typeof Icon$an;
|
|
909
|
+
Text: typeof Icon$al;
|
|
910
|
+
TextCn: typeof Icon$ak;
|
|
816
911
|
colorPrimary: string;
|
|
817
912
|
title: string;
|
|
818
913
|
};
|
|
@@ -821,22 +916,22 @@ declare const Icons$3L: CompoundedIcon$3L;
|
|
|
821
916
|
type AvatarProps$3K = Omit<RNIconAvatarProps, 'Icon'>;
|
|
822
917
|
declare const Avatar$3K: React__default.NamedExoticComponent<AvatarProps$3K>;
|
|
823
918
|
|
|
824
|
-
declare const Icon$
|
|
919
|
+
declare const Icon$aj: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
825
920
|
|
|
826
|
-
interface CombineProps$
|
|
921
|
+
interface CombineProps$3v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
827
922
|
type?: 'color' | 'mono';
|
|
828
923
|
}
|
|
829
|
-
declare const Combine$
|
|
924
|
+
declare const Combine$3y: React__default.NamedExoticComponent<CombineProps$3v>;
|
|
830
925
|
|
|
831
|
-
declare const Icon$
|
|
926
|
+
declare const Icon$ai: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
832
927
|
|
|
833
|
-
declare const Icon$
|
|
928
|
+
declare const Icon$ah: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
834
929
|
|
|
835
|
-
type CompoundedIcon$3K = typeof Icon$
|
|
930
|
+
type CompoundedIcon$3K = typeof Icon$ai & {
|
|
836
931
|
Avatar: typeof Avatar$3K;
|
|
837
|
-
Color: typeof Icon$
|
|
838
|
-
Combine: typeof Combine$
|
|
839
|
-
Text: typeof Icon$
|
|
932
|
+
Color: typeof Icon$aj;
|
|
933
|
+
Combine: typeof Combine$3y;
|
|
934
|
+
Text: typeof Icon$ah;
|
|
840
935
|
colorPrimary: string;
|
|
841
936
|
title: string;
|
|
842
937
|
};
|
|
@@ -845,17 +940,22 @@ declare const Icons$3K: CompoundedIcon$3K;
|
|
|
845
940
|
type AvatarProps$3J = Omit<RNIconAvatarProps, 'Icon'>;
|
|
846
941
|
declare const Avatar$3J: React__default.NamedExoticComponent<AvatarProps$3J>;
|
|
847
942
|
|
|
848
|
-
|
|
849
|
-
declare const Combine$3w: React__default.NamedExoticComponent<CombineProps$3t>;
|
|
943
|
+
declare const Icon$ag: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
850
944
|
|
|
851
|
-
|
|
945
|
+
interface CombineProps$3u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
946
|
+
type?: 'color' | 'mono';
|
|
947
|
+
}
|
|
948
|
+
declare const Combine$3x: React__default.NamedExoticComponent<CombineProps$3u>;
|
|
852
949
|
|
|
853
|
-
declare const Icon$
|
|
950
|
+
declare const Icon$af: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
854
951
|
|
|
855
|
-
|
|
952
|
+
declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
953
|
+
|
|
954
|
+
type CompoundedIcon$3J = typeof Icon$af & {
|
|
856
955
|
Avatar: typeof Avatar$3J;
|
|
857
|
-
|
|
858
|
-
|
|
956
|
+
Color: typeof Icon$ag;
|
|
957
|
+
Combine: typeof Combine$3x;
|
|
958
|
+
Text: typeof Icon$ae;
|
|
859
959
|
colorPrimary: string;
|
|
860
960
|
title: string;
|
|
861
961
|
};
|
|
@@ -864,23 +964,17 @@ declare const Icons$3J: CompoundedIcon$3J;
|
|
|
864
964
|
type AvatarProps$3I = Omit<RNIconAvatarProps, 'Icon'>;
|
|
865
965
|
declare const Avatar$3I: React__default.NamedExoticComponent<AvatarProps$3I>;
|
|
866
966
|
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
870
|
-
type?: 'color' | 'mono';
|
|
871
|
-
}
|
|
872
|
-
declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3s>;
|
|
967
|
+
type CombineProps$3t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
968
|
+
declare const Combine$3w: React__default.NamedExoticComponent<CombineProps$3t>;
|
|
873
969
|
|
|
874
|
-
declare const Icon$
|
|
970
|
+
declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
875
971
|
|
|
876
|
-
declare const Icon$
|
|
972
|
+
declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
877
973
|
|
|
878
|
-
type CompoundedIcon$3I = typeof Icon$
|
|
974
|
+
type CompoundedIcon$3I = typeof Icon$ad & {
|
|
879
975
|
Avatar: typeof Avatar$3I;
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
Text: typeof Icon$af;
|
|
883
|
-
colorGradient: string;
|
|
976
|
+
Combine: typeof Combine$3w;
|
|
977
|
+
Text: typeof Icon$ac;
|
|
884
978
|
colorPrimary: string;
|
|
885
979
|
title: string;
|
|
886
980
|
};
|
|
@@ -889,25 +983,23 @@ declare const Icons$3I: CompoundedIcon$3I;
|
|
|
889
983
|
type AvatarProps$3H = Omit<RNIconAvatarProps, 'Icon'>;
|
|
890
984
|
declare const Avatar$3H: React__default.NamedExoticComponent<AvatarProps$3H>;
|
|
891
985
|
|
|
892
|
-
declare const Icon$ae: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
893
|
-
|
|
894
|
-
declare const Icon$ad: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
895
|
-
|
|
896
|
-
declare const Icon$ac: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
897
|
-
|
|
898
986
|
declare const Icon$ab: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
899
987
|
|
|
988
|
+
interface CombineProps$3s extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
989
|
+
type?: 'color' | 'mono';
|
|
990
|
+
}
|
|
991
|
+
declare const Combine$3v: React__default.NamedExoticComponent<CombineProps$3s>;
|
|
992
|
+
|
|
900
993
|
declare const Icon$aa: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
901
994
|
|
|
902
995
|
declare const Icon$a9: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
903
996
|
|
|
904
|
-
type CompoundedIcon$3H = typeof Icon$
|
|
997
|
+
type CompoundedIcon$3H = typeof Icon$aa & {
|
|
905
998
|
Avatar: typeof Avatar$3H;
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
TextCn: typeof Icon$a9;
|
|
999
|
+
Color: typeof Icon$ab;
|
|
1000
|
+
Combine: typeof Combine$3v;
|
|
1001
|
+
Text: typeof Icon$a9;
|
|
1002
|
+
colorGradient: string;
|
|
911
1003
|
colorPrimary: string;
|
|
912
1004
|
title: string;
|
|
913
1005
|
};
|
|
@@ -916,22 +1008,17 @@ declare const Icons$3H: CompoundedIcon$3H;
|
|
|
916
1008
|
type AvatarProps$3G = Omit<RNIconAvatarProps, 'Icon'>;
|
|
917
1009
|
declare const Avatar$3G: React__default.NamedExoticComponent<AvatarProps$3G>;
|
|
918
1010
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
interface CombineProps$3r extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
922
|
-
type?: 'color' | 'mono';
|
|
923
|
-
}
|
|
1011
|
+
type CombineProps$3r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
924
1012
|
declare const Combine$3u: React__default.NamedExoticComponent<CombineProps$3r>;
|
|
925
1013
|
|
|
926
|
-
declare const Icon$
|
|
1014
|
+
declare const Icon$a8: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
927
1015
|
|
|
928
|
-
declare const Icon$
|
|
1016
|
+
declare const Icon$a7: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
929
1017
|
|
|
930
|
-
type CompoundedIcon$3G = typeof Icon$
|
|
1018
|
+
type CompoundedIcon$3G = typeof Icon$a8 & {
|
|
931
1019
|
Avatar: typeof Avatar$3G;
|
|
932
|
-
Color: typeof Icon$a8;
|
|
933
1020
|
Combine: typeof Combine$3u;
|
|
934
|
-
Text: typeof Icon$
|
|
1021
|
+
Text: typeof Icon$a7;
|
|
935
1022
|
colorPrimary: string;
|
|
936
1023
|
title: string;
|
|
937
1024
|
};
|
|
@@ -940,22 +1027,22 @@ declare const Icons$3G: CompoundedIcon$3G;
|
|
|
940
1027
|
type AvatarProps$3F = Omit<RNIconAvatarProps, 'Icon'>;
|
|
941
1028
|
declare const Avatar$3F: React__default.NamedExoticComponent<AvatarProps$3F>;
|
|
942
1029
|
|
|
943
|
-
declare const Icon$
|
|
1030
|
+
declare const Icon$a6: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
944
1031
|
|
|
945
1032
|
interface CombineProps$3q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
946
1033
|
type?: 'color' | 'mono';
|
|
947
1034
|
}
|
|
948
1035
|
declare const Combine$3t: React__default.NamedExoticComponent<CombineProps$3q>;
|
|
949
1036
|
|
|
950
|
-
declare const Icon$
|
|
1037
|
+
declare const Icon$a5: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
951
1038
|
|
|
952
|
-
declare const Icon$
|
|
1039
|
+
declare const Icon$a4: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
953
1040
|
|
|
954
|
-
type CompoundedIcon$3F = typeof Icon$
|
|
1041
|
+
type CompoundedIcon$3F = typeof Icon$a5 & {
|
|
955
1042
|
Avatar: typeof Avatar$3F;
|
|
956
|
-
Color: typeof Icon$
|
|
1043
|
+
Color: typeof Icon$a6;
|
|
957
1044
|
Combine: typeof Combine$3t;
|
|
958
|
-
Text: typeof Icon$
|
|
1045
|
+
Text: typeof Icon$a4;
|
|
959
1046
|
colorPrimary: string;
|
|
960
1047
|
title: string;
|
|
961
1048
|
};
|
|
@@ -967,14 +1054,14 @@ declare const Avatar$3E: React__default.NamedExoticComponent<AvatarProps$3E>;
|
|
|
967
1054
|
type CombineProps$3p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
968
1055
|
declare const Combine$3s: React__default.NamedExoticComponent<CombineProps$3p>;
|
|
969
1056
|
|
|
970
|
-
declare const Icon$
|
|
1057
|
+
declare const Icon$a3: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
971
1058
|
|
|
972
|
-
declare const Icon$
|
|
1059
|
+
declare const Icon$a2: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
973
1060
|
|
|
974
|
-
type CompoundedIcon$3E = typeof Icon$
|
|
1061
|
+
type CompoundedIcon$3E = typeof Icon$a3 & {
|
|
975
1062
|
Avatar: typeof Avatar$3E;
|
|
976
1063
|
Combine: typeof Combine$3s;
|
|
977
|
-
Text: typeof Icon$
|
|
1064
|
+
Text: typeof Icon$a2;
|
|
978
1065
|
colorPrimary: string;
|
|
979
1066
|
title: string;
|
|
980
1067
|
};
|
|
@@ -983,22 +1070,22 @@ declare const Icons$3E: CompoundedIcon$3E;
|
|
|
983
1070
|
type AvatarProps$3D = Omit<RNIconAvatarProps, 'Icon'>;
|
|
984
1071
|
declare const Avatar$3D: React__default.NamedExoticComponent<AvatarProps$3D>;
|
|
985
1072
|
|
|
986
|
-
declare const Icon$
|
|
1073
|
+
declare const Icon$a1: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
987
1074
|
|
|
988
1075
|
interface CombineProps$3o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
989
1076
|
type?: 'color' | 'mono';
|
|
990
1077
|
}
|
|
991
1078
|
declare const Combine$3r: React__default.NamedExoticComponent<CombineProps$3o>;
|
|
992
1079
|
|
|
993
|
-
declare const Icon$
|
|
1080
|
+
declare const Icon$a0: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
994
1081
|
|
|
995
|
-
declare const Icon$
|
|
1082
|
+
declare const Icon$9$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
996
1083
|
|
|
997
|
-
type CompoundedIcon$3D = typeof Icon$
|
|
1084
|
+
type CompoundedIcon$3D = typeof Icon$a0 & {
|
|
998
1085
|
Avatar: typeof Avatar$3D;
|
|
999
|
-
Color: typeof Icon$
|
|
1086
|
+
Color: typeof Icon$a1;
|
|
1000
1087
|
Combine: typeof Combine$3r;
|
|
1001
|
-
Text: typeof Icon$
|
|
1088
|
+
Text: typeof Icon$9$;
|
|
1002
1089
|
colorGradient: string;
|
|
1003
1090
|
colorPrimary: string;
|
|
1004
1091
|
title: string;
|
|
@@ -1008,7 +1095,11 @@ declare const Icons$3D: CompoundedIcon$3D;
|
|
|
1008
1095
|
type AvatarProps$3C = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1009
1096
|
declare const Avatar$3C: React__default.NamedExoticComponent<AvatarProps$3C>;
|
|
1010
1097
|
|
|
1011
|
-
|
|
1098
|
+
declare const Icon$9_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1099
|
+
|
|
1100
|
+
interface CombineProps$3n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1101
|
+
type?: 'color' | 'mono';
|
|
1102
|
+
}
|
|
1012
1103
|
declare const Combine$3q: React__default.NamedExoticComponent<CombineProps$3n>;
|
|
1013
1104
|
|
|
1014
1105
|
declare const Icon$9Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -1017,6 +1108,7 @@ declare const Icon$9Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1017
1108
|
|
|
1018
1109
|
type CompoundedIcon$3C = typeof Icon$9Z & {
|
|
1019
1110
|
Avatar: typeof Avatar$3C;
|
|
1111
|
+
Color: typeof Icon$9_;
|
|
1020
1112
|
Combine: typeof Combine$3q;
|
|
1021
1113
|
Text: typeof Icon$9Y;
|
|
1022
1114
|
colorPrimary: string;
|
|
@@ -1029,20 +1121,23 @@ declare const Avatar$3B: React__default.NamedExoticComponent<AvatarProps$3B>;
|
|
|
1029
1121
|
|
|
1030
1122
|
declare const Icon$9X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1031
1123
|
|
|
1032
|
-
interface CombineProps$3m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1033
|
-
type?: 'color' | 'mono';
|
|
1034
|
-
}
|
|
1035
|
-
declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3m>;
|
|
1036
|
-
|
|
1037
1124
|
declare const Icon$9W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1038
1125
|
|
|
1039
|
-
declare const Icon$9V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1126
|
+
declare const Icon$9V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1127
|
+
|
|
1128
|
+
declare const Icon$9U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1129
|
+
|
|
1130
|
+
declare const Icon$9T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1131
|
+
|
|
1132
|
+
declare const Icon$9S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1040
1133
|
|
|
1041
|
-
type CompoundedIcon$3B = typeof Icon$
|
|
1134
|
+
type CompoundedIcon$3B = typeof Icon$9U & {
|
|
1042
1135
|
Avatar: typeof Avatar$3B;
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1136
|
+
Brand: typeof Icon$9W;
|
|
1137
|
+
BrandColor: typeof Icon$9X;
|
|
1138
|
+
Color: typeof Icon$9V;
|
|
1139
|
+
Text: typeof Icon$9T;
|
|
1140
|
+
TextCn: typeof Icon$9S;
|
|
1046
1141
|
colorPrimary: string;
|
|
1047
1142
|
title: string;
|
|
1048
1143
|
};
|
|
@@ -1051,17 +1146,17 @@ declare const Icons$3B: CompoundedIcon$3B;
|
|
|
1051
1146
|
type AvatarProps$3A = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1052
1147
|
declare const Avatar$3A: React__default.NamedExoticComponent<AvatarProps$3A>;
|
|
1053
1148
|
|
|
1054
|
-
type CombineProps$
|
|
1055
|
-
declare const Combine$
|
|
1149
|
+
type CombineProps$3m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1150
|
+
declare const Combine$3p: React__default.NamedExoticComponent<CombineProps$3m>;
|
|
1056
1151
|
|
|
1057
|
-
declare const Icon$
|
|
1152
|
+
declare const Icon$9R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1058
1153
|
|
|
1059
|
-
declare const Icon$
|
|
1154
|
+
declare const Icon$9Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1060
1155
|
|
|
1061
|
-
type CompoundedIcon$3A = typeof Icon$
|
|
1156
|
+
type CompoundedIcon$3A = typeof Icon$9R & {
|
|
1062
1157
|
Avatar: typeof Avatar$3A;
|
|
1063
|
-
Combine: typeof Combine$
|
|
1064
|
-
Text: typeof Icon$
|
|
1158
|
+
Combine: typeof Combine$3p;
|
|
1159
|
+
Text: typeof Icon$9Q;
|
|
1065
1160
|
colorPrimary: string;
|
|
1066
1161
|
title: string;
|
|
1067
1162
|
};
|
|
@@ -1070,23 +1165,28 @@ declare const Icons$3A: CompoundedIcon$3A;
|
|
|
1070
1165
|
type AvatarProps$3z = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1071
1166
|
declare const Avatar$3z: React__default.NamedExoticComponent<AvatarProps$3z>;
|
|
1072
1167
|
|
|
1073
|
-
declare const Icon$
|
|
1168
|
+
declare const Icon$9P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1074
1169
|
|
|
1075
|
-
|
|
1170
|
+
declare const Icon$9O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1171
|
+
|
|
1172
|
+
declare const Icon$9N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1173
|
+
|
|
1174
|
+
interface CombineProps$3l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1076
1175
|
type?: 'color' | 'mono';
|
|
1077
1176
|
}
|
|
1078
|
-
declare const Combine$
|
|
1177
|
+
declare const Combine$3o: React__default.NamedExoticComponent<CombineProps$3l>;
|
|
1079
1178
|
|
|
1080
|
-
declare const Icon$
|
|
1179
|
+
declare const Icon$9M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1081
1180
|
|
|
1082
|
-
declare const Icon$
|
|
1181
|
+
declare const Icon$9L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1083
1182
|
|
|
1084
|
-
type CompoundedIcon$3z = typeof Icon$
|
|
1183
|
+
type CompoundedIcon$3z = typeof Icon$9M & {
|
|
1085
1184
|
Avatar: typeof Avatar$3z;
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1185
|
+
Brand: typeof Icon$9O;
|
|
1186
|
+
BrandColor: typeof Icon$9P;
|
|
1187
|
+
Color: typeof Icon$9N;
|
|
1188
|
+
Combine: typeof Combine$3o;
|
|
1189
|
+
Text: typeof Icon$9L;
|
|
1090
1190
|
colorPrimary: string;
|
|
1091
1191
|
title: string;
|
|
1092
1192
|
};
|
|
@@ -1095,22 +1195,28 @@ declare const Icons$3z: CompoundedIcon$3z;
|
|
|
1095
1195
|
type AvatarProps$3y = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1096
1196
|
declare const Avatar$3y: React__default.NamedExoticComponent<AvatarProps$3y>;
|
|
1097
1197
|
|
|
1098
|
-
declare const Icon$
|
|
1198
|
+
declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1099
1199
|
|
|
1100
|
-
|
|
1200
|
+
declare const Icon$9J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1201
|
+
|
|
1202
|
+
declare const Icon$9I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1203
|
+
|
|
1204
|
+
interface CombineProps$3k extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1101
1205
|
type?: 'color' | 'mono';
|
|
1102
1206
|
}
|
|
1103
|
-
declare const Combine$
|
|
1207
|
+
declare const Combine$3n: React__default.NamedExoticComponent<CombineProps$3k>;
|
|
1104
1208
|
|
|
1105
|
-
declare const Icon$
|
|
1209
|
+
declare const Icon$9H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1106
1210
|
|
|
1107
|
-
declare const Icon$
|
|
1211
|
+
declare const Icon$9G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1108
1212
|
|
|
1109
|
-
type CompoundedIcon$3y = typeof Icon$
|
|
1213
|
+
type CompoundedIcon$3y = typeof Icon$9H & {
|
|
1110
1214
|
Avatar: typeof Avatar$3y;
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1215
|
+
Brand: typeof Icon$9J;
|
|
1216
|
+
BrandColor: typeof Icon$9K;
|
|
1217
|
+
Color: typeof Icon$9I;
|
|
1218
|
+
Combine: typeof Combine$3n;
|
|
1219
|
+
Text: typeof Icon$9G;
|
|
1114
1220
|
colorPrimary: string;
|
|
1115
1221
|
title: string;
|
|
1116
1222
|
};
|
|
@@ -1119,25 +1225,23 @@ declare const Icons$3y: CompoundedIcon$3y;
|
|
|
1119
1225
|
type AvatarProps$3x = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1120
1226
|
declare const Avatar$3x: React__default.NamedExoticComponent<AvatarProps$3x>;
|
|
1121
1227
|
|
|
1122
|
-
declare const Icon$
|
|
1123
|
-
|
|
1124
|
-
declare const Icon$9L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1125
|
-
|
|
1126
|
-
declare const Icon$9K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1228
|
+
declare const Icon$9F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1127
1229
|
|
|
1128
|
-
|
|
1230
|
+
interface CombineProps$3j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1231
|
+
type?: 'color' | 'mono';
|
|
1232
|
+
}
|
|
1233
|
+
declare const Combine$3m: React__default.NamedExoticComponent<CombineProps$3j>;
|
|
1129
1234
|
|
|
1130
|
-
declare const Icon$
|
|
1235
|
+
declare const Icon$9E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1131
1236
|
|
|
1132
|
-
declare const Icon$
|
|
1237
|
+
declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1133
1238
|
|
|
1134
|
-
type CompoundedIcon$3x = typeof Icon$
|
|
1239
|
+
type CompoundedIcon$3x = typeof Icon$9E & {
|
|
1135
1240
|
Avatar: typeof Avatar$3x;
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
TextCn: typeof Icon$9H;
|
|
1241
|
+
Color: typeof Icon$9F;
|
|
1242
|
+
Combine: typeof Combine$3m;
|
|
1243
|
+
Text: typeof Icon$9D;
|
|
1244
|
+
colorGradient: string;
|
|
1141
1245
|
colorPrimary: string;
|
|
1142
1246
|
title: string;
|
|
1143
1247
|
};
|
|
@@ -1146,17 +1250,25 @@ declare const Icons$3x: CompoundedIcon$3x;
|
|
|
1146
1250
|
type AvatarProps$3w = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1147
1251
|
declare const Avatar$3w: React__default.NamedExoticComponent<AvatarProps$3w>;
|
|
1148
1252
|
|
|
1149
|
-
|
|
1253
|
+
declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1254
|
+
|
|
1255
|
+
interface CombineProps$3i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1256
|
+
type?: 'color' | 'mono';
|
|
1257
|
+
}
|
|
1150
1258
|
declare const Combine$3l: React__default.NamedExoticComponent<CombineProps$3i>;
|
|
1151
1259
|
|
|
1152
|
-
declare const Icon$
|
|
1260
|
+
declare const Icon$9B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1153
1261
|
|
|
1154
|
-
declare const Icon$
|
|
1262
|
+
declare const Icon$9A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1263
|
+
|
|
1264
|
+
declare const Icon$9z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1155
1265
|
|
|
1156
|
-
type CompoundedIcon$3w = typeof Icon$
|
|
1266
|
+
type CompoundedIcon$3w = typeof Icon$9B & {
|
|
1157
1267
|
Avatar: typeof Avatar$3w;
|
|
1268
|
+
Color: typeof Icon$9C;
|
|
1158
1269
|
Combine: typeof Combine$3l;
|
|
1159
|
-
Text: typeof Icon$
|
|
1270
|
+
Text: typeof Icon$9A;
|
|
1271
|
+
TextColor: typeof Icon$9z;
|
|
1160
1272
|
colorPrimary: string;
|
|
1161
1273
|
title: string;
|
|
1162
1274
|
};
|
|
@@ -1165,28 +1277,22 @@ declare const Icons$3w: CompoundedIcon$3w;
|
|
|
1165
1277
|
type AvatarProps$3v = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1166
1278
|
declare const Avatar$3v: React__default.NamedExoticComponent<AvatarProps$3v>;
|
|
1167
1279
|
|
|
1168
|
-
declare const Icon$
|
|
1169
|
-
|
|
1170
|
-
declare const Icon$9D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1171
|
-
|
|
1172
|
-
declare const Icon$9C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1280
|
+
declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1173
1281
|
|
|
1174
1282
|
interface CombineProps$3h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1175
1283
|
type?: 'color' | 'mono';
|
|
1176
1284
|
}
|
|
1177
1285
|
declare const Combine$3k: React__default.NamedExoticComponent<CombineProps$3h>;
|
|
1178
1286
|
|
|
1179
|
-
declare const Icon$
|
|
1287
|
+
declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1180
1288
|
|
|
1181
|
-
declare const Icon$
|
|
1289
|
+
declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1182
1290
|
|
|
1183
|
-
type CompoundedIcon$3v = typeof Icon$
|
|
1291
|
+
type CompoundedIcon$3v = typeof Icon$9x & {
|
|
1184
1292
|
Avatar: typeof Avatar$3v;
|
|
1185
|
-
|
|
1186
|
-
BrandColor: typeof Icon$9E;
|
|
1187
|
-
Color: typeof Icon$9C;
|
|
1293
|
+
Color: typeof Icon$9y;
|
|
1188
1294
|
Combine: typeof Combine$3k;
|
|
1189
|
-
Text: typeof Icon$
|
|
1295
|
+
Text: typeof Icon$9w;
|
|
1190
1296
|
colorPrimary: string;
|
|
1191
1297
|
title: string;
|
|
1192
1298
|
};
|
|
@@ -1195,28 +1301,17 @@ declare const Icons$3v: CompoundedIcon$3v;
|
|
|
1195
1301
|
type AvatarProps$3u = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1196
1302
|
declare const Avatar$3u: React__default.NamedExoticComponent<AvatarProps$3u>;
|
|
1197
1303
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
declare const Icon$9y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1201
|
-
|
|
1202
|
-
declare const Icon$9x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1203
|
-
|
|
1204
|
-
interface CombineProps$3g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1205
|
-
type?: 'color' | 'mono';
|
|
1206
|
-
}
|
|
1304
|
+
type CombineProps$3g = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1207
1305
|
declare const Combine$3j: React__default.NamedExoticComponent<CombineProps$3g>;
|
|
1208
1306
|
|
|
1209
|
-
declare const Icon$9w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1210
|
-
|
|
1211
1307
|
declare const Icon$9v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1212
1308
|
|
|
1213
|
-
|
|
1309
|
+
declare const Icon$9u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1310
|
+
|
|
1311
|
+
type CompoundedIcon$3u = typeof Icon$9v & {
|
|
1214
1312
|
Avatar: typeof Avatar$3u;
|
|
1215
|
-
Brand: typeof Icon$9y;
|
|
1216
|
-
BrandColor: typeof Icon$9z;
|
|
1217
|
-
Color: typeof Icon$9x;
|
|
1218
1313
|
Combine: typeof Combine$3j;
|
|
1219
|
-
Text: typeof Icon$
|
|
1314
|
+
Text: typeof Icon$9u;
|
|
1220
1315
|
colorPrimary: string;
|
|
1221
1316
|
title: string;
|
|
1222
1317
|
};
|
|
@@ -1225,11 +1320,7 @@ declare const Icons$3u: CompoundedIcon$3u;
|
|
|
1225
1320
|
type AvatarProps$3t = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1226
1321
|
declare const Avatar$3t: React__default.NamedExoticComponent<AvatarProps$3t>;
|
|
1227
1322
|
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
interface CombineProps$3f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1231
|
-
type?: 'color' | 'mono';
|
|
1232
|
-
}
|
|
1323
|
+
type CombineProps$3f = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1233
1324
|
declare const Combine$3i: React__default.NamedExoticComponent<CombineProps$3f>;
|
|
1234
1325
|
|
|
1235
1326
|
declare const Icon$9t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -1238,10 +1329,8 @@ declare const Icon$9s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1238
1329
|
|
|
1239
1330
|
type CompoundedIcon$3t = typeof Icon$9t & {
|
|
1240
1331
|
Avatar: typeof Avatar$3t;
|
|
1241
|
-
Color: typeof Icon$9u;
|
|
1242
1332
|
Combine: typeof Combine$3i;
|
|
1243
1333
|
Text: typeof Icon$9s;
|
|
1244
|
-
colorGradient: string;
|
|
1245
1334
|
colorPrimary: string;
|
|
1246
1335
|
title: string;
|
|
1247
1336
|
};
|
|
@@ -1261,14 +1350,11 @@ declare const Icon$9q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1261
1350
|
|
|
1262
1351
|
declare const Icon$9p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1263
1352
|
|
|
1264
|
-
declare const Icon$9o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1265
|
-
|
|
1266
1353
|
type CompoundedIcon$3s = typeof Icon$9q & {
|
|
1267
1354
|
Avatar: typeof Avatar$3s;
|
|
1268
1355
|
Color: typeof Icon$9r;
|
|
1269
1356
|
Combine: typeof Combine$3h;
|
|
1270
1357
|
Text: typeof Icon$9p;
|
|
1271
|
-
TextColor: typeof Icon$9o;
|
|
1272
1358
|
colorPrimary: string;
|
|
1273
1359
|
title: string;
|
|
1274
1360
|
};
|
|
@@ -1277,22 +1363,22 @@ declare const Icons$3s: CompoundedIcon$3s;
|
|
|
1277
1363
|
type AvatarProps$3r = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1278
1364
|
declare const Avatar$3r: React__default.NamedExoticComponent<AvatarProps$3r>;
|
|
1279
1365
|
|
|
1280
|
-
declare const Icon$
|
|
1366
|
+
declare const Icon$9o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1281
1367
|
|
|
1282
1368
|
interface CombineProps$3d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1283
1369
|
type?: 'color' | 'mono';
|
|
1284
1370
|
}
|
|
1285
1371
|
declare const Combine$3g: React__default.NamedExoticComponent<CombineProps$3d>;
|
|
1286
1372
|
|
|
1287
|
-
declare const Icon$
|
|
1373
|
+
declare const Icon$9n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1288
1374
|
|
|
1289
|
-
declare const Icon$
|
|
1375
|
+
declare const Icon$9m: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1290
1376
|
|
|
1291
|
-
type CompoundedIcon$3r = typeof Icon$
|
|
1377
|
+
type CompoundedIcon$3r = typeof Icon$9n & {
|
|
1292
1378
|
Avatar: typeof Avatar$3r;
|
|
1293
|
-
Color: typeof Icon$
|
|
1379
|
+
Color: typeof Icon$9o;
|
|
1294
1380
|
Combine: typeof Combine$3g;
|
|
1295
|
-
Text: typeof Icon$
|
|
1381
|
+
Text: typeof Icon$9m;
|
|
1296
1382
|
colorPrimary: string;
|
|
1297
1383
|
title: string;
|
|
1298
1384
|
};
|
|
@@ -1301,7 +1387,11 @@ declare const Icons$3r: CompoundedIcon$3r;
|
|
|
1301
1387
|
type AvatarProps$3q = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1302
1388
|
declare const Avatar$3q: React__default.NamedExoticComponent<AvatarProps$3q>;
|
|
1303
1389
|
|
|
1304
|
-
|
|
1390
|
+
declare const Icon$9l: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1391
|
+
|
|
1392
|
+
interface CombineProps$3c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1393
|
+
type?: 'color' | 'mono';
|
|
1394
|
+
}
|
|
1305
1395
|
declare const Combine$3f: React__default.NamedExoticComponent<CombineProps$3c>;
|
|
1306
1396
|
|
|
1307
1397
|
declare const Icon$9k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -1310,8 +1400,10 @@ declare const Icon$9j: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1310
1400
|
|
|
1311
1401
|
type CompoundedIcon$3q = typeof Icon$9k & {
|
|
1312
1402
|
Avatar: typeof Avatar$3q;
|
|
1403
|
+
Color: typeof Icon$9l;
|
|
1313
1404
|
Combine: typeof Combine$3f;
|
|
1314
1405
|
Text: typeof Icon$9j;
|
|
1406
|
+
colorGradient: string;
|
|
1315
1407
|
colorPrimary: string;
|
|
1316
1408
|
title: string;
|
|
1317
1409
|
};
|
|
@@ -1320,17 +1412,23 @@ declare const Icons$3q: CompoundedIcon$3q;
|
|
|
1320
1412
|
type AvatarProps$3p = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1321
1413
|
declare const Avatar$3p: React__default.NamedExoticComponent<AvatarProps$3p>;
|
|
1322
1414
|
|
|
1323
|
-
type CombineProps$3b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1324
|
-
declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3b>;
|
|
1325
|
-
|
|
1326
1415
|
declare const Icon$9i: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1327
1416
|
|
|
1417
|
+
interface CombineProps$3b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1418
|
+
type?: 'color' | 'mono';
|
|
1419
|
+
}
|
|
1420
|
+
declare const Combine$3e: React__default.NamedExoticComponent<CombineProps$3b>;
|
|
1421
|
+
|
|
1328
1422
|
declare const Icon$9h: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1329
1423
|
|
|
1330
|
-
|
|
1424
|
+
declare const Icon$9g: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1425
|
+
|
|
1426
|
+
type CompoundedIcon$3p = typeof Icon$9h & {
|
|
1331
1427
|
Avatar: typeof Avatar$3p;
|
|
1428
|
+
Color: typeof Icon$9i;
|
|
1332
1429
|
Combine: typeof Combine$3e;
|
|
1333
|
-
Text: typeof Icon$
|
|
1430
|
+
Text: typeof Icon$9g;
|
|
1431
|
+
colorGradient: string;
|
|
1334
1432
|
colorPrimary: string;
|
|
1335
1433
|
title: string;
|
|
1336
1434
|
};
|
|
@@ -1339,22 +1437,23 @@ declare const Icons$3p: CompoundedIcon$3p;
|
|
|
1339
1437
|
type AvatarProps$3o = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1340
1438
|
declare const Avatar$3o: React__default.NamedExoticComponent<AvatarProps$3o>;
|
|
1341
1439
|
|
|
1342
|
-
declare const Icon$
|
|
1440
|
+
declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1343
1441
|
|
|
1344
1442
|
interface CombineProps$3a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1345
1443
|
type?: 'color' | 'mono';
|
|
1346
1444
|
}
|
|
1347
1445
|
declare const Combine$3d: React__default.NamedExoticComponent<CombineProps$3a>;
|
|
1348
1446
|
|
|
1349
|
-
declare const Icon$9f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1350
|
-
|
|
1351
1447
|
declare const Icon$9e: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1352
1448
|
|
|
1353
|
-
|
|
1449
|
+
declare const Icon$9d: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1450
|
+
|
|
1451
|
+
type CompoundedIcon$3o = typeof Icon$9e & {
|
|
1354
1452
|
Avatar: typeof Avatar$3o;
|
|
1355
|
-
Color: typeof Icon$
|
|
1453
|
+
Color: typeof Icon$9f;
|
|
1356
1454
|
Combine: typeof Combine$3d;
|
|
1357
|
-
Text: typeof Icon$
|
|
1455
|
+
Text: typeof Icon$9d;
|
|
1456
|
+
colorGradient: string;
|
|
1358
1457
|
colorPrimary: string;
|
|
1359
1458
|
title: string;
|
|
1360
1459
|
};
|
|
@@ -1363,23 +1462,22 @@ declare const Icons$3o: CompoundedIcon$3o;
|
|
|
1363
1462
|
type AvatarProps$3n = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1364
1463
|
declare const Avatar$3n: React__default.NamedExoticComponent<AvatarProps$3n>;
|
|
1365
1464
|
|
|
1366
|
-
declare const Icon$
|
|
1465
|
+
declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1367
1466
|
|
|
1368
1467
|
interface CombineProps$39 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1369
1468
|
type?: 'color' | 'mono';
|
|
1370
1469
|
}
|
|
1371
1470
|
declare const Combine$3c: React__default.NamedExoticComponent<CombineProps$39>;
|
|
1372
1471
|
|
|
1373
|
-
declare const Icon$9c: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1374
|
-
|
|
1375
1472
|
declare const Icon$9b: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1376
1473
|
|
|
1377
|
-
|
|
1474
|
+
declare const Icon$9a: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1475
|
+
|
|
1476
|
+
type CompoundedIcon$3n = typeof Icon$9b & {
|
|
1378
1477
|
Avatar: typeof Avatar$3n;
|
|
1379
|
-
Color: typeof Icon$
|
|
1478
|
+
Color: typeof Icon$9c;
|
|
1380
1479
|
Combine: typeof Combine$3c;
|
|
1381
|
-
Text: typeof Icon$
|
|
1382
|
-
colorGradient: string;
|
|
1480
|
+
Text: typeof Icon$9a;
|
|
1383
1481
|
colorPrimary: string;
|
|
1384
1482
|
title: string;
|
|
1385
1483
|
};
|
|
@@ -1388,23 +1486,22 @@ declare const Icons$3n: CompoundedIcon$3n;
|
|
|
1388
1486
|
type AvatarProps$3m = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1389
1487
|
declare const Avatar$3m: React__default.NamedExoticComponent<AvatarProps$3m>;
|
|
1390
1488
|
|
|
1391
|
-
declare const Icon$
|
|
1489
|
+
declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1392
1490
|
|
|
1393
1491
|
interface CombineProps$38 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1394
1492
|
type?: 'color' | 'mono';
|
|
1395
1493
|
}
|
|
1396
1494
|
declare const Combine$3b: React__default.NamedExoticComponent<CombineProps$38>;
|
|
1397
1495
|
|
|
1398
|
-
declare const Icon$99: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1399
|
-
|
|
1400
1496
|
declare const Icon$98: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1401
1497
|
|
|
1402
|
-
|
|
1498
|
+
declare const Icon$97: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1499
|
+
|
|
1500
|
+
type CompoundedIcon$3m = typeof Icon$98 & {
|
|
1403
1501
|
Avatar: typeof Avatar$3m;
|
|
1404
|
-
Color: typeof Icon$
|
|
1502
|
+
Color: typeof Icon$99;
|
|
1405
1503
|
Combine: typeof Combine$3b;
|
|
1406
|
-
Text: typeof Icon$
|
|
1407
|
-
colorGradient: string;
|
|
1504
|
+
Text: typeof Icon$97;
|
|
1408
1505
|
colorPrimary: string;
|
|
1409
1506
|
title: string;
|
|
1410
1507
|
};
|
|
@@ -1413,23 +1510,22 @@ declare const Icons$3m: CompoundedIcon$3m;
|
|
|
1413
1510
|
type AvatarProps$3l = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1414
1511
|
declare const Avatar$3l: React__default.NamedExoticComponent<AvatarProps$3l>;
|
|
1415
1512
|
|
|
1416
|
-
declare const Icon$
|
|
1513
|
+
declare const Icon$96: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1417
1514
|
|
|
1418
1515
|
interface CombineProps$37 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1419
1516
|
type?: 'color' | 'mono';
|
|
1420
1517
|
}
|
|
1421
1518
|
declare const Combine$3a: React__default.NamedExoticComponent<CombineProps$37>;
|
|
1422
1519
|
|
|
1423
|
-
declare const Icon$96: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1424
|
-
|
|
1425
1520
|
declare const Icon$95: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1426
1521
|
|
|
1427
|
-
|
|
1522
|
+
declare const Icon$94: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1523
|
+
|
|
1524
|
+
type CompoundedIcon$3l = typeof Icon$95 & {
|
|
1428
1525
|
Avatar: typeof Avatar$3l;
|
|
1429
|
-
Color: typeof Icon$
|
|
1526
|
+
Color: typeof Icon$96;
|
|
1430
1527
|
Combine: typeof Combine$3a;
|
|
1431
|
-
Text: typeof Icon$
|
|
1432
|
-
colorGradient: string;
|
|
1528
|
+
Text: typeof Icon$94;
|
|
1433
1529
|
colorPrimary: string;
|
|
1434
1530
|
title: string;
|
|
1435
1531
|
};
|
|
@@ -1438,22 +1534,22 @@ declare const Icons$3l: CompoundedIcon$3l;
|
|
|
1438
1534
|
type AvatarProps$3k = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1439
1535
|
declare const Avatar$3k: React__default.NamedExoticComponent<AvatarProps$3k>;
|
|
1440
1536
|
|
|
1441
|
-
declare const Icon$
|
|
1537
|
+
declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1442
1538
|
|
|
1443
1539
|
interface CombineProps$36 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1444
1540
|
type?: 'color' | 'mono';
|
|
1445
1541
|
}
|
|
1446
1542
|
declare const Combine$39: React__default.NamedExoticComponent<CombineProps$36>;
|
|
1447
1543
|
|
|
1448
|
-
declare const Icon$93: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1449
|
-
|
|
1450
1544
|
declare const Icon$92: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1451
1545
|
|
|
1452
|
-
|
|
1546
|
+
declare const Icon$91: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1547
|
+
|
|
1548
|
+
type CompoundedIcon$3k = typeof Icon$92 & {
|
|
1453
1549
|
Avatar: typeof Avatar$3k;
|
|
1454
|
-
Color: typeof Icon$
|
|
1550
|
+
Color: typeof Icon$93;
|
|
1455
1551
|
Combine: typeof Combine$39;
|
|
1456
|
-
Text: typeof Icon$
|
|
1552
|
+
Text: typeof Icon$91;
|
|
1457
1553
|
colorPrimary: string;
|
|
1458
1554
|
title: string;
|
|
1459
1555
|
};
|
|
@@ -1462,22 +1558,22 @@ declare const Icons$3k: CompoundedIcon$3k;
|
|
|
1462
1558
|
type AvatarProps$3j = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1463
1559
|
declare const Avatar$3j: React__default.NamedExoticComponent<AvatarProps$3j>;
|
|
1464
1560
|
|
|
1465
|
-
declare const Icon$
|
|
1561
|
+
declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1466
1562
|
|
|
1467
1563
|
interface CombineProps$35 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1468
1564
|
type?: 'color' | 'mono';
|
|
1469
1565
|
}
|
|
1470
1566
|
declare const Combine$38: React__default.NamedExoticComponent<CombineProps$35>;
|
|
1471
1567
|
|
|
1472
|
-
declare const Icon$90: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1473
|
-
|
|
1474
1568
|
declare const Icon$8$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1475
1569
|
|
|
1476
|
-
|
|
1570
|
+
declare const Icon$8_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1571
|
+
|
|
1572
|
+
type CompoundedIcon$3j = typeof Icon$8$ & {
|
|
1477
1573
|
Avatar: typeof Avatar$3j;
|
|
1478
|
-
Color: typeof Icon$
|
|
1574
|
+
Color: typeof Icon$90;
|
|
1479
1575
|
Combine: typeof Combine$38;
|
|
1480
|
-
Text: typeof Icon$
|
|
1576
|
+
Text: typeof Icon$8_;
|
|
1481
1577
|
colorPrimary: string;
|
|
1482
1578
|
title: string;
|
|
1483
1579
|
};
|
|
@@ -1486,22 +1582,22 @@ declare const Icons$3j: CompoundedIcon$3j;
|
|
|
1486
1582
|
type AvatarProps$3i = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1487
1583
|
declare const Avatar$3i: React__default.NamedExoticComponent<AvatarProps$3i>;
|
|
1488
1584
|
|
|
1489
|
-
declare const Icon$
|
|
1585
|
+
declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1490
1586
|
|
|
1491
1587
|
interface CombineProps$34 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1492
1588
|
type?: 'color' | 'mono';
|
|
1493
1589
|
}
|
|
1494
1590
|
declare const Combine$37: React__default.NamedExoticComponent<CombineProps$34>;
|
|
1495
1591
|
|
|
1496
|
-
declare const Icon$8Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1497
|
-
|
|
1498
1592
|
declare const Icon$8Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1499
1593
|
|
|
1500
|
-
|
|
1594
|
+
declare const Icon$8X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1595
|
+
|
|
1596
|
+
type CompoundedIcon$3i = typeof Icon$8Y & {
|
|
1501
1597
|
Avatar: typeof Avatar$3i;
|
|
1502
|
-
Color: typeof Icon$
|
|
1598
|
+
Color: typeof Icon$8Z;
|
|
1503
1599
|
Combine: typeof Combine$37;
|
|
1504
|
-
Text: typeof Icon$
|
|
1600
|
+
Text: typeof Icon$8X;
|
|
1505
1601
|
colorPrimary: string;
|
|
1506
1602
|
title: string;
|
|
1507
1603
|
};
|
|
@@ -1510,22 +1606,22 @@ declare const Icons$3i: CompoundedIcon$3i;
|
|
|
1510
1606
|
type AvatarProps$3h = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1511
1607
|
declare const Avatar$3h: React__default.NamedExoticComponent<AvatarProps$3h>;
|
|
1512
1608
|
|
|
1513
|
-
declare const Icon$
|
|
1609
|
+
declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1514
1610
|
|
|
1515
1611
|
interface CombineProps$33 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1516
1612
|
type?: 'color' | 'mono';
|
|
1517
1613
|
}
|
|
1518
1614
|
declare const Combine$36: React__default.NamedExoticComponent<CombineProps$33>;
|
|
1519
1615
|
|
|
1520
|
-
declare const Icon$8W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1521
|
-
|
|
1522
1616
|
declare const Icon$8V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1523
1617
|
|
|
1524
|
-
|
|
1618
|
+
declare const Icon$8U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1619
|
+
|
|
1620
|
+
type CompoundedIcon$3h = typeof Icon$8V & {
|
|
1525
1621
|
Avatar: typeof Avatar$3h;
|
|
1526
|
-
Color: typeof Icon$
|
|
1622
|
+
Color: typeof Icon$8W;
|
|
1527
1623
|
Combine: typeof Combine$36;
|
|
1528
|
-
Text: typeof Icon$
|
|
1624
|
+
Text: typeof Icon$8U;
|
|
1529
1625
|
colorPrimary: string;
|
|
1530
1626
|
title: string;
|
|
1531
1627
|
};
|
|
@@ -1534,22 +1630,22 @@ declare const Icons$3h: CompoundedIcon$3h;
|
|
|
1534
1630
|
type AvatarProps$3g = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1535
1631
|
declare const Avatar$3g: React__default.NamedExoticComponent<AvatarProps$3g>;
|
|
1536
1632
|
|
|
1537
|
-
declare const Icon$
|
|
1633
|
+
declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1538
1634
|
|
|
1539
1635
|
interface CombineProps$32 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1540
1636
|
type?: 'color' | 'mono';
|
|
1541
1637
|
}
|
|
1542
1638
|
declare const Combine$35: React__default.NamedExoticComponent<CombineProps$32>;
|
|
1543
1639
|
|
|
1544
|
-
declare const Icon$8T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1545
|
-
|
|
1546
1640
|
declare const Icon$8S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1547
1641
|
|
|
1548
|
-
|
|
1642
|
+
declare const Icon$8R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1643
|
+
|
|
1644
|
+
type CompoundedIcon$3g = typeof Icon$8S & {
|
|
1549
1645
|
Avatar: typeof Avatar$3g;
|
|
1550
|
-
Color: typeof Icon$
|
|
1646
|
+
Color: typeof Icon$8T;
|
|
1551
1647
|
Combine: typeof Combine$35;
|
|
1552
|
-
Text: typeof Icon$
|
|
1648
|
+
Text: typeof Icon$8R;
|
|
1553
1649
|
colorPrimary: string;
|
|
1554
1650
|
title: string;
|
|
1555
1651
|
};
|
|
@@ -1558,11 +1654,7 @@ declare const Icons$3g: CompoundedIcon$3g;
|
|
|
1558
1654
|
type AvatarProps$3f = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1559
1655
|
declare const Avatar$3f: React__default.NamedExoticComponent<AvatarProps$3f>;
|
|
1560
1656
|
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
interface CombineProps$31 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1564
|
-
type?: 'color' | 'mono';
|
|
1565
|
-
}
|
|
1657
|
+
type CombineProps$31 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1566
1658
|
declare const Combine$34: React__default.NamedExoticComponent<CombineProps$31>;
|
|
1567
1659
|
|
|
1568
1660
|
declare const Icon$8Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -1571,7 +1663,6 @@ declare const Icon$8P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1571
1663
|
|
|
1572
1664
|
type CompoundedIcon$3f = typeof Icon$8Q & {
|
|
1573
1665
|
Avatar: typeof Avatar$3f;
|
|
1574
|
-
Color: typeof Icon$8R;
|
|
1575
1666
|
Combine: typeof Combine$34;
|
|
1576
1667
|
Text: typeof Icon$8P;
|
|
1577
1668
|
colorPrimary: string;
|
|
@@ -1584,20 +1675,26 @@ declare const Avatar$3e: React__default.NamedExoticComponent<AvatarProps$3e>;
|
|
|
1584
1675
|
|
|
1585
1676
|
declare const Icon$8O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1586
1677
|
|
|
1678
|
+
declare const Icon$8N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1679
|
+
|
|
1680
|
+
declare const Icon$8M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1681
|
+
|
|
1587
1682
|
interface CombineProps$30 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1588
1683
|
type?: 'color' | 'mono';
|
|
1589
1684
|
}
|
|
1590
1685
|
declare const Combine$33: React__default.NamedExoticComponent<CombineProps$30>;
|
|
1591
1686
|
|
|
1592
|
-
declare const Icon$
|
|
1687
|
+
declare const Icon$8L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1593
1688
|
|
|
1594
|
-
declare const Icon$
|
|
1689
|
+
declare const Icon$8K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1595
1690
|
|
|
1596
|
-
type CompoundedIcon$3e = typeof Icon$
|
|
1691
|
+
type CompoundedIcon$3e = typeof Icon$8L & {
|
|
1597
1692
|
Avatar: typeof Avatar$3e;
|
|
1598
|
-
|
|
1693
|
+
Brand: typeof Icon$8O;
|
|
1694
|
+
BrandColor: typeof Icon$8N;
|
|
1695
|
+
Color: typeof Icon$8M;
|
|
1599
1696
|
Combine: typeof Combine$33;
|
|
1600
|
-
Text: typeof Icon$
|
|
1697
|
+
Text: typeof Icon$8K;
|
|
1601
1698
|
colorPrimary: string;
|
|
1602
1699
|
title: string;
|
|
1603
1700
|
};
|
|
@@ -1606,22 +1703,22 @@ declare const Icons$3e: CompoundedIcon$3e;
|
|
|
1606
1703
|
type AvatarProps$3d = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1607
1704
|
declare const Avatar$3d: React__default.NamedExoticComponent<AvatarProps$3d>;
|
|
1608
1705
|
|
|
1609
|
-
declare const Icon$
|
|
1706
|
+
declare const Icon$8J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1610
1707
|
|
|
1611
1708
|
interface CombineProps$2$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1612
1709
|
type?: 'color' | 'mono';
|
|
1613
1710
|
}
|
|
1614
1711
|
declare const Combine$32: React__default.NamedExoticComponent<CombineProps$2$>;
|
|
1615
1712
|
|
|
1616
|
-
declare const Icon$
|
|
1713
|
+
declare const Icon$8I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1617
1714
|
|
|
1618
|
-
declare const Icon$
|
|
1715
|
+
declare const Icon$8H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1619
1716
|
|
|
1620
|
-
type CompoundedIcon$3d = typeof Icon$
|
|
1717
|
+
type CompoundedIcon$3d = typeof Icon$8I & {
|
|
1621
1718
|
Avatar: typeof Avatar$3d;
|
|
1622
|
-
Color: typeof Icon$
|
|
1719
|
+
Color: typeof Icon$8J;
|
|
1623
1720
|
Combine: typeof Combine$32;
|
|
1624
|
-
Text: typeof Icon$
|
|
1721
|
+
Text: typeof Icon$8H;
|
|
1625
1722
|
colorPrimary: string;
|
|
1626
1723
|
title: string;
|
|
1627
1724
|
};
|
|
@@ -1633,14 +1730,14 @@ declare const Avatar$3c: React__default.NamedExoticComponent<AvatarProps$3c>;
|
|
|
1633
1730
|
type CombineProps$2_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1634
1731
|
declare const Combine$31: React__default.NamedExoticComponent<CombineProps$2_>;
|
|
1635
1732
|
|
|
1636
|
-
declare const Icon$
|
|
1733
|
+
declare const Icon$8G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1637
1734
|
|
|
1638
|
-
declare const Icon$
|
|
1735
|
+
declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1639
1736
|
|
|
1640
|
-
type CompoundedIcon$3c = typeof Icon$
|
|
1737
|
+
type CompoundedIcon$3c = typeof Icon$8G & {
|
|
1641
1738
|
Avatar: typeof Avatar$3c;
|
|
1642
1739
|
Combine: typeof Combine$31;
|
|
1643
|
-
Text: typeof Icon$
|
|
1740
|
+
Text: typeof Icon$8F;
|
|
1644
1741
|
colorPrimary: string;
|
|
1645
1742
|
title: string;
|
|
1646
1743
|
};
|
|
@@ -1649,28 +1746,17 @@ declare const Icons$3c: CompoundedIcon$3c;
|
|
|
1649
1746
|
type AvatarProps$3b = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1650
1747
|
declare const Avatar$3b: React__default.NamedExoticComponent<AvatarProps$3b>;
|
|
1651
1748
|
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
declare const Icon$8F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1749
|
+
type CombineProps$2Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1750
|
+
declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2Z>;
|
|
1655
1751
|
|
|
1656
1752
|
declare const Icon$8E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1657
1753
|
|
|
1658
|
-
interface CombineProps$2Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1659
|
-
type?: 'color' | 'mono';
|
|
1660
|
-
}
|
|
1661
|
-
declare const Combine$30: React__default.NamedExoticComponent<CombineProps$2Z>;
|
|
1662
|
-
|
|
1663
1754
|
declare const Icon$8D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1664
1755
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
type CompoundedIcon$3b = typeof Icon$8D & {
|
|
1756
|
+
type CompoundedIcon$3b = typeof Icon$8E & {
|
|
1668
1757
|
Avatar: typeof Avatar$3b;
|
|
1669
|
-
Brand: typeof Icon$8G;
|
|
1670
|
-
BrandColor: typeof Icon$8F;
|
|
1671
|
-
Color: typeof Icon$8E;
|
|
1672
1758
|
Combine: typeof Combine$30;
|
|
1673
|
-
Text: typeof Icon$
|
|
1759
|
+
Text: typeof Icon$8D;
|
|
1674
1760
|
colorPrimary: string;
|
|
1675
1761
|
title: string;
|
|
1676
1762
|
};
|
|
@@ -1679,22 +1765,21 @@ declare const Icons$3b: CompoundedIcon$3b;
|
|
|
1679
1765
|
type AvatarProps$3a = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1680
1766
|
declare const Avatar$3a: React__default.NamedExoticComponent<AvatarProps$3a>;
|
|
1681
1767
|
|
|
1682
|
-
declare const Icon$
|
|
1768
|
+
declare const Icon$8C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1683
1769
|
|
|
1684
|
-
|
|
1685
|
-
type?: 'color' | 'mono';
|
|
1686
|
-
}
|
|
1770
|
+
type CombineProps$2Y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1687
1771
|
declare const Combine$2$: React__default.NamedExoticComponent<CombineProps$2Y>;
|
|
1688
1772
|
|
|
1689
|
-
declare const Icon$
|
|
1773
|
+
declare const Icon$8B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1690
1774
|
|
|
1691
|
-
declare const Icon$
|
|
1775
|
+
declare const Icon$8A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1692
1776
|
|
|
1693
|
-
type CompoundedIcon$3a = typeof Icon$
|
|
1777
|
+
type CompoundedIcon$3a = typeof Icon$8B & {
|
|
1694
1778
|
Avatar: typeof Avatar$3a;
|
|
1695
|
-
Color: typeof Icon$
|
|
1779
|
+
Color: typeof Icon$8C;
|
|
1696
1780
|
Combine: typeof Combine$2$;
|
|
1697
|
-
Text: typeof Icon$
|
|
1781
|
+
Text: typeof Icon$8A;
|
|
1782
|
+
colorGradient: string;
|
|
1698
1783
|
colorPrimary: string;
|
|
1699
1784
|
title: string;
|
|
1700
1785
|
};
|
|
@@ -1703,17 +1788,28 @@ declare const Icons$3a: CompoundedIcon$3a;
|
|
|
1703
1788
|
type AvatarProps$39 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1704
1789
|
declare const Avatar$39: React__default.NamedExoticComponent<AvatarProps$39>;
|
|
1705
1790
|
|
|
1706
|
-
|
|
1707
|
-
declare const Combine$2_: React__default.NamedExoticComponent<CombineProps$2X>;
|
|
1791
|
+
declare const Icon$8z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1708
1792
|
|
|
1709
1793
|
declare const Icon$8y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1710
1794
|
|
|
1711
1795
|
declare const Icon$8x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1712
1796
|
|
|
1713
|
-
|
|
1797
|
+
interface CombineProps$2X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1798
|
+
type?: 'color' | 'mono';
|
|
1799
|
+
}
|
|
1800
|
+
declare const Combine$2_: React__default.NamedExoticComponent<CombineProps$2X>;
|
|
1801
|
+
|
|
1802
|
+
declare const Icon$8w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1803
|
+
|
|
1804
|
+
declare const Icon$8v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1805
|
+
|
|
1806
|
+
type CompoundedIcon$39 = typeof Icon$8w & {
|
|
1714
1807
|
Avatar: typeof Avatar$39;
|
|
1808
|
+
Brand: typeof Icon$8y;
|
|
1809
|
+
BrandColor: typeof Icon$8z;
|
|
1810
|
+
Color: typeof Icon$8x;
|
|
1715
1811
|
Combine: typeof Combine$2_;
|
|
1716
|
-
Text: typeof Icon$
|
|
1812
|
+
Text: typeof Icon$8v;
|
|
1717
1813
|
colorPrimary: string;
|
|
1718
1814
|
title: string;
|
|
1719
1815
|
};
|
|
@@ -1722,21 +1818,17 @@ declare const Icons$39: CompoundedIcon$39;
|
|
|
1722
1818
|
type AvatarProps$38 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1723
1819
|
declare const Avatar$38: React__default.NamedExoticComponent<AvatarProps$38>;
|
|
1724
1820
|
|
|
1725
|
-
declare const Icon$8w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1726
|
-
|
|
1727
1821
|
type CombineProps$2W = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1728
1822
|
declare const Combine$2Z: React__default.NamedExoticComponent<CombineProps$2W>;
|
|
1729
1823
|
|
|
1730
|
-
declare const Icon$8v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1731
|
-
|
|
1732
1824
|
declare const Icon$8u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1733
1825
|
|
|
1734
|
-
|
|
1826
|
+
declare const Icon$8t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1827
|
+
|
|
1828
|
+
type CompoundedIcon$38 = typeof Icon$8u & {
|
|
1735
1829
|
Avatar: typeof Avatar$38;
|
|
1736
|
-
Color: typeof Icon$8w;
|
|
1737
1830
|
Combine: typeof Combine$2Z;
|
|
1738
|
-
Text: typeof Icon$
|
|
1739
|
-
colorGradient: string;
|
|
1831
|
+
Text: typeof Icon$8t;
|
|
1740
1832
|
colorPrimary: string;
|
|
1741
1833
|
title: string;
|
|
1742
1834
|
};
|
|
@@ -1745,28 +1837,23 @@ declare const Icons$38: CompoundedIcon$38;
|
|
|
1745
1837
|
type AvatarProps$37 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1746
1838
|
declare const Avatar$37: React__default.NamedExoticComponent<AvatarProps$37>;
|
|
1747
1839
|
|
|
1748
|
-
declare const Icon$8t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1749
|
-
|
|
1750
1840
|
declare const Icon$8s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1751
1841
|
|
|
1752
|
-
declare const Icon$8r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1753
|
-
|
|
1754
1842
|
interface CombineProps$2V extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1755
1843
|
type?: 'color' | 'mono';
|
|
1756
1844
|
}
|
|
1757
1845
|
declare const Combine$2Y: React__default.NamedExoticComponent<CombineProps$2V>;
|
|
1758
1846
|
|
|
1759
|
-
declare const Icon$
|
|
1847
|
+
declare const Icon$8r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1760
1848
|
|
|
1761
|
-
declare const Icon$
|
|
1849
|
+
declare const Icon$8q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1762
1850
|
|
|
1763
|
-
type CompoundedIcon$37 = typeof Icon$
|
|
1851
|
+
type CompoundedIcon$37 = typeof Icon$8r & {
|
|
1764
1852
|
Avatar: typeof Avatar$37;
|
|
1765
|
-
|
|
1766
|
-
BrandColor: typeof Icon$8t;
|
|
1767
|
-
Color: typeof Icon$8r;
|
|
1853
|
+
Color: typeof Icon$8s;
|
|
1768
1854
|
Combine: typeof Combine$2Y;
|
|
1769
|
-
Text: typeof Icon$
|
|
1855
|
+
Text: typeof Icon$8q;
|
|
1856
|
+
colorGradient: string;
|
|
1770
1857
|
colorPrimary: string;
|
|
1771
1858
|
title: string;
|
|
1772
1859
|
};
|
|
@@ -1775,7 +1862,11 @@ declare const Icons$37: CompoundedIcon$37;
|
|
|
1775
1862
|
type AvatarProps$36 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1776
1863
|
declare const Avatar$36: React__default.NamedExoticComponent<AvatarProps$36>;
|
|
1777
1864
|
|
|
1778
|
-
|
|
1865
|
+
declare const Icon$8p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1866
|
+
|
|
1867
|
+
interface CombineProps$2U extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1868
|
+
type?: 'color' | 'mono';
|
|
1869
|
+
}
|
|
1779
1870
|
declare const Combine$2X: React__default.NamedExoticComponent<CombineProps$2U>;
|
|
1780
1871
|
|
|
1781
1872
|
declare const Icon$8o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -1784,6 +1875,7 @@ declare const Icon$8n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
1784
1875
|
|
|
1785
1876
|
type CompoundedIcon$36 = typeof Icon$8o & {
|
|
1786
1877
|
Avatar: typeof Avatar$36;
|
|
1878
|
+
Color: typeof Icon$8p;
|
|
1787
1879
|
Combine: typeof Combine$2X;
|
|
1788
1880
|
Text: typeof Icon$8n;
|
|
1789
1881
|
colorPrimary: string;
|
|
@@ -1810,7 +1902,6 @@ type CompoundedIcon$35 = typeof Icon$8l & {
|
|
|
1810
1902
|
Color: typeof Icon$8m;
|
|
1811
1903
|
Combine: typeof Combine$2W;
|
|
1812
1904
|
Text: typeof Icon$8k;
|
|
1813
|
-
colorGradient: string;
|
|
1814
1905
|
colorPrimary: string;
|
|
1815
1906
|
title: string;
|
|
1816
1907
|
};
|
|
@@ -1883,6 +1974,7 @@ type CompoundedIcon$32 = typeof Icon$8c & {
|
|
|
1883
1974
|
Color: typeof Icon$8d;
|
|
1884
1975
|
Combine: typeof Combine$2T;
|
|
1885
1976
|
Text: typeof Icon$8b;
|
|
1977
|
+
colorGradient: string;
|
|
1886
1978
|
colorPrimary: string;
|
|
1887
1979
|
title: string;
|
|
1888
1980
|
};
|
|
@@ -1931,7 +2023,6 @@ type CompoundedIcon$30 = typeof Icon$86 & {
|
|
|
1931
2023
|
Color: typeof Icon$87;
|
|
1932
2024
|
Combine: typeof Combine$2R;
|
|
1933
2025
|
Text: typeof Icon$85;
|
|
1934
|
-
colorGradient: string;
|
|
1935
2026
|
colorPrimary: string;
|
|
1936
2027
|
title: string;
|
|
1937
2028
|
};
|
|
@@ -1940,22 +2031,17 @@ declare const Icons$30: CompoundedIcon$30;
|
|
|
1940
2031
|
type AvatarProps$2$ = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1941
2032
|
declare const Avatar$2$: React__default.NamedExoticComponent<AvatarProps$2$>;
|
|
1942
2033
|
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
interface CombineProps$2N extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1946
|
-
type?: 'color' | 'mono';
|
|
1947
|
-
}
|
|
2034
|
+
type CombineProps$2N = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1948
2035
|
declare const Combine$2Q: React__default.NamedExoticComponent<CombineProps$2N>;
|
|
1949
2036
|
|
|
1950
|
-
declare const Icon$
|
|
2037
|
+
declare const Icon$84: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1951
2038
|
|
|
1952
|
-
declare const Icon$
|
|
2039
|
+
declare const Icon$83: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1953
2040
|
|
|
1954
|
-
type CompoundedIcon$2$ = typeof Icon$
|
|
2041
|
+
type CompoundedIcon$2$ = typeof Icon$84 & {
|
|
1955
2042
|
Avatar: typeof Avatar$2$;
|
|
1956
|
-
Color: typeof Icon$84;
|
|
1957
2043
|
Combine: typeof Combine$2Q;
|
|
1958
|
-
Text: typeof Icon$
|
|
2044
|
+
Text: typeof Icon$83;
|
|
1959
2045
|
colorPrimary: string;
|
|
1960
2046
|
title: string;
|
|
1961
2047
|
};
|
|
@@ -1964,22 +2050,22 @@ declare const Icons$2$: CompoundedIcon$2$;
|
|
|
1964
2050
|
type AvatarProps$2_ = Omit<RNIconAvatarProps, 'Icon'>;
|
|
1965
2051
|
declare const Avatar$2_: React__default.NamedExoticComponent<AvatarProps$2_>;
|
|
1966
2052
|
|
|
1967
|
-
declare const Icon$
|
|
2053
|
+
declare const Icon$82: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1968
2054
|
|
|
1969
2055
|
interface CombineProps$2M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
1970
2056
|
type?: 'color' | 'mono';
|
|
1971
2057
|
}
|
|
1972
2058
|
declare const Combine$2P: React__default.NamedExoticComponent<CombineProps$2M>;
|
|
1973
2059
|
|
|
1974
|
-
declare const Icon$
|
|
2060
|
+
declare const Icon$81: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1975
2061
|
|
|
1976
|
-
declare const Icon$
|
|
2062
|
+
declare const Icon$80: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1977
2063
|
|
|
1978
|
-
type CompoundedIcon$2_ = typeof Icon$
|
|
2064
|
+
type CompoundedIcon$2_ = typeof Icon$81 & {
|
|
1979
2065
|
Avatar: typeof Avatar$2_;
|
|
1980
|
-
Color: typeof Icon$
|
|
2066
|
+
Color: typeof Icon$82;
|
|
1981
2067
|
Combine: typeof Combine$2P;
|
|
1982
|
-
Text: typeof Icon$
|
|
2068
|
+
Text: typeof Icon$80;
|
|
1983
2069
|
colorPrimary: string;
|
|
1984
2070
|
title: string;
|
|
1985
2071
|
};
|
|
@@ -1991,14 +2077,14 @@ declare const Avatar$2Z: React__default.NamedExoticComponent<AvatarProps$2Z>;
|
|
|
1991
2077
|
type CombineProps$2L = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
1992
2078
|
declare const Combine$2O: React__default.NamedExoticComponent<CombineProps$2L>;
|
|
1993
2079
|
|
|
1994
|
-
declare const Icon$
|
|
2080
|
+
declare const Icon$7$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1995
2081
|
|
|
1996
|
-
declare const Icon$
|
|
2082
|
+
declare const Icon$7_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
1997
2083
|
|
|
1998
|
-
type CompoundedIcon$2Z = typeof Icon$
|
|
2084
|
+
type CompoundedIcon$2Z = typeof Icon$7$ & {
|
|
1999
2085
|
Avatar: typeof Avatar$2Z;
|
|
2000
2086
|
Combine: typeof Combine$2O;
|
|
2001
|
-
Text: typeof Icon$
|
|
2087
|
+
Text: typeof Icon$7_;
|
|
2002
2088
|
colorPrimary: string;
|
|
2003
2089
|
title: string;
|
|
2004
2090
|
};
|
|
@@ -2007,22 +2093,17 @@ declare const Icons$2Z: CompoundedIcon$2Z;
|
|
|
2007
2093
|
type AvatarProps$2Y = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2008
2094
|
declare const Avatar$2Y: React__default.NamedExoticComponent<AvatarProps$2Y>;
|
|
2009
2095
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
interface CombineProps$2K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2013
|
-
type?: 'color' | 'mono';
|
|
2014
|
-
}
|
|
2096
|
+
type CombineProps$2K = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2015
2097
|
declare const Combine$2N: React__default.NamedExoticComponent<CombineProps$2K>;
|
|
2016
2098
|
|
|
2017
|
-
declare const Icon$
|
|
2099
|
+
declare const Icon$7Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2018
2100
|
|
|
2019
|
-
declare const Icon$
|
|
2101
|
+
declare const Icon$7Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2020
2102
|
|
|
2021
|
-
type CompoundedIcon$2Y = typeof Icon$
|
|
2103
|
+
type CompoundedIcon$2Y = typeof Icon$7Z & {
|
|
2022
2104
|
Avatar: typeof Avatar$2Y;
|
|
2023
|
-
Color: typeof Icon$7Y;
|
|
2024
2105
|
Combine: typeof Combine$2N;
|
|
2025
|
-
Text: typeof Icon$
|
|
2106
|
+
Text: typeof Icon$7Y;
|
|
2026
2107
|
colorPrimary: string;
|
|
2027
2108
|
title: string;
|
|
2028
2109
|
};
|
|
@@ -2034,14 +2115,14 @@ declare const Avatar$2X: React__default.NamedExoticComponent<AvatarProps$2X>;
|
|
|
2034
2115
|
type CombineProps$2J = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2035
2116
|
declare const Combine$2M: React__default.NamedExoticComponent<CombineProps$2J>;
|
|
2036
2117
|
|
|
2037
|
-
declare const Icon$
|
|
2118
|
+
declare const Icon$7X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2038
2119
|
|
|
2039
|
-
declare const Icon$
|
|
2120
|
+
declare const Icon$7W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2040
2121
|
|
|
2041
|
-
type CompoundedIcon$2X = typeof Icon$
|
|
2122
|
+
type CompoundedIcon$2X = typeof Icon$7X & {
|
|
2042
2123
|
Avatar: typeof Avatar$2X;
|
|
2043
2124
|
Combine: typeof Combine$2M;
|
|
2044
|
-
Text: typeof Icon$
|
|
2125
|
+
Text: typeof Icon$7W;
|
|
2045
2126
|
colorPrimary: string;
|
|
2046
2127
|
title: string;
|
|
2047
2128
|
};
|
|
@@ -2050,17 +2131,23 @@ declare const Icons$2X: CompoundedIcon$2X;
|
|
|
2050
2131
|
type AvatarProps$2W = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2051
2132
|
declare const Avatar$2W: React__default.NamedExoticComponent<AvatarProps$2W>;
|
|
2052
2133
|
|
|
2053
|
-
|
|
2134
|
+
declare const Icon$7V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2135
|
+
|
|
2136
|
+
interface CombineProps$2I extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2137
|
+
type?: 'color' | 'mono';
|
|
2138
|
+
}
|
|
2054
2139
|
declare const Combine$2L: React__default.NamedExoticComponent<CombineProps$2I>;
|
|
2055
2140
|
|
|
2056
|
-
declare const Icon$
|
|
2141
|
+
declare const Icon$7U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2057
2142
|
|
|
2058
|
-
declare const Icon$
|
|
2143
|
+
declare const Icon$7T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2059
2144
|
|
|
2060
|
-
type CompoundedIcon$2W = typeof Icon$
|
|
2145
|
+
type CompoundedIcon$2W = typeof Icon$7U & {
|
|
2061
2146
|
Avatar: typeof Avatar$2W;
|
|
2147
|
+
Color: typeof Icon$7V;
|
|
2062
2148
|
Combine: typeof Combine$2L;
|
|
2063
|
-
Text: typeof Icon$
|
|
2149
|
+
Text: typeof Icon$7T;
|
|
2150
|
+
colorGradient: string;
|
|
2064
2151
|
colorPrimary: string;
|
|
2065
2152
|
title: string;
|
|
2066
2153
|
};
|
|
@@ -2069,7 +2156,11 @@ declare const Icons$2W: CompoundedIcon$2W;
|
|
|
2069
2156
|
type AvatarProps$2V = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2070
2157
|
declare const Avatar$2V: React__default.NamedExoticComponent<AvatarProps$2V>;
|
|
2071
2158
|
|
|
2072
|
-
|
|
2159
|
+
declare const Icon$7S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2160
|
+
|
|
2161
|
+
interface CombineProps$2H extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2162
|
+
type?: 'color' | 'mono';
|
|
2163
|
+
}
|
|
2073
2164
|
declare const Combine$2K: React__default.NamedExoticComponent<CombineProps$2H>;
|
|
2074
2165
|
|
|
2075
2166
|
declare const Icon$7R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2078,6 +2169,7 @@ declare const Icon$7Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
2078
2169
|
|
|
2079
2170
|
type CompoundedIcon$2V = typeof Icon$7R & {
|
|
2080
2171
|
Avatar: typeof Avatar$2V;
|
|
2172
|
+
Color: typeof Icon$7S;
|
|
2081
2173
|
Combine: typeof Combine$2K;
|
|
2082
2174
|
Text: typeof Icon$7Q;
|
|
2083
2175
|
colorPrimary: string;
|
|
@@ -2090,9 +2182,7 @@ declare const Avatar$2U: React__default.NamedExoticComponent<AvatarProps$2U>;
|
|
|
2090
2182
|
|
|
2091
2183
|
declare const Icon$7P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2092
2184
|
|
|
2093
|
-
|
|
2094
|
-
type?: 'color' | 'mono';
|
|
2095
|
-
}
|
|
2185
|
+
type CombineProps$2G = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2096
2186
|
declare const Combine$2J: React__default.NamedExoticComponent<CombineProps$2G>;
|
|
2097
2187
|
|
|
2098
2188
|
declare const Icon$7O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2104,7 +2194,6 @@ type CompoundedIcon$2U = typeof Icon$7O & {
|
|
|
2104
2194
|
Color: typeof Icon$7P;
|
|
2105
2195
|
Combine: typeof Combine$2J;
|
|
2106
2196
|
Text: typeof Icon$7N;
|
|
2107
|
-
colorGradient: string;
|
|
2108
2197
|
colorPrimary: string;
|
|
2109
2198
|
title: string;
|
|
2110
2199
|
};
|
|
@@ -2139,7 +2228,9 @@ declare const Avatar$2S: React__default.NamedExoticComponent<AvatarProps$2S>;
|
|
|
2139
2228
|
|
|
2140
2229
|
declare const Icon$7J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2141
2230
|
|
|
2142
|
-
|
|
2231
|
+
interface CombineProps$2E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2232
|
+
type?: 'color' | 'mono';
|
|
2233
|
+
}
|
|
2143
2234
|
declare const Combine$2H: React__default.NamedExoticComponent<CombineProps$2E>;
|
|
2144
2235
|
|
|
2145
2236
|
declare const Icon$7I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2207,22 +2298,17 @@ declare const Icons$2Q: CompoundedIcon$2Q;
|
|
|
2207
2298
|
type AvatarProps$2P = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2208
2299
|
declare const Avatar$2P: React__default.NamedExoticComponent<AvatarProps$2P>;
|
|
2209
2300
|
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
interface CombineProps$2B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2213
|
-
type?: 'color' | 'mono';
|
|
2214
|
-
}
|
|
2301
|
+
type CombineProps$2B = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2215
2302
|
declare const Combine$2E: React__default.NamedExoticComponent<CombineProps$2B>;
|
|
2216
2303
|
|
|
2217
|
-
declare const Icon$
|
|
2304
|
+
declare const Icon$7A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2218
2305
|
|
|
2219
|
-
declare const Icon$
|
|
2306
|
+
declare const Icon$7z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2220
2307
|
|
|
2221
|
-
type CompoundedIcon$2P = typeof Icon$
|
|
2308
|
+
type CompoundedIcon$2P = typeof Icon$7A & {
|
|
2222
2309
|
Avatar: typeof Avatar$2P;
|
|
2223
|
-
Color: typeof Icon$7A;
|
|
2224
2310
|
Combine: typeof Combine$2E;
|
|
2225
|
-
Text: typeof Icon$
|
|
2311
|
+
Text: typeof Icon$7z;
|
|
2226
2312
|
colorPrimary: string;
|
|
2227
2313
|
title: string;
|
|
2228
2314
|
};
|
|
@@ -2231,22 +2317,17 @@ declare const Icons$2P: CompoundedIcon$2P;
|
|
|
2231
2317
|
type AvatarProps$2O = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2232
2318
|
declare const Avatar$2O: React__default.NamedExoticComponent<AvatarProps$2O>;
|
|
2233
2319
|
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
interface CombineProps$2A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2237
|
-
type?: 'color' | 'mono';
|
|
2238
|
-
}
|
|
2320
|
+
type CombineProps$2A = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2239
2321
|
declare const Combine$2D: React__default.NamedExoticComponent<CombineProps$2A>;
|
|
2240
2322
|
|
|
2241
|
-
declare const Icon$
|
|
2323
|
+
declare const Icon$7y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2242
2324
|
|
|
2243
|
-
declare const Icon$
|
|
2325
|
+
declare const Icon$7x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2244
2326
|
|
|
2245
|
-
type CompoundedIcon$2O = typeof Icon$
|
|
2327
|
+
type CompoundedIcon$2O = typeof Icon$7y & {
|
|
2246
2328
|
Avatar: typeof Avatar$2O;
|
|
2247
|
-
Color: typeof Icon$7x;
|
|
2248
2329
|
Combine: typeof Combine$2D;
|
|
2249
|
-
Text: typeof Icon$
|
|
2330
|
+
Text: typeof Icon$7x;
|
|
2250
2331
|
colorPrimary: string;
|
|
2251
2332
|
title: string;
|
|
2252
2333
|
};
|
|
@@ -2258,14 +2339,14 @@ declare const Avatar$2N: React__default.NamedExoticComponent<AvatarProps$2N>;
|
|
|
2258
2339
|
type CombineProps$2z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2259
2340
|
declare const Combine$2C: React__default.NamedExoticComponent<CombineProps$2z>;
|
|
2260
2341
|
|
|
2261
|
-
declare const Icon$
|
|
2342
|
+
declare const Icon$7w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2262
2343
|
|
|
2263
|
-
declare const Icon$
|
|
2344
|
+
declare const Icon$7v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2264
2345
|
|
|
2265
|
-
type CompoundedIcon$2N = typeof Icon$
|
|
2346
|
+
type CompoundedIcon$2N = typeof Icon$7w & {
|
|
2266
2347
|
Avatar: typeof Avatar$2N;
|
|
2267
2348
|
Combine: typeof Combine$2C;
|
|
2268
|
-
Text: typeof Icon$
|
|
2349
|
+
Text: typeof Icon$7v;
|
|
2269
2350
|
colorPrimary: string;
|
|
2270
2351
|
title: string;
|
|
2271
2352
|
};
|
|
@@ -2277,14 +2358,14 @@ declare const Avatar$2M: React__default.NamedExoticComponent<AvatarProps$2M>;
|
|
|
2277
2358
|
type CombineProps$2y = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2278
2359
|
declare const Combine$2B: React__default.NamedExoticComponent<CombineProps$2y>;
|
|
2279
2360
|
|
|
2280
|
-
declare const Icon$
|
|
2361
|
+
declare const Icon$7u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2281
2362
|
|
|
2282
|
-
declare const Icon$
|
|
2363
|
+
declare const Icon$7t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2283
2364
|
|
|
2284
|
-
type CompoundedIcon$2M = typeof Icon$
|
|
2365
|
+
type CompoundedIcon$2M = typeof Icon$7u & {
|
|
2285
2366
|
Avatar: typeof Avatar$2M;
|
|
2286
2367
|
Combine: typeof Combine$2B;
|
|
2287
|
-
Text: typeof Icon$
|
|
2368
|
+
Text: typeof Icon$7t;
|
|
2288
2369
|
colorPrimary: string;
|
|
2289
2370
|
title: string;
|
|
2290
2371
|
};
|
|
@@ -2296,14 +2377,14 @@ declare const Avatar$2L: React__default.NamedExoticComponent<AvatarProps$2L>;
|
|
|
2296
2377
|
type CombineProps$2x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2297
2378
|
declare const Combine$2A: React__default.NamedExoticComponent<CombineProps$2x>;
|
|
2298
2379
|
|
|
2299
|
-
declare const Icon$
|
|
2380
|
+
declare const Icon$7s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2300
2381
|
|
|
2301
|
-
declare const Icon$
|
|
2382
|
+
declare const Icon$7r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2302
2383
|
|
|
2303
|
-
type CompoundedIcon$2L = typeof Icon$
|
|
2384
|
+
type CompoundedIcon$2L = typeof Icon$7s & {
|
|
2304
2385
|
Avatar: typeof Avatar$2L;
|
|
2305
2386
|
Combine: typeof Combine$2A;
|
|
2306
|
-
Text: typeof Icon$
|
|
2387
|
+
Text: typeof Icon$7r;
|
|
2307
2388
|
colorPrimary: string;
|
|
2308
2389
|
title: string;
|
|
2309
2390
|
};
|
|
@@ -2312,17 +2393,23 @@ declare const Icons$2L: CompoundedIcon$2L;
|
|
|
2312
2393
|
type AvatarProps$2K = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2313
2394
|
declare const Avatar$2K: React__default.NamedExoticComponent<AvatarProps$2K>;
|
|
2314
2395
|
|
|
2315
|
-
|
|
2396
|
+
declare const Icon$7q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2397
|
+
|
|
2398
|
+
interface CombineProps$2w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2399
|
+
type?: 'color' | 'mono';
|
|
2400
|
+
}
|
|
2316
2401
|
declare const Combine$2z: React__default.NamedExoticComponent<CombineProps$2w>;
|
|
2317
2402
|
|
|
2318
|
-
declare const Icon$
|
|
2403
|
+
declare const Icon$7p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2319
2404
|
|
|
2320
|
-
declare const Icon$
|
|
2405
|
+
declare const Icon$7o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2321
2406
|
|
|
2322
|
-
type CompoundedIcon$2K = typeof Icon$
|
|
2407
|
+
type CompoundedIcon$2K = typeof Icon$7p & {
|
|
2323
2408
|
Avatar: typeof Avatar$2K;
|
|
2409
|
+
Color: typeof Icon$7q;
|
|
2324
2410
|
Combine: typeof Combine$2z;
|
|
2325
|
-
Text: typeof Icon$
|
|
2411
|
+
Text: typeof Icon$7o;
|
|
2412
|
+
colorGradient: string;
|
|
2326
2413
|
colorPrimary: string;
|
|
2327
2414
|
title: string;
|
|
2328
2415
|
};
|
|
@@ -2331,7 +2418,11 @@ declare const Icons$2K: CompoundedIcon$2K;
|
|
|
2331
2418
|
type AvatarProps$2J = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2332
2419
|
declare const Avatar$2J: React__default.NamedExoticComponent<AvatarProps$2J>;
|
|
2333
2420
|
|
|
2334
|
-
|
|
2421
|
+
declare const Icon$7n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2422
|
+
|
|
2423
|
+
interface CombineProps$2v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2424
|
+
type?: 'color' | 'mono';
|
|
2425
|
+
}
|
|
2335
2426
|
declare const Combine$2y: React__default.NamedExoticComponent<CombineProps$2v>;
|
|
2336
2427
|
|
|
2337
2428
|
declare const Icon$7m: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2340,8 +2431,11 @@ declare const Icon$7l: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
2340
2431
|
|
|
2341
2432
|
type CompoundedIcon$2J = typeof Icon$7m & {
|
|
2342
2433
|
Avatar: typeof Avatar$2J;
|
|
2434
|
+
Color: typeof Icon$7n;
|
|
2343
2435
|
Combine: typeof Combine$2y;
|
|
2436
|
+
Simple: typeof Icon$7n;
|
|
2344
2437
|
Text: typeof Icon$7l;
|
|
2438
|
+
colorGradient: string;
|
|
2345
2439
|
colorPrimary: string;
|
|
2346
2440
|
title: string;
|
|
2347
2441
|
};
|
|
@@ -2350,23 +2444,17 @@ declare const Icons$2J: CompoundedIcon$2J;
|
|
|
2350
2444
|
type AvatarProps$2I = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2351
2445
|
declare const Avatar$2I: React__default.NamedExoticComponent<AvatarProps$2I>;
|
|
2352
2446
|
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
interface CombineProps$2u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2356
|
-
type?: 'color' | 'mono';
|
|
2357
|
-
}
|
|
2447
|
+
type CombineProps$2u = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2358
2448
|
declare const Combine$2x: React__default.NamedExoticComponent<CombineProps$2u>;
|
|
2359
2449
|
|
|
2360
|
-
declare const Icon$
|
|
2450
|
+
declare const Icon$7k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2361
2451
|
|
|
2362
|
-
declare const Icon$
|
|
2452
|
+
declare const Icon$7j: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2363
2453
|
|
|
2364
|
-
type CompoundedIcon$2I = typeof Icon$
|
|
2454
|
+
type CompoundedIcon$2I = typeof Icon$7k & {
|
|
2365
2455
|
Avatar: typeof Avatar$2I;
|
|
2366
|
-
Color: typeof Icon$7k;
|
|
2367
2456
|
Combine: typeof Combine$2x;
|
|
2368
|
-
Text: typeof Icon$
|
|
2369
|
-
colorGradient: string;
|
|
2457
|
+
Text: typeof Icon$7j;
|
|
2370
2458
|
colorPrimary: string;
|
|
2371
2459
|
title: string;
|
|
2372
2460
|
};
|
|
@@ -2375,24 +2463,17 @@ declare const Icons$2I: CompoundedIcon$2I;
|
|
|
2375
2463
|
type AvatarProps$2H = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2376
2464
|
declare const Avatar$2H: React__default.NamedExoticComponent<AvatarProps$2H>;
|
|
2377
2465
|
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
interface CombineProps$2t extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2381
|
-
type?: 'color' | 'mono';
|
|
2382
|
-
}
|
|
2466
|
+
type CombineProps$2t = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2383
2467
|
declare const Combine$2w: React__default.NamedExoticComponent<CombineProps$2t>;
|
|
2384
2468
|
|
|
2385
|
-
declare const Icon$
|
|
2469
|
+
declare const Icon$7i: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2386
2470
|
|
|
2387
|
-
declare const Icon$
|
|
2471
|
+
declare const Icon$7h: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2388
2472
|
|
|
2389
|
-
type CompoundedIcon$2H = typeof Icon$
|
|
2473
|
+
type CompoundedIcon$2H = typeof Icon$7i & {
|
|
2390
2474
|
Avatar: typeof Avatar$2H;
|
|
2391
|
-
Color: typeof Icon$7h;
|
|
2392
2475
|
Combine: typeof Combine$2w;
|
|
2393
|
-
|
|
2394
|
-
Text: typeof Icon$7f;
|
|
2395
|
-
colorGradient: string;
|
|
2476
|
+
Text: typeof Icon$7h;
|
|
2396
2477
|
colorPrimary: string;
|
|
2397
2478
|
title: string;
|
|
2398
2479
|
};
|
|
@@ -2404,14 +2485,14 @@ declare const Avatar$2G: React__default.NamedExoticComponent<AvatarProps$2G>;
|
|
|
2404
2485
|
type CombineProps$2s = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2405
2486
|
declare const Combine$2v: React__default.NamedExoticComponent<CombineProps$2s>;
|
|
2406
2487
|
|
|
2407
|
-
declare const Icon$
|
|
2488
|
+
declare const Icon$7g: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2408
2489
|
|
|
2409
|
-
declare const Icon$
|
|
2490
|
+
declare const Icon$7f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2410
2491
|
|
|
2411
|
-
type CompoundedIcon$2G = typeof Icon$
|
|
2492
|
+
type CompoundedIcon$2G = typeof Icon$7g & {
|
|
2412
2493
|
Avatar: typeof Avatar$2G;
|
|
2413
2494
|
Combine: typeof Combine$2v;
|
|
2414
|
-
Text: typeof Icon$
|
|
2495
|
+
Text: typeof Icon$7f;
|
|
2415
2496
|
colorPrimary: string;
|
|
2416
2497
|
title: string;
|
|
2417
2498
|
};
|
|
@@ -2423,14 +2504,14 @@ declare const Avatar$2F: React__default.NamedExoticComponent<AvatarProps$2F>;
|
|
|
2423
2504
|
type CombineProps$2r = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2424
2505
|
declare const Combine$2u: React__default.NamedExoticComponent<CombineProps$2r>;
|
|
2425
2506
|
|
|
2426
|
-
declare const Icon$
|
|
2507
|
+
declare const Icon$7e: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2427
2508
|
|
|
2428
|
-
declare const Icon$
|
|
2509
|
+
declare const Icon$7d: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2429
2510
|
|
|
2430
|
-
type CompoundedIcon$2F = typeof Icon$
|
|
2511
|
+
type CompoundedIcon$2F = typeof Icon$7e & {
|
|
2431
2512
|
Avatar: typeof Avatar$2F;
|
|
2432
2513
|
Combine: typeof Combine$2u;
|
|
2433
|
-
Text: typeof Icon$
|
|
2514
|
+
Text: typeof Icon$7d;
|
|
2434
2515
|
colorPrimary: string;
|
|
2435
2516
|
title: string;
|
|
2436
2517
|
};
|
|
@@ -2439,17 +2520,13 @@ declare const Icons$2F: CompoundedIcon$2F;
|
|
|
2439
2520
|
type AvatarProps$2E = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2440
2521
|
declare const Avatar$2E: React__default.NamedExoticComponent<AvatarProps$2E>;
|
|
2441
2522
|
|
|
2442
|
-
|
|
2443
|
-
declare const Combine$2t: React__default.NamedExoticComponent<CombineProps$2q>;
|
|
2444
|
-
|
|
2445
|
-
declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2523
|
+
declare const Icon$7c: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2446
2524
|
|
|
2447
|
-
declare const Icon$
|
|
2525
|
+
declare const Icon$7b: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2448
2526
|
|
|
2449
|
-
type CompoundedIcon$2E = typeof Icon$
|
|
2527
|
+
type CompoundedIcon$2E = typeof Icon$7c & {
|
|
2450
2528
|
Avatar: typeof Avatar$2E;
|
|
2451
|
-
|
|
2452
|
-
Text: typeof Icon$79;
|
|
2529
|
+
Text: typeof Icon$7b;
|
|
2453
2530
|
colorPrimary: string;
|
|
2454
2531
|
title: string;
|
|
2455
2532
|
};
|
|
@@ -2458,17 +2535,22 @@ declare const Icons$2E: CompoundedIcon$2E;
|
|
|
2458
2535
|
type AvatarProps$2D = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2459
2536
|
declare const Avatar$2D: React__default.NamedExoticComponent<AvatarProps$2D>;
|
|
2460
2537
|
|
|
2461
|
-
|
|
2462
|
-
declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2p>;
|
|
2538
|
+
declare const Icon$7a: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2463
2539
|
|
|
2464
|
-
|
|
2540
|
+
interface CombineProps$2q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2541
|
+
type?: 'color' | 'mono';
|
|
2542
|
+
}
|
|
2543
|
+
declare const Combine$2t: React__default.NamedExoticComponent<CombineProps$2q>;
|
|
2465
2544
|
|
|
2466
|
-
declare const Icon$
|
|
2545
|
+
declare const Icon$79: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2467
2546
|
|
|
2468
|
-
|
|
2547
|
+
declare const Icon$78: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2548
|
+
|
|
2549
|
+
type CompoundedIcon$2D = typeof Icon$79 & {
|
|
2469
2550
|
Avatar: typeof Avatar$2D;
|
|
2470
|
-
|
|
2471
|
-
|
|
2551
|
+
Color: typeof Icon$7a;
|
|
2552
|
+
Combine: typeof Combine$2t;
|
|
2553
|
+
Text: typeof Icon$78;
|
|
2472
2554
|
colorPrimary: string;
|
|
2473
2555
|
title: string;
|
|
2474
2556
|
};
|
|
@@ -2477,13 +2559,19 @@ declare const Icons$2D: CompoundedIcon$2D;
|
|
|
2477
2559
|
type AvatarProps$2C = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2478
2560
|
declare const Avatar$2C: React__default.NamedExoticComponent<AvatarProps$2C>;
|
|
2479
2561
|
|
|
2562
|
+
declare const Icon$77: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2563
|
+
|
|
2480
2564
|
declare const Icon$76: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2481
2565
|
|
|
2482
2566
|
declare const Icon$75: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2483
2567
|
|
|
2484
|
-
|
|
2568
|
+
declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2569
|
+
|
|
2570
|
+
type CompoundedIcon$2C = typeof Icon$74 & {
|
|
2485
2571
|
Avatar: typeof Avatar$2C;
|
|
2486
|
-
|
|
2572
|
+
Brand: typeof Icon$76;
|
|
2573
|
+
BrandColor: typeof Icon$77;
|
|
2574
|
+
Color: typeof Icon$75;
|
|
2487
2575
|
colorPrimary: string;
|
|
2488
2576
|
title: string;
|
|
2489
2577
|
};
|
|
@@ -2492,22 +2580,19 @@ declare const Icons$2C: CompoundedIcon$2C;
|
|
|
2492
2580
|
type AvatarProps$2B = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2493
2581
|
declare const Avatar$2B: React__default.NamedExoticComponent<AvatarProps$2B>;
|
|
2494
2582
|
|
|
2495
|
-
declare const Icon$74: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2496
|
-
|
|
2497
|
-
interface CombineProps$2o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2498
|
-
type?: 'color' | 'mono';
|
|
2499
|
-
}
|
|
2500
|
-
declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2o>;
|
|
2501
|
-
|
|
2502
2583
|
declare const Icon$73: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2503
2584
|
|
|
2504
2585
|
declare const Icon$72: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2505
2586
|
|
|
2506
|
-
|
|
2587
|
+
declare const Icon$71: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2588
|
+
|
|
2589
|
+
declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2590
|
+
|
|
2591
|
+
type CompoundedIcon$2B = typeof Icon$70 & {
|
|
2507
2592
|
Avatar: typeof Avatar$2B;
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2593
|
+
Brand: typeof Icon$72;
|
|
2594
|
+
BrandColor: typeof Icon$73;
|
|
2595
|
+
Color: typeof Icon$71;
|
|
2511
2596
|
colorPrimary: string;
|
|
2512
2597
|
title: string;
|
|
2513
2598
|
};
|
|
@@ -2516,19 +2601,17 @@ declare const Icons$2B: CompoundedIcon$2B;
|
|
|
2516
2601
|
type AvatarProps$2A = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2517
2602
|
declare const Avatar$2A: React__default.NamedExoticComponent<AvatarProps$2A>;
|
|
2518
2603
|
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
declare const Icon$70: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2604
|
+
type CombineProps$2p = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2605
|
+
declare const Combine$2s: React__default.NamedExoticComponent<CombineProps$2p>;
|
|
2522
2606
|
|
|
2523
2607
|
declare const Icon$6$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2524
2608
|
|
|
2525
2609
|
declare const Icon$6_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2526
2610
|
|
|
2527
|
-
type CompoundedIcon$2A = typeof Icon$
|
|
2611
|
+
type CompoundedIcon$2A = typeof Icon$6$ & {
|
|
2528
2612
|
Avatar: typeof Avatar$2A;
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
Color: typeof Icon$6$;
|
|
2613
|
+
Combine: typeof Combine$2s;
|
|
2614
|
+
Text: typeof Icon$6_;
|
|
2532
2615
|
colorPrimary: string;
|
|
2533
2616
|
title: string;
|
|
2534
2617
|
};
|
|
@@ -2539,17 +2622,20 @@ declare const Avatar$2z: React__default.NamedExoticComponent<AvatarProps$2z>;
|
|
|
2539
2622
|
|
|
2540
2623
|
declare const Icon$6Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2541
2624
|
|
|
2625
|
+
interface CombineProps$2o extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2626
|
+
type?: 'color' | 'mono';
|
|
2627
|
+
}
|
|
2628
|
+
declare const Combine$2r: React__default.NamedExoticComponent<CombineProps$2o>;
|
|
2629
|
+
|
|
2542
2630
|
declare const Icon$6Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2543
2631
|
|
|
2544
2632
|
declare const Icon$6X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2545
2633
|
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
type CompoundedIcon$2z = typeof Icon$6W & {
|
|
2634
|
+
type CompoundedIcon$2z = typeof Icon$6Y & {
|
|
2549
2635
|
Avatar: typeof Avatar$2z;
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2636
|
+
Color: typeof Icon$6Z;
|
|
2637
|
+
Combine: typeof Combine$2r;
|
|
2638
|
+
Text: typeof Icon$6X;
|
|
2553
2639
|
colorPrimary: string;
|
|
2554
2640
|
title: string;
|
|
2555
2641
|
};
|
|
@@ -2558,7 +2644,11 @@ declare const Icons$2z: CompoundedIcon$2z;
|
|
|
2558
2644
|
type AvatarProps$2y = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2559
2645
|
declare const Avatar$2y: React__default.NamedExoticComponent<AvatarProps$2y>;
|
|
2560
2646
|
|
|
2561
|
-
|
|
2647
|
+
declare const Icon$6W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2648
|
+
|
|
2649
|
+
interface CombineProps$2n extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2650
|
+
type?: 'color' | 'mono';
|
|
2651
|
+
}
|
|
2562
2652
|
declare const Combine$2q: React__default.NamedExoticComponent<CombineProps$2n>;
|
|
2563
2653
|
|
|
2564
2654
|
declare const Icon$6V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2567,6 +2657,7 @@ declare const Icon$6U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
2567
2657
|
|
|
2568
2658
|
type CompoundedIcon$2y = typeof Icon$6V & {
|
|
2569
2659
|
Avatar: typeof Avatar$2y;
|
|
2660
|
+
Color: typeof Icon$6W;
|
|
2570
2661
|
Combine: typeof Combine$2q;
|
|
2571
2662
|
Text: typeof Icon$6U;
|
|
2572
2663
|
colorPrimary: string;
|
|
@@ -2577,22 +2668,17 @@ declare const Icons$2y: CompoundedIcon$2y;
|
|
|
2577
2668
|
type AvatarProps$2x = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2578
2669
|
declare const Avatar$2x: React__default.NamedExoticComponent<AvatarProps$2x>;
|
|
2579
2670
|
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
interface CombineProps$2m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2583
|
-
type?: 'color' | 'mono';
|
|
2584
|
-
}
|
|
2671
|
+
type CombineProps$2m = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2585
2672
|
declare const Combine$2p: React__default.NamedExoticComponent<CombineProps$2m>;
|
|
2586
2673
|
|
|
2587
|
-
declare const Icon$
|
|
2674
|
+
declare const Icon$6T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2588
2675
|
|
|
2589
|
-
declare const Icon$
|
|
2676
|
+
declare const Icon$6S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2590
2677
|
|
|
2591
|
-
type CompoundedIcon$2x = typeof Icon$
|
|
2678
|
+
type CompoundedIcon$2x = typeof Icon$6T & {
|
|
2592
2679
|
Avatar: typeof Avatar$2x;
|
|
2593
|
-
Color: typeof Icon$6T;
|
|
2594
2680
|
Combine: typeof Combine$2p;
|
|
2595
|
-
Text: typeof Icon$
|
|
2681
|
+
Text: typeof Icon$6S;
|
|
2596
2682
|
colorPrimary: string;
|
|
2597
2683
|
title: string;
|
|
2598
2684
|
};
|
|
@@ -2601,22 +2687,16 @@ declare const Icons$2x: CompoundedIcon$2x;
|
|
|
2601
2687
|
type AvatarProps$2w = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2602
2688
|
declare const Avatar$2w: React__default.NamedExoticComponent<AvatarProps$2w>;
|
|
2603
2689
|
|
|
2604
|
-
declare const
|
|
2605
|
-
|
|
2606
|
-
interface CombineProps$2l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2607
|
-
type?: 'color' | 'mono';
|
|
2608
|
-
}
|
|
2609
|
-
declare const Combine$2o: React__default.NamedExoticComponent<CombineProps$2l>;
|
|
2690
|
+
declare const Combine$2o: React__default.NamedExoticComponent<RNIconCombineProps$1>;
|
|
2610
2691
|
|
|
2611
|
-
declare const Icon$
|
|
2692
|
+
declare const Icon$6R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2612
2693
|
|
|
2613
|
-
declare const Icon$
|
|
2694
|
+
declare const Icon$6Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2614
2695
|
|
|
2615
|
-
type CompoundedIcon$2w = typeof Icon$
|
|
2696
|
+
type CompoundedIcon$2w = typeof Icon$6R & {
|
|
2616
2697
|
Avatar: typeof Avatar$2w;
|
|
2617
|
-
Color: typeof Icon$6Q;
|
|
2618
2698
|
Combine: typeof Combine$2o;
|
|
2619
|
-
Text: typeof Icon$
|
|
2699
|
+
Text: typeof Icon$6Q;
|
|
2620
2700
|
colorPrimary: string;
|
|
2621
2701
|
title: string;
|
|
2622
2702
|
};
|
|
@@ -2625,17 +2705,23 @@ declare const Icons$2w: CompoundedIcon$2w;
|
|
|
2625
2705
|
type AvatarProps$2v = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2626
2706
|
declare const Avatar$2v: React__default.NamedExoticComponent<AvatarProps$2v>;
|
|
2627
2707
|
|
|
2628
|
-
|
|
2629
|
-
declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2k>;
|
|
2708
|
+
declare const Icon$6P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2630
2709
|
|
|
2631
|
-
|
|
2710
|
+
interface CombineProps$2l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2711
|
+
type?: 'color' | 'mono';
|
|
2712
|
+
}
|
|
2713
|
+
declare const Combine$2n: React__default.NamedExoticComponent<CombineProps$2l>;
|
|
2632
2714
|
|
|
2633
|
-
declare const Icon$
|
|
2715
|
+
declare const Icon$6O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2716
|
+
|
|
2717
|
+
declare const Icon$6N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2634
2718
|
|
|
2635
|
-
type CompoundedIcon$2v = typeof Icon$
|
|
2719
|
+
type CompoundedIcon$2v = typeof Icon$6O & {
|
|
2636
2720
|
Avatar: typeof Avatar$2v;
|
|
2721
|
+
Color: typeof Icon$6P;
|
|
2637
2722
|
Combine: typeof Combine$2n;
|
|
2638
|
-
Text: typeof Icon$
|
|
2723
|
+
Text: typeof Icon$6N;
|
|
2724
|
+
colorGradient: string;
|
|
2639
2725
|
colorPrimary: string;
|
|
2640
2726
|
title: string;
|
|
2641
2727
|
};
|
|
@@ -2644,16 +2730,17 @@ declare const Icons$2v: CompoundedIcon$2v;
|
|
|
2644
2730
|
type AvatarProps$2u = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2645
2731
|
declare const Avatar$2u: React__default.NamedExoticComponent<AvatarProps$2u>;
|
|
2646
2732
|
|
|
2647
|
-
|
|
2733
|
+
type CombineProps$2k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2734
|
+
declare const Combine$2m: React__default.NamedExoticComponent<CombineProps$2k>;
|
|
2648
2735
|
|
|
2649
|
-
declare const Icon$
|
|
2736
|
+
declare const Icon$6M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2650
2737
|
|
|
2651
|
-
declare const Icon$
|
|
2738
|
+
declare const Icon$6L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2652
2739
|
|
|
2653
|
-
type CompoundedIcon$2u = typeof Icon$
|
|
2740
|
+
type CompoundedIcon$2u = typeof Icon$6M & {
|
|
2654
2741
|
Avatar: typeof Avatar$2u;
|
|
2655
2742
|
Combine: typeof Combine$2m;
|
|
2656
|
-
Text: typeof Icon$
|
|
2743
|
+
Text: typeof Icon$6L;
|
|
2657
2744
|
colorPrimary: string;
|
|
2658
2745
|
title: string;
|
|
2659
2746
|
};
|
|
@@ -2662,23 +2749,17 @@ declare const Icons$2u: CompoundedIcon$2u;
|
|
|
2662
2749
|
type AvatarProps$2t = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2663
2750
|
declare const Avatar$2t: React__default.NamedExoticComponent<AvatarProps$2t>;
|
|
2664
2751
|
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
interface CombineProps$2j extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2668
|
-
type?: 'color' | 'mono';
|
|
2669
|
-
}
|
|
2752
|
+
type CombineProps$2j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2670
2753
|
declare const Combine$2l: React__default.NamedExoticComponent<CombineProps$2j>;
|
|
2671
2754
|
|
|
2672
|
-
declare const Icon$
|
|
2755
|
+
declare const Icon$6K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2673
2756
|
|
|
2674
|
-
declare const Icon$
|
|
2757
|
+
declare const Icon$6J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2675
2758
|
|
|
2676
|
-
type CompoundedIcon$2t = typeof Icon$
|
|
2759
|
+
type CompoundedIcon$2t = typeof Icon$6K & {
|
|
2677
2760
|
Avatar: typeof Avatar$2t;
|
|
2678
|
-
Color: typeof Icon$6J;
|
|
2679
2761
|
Combine: typeof Combine$2l;
|
|
2680
|
-
Text: typeof Icon$
|
|
2681
|
-
colorGradient: string;
|
|
2762
|
+
Text: typeof Icon$6J;
|
|
2682
2763
|
colorPrimary: string;
|
|
2683
2764
|
title: string;
|
|
2684
2765
|
};
|
|
@@ -2687,17 +2768,23 @@ declare const Icons$2t: CompoundedIcon$2t;
|
|
|
2687
2768
|
type AvatarProps$2s = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2688
2769
|
declare const Avatar$2s: React__default.NamedExoticComponent<AvatarProps$2s>;
|
|
2689
2770
|
|
|
2690
|
-
|
|
2771
|
+
declare const Icon$6I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2772
|
+
|
|
2773
|
+
interface CombineProps$2i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2774
|
+
type?: 'color' | 'mono';
|
|
2775
|
+
}
|
|
2691
2776
|
declare const Combine$2k: React__default.NamedExoticComponent<CombineProps$2i>;
|
|
2692
2777
|
|
|
2693
|
-
declare const Icon$
|
|
2778
|
+
declare const Icon$6H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2694
2779
|
|
|
2695
|
-
declare const Icon$
|
|
2780
|
+
declare const Icon$6G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2696
2781
|
|
|
2697
|
-
type CompoundedIcon$2s = typeof Icon$
|
|
2782
|
+
type CompoundedIcon$2s = typeof Icon$6H & {
|
|
2698
2783
|
Avatar: typeof Avatar$2s;
|
|
2784
|
+
Color: typeof Icon$6I;
|
|
2699
2785
|
Combine: typeof Combine$2k;
|
|
2700
|
-
Text: typeof Icon$
|
|
2786
|
+
Text: typeof Icon$6G;
|
|
2787
|
+
colorGradient: string;
|
|
2701
2788
|
colorPrimary: string;
|
|
2702
2789
|
title: string;
|
|
2703
2790
|
};
|
|
@@ -2706,17 +2793,25 @@ declare const Icons$2s: CompoundedIcon$2s;
|
|
|
2706
2793
|
type AvatarProps$2r = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2707
2794
|
declare const Avatar$2r: React__default.NamedExoticComponent<AvatarProps$2r>;
|
|
2708
2795
|
|
|
2709
|
-
|
|
2796
|
+
declare const Icon$6F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2797
|
+
|
|
2798
|
+
interface CombineProps$2h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2799
|
+
type?: 'color' | 'mono';
|
|
2800
|
+
}
|
|
2710
2801
|
declare const Combine$2j: React__default.NamedExoticComponent<CombineProps$2h>;
|
|
2711
2802
|
|
|
2712
2803
|
declare const Icon$6E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2713
2804
|
|
|
2714
2805
|
declare const Icon$6D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2715
2806
|
|
|
2807
|
+
declare const Icon$6C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2808
|
+
|
|
2716
2809
|
type CompoundedIcon$2r = typeof Icon$6E & {
|
|
2717
2810
|
Avatar: typeof Avatar$2r;
|
|
2811
|
+
Color: typeof Icon$6F;
|
|
2718
2812
|
Combine: typeof Combine$2j;
|
|
2719
2813
|
Text: typeof Icon$6D;
|
|
2814
|
+
TextCn: typeof Icon$6C;
|
|
2720
2815
|
colorPrimary: string;
|
|
2721
2816
|
title: string;
|
|
2722
2817
|
};
|
|
@@ -2725,23 +2820,25 @@ declare const Icons$2r: CompoundedIcon$2r;
|
|
|
2725
2820
|
type AvatarProps$2q = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2726
2821
|
declare const Avatar$2q: React__default.NamedExoticComponent<AvatarProps$2q>;
|
|
2727
2822
|
|
|
2728
|
-
declare const Icon$
|
|
2823
|
+
declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2729
2824
|
|
|
2730
2825
|
interface CombineProps$2g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2731
2826
|
type?: 'color' | 'mono';
|
|
2732
2827
|
}
|
|
2733
2828
|
declare const Combine$2i: React__default.NamedExoticComponent<CombineProps$2g>;
|
|
2734
2829
|
|
|
2735
|
-
declare const Icon$6B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2736
|
-
|
|
2737
2830
|
declare const Icon$6A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2738
2831
|
|
|
2739
|
-
|
|
2832
|
+
declare const Icon$6z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2833
|
+
|
|
2834
|
+
declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2835
|
+
|
|
2836
|
+
type CompoundedIcon$2q = typeof Icon$6A & {
|
|
2740
2837
|
Avatar: typeof Avatar$2q;
|
|
2741
|
-
Color: typeof Icon$
|
|
2838
|
+
Color: typeof Icon$6B;
|
|
2742
2839
|
Combine: typeof Combine$2i;
|
|
2743
|
-
Text: typeof Icon$
|
|
2744
|
-
|
|
2840
|
+
Text: typeof Icon$6z;
|
|
2841
|
+
TextCn: typeof Icon$6y;
|
|
2745
2842
|
colorPrimary: string;
|
|
2746
2843
|
title: string;
|
|
2747
2844
|
};
|
|
@@ -2750,25 +2847,22 @@ declare const Icons$2q: CompoundedIcon$2q;
|
|
|
2750
2847
|
type AvatarProps$2p = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2751
2848
|
declare const Avatar$2p: React__default.NamedExoticComponent<AvatarProps$2p>;
|
|
2752
2849
|
|
|
2753
|
-
declare const Icon$
|
|
2850
|
+
declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2754
2851
|
|
|
2755
2852
|
interface CombineProps$2f extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2756
2853
|
type?: 'color' | 'mono';
|
|
2757
2854
|
}
|
|
2758
2855
|
declare const Combine$2h: React__default.NamedExoticComponent<CombineProps$2f>;
|
|
2759
2856
|
|
|
2760
|
-
declare const Icon$6y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2761
|
-
|
|
2762
|
-
declare const Icon$6x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2763
|
-
|
|
2764
2857
|
declare const Icon$6w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2765
2858
|
|
|
2766
|
-
|
|
2859
|
+
declare const Icon$6v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2860
|
+
|
|
2861
|
+
type CompoundedIcon$2p = typeof Icon$6w & {
|
|
2767
2862
|
Avatar: typeof Avatar$2p;
|
|
2768
|
-
Color: typeof Icon$
|
|
2863
|
+
Color: typeof Icon$6x;
|
|
2769
2864
|
Combine: typeof Combine$2h;
|
|
2770
|
-
Text: typeof Icon$
|
|
2771
|
-
TextCn: typeof Icon$6w;
|
|
2865
|
+
Text: typeof Icon$6v;
|
|
2772
2866
|
colorPrimary: string;
|
|
2773
2867
|
title: string;
|
|
2774
2868
|
};
|
|
@@ -2777,25 +2871,22 @@ declare const Icons$2p: CompoundedIcon$2p;
|
|
|
2777
2871
|
type AvatarProps$2o = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2778
2872
|
declare const Avatar$2o: React__default.NamedExoticComponent<AvatarProps$2o>;
|
|
2779
2873
|
|
|
2780
|
-
declare const Icon$
|
|
2874
|
+
declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2781
2875
|
|
|
2782
2876
|
interface CombineProps$2e extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2783
2877
|
type?: 'color' | 'mono';
|
|
2784
2878
|
}
|
|
2785
2879
|
declare const Combine$2g: React__default.NamedExoticComponent<CombineProps$2e>;
|
|
2786
2880
|
|
|
2787
|
-
declare const Icon$6u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2788
|
-
|
|
2789
2881
|
declare const Icon$6t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2790
2882
|
|
|
2791
2883
|
declare const Icon$6s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2792
2884
|
|
|
2793
|
-
type CompoundedIcon$2o = typeof Icon$
|
|
2885
|
+
type CompoundedIcon$2o = typeof Icon$6t & {
|
|
2794
2886
|
Avatar: typeof Avatar$2o;
|
|
2795
|
-
Color: typeof Icon$
|
|
2887
|
+
Color: typeof Icon$6u;
|
|
2796
2888
|
Combine: typeof Combine$2g;
|
|
2797
|
-
Text: typeof Icon$
|
|
2798
|
-
TextCn: typeof Icon$6s;
|
|
2889
|
+
Text: typeof Icon$6s;
|
|
2799
2890
|
colorPrimary: string;
|
|
2800
2891
|
title: string;
|
|
2801
2892
|
};
|
|
@@ -2828,22 +2919,17 @@ declare const Icons$2n: CompoundedIcon$2n;
|
|
|
2828
2919
|
type AvatarProps$2m = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2829
2920
|
declare const Avatar$2m: React__default.NamedExoticComponent<AvatarProps$2m>;
|
|
2830
2921
|
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
interface CombineProps$2c extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2834
|
-
type?: 'color' | 'mono';
|
|
2835
|
-
}
|
|
2922
|
+
type CombineProps$2c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2836
2923
|
declare const Combine$2e: React__default.NamedExoticComponent<CombineProps$2c>;
|
|
2837
2924
|
|
|
2838
|
-
declare const Icon$
|
|
2925
|
+
declare const Icon$6o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2839
2926
|
|
|
2840
|
-
declare const Icon$
|
|
2927
|
+
declare const Icon$6n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2841
2928
|
|
|
2842
|
-
type CompoundedIcon$2m = typeof Icon$
|
|
2929
|
+
type CompoundedIcon$2m = typeof Icon$6o & {
|
|
2843
2930
|
Avatar: typeof Avatar$2m;
|
|
2844
|
-
Color: typeof Icon$6o;
|
|
2845
2931
|
Combine: typeof Combine$2e;
|
|
2846
|
-
Text: typeof Icon$
|
|
2932
|
+
Text: typeof Icon$6n;
|
|
2847
2933
|
colorPrimary: string;
|
|
2848
2934
|
title: string;
|
|
2849
2935
|
};
|
|
@@ -2852,22 +2938,17 @@ declare const Icons$2m: CompoundedIcon$2m;
|
|
|
2852
2938
|
type AvatarProps$2l = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2853
2939
|
declare const Avatar$2l: React__default.NamedExoticComponent<AvatarProps$2l>;
|
|
2854
2940
|
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
interface CombineProps$2b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2858
|
-
type?: 'color' | 'mono';
|
|
2859
|
-
}
|
|
2941
|
+
type CombineProps$2b = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2860
2942
|
declare const Combine$2d: React__default.NamedExoticComponent<CombineProps$2b>;
|
|
2861
2943
|
|
|
2862
|
-
declare const Icon$
|
|
2944
|
+
declare const Icon$6m: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2863
2945
|
|
|
2864
|
-
declare const Icon$
|
|
2946
|
+
declare const Icon$6l: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2865
2947
|
|
|
2866
|
-
type CompoundedIcon$2l = typeof Icon$
|
|
2948
|
+
type CompoundedIcon$2l = typeof Icon$6m & {
|
|
2867
2949
|
Avatar: typeof Avatar$2l;
|
|
2868
|
-
Color: typeof Icon$6l;
|
|
2869
2950
|
Combine: typeof Combine$2d;
|
|
2870
|
-
Text: typeof Icon$
|
|
2951
|
+
Text: typeof Icon$6l;
|
|
2871
2952
|
colorPrimary: string;
|
|
2872
2953
|
title: string;
|
|
2873
2954
|
};
|
|
@@ -2876,17 +2957,22 @@ declare const Icons$2l: CompoundedIcon$2l;
|
|
|
2876
2957
|
type AvatarProps$2k = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2877
2958
|
declare const Avatar$2k: React__default.NamedExoticComponent<AvatarProps$2k>;
|
|
2878
2959
|
|
|
2879
|
-
|
|
2960
|
+
declare const Icon$6k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2961
|
+
|
|
2962
|
+
interface CombineProps$2a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2963
|
+
type?: 'color' | 'mono';
|
|
2964
|
+
}
|
|
2880
2965
|
declare const Combine$2c: React__default.NamedExoticComponent<CombineProps$2a>;
|
|
2881
2966
|
|
|
2882
|
-
declare const Icon$
|
|
2967
|
+
declare const Icon$6j: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2883
2968
|
|
|
2884
|
-
declare const Icon$
|
|
2969
|
+
declare const Icon$6i: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2885
2970
|
|
|
2886
|
-
type CompoundedIcon$2k = typeof Icon$
|
|
2971
|
+
type CompoundedIcon$2k = typeof Icon$6j & {
|
|
2887
2972
|
Avatar: typeof Avatar$2k;
|
|
2973
|
+
Color: typeof Icon$6k;
|
|
2888
2974
|
Combine: typeof Combine$2c;
|
|
2889
|
-
Text: typeof Icon$
|
|
2975
|
+
Text: typeof Icon$6i;
|
|
2890
2976
|
colorPrimary: string;
|
|
2891
2977
|
title: string;
|
|
2892
2978
|
};
|
|
@@ -2898,14 +2984,14 @@ declare const Avatar$2j: React__default.NamedExoticComponent<AvatarProps$2j>;
|
|
|
2898
2984
|
type CombineProps$29 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2899
2985
|
declare const Combine$2b: React__default.NamedExoticComponent<CombineProps$29>;
|
|
2900
2986
|
|
|
2901
|
-
declare const Icon$
|
|
2987
|
+
declare const Icon$6h: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2902
2988
|
|
|
2903
|
-
declare const Icon$
|
|
2989
|
+
declare const Icon$6g: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2904
2990
|
|
|
2905
|
-
type CompoundedIcon$2j = typeof Icon$
|
|
2991
|
+
type CompoundedIcon$2j = typeof Icon$6h & {
|
|
2906
2992
|
Avatar: typeof Avatar$2j;
|
|
2907
2993
|
Combine: typeof Combine$2b;
|
|
2908
|
-
Text: typeof Icon$
|
|
2994
|
+
Text: typeof Icon$6g;
|
|
2909
2995
|
colorPrimary: string;
|
|
2910
2996
|
title: string;
|
|
2911
2997
|
};
|
|
@@ -2914,22 +3000,17 @@ declare const Icons$2j: CompoundedIcon$2j;
|
|
|
2914
3000
|
type AvatarProps$2i = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2915
3001
|
declare const Avatar$2i: React__default.NamedExoticComponent<AvatarProps$2i>;
|
|
2916
3002
|
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
interface CombineProps$28 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2920
|
-
type?: 'color' | 'mono';
|
|
2921
|
-
}
|
|
3003
|
+
type CombineProps$28 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2922
3004
|
declare const Combine$2a: React__default.NamedExoticComponent<CombineProps$28>;
|
|
2923
3005
|
|
|
2924
|
-
declare const Icon$
|
|
3006
|
+
declare const Icon$6f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2925
3007
|
|
|
2926
|
-
declare const Icon$
|
|
3008
|
+
declare const Icon$6e: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2927
3009
|
|
|
2928
|
-
type CompoundedIcon$2i = typeof Icon$
|
|
3010
|
+
type CompoundedIcon$2i = typeof Icon$6f & {
|
|
2929
3011
|
Avatar: typeof Avatar$2i;
|
|
2930
|
-
Color: typeof Icon$6e;
|
|
2931
3012
|
Combine: typeof Combine$2a;
|
|
2932
|
-
Text: typeof Icon$
|
|
3013
|
+
Text: typeof Icon$6e;
|
|
2933
3014
|
colorPrimary: string;
|
|
2934
3015
|
title: string;
|
|
2935
3016
|
};
|
|
@@ -2938,17 +3019,22 @@ declare const Icons$2i: CompoundedIcon$2i;
|
|
|
2938
3019
|
type AvatarProps$2h = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2939
3020
|
declare const Avatar$2h: React__default.NamedExoticComponent<AvatarProps$2h>;
|
|
2940
3021
|
|
|
2941
|
-
|
|
3022
|
+
declare const Icon$6d: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3023
|
+
|
|
3024
|
+
interface CombineProps$27 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3025
|
+
type?: 'color' | 'mono';
|
|
3026
|
+
}
|
|
2942
3027
|
declare const Combine$29: React__default.NamedExoticComponent<CombineProps$27>;
|
|
2943
3028
|
|
|
2944
|
-
declare const Icon$
|
|
3029
|
+
declare const Icon$6c: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2945
3030
|
|
|
2946
|
-
declare const Icon$
|
|
3031
|
+
declare const Icon$6b: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2947
3032
|
|
|
2948
|
-
type CompoundedIcon$2h = typeof Icon$
|
|
3033
|
+
type CompoundedIcon$2h = typeof Icon$6c & {
|
|
2949
3034
|
Avatar: typeof Avatar$2h;
|
|
3035
|
+
Color: typeof Icon$6d;
|
|
2950
3036
|
Combine: typeof Combine$29;
|
|
2951
|
-
Text: typeof Icon$
|
|
3037
|
+
Text: typeof Icon$6b;
|
|
2952
3038
|
colorPrimary: string;
|
|
2953
3039
|
title: string;
|
|
2954
3040
|
};
|
|
@@ -2957,17 +3043,25 @@ declare const Icons$2h: CompoundedIcon$2h;
|
|
|
2957
3043
|
type AvatarProps$2g = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2958
3044
|
declare const Avatar$2g: React__default.NamedExoticComponent<AvatarProps$2g>;
|
|
2959
3045
|
|
|
2960
|
-
|
|
3046
|
+
declare const Icon$6a: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3047
|
+
|
|
3048
|
+
interface CombineProps$26 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3049
|
+
type?: 'color' | 'mono';
|
|
3050
|
+
}
|
|
2961
3051
|
declare const Combine$28: React__default.NamedExoticComponent<CombineProps$26>;
|
|
2962
3052
|
|
|
2963
3053
|
declare const Icon$69: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2964
3054
|
|
|
2965
3055
|
declare const Icon$68: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
2966
3056
|
|
|
3057
|
+
declare const Icon$67: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3058
|
+
|
|
2967
3059
|
type CompoundedIcon$2g = typeof Icon$69 & {
|
|
2968
3060
|
Avatar: typeof Avatar$2g;
|
|
3061
|
+
Color: typeof Icon$6a;
|
|
2969
3062
|
Combine: typeof Combine$28;
|
|
2970
3063
|
Text: typeof Icon$68;
|
|
3064
|
+
TextCn: typeof Icon$67;
|
|
2971
3065
|
colorPrimary: string;
|
|
2972
3066
|
title: string;
|
|
2973
3067
|
};
|
|
@@ -2976,11 +3070,7 @@ declare const Icons$2g: CompoundedIcon$2g;
|
|
|
2976
3070
|
type AvatarProps$2f = Omit<RNIconAvatarProps, 'Icon'>;
|
|
2977
3071
|
declare const Avatar$2f: React__default.NamedExoticComponent<AvatarProps$2f>;
|
|
2978
3072
|
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
interface CombineProps$25 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
2982
|
-
type?: 'color' | 'mono';
|
|
2983
|
-
}
|
|
3073
|
+
type CombineProps$25 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
2984
3074
|
declare const Combine$27: React__default.NamedExoticComponent<CombineProps$25>;
|
|
2985
3075
|
|
|
2986
3076
|
declare const Icon$66: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -2989,7 +3079,6 @@ declare const Icon$65: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
2989
3079
|
|
|
2990
3080
|
type CompoundedIcon$2f = typeof Icon$66 & {
|
|
2991
3081
|
Avatar: typeof Avatar$2f;
|
|
2992
|
-
Color: typeof Icon$67;
|
|
2993
3082
|
Combine: typeof Combine$27;
|
|
2994
3083
|
Text: typeof Icon$65;
|
|
2995
3084
|
colorPrimary: string;
|
|
@@ -3011,14 +3100,11 @@ declare const Icon$63: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3011
3100
|
|
|
3012
3101
|
declare const Icon$62: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3013
3102
|
|
|
3014
|
-
declare const Icon$61: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3015
|
-
|
|
3016
3103
|
type CompoundedIcon$2e = typeof Icon$63 & {
|
|
3017
3104
|
Avatar: typeof Avatar$2e;
|
|
3018
3105
|
Color: typeof Icon$64;
|
|
3019
3106
|
Combine: typeof Combine$26;
|
|
3020
3107
|
Text: typeof Icon$62;
|
|
3021
|
-
TextCn: typeof Icon$61;
|
|
3022
3108
|
colorPrimary: string;
|
|
3023
3109
|
title: string;
|
|
3024
3110
|
};
|
|
@@ -3027,7 +3113,11 @@ declare const Icons$2e: CompoundedIcon$2e;
|
|
|
3027
3113
|
type AvatarProps$2d = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3028
3114
|
declare const Avatar$2d: React__default.NamedExoticComponent<AvatarProps$2d>;
|
|
3029
3115
|
|
|
3030
|
-
|
|
3116
|
+
declare const Icon$61: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3117
|
+
|
|
3118
|
+
interface CombineProps$23 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3119
|
+
type?: 'color' | 'mono';
|
|
3120
|
+
}
|
|
3031
3121
|
declare const Combine$25: React__default.NamedExoticComponent<CombineProps$23>;
|
|
3032
3122
|
|
|
3033
3123
|
declare const Icon$60: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3036,6 +3126,7 @@ declare const Icon$5$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3036
3126
|
|
|
3037
3127
|
type CompoundedIcon$2d = typeof Icon$60 & {
|
|
3038
3128
|
Avatar: typeof Avatar$2d;
|
|
3129
|
+
Color: typeof Icon$61;
|
|
3039
3130
|
Combine: typeof Combine$25;
|
|
3040
3131
|
Text: typeof Icon$5$;
|
|
3041
3132
|
colorPrimary: string;
|
|
@@ -3048,20 +3139,11 @@ declare const Avatar$2c: React__default.NamedExoticComponent<AvatarProps$2c>;
|
|
|
3048
3139
|
|
|
3049
3140
|
declare const Icon$5_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3050
3141
|
|
|
3051
|
-
|
|
3052
|
-
type?: 'color' | 'mono';
|
|
3053
|
-
}
|
|
3054
|
-
declare const Combine$24: React__default.NamedExoticComponent<CombineProps$22>;
|
|
3055
|
-
|
|
3056
|
-
declare const Icon$5Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3057
|
-
|
|
3058
|
-
declare const Icon$5Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3142
|
+
declare const Text: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3059
3143
|
|
|
3060
|
-
type CompoundedIcon$2c = typeof Icon$
|
|
3144
|
+
type CompoundedIcon$2c = typeof Icon$5_ & {
|
|
3061
3145
|
Avatar: typeof Avatar$2c;
|
|
3062
|
-
|
|
3063
|
-
Combine: typeof Combine$24;
|
|
3064
|
-
Text: typeof Icon$5Y;
|
|
3146
|
+
Text: typeof Text;
|
|
3065
3147
|
colorPrimary: string;
|
|
3066
3148
|
title: string;
|
|
3067
3149
|
};
|
|
@@ -3070,22 +3152,20 @@ declare const Icons$2c: CompoundedIcon$2c;
|
|
|
3070
3152
|
type AvatarProps$2b = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3071
3153
|
declare const Avatar$2b: React__default.NamedExoticComponent<AvatarProps$2b>;
|
|
3072
3154
|
|
|
3073
|
-
declare const Icon$
|
|
3155
|
+
declare const Icon$5Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3074
3156
|
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
}
|
|
3078
|
-
declare const Combine$23: React__default.NamedExoticComponent<CombineProps$21>;
|
|
3157
|
+
type CombineProps$22 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3158
|
+
declare const Combine$24: React__default.NamedExoticComponent<CombineProps$22>;
|
|
3079
3159
|
|
|
3080
|
-
declare const Icon$
|
|
3160
|
+
declare const Icon$5Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3081
3161
|
|
|
3082
|
-
declare const Icon$
|
|
3162
|
+
declare const Icon$5X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3083
3163
|
|
|
3084
|
-
type CompoundedIcon$2b = typeof Icon$
|
|
3164
|
+
type CompoundedIcon$2b = typeof Icon$5Y & {
|
|
3085
3165
|
Avatar: typeof Avatar$2b;
|
|
3086
|
-
Color: typeof Icon$
|
|
3087
|
-
Combine: typeof Combine$
|
|
3088
|
-
Text: typeof Icon$
|
|
3166
|
+
Color: typeof Icon$5Z;
|
|
3167
|
+
Combine: typeof Combine$24;
|
|
3168
|
+
Text: typeof Icon$5X;
|
|
3089
3169
|
colorPrimary: string;
|
|
3090
3170
|
title: string;
|
|
3091
3171
|
};
|
|
@@ -3094,13 +3174,23 @@ declare const Icons$2b: CompoundedIcon$2b;
|
|
|
3094
3174
|
type AvatarProps$2a = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3095
3175
|
declare const Avatar$2a: React__default.NamedExoticComponent<AvatarProps$2a>;
|
|
3096
3176
|
|
|
3097
|
-
declare const Icon$
|
|
3177
|
+
declare const Icon$5W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3098
3178
|
|
|
3099
|
-
|
|
3179
|
+
interface CombineProps$21 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3180
|
+
type?: 'color' | 'mono';
|
|
3181
|
+
}
|
|
3182
|
+
declare const Combine$23: React__default.NamedExoticComponent<CombineProps$21>;
|
|
3183
|
+
|
|
3184
|
+
declare const Icon$5V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3100
3185
|
|
|
3101
|
-
|
|
3186
|
+
declare const Icon$5U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3187
|
+
|
|
3188
|
+
type CompoundedIcon$2a = typeof Icon$5V & {
|
|
3102
3189
|
Avatar: typeof Avatar$2a;
|
|
3103
|
-
|
|
3190
|
+
Color: typeof Icon$5W;
|
|
3191
|
+
Combine: typeof Combine$23;
|
|
3192
|
+
Text: typeof Icon$5U;
|
|
3193
|
+
colorGradient: string;
|
|
3104
3194
|
colorPrimary: string;
|
|
3105
3195
|
title: string;
|
|
3106
3196
|
};
|
|
@@ -3111,7 +3201,9 @@ declare const Avatar$29: React__default.NamedExoticComponent<AvatarProps$29>;
|
|
|
3111
3201
|
|
|
3112
3202
|
declare const Icon$5T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3113
3203
|
|
|
3114
|
-
|
|
3204
|
+
interface CombineProps$20 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3205
|
+
type?: 'color' | 'mono';
|
|
3206
|
+
}
|
|
3115
3207
|
declare const Combine$22: React__default.NamedExoticComponent<CombineProps$20>;
|
|
3116
3208
|
|
|
3117
3209
|
declare const Icon$5S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3156,22 +3248,17 @@ declare const Icons$28: CompoundedIcon$28;
|
|
|
3156
3248
|
type AvatarProps$27 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3157
3249
|
declare const Avatar$27: React__default.NamedExoticComponent<AvatarProps$27>;
|
|
3158
3250
|
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
interface CombineProps$1_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3162
|
-
type?: 'color' | 'mono';
|
|
3163
|
-
}
|
|
3251
|
+
type CombineProps$1_ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3164
3252
|
declare const Combine$20: React__default.NamedExoticComponent<CombineProps$1_>;
|
|
3165
3253
|
|
|
3166
|
-
declare const Icon$
|
|
3254
|
+
declare const Icon$5N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3167
3255
|
|
|
3168
|
-
declare const Icon$
|
|
3256
|
+
declare const Icon$5M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3169
3257
|
|
|
3170
|
-
type CompoundedIcon$27 = typeof Icon$
|
|
3258
|
+
type CompoundedIcon$27 = typeof Icon$5N & {
|
|
3171
3259
|
Avatar: typeof Avatar$27;
|
|
3172
|
-
Color: typeof Icon$5N;
|
|
3173
3260
|
Combine: typeof Combine$20;
|
|
3174
|
-
Text: typeof Icon$
|
|
3261
|
+
Text: typeof Icon$5M;
|
|
3175
3262
|
colorPrimary: string;
|
|
3176
3263
|
title: string;
|
|
3177
3264
|
};
|
|
@@ -3180,23 +3267,20 @@ declare const Icons$27: CompoundedIcon$27;
|
|
|
3180
3267
|
type AvatarProps$26 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3181
3268
|
declare const Avatar$26: React__default.NamedExoticComponent<AvatarProps$26>;
|
|
3182
3269
|
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
interface CombineProps$1Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3186
|
-
type?: 'color' | 'mono';
|
|
3187
|
-
}
|
|
3270
|
+
type CombineProps$1Z = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3188
3271
|
declare const Combine$1$: React__default.NamedExoticComponent<CombineProps$1Z>;
|
|
3189
3272
|
|
|
3190
|
-
declare const Icon$
|
|
3273
|
+
declare const Icon$5L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3191
3274
|
|
|
3192
|
-
declare const Icon$
|
|
3275
|
+
declare const Icon$5K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3276
|
+
|
|
3277
|
+
declare const Icon$5J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3193
3278
|
|
|
3194
|
-
type CompoundedIcon$26 = typeof Icon$
|
|
3279
|
+
type CompoundedIcon$26 = typeof Icon$5L & {
|
|
3195
3280
|
Avatar: typeof Avatar$26;
|
|
3196
|
-
Color: typeof Icon$5K;
|
|
3197
3281
|
Combine: typeof Combine$1$;
|
|
3198
|
-
Text: typeof Icon$
|
|
3199
|
-
|
|
3282
|
+
Text: typeof Icon$5K;
|
|
3283
|
+
TextColor: typeof Icon$5J;
|
|
3200
3284
|
colorPrimary: string;
|
|
3201
3285
|
title: string;
|
|
3202
3286
|
};
|
|
@@ -3205,7 +3289,11 @@ declare const Icons$26: CompoundedIcon$26;
|
|
|
3205
3289
|
type AvatarProps$25 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3206
3290
|
declare const Avatar$25: React__default.NamedExoticComponent<AvatarProps$25>;
|
|
3207
3291
|
|
|
3208
|
-
|
|
3292
|
+
declare const Icon$5I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3293
|
+
|
|
3294
|
+
interface CombineProps$1Y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3295
|
+
type?: 'color' | 'mono';
|
|
3296
|
+
}
|
|
3209
3297
|
declare const Combine$1_: React__default.NamedExoticComponent<CombineProps$1Y>;
|
|
3210
3298
|
|
|
3211
3299
|
declare const Icon$5H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3214,6 +3302,7 @@ declare const Icon$5G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3214
3302
|
|
|
3215
3303
|
type CompoundedIcon$25 = typeof Icon$5H & {
|
|
3216
3304
|
Avatar: typeof Avatar$25;
|
|
3305
|
+
Color: typeof Icon$5I;
|
|
3217
3306
|
Combine: typeof Combine$1_;
|
|
3218
3307
|
Text: typeof Icon$5G;
|
|
3219
3308
|
colorPrimary: string;
|
|
@@ -3224,22 +3313,17 @@ declare const Icons$25: CompoundedIcon$25;
|
|
|
3224
3313
|
type AvatarProps$24 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3225
3314
|
declare const Avatar$24: React__default.NamedExoticComponent<AvatarProps$24>;
|
|
3226
3315
|
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
interface CombineProps$1X extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3230
|
-
type?: 'color' | 'mono';
|
|
3231
|
-
}
|
|
3316
|
+
type CombineProps$1X = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3232
3317
|
declare const Combine$1Z: React__default.NamedExoticComponent<CombineProps$1X>;
|
|
3233
3318
|
|
|
3234
|
-
declare const Icon$
|
|
3319
|
+
declare const Icon$5F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3235
3320
|
|
|
3236
|
-
declare const Icon$
|
|
3321
|
+
declare const Icon$5E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3237
3322
|
|
|
3238
|
-
type CompoundedIcon$24 = typeof Icon$
|
|
3323
|
+
type CompoundedIcon$24 = typeof Icon$5F & {
|
|
3239
3324
|
Avatar: typeof Avatar$24;
|
|
3240
|
-
Color: typeof Icon$5F;
|
|
3241
3325
|
Combine: typeof Combine$1Z;
|
|
3242
|
-
Text: typeof Icon$
|
|
3326
|
+
Text: typeof Icon$5E;
|
|
3243
3327
|
colorPrimary: string;
|
|
3244
3328
|
title: string;
|
|
3245
3329
|
};
|
|
@@ -3248,7 +3332,11 @@ declare const Icons$24: CompoundedIcon$24;
|
|
|
3248
3332
|
type AvatarProps$23 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3249
3333
|
declare const Avatar$23: React__default.NamedExoticComponent<AvatarProps$23>;
|
|
3250
3334
|
|
|
3251
|
-
|
|
3335
|
+
declare const Icon$5D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3336
|
+
|
|
3337
|
+
interface CombineProps$1W extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3338
|
+
type?: 'color' | 'mono';
|
|
3339
|
+
}
|
|
3252
3340
|
declare const Combine$1Y: React__default.NamedExoticComponent<CombineProps$1W>;
|
|
3253
3341
|
|
|
3254
3342
|
declare const Icon$5C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3257,6 +3345,7 @@ declare const Icon$5B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3257
3345
|
|
|
3258
3346
|
type CompoundedIcon$23 = typeof Icon$5C & {
|
|
3259
3347
|
Avatar: typeof Avatar$23;
|
|
3348
|
+
Color: typeof Icon$5D;
|
|
3260
3349
|
Combine: typeof Combine$1Y;
|
|
3261
3350
|
Text: typeof Icon$5B;
|
|
3262
3351
|
colorPrimary: string;
|
|
@@ -3387,22 +3476,17 @@ declare const Icons$1_: CompoundedIcon$1_;
|
|
|
3387
3476
|
type AvatarProps$1Z = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3388
3477
|
declare const Avatar$1Z: React__default.NamedExoticComponent<AvatarProps$1Z>;
|
|
3389
3478
|
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
interface CombineProps$1Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3393
|
-
type?: 'color' | 'mono';
|
|
3394
|
-
}
|
|
3479
|
+
type CombineProps$1Q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3395
3480
|
declare const Combine$1S: React__default.NamedExoticComponent<CombineProps$1Q>;
|
|
3396
3481
|
|
|
3397
|
-
declare const Icon$
|
|
3482
|
+
declare const Icon$5l: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3398
3483
|
|
|
3399
|
-
declare const Icon$
|
|
3484
|
+
declare const Icon$5k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3400
3485
|
|
|
3401
|
-
type CompoundedIcon$1Z = typeof Icon$
|
|
3486
|
+
type CompoundedIcon$1Z = typeof Icon$5l & {
|
|
3402
3487
|
Avatar: typeof Avatar$1Z;
|
|
3403
|
-
Color: typeof Icon$5l;
|
|
3404
3488
|
Combine: typeof Combine$1S;
|
|
3405
|
-
Text: typeof Icon$
|
|
3489
|
+
Text: typeof Icon$5k;
|
|
3406
3490
|
colorPrimary: string;
|
|
3407
3491
|
title: string;
|
|
3408
3492
|
};
|
|
@@ -3414,14 +3498,14 @@ declare const Avatar$1Y: React__default.NamedExoticComponent<AvatarProps$1Y>;
|
|
|
3414
3498
|
type CombineProps$1P = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3415
3499
|
declare const Combine$1R: React__default.NamedExoticComponent<CombineProps$1P>;
|
|
3416
3500
|
|
|
3417
|
-
declare const Icon$
|
|
3501
|
+
declare const Icon$5j: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3418
3502
|
|
|
3419
|
-
declare const Icon$
|
|
3503
|
+
declare const Icon$5i: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3420
3504
|
|
|
3421
|
-
type CompoundedIcon$1Y = typeof Icon$
|
|
3505
|
+
type CompoundedIcon$1Y = typeof Icon$5j & {
|
|
3422
3506
|
Avatar: typeof Avatar$1Y;
|
|
3423
3507
|
Combine: typeof Combine$1R;
|
|
3424
|
-
Text: typeof Icon$
|
|
3508
|
+
Text: typeof Icon$5i;
|
|
3425
3509
|
colorPrimary: string;
|
|
3426
3510
|
title: string;
|
|
3427
3511
|
};
|
|
@@ -3430,7 +3514,11 @@ declare const Icons$1Y: CompoundedIcon$1Y;
|
|
|
3430
3514
|
type AvatarProps$1X = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3431
3515
|
declare const Avatar$1X: React__default.NamedExoticComponent<AvatarProps$1X>;
|
|
3432
3516
|
|
|
3433
|
-
|
|
3517
|
+
declare const Icon$5h: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3518
|
+
|
|
3519
|
+
interface CombineProps$1O extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3520
|
+
type?: 'color' | 'mono';
|
|
3521
|
+
}
|
|
3434
3522
|
declare const Combine$1Q: React__default.NamedExoticComponent<CombineProps$1O>;
|
|
3435
3523
|
|
|
3436
3524
|
declare const Icon$5g: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3439,6 +3527,7 @@ declare const Icon$5f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3439
3527
|
|
|
3440
3528
|
type CompoundedIcon$1X = typeof Icon$5g & {
|
|
3441
3529
|
Avatar: typeof Avatar$1X;
|
|
3530
|
+
Color: typeof Icon$5h;
|
|
3442
3531
|
Combine: typeof Combine$1Q;
|
|
3443
3532
|
Text: typeof Icon$5f;
|
|
3444
3533
|
colorPrimary: string;
|
|
@@ -3489,6 +3578,7 @@ type CompoundedIcon$1V = typeof Icon$5a & {
|
|
|
3489
3578
|
Color: typeof Icon$5b;
|
|
3490
3579
|
Combine: typeof Combine$1O;
|
|
3491
3580
|
Text: typeof Icon$59;
|
|
3581
|
+
colorGradient: string;
|
|
3492
3582
|
colorPrimary: string;
|
|
3493
3583
|
title: string;
|
|
3494
3584
|
};
|
|
@@ -3497,22 +3587,19 @@ declare const Icons$1V: CompoundedIcon$1V;
|
|
|
3497
3587
|
type AvatarProps$1U = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3498
3588
|
declare const Avatar$1U: React__default.NamedExoticComponent<AvatarProps$1U>;
|
|
3499
3589
|
|
|
3500
|
-
declare const Icon$58: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3501
|
-
|
|
3502
3590
|
interface CombineProps$1L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3503
3591
|
type?: 'color' | 'mono';
|
|
3504
3592
|
}
|
|
3505
3593
|
declare const Combine$1N: React__default.NamedExoticComponent<CombineProps$1L>;
|
|
3506
3594
|
|
|
3507
|
-
declare const Icon$
|
|
3595
|
+
declare const Icon$58: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3508
3596
|
|
|
3509
|
-
declare const Icon$
|
|
3597
|
+
declare const Icon$57: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3510
3598
|
|
|
3511
|
-
type CompoundedIcon$1U = typeof Icon$
|
|
3599
|
+
type CompoundedIcon$1U = typeof Icon$58 & {
|
|
3512
3600
|
Avatar: typeof Avatar$1U;
|
|
3513
|
-
Color: typeof Icon$58;
|
|
3514
3601
|
Combine: typeof Combine$1N;
|
|
3515
|
-
Text: typeof Icon$
|
|
3602
|
+
Text: typeof Icon$57;
|
|
3516
3603
|
colorGradient: string;
|
|
3517
3604
|
colorPrimary: string;
|
|
3518
3605
|
title: string;
|
|
@@ -3522,6 +3609,8 @@ declare const Icons$1U: CompoundedIcon$1U;
|
|
|
3522
3609
|
type AvatarProps$1T = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3523
3610
|
declare const Avatar$1T: React__default.NamedExoticComponent<AvatarProps$1T>;
|
|
3524
3611
|
|
|
3612
|
+
declare const Icon$56: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3613
|
+
|
|
3525
3614
|
interface CombineProps$1K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3526
3615
|
type?: 'color' | 'mono';
|
|
3527
3616
|
}
|
|
@@ -3533,9 +3622,9 @@ declare const Icon$54: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3533
3622
|
|
|
3534
3623
|
type CompoundedIcon$1T = typeof Icon$55 & {
|
|
3535
3624
|
Avatar: typeof Avatar$1T;
|
|
3625
|
+
Color: typeof Icon$56;
|
|
3536
3626
|
Combine: typeof Combine$1M;
|
|
3537
3627
|
Text: typeof Icon$54;
|
|
3538
|
-
colorGradient: string;
|
|
3539
3628
|
colorPrimary: string;
|
|
3540
3629
|
title: string;
|
|
3541
3630
|
};
|
|
@@ -3608,6 +3697,7 @@ type CompoundedIcon$1Q = typeof Icon$4Y & {
|
|
|
3608
3697
|
Color: typeof Icon$4Z;
|
|
3609
3698
|
Combine: typeof Combine$1J;
|
|
3610
3699
|
Text: typeof Icon$4X;
|
|
3700
|
+
colorGradient: string;
|
|
3611
3701
|
colorPrimary: string;
|
|
3612
3702
|
title: string;
|
|
3613
3703
|
};
|
|
@@ -3616,23 +3706,17 @@ declare const Icons$1Q: CompoundedIcon$1Q;
|
|
|
3616
3706
|
type AvatarProps$1P = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3617
3707
|
declare const Avatar$1P: React__default.NamedExoticComponent<AvatarProps$1P>;
|
|
3618
3708
|
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
interface CombineProps$1G extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3622
|
-
type?: 'color' | 'mono';
|
|
3623
|
-
}
|
|
3709
|
+
type CombineProps$1G = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3624
3710
|
declare const Combine$1I: React__default.NamedExoticComponent<CombineProps$1G>;
|
|
3625
3711
|
|
|
3626
|
-
declare const Icon$
|
|
3712
|
+
declare const Icon$4W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3627
3713
|
|
|
3628
|
-
declare const Icon$
|
|
3714
|
+
declare const Icon$4V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3629
3715
|
|
|
3630
|
-
type CompoundedIcon$1P = typeof Icon$
|
|
3716
|
+
type CompoundedIcon$1P = typeof Icon$4W & {
|
|
3631
3717
|
Avatar: typeof Avatar$1P;
|
|
3632
|
-
Color: typeof Icon$4W;
|
|
3633
3718
|
Combine: typeof Combine$1I;
|
|
3634
|
-
Text: typeof Icon$
|
|
3635
|
-
colorGradient: string;
|
|
3719
|
+
Text: typeof Icon$4V;
|
|
3636
3720
|
colorPrimary: string;
|
|
3637
3721
|
title: string;
|
|
3638
3722
|
};
|
|
@@ -3641,7 +3725,11 @@ declare const Icons$1P: CompoundedIcon$1P;
|
|
|
3641
3725
|
type AvatarProps$1O = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3642
3726
|
declare const Avatar$1O: React__default.NamedExoticComponent<AvatarProps$1O>;
|
|
3643
3727
|
|
|
3644
|
-
|
|
3728
|
+
declare const Icon$4U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3729
|
+
|
|
3730
|
+
interface CombineProps$1F extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3731
|
+
type?: 'color' | 'mono';
|
|
3732
|
+
}
|
|
3645
3733
|
declare const Combine$1H: React__default.NamedExoticComponent<CombineProps$1F>;
|
|
3646
3734
|
|
|
3647
3735
|
declare const Icon$4T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3650,6 +3738,7 @@ declare const Icon$4S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3650
3738
|
|
|
3651
3739
|
type CompoundedIcon$1O = typeof Icon$4T & {
|
|
3652
3740
|
Avatar: typeof Avatar$1O;
|
|
3741
|
+
Color: typeof Icon$4U;
|
|
3653
3742
|
Combine: typeof Combine$1H;
|
|
3654
3743
|
Text: typeof Icon$4S;
|
|
3655
3744
|
colorPrimary: string;
|
|
@@ -3660,22 +3749,17 @@ declare const Icons$1O: CompoundedIcon$1O;
|
|
|
3660
3749
|
type AvatarProps$1N = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3661
3750
|
declare const Avatar$1N: React__default.NamedExoticComponent<AvatarProps$1N>;
|
|
3662
3751
|
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
interface CombineProps$1E extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3666
|
-
type?: 'color' | 'mono';
|
|
3667
|
-
}
|
|
3752
|
+
type CombineProps$1E = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3668
3753
|
declare const Combine$1G: React__default.NamedExoticComponent<CombineProps$1E>;
|
|
3669
3754
|
|
|
3670
|
-
declare const Icon$
|
|
3755
|
+
declare const Icon$4R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3671
3756
|
|
|
3672
|
-
declare const Icon$
|
|
3757
|
+
declare const Icon$4Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3673
3758
|
|
|
3674
|
-
type CompoundedIcon$1N = typeof Icon$
|
|
3759
|
+
type CompoundedIcon$1N = typeof Icon$4R & {
|
|
3675
3760
|
Avatar: typeof Avatar$1N;
|
|
3676
|
-
Color: typeof Icon$4R;
|
|
3677
3761
|
Combine: typeof Combine$1G;
|
|
3678
|
-
Text: typeof Icon$
|
|
3762
|
+
Text: typeof Icon$4Q;
|
|
3679
3763
|
colorPrimary: string;
|
|
3680
3764
|
title: string;
|
|
3681
3765
|
};
|
|
@@ -3687,14 +3771,14 @@ declare const Avatar$1M: React__default.NamedExoticComponent<AvatarProps$1M>;
|
|
|
3687
3771
|
type CombineProps$1D = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3688
3772
|
declare const Combine$1F: React__default.NamedExoticComponent<CombineProps$1D>;
|
|
3689
3773
|
|
|
3690
|
-
declare const Icon$
|
|
3774
|
+
declare const Icon$4P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3691
3775
|
|
|
3692
|
-
declare const Icon$
|
|
3776
|
+
declare const Icon$4O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3693
3777
|
|
|
3694
|
-
type CompoundedIcon$1M = typeof Icon$
|
|
3778
|
+
type CompoundedIcon$1M = typeof Icon$4P & {
|
|
3695
3779
|
Avatar: typeof Avatar$1M;
|
|
3696
3780
|
Combine: typeof Combine$1F;
|
|
3697
|
-
Text: typeof Icon$
|
|
3781
|
+
Text: typeof Icon$4O;
|
|
3698
3782
|
colorPrimary: string;
|
|
3699
3783
|
title: string;
|
|
3700
3784
|
};
|
|
@@ -3706,14 +3790,14 @@ declare const Avatar$1L: React__default.NamedExoticComponent<AvatarProps$1L>;
|
|
|
3706
3790
|
type CombineProps$1C = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3707
3791
|
declare const Combine$1E: React__default.NamedExoticComponent<CombineProps$1C>;
|
|
3708
3792
|
|
|
3709
|
-
declare const Icon$
|
|
3793
|
+
declare const Icon$4N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3710
3794
|
|
|
3711
|
-
declare const Icon$
|
|
3795
|
+
declare const Icon$4M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3712
3796
|
|
|
3713
|
-
type CompoundedIcon$1L = typeof Icon$
|
|
3797
|
+
type CompoundedIcon$1L = typeof Icon$4N & {
|
|
3714
3798
|
Avatar: typeof Avatar$1L;
|
|
3715
3799
|
Combine: typeof Combine$1E;
|
|
3716
|
-
Text: typeof Icon$
|
|
3800
|
+
Text: typeof Icon$4M;
|
|
3717
3801
|
colorPrimary: string;
|
|
3718
3802
|
title: string;
|
|
3719
3803
|
};
|
|
@@ -3722,7 +3806,11 @@ declare const Icons$1L: CompoundedIcon$1L;
|
|
|
3722
3806
|
type AvatarProps$1K = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3723
3807
|
declare const Avatar$1K: React__default.NamedExoticComponent<AvatarProps$1K>;
|
|
3724
3808
|
|
|
3725
|
-
|
|
3809
|
+
declare const Icon$4L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3810
|
+
|
|
3811
|
+
interface CombineProps$1B extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3812
|
+
type?: 'color' | 'mono';
|
|
3813
|
+
}
|
|
3726
3814
|
declare const Combine$1D: React__default.NamedExoticComponent<CombineProps$1B>;
|
|
3727
3815
|
|
|
3728
3816
|
declare const Icon$4K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3731,6 +3819,7 @@ declare const Icon$4J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3731
3819
|
|
|
3732
3820
|
type CompoundedIcon$1K = typeof Icon$4K & {
|
|
3733
3821
|
Avatar: typeof Avatar$1K;
|
|
3822
|
+
Color: typeof Icon$4L;
|
|
3734
3823
|
Combine: typeof Combine$1D;
|
|
3735
3824
|
Text: typeof Icon$4J;
|
|
3736
3825
|
colorPrimary: string;
|
|
@@ -3741,22 +3830,19 @@ declare const Icons$1K: CompoundedIcon$1K;
|
|
|
3741
3830
|
type AvatarProps$1J = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3742
3831
|
declare const Avatar$1J: React__default.NamedExoticComponent<AvatarProps$1J>;
|
|
3743
3832
|
|
|
3744
|
-
declare const Icon$4I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3745
|
-
|
|
3746
3833
|
interface CombineProps$1A extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3747
|
-
type?: '
|
|
3834
|
+
type?: 'mono' | 'color';
|
|
3748
3835
|
}
|
|
3749
3836
|
declare const Combine$1C: React__default.NamedExoticComponent<CombineProps$1A>;
|
|
3750
3837
|
|
|
3751
|
-
declare const Icon$
|
|
3838
|
+
declare const Icon$4I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3752
3839
|
|
|
3753
|
-
declare const Icon$
|
|
3840
|
+
declare const Icon$4H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3754
3841
|
|
|
3755
|
-
type CompoundedIcon$1J = typeof Icon$
|
|
3842
|
+
type CompoundedIcon$1J = typeof Icon$4I & {
|
|
3756
3843
|
Avatar: typeof Avatar$1J;
|
|
3757
|
-
Color: typeof Icon$4I;
|
|
3758
3844
|
Combine: typeof Combine$1C;
|
|
3759
|
-
Text: typeof Icon$
|
|
3845
|
+
Text: typeof Icon$4H;
|
|
3760
3846
|
colorPrimary: string;
|
|
3761
3847
|
title: string;
|
|
3762
3848
|
};
|
|
@@ -3765,19 +3851,29 @@ declare const Icons$1J: CompoundedIcon$1J;
|
|
|
3765
3851
|
type AvatarProps$1I = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3766
3852
|
declare const Avatar$1I: React__default.NamedExoticComponent<AvatarProps$1I>;
|
|
3767
3853
|
|
|
3854
|
+
declare const Icon$4G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3855
|
+
|
|
3856
|
+
declare const Icon$4F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3857
|
+
|
|
3858
|
+
declare const Icon$4E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3859
|
+
|
|
3768
3860
|
interface CombineProps$1z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3769
|
-
type?: '
|
|
3861
|
+
type?: 'color' | 'mono';
|
|
3770
3862
|
}
|
|
3771
3863
|
declare const Combine$1B: React__default.NamedExoticComponent<CombineProps$1z>;
|
|
3772
3864
|
|
|
3773
|
-
declare const Icon$
|
|
3865
|
+
declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3774
3866
|
|
|
3775
|
-
declare const Icon$
|
|
3867
|
+
declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3776
3868
|
|
|
3777
|
-
type CompoundedIcon$1I = typeof Icon$
|
|
3869
|
+
type CompoundedIcon$1I = typeof Icon$4D & {
|
|
3778
3870
|
Avatar: typeof Avatar$1I;
|
|
3871
|
+
Brand: typeof Icon$4F;
|
|
3872
|
+
BrandColor: typeof Icon$4G;
|
|
3873
|
+
Color: typeof Icon$4E;
|
|
3779
3874
|
Combine: typeof Combine$1B;
|
|
3780
|
-
Text: typeof Icon$
|
|
3875
|
+
Text: typeof Icon$4C;
|
|
3876
|
+
colorGradient: string;
|
|
3781
3877
|
colorPrimary: string;
|
|
3782
3878
|
title: string;
|
|
3783
3879
|
};
|
|
@@ -3786,10 +3882,6 @@ declare const Icons$1I: CompoundedIcon$1I;
|
|
|
3786
3882
|
type AvatarProps$1H = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3787
3883
|
declare const Avatar$1H: React__default.NamedExoticComponent<AvatarProps$1H>;
|
|
3788
3884
|
|
|
3789
|
-
declare const Icon$4D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3790
|
-
|
|
3791
|
-
declare const Icon$4C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3792
|
-
|
|
3793
3885
|
declare const Icon$4B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3794
3886
|
|
|
3795
3887
|
interface CombineProps$1y extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
@@ -3803,12 +3895,9 @@ declare const Icon$4z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3803
3895
|
|
|
3804
3896
|
type CompoundedIcon$1H = typeof Icon$4A & {
|
|
3805
3897
|
Avatar: typeof Avatar$1H;
|
|
3806
|
-
Brand: typeof Icon$4C;
|
|
3807
|
-
BrandColor: typeof Icon$4D;
|
|
3808
3898
|
Color: typeof Icon$4B;
|
|
3809
3899
|
Combine: typeof Combine$1A;
|
|
3810
3900
|
Text: typeof Icon$4z;
|
|
3811
|
-
colorGradient: string;
|
|
3812
3901
|
colorPrimary: string;
|
|
3813
3902
|
title: string;
|
|
3814
3903
|
};
|
|
@@ -3817,22 +3906,17 @@ declare const Icons$1H: CompoundedIcon$1H;
|
|
|
3817
3906
|
type AvatarProps$1G = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3818
3907
|
declare const Avatar$1G: React__default.NamedExoticComponent<AvatarProps$1G>;
|
|
3819
3908
|
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
interface CombineProps$1x extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3823
|
-
type?: 'color' | 'mono';
|
|
3824
|
-
}
|
|
3909
|
+
type CombineProps$1x = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3825
3910
|
declare const Combine$1z: React__default.NamedExoticComponent<CombineProps$1x>;
|
|
3826
3911
|
|
|
3827
|
-
declare const Icon$
|
|
3912
|
+
declare const Icon$4y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3828
3913
|
|
|
3829
|
-
declare const Icon$
|
|
3914
|
+
declare const Icon$4x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3830
3915
|
|
|
3831
|
-
type CompoundedIcon$1G = typeof Icon$
|
|
3916
|
+
type CompoundedIcon$1G = typeof Icon$4y & {
|
|
3832
3917
|
Avatar: typeof Avatar$1G;
|
|
3833
|
-
Color: typeof Icon$4y;
|
|
3834
3918
|
Combine: typeof Combine$1z;
|
|
3835
|
-
Text: typeof Icon$
|
|
3919
|
+
Text: typeof Icon$4x;
|
|
3836
3920
|
colorPrimary: string;
|
|
3837
3921
|
title: string;
|
|
3838
3922
|
};
|
|
@@ -3841,7 +3925,11 @@ declare const Icons$1G: CompoundedIcon$1G;
|
|
|
3841
3925
|
type AvatarProps$1F = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3842
3926
|
declare const Avatar$1F: React__default.NamedExoticComponent<AvatarProps$1F>;
|
|
3843
3927
|
|
|
3844
|
-
|
|
3928
|
+
declare const Icon$4w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3929
|
+
|
|
3930
|
+
interface CombineProps$1w extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3931
|
+
type?: 'color' | 'mono';
|
|
3932
|
+
}
|
|
3845
3933
|
declare const Combine$1y: React__default.NamedExoticComponent<CombineProps$1w>;
|
|
3846
3934
|
|
|
3847
3935
|
declare const Icon$4v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3850,6 +3938,7 @@ declare const Icon$4u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3850
3938
|
|
|
3851
3939
|
type CompoundedIcon$1F = typeof Icon$4v & {
|
|
3852
3940
|
Avatar: typeof Avatar$1F;
|
|
3941
|
+
Color: typeof Icon$4w;
|
|
3853
3942
|
Combine: typeof Combine$1y;
|
|
3854
3943
|
Text: typeof Icon$4u;
|
|
3855
3944
|
colorPrimary: string;
|
|
@@ -3860,22 +3949,17 @@ declare const Icons$1F: CompoundedIcon$1F;
|
|
|
3860
3949
|
type AvatarProps$1E = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3861
3950
|
declare const Avatar$1E: React__default.NamedExoticComponent<AvatarProps$1E>;
|
|
3862
3951
|
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
interface CombineProps$1v extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3866
|
-
type?: 'color' | 'mono';
|
|
3867
|
-
}
|
|
3952
|
+
type CombineProps$1v = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3868
3953
|
declare const Combine$1x: React__default.NamedExoticComponent<CombineProps$1v>;
|
|
3869
3954
|
|
|
3870
|
-
declare const Icon$
|
|
3955
|
+
declare const Icon$4t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3871
3956
|
|
|
3872
|
-
declare const Icon$
|
|
3957
|
+
declare const Icon$4s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3873
3958
|
|
|
3874
|
-
type CompoundedIcon$1E = typeof Icon$
|
|
3959
|
+
type CompoundedIcon$1E = typeof Icon$4t & {
|
|
3875
3960
|
Avatar: typeof Avatar$1E;
|
|
3876
|
-
Color: typeof Icon$4t;
|
|
3877
3961
|
Combine: typeof Combine$1x;
|
|
3878
|
-
Text: typeof Icon$
|
|
3962
|
+
Text: typeof Icon$4s;
|
|
3879
3963
|
colorPrimary: string;
|
|
3880
3964
|
title: string;
|
|
3881
3965
|
};
|
|
@@ -3884,7 +3968,11 @@ declare const Icons$1E: CompoundedIcon$1E;
|
|
|
3884
3968
|
type AvatarProps$1D = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3885
3969
|
declare const Avatar$1D: React__default.NamedExoticComponent<AvatarProps$1D>;
|
|
3886
3970
|
|
|
3887
|
-
|
|
3971
|
+
declare const Icon$4r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3972
|
+
|
|
3973
|
+
interface CombineProps$1u extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3974
|
+
type?: 'color' | 'mono';
|
|
3975
|
+
}
|
|
3888
3976
|
declare const Combine$1w: React__default.NamedExoticComponent<CombineProps$1u>;
|
|
3889
3977
|
|
|
3890
3978
|
declare const Icon$4q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -3893,8 +3981,10 @@ declare const Icon$4p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
3893
3981
|
|
|
3894
3982
|
type CompoundedIcon$1D = typeof Icon$4q & {
|
|
3895
3983
|
Avatar: typeof Avatar$1D;
|
|
3984
|
+
Color: typeof Icon$4r;
|
|
3896
3985
|
Combine: typeof Combine$1w;
|
|
3897
3986
|
Text: typeof Icon$4p;
|
|
3987
|
+
colorGradient: string;
|
|
3898
3988
|
colorPrimary: string;
|
|
3899
3989
|
title: string;
|
|
3900
3990
|
};
|
|
@@ -3919,7 +4009,6 @@ type CompoundedIcon$1C = typeof Icon$4n & {
|
|
|
3919
4009
|
Color: typeof Icon$4o;
|
|
3920
4010
|
Combine: typeof Combine$1v;
|
|
3921
4011
|
Text: typeof Icon$4m;
|
|
3922
|
-
colorGradient: string;
|
|
3923
4012
|
colorPrimary: string;
|
|
3924
4013
|
title: string;
|
|
3925
4014
|
};
|
|
@@ -3944,6 +4033,7 @@ type CompoundedIcon$1B = typeof Icon$4k & {
|
|
|
3944
4033
|
Color: typeof Icon$4l;
|
|
3945
4034
|
Combine: typeof Combine$1u;
|
|
3946
4035
|
Text: typeof Icon$4j;
|
|
4036
|
+
colorGradient: string;
|
|
3947
4037
|
colorPrimary: string;
|
|
3948
4038
|
title: string;
|
|
3949
4039
|
};
|
|
@@ -3977,23 +4067,17 @@ declare const Icons$1A: CompoundedIcon$1A;
|
|
|
3977
4067
|
type AvatarProps$1z = Omit<RNIconAvatarProps, 'Icon'>;
|
|
3978
4068
|
declare const Avatar$1z: React__default.NamedExoticComponent<AvatarProps$1z>;
|
|
3979
4069
|
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
interface CombineProps$1q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
3983
|
-
type?: 'color' | 'mono';
|
|
3984
|
-
}
|
|
4070
|
+
type CombineProps$1q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
3985
4071
|
declare const Combine$1s: React__default.NamedExoticComponent<CombineProps$1q>;
|
|
3986
4072
|
|
|
3987
|
-
declare const Icon$
|
|
4073
|
+
declare const Icon$4f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3988
4074
|
|
|
3989
|
-
declare const Icon$
|
|
4075
|
+
declare const Icon$4e: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
3990
4076
|
|
|
3991
|
-
type CompoundedIcon$1z = typeof Icon$
|
|
4077
|
+
type CompoundedIcon$1z = typeof Icon$4f & {
|
|
3992
4078
|
Avatar: typeof Avatar$1z;
|
|
3993
|
-
Color: typeof Icon$4f;
|
|
3994
4079
|
Combine: typeof Combine$1s;
|
|
3995
|
-
Text: typeof Icon$
|
|
3996
|
-
colorGradient: string;
|
|
4080
|
+
Text: typeof Icon$4e;
|
|
3997
4081
|
colorPrimary: string;
|
|
3998
4082
|
title: string;
|
|
3999
4083
|
};
|
|
@@ -4002,7 +4086,11 @@ declare const Icons$1z: CompoundedIcon$1z;
|
|
|
4002
4086
|
type AvatarProps$1y = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4003
4087
|
declare const Avatar$1y: React__default.NamedExoticComponent<AvatarProps$1y>;
|
|
4004
4088
|
|
|
4005
|
-
|
|
4089
|
+
declare const Icon$4d: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4090
|
+
|
|
4091
|
+
interface CombineProps$1p extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4092
|
+
type?: 'color' | 'mono';
|
|
4093
|
+
}
|
|
4006
4094
|
declare const Combine$1r: React__default.NamedExoticComponent<CombineProps$1p>;
|
|
4007
4095
|
|
|
4008
4096
|
declare const Icon$4c: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4011,8 +4099,10 @@ declare const Icon$4b: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4011
4099
|
|
|
4012
4100
|
type CompoundedIcon$1y = typeof Icon$4c & {
|
|
4013
4101
|
Avatar: typeof Avatar$1y;
|
|
4102
|
+
Color: typeof Icon$4d;
|
|
4014
4103
|
Combine: typeof Combine$1r;
|
|
4015
4104
|
Text: typeof Icon$4b;
|
|
4105
|
+
colorGradient: string;
|
|
4016
4106
|
colorPrimary: string;
|
|
4017
4107
|
title: string;
|
|
4018
4108
|
};
|
|
@@ -4037,7 +4127,6 @@ type CompoundedIcon$1x = typeof Icon$49 & {
|
|
|
4037
4127
|
Color: typeof Icon$4a;
|
|
4038
4128
|
Combine: typeof Combine$1q;
|
|
4039
4129
|
Text: typeof Icon$48;
|
|
4040
|
-
colorGradient: string;
|
|
4041
4130
|
colorPrimary: string;
|
|
4042
4131
|
title: string;
|
|
4043
4132
|
};
|
|
@@ -4072,20 +4161,11 @@ declare const Avatar$1v: React__default.NamedExoticComponent<AvatarProps$1v>;
|
|
|
4072
4161
|
|
|
4073
4162
|
declare const Icon$44: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4074
4163
|
|
|
4075
|
-
interface CombineProps$1m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4076
|
-
type?: 'color' | 'mono';
|
|
4077
|
-
}
|
|
4078
|
-
declare const Combine$1o: React__default.NamedExoticComponent<CombineProps$1m>;
|
|
4079
|
-
|
|
4080
4164
|
declare const Icon$43: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4081
4165
|
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
type CompoundedIcon$1v = typeof Icon$43 & {
|
|
4166
|
+
type CompoundedIcon$1v = typeof Icon$44 & {
|
|
4085
4167
|
Avatar: typeof Avatar$1v;
|
|
4086
|
-
|
|
4087
|
-
Combine: typeof Combine$1o;
|
|
4088
|
-
Text: typeof Icon$42;
|
|
4168
|
+
Text: typeof Icon$43;
|
|
4089
4169
|
colorPrimary: string;
|
|
4090
4170
|
title: string;
|
|
4091
4171
|
};
|
|
@@ -4094,12 +4174,21 @@ declare const Icons$1v: CompoundedIcon$1v;
|
|
|
4094
4174
|
type AvatarProps$1u = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4095
4175
|
declare const Avatar$1u: React__default.NamedExoticComponent<AvatarProps$1u>;
|
|
4096
4176
|
|
|
4177
|
+
declare const Icon$42: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4178
|
+
|
|
4179
|
+
interface CombineProps$1m extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4180
|
+
type?: 'color' | 'mono';
|
|
4181
|
+
}
|
|
4182
|
+
declare const Combine$1o: React__default.NamedExoticComponent<CombineProps$1m>;
|
|
4183
|
+
|
|
4097
4184
|
declare const Icon$41: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4098
4185
|
|
|
4099
4186
|
declare const Icon$40: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4100
4187
|
|
|
4101
4188
|
type CompoundedIcon$1u = typeof Icon$41 & {
|
|
4102
4189
|
Avatar: typeof Avatar$1u;
|
|
4190
|
+
Color: typeof Icon$42;
|
|
4191
|
+
Combine: typeof Combine$1o;
|
|
4103
4192
|
Text: typeof Icon$40;
|
|
4104
4193
|
colorPrimary: string;
|
|
4105
4194
|
title: string;
|
|
@@ -4109,22 +4198,17 @@ declare const Icons$1u: CompoundedIcon$1u;
|
|
|
4109
4198
|
type AvatarProps$1t = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4110
4199
|
declare const Avatar$1t: React__default.NamedExoticComponent<AvatarProps$1t>;
|
|
4111
4200
|
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
interface CombineProps$1l extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4115
|
-
type?: 'color' | 'mono';
|
|
4116
|
-
}
|
|
4201
|
+
type CombineProps$1l = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4117
4202
|
declare const Combine$1n: React__default.NamedExoticComponent<CombineProps$1l>;
|
|
4118
4203
|
|
|
4119
|
-
declare const Icon$
|
|
4204
|
+
declare const Icon$3$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4120
4205
|
|
|
4121
|
-
declare const Icon$
|
|
4206
|
+
declare const Icon$3_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4122
4207
|
|
|
4123
|
-
type CompoundedIcon$1t = typeof Icon$
|
|
4208
|
+
type CompoundedIcon$1t = typeof Icon$3$ & {
|
|
4124
4209
|
Avatar: typeof Avatar$1t;
|
|
4125
|
-
Color: typeof Icon$3$;
|
|
4126
4210
|
Combine: typeof Combine$1n;
|
|
4127
|
-
Text: typeof Icon$
|
|
4211
|
+
Text: typeof Icon$3_;
|
|
4128
4212
|
colorPrimary: string;
|
|
4129
4213
|
title: string;
|
|
4130
4214
|
};
|
|
@@ -4136,14 +4220,14 @@ declare const Avatar$1s: React__default.NamedExoticComponent<AvatarProps$1s>;
|
|
|
4136
4220
|
type CombineProps$1k = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4137
4221
|
declare const Combine$1m: React__default.NamedExoticComponent<CombineProps$1k>;
|
|
4138
4222
|
|
|
4139
|
-
declare const Icon$
|
|
4223
|
+
declare const Icon$3Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4140
4224
|
|
|
4141
|
-
declare const Icon$
|
|
4225
|
+
declare const Icon$3Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4142
4226
|
|
|
4143
|
-
type CompoundedIcon$1s = typeof Icon$
|
|
4227
|
+
type CompoundedIcon$1s = typeof Icon$3Z & {
|
|
4144
4228
|
Avatar: typeof Avatar$1s;
|
|
4145
4229
|
Combine: typeof Combine$1m;
|
|
4146
|
-
Text: typeof Icon$
|
|
4230
|
+
Text: typeof Icon$3Y;
|
|
4147
4231
|
colorPrimary: string;
|
|
4148
4232
|
title: string;
|
|
4149
4233
|
};
|
|
@@ -4155,14 +4239,14 @@ declare const Avatar$1r: React__default.NamedExoticComponent<AvatarProps$1r>;
|
|
|
4155
4239
|
type CombineProps$1j = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4156
4240
|
declare const Combine$1l: React__default.NamedExoticComponent<CombineProps$1j>;
|
|
4157
4241
|
|
|
4158
|
-
declare const Icon$
|
|
4242
|
+
declare const Icon$3X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4159
4243
|
|
|
4160
|
-
declare const Icon$
|
|
4244
|
+
declare const Icon$3W: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4161
4245
|
|
|
4162
|
-
type CompoundedIcon$1r = typeof Icon$
|
|
4246
|
+
type CompoundedIcon$1r = typeof Icon$3X & {
|
|
4163
4247
|
Avatar: typeof Avatar$1r;
|
|
4164
4248
|
Combine: typeof Combine$1l;
|
|
4165
|
-
Text: typeof Icon$
|
|
4249
|
+
Text: typeof Icon$3W;
|
|
4166
4250
|
colorPrimary: string;
|
|
4167
4251
|
title: string;
|
|
4168
4252
|
};
|
|
@@ -4171,7 +4255,11 @@ declare const Icons$1r: CompoundedIcon$1r;
|
|
|
4171
4255
|
type AvatarProps$1q = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4172
4256
|
declare const Avatar$1q: React__default.NamedExoticComponent<AvatarProps$1q>;
|
|
4173
4257
|
|
|
4174
|
-
|
|
4258
|
+
declare const Icon$3V: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4259
|
+
|
|
4260
|
+
interface CombineProps$1i extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4261
|
+
type?: 'color' | 'mono';
|
|
4262
|
+
}
|
|
4175
4263
|
declare const Combine$1k: React__default.NamedExoticComponent<CombineProps$1i>;
|
|
4176
4264
|
|
|
4177
4265
|
declare const Icon$3U: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4180,8 +4268,10 @@ declare const Icon$3T: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4180
4268
|
|
|
4181
4269
|
type CompoundedIcon$1q = typeof Icon$3U & {
|
|
4182
4270
|
Avatar: typeof Avatar$1q;
|
|
4271
|
+
Color: typeof Icon$3V;
|
|
4183
4272
|
Combine: typeof Combine$1k;
|
|
4184
4273
|
Text: typeof Icon$3T;
|
|
4274
|
+
colorGradient: string;
|
|
4185
4275
|
colorPrimary: string;
|
|
4186
4276
|
title: string;
|
|
4187
4277
|
};
|
|
@@ -4190,23 +4280,17 @@ declare const Icons$1q: CompoundedIcon$1q;
|
|
|
4190
4280
|
type AvatarProps$1p = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4191
4281
|
declare const Avatar$1p: React__default.NamedExoticComponent<AvatarProps$1p>;
|
|
4192
4282
|
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
interface CombineProps$1h extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4196
|
-
type?: 'color' | 'mono';
|
|
4197
|
-
}
|
|
4283
|
+
type CombineProps$1h = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4198
4284
|
declare const Combine$1j: React__default.NamedExoticComponent<CombineProps$1h>;
|
|
4199
4285
|
|
|
4200
|
-
declare const Icon$
|
|
4286
|
+
declare const Icon$3S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4201
4287
|
|
|
4202
|
-
declare const Icon$
|
|
4288
|
+
declare const Icon$3R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4203
4289
|
|
|
4204
|
-
type CompoundedIcon$1p = typeof Icon$
|
|
4290
|
+
type CompoundedIcon$1p = typeof Icon$3S & {
|
|
4205
4291
|
Avatar: typeof Avatar$1p;
|
|
4206
|
-
Color: typeof Icon$3S;
|
|
4207
4292
|
Combine: typeof Combine$1j;
|
|
4208
|
-
Text: typeof Icon$
|
|
4209
|
-
colorGradient: string;
|
|
4293
|
+
Text: typeof Icon$3R;
|
|
4210
4294
|
colorPrimary: string;
|
|
4211
4295
|
title: string;
|
|
4212
4296
|
};
|
|
@@ -4215,7 +4299,11 @@ declare const Icons$1p: CompoundedIcon$1p;
|
|
|
4215
4299
|
type AvatarProps$1o = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4216
4300
|
declare const Avatar$1o: React__default.NamedExoticComponent<AvatarProps$1o>;
|
|
4217
4301
|
|
|
4218
|
-
|
|
4302
|
+
declare const Icon$3Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4303
|
+
|
|
4304
|
+
interface CombineProps$1g extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4305
|
+
type?: 'color' | 'mono';
|
|
4306
|
+
}
|
|
4219
4307
|
declare const Combine$1i: React__default.NamedExoticComponent<CombineProps$1g>;
|
|
4220
4308
|
|
|
4221
4309
|
declare const Icon$3P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4224,6 +4312,7 @@ declare const Icon$3O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4224
4312
|
|
|
4225
4313
|
type CompoundedIcon$1o = typeof Icon$3P & {
|
|
4226
4314
|
Avatar: typeof Avatar$1o;
|
|
4315
|
+
Color: typeof Icon$3Q;
|
|
4227
4316
|
Combine: typeof Combine$1i;
|
|
4228
4317
|
Text: typeof Icon$3O;
|
|
4229
4318
|
colorPrimary: string;
|
|
@@ -4282,52 +4371,58 @@ declare const Icons$1m: CompoundedIcon$1m;
|
|
|
4282
4371
|
type AvatarProps$1l = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4283
4372
|
declare const Avatar$1l: React__default.NamedExoticComponent<AvatarProps$1l>;
|
|
4284
4373
|
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
interface CombineProps$1d extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4288
|
-
type?: 'color' | 'mono';
|
|
4289
|
-
}
|
|
4374
|
+
type CombineProps$1d = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4290
4375
|
declare const Combine$1f: React__default.NamedExoticComponent<CombineProps$1d>;
|
|
4291
4376
|
|
|
4292
|
-
declare const Icon$
|
|
4377
|
+
declare const Icon$3H: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4293
4378
|
|
|
4294
|
-
declare const Icon$
|
|
4379
|
+
declare const Icon$3G: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4295
4380
|
|
|
4296
|
-
type CompoundedIcon$1l = typeof Icon$
|
|
4381
|
+
type CompoundedIcon$1l = typeof Icon$3H & {
|
|
4297
4382
|
Avatar: typeof Avatar$1l;
|
|
4298
|
-
Color: typeof Icon$3H;
|
|
4299
4383
|
Combine: typeof Combine$1f;
|
|
4300
|
-
Text: typeof Icon$
|
|
4384
|
+
Text: typeof Icon$3G;
|
|
4301
4385
|
colorPrimary: string;
|
|
4302
4386
|
title: string;
|
|
4303
4387
|
};
|
|
4304
4388
|
declare const Icons$1l: CompoundedIcon$1l;
|
|
4305
4389
|
|
|
4306
|
-
|
|
4307
|
-
|
|
4390
|
+
interface AvatarProps$1k extends Omit<RNIconAvatarProps, 'Icon'> {
|
|
4391
|
+
type?: 'normal' | 'gpt3' | 'gpt4' | 'gpt5' | 'o1' | 'o3' | 'oss' | 'platform';
|
|
4392
|
+
}
|
|
4393
|
+
declare const Avatar$1k: React.NamedExoticComponent<AvatarProps$1k>;
|
|
4308
4394
|
|
|
4309
4395
|
type CombineProps$1c = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4310
4396
|
declare const Combine$1e: React__default.NamedExoticComponent<CombineProps$1c>;
|
|
4311
4397
|
|
|
4312
|
-
declare const Icon$
|
|
4398
|
+
declare const Icon$3F: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4313
4399
|
|
|
4314
|
-
declare const Icon$
|
|
4400
|
+
declare const Icon$3E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4315
4401
|
|
|
4316
|
-
type CompoundedIcon$1k = typeof Icon$
|
|
4402
|
+
type CompoundedIcon$1k = typeof Icon$3F & {
|
|
4317
4403
|
Avatar: typeof Avatar$1k;
|
|
4318
4404
|
Combine: typeof Combine$1e;
|
|
4319
|
-
Text: typeof Icon$
|
|
4405
|
+
Text: typeof Icon$3E;
|
|
4406
|
+
colorGpt3: string;
|
|
4407
|
+
colorGpt4: string;
|
|
4408
|
+
colorGpt5?: string;
|
|
4409
|
+
colorO1: string;
|
|
4410
|
+
colorO3: string;
|
|
4411
|
+
colorOss?: string;
|
|
4412
|
+
colorPlatform?: string;
|
|
4320
4413
|
colorPrimary: string;
|
|
4321
4414
|
title: string;
|
|
4322
4415
|
};
|
|
4323
4416
|
declare const Icons$1k: CompoundedIcon$1k;
|
|
4324
4417
|
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
declare const
|
|
4418
|
+
type AvatarProps$1j = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4419
|
+
declare const Avatar$1j: React__default.NamedExoticComponent<AvatarProps$1j>;
|
|
4420
|
+
|
|
4421
|
+
declare const Icon$3D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4329
4422
|
|
|
4330
|
-
|
|
4423
|
+
interface CombineProps$1b extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4424
|
+
type?: 'color' | 'mono';
|
|
4425
|
+
}
|
|
4331
4426
|
declare const Combine$1d: React__default.NamedExoticComponent<CombineProps$1b>;
|
|
4332
4427
|
|
|
4333
4428
|
declare const Icon$3C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4336,15 +4431,9 @@ declare const Icon$3B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4336
4431
|
|
|
4337
4432
|
type CompoundedIcon$1j = typeof Icon$3C & {
|
|
4338
4433
|
Avatar: typeof Avatar$1j;
|
|
4434
|
+
Color: typeof Icon$3D;
|
|
4339
4435
|
Combine: typeof Combine$1d;
|
|
4340
4436
|
Text: typeof Icon$3B;
|
|
4341
|
-
colorGpt3: string;
|
|
4342
|
-
colorGpt4: string;
|
|
4343
|
-
colorGpt5?: string;
|
|
4344
|
-
colorO1: string;
|
|
4345
|
-
colorO3: string;
|
|
4346
|
-
colorOss?: string;
|
|
4347
|
-
colorPlatform?: string;
|
|
4348
4437
|
colorPrimary: string;
|
|
4349
4438
|
title: string;
|
|
4350
4439
|
};
|
|
@@ -4353,22 +4442,19 @@ declare const Icons$1j: CompoundedIcon$1j;
|
|
|
4353
4442
|
type AvatarProps$1i = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4354
4443
|
declare const Avatar$1i: React__default.NamedExoticComponent<AvatarProps$1i>;
|
|
4355
4444
|
|
|
4356
|
-
declare const Icon$3A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4357
|
-
|
|
4358
4445
|
interface CombineProps$1a extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4359
|
-
type?: '
|
|
4446
|
+
type?: 'mono' | 'color';
|
|
4360
4447
|
}
|
|
4361
4448
|
declare const Combine$1c: React__default.NamedExoticComponent<CombineProps$1a>;
|
|
4362
4449
|
|
|
4363
|
-
declare const Icon$
|
|
4450
|
+
declare const Icon$3A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4364
4451
|
|
|
4365
|
-
declare const Icon$
|
|
4452
|
+
declare const Icon$3z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4366
4453
|
|
|
4367
|
-
type CompoundedIcon$1i = typeof Icon$
|
|
4454
|
+
type CompoundedIcon$1i = typeof Icon$3A & {
|
|
4368
4455
|
Avatar: typeof Avatar$1i;
|
|
4369
|
-
Color: typeof Icon$3A;
|
|
4370
4456
|
Combine: typeof Combine$1c;
|
|
4371
|
-
Text: typeof Icon$
|
|
4457
|
+
Text: typeof Icon$3z;
|
|
4372
4458
|
colorPrimary: string;
|
|
4373
4459
|
title: string;
|
|
4374
4460
|
};
|
|
@@ -4377,19 +4463,17 @@ declare const Icons$1i: CompoundedIcon$1i;
|
|
|
4377
4463
|
type AvatarProps$1h = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4378
4464
|
declare const Avatar$1h: React__default.NamedExoticComponent<AvatarProps$1h>;
|
|
4379
4465
|
|
|
4380
|
-
|
|
4381
|
-
type?: 'mono' | 'color';
|
|
4382
|
-
}
|
|
4466
|
+
type CombineProps$19 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4383
4467
|
declare const Combine$1b: React__default.NamedExoticComponent<CombineProps$19>;
|
|
4384
4468
|
|
|
4385
|
-
declare const Icon$
|
|
4469
|
+
declare const Icon$3y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4386
4470
|
|
|
4387
|
-
declare const Icon$
|
|
4471
|
+
declare const Icon$3x: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4388
4472
|
|
|
4389
|
-
type CompoundedIcon$1h = typeof Icon$
|
|
4473
|
+
type CompoundedIcon$1h = typeof Icon$3y & {
|
|
4390
4474
|
Avatar: typeof Avatar$1h;
|
|
4391
4475
|
Combine: typeof Combine$1b;
|
|
4392
|
-
Text: typeof Icon$
|
|
4476
|
+
Text: typeof Icon$3x;
|
|
4393
4477
|
colorPrimary: string;
|
|
4394
4478
|
title: string;
|
|
4395
4479
|
};
|
|
@@ -4398,7 +4482,11 @@ declare const Icons$1h: CompoundedIcon$1h;
|
|
|
4398
4482
|
type AvatarProps$1g = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4399
4483
|
declare const Avatar$1g: React__default.NamedExoticComponent<AvatarProps$1g>;
|
|
4400
4484
|
|
|
4401
|
-
|
|
4485
|
+
declare const Icon$3w: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4486
|
+
|
|
4487
|
+
interface CombineProps$18 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4488
|
+
type?: 'color' | 'mono';
|
|
4489
|
+
}
|
|
4402
4490
|
declare const Combine$1a: React__default.NamedExoticComponent<CombineProps$18>;
|
|
4403
4491
|
|
|
4404
4492
|
declare const Icon$3v: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4407,6 +4495,7 @@ declare const Icon$3u: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4407
4495
|
|
|
4408
4496
|
type CompoundedIcon$1g = typeof Icon$3v & {
|
|
4409
4497
|
Avatar: typeof Avatar$1g;
|
|
4498
|
+
Color: typeof Icon$3w;
|
|
4410
4499
|
Combine: typeof Combine$1a;
|
|
4411
4500
|
Text: typeof Icon$3u;
|
|
4412
4501
|
colorPrimary: string;
|
|
@@ -4417,22 +4506,17 @@ declare const Icons$1g: CompoundedIcon$1g;
|
|
|
4417
4506
|
type AvatarProps$1f = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4418
4507
|
declare const Avatar$1f: React__default.NamedExoticComponent<AvatarProps$1f>;
|
|
4419
4508
|
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
interface CombineProps$17 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4423
|
-
type?: 'color' | 'mono';
|
|
4424
|
-
}
|
|
4509
|
+
type CombineProps$17 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4425
4510
|
declare const Combine$19: React__default.NamedExoticComponent<CombineProps$17>;
|
|
4426
4511
|
|
|
4427
|
-
declare const Icon$
|
|
4512
|
+
declare const Icon$3t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4428
4513
|
|
|
4429
|
-
declare const Icon$
|
|
4514
|
+
declare const Icon$3s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4430
4515
|
|
|
4431
|
-
type CompoundedIcon$1f = typeof Icon$
|
|
4516
|
+
type CompoundedIcon$1f = typeof Icon$3t & {
|
|
4432
4517
|
Avatar: typeof Avatar$1f;
|
|
4433
|
-
Color: typeof Icon$3t;
|
|
4434
4518
|
Combine: typeof Combine$19;
|
|
4435
|
-
Text: typeof Icon$
|
|
4519
|
+
Text: typeof Icon$3s;
|
|
4436
4520
|
colorPrimary: string;
|
|
4437
4521
|
title: string;
|
|
4438
4522
|
};
|
|
@@ -4441,7 +4525,11 @@ declare const Icons$1f: CompoundedIcon$1f;
|
|
|
4441
4525
|
type AvatarProps$1e = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4442
4526
|
declare const Avatar$1e: React__default.NamedExoticComponent<AvatarProps$1e>;
|
|
4443
4527
|
|
|
4444
|
-
|
|
4528
|
+
declare const Icon$3r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4529
|
+
|
|
4530
|
+
interface CombineProps$16 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4531
|
+
type?: 'color' | 'mono';
|
|
4532
|
+
}
|
|
4445
4533
|
declare const Combine$18: React__default.NamedExoticComponent<CombineProps$16>;
|
|
4446
4534
|
|
|
4447
4535
|
declare const Icon$3q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4450,6 +4538,7 @@ declare const Icon$3p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4450
4538
|
|
|
4451
4539
|
type CompoundedIcon$1e = typeof Icon$3q & {
|
|
4452
4540
|
Avatar: typeof Avatar$1e;
|
|
4541
|
+
Color: typeof Icon$3r;
|
|
4453
4542
|
Combine: typeof Combine$18;
|
|
4454
4543
|
Text: typeof Icon$3p;
|
|
4455
4544
|
colorPrimary: string;
|
|
@@ -4484,22 +4573,17 @@ declare const Icons$1d: CompoundedIcon$1d;
|
|
|
4484
4573
|
type AvatarProps$1c = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4485
4574
|
declare const Avatar$1c: React__default.NamedExoticComponent<AvatarProps$1c>;
|
|
4486
4575
|
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
interface CombineProps$14 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4490
|
-
type?: 'color' | 'mono';
|
|
4491
|
-
}
|
|
4576
|
+
type CombineProps$14 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4492
4577
|
declare const Combine$16: React__default.NamedExoticComponent<CombineProps$14>;
|
|
4493
4578
|
|
|
4494
|
-
declare const Icon$
|
|
4579
|
+
declare const Icon$3l: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4495
4580
|
|
|
4496
|
-
declare const Icon$
|
|
4581
|
+
declare const Icon$3k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4497
4582
|
|
|
4498
|
-
type CompoundedIcon$1c = typeof Icon$
|
|
4583
|
+
type CompoundedIcon$1c = typeof Icon$3l & {
|
|
4499
4584
|
Avatar: typeof Avatar$1c;
|
|
4500
|
-
Color: typeof Icon$3l;
|
|
4501
4585
|
Combine: typeof Combine$16;
|
|
4502
|
-
Text: typeof Icon$
|
|
4586
|
+
Text: typeof Icon$3k;
|
|
4503
4587
|
colorPrimary: string;
|
|
4504
4588
|
title: string;
|
|
4505
4589
|
};
|
|
@@ -4511,14 +4595,14 @@ declare const Avatar$1b: React__default.NamedExoticComponent<AvatarProps$1b>;
|
|
|
4511
4595
|
type CombineProps$13 = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4512
4596
|
declare const Combine$15: React__default.NamedExoticComponent<CombineProps$13>;
|
|
4513
4597
|
|
|
4514
|
-
declare const Icon$
|
|
4598
|
+
declare const Icon$3j: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4515
4599
|
|
|
4516
|
-
declare const Icon$
|
|
4600
|
+
declare const Icon$3i: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4517
4601
|
|
|
4518
|
-
type CompoundedIcon$1b = typeof Icon$
|
|
4602
|
+
type CompoundedIcon$1b = typeof Icon$3j & {
|
|
4519
4603
|
Avatar: typeof Avatar$1b;
|
|
4520
4604
|
Combine: typeof Combine$15;
|
|
4521
|
-
Text: typeof Icon$
|
|
4605
|
+
Text: typeof Icon$3i;
|
|
4522
4606
|
colorPrimary: string;
|
|
4523
4607
|
title: string;
|
|
4524
4608
|
};
|
|
@@ -4527,7 +4611,11 @@ declare const Icons$1b: CompoundedIcon$1b;
|
|
|
4527
4611
|
type AvatarProps$1a = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4528
4612
|
declare const Avatar$1a: React__default.NamedExoticComponent<AvatarProps$1a>;
|
|
4529
4613
|
|
|
4530
|
-
|
|
4614
|
+
declare const Icon$3h: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4615
|
+
|
|
4616
|
+
interface CombineProps$12 extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4617
|
+
type?: 'color' | 'mono';
|
|
4618
|
+
}
|
|
4531
4619
|
declare const Combine$14: React__default.NamedExoticComponent<CombineProps$12>;
|
|
4532
4620
|
|
|
4533
4621
|
declare const Icon$3g: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4536,8 +4624,10 @@ declare const Icon$3f: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4536
4624
|
|
|
4537
4625
|
type CompoundedIcon$1a = typeof Icon$3g & {
|
|
4538
4626
|
Avatar: typeof Avatar$1a;
|
|
4627
|
+
Color: typeof Icon$3h;
|
|
4539
4628
|
Combine: typeof Combine$14;
|
|
4540
4629
|
Text: typeof Icon$3f;
|
|
4630
|
+
colorGradient: string;
|
|
4541
4631
|
colorPrimary: string;
|
|
4542
4632
|
title: string;
|
|
4543
4633
|
};
|
|
@@ -4562,7 +4652,6 @@ type CompoundedIcon$19 = typeof Icon$3d & {
|
|
|
4562
4652
|
Color: typeof Icon$3e;
|
|
4563
4653
|
Combine: typeof Combine$13;
|
|
4564
4654
|
Text: typeof Icon$3c;
|
|
4565
|
-
colorGradient: string;
|
|
4566
4655
|
colorPrimary: string;
|
|
4567
4656
|
title: string;
|
|
4568
4657
|
};
|
|
@@ -4595,22 +4684,17 @@ declare const Icons$18: CompoundedIcon$18;
|
|
|
4595
4684
|
type AvatarProps$17 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4596
4685
|
declare const Avatar$17: React__default.NamedExoticComponent<AvatarProps$17>;
|
|
4597
4686
|
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
interface CombineProps$$ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4601
|
-
type?: 'color' | 'mono';
|
|
4602
|
-
}
|
|
4687
|
+
type CombineProps$$ = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4603
4688
|
declare const Combine$11: React__default.NamedExoticComponent<CombineProps$$>;
|
|
4604
4689
|
|
|
4605
|
-
declare const Icon$
|
|
4690
|
+
declare const Icon$38: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4606
4691
|
|
|
4607
|
-
declare const Icon$
|
|
4692
|
+
declare const Icon$37: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4608
4693
|
|
|
4609
|
-
type CompoundedIcon$17 = typeof Icon$
|
|
4694
|
+
type CompoundedIcon$17 = typeof Icon$38 & {
|
|
4610
4695
|
Avatar: typeof Avatar$17;
|
|
4611
|
-
Color: typeof Icon$38;
|
|
4612
4696
|
Combine: typeof Combine$11;
|
|
4613
|
-
Text: typeof Icon$
|
|
4697
|
+
Text: typeof Icon$37;
|
|
4614
4698
|
colorPrimary: string;
|
|
4615
4699
|
title: string;
|
|
4616
4700
|
};
|
|
@@ -4619,17 +4703,25 @@ declare const Icons$17: CompoundedIcon$17;
|
|
|
4619
4703
|
type AvatarProps$16 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4620
4704
|
declare const Avatar$16: React__default.NamedExoticComponent<AvatarProps$16>;
|
|
4621
4705
|
|
|
4622
|
-
|
|
4706
|
+
declare const Icon$36: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4707
|
+
|
|
4708
|
+
interface CombineProps$_ extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4709
|
+
type?: 'color' | 'mono';
|
|
4710
|
+
}
|
|
4623
4711
|
declare const Combine$10: React__default.NamedExoticComponent<CombineProps$_>;
|
|
4624
4712
|
|
|
4625
4713
|
declare const Icon$35: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4626
4714
|
|
|
4627
4715
|
declare const Icon$34: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4628
4716
|
|
|
4717
|
+
declare const Icon$33: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4718
|
+
|
|
4629
4719
|
type CompoundedIcon$16 = typeof Icon$35 & {
|
|
4630
4720
|
Avatar: typeof Avatar$16;
|
|
4721
|
+
Color: typeof Icon$36;
|
|
4631
4722
|
Combine: typeof Combine$10;
|
|
4632
4723
|
Text: typeof Icon$34;
|
|
4724
|
+
TextCn: typeof Icon$33;
|
|
4633
4725
|
colorPrimary: string;
|
|
4634
4726
|
title: string;
|
|
4635
4727
|
};
|
|
@@ -4638,25 +4730,22 @@ declare const Icons$16: CompoundedIcon$16;
|
|
|
4638
4730
|
type AvatarProps$15 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4639
4731
|
declare const Avatar$15: React__default.NamedExoticComponent<AvatarProps$15>;
|
|
4640
4732
|
|
|
4641
|
-
declare const Icon$
|
|
4733
|
+
declare const Icon$32: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4642
4734
|
|
|
4643
4735
|
interface CombineProps$Z extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4644
4736
|
type?: 'color' | 'mono';
|
|
4645
4737
|
}
|
|
4646
4738
|
declare const Combine$$: React__default.NamedExoticComponent<CombineProps$Z>;
|
|
4647
4739
|
|
|
4648
|
-
declare const Icon$32: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4649
|
-
|
|
4650
4740
|
declare const Icon$31: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4651
4741
|
|
|
4652
4742
|
declare const Icon$30: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4653
4743
|
|
|
4654
|
-
type CompoundedIcon$15 = typeof Icon$
|
|
4744
|
+
type CompoundedIcon$15 = typeof Icon$31 & {
|
|
4655
4745
|
Avatar: typeof Avatar$15;
|
|
4656
|
-
Color: typeof Icon$
|
|
4746
|
+
Color: typeof Icon$32;
|
|
4657
4747
|
Combine: typeof Combine$$;
|
|
4658
|
-
Text: typeof Icon$
|
|
4659
|
-
TextCn: typeof Icon$30;
|
|
4748
|
+
Text: typeof Icon$30;
|
|
4660
4749
|
colorPrimary: string;
|
|
4661
4750
|
title: string;
|
|
4662
4751
|
};
|
|
@@ -4729,6 +4818,7 @@ type CompoundedIcon$12 = typeof Icon$2U & {
|
|
|
4729
4818
|
Color: typeof Icon$2V;
|
|
4730
4819
|
Combine: typeof Combine$Y;
|
|
4731
4820
|
Text: typeof Icon$2T;
|
|
4821
|
+
colorGradient: string;
|
|
4732
4822
|
colorPrimary: string;
|
|
4733
4823
|
title: string;
|
|
4734
4824
|
};
|
|
@@ -4737,22 +4827,17 @@ declare const Icons$12: CompoundedIcon$12;
|
|
|
4737
4827
|
type AvatarProps$11 = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4738
4828
|
declare const Avatar$11: React__default.NamedExoticComponent<AvatarProps$11>;
|
|
4739
4829
|
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
interface CombineProps$V extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4743
|
-
type?: 'color' | 'mono';
|
|
4744
|
-
}
|
|
4830
|
+
type CombineProps$V = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4745
4831
|
declare const Combine$X: React__default.NamedExoticComponent<CombineProps$V>;
|
|
4746
4832
|
|
|
4747
|
-
declare const Icon$
|
|
4833
|
+
declare const Icon$2S: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4748
4834
|
|
|
4749
|
-
declare const Icon$
|
|
4835
|
+
declare const Icon$2R: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4750
4836
|
|
|
4751
|
-
type CompoundedIcon$11 = typeof Icon$
|
|
4837
|
+
type CompoundedIcon$11 = typeof Icon$2S & {
|
|
4752
4838
|
Avatar: typeof Avatar$11;
|
|
4753
|
-
Color: typeof Icon$2S;
|
|
4754
4839
|
Combine: typeof Combine$X;
|
|
4755
|
-
Text: typeof Icon$
|
|
4840
|
+
Text: typeof Icon$2R;
|
|
4756
4841
|
colorGradient: string;
|
|
4757
4842
|
colorPrimary: string;
|
|
4758
4843
|
title: string;
|
|
@@ -4765,15 +4850,14 @@ declare const Avatar$10: React__default.NamedExoticComponent<AvatarProps$10>;
|
|
|
4765
4850
|
type CombineProps$U = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4766
4851
|
declare const Combine$W: React__default.NamedExoticComponent<CombineProps$U>;
|
|
4767
4852
|
|
|
4768
|
-
declare const Icon$
|
|
4853
|
+
declare const Icon$2Q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4769
4854
|
|
|
4770
|
-
declare const Icon$
|
|
4855
|
+
declare const Icon$2P: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4771
4856
|
|
|
4772
|
-
type CompoundedIcon$10 = typeof Icon$
|
|
4857
|
+
type CompoundedIcon$10 = typeof Icon$2Q & {
|
|
4773
4858
|
Avatar: typeof Avatar$10;
|
|
4774
4859
|
Combine: typeof Combine$W;
|
|
4775
|
-
Text: typeof Icon$
|
|
4776
|
-
colorGradient: string;
|
|
4860
|
+
Text: typeof Icon$2P;
|
|
4777
4861
|
colorPrimary: string;
|
|
4778
4862
|
title: string;
|
|
4779
4863
|
};
|
|
@@ -4785,14 +4869,14 @@ declare const Avatar$$: React__default.NamedExoticComponent<AvatarProps$$>;
|
|
|
4785
4869
|
type CombineProps$T = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4786
4870
|
declare const Combine$V: React__default.NamedExoticComponent<CombineProps$T>;
|
|
4787
4871
|
|
|
4788
|
-
declare const Icon$
|
|
4872
|
+
declare const Icon$2O: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4789
4873
|
|
|
4790
|
-
declare const Icon$
|
|
4874
|
+
declare const Icon$2N: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4791
4875
|
|
|
4792
|
-
type CompoundedIcon$$ = typeof Icon$
|
|
4876
|
+
type CompoundedIcon$$ = typeof Icon$2O & {
|
|
4793
4877
|
Avatar: typeof Avatar$$;
|
|
4794
4878
|
Combine: typeof Combine$V;
|
|
4795
|
-
Text: typeof Icon$
|
|
4879
|
+
Text: typeof Icon$2N;
|
|
4796
4880
|
colorPrimary: string;
|
|
4797
4881
|
title: string;
|
|
4798
4882
|
};
|
|
@@ -4801,17 +4885,13 @@ declare const Icons$$: CompoundedIcon$$;
|
|
|
4801
4885
|
type AvatarProps$_ = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4802
4886
|
declare const Avatar$_: React__default.NamedExoticComponent<AvatarProps$_>;
|
|
4803
4887
|
|
|
4804
|
-
|
|
4805
|
-
declare const Combine$U: React__default.NamedExoticComponent<CombineProps$S>;
|
|
4888
|
+
declare const Icon$2M: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4806
4889
|
|
|
4807
4890
|
declare const Icon$2L: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4808
4891
|
|
|
4809
|
-
declare const Icon$2K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4810
|
-
|
|
4811
4892
|
type CompoundedIcon$_ = typeof Icon$2L & {
|
|
4812
4893
|
Avatar: typeof Avatar$_;
|
|
4813
|
-
|
|
4814
|
-
Text: typeof Icon$2K;
|
|
4894
|
+
Brand: typeof Icon$2M;
|
|
4815
4895
|
colorPrimary: string;
|
|
4816
4896
|
title: string;
|
|
4817
4897
|
};
|
|
@@ -4820,13 +4900,22 @@ declare const Icons$_: CompoundedIcon$_;
|
|
|
4820
4900
|
type AvatarProps$Z = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4821
4901
|
declare const Avatar$Z: React__default.NamedExoticComponent<AvatarProps$Z>;
|
|
4822
4902
|
|
|
4903
|
+
declare const Icon$2K: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4904
|
+
|
|
4905
|
+
interface CombineProps$S extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4906
|
+
type?: 'color' | 'mono';
|
|
4907
|
+
}
|
|
4908
|
+
declare const Combine$U: React__default.NamedExoticComponent<CombineProps$S>;
|
|
4909
|
+
|
|
4823
4910
|
declare const Icon$2J: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4824
4911
|
|
|
4825
4912
|
declare const Icon$2I: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4826
4913
|
|
|
4827
|
-
type CompoundedIcon$Z = typeof Icon$
|
|
4914
|
+
type CompoundedIcon$Z = typeof Icon$2J & {
|
|
4828
4915
|
Avatar: typeof Avatar$Z;
|
|
4829
|
-
|
|
4916
|
+
Color: typeof Icon$2K;
|
|
4917
|
+
Combine: typeof Combine$U;
|
|
4918
|
+
Text: typeof Icon$2I;
|
|
4830
4919
|
colorPrimary: string;
|
|
4831
4920
|
title: string;
|
|
4832
4921
|
};
|
|
@@ -4859,22 +4948,17 @@ declare const Icons$Y: CompoundedIcon$Y;
|
|
|
4859
4948
|
type AvatarProps$X = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4860
4949
|
declare const Avatar$X: React__default.NamedExoticComponent<AvatarProps$X>;
|
|
4861
4950
|
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
interface CombineProps$Q extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4865
|
-
type?: 'color' | 'mono';
|
|
4866
|
-
}
|
|
4951
|
+
type CombineProps$Q = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4867
4952
|
declare const Combine$S: React__default.NamedExoticComponent<CombineProps$Q>;
|
|
4868
4953
|
|
|
4869
|
-
declare const Icon$
|
|
4954
|
+
declare const Icon$2E: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4870
4955
|
|
|
4871
|
-
declare const Icon$
|
|
4956
|
+
declare const Icon$2D: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4872
4957
|
|
|
4873
|
-
type CompoundedIcon$X = typeof Icon$
|
|
4958
|
+
type CompoundedIcon$X = typeof Icon$2E & {
|
|
4874
4959
|
Avatar: typeof Avatar$X;
|
|
4875
|
-
Color: typeof Icon$2E;
|
|
4876
4960
|
Combine: typeof Combine$S;
|
|
4877
|
-
Text: typeof Icon$
|
|
4961
|
+
Text: typeof Icon$2D;
|
|
4878
4962
|
colorPrimary: string;
|
|
4879
4963
|
title: string;
|
|
4880
4964
|
};
|
|
@@ -4883,7 +4967,11 @@ declare const Icons$X: CompoundedIcon$X;
|
|
|
4883
4967
|
type AvatarProps$W = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4884
4968
|
declare const Avatar$W: React__default.NamedExoticComponent<AvatarProps$W>;
|
|
4885
4969
|
|
|
4886
|
-
|
|
4970
|
+
declare const Icon$2C: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4971
|
+
|
|
4972
|
+
interface CombineProps$P extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4973
|
+
type?: 'color' | 'mono';
|
|
4974
|
+
}
|
|
4887
4975
|
declare const Combine$R: React__default.NamedExoticComponent<CombineProps$P>;
|
|
4888
4976
|
|
|
4889
4977
|
declare const Icon$2B: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
@@ -4892,8 +4980,10 @@ declare const Icon$2A: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
4892
4980
|
|
|
4893
4981
|
type CompoundedIcon$W = typeof Icon$2B & {
|
|
4894
4982
|
Avatar: typeof Avatar$W;
|
|
4983
|
+
Color: typeof Icon$2C;
|
|
4895
4984
|
Combine: typeof Combine$R;
|
|
4896
4985
|
Text: typeof Icon$2A;
|
|
4986
|
+
colorGradient: string;
|
|
4897
4987
|
colorPrimary: string;
|
|
4898
4988
|
title: string;
|
|
4899
4989
|
};
|
|
@@ -4918,7 +5008,6 @@ type CompoundedIcon$V = typeof Icon$2y & {
|
|
|
4918
5008
|
Color: typeof Icon$2z;
|
|
4919
5009
|
Combine: typeof Combine$Q;
|
|
4920
5010
|
Text: typeof Icon$2x;
|
|
4921
|
-
colorGradient: string;
|
|
4922
5011
|
colorPrimary: string;
|
|
4923
5012
|
title: string;
|
|
4924
5013
|
};
|
|
@@ -4951,22 +5040,17 @@ declare const Icons$U: CompoundedIcon$U;
|
|
|
4951
5040
|
type AvatarProps$T = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4952
5041
|
declare const Avatar$T: React__default.NamedExoticComponent<AvatarProps$T>;
|
|
4953
5042
|
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
interface CombineProps$M extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
4957
|
-
type?: 'color' | 'mono';
|
|
4958
|
-
}
|
|
5043
|
+
type CombineProps$M = Omit<RNIconCombineProps$1, 'Icon' | 'Text'>;
|
|
4959
5044
|
declare const Combine$O: React__default.NamedExoticComponent<CombineProps$M>;
|
|
4960
5045
|
|
|
4961
|
-
declare const Icon$
|
|
5046
|
+
declare const Icon$2t: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4962
5047
|
|
|
4963
|
-
declare const Icon$
|
|
5048
|
+
declare const Icon$2s: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4964
5049
|
|
|
4965
|
-
type CompoundedIcon$T = typeof Icon$
|
|
5050
|
+
type CompoundedIcon$T = typeof Icon$2t & {
|
|
4966
5051
|
Avatar: typeof Avatar$T;
|
|
4967
|
-
Color: typeof Icon$2t;
|
|
4968
5052
|
Combine: typeof Combine$O;
|
|
4969
|
-
Text: typeof Icon$
|
|
5053
|
+
Text: typeof Icon$2s;
|
|
4970
5054
|
colorPrimary: string;
|
|
4971
5055
|
title: string;
|
|
4972
5056
|
};
|
|
@@ -4975,17 +5059,28 @@ declare const Icons$T: CompoundedIcon$T;
|
|
|
4975
5059
|
type AvatarProps$S = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4976
5060
|
declare const Avatar$S: React__default.NamedExoticComponent<AvatarProps$S>;
|
|
4977
5061
|
|
|
4978
|
-
|
|
4979
|
-
declare const Combine$N: React__default.NamedExoticComponent<CombineProps$L>;
|
|
5062
|
+
declare const Icon$2r: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4980
5063
|
|
|
4981
5064
|
declare const Icon$2q: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4982
5065
|
|
|
4983
5066
|
declare const Icon$2p: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4984
5067
|
|
|
4985
|
-
|
|
5068
|
+
interface CombineProps$L extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
5069
|
+
type?: 'color' | 'mono';
|
|
5070
|
+
}
|
|
5071
|
+
declare const Combine$N: React__default.NamedExoticComponent<CombineProps$L>;
|
|
5072
|
+
|
|
5073
|
+
declare const Icon$2o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5074
|
+
|
|
5075
|
+
declare const Icon$2n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5076
|
+
|
|
5077
|
+
type CompoundedIcon$S = typeof Icon$2o & {
|
|
4986
5078
|
Avatar: typeof Avatar$S;
|
|
5079
|
+
Brand: typeof Icon$2q;
|
|
5080
|
+
BrandColor: typeof Icon$2r;
|
|
5081
|
+
Color: typeof Icon$2p;
|
|
4987
5082
|
Combine: typeof Combine$N;
|
|
4988
|
-
Text: typeof Icon$
|
|
5083
|
+
Text: typeof Icon$2n;
|
|
4989
5084
|
colorPrimary: string;
|
|
4990
5085
|
title: string;
|
|
4991
5086
|
};
|
|
@@ -4994,10 +5089,6 @@ declare const Icons$S: CompoundedIcon$S;
|
|
|
4994
5089
|
type AvatarProps$R = Omit<RNIconAvatarProps, 'Icon'>;
|
|
4995
5090
|
declare const Avatar$R: React__default.NamedExoticComponent<AvatarProps$R>;
|
|
4996
5091
|
|
|
4997
|
-
declare const Icon$2o: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
4998
|
-
|
|
4999
|
-
declare const Icon$2n: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5000
|
-
|
|
5001
5092
|
declare const Icon$2m: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5002
5093
|
|
|
5003
5094
|
interface CombineProps$K extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
@@ -5011,8 +5102,6 @@ declare const Icon$2k: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
|
5011
5102
|
|
|
5012
5103
|
type CompoundedIcon$R = typeof Icon$2l & {
|
|
5013
5104
|
Avatar: typeof Avatar$R;
|
|
5014
|
-
Brand: typeof Icon$2n;
|
|
5015
|
-
BrandColor: typeof Icon$2o;
|
|
5016
5105
|
Color: typeof Icon$2m;
|
|
5017
5106
|
Combine: typeof Combine$M;
|
|
5018
5107
|
Text: typeof Icon$2k;
|
|
@@ -5136,6 +5225,7 @@ type CompoundedIcon$M = typeof Icon$26 & {
|
|
|
5136
5225
|
Color: typeof Icon$27;
|
|
5137
5226
|
Combine: typeof Combine$H;
|
|
5138
5227
|
Text: typeof Icon$25;
|
|
5228
|
+
colorGradient: string;
|
|
5139
5229
|
colorPrimary: string;
|
|
5140
5230
|
title: string;
|
|
5141
5231
|
};
|
|
@@ -5160,7 +5250,6 @@ type CompoundedIcon$L = typeof Icon$23 & {
|
|
|
5160
5250
|
Color: typeof Icon$24;
|
|
5161
5251
|
Combine: typeof Combine$G;
|
|
5162
5252
|
Text: typeof Icon$22;
|
|
5163
|
-
colorGradient: string;
|
|
5164
5253
|
colorPrimary: string;
|
|
5165
5254
|
title: string;
|
|
5166
5255
|
};
|
|
@@ -5171,20 +5260,25 @@ declare const Avatar$K: React__default.NamedExoticComponent<AvatarProps$K>;
|
|
|
5171
5260
|
|
|
5172
5261
|
declare const Icon$21: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5173
5262
|
|
|
5263
|
+
declare const Icon$20: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5264
|
+
|
|
5265
|
+
declare const Icon$1$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5266
|
+
|
|
5174
5267
|
interface CombineProps$D extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
5175
5268
|
type?: 'color' | 'mono';
|
|
5176
5269
|
}
|
|
5177
5270
|
declare const Combine$F: React__default.NamedExoticComponent<CombineProps$D>;
|
|
5178
5271
|
|
|
5179
|
-
declare const Icon$
|
|
5180
|
-
|
|
5181
|
-
declare const Icon$1$: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5272
|
+
declare const Icon$1_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5182
5273
|
|
|
5183
|
-
type CompoundedIcon$K = typeof Icon$
|
|
5274
|
+
type CompoundedIcon$K = typeof Icon$1_ & {
|
|
5184
5275
|
Avatar: typeof Avatar$K;
|
|
5185
|
-
|
|
5276
|
+
Brand: typeof Icon$20;
|
|
5277
|
+
BrandColor: typeof Icon$21;
|
|
5278
|
+
Color: typeof Icon$1$;
|
|
5186
5279
|
Combine: typeof Combine$F;
|
|
5187
|
-
Text: typeof Icon$
|
|
5280
|
+
Text: typeof Icon$aJ;
|
|
5281
|
+
colorGradient: string;
|
|
5188
5282
|
colorPrimary: string;
|
|
5189
5283
|
title: string;
|
|
5190
5284
|
};
|
|
@@ -5193,27 +5287,22 @@ declare const Icons$K: CompoundedIcon$K;
|
|
|
5193
5287
|
type AvatarProps$J = Omit<RNIconAvatarProps, 'Icon'>;
|
|
5194
5288
|
declare const Avatar$J: React__default.NamedExoticComponent<AvatarProps$J>;
|
|
5195
5289
|
|
|
5196
|
-
declare const Icon$1_: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5197
|
-
|
|
5198
5290
|
declare const Icon$1Z: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5199
5291
|
|
|
5200
|
-
declare const Icon$1Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5201
|
-
|
|
5202
5292
|
interface CombineProps$C extends Omit<RNIconCombineProps$1, 'Icon' | 'Text'> {
|
|
5203
5293
|
type?: 'color' | 'mono';
|
|
5204
5294
|
}
|
|
5205
5295
|
declare const Combine$E: React__default.NamedExoticComponent<CombineProps$C>;
|
|
5206
5296
|
|
|
5297
|
+
declare const Icon$1Y: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5298
|
+
|
|
5207
5299
|
declare const Icon$1X: React__default.NamedExoticComponent<RNIconProps$1>;
|
|
5208
5300
|
|
|
5209
|
-
type CompoundedIcon$J = typeof Icon$
|
|
5301
|
+
type CompoundedIcon$J = typeof Icon$1Y & {
|
|
5210
5302
|
Avatar: typeof Avatar$J;
|
|
5211
|
-
|
|
5212
|
-
BrandColor: typeof Icon$1_;
|
|
5213
|
-
Color: typeof Icon$1Y;
|
|
5303
|
+
Color: typeof Icon$1Z;
|
|
5214
5304
|
Combine: typeof Combine$E;
|
|
5215
|
-
Text: typeof Icon$
|
|
5216
|
-
colorGradient: string;
|
|
5305
|
+
Text: typeof Icon$1X;
|
|
5217
5306
|
colorPrimary: string;
|
|
5218
5307
|
title: string;
|
|
5219
5308
|
};
|
|
@@ -5238,6 +5327,7 @@ type CompoundedIcon$I = typeof Icon$1V & {
|
|
|
5238
5327
|
Color: typeof Icon$1W;
|
|
5239
5328
|
Combine: typeof Combine$D;
|
|
5240
5329
|
Text: typeof Icon$1U;
|
|
5330
|
+
colorGradient: string;
|
|
5241
5331
|
colorPrimary: string;
|
|
5242
5332
|
title: string;
|
|
5243
5333
|
};
|
|
@@ -5262,7 +5352,6 @@ type CompoundedIcon$H = typeof Icon$1S & {
|
|
|
5262
5352
|
Color: typeof Icon$1T;
|
|
5263
5353
|
Combine: typeof Combine$C;
|
|
5264
5354
|
Text: typeof Icon$1R;
|
|
5265
|
-
colorGradient: string;
|
|
5266
5355
|
colorPrimary: string;
|
|
5267
5356
|
title: string;
|
|
5268
5357
|
};
|
|
@@ -6216,4 +6305,4 @@ type CompoundedIcon = typeof Icon$1 & {
|
|
|
6216
6305
|
};
|
|
6217
6306
|
declare const Icons: CompoundedIcon;
|
|
6218
6307
|
|
|
6219
|
-
export { Icons$47 as Adobe, Icons$46 as AdobeFirefly, type CompoundedIcon$46 as AdobeFireflyProps, type CompoundedIcon$47 as AdobeProps, Icons$45 as Agui, type CompoundedIcon$45 as AguiProps, Icons$44 as Ai2, Icons$43 as Ai21, type CompoundedIcon$43 as Ai21Props, type CompoundedIcon$44 as Ai2Props, Icons$42 as Ai302, type CompoundedIcon$42 as Ai302Props, Icons$41 as Ai360, type CompoundedIcon$41 as Ai360Props, Icons$40 as AiHubMix, type CompoundedIcon$40 as AiHubMixProps, Icons$3$ as AiMass, type CompoundedIcon$3$ as AiMassProps, Icons$3Z as AiStudio, type CompoundedIcon$3Z as AiStudioProps, Icons$3_ as AionLabs, type CompoundedIcon$3_ as AionLabsProps, Icons$3Y as AkashChat, type CompoundedIcon$3Y as AkashChatProps, Icons$3X as AlephAlpha, type CompoundedIcon$3X as AlephAlphaProps, Icons$3W as Alibaba, Icons$3V as AlibabaCloud, type CompoundedIcon$3V as AlibabaCloudProps, type CompoundedIcon$3W as AlibabaProps, Icons$3U as AntGroup, type CompoundedIcon$3U as AntGroupProps, Icons$3T as Anthropic, type CompoundedIcon$3T as AnthropicProps, Icons$3S as Anyscale, type CompoundedIcon$3S as AnyscaleProps, Icons$3R as Apple, type CompoundedIcon$3R as AppleProps, Icons$3Q as Arcee, type CompoundedIcon$3Q as ArceeProps, Icons$3P as AssemblyAI, type CompoundedIcon$3P as AssemblyAIProps, Icons$3O as Automatic, type CompoundedIcon$3O as AutomaticProps, Icons$3N as Aws, type CompoundedIcon$3N as AwsProps, Icons$3M as Aya, type CompoundedIcon$3M as AyaProps, Icons$3L as Azure, Icons$3K as AzureAI, type CompoundedIcon$3K as AzureAIProps, type CompoundedIcon$3L as AzureProps, Icons$3J as BAAI, type CompoundedIcon$3J as BAAIProps, Icons$3I as Baichuan, type CompoundedIcon$3I as BaichuanProps, Icons$3H as Baidu, Icons$3G as BaiduCloud, type CompoundedIcon$3G as BaiduCloudProps, type CompoundedIcon$3H as BaiduProps, Icons$3F as Bailian, type CompoundedIcon$3F as BailianProps, Icons$3E as Baseten, type CompoundedIcon$3E as BasetenProps, Icons$3D as Bedrock, type CompoundedIcon$3D as BedrockProps, Icons$3C as Bfl, type CompoundedIcon$3C as BflProps, Icons$3B as Bilibili, Icons$3A as BilibiliIndex, type CompoundedIcon$3A as BilibiliIndexProps, type CompoundedIcon$3B as BilibiliProps, Icons$3z as Bing, type CompoundedIcon$3z as BingProps, Icons$3y as BurnCloud, type CompoundedIcon$3y as BurnCloudProps, Icons$3x as ByteDance, type CompoundedIcon$3x as ByteDanceProps, Icons$3w as CapCut, type CompoundedIcon$3w as CapCutProps, Icons$3v as CentML, type CompoundedIcon$3v as CentMLProps, Icons$3u as Cerebras, type CompoundedIcon$3u as CerebrasProps, Icons$3t as ChatGLM, type CompoundedIcon$3t as ChatGLMProps, Icons$3s as Civitai, type CompoundedIcon$3s as CivitaiProps, Icons$3r as Claude, type CompoundedIcon$3r as ClaudeProps, Icons$3q as Cline, type CompoundedIcon$3q as ClineProps, Icons$3p as Clipdrop, type CompoundedIcon$3p as ClipdropProps, Icons$3o as Cloudflare, type CompoundedIcon$3o as CloudflareProps, Icons$3n as CodeGeeX, type CompoundedIcon$3n as CodeGeeXProps, Icons$3m as CogVideo, type CompoundedIcon$3m as CogVideoProps, Icons$3l as CogView, type CompoundedIcon$3l as CogViewProps, Icons$3k as Cohere, type CompoundedIcon$3k as CohereProps, Icons$3j as Colab, type CompoundedIcon$3j as ColabProps, Icons$3i as CometAPI, type CompoundedIcon$3i as CometAPIProps, Icons$3h as ComfyUI, type CompoundedIcon$3h as ComfyUIProps, Icons$3g as CommandA, type CompoundedIcon$3g as CommandAProps, type CompoundedIcon$48 as CompoundedIcon, Icons$3f as Copilot, Icons$3e as CopilotKit, type CompoundedIcon$3e as CopilotKitProps, type CompoundedIcon$3f as CopilotProps, Icons$3d as Coqui, type CompoundedIcon$3d as CoquiProps, Icons$3c as Coze, type CompoundedIcon$3c as CozeProps, Icons$3b as CrewAI, type CompoundedIcon$3b as CrewAIProps, Icons$3a as Crusoe, type CompoundedIcon$3a as CrusoeProps, Icons$39 as Cursor, type CompoundedIcon$39 as CursorProps, Icons$38 as Dalle, type CompoundedIcon$38 as DalleProps, Icons$37 as Dbrx, type CompoundedIcon$37 as DbrxProps, Icons$36 as DeepAI, type CompoundedIcon$36 as DeepAIProps, Icons$35 as DeepCogito, type CompoundedIcon$35 as DeepCogitoProps, Icons$34 as DeepInfra, type CompoundedIcon$34 as DeepInfraProps, Icons$33 as DeepL, type CompoundedIcon$33 as DeepLProps, Icons$32 as DeepMind, type CompoundedIcon$32 as DeepMindProps, Icons$31 as DeepSeek, type CompoundedIcon$31 as DeepSeekProps, Icons$30 as Dify, type CompoundedIcon$30 as DifyProps, Icons$2$ as Doc2X, type CompoundedIcon$2$ as Doc2XProps, Icons$2_ as DocSearch, type CompoundedIcon$2_ as DocSearchProps, Icons$2Z as Dolphin, type CompoundedIcon$2Z as DolphinProps, Icons$2Y as Doubao, type CompoundedIcon$2Y as DoubaoProps, Icons$2X as DreamMachine, type CompoundedIcon$2X as DreamMachineProps, Icons$2W as ElevenLabs, type CompoundedIcon$2W as ElevenLabsProps, Icons$2V as ElevenX, type CompoundedIcon$2V as ElevenXProps, Icons$2U as EssentialAI, type CompoundedIcon$2U as EssentialAIProps, Icons$2T as Exa, type CompoundedIcon$2T as ExaProps, Icons$2S as Fal, type CompoundedIcon$2S as FalProps, Icons$2R as FastGPT, type CompoundedIcon$2R as FastGPTProps, Icons$2Q as Featherless, type CompoundedIcon$2Q as FeatherlessProps, Icons$2P as Figma, type CompoundedIcon$2P as FigmaProps, Icons$2O as Fireworks, type CompoundedIcon$2O as FireworksProps, Icons$2N as FishAudio, type CompoundedIcon$2N as FishAudioProps, Icons$2M as Flora, type CompoundedIcon$2M as FloraProps, Icons$2L as Flowith, type CompoundedIcon$2L as FlowithProps, Icons$2K as Flux, type CompoundedIcon$2K as FluxProps, Icons$2J as Friendli, type CompoundedIcon$2J as FriendliProps, Icons$2B as GLMV, type CompoundedIcon$2B as GLMVProps, Icons$2I as Gemini, type CompoundedIcon$2I as GeminiProps, Icons$2H as Gemma, type CompoundedIcon$2H as GemmaProps, Icons$2G as GiteeAI, type CompoundedIcon$2G as GiteeAIProps, Icons$2F as Github, Icons$2E as GithubCopilot, type CompoundedIcon$2E as GithubCopilotProps, type CompoundedIcon$2F as GithubProps, Icons$2D as Glama, type CompoundedIcon$2D as GlamaProps, Icons$2C as Glif, type CompoundedIcon$2C as GlifProps, Icons$2A as Google, Icons$2z as GoogleCloud, type CompoundedIcon$2z as GoogleCloudProps, type CompoundedIcon$2A as GoogleProps, Icons$2y as Goose, type CompoundedIcon$2y as GooseProps, Icons$2x as Gradio, type CompoundedIcon$2x as GradioProps, Icons$2w as Greptile, type CompoundedIcon$2w as GreptileProps, Icons$2v as Grok, type CompoundedIcon$2v as GrokProps, Icons$2u as Groq, type CompoundedIcon$2u as GroqProps, Icons$2t as Hailuo, type CompoundedIcon$2t as HailuoProps, Icons$2s as Haiper, type CompoundedIcon$2s as HaiperProps, Icons$2r as Hedra, type CompoundedIcon$2r as HedraProps, Icons$2q as Higress, type CompoundedIcon$2q as HigressProps, Icons$2p as Huawei, Icons$2o as HuaweiCloud, type CompoundedIcon$2o as HuaweiCloudProps, type CompoundedIcon$2p as HuaweiProps, Icons$2n as HuggingFace, type CompoundedIcon$2n as HuggingFaceProps, Icons$2m as Hunyuan, type CompoundedIcon$2m as HunyuanProps, Icons$2l as Hyperbolic, type CompoundedIcon$2l as HyperbolicProps, Icons$2k as IBM, type CompoundedIcon$2k as IBMProps, Icons$2i as IFlyTekCloud, type CompoundedIcon$2i as IFlyTekCloudProps, Icons$2j as Ideogram, type CompoundedIcon$2j as IdeogramProps, Icons$2h as Inception, type CompoundedIcon$2h as InceptionProps, Icons$2g as Inference, type CompoundedIcon$2g as InferenceProps, Icons$2f as Infermatic, type CompoundedIcon$2f as InfermaticProps, Icons$2e as Infinigence, type CompoundedIcon$2e as InfinigenceProps, Icons$2d as Inflection, type CompoundedIcon$2d as InflectionProps, Icons$2c as InternLM, type CompoundedIcon$2c as InternLMProps, Icons$2b as Jimeng, type CompoundedIcon$2b as JimengProps, Icons$2a as Jina, type CompoundedIcon$2a as JinaProps, Icons$29 as Kimi, type CompoundedIcon$29 as KimiProps, Icons$28 as Kling, type CompoundedIcon$28 as KlingProps, Icons$27 as Kluster, type CompoundedIcon$27 as KlusterProps, Icons$26 as Kolors, type CompoundedIcon$26 as KolorsProps, Icons$25 as Krea, type CompoundedIcon$25 as KreaProps, Icons$24 as Kwaipilot, type CompoundedIcon$24 as KwaipilotProps, Icons$1Z as LG, type CompoundedIcon$1Z as LGProps, Icons$1U as LLaVA, type CompoundedIcon$1U as LLaVAProps, Icons$23 as Lambda, type CompoundedIcon$23 as LambdaProps, Icons$22 as LangChain, type CompoundedIcon$22 as LangChainProps, Icons$20 as LangGraph, type CompoundedIcon$20 as LangGraphProps, Icons$1$ as LangSmith, type CompoundedIcon$1$ as LangSmithProps, Icons$21 as Langfuse, type CompoundedIcon$21 as LangfuseProps, Icons$1_ as LeptonAI, type CompoundedIcon$1_ as LeptonAIProps, Icons$1Y as Lightricks, type CompoundedIcon$1Y as LightricksProps, Icons$1X as Liquid, type CompoundedIcon$1X as LiquidProps, Icons$1W as LiveKit, type CompoundedIcon$1W as LiveKitProps, Icons$1V as LlamaIndex, type CompoundedIcon$1V as LlamaIndexProps, Icons$1T as LmStudio, type CompoundedIcon$1T as LmStudioProps, Icons$1S as LobeHub, type CompoundedIcon$1S as LobeHubProps, Icons$1R as LongCat, type CompoundedIcon$1R as LongCatProps, Icons$1Q as Lovable, type CompoundedIcon$1Q as LovableProps, Icons$1P as Luma, type CompoundedIcon$1P as LumaProps, Icons$1K as MCP, type CompoundedIcon$1K as MCPProps, Icons$1O as Magic, type CompoundedIcon$1O as MagicProps, Icons$1N as Make, type CompoundedIcon$1N as MakeProps, Icons$1M as Manus, type CompoundedIcon$1M as ManusProps, Icons$1L as Mastra, type CompoundedIcon$1L as MastraProps, Icons$1J as McpSo, type CompoundedIcon$1J as McpSoProps, Icons$1I as Menlo, type CompoundedIcon$1I as MenloProps, Icons$1H as Meta, Icons$1G as MetaAI, type CompoundedIcon$1G as MetaAIProps, Icons$1F as MetaGPT, type CompoundedIcon$1F as MetaGPTProps, type CompoundedIcon$1H as MetaProps, Icons$1E as Microsoft, type CompoundedIcon$1E as MicrosoftProps, Icons$1D as Midjourney, type CompoundedIcon$1D as MidjourneyProps, Icons$1C as Minimax, type CompoundedIcon$1C as MinimaxProps, Icons$1B as Mistral, type CompoundedIcon$1B as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1A as ModelScope, type CompoundedIcon$1A as ModelScopeProps, RNModelTag as ModelTag, Icons$1z as Monica, type CompoundedIcon$1z as MonicaProps, Icons$1y as Moonshot, type CompoundedIcon$1y as MoonshotProps, Icons$1x as Morph, type CompoundedIcon$1x as MorphProps, Icons$1w as MyShell, type CompoundedIcon$1w as MyShellProps, Icons$1v as N8n, type CompoundedIcon$1v as N8nProps, Icons$1m as NPLCloud, type CompoundedIcon$1m as NPLCloudProps, Icons$1u as Nebius, type CompoundedIcon$1u as NebiusProps, Icons$1t as NewAPI, type CompoundedIcon$1t as NewAPIProps, Icons$1s as NotebookLM, type CompoundedIcon$1s as NotebookLMProps, Icons$1r as Notion, type CompoundedIcon$1r as NotionProps, Icons$1q as NousResearch, type CompoundedIcon$1q as NousResearchProps, Icons$1p as Nova, type CompoundedIcon$1p as NovaProps, Icons$1o as NovelAI, type CompoundedIcon$1o as NovelAIProps, Icons$1n as Novita, type CompoundedIcon$1n as NovitaProps, Icons$1l as Nvidia, type CompoundedIcon$1l as NvidiaProps, Icons$1k as Ollama, type CompoundedIcon$1k as OllamaProps, Icons$1j as OpenAI, type CompoundedIcon$1j as OpenAIProps, Icons$1i as OpenChat, type CompoundedIcon$1i as OpenChatProps, Icons$1h as OpenRouter, type CompoundedIcon$1h as OpenRouterProps, Icons$1g as OpenWebUI, type CompoundedIcon$1g as OpenWebUIProps, Icons$15 as PPIO, type CompoundedIcon$15 as PPIOProps, Icons$1f as PaLM, type CompoundedIcon$1f as PaLMProps, Icons$1e as Parasail, type CompoundedIcon$1e as ParasailProps, Icons$1d as Perplexity, type CompoundedIcon$1d as PerplexityProps, Icons$1c as Phidata, type CompoundedIcon$1c as PhidataProps, Icons$1b as Phind, type CompoundedIcon$1b as PhindProps, Icons$1a as Pika, type CompoundedIcon$1a as PikaProps, Icons$19 as PixVerse, type CompoundedIcon$19 as PixVerseProps, Icons$18 as Player2, type CompoundedIcon$18 as Player2Props, Icons$17 as Poe, type CompoundedIcon$17 as PoeProps, Icons$16 as Pollinations, type CompoundedIcon$16 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$14 as PydanticAI, type CompoundedIcon$14 as PydanticAIProps, Icons$13 as Qingyan, type CompoundedIcon$13 as QingyanProps, Icons$12 as Qiniu, type CompoundedIcon$12 as QiniuProps, Icons$11 as Qwen, type CompoundedIcon$11 as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$X as RSSHub, type CompoundedIcon$X as RSSHubProps, Icons$10 as Railway, type CompoundedIcon$10 as RailwayProps, Icons$$ as Recraft, type CompoundedIcon$$ as RecraftProps, Icons$_ as Relace, type CompoundedIcon$_ as RelaceProps, Icons$Z as Replicate, type CompoundedIcon$Z as ReplicateProps, Icons$Y as Replit, type CompoundedIcon$Y as ReplitProps, Icons$W as Runway, type CompoundedIcon$W as RunwayProps, Icons$V as Rwkv, type CompoundedIcon$V as RwkvProps, Icons$U as SambaNova, type CompoundedIcon$U as SambaNovaProps, Icons$T as Search1API, type CompoundedIcon$T as Search1APIProps, Icons$S as SearchApi, type CompoundedIcon$S as SearchApiProps, Icons$R as SenseNova, type CompoundedIcon$R as SenseNovaProps, Icons$Q as SiliconCloud, type CompoundedIcon$Q as SiliconCloudProps, Icons$P as Skywork, type CompoundedIcon$P as SkyworkProps, Icons$O as Smithery, type CompoundedIcon$O as SmitheryProps, Icons$N as Snowflake, type CompoundedIcon$N as SnowflakeProps, Icons$M as SophNet, type CompoundedIcon$M as SophNetProps, Icons$L as Sora, type CompoundedIcon$L as SoraProps, Icons$K as Spark, type CompoundedIcon$K as SparkProps, Icons$J as Stability, type CompoundedIcon$J as StabilityProps, Icons$I as StateCloud, type CompoundedIcon$I as StateCloudProps, Icons$H as Stepfun, type CompoundedIcon$H as StepfunProps, Icons$G as Straico, type CompoundedIcon$G as StraicoProps, Icons$F as SubModel, type CompoundedIcon$F as SubModelProps, Icons$E as Suno, type CompoundedIcon$E as SunoProps, Icons$D as Sync, type CompoundedIcon$D as SyncProps, Icons$x as TII, type CompoundedIcon$x as TIIProps, Icons$C as Targon, type CompoundedIcon$C as TargonProps, Icons$B as Tavily, type CompoundedIcon$B as TavilyProps, Icons$A as Tencent, Icons$z as TencentCloud, type CompoundedIcon$z as TencentCloudProps, type CompoundedIcon$A as TencentProps, Icons$y as Tiangong, type CompoundedIcon$y as TiangongProps, Icons$w as Together, type CompoundedIcon$w as TogetherProps, Icons$v as TopazLabs, type CompoundedIcon$v as TopazLabsProps, Icons$u as Trae, type CompoundedIcon$u as TraeProps, Icons$t as Tripo, type CompoundedIcon$t as TripoProps, Icons$s as TuriX, type CompoundedIcon$s as TuriXProps, Icons$r as Udio, type CompoundedIcon$r as UdioProps, Icons$q as Unstructured, type CompoundedIcon$q as UnstructuredProps, Icons$p as Upstage, type CompoundedIcon$p as UpstageProps, Icons$o as V0, type CompoundedIcon$o as V0Props, Icons$n as VectorizerAI, type CompoundedIcon$n as VectorizerAIProps, Icons$m as Vercel, type CompoundedIcon$m as VercelProps, Icons$l as VertexAI, type CompoundedIcon$l as VertexAIProps, Icons$k as Vidu, type CompoundedIcon$k as ViduProps, Icons$j as Viggle, type CompoundedIcon$j as ViggleProps, Icons$i as Vllm, type CompoundedIcon$i as VllmProps, Icons$h as Volcengine, type CompoundedIcon$h as VolcengineProps, Icons$g as Voyage, type CompoundedIcon$g as VoyageProps, Icons$f as Wenxin, type CompoundedIcon$f as WenxinProps, Icons$e as Windsurf, type CompoundedIcon$e as WindsurfProps, Icons$d as WorkersAI, type CompoundedIcon$d as WorkersAIProps, Icons$c as XAI, type CompoundedIcon$c as XAIProps, Icons$b as Xinference, type CompoundedIcon$b as XinferenceProps, Icons$a as Xuanyuan, type CompoundedIcon$a as XuanyuanProps, Icons$9 as Yandex, type CompoundedIcon$9 as YandexProps, Icons$8 as Yi, type CompoundedIcon$8 as YiProps, Icons$7 as YouMind, type CompoundedIcon$7 as YouMindProps, Icons$6 as Yuanbao, type CompoundedIcon$6 as YuanbaoProps, Icons$5 as ZAI, type CompoundedIcon$5 as ZAIProps, Icons$4 as Zapier, type CompoundedIcon$4 as ZapierProps, Icons$3 as Zeabur, type CompoundedIcon$3 as ZeaburProps, Icons$2 as ZenMux, type CompoundedIcon$2 as ZenMuxProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };
|
|
6308
|
+
export { Icons$4b as Adobe, Icons$4a as AdobeFirefly, type CompoundedIcon$4a as AdobeFireflyProps, type CompoundedIcon$4b as AdobeProps, Icons$49 as Agui, type CompoundedIcon$49 as AguiProps, Icons$48 as Ai2, Icons$47 as Ai21, type CompoundedIcon$47 as Ai21Props, type CompoundedIcon$48 as Ai2Props, Icons$46 as Ai302, type CompoundedIcon$46 as Ai302Props, Icons$45 as Ai360, type CompoundedIcon$45 as Ai360Props, Icons$44 as AiHubMix, type CompoundedIcon$44 as AiHubMixProps, Icons$43 as AiMass, type CompoundedIcon$43 as AiMassProps, Icons$41 as AiStudio, type CompoundedIcon$41 as AiStudioProps, Icons$42 as AionLabs, type CompoundedIcon$42 as AionLabsProps, Icons$40 as AkashChat, type CompoundedIcon$40 as AkashChatProps, Icons$3$ as AlephAlpha, type CompoundedIcon$3$ as AlephAlphaProps, Icons$3_ as Alibaba, Icons$3Z as AlibabaCloud, type CompoundedIcon$3Z as AlibabaCloudProps, type CompoundedIcon$3_ as AlibabaProps, Icons$3Y as AntGroup, type CompoundedIcon$3Y as AntGroupProps, Icons$3X as Anthropic, type CompoundedIcon$3X as AnthropicProps, Icons$3W as Anyscale, type CompoundedIcon$3W as AnyscaleProps, Icons$3V as Apple, type CompoundedIcon$3V as AppleProps, Icons$3U as Arcee, type CompoundedIcon$3U as ArceeProps, Icons$3T as AssemblyAI, type CompoundedIcon$3T as AssemblyAIProps, Icons$3S as Automatic, type CompoundedIcon$3S as AutomaticProps, Icons$3R as Aws, type CompoundedIcon$3R as AwsProps, Icons$3Q as Aya, type CompoundedIcon$3Q as AyaProps, Icons$3P as Azure, Icons$3O as AzureAI, type CompoundedIcon$3O as AzureAIProps, type CompoundedIcon$3P as AzureProps, Icons$3N as BAAI, type CompoundedIcon$3N as BAAIProps, Icons$3M as Baichuan, type CompoundedIcon$3M as BaichuanProps, Icons$3L as Baidu, Icons$3K as BaiduCloud, type CompoundedIcon$3K as BaiduCloudProps, type CompoundedIcon$3L as BaiduProps, Icons$3J as Bailian, type CompoundedIcon$3J as BailianProps, Icons$3I as Baseten, type CompoundedIcon$3I as BasetenProps, Icons$3H as Bedrock, type CompoundedIcon$3H as BedrockProps, Icons$3G as Bfl, type CompoundedIcon$3G as BflProps, Icons$3F as Bilibili, Icons$3E as BilibiliIndex, type CompoundedIcon$3E as BilibiliIndexProps, type CompoundedIcon$3F as BilibiliProps, Icons$3D as Bing, type CompoundedIcon$3D as BingProps, Icons$3C as BurnCloud, type CompoundedIcon$3C as BurnCloudProps, Icons$3B as ByteDance, type CompoundedIcon$3B as ByteDanceProps, Icons$3A as CapCut, type CompoundedIcon$3A as CapCutProps, Icons$3z as CentML, type CompoundedIcon$3z as CentMLProps, Icons$3y as Cerebras, type CompoundedIcon$3y as CerebrasProps, Icons$3x as ChatGLM, type CompoundedIcon$3x as ChatGLMProps, Icons$3w as Civitai, type CompoundedIcon$3w as CivitaiProps, Icons$3v as Claude, type CompoundedIcon$3v as ClaudeProps, Icons$3u as Cline, type CompoundedIcon$3u as ClineProps, Icons$3t as Clipdrop, type CompoundedIcon$3t as ClipdropProps, Icons$3s as Cloudflare, type CompoundedIcon$3s as CloudflareProps, Icons$3r as CodeFlicker, type CompoundedIcon$3r as CodeFlickerProps, Icons$3q as CodeGeeX, type CompoundedIcon$3q as CodeGeeXProps, Icons$3p as CogVideo, type CompoundedIcon$3p as CogVideoProps, Icons$3o as CogView, type CompoundedIcon$3o as CogViewProps, Icons$3n as Cohere, type CompoundedIcon$3n as CohereProps, Icons$3m as Colab, type CompoundedIcon$3m as ColabProps, Icons$3l as CometAPI, type CompoundedIcon$3l as CometAPIProps, Icons$3k as ComfyUI, type CompoundedIcon$3k as ComfyUIProps, Icons$3j as CommandA, type CompoundedIcon$3j as CommandAProps, type CompoundedIcon$4c as CompoundedIcon, Icons$3i as Copilot, Icons$3h as CopilotKit, type CompoundedIcon$3h as CopilotKitProps, type CompoundedIcon$3i as CopilotProps, Icons$3g as Coqui, type CompoundedIcon$3g as CoquiProps, Icons$3f as Coze, type CompoundedIcon$3f as CozeProps, Icons$3e as CrewAI, type CompoundedIcon$3e as CrewAIProps, Icons$3d as Crusoe, type CompoundedIcon$3d as CrusoeProps, Icons$3c as Cursor, type CompoundedIcon$3c as CursorProps, Icons$3b as CyberCut, type CompoundedIcon$3b as CyberCutProps, Icons$3a as Dalle, type CompoundedIcon$3a as DalleProps, Icons$39 as Dbrx, type CompoundedIcon$39 as DbrxProps, Icons$38 as DeepAI, type CompoundedIcon$38 as DeepAIProps, Icons$37 as DeepCogito, type CompoundedIcon$37 as DeepCogitoProps, Icons$36 as DeepInfra, type CompoundedIcon$36 as DeepInfraProps, Icons$35 as DeepL, type CompoundedIcon$35 as DeepLProps, Icons$34 as DeepMind, type CompoundedIcon$34 as DeepMindProps, Icons$33 as DeepSeek, type CompoundedIcon$33 as DeepSeekProps, Icons$32 as Dify, type CompoundedIcon$32 as DifyProps, Icons$31 as Doc2X, type CompoundedIcon$31 as Doc2XProps, Icons$30 as DocSearch, type CompoundedIcon$30 as DocSearchProps, Icons$2$ as Dolphin, type CompoundedIcon$2$ as DolphinProps, Icons$2_ as Doubao, type CompoundedIcon$2_ as DoubaoProps, Icons$2Z as DreamMachine, type CompoundedIcon$2Z as DreamMachineProps, Icons$2Y as ElevenLabs, type CompoundedIcon$2Y as ElevenLabsProps, Icons$2X as ElevenX, type CompoundedIcon$2X as ElevenXProps, Icons$2W as EssentialAI, type CompoundedIcon$2W as EssentialAIProps, Icons$2V as Exa, type CompoundedIcon$2V as ExaProps, Icons$2U as Fal, type CompoundedIcon$2U as FalProps, Icons$2T as FastGPT, type CompoundedIcon$2T as FastGPTProps, Icons$2S as Featherless, type CompoundedIcon$2S as FeatherlessProps, Icons$2R as Figma, type CompoundedIcon$2R as FigmaProps, Icons$2Q as Fireworks, type CompoundedIcon$2Q as FireworksProps, Icons$2P as FishAudio, type CompoundedIcon$2P as FishAudioProps, Icons$2O as Flora, type CompoundedIcon$2O as FloraProps, Icons$2N as Flowith, type CompoundedIcon$2N as FlowithProps, Icons$2M as Flux, type CompoundedIcon$2M as FluxProps, Icons$2L as Friendli, type CompoundedIcon$2L as FriendliProps, Icons$2D as GLMV, type CompoundedIcon$2D as GLMVProps, Icons$2K as Gemini, type CompoundedIcon$2K as GeminiProps, Icons$2J as Gemma, type CompoundedIcon$2J as GemmaProps, Icons$2I as GiteeAI, type CompoundedIcon$2I as GiteeAIProps, Icons$2H as Github, Icons$2G as GithubCopilot, type CompoundedIcon$2G as GithubCopilotProps, type CompoundedIcon$2H as GithubProps, Icons$2F as Glama, type CompoundedIcon$2F as GlamaProps, Icons$2E as Glif, type CompoundedIcon$2E as GlifProps, Icons$2C as Google, Icons$2B as GoogleCloud, type CompoundedIcon$2B as GoogleCloudProps, type CompoundedIcon$2C as GoogleProps, Icons$2A as Goose, type CompoundedIcon$2A as GooseProps, Icons$2z as Gradio, type CompoundedIcon$2z as GradioProps, Icons$2y as Greptile, type CompoundedIcon$2y as GreptileProps, Icons$2x as Grok, type CompoundedIcon$2x as GrokProps, Icons$2w as Groq, type CompoundedIcon$2w as GroqProps, Icons$2v as Hailuo, type CompoundedIcon$2v as HailuoProps, Icons$2u as Haiper, type CompoundedIcon$2u as HaiperProps, Icons$2t as Hedra, type CompoundedIcon$2t as HedraProps, Icons$2s as Higress, type CompoundedIcon$2s as HigressProps, Icons$2r as Huawei, Icons$2q as HuaweiCloud, type CompoundedIcon$2q as HuaweiCloudProps, type CompoundedIcon$2r as HuaweiProps, Icons$2p as HuggingFace, type CompoundedIcon$2p as HuggingFaceProps, Icons$2o as Hunyuan, type CompoundedIcon$2o as HunyuanProps, Icons$2n as Hyperbolic, type CompoundedIcon$2n as HyperbolicProps, Icons$2m as IBM, type CompoundedIcon$2m as IBMProps, Icons$2k as IFlyTekCloud, type CompoundedIcon$2k as IFlyTekCloudProps, Icons$2l as Ideogram, type CompoundedIcon$2l as IdeogramProps, Icons$2j as Inception, type CompoundedIcon$2j as InceptionProps, Icons$2i as Inference, type CompoundedIcon$2i as InferenceProps, Icons$2h as Infermatic, type CompoundedIcon$2h as InfermaticProps, Icons$2g as Infinigence, type CompoundedIcon$2g as InfinigenceProps, Icons$2f as Inflection, type CompoundedIcon$2f as InflectionProps, Icons$2e as InternLM, type CompoundedIcon$2e as InternLMProps, Icons$2d as Jimeng, type CompoundedIcon$2d as JimengProps, Icons$2c as Jina, type CompoundedIcon$2c as JinaProps, Icons$2b as Kimi, type CompoundedIcon$2b as KimiProps, Icons$2a as Kling, type CompoundedIcon$2a as KlingProps, Icons$29 as Kluster, type CompoundedIcon$29 as KlusterProps, Icons$28 as Kolors, type CompoundedIcon$28 as KolorsProps, Icons$27 as Krea, type CompoundedIcon$27 as KreaProps, Icons$26 as KwaiKAT, type CompoundedIcon$26 as KwaiKATProps, Icons$25 as Kwaipilot, type CompoundedIcon$25 as KwaipilotProps, Icons$1_ as LG, type CompoundedIcon$1_ as LGProps, Icons$1V as LLaVA, type CompoundedIcon$1V as LLaVAProps, Icons$24 as Lambda, type CompoundedIcon$24 as LambdaProps, Icons$23 as LangChain, type CompoundedIcon$23 as LangChainProps, Icons$21 as LangGraph, type CompoundedIcon$21 as LangGraphProps, Icons$20 as LangSmith, type CompoundedIcon$20 as LangSmithProps, Icons$22 as Langfuse, type CompoundedIcon$22 as LangfuseProps, Icons$1$ as LeptonAI, type CompoundedIcon$1$ as LeptonAIProps, Icons$1Z as Lightricks, type CompoundedIcon$1Z as LightricksProps, Icons$1Y as Liquid, type CompoundedIcon$1Y as LiquidProps, Icons$1X as LiveKit, type CompoundedIcon$1X as LiveKitProps, Icons$1W as LlamaIndex, type CompoundedIcon$1W as LlamaIndexProps, Icons$1U as LmStudio, type CompoundedIcon$1U as LmStudioProps, Icons$1T as LobeHub, type CompoundedIcon$1T as LobeHubProps, Icons$1S as LongCat, type CompoundedIcon$1S as LongCatProps, Icons$1R as Lovable, type CompoundedIcon$1R as LovableProps, Icons$1Q as Luma, type CompoundedIcon$1Q as LumaProps, Icons$1L as MCP, type CompoundedIcon$1L as MCPProps, Icons$1P as Magic, type CompoundedIcon$1P as MagicProps, Icons$1O as Make, type CompoundedIcon$1O as MakeProps, Icons$1N as Manus, type CompoundedIcon$1N as ManusProps, Icons$1M as Mastra, type CompoundedIcon$1M as MastraProps, Icons$1K as McpSo, type CompoundedIcon$1K as McpSoProps, Icons$1J as Menlo, type CompoundedIcon$1J as MenloProps, Icons$1I as Meta, Icons$1H as MetaAI, type CompoundedIcon$1H as MetaAIProps, Icons$1G as MetaGPT, type CompoundedIcon$1G as MetaGPTProps, type CompoundedIcon$1I as MetaProps, Icons$1F as Microsoft, type CompoundedIcon$1F as MicrosoftProps, Icons$1E as Midjourney, type CompoundedIcon$1E as MidjourneyProps, Icons$1D as Minimax, type CompoundedIcon$1D as MinimaxProps, Icons$1C as Mistral, type CompoundedIcon$1C as MistralProps, RNModelIcon as ModelIcon, RNModelProvider as ModelProvider, Icons$1B as ModelScope, type CompoundedIcon$1B as ModelScopeProps, RNModelTag as ModelTag, Icons$1A as Monica, type CompoundedIcon$1A as MonicaProps, Icons$1z as Moonshot, type CompoundedIcon$1z as MoonshotProps, Icons$1y as Morph, type CompoundedIcon$1y as MorphProps, Icons$1x as MyShell, type CompoundedIcon$1x as MyShellProps, Icons$1w as N8n, type CompoundedIcon$1w as N8nProps, Icons$1n as NPLCloud, type CompoundedIcon$1n as NPLCloudProps, Icons$1v as Nebius, type CompoundedIcon$1v as NebiusProps, Icons$1u as NewAPI, type CompoundedIcon$1u as NewAPIProps, Icons$1t as NotebookLM, type CompoundedIcon$1t as NotebookLMProps, Icons$1s as Notion, type CompoundedIcon$1s as NotionProps, Icons$1r as NousResearch, type CompoundedIcon$1r as NousResearchProps, Icons$1q as Nova, type CompoundedIcon$1q as NovaProps, Icons$1p as NovelAI, type CompoundedIcon$1p as NovelAIProps, Icons$1o as Novita, type CompoundedIcon$1o as NovitaProps, Icons$1m as Nvidia, type CompoundedIcon$1m as NvidiaProps, Icons$1l as Ollama, type CompoundedIcon$1l as OllamaProps, Icons$1k as OpenAI, type CompoundedIcon$1k as OpenAIProps, Icons$1j as OpenChat, type CompoundedIcon$1j as OpenChatProps, Icons$1i as OpenRouter, type CompoundedIcon$1i as OpenRouterProps, Icons$1h as OpenWebUI, type CompoundedIcon$1h as OpenWebUIProps, Icons$16 as PPIO, type CompoundedIcon$16 as PPIOProps, Icons$1g as PaLM, type CompoundedIcon$1g as PaLMProps, Icons$1f as Parasail, type CompoundedIcon$1f as ParasailProps, Icons$1e as Perplexity, type CompoundedIcon$1e as PerplexityProps, Icons$1d as Phidata, type CompoundedIcon$1d as PhidataProps, Icons$1c as Phind, type CompoundedIcon$1c as PhindProps, Icons$1b as Pika, type CompoundedIcon$1b as PikaProps, Icons$1a as PixVerse, type CompoundedIcon$1a as PixVerseProps, Icons$19 as Player2, type CompoundedIcon$19 as Player2Props, Icons$18 as Poe, type CompoundedIcon$18 as PoeProps, Icons$17 as Pollinations, type CompoundedIcon$17 as PollinationsProps, RNProviderCombineMain as ProviderCombine, RNProviderIcon as ProviderIcon, Icons$15 as PydanticAI, type CompoundedIcon$15 as PydanticAIProps, Icons$14 as Qingyan, type CompoundedIcon$14 as QingyanProps, Icons$13 as Qiniu, type CompoundedIcon$13 as QiniuProps, Icons$12 as Qwen, type CompoundedIcon$12 as QwenProps, type RNIconAvatarProps$1 as RNIconAvatarProps, type RNIconCombineProps, type RNIconProps, type RNIconTextProps, Icons$Y as RSSHub, type CompoundedIcon$Y as RSSHubProps, Icons$11 as Railway, type CompoundedIcon$11 as RailwayProps, Icons$10 as Recraft, type CompoundedIcon$10 as RecraftProps, Icons$$ as Relace, type CompoundedIcon$$ as RelaceProps, Icons$_ as Replicate, type CompoundedIcon$_ as ReplicateProps, Icons$Z as Replit, type CompoundedIcon$Z as ReplitProps, Icons$X as Runway, type CompoundedIcon$X as RunwayProps, Icons$W as Rwkv, type CompoundedIcon$W as RwkvProps, Icons$V as SambaNova, type CompoundedIcon$V as SambaNovaProps, Icons$U as Search1API, type CompoundedIcon$U as Search1APIProps, Icons$T as SearchApi, type CompoundedIcon$T as SearchApiProps, Icons$S as SenseNova, type CompoundedIcon$S as SenseNovaProps, Icons$R as SiliconCloud, type CompoundedIcon$R as SiliconCloudProps, Icons$Q as Skywork, type CompoundedIcon$Q as SkyworkProps, Icons$P as Smithery, type CompoundedIcon$P as SmitheryProps, Icons$O as Snowflake, type CompoundedIcon$O as SnowflakeProps, Icons$N as SophNet, type CompoundedIcon$N as SophNetProps, Icons$M as Sora, type CompoundedIcon$M as SoraProps, Icons$L as Spark, type CompoundedIcon$L as SparkProps, Icons$K as Stability, type CompoundedIcon$K as StabilityProps, Icons$J as StateCloud, type CompoundedIcon$J as StateCloudProps, Icons$I as Stepfun, type CompoundedIcon$I as StepfunProps, Icons$H as Straico, type CompoundedIcon$H as StraicoProps, Icons$G as StreamLake, type CompoundedIcon$G as StreamLakeProps, Icons$F as SubModel, type CompoundedIcon$F as SubModelProps, Icons$E as Suno, type CompoundedIcon$E as SunoProps, Icons$D as Sync, type CompoundedIcon$D as SyncProps, Icons$x as TII, type CompoundedIcon$x as TIIProps, Icons$C as Targon, type CompoundedIcon$C as TargonProps, Icons$B as Tavily, type CompoundedIcon$B as TavilyProps, Icons$A as Tencent, Icons$z as TencentCloud, type CompoundedIcon$z as TencentCloudProps, type CompoundedIcon$A as TencentProps, Icons$y as Tiangong, type CompoundedIcon$y as TiangongProps, Icons$w as Together, type CompoundedIcon$w as TogetherProps, Icons$v as TopazLabs, type CompoundedIcon$v as TopazLabsProps, Icons$u as Trae, type CompoundedIcon$u as TraeProps, Icons$t as Tripo, type CompoundedIcon$t as TripoProps, Icons$s as TuriX, type CompoundedIcon$s as TuriXProps, Icons$r as Udio, type CompoundedIcon$r as UdioProps, Icons$q as Unstructured, type CompoundedIcon$q as UnstructuredProps, Icons$p as Upstage, type CompoundedIcon$p as UpstageProps, Icons$o as V0, type CompoundedIcon$o as V0Props, Icons$n as VectorizerAI, type CompoundedIcon$n as VectorizerAIProps, Icons$m as Vercel, type CompoundedIcon$m as VercelProps, Icons$l as VertexAI, type CompoundedIcon$l as VertexAIProps, Icons$k as Vidu, type CompoundedIcon$k as ViduProps, Icons$j as Viggle, type CompoundedIcon$j as ViggleProps, Icons$i as Vllm, type CompoundedIcon$i as VllmProps, Icons$h as Volcengine, type CompoundedIcon$h as VolcengineProps, Icons$g as Voyage, type CompoundedIcon$g as VoyageProps, Icons$f as Wenxin, type CompoundedIcon$f as WenxinProps, Icons$e as Windsurf, type CompoundedIcon$e as WindsurfProps, Icons$d as WorkersAI, type CompoundedIcon$d as WorkersAIProps, Icons$c as XAI, type CompoundedIcon$c as XAIProps, Icons$b as Xinference, type CompoundedIcon$b as XinferenceProps, Icons$a as Xuanyuan, type CompoundedIcon$a as XuanyuanProps, Icons$9 as Yandex, type CompoundedIcon$9 as YandexProps, Icons$8 as Yi, type CompoundedIcon$8 as YiProps, Icons$7 as YouMind, type CompoundedIcon$7 as YouMindProps, Icons$6 as Yuanbao, type CompoundedIcon$6 as YuanbaoProps, Icons$5 as ZAI, type CompoundedIcon$5 as ZAIProps, Icons$4 as Zapier, type CompoundedIcon$4 as ZapierProps, Icons$3 as Zeabur, type CompoundedIcon$3 as ZeaburProps, Icons$2 as ZenMux, type CompoundedIcon$2 as ZenMuxProps, Icons$1 as ZeroOne, type CompoundedIcon$1 as ZeroOneProps, Icons as Zhipu, type CompoundedIcon as ZhipuProps, rnModelMappings as modelMappings, rnProviderMappings as providerMappings };
|