@mijadesign/mobile-icons 1.0.0-beta.3 → 1.0.0-beta.5
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/AddFamily.js +55 -0
- package/dist/es/icons/Change.js +55 -0
- package/dist/es/icons/FamilyFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +3 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +200 -140
- package/dist/types/mobile-icons.mjs +2419 -2266
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2,227 +2,248 @@ import { default as React_2 } from 'react';
|
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
import { ReactHTML } from 'react';
|
|
4
4
|
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function AddFamily<T>(props: Partial<IconProps_2> & T): ReactElement;
|
|
6
6
|
|
|
7
|
-
export declare namespace
|
|
7
|
+
export declare namespace AddFamily {
|
|
8
8
|
var defaultProps: IconProps_2;
|
|
9
9
|
var displayName: string;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export declare function
|
|
12
|
+
export declare function AddFill<T>(props: Partial<IconProps_3> & T): ReactElement;
|
|
13
13
|
|
|
14
|
-
export declare namespace
|
|
14
|
+
export declare namespace AddFill {
|
|
15
15
|
var defaultProps: IconProps_3;
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
export declare function
|
|
19
|
+
export declare function AddRectangleFill<T>(props: Partial<IconProps_4> & T): ReactElement;
|
|
20
20
|
|
|
21
|
-
export declare namespace
|
|
21
|
+
export declare namespace AddRectangleFill {
|
|
22
22
|
var defaultProps: IconProps_4;
|
|
23
23
|
var displayName: string;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export declare function
|
|
26
|
+
export declare function Addressbook<T>(props: Partial<IconProps_5> & T): ReactElement;
|
|
27
|
+
|
|
28
|
+
export declare namespace Addressbook {
|
|
29
|
+
var defaultProps: IconProps_5;
|
|
30
|
+
var displayName: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
27
34
|
|
|
28
35
|
export declare namespace AdultManColor {
|
|
29
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_62;
|
|
30
37
|
var displayName: string;
|
|
31
38
|
}
|
|
32
39
|
|
|
33
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
34
41
|
|
|
35
42
|
export declare namespace AdultWomanColor {
|
|
36
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_63;
|
|
37
44
|
var displayName: string;
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
export declare function ArrowDown<T>(props: Partial<
|
|
47
|
+
export declare function ArrowDown<T>(props: Partial<IconProps_7> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace ArrowDown {
|
|
43
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_7;
|
|
44
51
|
var displayName: string;
|
|
45
52
|
}
|
|
46
53
|
|
|
47
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
54
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
48
55
|
|
|
49
56
|
export declare namespace ArrowDownCircle {
|
|
50
|
-
var defaultProps:
|
|
57
|
+
var defaultProps: IconProps_6;
|
|
51
58
|
var displayName: string;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
61
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
55
62
|
|
|
56
63
|
export declare namespace ArrowLeft {
|
|
57
|
-
var defaultProps:
|
|
64
|
+
var defaultProps: IconProps_9;
|
|
58
65
|
var displayName: string;
|
|
59
66
|
}
|
|
60
67
|
|
|
61
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
68
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
62
69
|
|
|
63
70
|
export declare namespace ArrowLeftCircle {
|
|
64
|
-
var defaultProps:
|
|
71
|
+
var defaultProps: IconProps_8;
|
|
65
72
|
var displayName: string;
|
|
66
73
|
}
|
|
67
74
|
|
|
68
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
75
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
69
76
|
|
|
70
77
|
export declare namespace ArrowRight {
|
|
71
|
-
var defaultProps:
|
|
78
|
+
var defaultProps: IconProps_11;
|
|
72
79
|
var displayName: string;
|
|
73
80
|
}
|
|
74
81
|
|
|
75
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
82
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
76
83
|
|
|
77
84
|
export declare namespace ArrowRightCircle {
|
|
78
|
-
var defaultProps:
|
|
85
|
+
var defaultProps: IconProps_10;
|
|
79
86
|
var displayName: string;
|
|
80
87
|
}
|
|
81
88
|
|
|
82
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
89
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
83
90
|
|
|
84
91
|
export declare namespace ArrowUp {
|
|
85
|
-
var defaultProps:
|
|
92
|
+
var defaultProps: IconProps_13;
|
|
86
93
|
var displayName: string;
|
|
87
94
|
}
|
|
88
95
|
|
|
89
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
96
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
90
97
|
|
|
91
98
|
export declare namespace ArrowUpCircle {
|
|
92
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_12;
|
|
93
100
|
var displayName: string;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
export declare function Bankcard<T>(props: Partial<
|
|
103
|
+
export declare function Bankcard<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
97
104
|
|
|
98
105
|
export declare namespace Bankcard {
|
|
99
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_14;
|
|
100
107
|
var displayName: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
export declare function BoyColor<T>(props: Partial<
|
|
110
|
+
export declare function BoyColor<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
104
111
|
|
|
105
112
|
export declare namespace BoyColor {
|
|
106
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_64;
|
|
107
114
|
var displayName: string;
|
|
108
115
|
}
|
|
109
116
|
|
|
110
|
-
export declare function Call<T>(props: Partial<
|
|
117
|
+
export declare function Call<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace Call {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_15;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function Camera<T>(props: Partial<
|
|
124
|
+
export declare function Camera<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace Camera {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_17;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function CameraFill<T>(props: Partial<
|
|
131
|
+
export declare function CameraFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace CameraFill {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_16;
|
|
135
|
+
var displayName: string;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export declare function Change<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
|
+
|
|
140
|
+
export declare namespace Change {
|
|
141
|
+
var defaultProps: IconProps_18;
|
|
128
142
|
var displayName: string;
|
|
129
143
|
}
|
|
130
144
|
|
|
131
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
145
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
132
146
|
|
|
133
147
|
export declare namespace ClaimsDetailColor {
|
|
134
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_65;
|
|
135
149
|
var displayName: string;
|
|
136
150
|
}
|
|
137
151
|
|
|
138
|
-
export declare function Close<T>(props: Partial<
|
|
152
|
+
export declare function Close<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
139
153
|
|
|
140
154
|
export declare namespace Close {
|
|
141
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_19;
|
|
142
156
|
var displayName: string;
|
|
143
157
|
}
|
|
144
158
|
|
|
145
|
-
export declare function Customer<T>(props: Partial<
|
|
159
|
+
export declare function Customer<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
146
160
|
|
|
147
161
|
export declare namespace Customer {
|
|
148
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_20;
|
|
149
163
|
var displayName: string;
|
|
150
164
|
}
|
|
151
165
|
|
|
152
|
-
export declare function Delete<T>(props: Partial<
|
|
166
|
+
export declare function Delete<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
153
167
|
|
|
154
168
|
export declare namespace Delete {
|
|
155
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_22;
|
|
156
170
|
var displayName: string;
|
|
157
171
|
}
|
|
158
172
|
|
|
159
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
173
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
160
174
|
|
|
161
175
|
export declare namespace DeleteFill {
|
|
162
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
163
177
|
var displayName: string;
|
|
164
178
|
}
|
|
165
179
|
|
|
166
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
180
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
167
181
|
|
|
168
182
|
export declare namespace DirectClaimsColor {
|
|
169
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_66;
|
|
170
184
|
var displayName: string;
|
|
171
185
|
}
|
|
172
186
|
|
|
173
|
-
export declare function DownFill<T>(props: Partial<
|
|
187
|
+
export declare function DownFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace DownFill {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_23;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function Failure<T>(props: Partial<
|
|
194
|
+
export declare function Failure<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace Failure {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function FailureFill<T>(props: Partial<
|
|
201
|
+
export declare function FailureFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace FailureFill {
|
|
190
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_24;
|
|
205
|
+
var displayName: string;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
209
|
+
|
|
210
|
+
export declare namespace FamilyFill {
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
191
212
|
var displayName: string;
|
|
192
213
|
}
|
|
193
214
|
|
|
194
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
215
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
195
216
|
|
|
196
217
|
export declare namespace GeneraoInfoColor {
|
|
197
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_67;
|
|
198
219
|
var displayName: string;
|
|
199
220
|
}
|
|
200
221
|
|
|
201
|
-
export declare function GirlColor<T>(props: Partial<
|
|
222
|
+
export declare function GirlColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
202
223
|
|
|
203
224
|
export declare namespace GirlColor {
|
|
204
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_68;
|
|
205
226
|
var displayName: string;
|
|
206
227
|
}
|
|
207
228
|
|
|
208
|
-
export declare function Guarantee<T>(props: Partial<
|
|
229
|
+
export declare function Guarantee<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
230
|
|
|
210
231
|
export declare namespace Guarantee {
|
|
211
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_28;
|
|
212
233
|
var displayName: string;
|
|
213
234
|
}
|
|
214
235
|
|
|
215
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
236
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
216
237
|
|
|
217
238
|
export declare namespace GuaranteeFill {
|
|
218
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_27;
|
|
219
240
|
var displayName: string;
|
|
220
241
|
}
|
|
221
242
|
|
|
222
|
-
export declare function Home<T>(props: Partial<
|
|
243
|
+
export declare function Home<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
223
244
|
|
|
224
245
|
export declare namespace Home {
|
|
225
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_29;
|
|
226
247
|
var displayName: string;
|
|
227
248
|
}
|
|
228
249
|
|
|
@@ -936,12 +957,14 @@ declare interface IconProps_58 {
|
|
|
936
957
|
}
|
|
937
958
|
|
|
938
959
|
declare interface IconProps_59 {
|
|
960
|
+
size: string | number;
|
|
939
961
|
classPrefix: string;
|
|
962
|
+
color: string;
|
|
940
963
|
tag: keyof ReactHTML;
|
|
941
|
-
|
|
964
|
+
logValue?: string;
|
|
942
965
|
onClick: (e: MouseEvent) => void;
|
|
966
|
+
fontClassName: string;
|
|
943
967
|
className: string;
|
|
944
|
-
logValue?: string;
|
|
945
968
|
style: React_2.CSSProperties;
|
|
946
969
|
children: React_2.ReactNode;
|
|
947
970
|
}
|
|
@@ -960,23 +983,27 @@ declare interface IconProps_6 {
|
|
|
960
983
|
}
|
|
961
984
|
|
|
962
985
|
declare interface IconProps_60 {
|
|
986
|
+
size: string | number;
|
|
963
987
|
classPrefix: string;
|
|
988
|
+
color: string;
|
|
964
989
|
tag: keyof ReactHTML;
|
|
965
|
-
|
|
990
|
+
logValue?: string;
|
|
966
991
|
onClick: (e: MouseEvent) => void;
|
|
992
|
+
fontClassName: string;
|
|
967
993
|
className: string;
|
|
968
|
-
logValue?: string;
|
|
969
994
|
style: React_2.CSSProperties;
|
|
970
995
|
children: React_2.ReactNode;
|
|
971
996
|
}
|
|
972
997
|
|
|
973
998
|
declare interface IconProps_61 {
|
|
999
|
+
size: string | number;
|
|
974
1000
|
classPrefix: string;
|
|
1001
|
+
color: string;
|
|
975
1002
|
tag: keyof ReactHTML;
|
|
976
|
-
|
|
1003
|
+
logValue?: string;
|
|
977
1004
|
onClick: (e: MouseEvent) => void;
|
|
1005
|
+
fontClassName: string;
|
|
978
1006
|
className: string;
|
|
979
|
-
logValue?: string;
|
|
980
1007
|
style: React_2.CSSProperties;
|
|
981
1008
|
children: React_2.ReactNode;
|
|
982
1009
|
}
|
|
@@ -1058,6 +1085,17 @@ declare interface IconProps_68 {
|
|
|
1058
1085
|
children: React_2.ReactNode;
|
|
1059
1086
|
}
|
|
1060
1087
|
|
|
1088
|
+
declare interface IconProps_69 {
|
|
1089
|
+
classPrefix: string;
|
|
1090
|
+
tag: keyof ReactHTML;
|
|
1091
|
+
size: string | number;
|
|
1092
|
+
onClick: (e: MouseEvent) => void;
|
|
1093
|
+
className: string;
|
|
1094
|
+
logValue?: string;
|
|
1095
|
+
style: React_2.CSSProperties;
|
|
1096
|
+
children: React_2.ReactNode;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1061
1099
|
declare interface IconProps_7 {
|
|
1062
1100
|
size: string | number;
|
|
1063
1101
|
classPrefix: string;
|
|
@@ -1071,6 +1109,28 @@ declare interface IconProps_7 {
|
|
|
1071
1109
|
children: React_2.ReactNode;
|
|
1072
1110
|
}
|
|
1073
1111
|
|
|
1112
|
+
declare interface IconProps_70 {
|
|
1113
|
+
classPrefix: string;
|
|
1114
|
+
tag: keyof ReactHTML;
|
|
1115
|
+
size: string | number;
|
|
1116
|
+
onClick: (e: MouseEvent) => void;
|
|
1117
|
+
className: string;
|
|
1118
|
+
logValue?: string;
|
|
1119
|
+
style: React_2.CSSProperties;
|
|
1120
|
+
children: React_2.ReactNode;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
declare interface IconProps_71 {
|
|
1124
|
+
classPrefix: string;
|
|
1125
|
+
tag: keyof ReactHTML;
|
|
1126
|
+
size: string | number;
|
|
1127
|
+
onClick: (e: MouseEvent) => void;
|
|
1128
|
+
className: string;
|
|
1129
|
+
logValue?: string;
|
|
1130
|
+
style: React_2.CSSProperties;
|
|
1131
|
+
children: React_2.ReactNode;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1074
1134
|
declare interface IconProps_8 {
|
|
1075
1135
|
size: string | number;
|
|
1076
1136
|
classPrefix: string;
|
|
@@ -1097,248 +1157,248 @@ declare interface IconProps_9 {
|
|
|
1097
1157
|
children: React_2.ReactNode;
|
|
1098
1158
|
}
|
|
1099
1159
|
|
|
1100
|
-
export declare function Information<T>(props: Partial<
|
|
1160
|
+
export declare function Information<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
1101
1161
|
|
|
1102
1162
|
export declare namespace Information {
|
|
1103
|
-
var defaultProps:
|
|
1163
|
+
var defaultProps: IconProps_31;
|
|
1104
1164
|
var displayName: string;
|
|
1105
1165
|
}
|
|
1106
1166
|
|
|
1107
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1167
|
+
export declare function InformationFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
1108
1168
|
|
|
1109
1169
|
export declare namespace InformationFill {
|
|
1110
|
-
var defaultProps:
|
|
1170
|
+
var defaultProps: IconProps_30;
|
|
1111
1171
|
var displayName: string;
|
|
1112
1172
|
}
|
|
1113
1173
|
|
|
1114
|
-
export declare function Invisible<T>(props: Partial<
|
|
1174
|
+
export declare function Invisible<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
1115
1175
|
|
|
1116
1176
|
export declare namespace Invisible {
|
|
1117
|
-
var defaultProps:
|
|
1177
|
+
var defaultProps: IconProps_32;
|
|
1118
1178
|
var displayName: string;
|
|
1119
1179
|
}
|
|
1120
1180
|
|
|
1121
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1181
|
+
export declare function LeftFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1122
1182
|
|
|
1123
1183
|
export declare namespace LeftFill {
|
|
1124
|
-
var defaultProps:
|
|
1184
|
+
var defaultProps: IconProps_33;
|
|
1125
1185
|
var displayName: string;
|
|
1126
1186
|
}
|
|
1127
1187
|
|
|
1128
|
-
export declare function Loading<T>(props: Partial<
|
|
1188
|
+
export declare function Loading<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1129
1189
|
|
|
1130
1190
|
export declare namespace Loading {
|
|
1131
|
-
var defaultProps:
|
|
1191
|
+
var defaultProps: IconProps_34;
|
|
1132
1192
|
var displayName: string;
|
|
1133
1193
|
}
|
|
1134
1194
|
|
|
1135
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1195
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1136
1196
|
|
|
1137
1197
|
export declare namespace LoginOffColor {
|
|
1138
|
-
var defaultProps:
|
|
1198
|
+
var defaultProps: IconProps_69;
|
|
1139
1199
|
var displayName: string;
|
|
1140
1200
|
}
|
|
1141
1201
|
|
|
1142
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1202
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1143
1203
|
|
|
1144
1204
|
export declare namespace LoginOnColor {
|
|
1145
|
-
var defaultProps:
|
|
1205
|
+
var defaultProps: IconProps_70;
|
|
1146
1206
|
var displayName: string;
|
|
1147
1207
|
}
|
|
1148
1208
|
|
|
1149
|
-
export declare function Modify<T>(props: Partial<
|
|
1209
|
+
export declare function Modify<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1150
1210
|
|
|
1151
1211
|
export declare namespace Modify {
|
|
1152
|
-
var defaultProps:
|
|
1212
|
+
var defaultProps: IconProps_35;
|
|
1153
1213
|
var displayName: string;
|
|
1154
1214
|
}
|
|
1155
1215
|
|
|
1156
|
-
export declare function Plus<T>(props: Partial<
|
|
1216
|
+
export declare function Plus<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1157
1217
|
|
|
1158
1218
|
export declare namespace Plus {
|
|
1159
|
-
var defaultProps:
|
|
1219
|
+
var defaultProps: IconProps_36;
|
|
1160
1220
|
var displayName: string;
|
|
1161
1221
|
}
|
|
1162
1222
|
|
|
1163
|
-
export declare function Position<T>(props: Partial<
|
|
1223
|
+
export declare function Position<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1164
1224
|
|
|
1165
1225
|
export declare namespace Position {
|
|
1166
|
-
var defaultProps:
|
|
1226
|
+
var defaultProps: IconProps_37;
|
|
1167
1227
|
var displayName: string;
|
|
1168
1228
|
}
|
|
1169
1229
|
|
|
1170
|
-
export declare function Problem<T>(props: Partial<
|
|
1230
|
+
export declare function Problem<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1171
1231
|
|
|
1172
1232
|
export declare namespace Problem {
|
|
1173
|
-
var defaultProps:
|
|
1233
|
+
var defaultProps: IconProps_39;
|
|
1174
1234
|
var displayName: string;
|
|
1175
1235
|
}
|
|
1176
1236
|
|
|
1177
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1237
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1178
1238
|
|
|
1179
1239
|
export declare namespace ProblemFill {
|
|
1180
|
-
var defaultProps:
|
|
1240
|
+
var defaultProps: IconProps_38;
|
|
1181
1241
|
var displayName: string;
|
|
1182
1242
|
}
|
|
1183
1243
|
|
|
1184
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1244
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1185
1245
|
|
|
1186
1246
|
export declare namespace Prohibitselected {
|
|
1187
|
-
var defaultProps:
|
|
1247
|
+
var defaultProps: IconProps_41;
|
|
1188
1248
|
var displayName: string;
|
|
1189
1249
|
}
|
|
1190
1250
|
|
|
1191
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1251
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1192
1252
|
|
|
1193
1253
|
export declare namespace ProhibitselectedRectangle {
|
|
1194
|
-
var defaultProps:
|
|
1254
|
+
var defaultProps: IconProps_40;
|
|
1195
1255
|
var displayName: string;
|
|
1196
1256
|
}
|
|
1197
1257
|
|
|
1198
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1258
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1199
1259
|
|
|
1200
1260
|
export declare namespace QuickClaimsColor {
|
|
1201
|
-
var defaultProps:
|
|
1261
|
+
var defaultProps: IconProps_71;
|
|
1202
1262
|
var displayName: string;
|
|
1203
1263
|
}
|
|
1204
1264
|
|
|
1205
|
-
export declare function Remind<T>(props: Partial<
|
|
1265
|
+
export declare function Remind<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1206
1266
|
|
|
1207
1267
|
export declare namespace Remind {
|
|
1208
|
-
var defaultProps:
|
|
1268
|
+
var defaultProps: IconProps_42;
|
|
1209
1269
|
var displayName: string;
|
|
1210
1270
|
}
|
|
1211
1271
|
|
|
1212
|
-
export declare function RightFill<T>(props: Partial<
|
|
1272
|
+
export declare function RightFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1213
1273
|
|
|
1214
1274
|
export declare namespace RightFill {
|
|
1215
|
-
var defaultProps:
|
|
1275
|
+
var defaultProps: IconProps_43;
|
|
1216
1276
|
var displayName: string;
|
|
1217
1277
|
}
|
|
1218
1278
|
|
|
1219
|
-
export declare function Search<T>(props: Partial<
|
|
1279
|
+
export declare function Search<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1220
1280
|
|
|
1221
1281
|
export declare namespace Search {
|
|
1222
|
-
var defaultProps:
|
|
1282
|
+
var defaultProps: IconProps_44;
|
|
1223
1283
|
var displayName: string;
|
|
1224
1284
|
}
|
|
1225
1285
|
|
|
1226
|
-
export declare function Selected<T>(props: Partial<
|
|
1286
|
+
export declare function Selected<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1227
1287
|
|
|
1228
1288
|
export declare namespace Selected {
|
|
1229
|
-
var defaultProps:
|
|
1289
|
+
var defaultProps: IconProps_47;
|
|
1230
1290
|
var displayName: string;
|
|
1231
1291
|
}
|
|
1232
1292
|
|
|
1233
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1293
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1234
1294
|
|
|
1235
1295
|
export declare namespace SelectedFill {
|
|
1236
|
-
var defaultProps:
|
|
1296
|
+
var defaultProps: IconProps_45;
|
|
1237
1297
|
var displayName: string;
|
|
1238
1298
|
}
|
|
1239
1299
|
|
|
1240
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1300
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1241
1301
|
|
|
1242
1302
|
export declare namespace SelectedminusFill {
|
|
1243
|
-
var defaultProps:
|
|
1303
|
+
var defaultProps: IconProps_48;
|
|
1244
1304
|
var displayName: string;
|
|
1245
1305
|
}
|
|
1246
1306
|
|
|
1247
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1307
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1248
1308
|
|
|
1249
1309
|
export declare namespace SelectedminusRectangleFill {
|
|
1250
|
-
var defaultProps:
|
|
1310
|
+
var defaultProps: IconProps_49;
|
|
1251
1311
|
var displayName: string;
|
|
1252
1312
|
}
|
|
1253
1313
|
|
|
1254
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1314
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1255
1315
|
|
|
1256
1316
|
export declare namespace SelectedRectangleFill {
|
|
1257
|
-
var defaultProps:
|
|
1317
|
+
var defaultProps: IconProps_46;
|
|
1258
1318
|
var displayName: string;
|
|
1259
1319
|
}
|
|
1260
1320
|
|
|
1261
|
-
export declare function Success<T>(props: Partial<
|
|
1321
|
+
export declare function Success<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1262
1322
|
|
|
1263
1323
|
export declare namespace Success {
|
|
1264
|
-
var defaultProps:
|
|
1324
|
+
var defaultProps: IconProps_51;
|
|
1265
1325
|
var displayName: string;
|
|
1266
1326
|
}
|
|
1267
1327
|
|
|
1268
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1328
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1269
1329
|
|
|
1270
1330
|
export declare namespace SuccessFill {
|
|
1271
|
-
var defaultProps:
|
|
1331
|
+
var defaultProps: IconProps_50;
|
|
1272
1332
|
var displayName: string;
|
|
1273
1333
|
}
|
|
1274
1334
|
|
|
1275
|
-
export declare function Time<T>(props: Partial<
|
|
1335
|
+
export declare function Time<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1276
1336
|
|
|
1277
1337
|
export declare namespace Time {
|
|
1278
|
-
var defaultProps:
|
|
1338
|
+
var defaultProps: IconProps_53;
|
|
1279
1339
|
var displayName: string;
|
|
1280
1340
|
}
|
|
1281
1341
|
|
|
1282
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1342
|
+
export declare function TimeFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1283
1343
|
|
|
1284
1344
|
export declare namespace TimeFill {
|
|
1285
|
-
var defaultProps:
|
|
1345
|
+
var defaultProps: IconProps_52;
|
|
1286
1346
|
var displayName: string;
|
|
1287
1347
|
}
|
|
1288
1348
|
|
|
1289
|
-
export declare function Unselected<T>(props: Partial<
|
|
1349
|
+
export declare function Unselected<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1290
1350
|
|
|
1291
1351
|
export declare namespace Unselected {
|
|
1292
|
-
var defaultProps:
|
|
1352
|
+
var defaultProps: IconProps_55;
|
|
1293
1353
|
var displayName: string;
|
|
1294
1354
|
}
|
|
1295
1355
|
|
|
1296
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1356
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1297
1357
|
|
|
1298
1358
|
export declare namespace UnselectedRectangle {
|
|
1299
|
-
var defaultProps:
|
|
1359
|
+
var defaultProps: IconProps_54;
|
|
1300
1360
|
var displayName: string;
|
|
1301
1361
|
}
|
|
1302
1362
|
|
|
1303
|
-
export declare function UpFill<T>(props: Partial<
|
|
1363
|
+
export declare function UpFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1304
1364
|
|
|
1305
1365
|
export declare namespace UpFill {
|
|
1306
|
-
var defaultProps:
|
|
1366
|
+
var defaultProps: IconProps_56;
|
|
1307
1367
|
var displayName: string;
|
|
1308
1368
|
}
|
|
1309
1369
|
|
|
1310
|
-
export declare function User<T>(props: Partial<
|
|
1370
|
+
export declare function User<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1311
1371
|
|
|
1312
1372
|
export declare namespace User {
|
|
1313
|
-
var defaultProps:
|
|
1373
|
+
var defaultProps: IconProps_57;
|
|
1314
1374
|
var displayName: string;
|
|
1315
1375
|
}
|
|
1316
1376
|
|
|
1317
|
-
export declare function Visible<T>(props: Partial<
|
|
1377
|
+
export declare function Visible<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1318
1378
|
|
|
1319
1379
|
export declare namespace Visible {
|
|
1320
|
-
var defaultProps:
|
|
1380
|
+
var defaultProps: IconProps_58;
|
|
1321
1381
|
var displayName: string;
|
|
1322
1382
|
}
|
|
1323
1383
|
|
|
1324
|
-
export declare function Warning<T>(props: Partial<
|
|
1384
|
+
export declare function Warning<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1325
1385
|
|
|
1326
1386
|
export declare namespace Warning {
|
|
1327
|
-
var defaultProps:
|
|
1387
|
+
var defaultProps: IconProps_60;
|
|
1328
1388
|
var displayName: string;
|
|
1329
1389
|
}
|
|
1330
1390
|
|
|
1331
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1391
|
+
export declare function WarningFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1332
1392
|
|
|
1333
1393
|
export declare namespace WarningFill {
|
|
1334
|
-
var defaultProps:
|
|
1394
|
+
var defaultProps: IconProps_59;
|
|
1335
1395
|
var displayName: string;
|
|
1336
1396
|
}
|
|
1337
1397
|
|
|
1338
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1398
|
+
export declare function WechatBack<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1339
1399
|
|
|
1340
1400
|
export declare namespace WechatBack {
|
|
1341
|
-
var defaultProps:
|
|
1401
|
+
var defaultProps: IconProps_61;
|
|
1342
1402
|
var displayName: string;
|
|
1343
1403
|
}
|
|
1344
1404
|
|