@mijadesign/mobile-icons 1.0.0-beta.8 → 1.0.0-beta.9
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/Admin.js +55 -0
- package/dist/es/icons/Code.js +55 -0
- package/dist/es/icons/Expert.js +55 -0
- package/dist/es/icons/History.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +4 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +229 -148
- package/dist/types/mobile-icons.mjs +1663 -1459
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -30,248 +30,277 @@ export declare namespace Addressbook {
|
|
|
30
30
|
var displayName: string;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
export declare function
|
|
33
|
+
export declare function Admin<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
34
|
+
|
|
35
|
+
export declare namespace Admin {
|
|
36
|
+
var defaultProps: IconProps_6;
|
|
37
|
+
var displayName: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
34
41
|
|
|
35
42
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_69;
|
|
37
44
|
var displayName: string;
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_70;
|
|
44
51
|
var displayName: string;
|
|
45
52
|
}
|
|
46
53
|
|
|
47
|
-
export declare function ArrowDown<T>(props: Partial<
|
|
54
|
+
export declare function ArrowDown<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
48
55
|
|
|
49
56
|
export declare namespace ArrowDown {
|
|
50
|
-
var defaultProps:
|
|
57
|
+
var defaultProps: IconProps_8;
|
|
51
58
|
var displayName: string;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
61
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_7> & T): ReactElement;
|
|
55
62
|
|
|
56
63
|
export declare namespace ArrowDownCircle {
|
|
57
|
-
var defaultProps:
|
|
64
|
+
var defaultProps: IconProps_7;
|
|
58
65
|
var displayName: string;
|
|
59
66
|
}
|
|
60
67
|
|
|
61
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
68
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
62
69
|
|
|
63
70
|
export declare namespace ArrowLeft {
|
|
64
|
-
var defaultProps:
|
|
71
|
+
var defaultProps: IconProps_10;
|
|
65
72
|
var displayName: string;
|
|
66
73
|
}
|
|
67
74
|
|
|
68
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
75
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
69
76
|
|
|
70
77
|
export declare namespace ArrowLeftCircle {
|
|
71
|
-
var defaultProps:
|
|
78
|
+
var defaultProps: IconProps_9;
|
|
72
79
|
var displayName: string;
|
|
73
80
|
}
|
|
74
81
|
|
|
75
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
82
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
76
83
|
|
|
77
84
|
export declare namespace ArrowRight {
|
|
78
|
-
var defaultProps:
|
|
85
|
+
var defaultProps: IconProps_12;
|
|
79
86
|
var displayName: string;
|
|
80
87
|
}
|
|
81
88
|
|
|
82
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
89
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
83
90
|
|
|
84
91
|
export declare namespace ArrowRightCircle {
|
|
85
|
-
var defaultProps:
|
|
92
|
+
var defaultProps: IconProps_11;
|
|
86
93
|
var displayName: string;
|
|
87
94
|
}
|
|
88
95
|
|
|
89
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
96
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
90
97
|
|
|
91
98
|
export declare namespace ArrowUp {
|
|
92
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_14;
|
|
93
100
|
var displayName: string;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
103
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
97
104
|
|
|
98
105
|
export declare namespace ArrowUpCircle {
|
|
99
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_13;
|
|
100
107
|
var displayName: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
export declare function Bankcard<T>(props: Partial<
|
|
110
|
+
export declare function Bankcard<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
104
111
|
|
|
105
112
|
export declare namespace Bankcard {
|
|
106
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_15;
|
|
107
114
|
var displayName: string;
|
|
108
115
|
}
|
|
109
116
|
|
|
110
|
-
export declare function BarrackFill<T>(props: Partial<
|
|
117
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace BarrackFill {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_16;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function BoyColor<T>(props: Partial<
|
|
124
|
+
export declare function BoyColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace BoyColor {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_71;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function Call<T>(props: Partial<
|
|
131
|
+
export declare function Call<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace Call {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_17;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function Camera<T>(props: Partial<
|
|
138
|
+
export declare function Camera<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace Camera {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_19;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function CameraFill<T>(props: Partial<
|
|
145
|
+
export declare function CameraFill<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace CameraFill {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_18;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Change<T>(props: Partial<
|
|
152
|
+
export declare function Change<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Change {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function CheckmarkFill<T>(props: Partial<
|
|
159
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace CheckmarkFill {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_21;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
166
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace ClaimsDetailColor {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_72;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function Close<T>(props: Partial<
|
|
173
|
+
export declare function Close<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace Close {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_22;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function
|
|
180
|
+
export declare function Code<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
181
|
+
|
|
182
|
+
export declare namespace Code {
|
|
183
|
+
var defaultProps: IconProps_23;
|
|
184
|
+
var displayName: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export declare function Customer<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace Customer {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
194
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace DaibingkebaoFill {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function Delete<T>(props: Partial<
|
|
201
|
+
export declare function Delete<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace Delete {
|
|
190
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_27;
|
|
191
205
|
var displayName: string;
|
|
192
206
|
}
|
|
193
207
|
|
|
194
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
208
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
195
209
|
|
|
196
210
|
export declare namespace DeleteFill {
|
|
197
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
198
212
|
var displayName: string;
|
|
199
213
|
}
|
|
200
214
|
|
|
201
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
215
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
202
216
|
|
|
203
217
|
export declare namespace DirectClaimsColor {
|
|
204
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_73;
|
|
205
219
|
var displayName: string;
|
|
206
220
|
}
|
|
207
221
|
|
|
208
|
-
export declare function DownFill<T>(props: Partial<
|
|
222
|
+
export declare function DownFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
export declare namespace DownFill {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
|
|
215
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
229
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
216
230
|
|
|
217
231
|
export declare namespace DynamicLoading {
|
|
218
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_74;
|
|
233
|
+
var displayName: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export declare function Expert<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
237
|
+
|
|
238
|
+
export declare namespace Expert {
|
|
239
|
+
var defaultProps: IconProps_29;
|
|
219
240
|
var displayName: string;
|
|
220
241
|
}
|
|
221
242
|
|
|
222
|
-
export declare function Failure<T>(props: Partial<
|
|
243
|
+
export declare function Failure<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
223
244
|
|
|
224
245
|
export declare namespace Failure {
|
|
225
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_31;
|
|
226
247
|
var displayName: string;
|
|
227
248
|
}
|
|
228
249
|
|
|
229
|
-
export declare function FailureFill<T>(props: Partial<
|
|
250
|
+
export declare function FailureFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
230
251
|
|
|
231
252
|
export declare namespace FailureFill {
|
|
232
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_30;
|
|
233
254
|
var displayName: string;
|
|
234
255
|
}
|
|
235
256
|
|
|
236
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
257
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
237
258
|
|
|
238
259
|
export declare namespace FamilyFill {
|
|
239
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_32;
|
|
240
261
|
var displayName: string;
|
|
241
262
|
}
|
|
242
263
|
|
|
243
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
264
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
244
265
|
|
|
245
266
|
export declare namespace GeneraoInfoColor {
|
|
246
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_75;
|
|
247
268
|
var displayName: string;
|
|
248
269
|
}
|
|
249
270
|
|
|
250
|
-
export declare function GirlColor<T>(props: Partial<
|
|
271
|
+
export declare function GirlColor<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
251
272
|
|
|
252
273
|
export declare namespace GirlColor {
|
|
253
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_76;
|
|
254
275
|
var displayName: string;
|
|
255
276
|
}
|
|
256
277
|
|
|
257
|
-
export declare function Guarantee<T>(props: Partial<
|
|
278
|
+
export declare function Guarantee<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
258
279
|
|
|
259
280
|
export declare namespace Guarantee {
|
|
260
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_34;
|
|
261
282
|
var displayName: string;
|
|
262
283
|
}
|
|
263
284
|
|
|
264
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
285
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
265
286
|
|
|
266
287
|
export declare namespace GuaranteeFill {
|
|
267
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_33;
|
|
268
289
|
var displayName: string;
|
|
269
290
|
}
|
|
270
291
|
|
|
271
|
-
|
|
292
|
+
declare function History_2<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
293
|
+
|
|
294
|
+
declare namespace History_2 {
|
|
295
|
+
var defaultProps: IconProps_35;
|
|
296
|
+
var displayName: string;
|
|
297
|
+
}
|
|
298
|
+
export { History_2 as History }
|
|
299
|
+
|
|
300
|
+
export declare function Home<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
272
301
|
|
|
273
302
|
export declare namespace Home {
|
|
274
|
-
var defaultProps:
|
|
303
|
+
var defaultProps: IconProps_36;
|
|
275
304
|
var displayName: string;
|
|
276
305
|
}
|
|
277
306
|
|
|
@@ -1076,45 +1105,53 @@ declare interface IconProps_64 {
|
|
|
1076
1105
|
}
|
|
1077
1106
|
|
|
1078
1107
|
declare interface IconProps_65 {
|
|
1108
|
+
size: string | number;
|
|
1079
1109
|
classPrefix: string;
|
|
1110
|
+
color: string;
|
|
1080
1111
|
tag: keyof ReactHTML;
|
|
1081
|
-
|
|
1112
|
+
logValue?: string;
|
|
1082
1113
|
onClick: (e: MouseEvent) => void;
|
|
1114
|
+
fontClassName: string;
|
|
1083
1115
|
className: string;
|
|
1084
|
-
logValue?: string;
|
|
1085
1116
|
style: React_2.CSSProperties;
|
|
1086
1117
|
children: React_2.ReactNode;
|
|
1087
1118
|
}
|
|
1088
1119
|
|
|
1089
1120
|
declare interface IconProps_66 {
|
|
1121
|
+
size: string | number;
|
|
1090
1122
|
classPrefix: string;
|
|
1123
|
+
color: string;
|
|
1091
1124
|
tag: keyof ReactHTML;
|
|
1092
|
-
|
|
1125
|
+
logValue?: string;
|
|
1093
1126
|
onClick: (e: MouseEvent) => void;
|
|
1127
|
+
fontClassName: string;
|
|
1094
1128
|
className: string;
|
|
1095
|
-
logValue?: string;
|
|
1096
1129
|
style: React_2.CSSProperties;
|
|
1097
1130
|
children: React_2.ReactNode;
|
|
1098
1131
|
}
|
|
1099
1132
|
|
|
1100
1133
|
declare interface IconProps_67 {
|
|
1134
|
+
size: string | number;
|
|
1101
1135
|
classPrefix: string;
|
|
1136
|
+
color: string;
|
|
1102
1137
|
tag: keyof ReactHTML;
|
|
1103
|
-
|
|
1138
|
+
logValue?: string;
|
|
1104
1139
|
onClick: (e: MouseEvent) => void;
|
|
1140
|
+
fontClassName: string;
|
|
1105
1141
|
className: string;
|
|
1106
|
-
logValue?: string;
|
|
1107
1142
|
style: React_2.CSSProperties;
|
|
1108
1143
|
children: React_2.ReactNode;
|
|
1109
1144
|
}
|
|
1110
1145
|
|
|
1111
1146
|
declare interface IconProps_68 {
|
|
1147
|
+
size: string | number;
|
|
1112
1148
|
classPrefix: string;
|
|
1149
|
+
color: string;
|
|
1113
1150
|
tag: keyof ReactHTML;
|
|
1114
|
-
|
|
1151
|
+
logValue?: string;
|
|
1115
1152
|
onClick: (e: MouseEvent) => void;
|
|
1153
|
+
fontClassName: string;
|
|
1116
1154
|
className: string;
|
|
1117
|
-
logValue?: string;
|
|
1118
1155
|
style: React_2.CSSProperties;
|
|
1119
1156
|
children: React_2.ReactNode;
|
|
1120
1157
|
}
|
|
@@ -1209,6 +1246,50 @@ declare interface IconProps_75 {
|
|
|
1209
1246
|
children: React_2.ReactNode;
|
|
1210
1247
|
}
|
|
1211
1248
|
|
|
1249
|
+
declare interface IconProps_76 {
|
|
1250
|
+
classPrefix: string;
|
|
1251
|
+
tag: keyof ReactHTML;
|
|
1252
|
+
size: string | number;
|
|
1253
|
+
onClick: (e: MouseEvent) => void;
|
|
1254
|
+
className: string;
|
|
1255
|
+
logValue?: string;
|
|
1256
|
+
style: React_2.CSSProperties;
|
|
1257
|
+
children: React_2.ReactNode;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
declare interface IconProps_77 {
|
|
1261
|
+
classPrefix: string;
|
|
1262
|
+
tag: keyof ReactHTML;
|
|
1263
|
+
size: string | number;
|
|
1264
|
+
onClick: (e: MouseEvent) => void;
|
|
1265
|
+
className: string;
|
|
1266
|
+
logValue?: string;
|
|
1267
|
+
style: React_2.CSSProperties;
|
|
1268
|
+
children: React_2.ReactNode;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
declare interface IconProps_78 {
|
|
1272
|
+
classPrefix: string;
|
|
1273
|
+
tag: keyof ReactHTML;
|
|
1274
|
+
size: string | number;
|
|
1275
|
+
onClick: (e: MouseEvent) => void;
|
|
1276
|
+
className: string;
|
|
1277
|
+
logValue?: string;
|
|
1278
|
+
style: React_2.CSSProperties;
|
|
1279
|
+
children: React_2.ReactNode;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
declare interface IconProps_79 {
|
|
1283
|
+
classPrefix: string;
|
|
1284
|
+
tag: keyof ReactHTML;
|
|
1285
|
+
size: string | number;
|
|
1286
|
+
onClick: (e: MouseEvent) => void;
|
|
1287
|
+
className: string;
|
|
1288
|
+
logValue?: string;
|
|
1289
|
+
style: React_2.CSSProperties;
|
|
1290
|
+
children: React_2.ReactNode;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1212
1293
|
declare interface IconProps_8 {
|
|
1213
1294
|
size: string | number;
|
|
1214
1295
|
classPrefix: string;
|
|
@@ -1235,248 +1316,248 @@ declare interface IconProps_9 {
|
|
|
1235
1316
|
children: React_2.ReactNode;
|
|
1236
1317
|
}
|
|
1237
1318
|
|
|
1238
|
-
export declare function Information<T>(props: Partial<
|
|
1319
|
+
export declare function Information<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1239
1320
|
|
|
1240
1321
|
export declare namespace Information {
|
|
1241
|
-
var defaultProps:
|
|
1322
|
+
var defaultProps: IconProps_38;
|
|
1242
1323
|
var displayName: string;
|
|
1243
1324
|
}
|
|
1244
1325
|
|
|
1245
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1326
|
+
export declare function InformationFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1246
1327
|
|
|
1247
1328
|
export declare namespace InformationFill {
|
|
1248
|
-
var defaultProps:
|
|
1329
|
+
var defaultProps: IconProps_37;
|
|
1249
1330
|
var displayName: string;
|
|
1250
1331
|
}
|
|
1251
1332
|
|
|
1252
|
-
export declare function Invisible<T>(props: Partial<
|
|
1333
|
+
export declare function Invisible<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1253
1334
|
|
|
1254
1335
|
export declare namespace Invisible {
|
|
1255
|
-
var defaultProps:
|
|
1336
|
+
var defaultProps: IconProps_39;
|
|
1256
1337
|
var displayName: string;
|
|
1257
1338
|
}
|
|
1258
1339
|
|
|
1259
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1340
|
+
export declare function LeftFill<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1260
1341
|
|
|
1261
1342
|
export declare namespace LeftFill {
|
|
1262
|
-
var defaultProps:
|
|
1343
|
+
var defaultProps: IconProps_40;
|
|
1263
1344
|
var displayName: string;
|
|
1264
1345
|
}
|
|
1265
1346
|
|
|
1266
|
-
export declare function Loading<T>(props: Partial<
|
|
1347
|
+
export declare function Loading<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1267
1348
|
|
|
1268
1349
|
export declare namespace Loading {
|
|
1269
|
-
var defaultProps:
|
|
1350
|
+
var defaultProps: IconProps_41;
|
|
1270
1351
|
var displayName: string;
|
|
1271
1352
|
}
|
|
1272
1353
|
|
|
1273
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1354
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1274
1355
|
|
|
1275
1356
|
export declare namespace LoginOffColor {
|
|
1276
|
-
var defaultProps:
|
|
1357
|
+
var defaultProps: IconProps_77;
|
|
1277
1358
|
var displayName: string;
|
|
1278
1359
|
}
|
|
1279
1360
|
|
|
1280
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1361
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1281
1362
|
|
|
1282
1363
|
export declare namespace LoginOnColor {
|
|
1283
|
-
var defaultProps:
|
|
1364
|
+
var defaultProps: IconProps_78;
|
|
1284
1365
|
var displayName: string;
|
|
1285
1366
|
}
|
|
1286
1367
|
|
|
1287
|
-
export declare function Modify<T>(props: Partial<
|
|
1368
|
+
export declare function Modify<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1288
1369
|
|
|
1289
1370
|
export declare namespace Modify {
|
|
1290
|
-
var defaultProps:
|
|
1371
|
+
var defaultProps: IconProps_42;
|
|
1291
1372
|
var displayName: string;
|
|
1292
1373
|
}
|
|
1293
1374
|
|
|
1294
|
-
export declare function Plus<T>(props: Partial<
|
|
1375
|
+
export declare function Plus<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1295
1376
|
|
|
1296
1377
|
export declare namespace Plus {
|
|
1297
|
-
var defaultProps:
|
|
1378
|
+
var defaultProps: IconProps_43;
|
|
1298
1379
|
var displayName: string;
|
|
1299
1380
|
}
|
|
1300
1381
|
|
|
1301
|
-
export declare function Position<T>(props: Partial<
|
|
1382
|
+
export declare function Position<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1302
1383
|
|
|
1303
1384
|
export declare namespace Position {
|
|
1304
|
-
var defaultProps:
|
|
1385
|
+
var defaultProps: IconProps_44;
|
|
1305
1386
|
var displayName: string;
|
|
1306
1387
|
}
|
|
1307
1388
|
|
|
1308
|
-
export declare function Problem<T>(props: Partial<
|
|
1389
|
+
export declare function Problem<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1309
1390
|
|
|
1310
1391
|
export declare namespace Problem {
|
|
1311
|
-
var defaultProps:
|
|
1392
|
+
var defaultProps: IconProps_46;
|
|
1312
1393
|
var displayName: string;
|
|
1313
1394
|
}
|
|
1314
1395
|
|
|
1315
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1396
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1316
1397
|
|
|
1317
1398
|
export declare namespace ProblemFill {
|
|
1318
|
-
var defaultProps:
|
|
1399
|
+
var defaultProps: IconProps_45;
|
|
1319
1400
|
var displayName: string;
|
|
1320
1401
|
}
|
|
1321
1402
|
|
|
1322
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1403
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1323
1404
|
|
|
1324
1405
|
export declare namespace Prohibitselected {
|
|
1325
|
-
var defaultProps:
|
|
1406
|
+
var defaultProps: IconProps_48;
|
|
1326
1407
|
var displayName: string;
|
|
1327
1408
|
}
|
|
1328
1409
|
|
|
1329
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1410
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1330
1411
|
|
|
1331
1412
|
export declare namespace ProhibitselectedRectangle {
|
|
1332
|
-
var defaultProps:
|
|
1413
|
+
var defaultProps: IconProps_47;
|
|
1333
1414
|
var displayName: string;
|
|
1334
1415
|
}
|
|
1335
1416
|
|
|
1336
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1417
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1337
1418
|
|
|
1338
1419
|
export declare namespace QuickClaimsColor {
|
|
1339
|
-
var defaultProps:
|
|
1420
|
+
var defaultProps: IconProps_79;
|
|
1340
1421
|
var displayName: string;
|
|
1341
1422
|
}
|
|
1342
1423
|
|
|
1343
|
-
export declare function Remind<T>(props: Partial<
|
|
1424
|
+
export declare function Remind<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1344
1425
|
|
|
1345
1426
|
export declare namespace Remind {
|
|
1346
|
-
var defaultProps:
|
|
1427
|
+
var defaultProps: IconProps_49;
|
|
1347
1428
|
var displayName: string;
|
|
1348
1429
|
}
|
|
1349
1430
|
|
|
1350
|
-
export declare function RightFill<T>(props: Partial<
|
|
1431
|
+
export declare function RightFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1351
1432
|
|
|
1352
1433
|
export declare namespace RightFill {
|
|
1353
|
-
var defaultProps:
|
|
1434
|
+
var defaultProps: IconProps_50;
|
|
1354
1435
|
var displayName: string;
|
|
1355
1436
|
}
|
|
1356
1437
|
|
|
1357
|
-
export declare function Search<T>(props: Partial<
|
|
1438
|
+
export declare function Search<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1358
1439
|
|
|
1359
1440
|
export declare namespace Search {
|
|
1360
|
-
var defaultProps:
|
|
1441
|
+
var defaultProps: IconProps_51;
|
|
1361
1442
|
var displayName: string;
|
|
1362
1443
|
}
|
|
1363
1444
|
|
|
1364
|
-
export declare function Selected<T>(props: Partial<
|
|
1445
|
+
export declare function Selected<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1365
1446
|
|
|
1366
1447
|
export declare namespace Selected {
|
|
1367
|
-
var defaultProps:
|
|
1448
|
+
var defaultProps: IconProps_54;
|
|
1368
1449
|
var displayName: string;
|
|
1369
1450
|
}
|
|
1370
1451
|
|
|
1371
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1452
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1372
1453
|
|
|
1373
1454
|
export declare namespace SelectedFill {
|
|
1374
|
-
var defaultProps:
|
|
1455
|
+
var defaultProps: IconProps_52;
|
|
1375
1456
|
var displayName: string;
|
|
1376
1457
|
}
|
|
1377
1458
|
|
|
1378
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1459
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1379
1460
|
|
|
1380
1461
|
export declare namespace SelectedminusFill {
|
|
1381
|
-
var defaultProps:
|
|
1462
|
+
var defaultProps: IconProps_55;
|
|
1382
1463
|
var displayName: string;
|
|
1383
1464
|
}
|
|
1384
1465
|
|
|
1385
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1466
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1386
1467
|
|
|
1387
1468
|
export declare namespace SelectedminusRectangleFill {
|
|
1388
|
-
var defaultProps:
|
|
1469
|
+
var defaultProps: IconProps_56;
|
|
1389
1470
|
var displayName: string;
|
|
1390
1471
|
}
|
|
1391
1472
|
|
|
1392
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1473
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1393
1474
|
|
|
1394
1475
|
export declare namespace SelectedRectangleFill {
|
|
1395
|
-
var defaultProps:
|
|
1476
|
+
var defaultProps: IconProps_53;
|
|
1396
1477
|
var displayName: string;
|
|
1397
1478
|
}
|
|
1398
1479
|
|
|
1399
|
-
export declare function Success<T>(props: Partial<
|
|
1480
|
+
export declare function Success<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1400
1481
|
|
|
1401
1482
|
export declare namespace Success {
|
|
1402
|
-
var defaultProps:
|
|
1483
|
+
var defaultProps: IconProps_58;
|
|
1403
1484
|
var displayName: string;
|
|
1404
1485
|
}
|
|
1405
1486
|
|
|
1406
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1487
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1407
1488
|
|
|
1408
1489
|
export declare namespace SuccessFill {
|
|
1409
|
-
var defaultProps:
|
|
1490
|
+
var defaultProps: IconProps_57;
|
|
1410
1491
|
var displayName: string;
|
|
1411
1492
|
}
|
|
1412
1493
|
|
|
1413
|
-
export declare function Time<T>(props: Partial<
|
|
1494
|
+
export declare function Time<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1414
1495
|
|
|
1415
1496
|
export declare namespace Time {
|
|
1416
|
-
var defaultProps:
|
|
1497
|
+
var defaultProps: IconProps_60;
|
|
1417
1498
|
var displayName: string;
|
|
1418
1499
|
}
|
|
1419
1500
|
|
|
1420
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1501
|
+
export declare function TimeFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1421
1502
|
|
|
1422
1503
|
export declare namespace TimeFill {
|
|
1423
|
-
var defaultProps:
|
|
1504
|
+
var defaultProps: IconProps_59;
|
|
1424
1505
|
var displayName: string;
|
|
1425
1506
|
}
|
|
1426
1507
|
|
|
1427
|
-
export declare function Unselected<T>(props: Partial<
|
|
1508
|
+
export declare function Unselected<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1428
1509
|
|
|
1429
1510
|
export declare namespace Unselected {
|
|
1430
|
-
var defaultProps:
|
|
1511
|
+
var defaultProps: IconProps_62;
|
|
1431
1512
|
var displayName: string;
|
|
1432
1513
|
}
|
|
1433
1514
|
|
|
1434
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1515
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1435
1516
|
|
|
1436
1517
|
export declare namespace UnselectedRectangle {
|
|
1437
|
-
var defaultProps:
|
|
1518
|
+
var defaultProps: IconProps_61;
|
|
1438
1519
|
var displayName: string;
|
|
1439
1520
|
}
|
|
1440
1521
|
|
|
1441
|
-
export declare function UpFill<T>(props: Partial<
|
|
1522
|
+
export declare function UpFill<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1442
1523
|
|
|
1443
1524
|
export declare namespace UpFill {
|
|
1444
|
-
var defaultProps:
|
|
1525
|
+
var defaultProps: IconProps_63;
|
|
1445
1526
|
var displayName: string;
|
|
1446
1527
|
}
|
|
1447
1528
|
|
|
1448
|
-
export declare function User<T>(props: Partial<
|
|
1529
|
+
export declare function User<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1449
1530
|
|
|
1450
1531
|
export declare namespace User {
|
|
1451
|
-
var defaultProps:
|
|
1532
|
+
var defaultProps: IconProps_64;
|
|
1452
1533
|
var displayName: string;
|
|
1453
1534
|
}
|
|
1454
1535
|
|
|
1455
|
-
export declare function Visible<T>(props: Partial<
|
|
1536
|
+
export declare function Visible<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1456
1537
|
|
|
1457
1538
|
export declare namespace Visible {
|
|
1458
|
-
var defaultProps:
|
|
1539
|
+
var defaultProps: IconProps_65;
|
|
1459
1540
|
var displayName: string;
|
|
1460
1541
|
}
|
|
1461
1542
|
|
|
1462
|
-
export declare function Warning<T>(props: Partial<
|
|
1543
|
+
export declare function Warning<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1463
1544
|
|
|
1464
1545
|
export declare namespace Warning {
|
|
1465
|
-
var defaultProps:
|
|
1546
|
+
var defaultProps: IconProps_67;
|
|
1466
1547
|
var displayName: string;
|
|
1467
1548
|
}
|
|
1468
1549
|
|
|
1469
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1550
|
+
export declare function WarningFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1470
1551
|
|
|
1471
1552
|
export declare namespace WarningFill {
|
|
1472
|
-
var defaultProps:
|
|
1553
|
+
var defaultProps: IconProps_66;
|
|
1473
1554
|
var displayName: string;
|
|
1474
1555
|
}
|
|
1475
1556
|
|
|
1476
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1557
|
+
export declare function WechatBack<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1477
1558
|
|
|
1478
1559
|
export declare namespace WechatBack {
|
|
1479
|
-
var defaultProps:
|
|
1560
|
+
var defaultProps: IconProps_68;
|
|
1480
1561
|
var displayName: string;
|
|
1481
1562
|
}
|
|
1482
1563
|
|