@mijadesign/mobile-icons 0.0.1

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.
Files changed (69) hide show
  1. package/dist/es/icons/AddFill.js +55 -0
  2. package/dist/es/icons/Addcard.js +55 -0
  3. package/dist/es/icons/Addressbook.js +55 -0
  4. package/dist/es/icons/Admin.js +55 -0
  5. package/dist/es/icons/AdultManColor.js +54 -0
  6. package/dist/es/icons/AdultWomanColor.js +54 -0
  7. package/dist/es/icons/ArrowDown.js +55 -0
  8. package/dist/es/icons/ArrowLeft.js +55 -0
  9. package/dist/es/icons/ArrowRight.js +55 -0
  10. package/dist/es/icons/ArrowUp.js +55 -0
  11. package/dist/es/icons/AuthenticationFill.js +55 -0
  12. package/dist/es/icons/Banxuan.js +55 -0
  13. package/dist/es/icons/BoyColor.js +54 -0
  14. package/dist/es/icons/CameraFill.js +55 -0
  15. package/dist/es/icons/Check.js +55 -0
  16. package/dist/es/icons/CheckDisable.js +55 -0
  17. package/dist/es/icons/CheckFill.js +55 -0
  18. package/dist/es/icons/ClaimsDetailColor.js +54 -0
  19. package/dist/es/icons/Close.js +55 -0
  20. package/dist/es/icons/Code.js +55 -0
  21. package/dist/es/icons/Delete.js +55 -0
  22. package/dist/es/icons/DeleteFill.js +55 -0
  23. package/dist/es/icons/DirectClaimsColor.js +54 -0
  24. package/dist/es/icons/Edit.js +55 -0
  25. package/dist/es/icons/Exit.js +55 -0
  26. package/dist/es/icons/Failure.js +55 -0
  27. package/dist/es/icons/FailureFill.js +55 -0
  28. package/dist/es/icons/File.js +55 -0
  29. package/dist/es/icons/FinishFill.js +55 -0
  30. package/dist/es/icons/GeneraoInfoColor.js +54 -0
  31. package/dist/es/icons/GirlColor.js +54 -0
  32. package/dist/es/icons/GuaranteeFill.js +55 -0
  33. package/dist/es/icons/Hospital.js +55 -0
  34. package/dist/es/icons/IconFont.js +57 -0
  35. package/dist/es/icons/Information.js +55 -0
  36. package/dist/es/icons/InformationFill.js +55 -0
  37. package/dist/es/icons/Invisible.js +55 -0
  38. package/dist/es/icons/LoginOffColor.js +54 -0
  39. package/dist/es/icons/LoginOnColor.js +54 -0
  40. package/dist/es/icons/Modify.js +55 -0
  41. package/dist/es/icons/Phinenumber.js +55 -0
  42. package/dist/es/icons/Plus.js +55 -0
  43. package/dist/es/icons/Position.js +55 -0
  44. package/dist/es/icons/Problem.js +55 -0
  45. package/dist/es/icons/ProblemFill.js +55 -0
  46. package/dist/es/icons/QuickClaimsColor.js +54 -0
  47. package/dist/es/icons/Realname.js +55 -0
  48. package/dist/es/icons/Search.js +55 -0
  49. package/dist/es/icons/Selected.js +55 -0
  50. package/dist/es/icons/SelectedFill.js +55 -0
  51. package/dist/es/icons/SettlementpayFill.js +55 -0
  52. package/dist/es/icons/Step.js +55 -0
  53. package/dist/es/icons/Success.js +55 -0
  54. package/dist/es/icons/SuccessFill.js +55 -0
  55. package/dist/es/icons/SvgConfig.js +4 -0
  56. package/dist/es/icons/Time.js +55 -0
  57. package/dist/es/icons/TimeFill.js +55 -0
  58. package/dist/es/icons/Unselected.js +55 -0
  59. package/dist/es/icons/Visible.js +55 -0
  60. package/dist/es/icons/VisitchooseFill.js +55 -0
  61. package/dist/es/icons/Warning.js +55 -0
  62. package/dist/es/icons/WarningFill.js +55 -0
  63. package/dist/es/index.es.js +63 -0
  64. package/dist/lib/index.umd.js +5 -0
  65. package/dist/style_icon.css +1 -0
  66. package/dist/style_iconfont.css +1 -0
  67. package/dist/types/index.d.ts +1207 -0
  68. package/dist/types/mobile-icons.mjs +4646 -0
  69. package/package.json +58 -0
@@ -0,0 +1,1207 @@
1
+ import { default as React_2 } from 'react';
2
+ import { ReactElement } from 'react';
3
+ import { ReactHTML } from 'react';
4
+
5
+ export declare function Addcard<T>(props: Partial<IconProps_3> & T): ReactElement;
6
+
7
+ export declare namespace Addcard {
8
+ var defaultProps: IconProps_3;
9
+ var displayName: string;
10
+ }
11
+
12
+ export declare function AddFill<T>(props: Partial<IconProps_2> & T): ReactElement;
13
+
14
+ export declare namespace AddFill {
15
+ var defaultProps: IconProps_2;
16
+ var displayName: string;
17
+ }
18
+
19
+ export declare function Addressbook<T>(props: Partial<IconProps_4> & T): ReactElement;
20
+
21
+ export declare namespace Addressbook {
22
+ var defaultProps: IconProps_4;
23
+ var displayName: string;
24
+ }
25
+
26
+ export declare function Admin<T>(props: Partial<IconProps_5> & T): ReactElement;
27
+
28
+ export declare namespace Admin {
29
+ var defaultProps: IconProps_5;
30
+ var displayName: string;
31
+ }
32
+
33
+ export declare function AdultManColor<T>(props: Partial<IconProps_52> & T): ReactElement;
34
+
35
+ export declare namespace AdultManColor {
36
+ var defaultProps: IconProps_52;
37
+ var displayName: string;
38
+ }
39
+
40
+ export declare function AdultWomanColor<T>(props: Partial<IconProps_53> & T): ReactElement;
41
+
42
+ export declare namespace AdultWomanColor {
43
+ var defaultProps: IconProps_53;
44
+ var displayName: string;
45
+ }
46
+
47
+ export declare function ArrowDown<T>(props: Partial<IconProps_6> & T): ReactElement;
48
+
49
+ export declare namespace ArrowDown {
50
+ var defaultProps: IconProps_6;
51
+ var displayName: string;
52
+ }
53
+
54
+ export declare function ArrowLeft<T>(props: Partial<IconProps_7> & T): ReactElement;
55
+
56
+ export declare namespace ArrowLeft {
57
+ var defaultProps: IconProps_7;
58
+ var displayName: string;
59
+ }
60
+
61
+ export declare function ArrowRight<T>(props: Partial<IconProps_8> & T): ReactElement;
62
+
63
+ export declare namespace ArrowRight {
64
+ var defaultProps: IconProps_8;
65
+ var displayName: string;
66
+ }
67
+
68
+ export declare function ArrowUp<T>(props: Partial<IconProps_9> & T): ReactElement;
69
+
70
+ export declare namespace ArrowUp {
71
+ var defaultProps: IconProps_9;
72
+ var displayName: string;
73
+ }
74
+
75
+ export declare function AuthenticationFill<T>(props: Partial<IconProps_10> & T): ReactElement;
76
+
77
+ export declare namespace AuthenticationFill {
78
+ var defaultProps: IconProps_10;
79
+ var displayName: string;
80
+ }
81
+
82
+ export declare function Banxuan<T>(props: Partial<IconProps_11> & T): ReactElement;
83
+
84
+ export declare namespace Banxuan {
85
+ var defaultProps: IconProps_11;
86
+ var displayName: string;
87
+ }
88
+
89
+ export declare function BoyColor<T>(props: Partial<IconProps_54> & T): ReactElement;
90
+
91
+ export declare namespace BoyColor {
92
+ var defaultProps: IconProps_54;
93
+ var displayName: string;
94
+ }
95
+
96
+ export declare function CameraFill<T>(props: Partial<IconProps_12> & T): ReactElement;
97
+
98
+ export declare namespace CameraFill {
99
+ var defaultProps: IconProps_12;
100
+ var displayName: string;
101
+ }
102
+
103
+ export declare function Check<T>(props: Partial<IconProps_15> & T): ReactElement;
104
+
105
+ export declare namespace Check {
106
+ var defaultProps: IconProps_15;
107
+ var displayName: string;
108
+ }
109
+
110
+ export declare function CheckDisable<T>(props: Partial<IconProps_13> & T): ReactElement;
111
+
112
+ export declare namespace CheckDisable {
113
+ var defaultProps: IconProps_13;
114
+ var displayName: string;
115
+ }
116
+
117
+ export declare function CheckFill<T>(props: Partial<IconProps_14> & T): ReactElement;
118
+
119
+ export declare namespace CheckFill {
120
+ var defaultProps: IconProps_14;
121
+ var displayName: string;
122
+ }
123
+
124
+ export declare function ClaimsDetailColor<T>(props: Partial<IconProps_55> & T): ReactElement;
125
+
126
+ export declare namespace ClaimsDetailColor {
127
+ var defaultProps: IconProps_55;
128
+ var displayName: string;
129
+ }
130
+
131
+ export declare function Close<T>(props: Partial<IconProps_16> & T): ReactElement;
132
+
133
+ export declare namespace Close {
134
+ var defaultProps: IconProps_16;
135
+ var displayName: string;
136
+ }
137
+
138
+ export declare function Code<T>(props: Partial<IconProps_17> & T): ReactElement;
139
+
140
+ export declare namespace Code {
141
+ var defaultProps: IconProps_17;
142
+ var displayName: string;
143
+ }
144
+
145
+ export declare function Delete<T>(props: Partial<IconProps_19> & T): ReactElement;
146
+
147
+ export declare namespace Delete {
148
+ var defaultProps: IconProps_19;
149
+ var displayName: string;
150
+ }
151
+
152
+ export declare function DeleteFill<T>(props: Partial<IconProps_18> & T): ReactElement;
153
+
154
+ export declare namespace DeleteFill {
155
+ var defaultProps: IconProps_18;
156
+ var displayName: string;
157
+ }
158
+
159
+ export declare function DirectClaimsColor<T>(props: Partial<IconProps_56> & T): ReactElement;
160
+
161
+ export declare namespace DirectClaimsColor {
162
+ var defaultProps: IconProps_56;
163
+ var displayName: string;
164
+ }
165
+
166
+ export declare function Edit<T>(props: Partial<IconProps_20> & T): ReactElement;
167
+
168
+ export declare namespace Edit {
169
+ var defaultProps: IconProps_20;
170
+ var displayName: string;
171
+ }
172
+
173
+ export declare function Exit<T>(props: Partial<IconProps_21> & T): ReactElement;
174
+
175
+ export declare namespace Exit {
176
+ var defaultProps: IconProps_21;
177
+ var displayName: string;
178
+ }
179
+
180
+ export declare function Failure<T>(props: Partial<IconProps_23> & T): ReactElement;
181
+
182
+ export declare namespace Failure {
183
+ var defaultProps: IconProps_23;
184
+ var displayName: string;
185
+ }
186
+
187
+ export declare function FailureFill<T>(props: Partial<IconProps_22> & T): ReactElement;
188
+
189
+ export declare namespace FailureFill {
190
+ var defaultProps: IconProps_22;
191
+ var displayName: string;
192
+ }
193
+
194
+ declare function File_2<T>(props: Partial<IconProps_24> & T): ReactElement;
195
+
196
+ declare namespace File_2 {
197
+ var defaultProps: IconProps_24;
198
+ var displayName: string;
199
+ }
200
+ export { File_2 as File }
201
+
202
+ export declare function FinishFill<T>(props: Partial<IconProps_25> & T): ReactElement;
203
+
204
+ export declare namespace FinishFill {
205
+ var defaultProps: IconProps_25;
206
+ var displayName: string;
207
+ }
208
+
209
+ export declare function GeneraoInfoColor<T>(props: Partial<IconProps_57> & T): ReactElement;
210
+
211
+ export declare namespace GeneraoInfoColor {
212
+ var defaultProps: IconProps_57;
213
+ var displayName: string;
214
+ }
215
+
216
+ export declare function GirlColor<T>(props: Partial<IconProps_58> & T): ReactElement;
217
+
218
+ export declare namespace GirlColor {
219
+ var defaultProps: IconProps_58;
220
+ var displayName: string;
221
+ }
222
+
223
+ export declare function GuaranteeFill<T>(props: Partial<IconProps_26> & T): ReactElement;
224
+
225
+ export declare namespace GuaranteeFill {
226
+ var defaultProps: IconProps_26;
227
+ var displayName: string;
228
+ }
229
+
230
+ export declare function Hospital<T>(props: Partial<IconProps_27> & T): ReactElement;
231
+
232
+ export declare namespace Hospital {
233
+ var defaultProps: IconProps_27;
234
+ var displayName: string;
235
+ }
236
+
237
+ export declare function IconFont<T>(props: Partial<IconProps> & T): ReactElement;
238
+
239
+ export declare namespace IconFont {
240
+ var defaultProps: IconProps;
241
+ var displayName: string;
242
+ }
243
+
244
+ declare interface IconProps {
245
+ name: string;
246
+ size: string | number;
247
+ classPrefix: string;
248
+ color: string;
249
+ tag: keyof ReactHTML;
250
+ onClick: (e: MouseEvent) => void;
251
+ fontClassName: string;
252
+ className: string;
253
+ style: React_2.CSSProperties;
254
+ children: React_2.ReactNode;
255
+ }
256
+
257
+ declare interface IconProps_10 {
258
+ size: string | number;
259
+ classPrefix: string;
260
+ color: string;
261
+ tag: keyof ReactHTML;
262
+ logValue?: string;
263
+ onClick: (e: MouseEvent) => void;
264
+ fontClassName: string;
265
+ className: string;
266
+ style: React_2.CSSProperties;
267
+ children: React_2.ReactNode;
268
+ }
269
+
270
+ declare interface IconProps_11 {
271
+ size: string | number;
272
+ classPrefix: string;
273
+ color: string;
274
+ tag: keyof ReactHTML;
275
+ logValue?: string;
276
+ onClick: (e: MouseEvent) => void;
277
+ fontClassName: string;
278
+ className: string;
279
+ style: React_2.CSSProperties;
280
+ children: React_2.ReactNode;
281
+ }
282
+
283
+ declare interface IconProps_12 {
284
+ size: string | number;
285
+ classPrefix: string;
286
+ color: string;
287
+ tag: keyof ReactHTML;
288
+ logValue?: string;
289
+ onClick: (e: MouseEvent) => void;
290
+ fontClassName: string;
291
+ className: string;
292
+ style: React_2.CSSProperties;
293
+ children: React_2.ReactNode;
294
+ }
295
+
296
+ declare interface IconProps_13 {
297
+ size: string | number;
298
+ classPrefix: string;
299
+ color: string;
300
+ tag: keyof ReactHTML;
301
+ logValue?: string;
302
+ onClick: (e: MouseEvent) => void;
303
+ fontClassName: string;
304
+ className: string;
305
+ style: React_2.CSSProperties;
306
+ children: React_2.ReactNode;
307
+ }
308
+
309
+ declare interface IconProps_14 {
310
+ size: string | number;
311
+ classPrefix: string;
312
+ color: string;
313
+ tag: keyof ReactHTML;
314
+ logValue?: string;
315
+ onClick: (e: MouseEvent) => void;
316
+ fontClassName: string;
317
+ className: string;
318
+ style: React_2.CSSProperties;
319
+ children: React_2.ReactNode;
320
+ }
321
+
322
+ declare interface IconProps_15 {
323
+ size: string | number;
324
+ classPrefix: string;
325
+ color: string;
326
+ tag: keyof ReactHTML;
327
+ logValue?: string;
328
+ onClick: (e: MouseEvent) => void;
329
+ fontClassName: string;
330
+ className: string;
331
+ style: React_2.CSSProperties;
332
+ children: React_2.ReactNode;
333
+ }
334
+
335
+ declare interface IconProps_16 {
336
+ size: string | number;
337
+ classPrefix: string;
338
+ color: string;
339
+ tag: keyof ReactHTML;
340
+ logValue?: string;
341
+ onClick: (e: MouseEvent) => void;
342
+ fontClassName: string;
343
+ className: string;
344
+ style: React_2.CSSProperties;
345
+ children: React_2.ReactNode;
346
+ }
347
+
348
+ declare interface IconProps_17 {
349
+ size: string | number;
350
+ classPrefix: string;
351
+ color: string;
352
+ tag: keyof ReactHTML;
353
+ logValue?: string;
354
+ onClick: (e: MouseEvent) => void;
355
+ fontClassName: string;
356
+ className: string;
357
+ style: React_2.CSSProperties;
358
+ children: React_2.ReactNode;
359
+ }
360
+
361
+ declare interface IconProps_18 {
362
+ size: string | number;
363
+ classPrefix: string;
364
+ color: string;
365
+ tag: keyof ReactHTML;
366
+ logValue?: string;
367
+ onClick: (e: MouseEvent) => void;
368
+ fontClassName: string;
369
+ className: string;
370
+ style: React_2.CSSProperties;
371
+ children: React_2.ReactNode;
372
+ }
373
+
374
+ declare interface IconProps_19 {
375
+ size: string | number;
376
+ classPrefix: string;
377
+ color: string;
378
+ tag: keyof ReactHTML;
379
+ logValue?: string;
380
+ onClick: (e: MouseEvent) => void;
381
+ fontClassName: string;
382
+ className: string;
383
+ style: React_2.CSSProperties;
384
+ children: React_2.ReactNode;
385
+ }
386
+
387
+ declare interface IconProps_2 {
388
+ size: string | number;
389
+ classPrefix: string;
390
+ color: string;
391
+ tag: keyof ReactHTML;
392
+ logValue?: string;
393
+ onClick: (e: MouseEvent) => void;
394
+ fontClassName: string;
395
+ className: string;
396
+ style: React_2.CSSProperties;
397
+ children: React_2.ReactNode;
398
+ }
399
+
400
+ declare interface IconProps_20 {
401
+ size: string | number;
402
+ classPrefix: string;
403
+ color: string;
404
+ tag: keyof ReactHTML;
405
+ logValue?: string;
406
+ onClick: (e: MouseEvent) => void;
407
+ fontClassName: string;
408
+ className: string;
409
+ style: React_2.CSSProperties;
410
+ children: React_2.ReactNode;
411
+ }
412
+
413
+ declare interface IconProps_21 {
414
+ size: string | number;
415
+ classPrefix: string;
416
+ color: string;
417
+ tag: keyof ReactHTML;
418
+ logValue?: string;
419
+ onClick: (e: MouseEvent) => void;
420
+ fontClassName: string;
421
+ className: string;
422
+ style: React_2.CSSProperties;
423
+ children: React_2.ReactNode;
424
+ }
425
+
426
+ declare interface IconProps_22 {
427
+ size: string | number;
428
+ classPrefix: string;
429
+ color: string;
430
+ tag: keyof ReactHTML;
431
+ logValue?: string;
432
+ onClick: (e: MouseEvent) => void;
433
+ fontClassName: string;
434
+ className: string;
435
+ style: React_2.CSSProperties;
436
+ children: React_2.ReactNode;
437
+ }
438
+
439
+ declare interface IconProps_23 {
440
+ size: string | number;
441
+ classPrefix: string;
442
+ color: string;
443
+ tag: keyof ReactHTML;
444
+ logValue?: string;
445
+ onClick: (e: MouseEvent) => void;
446
+ fontClassName: string;
447
+ className: string;
448
+ style: React_2.CSSProperties;
449
+ children: React_2.ReactNode;
450
+ }
451
+
452
+ declare interface IconProps_24 {
453
+ size: string | number;
454
+ classPrefix: string;
455
+ color: string;
456
+ tag: keyof ReactHTML;
457
+ logValue?: string;
458
+ onClick: (e: MouseEvent) => void;
459
+ fontClassName: string;
460
+ className: string;
461
+ style: React_2.CSSProperties;
462
+ children: React_2.ReactNode;
463
+ }
464
+
465
+ declare interface IconProps_25 {
466
+ size: string | number;
467
+ classPrefix: string;
468
+ color: string;
469
+ tag: keyof ReactHTML;
470
+ logValue?: string;
471
+ onClick: (e: MouseEvent) => void;
472
+ fontClassName: string;
473
+ className: string;
474
+ style: React_2.CSSProperties;
475
+ children: React_2.ReactNode;
476
+ }
477
+
478
+ declare interface IconProps_26 {
479
+ size: string | number;
480
+ classPrefix: string;
481
+ color: string;
482
+ tag: keyof ReactHTML;
483
+ logValue?: string;
484
+ onClick: (e: MouseEvent) => void;
485
+ fontClassName: string;
486
+ className: string;
487
+ style: React_2.CSSProperties;
488
+ children: React_2.ReactNode;
489
+ }
490
+
491
+ declare interface IconProps_27 {
492
+ size: string | number;
493
+ classPrefix: string;
494
+ color: string;
495
+ tag: keyof ReactHTML;
496
+ logValue?: string;
497
+ onClick: (e: MouseEvent) => void;
498
+ fontClassName: string;
499
+ className: string;
500
+ style: React_2.CSSProperties;
501
+ children: React_2.ReactNode;
502
+ }
503
+
504
+ declare interface IconProps_28 {
505
+ size: string | number;
506
+ classPrefix: string;
507
+ color: string;
508
+ tag: keyof ReactHTML;
509
+ logValue?: string;
510
+ onClick: (e: MouseEvent) => void;
511
+ fontClassName: string;
512
+ className: string;
513
+ style: React_2.CSSProperties;
514
+ children: React_2.ReactNode;
515
+ }
516
+
517
+ declare interface IconProps_29 {
518
+ size: string | number;
519
+ classPrefix: string;
520
+ color: string;
521
+ tag: keyof ReactHTML;
522
+ logValue?: string;
523
+ onClick: (e: MouseEvent) => void;
524
+ fontClassName: string;
525
+ className: string;
526
+ style: React_2.CSSProperties;
527
+ children: React_2.ReactNode;
528
+ }
529
+
530
+ declare interface IconProps_3 {
531
+ size: string | number;
532
+ classPrefix: string;
533
+ color: string;
534
+ tag: keyof ReactHTML;
535
+ logValue?: string;
536
+ onClick: (e: MouseEvent) => void;
537
+ fontClassName: string;
538
+ className: string;
539
+ style: React_2.CSSProperties;
540
+ children: React_2.ReactNode;
541
+ }
542
+
543
+ declare interface IconProps_30 {
544
+ size: string | number;
545
+ classPrefix: string;
546
+ color: string;
547
+ tag: keyof ReactHTML;
548
+ logValue?: string;
549
+ onClick: (e: MouseEvent) => void;
550
+ fontClassName: string;
551
+ className: string;
552
+ style: React_2.CSSProperties;
553
+ children: React_2.ReactNode;
554
+ }
555
+
556
+ declare interface IconProps_31 {
557
+ size: string | number;
558
+ classPrefix: string;
559
+ color: string;
560
+ tag: keyof ReactHTML;
561
+ logValue?: string;
562
+ onClick: (e: MouseEvent) => void;
563
+ fontClassName: string;
564
+ className: string;
565
+ style: React_2.CSSProperties;
566
+ children: React_2.ReactNode;
567
+ }
568
+
569
+ declare interface IconProps_32 {
570
+ size: string | number;
571
+ classPrefix: string;
572
+ color: string;
573
+ tag: keyof ReactHTML;
574
+ logValue?: string;
575
+ onClick: (e: MouseEvent) => void;
576
+ fontClassName: string;
577
+ className: string;
578
+ style: React_2.CSSProperties;
579
+ children: React_2.ReactNode;
580
+ }
581
+
582
+ declare interface IconProps_33 {
583
+ size: string | number;
584
+ classPrefix: string;
585
+ color: string;
586
+ tag: keyof ReactHTML;
587
+ logValue?: string;
588
+ onClick: (e: MouseEvent) => void;
589
+ fontClassName: string;
590
+ className: string;
591
+ style: React_2.CSSProperties;
592
+ children: React_2.ReactNode;
593
+ }
594
+
595
+ declare interface IconProps_34 {
596
+ size: string | number;
597
+ classPrefix: string;
598
+ color: string;
599
+ tag: keyof ReactHTML;
600
+ logValue?: string;
601
+ onClick: (e: MouseEvent) => void;
602
+ fontClassName: string;
603
+ className: string;
604
+ style: React_2.CSSProperties;
605
+ children: React_2.ReactNode;
606
+ }
607
+
608
+ declare interface IconProps_35 {
609
+ size: string | number;
610
+ classPrefix: string;
611
+ color: string;
612
+ tag: keyof ReactHTML;
613
+ logValue?: string;
614
+ onClick: (e: MouseEvent) => void;
615
+ fontClassName: string;
616
+ className: string;
617
+ style: React_2.CSSProperties;
618
+ children: React_2.ReactNode;
619
+ }
620
+
621
+ declare interface IconProps_36 {
622
+ size: string | number;
623
+ classPrefix: string;
624
+ color: string;
625
+ tag: keyof ReactHTML;
626
+ logValue?: string;
627
+ onClick: (e: MouseEvent) => void;
628
+ fontClassName: string;
629
+ className: string;
630
+ style: React_2.CSSProperties;
631
+ children: React_2.ReactNode;
632
+ }
633
+
634
+ declare interface IconProps_37 {
635
+ size: string | number;
636
+ classPrefix: string;
637
+ color: string;
638
+ tag: keyof ReactHTML;
639
+ logValue?: string;
640
+ onClick: (e: MouseEvent) => void;
641
+ fontClassName: string;
642
+ className: string;
643
+ style: React_2.CSSProperties;
644
+ children: React_2.ReactNode;
645
+ }
646
+
647
+ declare interface IconProps_38 {
648
+ size: string | number;
649
+ classPrefix: string;
650
+ color: string;
651
+ tag: keyof ReactHTML;
652
+ logValue?: string;
653
+ onClick: (e: MouseEvent) => void;
654
+ fontClassName: string;
655
+ className: string;
656
+ style: React_2.CSSProperties;
657
+ children: React_2.ReactNode;
658
+ }
659
+
660
+ declare interface IconProps_39 {
661
+ size: string | number;
662
+ classPrefix: string;
663
+ color: string;
664
+ tag: keyof ReactHTML;
665
+ logValue?: string;
666
+ onClick: (e: MouseEvent) => void;
667
+ fontClassName: string;
668
+ className: string;
669
+ style: React_2.CSSProperties;
670
+ children: React_2.ReactNode;
671
+ }
672
+
673
+ declare interface IconProps_4 {
674
+ size: string | number;
675
+ classPrefix: string;
676
+ color: string;
677
+ tag: keyof ReactHTML;
678
+ logValue?: string;
679
+ onClick: (e: MouseEvent) => void;
680
+ fontClassName: string;
681
+ className: string;
682
+ style: React_2.CSSProperties;
683
+ children: React_2.ReactNode;
684
+ }
685
+
686
+ declare interface IconProps_40 {
687
+ size: string | number;
688
+ classPrefix: string;
689
+ color: string;
690
+ tag: keyof ReactHTML;
691
+ logValue?: string;
692
+ onClick: (e: MouseEvent) => void;
693
+ fontClassName: string;
694
+ className: string;
695
+ style: React_2.CSSProperties;
696
+ children: React_2.ReactNode;
697
+ }
698
+
699
+ declare interface IconProps_41 {
700
+ size: string | number;
701
+ classPrefix: string;
702
+ color: string;
703
+ tag: keyof ReactHTML;
704
+ logValue?: string;
705
+ onClick: (e: MouseEvent) => void;
706
+ fontClassName: string;
707
+ className: string;
708
+ style: React_2.CSSProperties;
709
+ children: React_2.ReactNode;
710
+ }
711
+
712
+ declare interface IconProps_42 {
713
+ size: string | number;
714
+ classPrefix: string;
715
+ color: string;
716
+ tag: keyof ReactHTML;
717
+ logValue?: string;
718
+ onClick: (e: MouseEvent) => void;
719
+ fontClassName: string;
720
+ className: string;
721
+ style: React_2.CSSProperties;
722
+ children: React_2.ReactNode;
723
+ }
724
+
725
+ declare interface IconProps_43 {
726
+ size: string | number;
727
+ classPrefix: string;
728
+ color: string;
729
+ tag: keyof ReactHTML;
730
+ logValue?: string;
731
+ onClick: (e: MouseEvent) => void;
732
+ fontClassName: string;
733
+ className: string;
734
+ style: React_2.CSSProperties;
735
+ children: React_2.ReactNode;
736
+ }
737
+
738
+ declare interface IconProps_44 {
739
+ size: string | number;
740
+ classPrefix: string;
741
+ color: string;
742
+ tag: keyof ReactHTML;
743
+ logValue?: string;
744
+ onClick: (e: MouseEvent) => void;
745
+ fontClassName: string;
746
+ className: string;
747
+ style: React_2.CSSProperties;
748
+ children: React_2.ReactNode;
749
+ }
750
+
751
+ declare interface IconProps_45 {
752
+ size: string | number;
753
+ classPrefix: string;
754
+ color: string;
755
+ tag: keyof ReactHTML;
756
+ logValue?: string;
757
+ onClick: (e: MouseEvent) => void;
758
+ fontClassName: string;
759
+ className: string;
760
+ style: React_2.CSSProperties;
761
+ children: React_2.ReactNode;
762
+ }
763
+
764
+ declare interface IconProps_46 {
765
+ size: string | number;
766
+ classPrefix: string;
767
+ color: string;
768
+ tag: keyof ReactHTML;
769
+ logValue?: string;
770
+ onClick: (e: MouseEvent) => void;
771
+ fontClassName: string;
772
+ className: string;
773
+ style: React_2.CSSProperties;
774
+ children: React_2.ReactNode;
775
+ }
776
+
777
+ declare interface IconProps_47 {
778
+ size: string | number;
779
+ classPrefix: string;
780
+ color: string;
781
+ tag: keyof ReactHTML;
782
+ logValue?: string;
783
+ onClick: (e: MouseEvent) => void;
784
+ fontClassName: string;
785
+ className: string;
786
+ style: React_2.CSSProperties;
787
+ children: React_2.ReactNode;
788
+ }
789
+
790
+ declare interface IconProps_48 {
791
+ size: string | number;
792
+ classPrefix: string;
793
+ color: string;
794
+ tag: keyof ReactHTML;
795
+ logValue?: string;
796
+ onClick: (e: MouseEvent) => void;
797
+ fontClassName: string;
798
+ className: string;
799
+ style: React_2.CSSProperties;
800
+ children: React_2.ReactNode;
801
+ }
802
+
803
+ declare interface IconProps_49 {
804
+ size: string | number;
805
+ classPrefix: string;
806
+ color: string;
807
+ tag: keyof ReactHTML;
808
+ logValue?: string;
809
+ onClick: (e: MouseEvent) => void;
810
+ fontClassName: string;
811
+ className: string;
812
+ style: React_2.CSSProperties;
813
+ children: React_2.ReactNode;
814
+ }
815
+
816
+ declare interface IconProps_5 {
817
+ size: string | number;
818
+ classPrefix: string;
819
+ color: string;
820
+ tag: keyof ReactHTML;
821
+ logValue?: string;
822
+ onClick: (e: MouseEvent) => void;
823
+ fontClassName: string;
824
+ className: string;
825
+ style: React_2.CSSProperties;
826
+ children: React_2.ReactNode;
827
+ }
828
+
829
+ declare interface IconProps_50 {
830
+ size: string | number;
831
+ classPrefix: string;
832
+ color: string;
833
+ tag: keyof ReactHTML;
834
+ logValue?: string;
835
+ onClick: (e: MouseEvent) => void;
836
+ fontClassName: string;
837
+ className: string;
838
+ style: React_2.CSSProperties;
839
+ children: React_2.ReactNode;
840
+ }
841
+
842
+ declare interface IconProps_51 {
843
+ size: string | number;
844
+ classPrefix: string;
845
+ color: string;
846
+ tag: keyof ReactHTML;
847
+ logValue?: string;
848
+ onClick: (e: MouseEvent) => void;
849
+ fontClassName: string;
850
+ className: string;
851
+ style: React_2.CSSProperties;
852
+ children: React_2.ReactNode;
853
+ }
854
+
855
+ declare interface IconProps_52 {
856
+ classPrefix: string;
857
+ tag: keyof ReactHTML;
858
+ size: string | number;
859
+ onClick: (e: MouseEvent) => void;
860
+ className: string;
861
+ logValue?: string;
862
+ style: React_2.CSSProperties;
863
+ children: React_2.ReactNode;
864
+ }
865
+
866
+ declare interface IconProps_53 {
867
+ classPrefix: string;
868
+ tag: keyof ReactHTML;
869
+ size: string | number;
870
+ onClick: (e: MouseEvent) => void;
871
+ className: string;
872
+ logValue?: string;
873
+ style: React_2.CSSProperties;
874
+ children: React_2.ReactNode;
875
+ }
876
+
877
+ declare interface IconProps_54 {
878
+ classPrefix: string;
879
+ tag: keyof ReactHTML;
880
+ size: string | number;
881
+ onClick: (e: MouseEvent) => void;
882
+ className: string;
883
+ logValue?: string;
884
+ style: React_2.CSSProperties;
885
+ children: React_2.ReactNode;
886
+ }
887
+
888
+ declare interface IconProps_55 {
889
+ classPrefix: string;
890
+ tag: keyof ReactHTML;
891
+ size: string | number;
892
+ onClick: (e: MouseEvent) => void;
893
+ className: string;
894
+ logValue?: string;
895
+ style: React_2.CSSProperties;
896
+ children: React_2.ReactNode;
897
+ }
898
+
899
+ declare interface IconProps_56 {
900
+ classPrefix: string;
901
+ tag: keyof ReactHTML;
902
+ size: string | number;
903
+ onClick: (e: MouseEvent) => void;
904
+ className: string;
905
+ logValue?: string;
906
+ style: React_2.CSSProperties;
907
+ children: React_2.ReactNode;
908
+ }
909
+
910
+ declare interface IconProps_57 {
911
+ classPrefix: string;
912
+ tag: keyof ReactHTML;
913
+ size: string | number;
914
+ onClick: (e: MouseEvent) => void;
915
+ className: string;
916
+ logValue?: string;
917
+ style: React_2.CSSProperties;
918
+ children: React_2.ReactNode;
919
+ }
920
+
921
+ declare interface IconProps_58 {
922
+ classPrefix: string;
923
+ tag: keyof ReactHTML;
924
+ size: string | number;
925
+ onClick: (e: MouseEvent) => void;
926
+ className: string;
927
+ logValue?: string;
928
+ style: React_2.CSSProperties;
929
+ children: React_2.ReactNode;
930
+ }
931
+
932
+ declare interface IconProps_59 {
933
+ classPrefix: string;
934
+ tag: keyof ReactHTML;
935
+ size: string | number;
936
+ onClick: (e: MouseEvent) => void;
937
+ className: string;
938
+ logValue?: string;
939
+ style: React_2.CSSProperties;
940
+ children: React_2.ReactNode;
941
+ }
942
+
943
+ declare interface IconProps_6 {
944
+ size: string | number;
945
+ classPrefix: string;
946
+ color: string;
947
+ tag: keyof ReactHTML;
948
+ logValue?: string;
949
+ onClick: (e: MouseEvent) => void;
950
+ fontClassName: string;
951
+ className: string;
952
+ style: React_2.CSSProperties;
953
+ children: React_2.ReactNode;
954
+ }
955
+
956
+ declare interface IconProps_60 {
957
+ classPrefix: string;
958
+ tag: keyof ReactHTML;
959
+ size: string | number;
960
+ onClick: (e: MouseEvent) => void;
961
+ className: string;
962
+ logValue?: string;
963
+ style: React_2.CSSProperties;
964
+ children: React_2.ReactNode;
965
+ }
966
+
967
+ declare interface IconProps_61 {
968
+ classPrefix: string;
969
+ tag: keyof ReactHTML;
970
+ size: string | number;
971
+ onClick: (e: MouseEvent) => void;
972
+ className: string;
973
+ logValue?: string;
974
+ style: React_2.CSSProperties;
975
+ children: React_2.ReactNode;
976
+ }
977
+
978
+ declare interface IconProps_7 {
979
+ size: string | number;
980
+ classPrefix: string;
981
+ color: string;
982
+ tag: keyof ReactHTML;
983
+ logValue?: string;
984
+ onClick: (e: MouseEvent) => void;
985
+ fontClassName: string;
986
+ className: string;
987
+ style: React_2.CSSProperties;
988
+ children: React_2.ReactNode;
989
+ }
990
+
991
+ declare interface IconProps_8 {
992
+ size: string | number;
993
+ classPrefix: string;
994
+ color: string;
995
+ tag: keyof ReactHTML;
996
+ logValue?: string;
997
+ onClick: (e: MouseEvent) => void;
998
+ fontClassName: string;
999
+ className: string;
1000
+ style: React_2.CSSProperties;
1001
+ children: React_2.ReactNode;
1002
+ }
1003
+
1004
+ declare interface IconProps_9 {
1005
+ size: string | number;
1006
+ classPrefix: string;
1007
+ color: string;
1008
+ tag: keyof ReactHTML;
1009
+ logValue?: string;
1010
+ onClick: (e: MouseEvent) => void;
1011
+ fontClassName: string;
1012
+ className: string;
1013
+ style: React_2.CSSProperties;
1014
+ children: React_2.ReactNode;
1015
+ }
1016
+
1017
+ export declare function Information<T>(props: Partial<IconProps_29> & T): ReactElement;
1018
+
1019
+ export declare namespace Information {
1020
+ var defaultProps: IconProps_29;
1021
+ var displayName: string;
1022
+ }
1023
+
1024
+ export declare function InformationFill<T>(props: Partial<IconProps_28> & T): ReactElement;
1025
+
1026
+ export declare namespace InformationFill {
1027
+ var defaultProps: IconProps_28;
1028
+ var displayName: string;
1029
+ }
1030
+
1031
+ export declare function Invisible<T>(props: Partial<IconProps_30> & T): ReactElement;
1032
+
1033
+ export declare namespace Invisible {
1034
+ var defaultProps: IconProps_30;
1035
+ var displayName: string;
1036
+ }
1037
+
1038
+ export declare function LoginOffColor<T>(props: Partial<IconProps_59> & T): ReactElement;
1039
+
1040
+ export declare namespace LoginOffColor {
1041
+ var defaultProps: IconProps_59;
1042
+ var displayName: string;
1043
+ }
1044
+
1045
+ export declare function LoginOnColor<T>(props: Partial<IconProps_60> & T): ReactElement;
1046
+
1047
+ export declare namespace LoginOnColor {
1048
+ var defaultProps: IconProps_60;
1049
+ var displayName: string;
1050
+ }
1051
+
1052
+ export declare function Modify<T>(props: Partial<IconProps_31> & T): ReactElement;
1053
+
1054
+ export declare namespace Modify {
1055
+ var defaultProps: IconProps_31;
1056
+ var displayName: string;
1057
+ }
1058
+
1059
+ export declare function Phinenumber<T>(props: Partial<IconProps_32> & T): ReactElement;
1060
+
1061
+ export declare namespace Phinenumber {
1062
+ var defaultProps: IconProps_32;
1063
+ var displayName: string;
1064
+ }
1065
+
1066
+ export declare function Plus<T>(props: Partial<IconProps_33> & T): ReactElement;
1067
+
1068
+ export declare namespace Plus {
1069
+ var defaultProps: IconProps_33;
1070
+ var displayName: string;
1071
+ }
1072
+
1073
+ export declare function Position<T>(props: Partial<IconProps_34> & T): ReactElement;
1074
+
1075
+ export declare namespace Position {
1076
+ var defaultProps: IconProps_34;
1077
+ var displayName: string;
1078
+ }
1079
+
1080
+ export declare function Problem<T>(props: Partial<IconProps_36> & T): ReactElement;
1081
+
1082
+ export declare namespace Problem {
1083
+ var defaultProps: IconProps_36;
1084
+ var displayName: string;
1085
+ }
1086
+
1087
+ export declare function ProblemFill<T>(props: Partial<IconProps_35> & T): ReactElement;
1088
+
1089
+ export declare namespace ProblemFill {
1090
+ var defaultProps: IconProps_35;
1091
+ var displayName: string;
1092
+ }
1093
+
1094
+ export declare function QuickClaimsColor<T>(props: Partial<IconProps_61> & T): ReactElement;
1095
+
1096
+ export declare namespace QuickClaimsColor {
1097
+ var defaultProps: IconProps_61;
1098
+ var displayName: string;
1099
+ }
1100
+
1101
+ export declare function Realname<T>(props: Partial<IconProps_37> & T): ReactElement;
1102
+
1103
+ export declare namespace Realname {
1104
+ var defaultProps: IconProps_37;
1105
+ var displayName: string;
1106
+ }
1107
+
1108
+ export declare function Search<T>(props: Partial<IconProps_38> & T): ReactElement;
1109
+
1110
+ export declare namespace Search {
1111
+ var defaultProps: IconProps_38;
1112
+ var displayName: string;
1113
+ }
1114
+
1115
+ export declare function Selected<T>(props: Partial<IconProps_40> & T): ReactElement;
1116
+
1117
+ export declare namespace Selected {
1118
+ var defaultProps: IconProps_40;
1119
+ var displayName: string;
1120
+ }
1121
+
1122
+ export declare function SelectedFill<T>(props: Partial<IconProps_39> & T): ReactElement;
1123
+
1124
+ export declare namespace SelectedFill {
1125
+ var defaultProps: IconProps_39;
1126
+ var displayName: string;
1127
+ }
1128
+
1129
+ export declare function SettlementpayFill<T>(props: Partial<IconProps_41> & T): ReactElement;
1130
+
1131
+ export declare namespace SettlementpayFill {
1132
+ var defaultProps: IconProps_41;
1133
+ var displayName: string;
1134
+ }
1135
+
1136
+ export declare function Step<T>(props: Partial<IconProps_42> & T): ReactElement;
1137
+
1138
+ export declare namespace Step {
1139
+ var defaultProps: IconProps_42;
1140
+ var displayName: string;
1141
+ }
1142
+
1143
+ export declare function Success<T>(props: Partial<IconProps_44> & T): ReactElement;
1144
+
1145
+ export declare namespace Success {
1146
+ var defaultProps: IconProps_44;
1147
+ var displayName: string;
1148
+ }
1149
+
1150
+ export declare function SuccessFill<T>(props: Partial<IconProps_43> & T): ReactElement;
1151
+
1152
+ export declare namespace SuccessFill {
1153
+ var defaultProps: IconProps_43;
1154
+ var displayName: string;
1155
+ }
1156
+
1157
+ export declare function Time<T>(props: Partial<IconProps_46> & T): ReactElement;
1158
+
1159
+ export declare namespace Time {
1160
+ var defaultProps: IconProps_46;
1161
+ var displayName: string;
1162
+ }
1163
+
1164
+ export declare function TimeFill<T>(props: Partial<IconProps_45> & T): ReactElement;
1165
+
1166
+ export declare namespace TimeFill {
1167
+ var defaultProps: IconProps_45;
1168
+ var displayName: string;
1169
+ }
1170
+
1171
+ export declare function Unselected<T>(props: Partial<IconProps_47> & T): ReactElement;
1172
+
1173
+ export declare namespace Unselected {
1174
+ var defaultProps: IconProps_47;
1175
+ var displayName: string;
1176
+ }
1177
+
1178
+ export declare function Visible<T>(props: Partial<IconProps_48> & T): ReactElement;
1179
+
1180
+ export declare namespace Visible {
1181
+ var defaultProps: IconProps_48;
1182
+ var displayName: string;
1183
+ }
1184
+
1185
+ export declare function VisitchooseFill<T>(props: Partial<IconProps_49> & T): ReactElement;
1186
+
1187
+ export declare namespace VisitchooseFill {
1188
+ var defaultProps: IconProps_49;
1189
+ var displayName: string;
1190
+ }
1191
+
1192
+ export declare function Warning<T>(props: Partial<IconProps_51> & T): ReactElement;
1193
+
1194
+ export declare namespace Warning {
1195
+ var defaultProps: IconProps_51;
1196
+ var displayName: string;
1197
+ }
1198
+
1199
+ export declare function WarningFill<T>(props: Partial<IconProps_50> & T): ReactElement;
1200
+
1201
+ export declare namespace WarningFill {
1202
+ var defaultProps: IconProps_50;
1203
+ var displayName: string;
1204
+ }
1205
+
1206
+ export { }
1207
+ export declare class IconFontConfig { [key: string]:any }