@mijadesign/mobile-icons 1.0.9 → 1.0.11
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/es/icons/Doublearrow.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/Update.js +55 -0
- package/dist/es/index.es.js +2 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +214 -174
- package/dist/types/mobile-icons.mjs +1266 -1164
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37,17 +37,17 @@ export declare namespace Admin {
|
|
|
37
37
|
var displayName: string;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export declare function AdultManColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_114> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_114;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_115> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_115;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -142,10 +142,10 @@ export declare namespace BarrackFill {
|
|
|
142
142
|
var displayName: string;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
export declare function BoyColor<T>(props: Partial<
|
|
145
|
+
export declare function BoyColor<T>(props: Partial<IconProps_116> & T): ReactElement;
|
|
146
146
|
|
|
147
147
|
export declare namespace BoyColor {
|
|
148
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_116;
|
|
149
149
|
var displayName: string;
|
|
150
150
|
}
|
|
151
151
|
|
|
@@ -219,10 +219,10 @@ export declare namespace ChuyuanFill {
|
|
|
219
219
|
var displayName: string;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
222
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_117> & T): ReactElement;
|
|
223
223
|
|
|
224
224
|
export declare namespace ClaimsDetailColor {
|
|
225
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_117;
|
|
226
226
|
var displayName: string;
|
|
227
227
|
}
|
|
228
228
|
|
|
@@ -282,123 +282,130 @@ export declare namespace DeleteFill {
|
|
|
282
282
|
var displayName: string;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
285
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_118> & T): ReactElement;
|
|
286
286
|
|
|
287
287
|
export declare namespace DirectClaimsColor {
|
|
288
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_118;
|
|
289
289
|
var displayName: string;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
export declare function
|
|
292
|
+
export declare function Doublearrow<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
293
293
|
|
|
294
|
-
export declare namespace
|
|
294
|
+
export declare namespace Doublearrow {
|
|
295
295
|
var defaultProps: IconProps_38;
|
|
296
296
|
var displayName: string;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
export declare function
|
|
299
|
+
export declare function DownFill<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
300
|
+
|
|
301
|
+
export declare namespace DownFill {
|
|
302
|
+
var defaultProps: IconProps_39;
|
|
303
|
+
var displayName: string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_119> & T): ReactElement;
|
|
300
307
|
|
|
301
308
|
export declare namespace DynamicLoading {
|
|
302
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_119;
|
|
303
310
|
var displayName: string;
|
|
304
311
|
}
|
|
305
312
|
|
|
306
|
-
export declare function Expert<T>(props: Partial<
|
|
313
|
+
export declare function Expert<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
307
314
|
|
|
308
315
|
export declare namespace Expert {
|
|
309
|
-
var defaultProps:
|
|
316
|
+
var defaultProps: IconProps_40;
|
|
310
317
|
var displayName: string;
|
|
311
318
|
}
|
|
312
319
|
|
|
313
|
-
export declare function Failure<T>(props: Partial<
|
|
320
|
+
export declare function Failure<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
314
321
|
|
|
315
322
|
export declare namespace Failure {
|
|
316
|
-
var defaultProps:
|
|
323
|
+
var defaultProps: IconProps_42;
|
|
317
324
|
var displayName: string;
|
|
318
325
|
}
|
|
319
326
|
|
|
320
|
-
export declare function FailureFill<T>(props: Partial<
|
|
327
|
+
export declare function FailureFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
321
328
|
|
|
322
329
|
export declare namespace FailureFill {
|
|
323
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_41;
|
|
324
331
|
var displayName: string;
|
|
325
332
|
}
|
|
326
333
|
|
|
327
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
334
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
328
335
|
|
|
329
336
|
export declare namespace FamilyFill {
|
|
330
|
-
var defaultProps:
|
|
337
|
+
var defaultProps: IconProps_43;
|
|
331
338
|
var displayName: string;
|
|
332
339
|
}
|
|
333
340
|
|
|
334
|
-
export declare function GaonandushoushuFill<T>(props: Partial<
|
|
341
|
+
export declare function GaonandushoushuFill<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
335
342
|
|
|
336
343
|
export declare namespace GaonandushoushuFill {
|
|
337
|
-
var defaultProps:
|
|
344
|
+
var defaultProps: IconProps_44;
|
|
338
345
|
var displayName: string;
|
|
339
346
|
}
|
|
340
347
|
|
|
341
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
348
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_120> & T): ReactElement;
|
|
342
349
|
|
|
343
350
|
export declare namespace GeneraoInfoColor {
|
|
344
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_120;
|
|
345
352
|
var displayName: string;
|
|
346
353
|
}
|
|
347
354
|
|
|
348
|
-
export declare function GirlColor<T>(props: Partial<
|
|
355
|
+
export declare function GirlColor<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
349
356
|
|
|
350
357
|
export declare namespace GirlColor {
|
|
351
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_121;
|
|
352
359
|
var displayName: string;
|
|
353
360
|
}
|
|
354
361
|
|
|
355
|
-
export declare function Glide<T>(props: Partial<
|
|
362
|
+
export declare function Glide<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
356
363
|
|
|
357
364
|
export declare namespace Glide {
|
|
358
|
-
var defaultProps:
|
|
365
|
+
var defaultProps: IconProps_45;
|
|
359
366
|
var displayName: string;
|
|
360
367
|
}
|
|
361
368
|
|
|
362
|
-
export declare function Guarantee<T>(props: Partial<
|
|
369
|
+
export declare function Guarantee<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
363
370
|
|
|
364
371
|
export declare namespace Guarantee {
|
|
365
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_47;
|
|
366
373
|
var displayName: string;
|
|
367
374
|
}
|
|
368
375
|
|
|
369
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
376
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
370
377
|
|
|
371
378
|
export declare namespace GuaranteeFill {
|
|
372
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_46;
|
|
373
380
|
var displayName: string;
|
|
374
381
|
}
|
|
375
382
|
|
|
376
|
-
export declare function HaoyaohaoshuFill<T>(props: Partial<
|
|
383
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
377
384
|
|
|
378
385
|
export declare namespace HaoyaohaoshuFill {
|
|
379
|
-
var defaultProps:
|
|
386
|
+
var defaultProps: IconProps_48;
|
|
380
387
|
var displayName: string;
|
|
381
388
|
}
|
|
382
389
|
|
|
383
|
-
declare function History_2<T>(props: Partial<
|
|
390
|
+
declare function History_2<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
384
391
|
|
|
385
392
|
declare namespace History_2 {
|
|
386
|
-
var defaultProps:
|
|
393
|
+
var defaultProps: IconProps_49;
|
|
387
394
|
var displayName: string;
|
|
388
395
|
}
|
|
389
396
|
export { History_2 as History }
|
|
390
397
|
|
|
391
|
-
export declare function Home<T>(props: Partial<
|
|
398
|
+
export declare function Home<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
392
399
|
|
|
393
400
|
export declare namespace Home {
|
|
394
|
-
var defaultProps:
|
|
401
|
+
var defaultProps: IconProps_50;
|
|
395
402
|
var displayName: string;
|
|
396
403
|
}
|
|
397
404
|
|
|
398
|
-
export declare function Huodongzhongxin<T>(props: Partial<
|
|
405
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
399
406
|
|
|
400
407
|
export declare namespace Huodongzhongxin {
|
|
401
|
-
var defaultProps:
|
|
408
|
+
var defaultProps: IconProps_51;
|
|
402
409
|
var displayName: string;
|
|
403
410
|
}
|
|
404
411
|
|
|
@@ -605,23 +612,27 @@ declare interface IconProps_111 {
|
|
|
605
612
|
}
|
|
606
613
|
|
|
607
614
|
declare interface IconProps_112 {
|
|
615
|
+
size: string | number;
|
|
608
616
|
classPrefix: string;
|
|
617
|
+
color: string;
|
|
609
618
|
tag: keyof ReactHTML;
|
|
610
|
-
|
|
619
|
+
logValue?: string;
|
|
611
620
|
onClick: (e: MouseEvent) => void;
|
|
621
|
+
fontClassName: string;
|
|
612
622
|
className: string;
|
|
613
|
-
logValue?: string;
|
|
614
623
|
style: React_2.CSSProperties;
|
|
615
624
|
children: React_2.ReactNode;
|
|
616
625
|
}
|
|
617
626
|
|
|
618
627
|
declare interface IconProps_113 {
|
|
628
|
+
size: string | number;
|
|
619
629
|
classPrefix: string;
|
|
630
|
+
color: string;
|
|
620
631
|
tag: keyof ReactHTML;
|
|
621
|
-
|
|
632
|
+
logValue?: string;
|
|
622
633
|
onClick: (e: MouseEvent) => void;
|
|
634
|
+
fontClassName: string;
|
|
623
635
|
className: string;
|
|
624
|
-
logValue?: string;
|
|
625
636
|
style: React_2.CSSProperties;
|
|
626
637
|
children: React_2.ReactNode;
|
|
627
638
|
}
|
|
@@ -738,6 +749,28 @@ declare interface IconProps_122 {
|
|
|
738
749
|
children: React_2.ReactNode;
|
|
739
750
|
}
|
|
740
751
|
|
|
752
|
+
declare interface IconProps_123 {
|
|
753
|
+
classPrefix: string;
|
|
754
|
+
tag: keyof ReactHTML;
|
|
755
|
+
size: string | number;
|
|
756
|
+
onClick: (e: MouseEvent) => void;
|
|
757
|
+
className: string;
|
|
758
|
+
logValue?: string;
|
|
759
|
+
style: React_2.CSSProperties;
|
|
760
|
+
children: React_2.ReactNode;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
declare interface IconProps_124 {
|
|
764
|
+
classPrefix: string;
|
|
765
|
+
tag: keyof ReactHTML;
|
|
766
|
+
size: string | number;
|
|
767
|
+
onClick: (e: MouseEvent) => void;
|
|
768
|
+
className: string;
|
|
769
|
+
logValue?: string;
|
|
770
|
+
style: React_2.CSSProperties;
|
|
771
|
+
children: React_2.ReactNode;
|
|
772
|
+
}
|
|
773
|
+
|
|
741
774
|
declare interface IconProps_13 {
|
|
742
775
|
size: string | number;
|
|
743
776
|
classPrefix: string;
|
|
@@ -1973,451 +2006,458 @@ declare interface IconProps_99 {
|
|
|
1973
2006
|
children: React_2.ReactNode;
|
|
1974
2007
|
}
|
|
1975
2008
|
|
|
1976
|
-
export declare function ImageFill<T>(props: Partial<
|
|
2009
|
+
export declare function ImageFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1977
2010
|
|
|
1978
2011
|
export declare namespace ImageFill {
|
|
1979
|
-
var defaultProps:
|
|
2012
|
+
var defaultProps: IconProps_52;
|
|
1980
2013
|
var displayName: string;
|
|
1981
2014
|
}
|
|
1982
2015
|
|
|
1983
|
-
export declare function ImageFill1<T>(props: Partial<
|
|
2016
|
+
export declare function ImageFill1<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1984
2017
|
|
|
1985
2018
|
export declare namespace ImageFill1 {
|
|
1986
|
-
var defaultProps:
|
|
2019
|
+
var defaultProps: IconProps_53;
|
|
1987
2020
|
var displayName: string;
|
|
1988
2021
|
}
|
|
1989
2022
|
|
|
1990
|
-
export declare function Information<T>(props: Partial<
|
|
2023
|
+
export declare function Information<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1991
2024
|
|
|
1992
2025
|
export declare namespace Information {
|
|
1993
|
-
var defaultProps:
|
|
2026
|
+
var defaultProps: IconProps_55;
|
|
1994
2027
|
var displayName: string;
|
|
1995
2028
|
}
|
|
1996
2029
|
|
|
1997
|
-
export declare function InformationFill<T>(props: Partial<
|
|
2030
|
+
export declare function InformationFill<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1998
2031
|
|
|
1999
2032
|
export declare namespace InformationFill {
|
|
2000
|
-
var defaultProps:
|
|
2033
|
+
var defaultProps: IconProps_54;
|
|
2001
2034
|
var displayName: string;
|
|
2002
2035
|
}
|
|
2003
2036
|
|
|
2004
|
-
export declare function Invisible<T>(props: Partial<
|
|
2037
|
+
export declare function Invisible<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
2005
2038
|
|
|
2006
2039
|
export declare namespace Invisible {
|
|
2007
|
-
var defaultProps:
|
|
2040
|
+
var defaultProps: IconProps_56;
|
|
2008
2041
|
var displayName: string;
|
|
2009
2042
|
}
|
|
2010
2043
|
|
|
2011
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
2044
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
2012
2045
|
|
|
2013
2046
|
export declare namespace Jiankangdangan {
|
|
2014
|
-
var defaultProps:
|
|
2047
|
+
var defaultProps: IconProps_57;
|
|
2015
2048
|
var displayName: string;
|
|
2016
2049
|
}
|
|
2017
2050
|
|
|
2018
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
2051
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
2019
2052
|
|
|
2020
2053
|
export declare namespace JiuyizhuandaoFill {
|
|
2021
|
-
var defaultProps:
|
|
2054
|
+
var defaultProps: IconProps_58;
|
|
2022
2055
|
var displayName: string;
|
|
2023
2056
|
}
|
|
2024
2057
|
|
|
2025
|
-
export declare function Keyboard<T>(props: Partial<
|
|
2058
|
+
export declare function Keyboard<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
2026
2059
|
|
|
2027
2060
|
export declare namespace Keyboard {
|
|
2028
|
-
var defaultProps:
|
|
2061
|
+
var defaultProps: IconProps_59;
|
|
2029
2062
|
var displayName: string;
|
|
2030
2063
|
}
|
|
2031
2064
|
|
|
2032
|
-
export declare function LeftFill<T>(props: Partial<
|
|
2065
|
+
export declare function LeftFill<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
2033
2066
|
|
|
2034
2067
|
export declare namespace LeftFill {
|
|
2035
|
-
var defaultProps:
|
|
2068
|
+
var defaultProps: IconProps_60;
|
|
2036
2069
|
var displayName: string;
|
|
2037
2070
|
}
|
|
2038
2071
|
|
|
2039
|
-
export declare function Lipeijilu<T>(props: Partial<
|
|
2072
|
+
export declare function Lipeijilu<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
2040
2073
|
|
|
2041
2074
|
export declare namespace Lipeijilu {
|
|
2042
|
-
var defaultProps:
|
|
2075
|
+
var defaultProps: IconProps_61;
|
|
2043
2076
|
var displayName: string;
|
|
2044
2077
|
}
|
|
2045
2078
|
|
|
2046
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
2079
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
2047
2080
|
|
|
2048
2081
|
export declare namespace LipeixiezhuFill {
|
|
2049
|
-
var defaultProps:
|
|
2082
|
+
var defaultProps: IconProps_62;
|
|
2050
2083
|
var displayName: string;
|
|
2051
2084
|
}
|
|
2052
2085
|
|
|
2053
|
-
export declare function Loading<T>(props: Partial<
|
|
2086
|
+
export declare function Loading<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
2054
2087
|
|
|
2055
2088
|
export declare namespace Loading {
|
|
2056
|
-
var defaultProps:
|
|
2089
|
+
var defaultProps: IconProps_63;
|
|
2057
2090
|
var displayName: string;
|
|
2058
2091
|
}
|
|
2059
2092
|
|
|
2060
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2093
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
2061
2094
|
|
|
2062
2095
|
export declare namespace LoginOffColor {
|
|
2063
|
-
var defaultProps:
|
|
2096
|
+
var defaultProps: IconProps_122;
|
|
2064
2097
|
var displayName: string;
|
|
2065
2098
|
}
|
|
2066
2099
|
|
|
2067
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2100
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_123> & T): ReactElement;
|
|
2068
2101
|
|
|
2069
2102
|
export declare namespace LoginOnColor {
|
|
2070
|
-
var defaultProps:
|
|
2103
|
+
var defaultProps: IconProps_123;
|
|
2071
2104
|
var displayName: string;
|
|
2072
2105
|
}
|
|
2073
2106
|
|
|
2074
|
-
export declare function Menu<T>(props: Partial<
|
|
2107
|
+
export declare function Menu<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
2075
2108
|
|
|
2076
2109
|
export declare namespace Menu {
|
|
2077
|
-
var defaultProps:
|
|
2110
|
+
var defaultProps: IconProps_64;
|
|
2078
2111
|
var displayName: string;
|
|
2079
2112
|
}
|
|
2080
2113
|
|
|
2081
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2114
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
2082
2115
|
|
|
2083
2116
|
export declare namespace MenzhengFill {
|
|
2084
|
-
var defaultProps:
|
|
2117
|
+
var defaultProps: IconProps_65;
|
|
2085
2118
|
var displayName: string;
|
|
2086
2119
|
}
|
|
2087
2120
|
|
|
2088
|
-
export declare function MicrophoneFill<T>(props: Partial<
|
|
2121
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
2089
2122
|
|
|
2090
2123
|
export declare namespace MicrophoneFill {
|
|
2091
|
-
var defaultProps:
|
|
2124
|
+
var defaultProps: IconProps_66;
|
|
2092
2125
|
var displayName: string;
|
|
2093
2126
|
}
|
|
2094
2127
|
|
|
2095
|
-
export declare function MicrophoneoffFill<T>(props: Partial<
|
|
2128
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
2096
2129
|
|
|
2097
2130
|
export declare namespace MicrophoneoffFill {
|
|
2098
|
-
var defaultProps:
|
|
2131
|
+
var defaultProps: IconProps_67;
|
|
2099
2132
|
var displayName: string;
|
|
2100
2133
|
}
|
|
2101
2134
|
|
|
2102
|
-
export declare function Modify<T>(props: Partial<
|
|
2135
|
+
export declare function Modify<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
2103
2136
|
|
|
2104
2137
|
export declare namespace Modify {
|
|
2105
|
-
var defaultProps:
|
|
2138
|
+
var defaultProps: IconProps_68;
|
|
2106
2139
|
var displayName: string;
|
|
2107
2140
|
}
|
|
2108
2141
|
|
|
2109
|
-
export declare function More<T>(props: Partial<
|
|
2142
|
+
export declare function More<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
2110
2143
|
|
|
2111
2144
|
export declare namespace More {
|
|
2112
|
-
var defaultProps:
|
|
2145
|
+
var defaultProps: IconProps_69;
|
|
2113
2146
|
var displayName: string;
|
|
2114
2147
|
}
|
|
2115
2148
|
|
|
2116
|
-
export declare function PauseFill<T>(props: Partial<
|
|
2149
|
+
export declare function PauseFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
2117
2150
|
|
|
2118
2151
|
export declare namespace PauseFill {
|
|
2119
|
-
var defaultProps:
|
|
2152
|
+
var defaultProps: IconProps_70;
|
|
2120
2153
|
var displayName: string;
|
|
2121
2154
|
}
|
|
2122
2155
|
|
|
2123
|
-
export declare function Plus<T>(props: Partial<
|
|
2156
|
+
export declare function Plus<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
2124
2157
|
|
|
2125
2158
|
export declare namespace Plus {
|
|
2126
|
-
var defaultProps:
|
|
2159
|
+
var defaultProps: IconProps_71;
|
|
2127
2160
|
var displayName: string;
|
|
2128
2161
|
}
|
|
2129
2162
|
|
|
2130
|
-
export declare function Position<T>(props: Partial<
|
|
2163
|
+
export declare function Position<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
2131
2164
|
|
|
2132
2165
|
export declare namespace Position {
|
|
2133
|
-
var defaultProps:
|
|
2166
|
+
var defaultProps: IconProps_72;
|
|
2134
2167
|
var displayName: string;
|
|
2135
2168
|
}
|
|
2136
2169
|
|
|
2137
|
-
export declare function PositioningFill<T>(props: Partial<
|
|
2170
|
+
export declare function PositioningFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
2138
2171
|
|
|
2139
2172
|
export declare namespace PositioningFill {
|
|
2140
|
-
var defaultProps:
|
|
2173
|
+
var defaultProps: IconProps_73;
|
|
2141
2174
|
var displayName: string;
|
|
2142
2175
|
}
|
|
2143
2176
|
|
|
2144
|
-
export declare function Problem<T>(props: Partial<
|
|
2177
|
+
export declare function Problem<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2145
2178
|
|
|
2146
2179
|
export declare namespace Problem {
|
|
2147
|
-
var defaultProps:
|
|
2180
|
+
var defaultProps: IconProps_75;
|
|
2148
2181
|
var displayName: string;
|
|
2149
2182
|
}
|
|
2150
2183
|
|
|
2151
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2184
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
2152
2185
|
|
|
2153
2186
|
export declare namespace ProblemFill {
|
|
2154
|
-
var defaultProps:
|
|
2187
|
+
var defaultProps: IconProps_74;
|
|
2155
2188
|
var displayName: string;
|
|
2156
2189
|
}
|
|
2157
2190
|
|
|
2158
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2191
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
2159
2192
|
|
|
2160
2193
|
export declare namespace Prohibitselected {
|
|
2161
|
-
var defaultProps:
|
|
2194
|
+
var defaultProps: IconProps_77;
|
|
2162
2195
|
var displayName: string;
|
|
2163
2196
|
}
|
|
2164
2197
|
|
|
2165
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2198
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
2166
2199
|
|
|
2167
2200
|
export declare namespace ProhibitselectedRectangle {
|
|
2168
|
-
var defaultProps:
|
|
2201
|
+
var defaultProps: IconProps_76;
|
|
2169
2202
|
var displayName: string;
|
|
2170
2203
|
}
|
|
2171
2204
|
|
|
2172
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2205
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
2173
2206
|
|
|
2174
2207
|
export declare namespace Quanyishiyongjilu {
|
|
2175
|
-
var defaultProps:
|
|
2208
|
+
var defaultProps: IconProps_78;
|
|
2176
2209
|
var displayName: string;
|
|
2177
2210
|
}
|
|
2178
2211
|
|
|
2179
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2212
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_124> & T): ReactElement;
|
|
2180
2213
|
|
|
2181
2214
|
export declare namespace QuickClaimsColor {
|
|
2182
|
-
var defaultProps:
|
|
2215
|
+
var defaultProps: IconProps_124;
|
|
2183
2216
|
var displayName: string;
|
|
2184
2217
|
}
|
|
2185
2218
|
|
|
2186
|
-
export declare function Remind<T>(props: Partial<
|
|
2219
|
+
export declare function Remind<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
2187
2220
|
|
|
2188
2221
|
export declare namespace Remind {
|
|
2189
|
-
var defaultProps:
|
|
2222
|
+
var defaultProps: IconProps_79;
|
|
2190
2223
|
var displayName: string;
|
|
2191
2224
|
}
|
|
2192
2225
|
|
|
2193
|
-
export declare function RevokeFill<T>(props: Partial<
|
|
2226
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
2194
2227
|
|
|
2195
2228
|
export declare namespace RevokeFill {
|
|
2196
|
-
var defaultProps:
|
|
2229
|
+
var defaultProps: IconProps_80;
|
|
2197
2230
|
var displayName: string;
|
|
2198
2231
|
}
|
|
2199
2232
|
|
|
2200
|
-
export declare function RightFill<T>(props: Partial<
|
|
2233
|
+
export declare function RightFill<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
2201
2234
|
|
|
2202
2235
|
export declare namespace RightFill {
|
|
2203
|
-
var defaultProps:
|
|
2236
|
+
var defaultProps: IconProps_81;
|
|
2204
2237
|
var displayName: string;
|
|
2205
2238
|
}
|
|
2206
2239
|
|
|
2207
|
-
export declare function Search<T>(props: Partial<
|
|
2240
|
+
export declare function Search<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
2208
2241
|
|
|
2209
2242
|
export declare namespace Search {
|
|
2210
|
-
var defaultProps:
|
|
2243
|
+
var defaultProps: IconProps_82;
|
|
2211
2244
|
var displayName: string;
|
|
2212
2245
|
}
|
|
2213
2246
|
|
|
2214
|
-
export declare function Selected<T>(props: Partial<
|
|
2247
|
+
export declare function Selected<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
2215
2248
|
|
|
2216
2249
|
export declare namespace Selected {
|
|
2217
|
-
var defaultProps:
|
|
2250
|
+
var defaultProps: IconProps_85;
|
|
2218
2251
|
var displayName: string;
|
|
2219
2252
|
}
|
|
2220
2253
|
|
|
2221
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2254
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
2222
2255
|
|
|
2223
2256
|
export declare namespace SelectedFill {
|
|
2224
|
-
var defaultProps:
|
|
2257
|
+
var defaultProps: IconProps_83;
|
|
2225
2258
|
var displayName: string;
|
|
2226
2259
|
}
|
|
2227
2260
|
|
|
2228
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2261
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
2229
2262
|
|
|
2230
2263
|
export declare namespace SelectedminusFill {
|
|
2231
|
-
var defaultProps:
|
|
2264
|
+
var defaultProps: IconProps_86;
|
|
2232
2265
|
var displayName: string;
|
|
2233
2266
|
}
|
|
2234
2267
|
|
|
2235
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2268
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2236
2269
|
|
|
2237
2270
|
export declare namespace SelectedminusRectangleFill {
|
|
2238
|
-
var defaultProps:
|
|
2271
|
+
var defaultProps: IconProps_87;
|
|
2239
2272
|
var displayName: string;
|
|
2240
2273
|
}
|
|
2241
2274
|
|
|
2242
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2275
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
2243
2276
|
|
|
2244
2277
|
export declare namespace SelectedRectangleFill {
|
|
2245
|
-
var defaultProps:
|
|
2278
|
+
var defaultProps: IconProps_84;
|
|
2246
2279
|
var displayName: string;
|
|
2247
2280
|
}
|
|
2248
2281
|
|
|
2249
|
-
export declare function SendFill<T>(props: Partial<
|
|
2282
|
+
export declare function SendFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2250
2283
|
|
|
2251
2284
|
export declare namespace SendFill {
|
|
2252
|
-
var defaultProps:
|
|
2285
|
+
var defaultProps: IconProps_88;
|
|
2253
2286
|
var displayName: string;
|
|
2254
2287
|
}
|
|
2255
2288
|
|
|
2256
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2289
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2257
2290
|
|
|
2258
2291
|
export declare namespace ShoushuFill {
|
|
2259
|
-
var defaultProps:
|
|
2292
|
+
var defaultProps: IconProps_89;
|
|
2260
2293
|
var displayName: string;
|
|
2261
2294
|
}
|
|
2262
2295
|
|
|
2263
|
-
export declare function Smalltriangle2Fill<T>(props: Partial<
|
|
2296
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2264
2297
|
|
|
2265
2298
|
export declare namespace Smalltriangle2Fill {
|
|
2266
|
-
var defaultProps:
|
|
2299
|
+
var defaultProps: IconProps_91;
|
|
2267
2300
|
var displayName: string;
|
|
2268
2301
|
}
|
|
2269
2302
|
|
|
2270
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2303
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
2271
2304
|
|
|
2272
2305
|
export declare namespace SmalltriangleFill {
|
|
2273
|
-
var defaultProps:
|
|
2306
|
+
var defaultProps: IconProps_90;
|
|
2274
2307
|
var displayName: string;
|
|
2275
2308
|
}
|
|
2276
2309
|
|
|
2277
|
-
export declare function SpeakerFill<T>(props: Partial<
|
|
2310
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2278
2311
|
|
|
2279
2312
|
export declare namespace SpeakerFill {
|
|
2280
|
-
var defaultProps:
|
|
2313
|
+
var defaultProps: IconProps_92;
|
|
2281
2314
|
var displayName: string;
|
|
2282
2315
|
}
|
|
2283
2316
|
|
|
2284
|
-
export declare function SpeakeroffFill<T>(props: Partial<
|
|
2317
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
2285
2318
|
|
|
2286
2319
|
export declare namespace SpeakeroffFill {
|
|
2287
|
-
var defaultProps:
|
|
2320
|
+
var defaultProps: IconProps_93;
|
|
2288
2321
|
var displayName: string;
|
|
2289
2322
|
}
|
|
2290
2323
|
|
|
2291
|
-
export declare function StarFill<T>(props: Partial<
|
|
2324
|
+
export declare function StarFill<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2292
2325
|
|
|
2293
2326
|
export declare namespace StarFill {
|
|
2294
|
-
var defaultProps:
|
|
2327
|
+
var defaultProps: IconProps_94;
|
|
2295
2328
|
var displayName: string;
|
|
2296
2329
|
}
|
|
2297
2330
|
|
|
2298
|
-
export declare function Success<T>(props: Partial<
|
|
2331
|
+
export declare function Success<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2299
2332
|
|
|
2300
2333
|
export declare namespace Success {
|
|
2301
|
-
var defaultProps:
|
|
2334
|
+
var defaultProps: IconProps_96;
|
|
2302
2335
|
var displayName: string;
|
|
2303
2336
|
}
|
|
2304
2337
|
|
|
2305
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2338
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2306
2339
|
|
|
2307
2340
|
export declare namespace SuccessFill {
|
|
2308
|
-
var defaultProps:
|
|
2341
|
+
var defaultProps: IconProps_95;
|
|
2309
2342
|
var displayName: string;
|
|
2310
2343
|
}
|
|
2311
2344
|
|
|
2312
|
-
export declare function Time<T>(props: Partial<
|
|
2345
|
+
export declare function Time<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2313
2346
|
|
|
2314
2347
|
export declare namespace Time {
|
|
2315
|
-
var defaultProps:
|
|
2348
|
+
var defaultProps: IconProps_98;
|
|
2316
2349
|
var displayName: string;
|
|
2317
2350
|
}
|
|
2318
2351
|
|
|
2319
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2352
|
+
export declare function TimeFill<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2320
2353
|
|
|
2321
2354
|
export declare namespace TimeFill {
|
|
2322
|
-
var defaultProps:
|
|
2355
|
+
var defaultProps: IconProps_97;
|
|
2323
2356
|
var displayName: string;
|
|
2324
2357
|
}
|
|
2325
2358
|
|
|
2326
|
-
export declare function Unselected<T>(props: Partial<
|
|
2359
|
+
export declare function Unselected<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2327
2360
|
|
|
2328
2361
|
export declare namespace Unselected {
|
|
2329
|
-
var defaultProps:
|
|
2362
|
+
var defaultProps: IconProps_100;
|
|
2330
2363
|
var displayName: string;
|
|
2331
2364
|
}
|
|
2332
2365
|
|
|
2333
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2366
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2334
2367
|
|
|
2335
2368
|
export declare namespace UnselectedRectangle {
|
|
2336
|
-
var defaultProps:
|
|
2369
|
+
var defaultProps: IconProps_99;
|
|
2370
|
+
var displayName: string;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
export declare function Update<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2374
|
+
|
|
2375
|
+
export declare namespace Update {
|
|
2376
|
+
var defaultProps: IconProps_102;
|
|
2337
2377
|
var displayName: string;
|
|
2338
2378
|
}
|
|
2339
2379
|
|
|
2340
|
-
export declare function UpFill<T>(props: Partial<
|
|
2380
|
+
export declare function UpFill<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2341
2381
|
|
|
2342
2382
|
export declare namespace UpFill {
|
|
2343
|
-
var defaultProps:
|
|
2383
|
+
var defaultProps: IconProps_101;
|
|
2344
2384
|
var displayName: string;
|
|
2345
2385
|
}
|
|
2346
2386
|
|
|
2347
|
-
export declare function User<T>(props: Partial<
|
|
2387
|
+
export declare function User<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2348
2388
|
|
|
2349
2389
|
export declare namespace User {
|
|
2350
|
-
var defaultProps:
|
|
2390
|
+
var defaultProps: IconProps_103;
|
|
2351
2391
|
var displayName: string;
|
|
2352
2392
|
}
|
|
2353
2393
|
|
|
2354
|
-
export declare function Visible<T>(props: Partial<
|
|
2394
|
+
export declare function Visible<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2355
2395
|
|
|
2356
2396
|
export declare namespace Visible {
|
|
2357
|
-
var defaultProps:
|
|
2397
|
+
var defaultProps: IconProps_104;
|
|
2358
2398
|
var displayName: string;
|
|
2359
2399
|
}
|
|
2360
2400
|
|
|
2361
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2401
|
+
export declare function Voicemail<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2362
2402
|
|
|
2363
2403
|
export declare namespace Voicemail {
|
|
2364
|
-
var defaultProps:
|
|
2404
|
+
var defaultProps: IconProps_105;
|
|
2365
2405
|
var displayName: string;
|
|
2366
2406
|
}
|
|
2367
2407
|
|
|
2368
|
-
export declare function Warning<T>(props: Partial<
|
|
2408
|
+
export declare function Warning<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2369
2409
|
|
|
2370
2410
|
export declare namespace Warning {
|
|
2371
|
-
var defaultProps:
|
|
2411
|
+
var defaultProps: IconProps_107;
|
|
2372
2412
|
var displayName: string;
|
|
2373
2413
|
}
|
|
2374
2414
|
|
|
2375
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2415
|
+
export declare function WarningFill<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2376
2416
|
|
|
2377
2417
|
export declare namespace WarningFill {
|
|
2378
|
-
var defaultProps:
|
|
2418
|
+
var defaultProps: IconProps_106;
|
|
2379
2419
|
var displayName: string;
|
|
2380
2420
|
}
|
|
2381
2421
|
|
|
2382
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2422
|
+
export declare function WechatBack<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2383
2423
|
|
|
2384
2424
|
export declare namespace WechatBack {
|
|
2385
|
-
var defaultProps:
|
|
2425
|
+
var defaultProps: IconProps_108;
|
|
2386
2426
|
var displayName: string;
|
|
2387
2427
|
}
|
|
2388
2428
|
|
|
2389
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2429
|
+
export declare function WechatFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2390
2430
|
|
|
2391
2431
|
export declare namespace WechatFill {
|
|
2392
|
-
var defaultProps:
|
|
2432
|
+
var defaultProps: IconProps_109;
|
|
2393
2433
|
var displayName: string;
|
|
2394
2434
|
}
|
|
2395
2435
|
|
|
2396
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2436
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2397
2437
|
|
|
2398
2438
|
export declare namespace YinanbingliFill {
|
|
2399
|
-
var defaultProps:
|
|
2439
|
+
var defaultProps: IconProps_110;
|
|
2400
2440
|
var displayName: string;
|
|
2401
2441
|
}
|
|
2402
2442
|
|
|
2403
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2443
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2404
2444
|
|
|
2405
2445
|
export declare namespace YishengjingxuanFill {
|
|
2406
|
-
var defaultProps:
|
|
2446
|
+
var defaultProps: IconProps_111;
|
|
2407
2447
|
var displayName: string;
|
|
2408
2448
|
}
|
|
2409
2449
|
|
|
2410
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2450
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
2411
2451
|
|
|
2412
2452
|
export declare namespace Zhuangrenxiezhu {
|
|
2413
|
-
var defaultProps:
|
|
2453
|
+
var defaultProps: IconProps_112;
|
|
2414
2454
|
var displayName: string;
|
|
2415
2455
|
}
|
|
2416
2456
|
|
|
2417
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2457
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_113> & T): ReactElement;
|
|
2418
2458
|
|
|
2419
2459
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2420
|
-
var defaultProps:
|
|
2460
|
+
var defaultProps: IconProps_113;
|
|
2421
2461
|
var displayName: string;
|
|
2422
2462
|
}
|
|
2423
2463
|
|