@mijadesign/mobile-icons 1.0.9 → 1.0.10
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/index.es.js +1 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +192 -172
- package/dist/types/mobile-icons.mjs +1201 -1150
- 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_113> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_113;
|
|
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_114> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_114;
|
|
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_115> & T): ReactElement;
|
|
146
146
|
|
|
147
147
|
export declare namespace BoyColor {
|
|
148
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_115;
|
|
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_116> & T): ReactElement;
|
|
223
223
|
|
|
224
224
|
export declare namespace ClaimsDetailColor {
|
|
225
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_116;
|
|
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_117> & T): ReactElement;
|
|
286
286
|
|
|
287
287
|
export declare namespace DirectClaimsColor {
|
|
288
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_117;
|
|
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_118> & T): ReactElement;
|
|
300
307
|
|
|
301
308
|
export declare namespace DynamicLoading {
|
|
302
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_118;
|
|
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_119> & T): ReactElement;
|
|
342
349
|
|
|
343
350
|
export declare namespace GeneraoInfoColor {
|
|
344
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_119;
|
|
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_120> & T): ReactElement;
|
|
349
356
|
|
|
350
357
|
export declare namespace GirlColor {
|
|
351
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_120;
|
|
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,12 +612,14 @@ 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
|
}
|
|
@@ -738,6 +747,17 @@ declare interface IconProps_122 {
|
|
|
738
747
|
children: React_2.ReactNode;
|
|
739
748
|
}
|
|
740
749
|
|
|
750
|
+
declare interface IconProps_123 {
|
|
751
|
+
classPrefix: string;
|
|
752
|
+
tag: keyof ReactHTML;
|
|
753
|
+
size: string | number;
|
|
754
|
+
onClick: (e: MouseEvent) => void;
|
|
755
|
+
className: string;
|
|
756
|
+
logValue?: string;
|
|
757
|
+
style: React_2.CSSProperties;
|
|
758
|
+
children: React_2.ReactNode;
|
|
759
|
+
}
|
|
760
|
+
|
|
741
761
|
declare interface IconProps_13 {
|
|
742
762
|
size: string | number;
|
|
743
763
|
classPrefix: string;
|
|
@@ -1973,451 +1993,451 @@ declare interface IconProps_99 {
|
|
|
1973
1993
|
children: React_2.ReactNode;
|
|
1974
1994
|
}
|
|
1975
1995
|
|
|
1976
|
-
export declare function ImageFill<T>(props: Partial<
|
|
1996
|
+
export declare function ImageFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1977
1997
|
|
|
1978
1998
|
export declare namespace ImageFill {
|
|
1979
|
-
var defaultProps:
|
|
1999
|
+
var defaultProps: IconProps_52;
|
|
1980
2000
|
var displayName: string;
|
|
1981
2001
|
}
|
|
1982
2002
|
|
|
1983
|
-
export declare function ImageFill1<T>(props: Partial<
|
|
2003
|
+
export declare function ImageFill1<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1984
2004
|
|
|
1985
2005
|
export declare namespace ImageFill1 {
|
|
1986
|
-
var defaultProps:
|
|
2006
|
+
var defaultProps: IconProps_53;
|
|
1987
2007
|
var displayName: string;
|
|
1988
2008
|
}
|
|
1989
2009
|
|
|
1990
|
-
export declare function Information<T>(props: Partial<
|
|
2010
|
+
export declare function Information<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1991
2011
|
|
|
1992
2012
|
export declare namespace Information {
|
|
1993
|
-
var defaultProps:
|
|
2013
|
+
var defaultProps: IconProps_55;
|
|
1994
2014
|
var displayName: string;
|
|
1995
2015
|
}
|
|
1996
2016
|
|
|
1997
|
-
export declare function InformationFill<T>(props: Partial<
|
|
2017
|
+
export declare function InformationFill<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1998
2018
|
|
|
1999
2019
|
export declare namespace InformationFill {
|
|
2000
|
-
var defaultProps:
|
|
2020
|
+
var defaultProps: IconProps_54;
|
|
2001
2021
|
var displayName: string;
|
|
2002
2022
|
}
|
|
2003
2023
|
|
|
2004
|
-
export declare function Invisible<T>(props: Partial<
|
|
2024
|
+
export declare function Invisible<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
2005
2025
|
|
|
2006
2026
|
export declare namespace Invisible {
|
|
2007
|
-
var defaultProps:
|
|
2027
|
+
var defaultProps: IconProps_56;
|
|
2008
2028
|
var displayName: string;
|
|
2009
2029
|
}
|
|
2010
2030
|
|
|
2011
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
2031
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
2012
2032
|
|
|
2013
2033
|
export declare namespace Jiankangdangan {
|
|
2014
|
-
var defaultProps:
|
|
2034
|
+
var defaultProps: IconProps_57;
|
|
2015
2035
|
var displayName: string;
|
|
2016
2036
|
}
|
|
2017
2037
|
|
|
2018
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
2038
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
2019
2039
|
|
|
2020
2040
|
export declare namespace JiuyizhuandaoFill {
|
|
2021
|
-
var defaultProps:
|
|
2041
|
+
var defaultProps: IconProps_58;
|
|
2022
2042
|
var displayName: string;
|
|
2023
2043
|
}
|
|
2024
2044
|
|
|
2025
|
-
export declare function Keyboard<T>(props: Partial<
|
|
2045
|
+
export declare function Keyboard<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
2026
2046
|
|
|
2027
2047
|
export declare namespace Keyboard {
|
|
2028
|
-
var defaultProps:
|
|
2048
|
+
var defaultProps: IconProps_59;
|
|
2029
2049
|
var displayName: string;
|
|
2030
2050
|
}
|
|
2031
2051
|
|
|
2032
|
-
export declare function LeftFill<T>(props: Partial<
|
|
2052
|
+
export declare function LeftFill<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
2033
2053
|
|
|
2034
2054
|
export declare namespace LeftFill {
|
|
2035
|
-
var defaultProps:
|
|
2055
|
+
var defaultProps: IconProps_60;
|
|
2036
2056
|
var displayName: string;
|
|
2037
2057
|
}
|
|
2038
2058
|
|
|
2039
|
-
export declare function Lipeijilu<T>(props: Partial<
|
|
2059
|
+
export declare function Lipeijilu<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
2040
2060
|
|
|
2041
2061
|
export declare namespace Lipeijilu {
|
|
2042
|
-
var defaultProps:
|
|
2062
|
+
var defaultProps: IconProps_61;
|
|
2043
2063
|
var displayName: string;
|
|
2044
2064
|
}
|
|
2045
2065
|
|
|
2046
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
2066
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
2047
2067
|
|
|
2048
2068
|
export declare namespace LipeixiezhuFill {
|
|
2049
|
-
var defaultProps:
|
|
2069
|
+
var defaultProps: IconProps_62;
|
|
2050
2070
|
var displayName: string;
|
|
2051
2071
|
}
|
|
2052
2072
|
|
|
2053
|
-
export declare function Loading<T>(props: Partial<
|
|
2073
|
+
export declare function Loading<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
2054
2074
|
|
|
2055
2075
|
export declare namespace Loading {
|
|
2056
|
-
var defaultProps:
|
|
2076
|
+
var defaultProps: IconProps_63;
|
|
2057
2077
|
var displayName: string;
|
|
2058
2078
|
}
|
|
2059
2079
|
|
|
2060
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2080
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
2061
2081
|
|
|
2062
2082
|
export declare namespace LoginOffColor {
|
|
2063
|
-
var defaultProps:
|
|
2083
|
+
var defaultProps: IconProps_121;
|
|
2064
2084
|
var displayName: string;
|
|
2065
2085
|
}
|
|
2066
2086
|
|
|
2067
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2087
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
2068
2088
|
|
|
2069
2089
|
export declare namespace LoginOnColor {
|
|
2070
|
-
var defaultProps:
|
|
2090
|
+
var defaultProps: IconProps_122;
|
|
2071
2091
|
var displayName: string;
|
|
2072
2092
|
}
|
|
2073
2093
|
|
|
2074
|
-
export declare function Menu<T>(props: Partial<
|
|
2094
|
+
export declare function Menu<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
2075
2095
|
|
|
2076
2096
|
export declare namespace Menu {
|
|
2077
|
-
var defaultProps:
|
|
2097
|
+
var defaultProps: IconProps_64;
|
|
2078
2098
|
var displayName: string;
|
|
2079
2099
|
}
|
|
2080
2100
|
|
|
2081
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2101
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
2082
2102
|
|
|
2083
2103
|
export declare namespace MenzhengFill {
|
|
2084
|
-
var defaultProps:
|
|
2104
|
+
var defaultProps: IconProps_65;
|
|
2085
2105
|
var displayName: string;
|
|
2086
2106
|
}
|
|
2087
2107
|
|
|
2088
|
-
export declare function MicrophoneFill<T>(props: Partial<
|
|
2108
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
2089
2109
|
|
|
2090
2110
|
export declare namespace MicrophoneFill {
|
|
2091
|
-
var defaultProps:
|
|
2111
|
+
var defaultProps: IconProps_66;
|
|
2092
2112
|
var displayName: string;
|
|
2093
2113
|
}
|
|
2094
2114
|
|
|
2095
|
-
export declare function MicrophoneoffFill<T>(props: Partial<
|
|
2115
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
2096
2116
|
|
|
2097
2117
|
export declare namespace MicrophoneoffFill {
|
|
2098
|
-
var defaultProps:
|
|
2118
|
+
var defaultProps: IconProps_67;
|
|
2099
2119
|
var displayName: string;
|
|
2100
2120
|
}
|
|
2101
2121
|
|
|
2102
|
-
export declare function Modify<T>(props: Partial<
|
|
2122
|
+
export declare function Modify<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
2103
2123
|
|
|
2104
2124
|
export declare namespace Modify {
|
|
2105
|
-
var defaultProps:
|
|
2125
|
+
var defaultProps: IconProps_68;
|
|
2106
2126
|
var displayName: string;
|
|
2107
2127
|
}
|
|
2108
2128
|
|
|
2109
|
-
export declare function More<T>(props: Partial<
|
|
2129
|
+
export declare function More<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
2110
2130
|
|
|
2111
2131
|
export declare namespace More {
|
|
2112
|
-
var defaultProps:
|
|
2132
|
+
var defaultProps: IconProps_69;
|
|
2113
2133
|
var displayName: string;
|
|
2114
2134
|
}
|
|
2115
2135
|
|
|
2116
|
-
export declare function PauseFill<T>(props: Partial<
|
|
2136
|
+
export declare function PauseFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
2117
2137
|
|
|
2118
2138
|
export declare namespace PauseFill {
|
|
2119
|
-
var defaultProps:
|
|
2139
|
+
var defaultProps: IconProps_70;
|
|
2120
2140
|
var displayName: string;
|
|
2121
2141
|
}
|
|
2122
2142
|
|
|
2123
|
-
export declare function Plus<T>(props: Partial<
|
|
2143
|
+
export declare function Plus<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
2124
2144
|
|
|
2125
2145
|
export declare namespace Plus {
|
|
2126
|
-
var defaultProps:
|
|
2146
|
+
var defaultProps: IconProps_71;
|
|
2127
2147
|
var displayName: string;
|
|
2128
2148
|
}
|
|
2129
2149
|
|
|
2130
|
-
export declare function Position<T>(props: Partial<
|
|
2150
|
+
export declare function Position<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
2131
2151
|
|
|
2132
2152
|
export declare namespace Position {
|
|
2133
|
-
var defaultProps:
|
|
2153
|
+
var defaultProps: IconProps_72;
|
|
2134
2154
|
var displayName: string;
|
|
2135
2155
|
}
|
|
2136
2156
|
|
|
2137
|
-
export declare function PositioningFill<T>(props: Partial<
|
|
2157
|
+
export declare function PositioningFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
2138
2158
|
|
|
2139
2159
|
export declare namespace PositioningFill {
|
|
2140
|
-
var defaultProps:
|
|
2160
|
+
var defaultProps: IconProps_73;
|
|
2141
2161
|
var displayName: string;
|
|
2142
2162
|
}
|
|
2143
2163
|
|
|
2144
|
-
export declare function Problem<T>(props: Partial<
|
|
2164
|
+
export declare function Problem<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2145
2165
|
|
|
2146
2166
|
export declare namespace Problem {
|
|
2147
|
-
var defaultProps:
|
|
2167
|
+
var defaultProps: IconProps_75;
|
|
2148
2168
|
var displayName: string;
|
|
2149
2169
|
}
|
|
2150
2170
|
|
|
2151
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2171
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
2152
2172
|
|
|
2153
2173
|
export declare namespace ProblemFill {
|
|
2154
|
-
var defaultProps:
|
|
2174
|
+
var defaultProps: IconProps_74;
|
|
2155
2175
|
var displayName: string;
|
|
2156
2176
|
}
|
|
2157
2177
|
|
|
2158
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2178
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
2159
2179
|
|
|
2160
2180
|
export declare namespace Prohibitselected {
|
|
2161
|
-
var defaultProps:
|
|
2181
|
+
var defaultProps: IconProps_77;
|
|
2162
2182
|
var displayName: string;
|
|
2163
2183
|
}
|
|
2164
2184
|
|
|
2165
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2185
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
2166
2186
|
|
|
2167
2187
|
export declare namespace ProhibitselectedRectangle {
|
|
2168
|
-
var defaultProps:
|
|
2188
|
+
var defaultProps: IconProps_76;
|
|
2169
2189
|
var displayName: string;
|
|
2170
2190
|
}
|
|
2171
2191
|
|
|
2172
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2192
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
2173
2193
|
|
|
2174
2194
|
export declare namespace Quanyishiyongjilu {
|
|
2175
|
-
var defaultProps:
|
|
2195
|
+
var defaultProps: IconProps_78;
|
|
2176
2196
|
var displayName: string;
|
|
2177
2197
|
}
|
|
2178
2198
|
|
|
2179
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2199
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_123> & T): ReactElement;
|
|
2180
2200
|
|
|
2181
2201
|
export declare namespace QuickClaimsColor {
|
|
2182
|
-
var defaultProps:
|
|
2202
|
+
var defaultProps: IconProps_123;
|
|
2183
2203
|
var displayName: string;
|
|
2184
2204
|
}
|
|
2185
2205
|
|
|
2186
|
-
export declare function Remind<T>(props: Partial<
|
|
2206
|
+
export declare function Remind<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
2187
2207
|
|
|
2188
2208
|
export declare namespace Remind {
|
|
2189
|
-
var defaultProps:
|
|
2209
|
+
var defaultProps: IconProps_79;
|
|
2190
2210
|
var displayName: string;
|
|
2191
2211
|
}
|
|
2192
2212
|
|
|
2193
|
-
export declare function RevokeFill<T>(props: Partial<
|
|
2213
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
2194
2214
|
|
|
2195
2215
|
export declare namespace RevokeFill {
|
|
2196
|
-
var defaultProps:
|
|
2216
|
+
var defaultProps: IconProps_80;
|
|
2197
2217
|
var displayName: string;
|
|
2198
2218
|
}
|
|
2199
2219
|
|
|
2200
|
-
export declare function RightFill<T>(props: Partial<
|
|
2220
|
+
export declare function RightFill<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
2201
2221
|
|
|
2202
2222
|
export declare namespace RightFill {
|
|
2203
|
-
var defaultProps:
|
|
2223
|
+
var defaultProps: IconProps_81;
|
|
2204
2224
|
var displayName: string;
|
|
2205
2225
|
}
|
|
2206
2226
|
|
|
2207
|
-
export declare function Search<T>(props: Partial<
|
|
2227
|
+
export declare function Search<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
2208
2228
|
|
|
2209
2229
|
export declare namespace Search {
|
|
2210
|
-
var defaultProps:
|
|
2230
|
+
var defaultProps: IconProps_82;
|
|
2211
2231
|
var displayName: string;
|
|
2212
2232
|
}
|
|
2213
2233
|
|
|
2214
|
-
export declare function Selected<T>(props: Partial<
|
|
2234
|
+
export declare function Selected<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
2215
2235
|
|
|
2216
2236
|
export declare namespace Selected {
|
|
2217
|
-
var defaultProps:
|
|
2237
|
+
var defaultProps: IconProps_85;
|
|
2218
2238
|
var displayName: string;
|
|
2219
2239
|
}
|
|
2220
2240
|
|
|
2221
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2241
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
2222
2242
|
|
|
2223
2243
|
export declare namespace SelectedFill {
|
|
2224
|
-
var defaultProps:
|
|
2244
|
+
var defaultProps: IconProps_83;
|
|
2225
2245
|
var displayName: string;
|
|
2226
2246
|
}
|
|
2227
2247
|
|
|
2228
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2248
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
2229
2249
|
|
|
2230
2250
|
export declare namespace SelectedminusFill {
|
|
2231
|
-
var defaultProps:
|
|
2251
|
+
var defaultProps: IconProps_86;
|
|
2232
2252
|
var displayName: string;
|
|
2233
2253
|
}
|
|
2234
2254
|
|
|
2235
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2255
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2236
2256
|
|
|
2237
2257
|
export declare namespace SelectedminusRectangleFill {
|
|
2238
|
-
var defaultProps:
|
|
2258
|
+
var defaultProps: IconProps_87;
|
|
2239
2259
|
var displayName: string;
|
|
2240
2260
|
}
|
|
2241
2261
|
|
|
2242
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2262
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
2243
2263
|
|
|
2244
2264
|
export declare namespace SelectedRectangleFill {
|
|
2245
|
-
var defaultProps:
|
|
2265
|
+
var defaultProps: IconProps_84;
|
|
2246
2266
|
var displayName: string;
|
|
2247
2267
|
}
|
|
2248
2268
|
|
|
2249
|
-
export declare function SendFill<T>(props: Partial<
|
|
2269
|
+
export declare function SendFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2250
2270
|
|
|
2251
2271
|
export declare namespace SendFill {
|
|
2252
|
-
var defaultProps:
|
|
2272
|
+
var defaultProps: IconProps_88;
|
|
2253
2273
|
var displayName: string;
|
|
2254
2274
|
}
|
|
2255
2275
|
|
|
2256
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2276
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2257
2277
|
|
|
2258
2278
|
export declare namespace ShoushuFill {
|
|
2259
|
-
var defaultProps:
|
|
2279
|
+
var defaultProps: IconProps_89;
|
|
2260
2280
|
var displayName: string;
|
|
2261
2281
|
}
|
|
2262
2282
|
|
|
2263
|
-
export declare function Smalltriangle2Fill<T>(props: Partial<
|
|
2283
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2264
2284
|
|
|
2265
2285
|
export declare namespace Smalltriangle2Fill {
|
|
2266
|
-
var defaultProps:
|
|
2286
|
+
var defaultProps: IconProps_91;
|
|
2267
2287
|
var displayName: string;
|
|
2268
2288
|
}
|
|
2269
2289
|
|
|
2270
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2290
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
2271
2291
|
|
|
2272
2292
|
export declare namespace SmalltriangleFill {
|
|
2273
|
-
var defaultProps:
|
|
2293
|
+
var defaultProps: IconProps_90;
|
|
2274
2294
|
var displayName: string;
|
|
2275
2295
|
}
|
|
2276
2296
|
|
|
2277
|
-
export declare function SpeakerFill<T>(props: Partial<
|
|
2297
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2278
2298
|
|
|
2279
2299
|
export declare namespace SpeakerFill {
|
|
2280
|
-
var defaultProps:
|
|
2300
|
+
var defaultProps: IconProps_92;
|
|
2281
2301
|
var displayName: string;
|
|
2282
2302
|
}
|
|
2283
2303
|
|
|
2284
|
-
export declare function SpeakeroffFill<T>(props: Partial<
|
|
2304
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
2285
2305
|
|
|
2286
2306
|
export declare namespace SpeakeroffFill {
|
|
2287
|
-
var defaultProps:
|
|
2307
|
+
var defaultProps: IconProps_93;
|
|
2288
2308
|
var displayName: string;
|
|
2289
2309
|
}
|
|
2290
2310
|
|
|
2291
|
-
export declare function StarFill<T>(props: Partial<
|
|
2311
|
+
export declare function StarFill<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2292
2312
|
|
|
2293
2313
|
export declare namespace StarFill {
|
|
2294
|
-
var defaultProps:
|
|
2314
|
+
var defaultProps: IconProps_94;
|
|
2295
2315
|
var displayName: string;
|
|
2296
2316
|
}
|
|
2297
2317
|
|
|
2298
|
-
export declare function Success<T>(props: Partial<
|
|
2318
|
+
export declare function Success<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2299
2319
|
|
|
2300
2320
|
export declare namespace Success {
|
|
2301
|
-
var defaultProps:
|
|
2321
|
+
var defaultProps: IconProps_96;
|
|
2302
2322
|
var displayName: string;
|
|
2303
2323
|
}
|
|
2304
2324
|
|
|
2305
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2325
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2306
2326
|
|
|
2307
2327
|
export declare namespace SuccessFill {
|
|
2308
|
-
var defaultProps:
|
|
2328
|
+
var defaultProps: IconProps_95;
|
|
2309
2329
|
var displayName: string;
|
|
2310
2330
|
}
|
|
2311
2331
|
|
|
2312
|
-
export declare function Time<T>(props: Partial<
|
|
2332
|
+
export declare function Time<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2313
2333
|
|
|
2314
2334
|
export declare namespace Time {
|
|
2315
|
-
var defaultProps:
|
|
2335
|
+
var defaultProps: IconProps_98;
|
|
2316
2336
|
var displayName: string;
|
|
2317
2337
|
}
|
|
2318
2338
|
|
|
2319
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2339
|
+
export declare function TimeFill<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2320
2340
|
|
|
2321
2341
|
export declare namespace TimeFill {
|
|
2322
|
-
var defaultProps:
|
|
2342
|
+
var defaultProps: IconProps_97;
|
|
2323
2343
|
var displayName: string;
|
|
2324
2344
|
}
|
|
2325
2345
|
|
|
2326
|
-
export declare function Unselected<T>(props: Partial<
|
|
2346
|
+
export declare function Unselected<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2327
2347
|
|
|
2328
2348
|
export declare namespace Unselected {
|
|
2329
|
-
var defaultProps:
|
|
2349
|
+
var defaultProps: IconProps_100;
|
|
2330
2350
|
var displayName: string;
|
|
2331
2351
|
}
|
|
2332
2352
|
|
|
2333
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2353
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2334
2354
|
|
|
2335
2355
|
export declare namespace UnselectedRectangle {
|
|
2336
|
-
var defaultProps:
|
|
2356
|
+
var defaultProps: IconProps_99;
|
|
2337
2357
|
var displayName: string;
|
|
2338
2358
|
}
|
|
2339
2359
|
|
|
2340
|
-
export declare function UpFill<T>(props: Partial<
|
|
2360
|
+
export declare function UpFill<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2341
2361
|
|
|
2342
2362
|
export declare namespace UpFill {
|
|
2343
|
-
var defaultProps:
|
|
2363
|
+
var defaultProps: IconProps_101;
|
|
2344
2364
|
var displayName: string;
|
|
2345
2365
|
}
|
|
2346
2366
|
|
|
2347
|
-
export declare function User<T>(props: Partial<
|
|
2367
|
+
export declare function User<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2348
2368
|
|
|
2349
2369
|
export declare namespace User {
|
|
2350
|
-
var defaultProps:
|
|
2370
|
+
var defaultProps: IconProps_102;
|
|
2351
2371
|
var displayName: string;
|
|
2352
2372
|
}
|
|
2353
2373
|
|
|
2354
|
-
export declare function Visible<T>(props: Partial<
|
|
2374
|
+
export declare function Visible<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2355
2375
|
|
|
2356
2376
|
export declare namespace Visible {
|
|
2357
|
-
var defaultProps:
|
|
2377
|
+
var defaultProps: IconProps_103;
|
|
2358
2378
|
var displayName: string;
|
|
2359
2379
|
}
|
|
2360
2380
|
|
|
2361
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2381
|
+
export declare function Voicemail<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2362
2382
|
|
|
2363
2383
|
export declare namespace Voicemail {
|
|
2364
|
-
var defaultProps:
|
|
2384
|
+
var defaultProps: IconProps_104;
|
|
2365
2385
|
var displayName: string;
|
|
2366
2386
|
}
|
|
2367
2387
|
|
|
2368
|
-
export declare function Warning<T>(props: Partial<
|
|
2388
|
+
export declare function Warning<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2369
2389
|
|
|
2370
2390
|
export declare namespace Warning {
|
|
2371
|
-
var defaultProps:
|
|
2391
|
+
var defaultProps: IconProps_106;
|
|
2372
2392
|
var displayName: string;
|
|
2373
2393
|
}
|
|
2374
2394
|
|
|
2375
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2395
|
+
export declare function WarningFill<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2376
2396
|
|
|
2377
2397
|
export declare namespace WarningFill {
|
|
2378
|
-
var defaultProps:
|
|
2398
|
+
var defaultProps: IconProps_105;
|
|
2379
2399
|
var displayName: string;
|
|
2380
2400
|
}
|
|
2381
2401
|
|
|
2382
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2402
|
+
export declare function WechatBack<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2383
2403
|
|
|
2384
2404
|
export declare namespace WechatBack {
|
|
2385
|
-
var defaultProps:
|
|
2405
|
+
var defaultProps: IconProps_107;
|
|
2386
2406
|
var displayName: string;
|
|
2387
2407
|
}
|
|
2388
2408
|
|
|
2389
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2409
|
+
export declare function WechatFill<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2390
2410
|
|
|
2391
2411
|
export declare namespace WechatFill {
|
|
2392
|
-
var defaultProps:
|
|
2412
|
+
var defaultProps: IconProps_108;
|
|
2393
2413
|
var displayName: string;
|
|
2394
2414
|
}
|
|
2395
2415
|
|
|
2396
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2416
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2397
2417
|
|
|
2398
2418
|
export declare namespace YinanbingliFill {
|
|
2399
|
-
var defaultProps:
|
|
2419
|
+
var defaultProps: IconProps_109;
|
|
2400
2420
|
var displayName: string;
|
|
2401
2421
|
}
|
|
2402
2422
|
|
|
2403
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2423
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2404
2424
|
|
|
2405
2425
|
export declare namespace YishengjingxuanFill {
|
|
2406
|
-
var defaultProps:
|
|
2426
|
+
var defaultProps: IconProps_110;
|
|
2407
2427
|
var displayName: string;
|
|
2408
2428
|
}
|
|
2409
2429
|
|
|
2410
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2430
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2411
2431
|
|
|
2412
2432
|
export declare namespace Zhuangrenxiezhu {
|
|
2413
|
-
var defaultProps:
|
|
2433
|
+
var defaultProps: IconProps_111;
|
|
2414
2434
|
var displayName: string;
|
|
2415
2435
|
}
|
|
2416
2436
|
|
|
2417
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2437
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
2418
2438
|
|
|
2419
2439
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2420
|
-
var defaultProps:
|
|
2440
|
+
var defaultProps: IconProps_112;
|
|
2421
2441
|
var displayName: string;
|
|
2422
2442
|
}
|
|
2423
2443
|
|