@mijadesign/mobile-icons 1.0.10 → 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/SvgConfig.js +1 -1
- package/dist/es/icons/Update.js +55 -0
- 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 +66 -46
- package/dist/types/mobile-icons.mjs +480 -429
- 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,10 +282,10 @@ 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
|
|
|
@@ -303,10 +303,10 @@ export declare namespace DownFill {
|
|
|
303
303
|
var displayName: string;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
306
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_119> & T): ReactElement;
|
|
307
307
|
|
|
308
308
|
export declare namespace DynamicLoading {
|
|
309
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_119;
|
|
310
310
|
var displayName: string;
|
|
311
311
|
}
|
|
312
312
|
|
|
@@ -345,17 +345,17 @@ export declare namespace GaonandushoushuFill {
|
|
|
345
345
|
var displayName: string;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
348
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_120> & T): ReactElement;
|
|
349
349
|
|
|
350
350
|
export declare namespace GeneraoInfoColor {
|
|
351
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_120;
|
|
352
352
|
var displayName: string;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
export declare function GirlColor<T>(props: Partial<
|
|
355
|
+
export declare function GirlColor<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
356
356
|
|
|
357
357
|
export declare namespace GirlColor {
|
|
358
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_121;
|
|
359
359
|
var displayName: string;
|
|
360
360
|
}
|
|
361
361
|
|
|
@@ -625,12 +625,14 @@ declare interface IconProps_112 {
|
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
declare interface IconProps_113 {
|
|
628
|
+
size: string | number;
|
|
628
629
|
classPrefix: string;
|
|
630
|
+
color: string;
|
|
629
631
|
tag: keyof ReactHTML;
|
|
630
|
-
|
|
632
|
+
logValue?: string;
|
|
631
633
|
onClick: (e: MouseEvent) => void;
|
|
634
|
+
fontClassName: string;
|
|
632
635
|
className: string;
|
|
633
|
-
logValue?: string;
|
|
634
636
|
style: React_2.CSSProperties;
|
|
635
637
|
children: React_2.ReactNode;
|
|
636
638
|
}
|
|
@@ -758,6 +760,17 @@ declare interface IconProps_123 {
|
|
|
758
760
|
children: React_2.ReactNode;
|
|
759
761
|
}
|
|
760
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
|
+
|
|
761
774
|
declare interface IconProps_13 {
|
|
762
775
|
size: string | number;
|
|
763
776
|
classPrefix: string;
|
|
@@ -2077,17 +2090,17 @@ export declare namespace Loading {
|
|
|
2077
2090
|
var displayName: string;
|
|
2078
2091
|
}
|
|
2079
2092
|
|
|
2080
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2093
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
2081
2094
|
|
|
2082
2095
|
export declare namespace LoginOffColor {
|
|
2083
|
-
var defaultProps:
|
|
2096
|
+
var defaultProps: IconProps_122;
|
|
2084
2097
|
var displayName: string;
|
|
2085
2098
|
}
|
|
2086
2099
|
|
|
2087
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2100
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_123> & T): ReactElement;
|
|
2088
2101
|
|
|
2089
2102
|
export declare namespace LoginOnColor {
|
|
2090
|
-
var defaultProps:
|
|
2103
|
+
var defaultProps: IconProps_123;
|
|
2091
2104
|
var displayName: string;
|
|
2092
2105
|
}
|
|
2093
2106
|
|
|
@@ -2196,10 +2209,10 @@ export declare namespace Quanyishiyongjilu {
|
|
|
2196
2209
|
var displayName: string;
|
|
2197
2210
|
}
|
|
2198
2211
|
|
|
2199
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2212
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_124> & T): ReactElement;
|
|
2200
2213
|
|
|
2201
2214
|
export declare namespace QuickClaimsColor {
|
|
2202
|
-
var defaultProps:
|
|
2215
|
+
var defaultProps: IconProps_124;
|
|
2203
2216
|
var displayName: string;
|
|
2204
2217
|
}
|
|
2205
2218
|
|
|
@@ -2357,6 +2370,13 @@ export declare namespace UnselectedRectangle {
|
|
|
2357
2370
|
var displayName: string;
|
|
2358
2371
|
}
|
|
2359
2372
|
|
|
2373
|
+
export declare function Update<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2374
|
+
|
|
2375
|
+
export declare namespace Update {
|
|
2376
|
+
var defaultProps: IconProps_102;
|
|
2377
|
+
var displayName: string;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2360
2380
|
export declare function UpFill<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2361
2381
|
|
|
2362
2382
|
export declare namespace UpFill {
|
|
@@ -2364,80 +2384,80 @@ export declare namespace UpFill {
|
|
|
2364
2384
|
var displayName: string;
|
|
2365
2385
|
}
|
|
2366
2386
|
|
|
2367
|
-
export declare function User<T>(props: Partial<
|
|
2387
|
+
export declare function User<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2368
2388
|
|
|
2369
2389
|
export declare namespace User {
|
|
2370
|
-
var defaultProps:
|
|
2390
|
+
var defaultProps: IconProps_103;
|
|
2371
2391
|
var displayName: string;
|
|
2372
2392
|
}
|
|
2373
2393
|
|
|
2374
|
-
export declare function Visible<T>(props: Partial<
|
|
2394
|
+
export declare function Visible<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2375
2395
|
|
|
2376
2396
|
export declare namespace Visible {
|
|
2377
|
-
var defaultProps:
|
|
2397
|
+
var defaultProps: IconProps_104;
|
|
2378
2398
|
var displayName: string;
|
|
2379
2399
|
}
|
|
2380
2400
|
|
|
2381
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2401
|
+
export declare function Voicemail<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2382
2402
|
|
|
2383
2403
|
export declare namespace Voicemail {
|
|
2384
|
-
var defaultProps:
|
|
2404
|
+
var defaultProps: IconProps_105;
|
|
2385
2405
|
var displayName: string;
|
|
2386
2406
|
}
|
|
2387
2407
|
|
|
2388
|
-
export declare function Warning<T>(props: Partial<
|
|
2408
|
+
export declare function Warning<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2389
2409
|
|
|
2390
2410
|
export declare namespace Warning {
|
|
2391
|
-
var defaultProps:
|
|
2411
|
+
var defaultProps: IconProps_107;
|
|
2392
2412
|
var displayName: string;
|
|
2393
2413
|
}
|
|
2394
2414
|
|
|
2395
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2415
|
+
export declare function WarningFill<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2396
2416
|
|
|
2397
2417
|
export declare namespace WarningFill {
|
|
2398
|
-
var defaultProps:
|
|
2418
|
+
var defaultProps: IconProps_106;
|
|
2399
2419
|
var displayName: string;
|
|
2400
2420
|
}
|
|
2401
2421
|
|
|
2402
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2422
|
+
export declare function WechatBack<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2403
2423
|
|
|
2404
2424
|
export declare namespace WechatBack {
|
|
2405
|
-
var defaultProps:
|
|
2425
|
+
var defaultProps: IconProps_108;
|
|
2406
2426
|
var displayName: string;
|
|
2407
2427
|
}
|
|
2408
2428
|
|
|
2409
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2429
|
+
export declare function WechatFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2410
2430
|
|
|
2411
2431
|
export declare namespace WechatFill {
|
|
2412
|
-
var defaultProps:
|
|
2432
|
+
var defaultProps: IconProps_109;
|
|
2413
2433
|
var displayName: string;
|
|
2414
2434
|
}
|
|
2415
2435
|
|
|
2416
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2436
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2417
2437
|
|
|
2418
2438
|
export declare namespace YinanbingliFill {
|
|
2419
|
-
var defaultProps:
|
|
2439
|
+
var defaultProps: IconProps_110;
|
|
2420
2440
|
var displayName: string;
|
|
2421
2441
|
}
|
|
2422
2442
|
|
|
2423
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2443
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2424
2444
|
|
|
2425
2445
|
export declare namespace YishengjingxuanFill {
|
|
2426
|
-
var defaultProps:
|
|
2446
|
+
var defaultProps: IconProps_111;
|
|
2427
2447
|
var displayName: string;
|
|
2428
2448
|
}
|
|
2429
2449
|
|
|
2430
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2450
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
2431
2451
|
|
|
2432
2452
|
export declare namespace Zhuangrenxiezhu {
|
|
2433
|
-
var defaultProps:
|
|
2453
|
+
var defaultProps: IconProps_112;
|
|
2434
2454
|
var displayName: string;
|
|
2435
2455
|
}
|
|
2436
2456
|
|
|
2437
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2457
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_113> & T): ReactElement;
|
|
2438
2458
|
|
|
2439
2459
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2440
|
-
var defaultProps:
|
|
2460
|
+
var defaultProps: IconProps_113;
|
|
2441
2461
|
var displayName: string;
|
|
2442
2462
|
}
|
|
2443
2463
|
|