@mijadesign/mobile-icons 1.0.14 → 1.0.15
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/Yuyuejilu.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 +60 -40
- package/dist/types/mobile-icons.mjs +777 -726
- 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_136> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_136;
|
|
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_137> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_137;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -156,10 +156,10 @@ export declare namespace Bianjiezhuanzhen {
|
|
|
156
156
|
var displayName: string;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
export declare function BoyColor<T>(props: Partial<
|
|
159
|
+
export declare function BoyColor<T>(props: Partial<IconProps_138> & T): ReactElement;
|
|
160
160
|
|
|
161
161
|
export declare namespace BoyColor {
|
|
162
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_138;
|
|
163
163
|
var displayName: string;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -240,10 +240,10 @@ export declare namespace ChuyuanFill {
|
|
|
240
240
|
var displayName: string;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
243
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_139> & T): ReactElement;
|
|
244
244
|
|
|
245
245
|
export declare namespace ClaimsDetailColor {
|
|
246
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_139;
|
|
247
247
|
var displayName: string;
|
|
248
248
|
}
|
|
249
249
|
|
|
@@ -303,10 +303,10 @@ export declare namespace DeleteFill {
|
|
|
303
303
|
var displayName: string;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
306
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_140> & T): ReactElement;
|
|
307
307
|
|
|
308
308
|
export declare namespace DirectClaimsColor {
|
|
309
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_140;
|
|
310
310
|
var displayName: string;
|
|
311
311
|
}
|
|
312
312
|
|
|
@@ -324,10 +324,10 @@ export declare namespace DownFill {
|
|
|
324
324
|
var displayName: string;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
327
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_141> & T): ReactElement;
|
|
328
328
|
|
|
329
329
|
export declare namespace DynamicLoading {
|
|
330
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_141;
|
|
331
331
|
var displayName: string;
|
|
332
332
|
}
|
|
333
333
|
|
|
@@ -366,17 +366,17 @@ export declare namespace GaonandushoushuFill {
|
|
|
366
366
|
var displayName: string;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
369
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_142> & T): ReactElement;
|
|
370
370
|
|
|
371
371
|
export declare namespace GeneraoInfoColor {
|
|
372
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_142;
|
|
373
373
|
var displayName: string;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
export declare function GirlColor<T>(props: Partial<
|
|
376
|
+
export declare function GirlColor<T>(props: Partial<IconProps_143> & T): ReactElement;
|
|
377
377
|
|
|
378
378
|
export declare namespace GirlColor {
|
|
379
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_143;
|
|
380
380
|
var displayName: string;
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -965,12 +965,14 @@ declare interface IconProps_134 {
|
|
|
965
965
|
}
|
|
966
966
|
|
|
967
967
|
declare interface IconProps_135 {
|
|
968
|
+
size: string | number;
|
|
968
969
|
classPrefix: string;
|
|
970
|
+
color: string;
|
|
969
971
|
tag: keyof ReactHTML;
|
|
970
|
-
|
|
972
|
+
logValue?: string;
|
|
971
973
|
onClick: (e: MouseEvent) => void;
|
|
974
|
+
fontClassName: string;
|
|
972
975
|
className: string;
|
|
973
|
-
logValue?: string;
|
|
974
976
|
style: React_2.CSSProperties;
|
|
975
977
|
children: React_2.ReactNode;
|
|
976
978
|
}
|
|
@@ -1098,6 +1100,17 @@ declare interface IconProps_145 {
|
|
|
1098
1100
|
children: React_2.ReactNode;
|
|
1099
1101
|
}
|
|
1100
1102
|
|
|
1103
|
+
declare interface IconProps_146 {
|
|
1104
|
+
classPrefix: string;
|
|
1105
|
+
tag: keyof ReactHTML;
|
|
1106
|
+
size: string | number;
|
|
1107
|
+
onClick: (e: MouseEvent) => void;
|
|
1108
|
+
className: string;
|
|
1109
|
+
logValue?: string;
|
|
1110
|
+
style: React_2.CSSProperties;
|
|
1111
|
+
children: React_2.ReactNode;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1101
1114
|
declare interface IconProps_15 {
|
|
1102
1115
|
size: string | number;
|
|
1103
1116
|
classPrefix: string;
|
|
@@ -2440,17 +2453,17 @@ export declare namespace Loading {
|
|
|
2440
2453
|
var displayName: string;
|
|
2441
2454
|
}
|
|
2442
2455
|
|
|
2443
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2456
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_144> & T): ReactElement;
|
|
2444
2457
|
|
|
2445
2458
|
export declare namespace LoginOffColor {
|
|
2446
|
-
var defaultProps:
|
|
2459
|
+
var defaultProps: IconProps_144;
|
|
2447
2460
|
var displayName: string;
|
|
2448
2461
|
}
|
|
2449
2462
|
|
|
2450
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2463
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_145> & T): ReactElement;
|
|
2451
2464
|
|
|
2452
2465
|
export declare namespace LoginOnColor {
|
|
2453
|
-
var defaultProps:
|
|
2466
|
+
var defaultProps: IconProps_145;
|
|
2454
2467
|
var displayName: string;
|
|
2455
2468
|
}
|
|
2456
2469
|
|
|
@@ -2559,10 +2572,10 @@ export declare namespace Quanyishiyongjilu {
|
|
|
2559
2572
|
var displayName: string;
|
|
2560
2573
|
}
|
|
2561
2574
|
|
|
2562
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2575
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_146> & T): ReactElement;
|
|
2563
2576
|
|
|
2564
2577
|
export declare namespace QuickClaimsColor {
|
|
2565
|
-
var defaultProps:
|
|
2578
|
+
var defaultProps: IconProps_146;
|
|
2566
2579
|
var displayName: string;
|
|
2567
2580
|
}
|
|
2568
2581
|
|
|
@@ -2825,61 +2838,68 @@ export declare namespace Yuanneipeizhen {
|
|
|
2825
2838
|
var displayName: string;
|
|
2826
2839
|
}
|
|
2827
2840
|
|
|
2828
|
-
export declare function
|
|
2841
|
+
export declare function Yuyuejilu<T>(props: Partial<IconProps_127> & T): ReactElement;
|
|
2829
2842
|
|
|
2830
|
-
export declare namespace
|
|
2843
|
+
export declare namespace Yuyuejilu {
|
|
2831
2844
|
var defaultProps: IconProps_127;
|
|
2832
2845
|
var displayName: string;
|
|
2833
2846
|
}
|
|
2834
2847
|
|
|
2835
|
-
export declare function
|
|
2848
|
+
export declare function Zhongjihaiwaijiuyi<T>(props: Partial<IconProps_128> & T): ReactElement;
|
|
2836
2849
|
|
|
2837
|
-
export declare namespace
|
|
2850
|
+
export declare namespace Zhongjihaiwaijiuyi {
|
|
2838
2851
|
var defaultProps: IconProps_128;
|
|
2839
2852
|
var displayName: string;
|
|
2840
2853
|
}
|
|
2841
2854
|
|
|
2842
|
-
export declare function
|
|
2855
|
+
export declare function Zhongjihuizhen<T>(props: Partial<IconProps_129> & T): ReactElement;
|
|
2843
2856
|
|
|
2844
|
-
export declare namespace
|
|
2857
|
+
export declare namespace Zhongjihuizhen {
|
|
2845
2858
|
var defaultProps: IconProps_129;
|
|
2846
2859
|
var displayName: string;
|
|
2847
2860
|
}
|
|
2848
2861
|
|
|
2849
|
-
export declare function
|
|
2862
|
+
export declare function Zhongjizhuanjiayuyue<T>(props: Partial<IconProps_130> & T): ReactElement;
|
|
2850
2863
|
|
|
2851
|
-
export declare namespace
|
|
2864
|
+
export declare namespace Zhongjizhuanjiayuyue {
|
|
2852
2865
|
var defaultProps: IconProps_130;
|
|
2853
2866
|
var displayName: string;
|
|
2854
2867
|
}
|
|
2855
2868
|
|
|
2856
|
-
export declare function
|
|
2869
|
+
export declare function Zhongjizhuyuanxietiao<T>(props: Partial<IconProps_131> & T): ReactElement;
|
|
2857
2870
|
|
|
2858
|
-
export declare namespace
|
|
2871
|
+
export declare namespace Zhongjizhuyuanxietiao {
|
|
2859
2872
|
var defaultProps: IconProps_131;
|
|
2860
2873
|
var displayName: string;
|
|
2861
2874
|
}
|
|
2862
2875
|
|
|
2863
|
-
export declare function
|
|
2876
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_132> & T): ReactElement;
|
|
2864
2877
|
|
|
2865
|
-
export declare namespace
|
|
2878
|
+
export declare namespace Zhuangrenxiezhu {
|
|
2866
2879
|
var defaultProps: IconProps_132;
|
|
2867
2880
|
var displayName: string;
|
|
2868
2881
|
}
|
|
2869
2882
|
|
|
2870
|
-
export declare function
|
|
2883
|
+
export declare function Zhuanjiapinggu<T>(props: Partial<IconProps_133> & T): ReactElement;
|
|
2871
2884
|
|
|
2872
|
-
export declare namespace
|
|
2885
|
+
export declare namespace Zhuanjiapinggu {
|
|
2873
2886
|
var defaultProps: IconProps_133;
|
|
2874
2887
|
var displayName: string;
|
|
2875
2888
|
}
|
|
2876
2889
|
|
|
2877
|
-
export declare function
|
|
2890
|
+
export declare function Zhuanjiayuyue<T>(props: Partial<IconProps_134> & T): ReactElement;
|
|
2878
2891
|
|
|
2879
|
-
export declare namespace
|
|
2892
|
+
export declare namespace Zhuanjiayuyue {
|
|
2880
2893
|
var defaultProps: IconProps_134;
|
|
2881
2894
|
var displayName: string;
|
|
2882
2895
|
}
|
|
2883
2896
|
|
|
2897
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_135> & T): ReactElement;
|
|
2898
|
+
|
|
2899
|
+
export declare namespace ZhuyuanxiezhuFill {
|
|
2900
|
+
var defaultProps: IconProps_135;
|
|
2901
|
+
var displayName: string;
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2884
2904
|
export { }
|
|
2885
2905
|
export declare class IconFontConfig { [key: string]:any }
|