@mijadesign/mobile-icons 1.0.0-beta.8 → 1.0.1
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/Baodanchaxun.js +55 -0
- package/dist/es/icons/Changyongxinxi.js +55 -0
- package/dist/es/icons/Code.js +55 -0
- package/dist/es/icons/Expert.js +55 -0
- package/dist/es/icons/HaoyaohaoshuFill.js +55 -0
- package/dist/es/icons/History.js +55 -0
- package/dist/es/icons/Huodongzhongxin.js +55 -0
- package/dist/es/icons/Jiankangdangan.js +55 -0
- package/dist/es/icons/JiuyizhuandaoFill.js +55 -0
- package/dist/es/icons/LipeixiezhuFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/YishengjingxuanFill.js +55 -0
- package/dist/es/icons/ZhuyuanxiezhuFill.js +55 -0
- package/dist/es/index.es.js +13 -0
- package/dist/iconfont.svg +27 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +415 -154
- package/dist/types/mobile-icons.mjs +3119 -2456
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -30,248 +30,305 @@ 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_78> & T): ReactElement;
|
|
34
41
|
|
|
35
42
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_78;
|
|
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_79> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_79;
|
|
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;
|
|
114
|
+
var displayName: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export declare function Baodanchaxun<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
118
|
+
|
|
119
|
+
export declare namespace Baodanchaxun {
|
|
120
|
+
var defaultProps: IconProps_16;
|
|
107
121
|
var displayName: string;
|
|
108
122
|
}
|
|
109
123
|
|
|
110
|
-
export declare function BarrackFill<T>(props: Partial<
|
|
124
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
111
125
|
|
|
112
126
|
export declare namespace BarrackFill {
|
|
113
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_17;
|
|
114
128
|
var displayName: string;
|
|
115
129
|
}
|
|
116
130
|
|
|
117
|
-
export declare function BoyColor<T>(props: Partial<
|
|
131
|
+
export declare function BoyColor<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
118
132
|
|
|
119
133
|
export declare namespace BoyColor {
|
|
120
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_80;
|
|
121
135
|
var displayName: string;
|
|
122
136
|
}
|
|
123
137
|
|
|
124
|
-
export declare function Call<T>(props: Partial<
|
|
138
|
+
export declare function Call<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
125
139
|
|
|
126
140
|
export declare namespace Call {
|
|
127
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_18;
|
|
128
142
|
var displayName: string;
|
|
129
143
|
}
|
|
130
144
|
|
|
131
|
-
export declare function Camera<T>(props: Partial<
|
|
145
|
+
export declare function Camera<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
132
146
|
|
|
133
147
|
export declare namespace Camera {
|
|
134
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_20;
|
|
135
149
|
var displayName: string;
|
|
136
150
|
}
|
|
137
151
|
|
|
138
|
-
export declare function CameraFill<T>(props: Partial<
|
|
152
|
+
export declare function CameraFill<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
139
153
|
|
|
140
154
|
export declare namespace CameraFill {
|
|
141
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_19;
|
|
142
156
|
var displayName: string;
|
|
143
157
|
}
|
|
144
158
|
|
|
145
|
-
export declare function Change<T>(props: Partial<
|
|
159
|
+
export declare function Change<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
146
160
|
|
|
147
161
|
export declare namespace Change {
|
|
148
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_21;
|
|
149
163
|
var displayName: string;
|
|
150
164
|
}
|
|
151
165
|
|
|
152
|
-
export declare function
|
|
166
|
+
export declare function Changyongxinxi<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
167
|
+
|
|
168
|
+
export declare namespace Changyongxinxi {
|
|
169
|
+
var defaultProps: IconProps_22;
|
|
170
|
+
var displayName: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
153
174
|
|
|
154
175
|
export declare namespace CheckmarkFill {
|
|
155
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_23;
|
|
156
177
|
var displayName: string;
|
|
157
178
|
}
|
|
158
179
|
|
|
159
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
180
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
160
181
|
|
|
161
182
|
export declare namespace ClaimsDetailColor {
|
|
162
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_81;
|
|
163
184
|
var displayName: string;
|
|
164
185
|
}
|
|
165
186
|
|
|
166
|
-
export declare function Close<T>(props: Partial<
|
|
187
|
+
export declare function Close<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
167
188
|
|
|
168
189
|
export declare namespace Close {
|
|
169
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
191
|
+
var displayName: string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export declare function Code<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
195
|
+
|
|
196
|
+
export declare namespace Code {
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
170
198
|
var displayName: string;
|
|
171
199
|
}
|
|
172
200
|
|
|
173
|
-
export declare function Customer<T>(props: Partial<
|
|
201
|
+
export declare function Customer<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
174
202
|
|
|
175
203
|
export declare namespace Customer {
|
|
176
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_26;
|
|
177
205
|
var displayName: string;
|
|
178
206
|
}
|
|
179
207
|
|
|
180
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
208
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
181
209
|
|
|
182
210
|
export declare namespace DaibingkebaoFill {
|
|
183
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_27;
|
|
184
212
|
var displayName: string;
|
|
185
213
|
}
|
|
186
214
|
|
|
187
|
-
export declare function Delete<T>(props: Partial<
|
|
215
|
+
export declare function Delete<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
188
216
|
|
|
189
217
|
export declare namespace Delete {
|
|
190
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_29;
|
|
191
219
|
var displayName: string;
|
|
192
220
|
}
|
|
193
221
|
|
|
194
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
222
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
195
223
|
|
|
196
224
|
export declare namespace DeleteFill {
|
|
197
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
198
226
|
var displayName: string;
|
|
199
227
|
}
|
|
200
228
|
|
|
201
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
229
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
202
230
|
|
|
203
231
|
export declare namespace DirectClaimsColor {
|
|
204
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_82;
|
|
205
233
|
var displayName: string;
|
|
206
234
|
}
|
|
207
235
|
|
|
208
|
-
export declare function DownFill<T>(props: Partial<
|
|
236
|
+
export declare function DownFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
209
237
|
|
|
210
238
|
export declare namespace DownFill {
|
|
211
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_30;
|
|
212
240
|
var displayName: string;
|
|
213
241
|
}
|
|
214
242
|
|
|
215
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
243
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
216
244
|
|
|
217
245
|
export declare namespace DynamicLoading {
|
|
218
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_83;
|
|
219
247
|
var displayName: string;
|
|
220
248
|
}
|
|
221
249
|
|
|
222
|
-
export declare function
|
|
250
|
+
export declare function Expert<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
251
|
+
|
|
252
|
+
export declare namespace Expert {
|
|
253
|
+
var defaultProps: IconProps_31;
|
|
254
|
+
var displayName: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare function Failure<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
223
258
|
|
|
224
259
|
export declare namespace Failure {
|
|
225
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_33;
|
|
226
261
|
var displayName: string;
|
|
227
262
|
}
|
|
228
263
|
|
|
229
|
-
export declare function FailureFill<T>(props: Partial<
|
|
264
|
+
export declare function FailureFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
230
265
|
|
|
231
266
|
export declare namespace FailureFill {
|
|
232
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_32;
|
|
233
268
|
var displayName: string;
|
|
234
269
|
}
|
|
235
270
|
|
|
236
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
271
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
237
272
|
|
|
238
273
|
export declare namespace FamilyFill {
|
|
239
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_34;
|
|
240
275
|
var displayName: string;
|
|
241
276
|
}
|
|
242
277
|
|
|
243
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
278
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
244
279
|
|
|
245
280
|
export declare namespace GeneraoInfoColor {
|
|
246
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_84;
|
|
247
282
|
var displayName: string;
|
|
248
283
|
}
|
|
249
284
|
|
|
250
|
-
export declare function GirlColor<T>(props: Partial<
|
|
285
|
+
export declare function GirlColor<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
251
286
|
|
|
252
287
|
export declare namespace GirlColor {
|
|
253
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_85;
|
|
254
289
|
var displayName: string;
|
|
255
290
|
}
|
|
256
291
|
|
|
257
|
-
export declare function Guarantee<T>(props: Partial<
|
|
292
|
+
export declare function Guarantee<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
258
293
|
|
|
259
294
|
export declare namespace Guarantee {
|
|
260
|
-
var defaultProps:
|
|
295
|
+
var defaultProps: IconProps_36;
|
|
261
296
|
var displayName: string;
|
|
262
297
|
}
|
|
263
298
|
|
|
264
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
299
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
265
300
|
|
|
266
301
|
export declare namespace GuaranteeFill {
|
|
267
|
-
var defaultProps:
|
|
302
|
+
var defaultProps: IconProps_35;
|
|
303
|
+
var displayName: string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
307
|
+
|
|
308
|
+
export declare namespace HaoyaohaoshuFill {
|
|
309
|
+
var defaultProps: IconProps_37;
|
|
310
|
+
var displayName: string;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
declare function History_2<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
314
|
+
|
|
315
|
+
declare namespace History_2 {
|
|
316
|
+
var defaultProps: IconProps_38;
|
|
268
317
|
var displayName: string;
|
|
269
318
|
}
|
|
319
|
+
export { History_2 as History }
|
|
270
320
|
|
|
271
|
-
export declare function Home<T>(props: Partial<
|
|
321
|
+
export declare function Home<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
272
322
|
|
|
273
323
|
export declare namespace Home {
|
|
274
|
-
var defaultProps:
|
|
324
|
+
var defaultProps: IconProps_39;
|
|
325
|
+
var displayName: string;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
329
|
+
|
|
330
|
+
export declare namespace Huodongzhongxin {
|
|
331
|
+
var defaultProps: IconProps_40;
|
|
275
332
|
var displayName: string;
|
|
276
333
|
}
|
|
277
334
|
|
|
@@ -1076,39 +1133,188 @@ declare interface IconProps_64 {
|
|
|
1076
1133
|
}
|
|
1077
1134
|
|
|
1078
1135
|
declare interface IconProps_65 {
|
|
1136
|
+
size: string | number;
|
|
1079
1137
|
classPrefix: string;
|
|
1138
|
+
color: string;
|
|
1080
1139
|
tag: keyof ReactHTML;
|
|
1140
|
+
logValue?: string;
|
|
1141
|
+
onClick: (e: MouseEvent) => void;
|
|
1142
|
+
fontClassName: string;
|
|
1143
|
+
className: string;
|
|
1144
|
+
style: React_2.CSSProperties;
|
|
1145
|
+
children: React_2.ReactNode;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
declare interface IconProps_66 {
|
|
1081
1149
|
size: string | number;
|
|
1150
|
+
classPrefix: string;
|
|
1151
|
+
color: string;
|
|
1152
|
+
tag: keyof ReactHTML;
|
|
1153
|
+
logValue?: string;
|
|
1082
1154
|
onClick: (e: MouseEvent) => void;
|
|
1155
|
+
fontClassName: string;
|
|
1083
1156
|
className: string;
|
|
1157
|
+
style: React_2.CSSProperties;
|
|
1158
|
+
children: React_2.ReactNode;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
declare interface IconProps_67 {
|
|
1162
|
+
size: string | number;
|
|
1163
|
+
classPrefix: string;
|
|
1164
|
+
color: string;
|
|
1165
|
+
tag: keyof ReactHTML;
|
|
1084
1166
|
logValue?: string;
|
|
1167
|
+
onClick: (e: MouseEvent) => void;
|
|
1168
|
+
fontClassName: string;
|
|
1169
|
+
className: string;
|
|
1085
1170
|
style: React_2.CSSProperties;
|
|
1086
1171
|
children: React_2.ReactNode;
|
|
1087
1172
|
}
|
|
1088
1173
|
|
|
1089
|
-
declare interface
|
|
1174
|
+
declare interface IconProps_68 {
|
|
1175
|
+
size: string | number;
|
|
1176
|
+
classPrefix: string;
|
|
1177
|
+
color: string;
|
|
1178
|
+
tag: keyof ReactHTML;
|
|
1179
|
+
logValue?: string;
|
|
1180
|
+
onClick: (e: MouseEvent) => void;
|
|
1181
|
+
fontClassName: string;
|
|
1182
|
+
className: string;
|
|
1183
|
+
style: React_2.CSSProperties;
|
|
1184
|
+
children: React_2.ReactNode;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
declare interface IconProps_69 {
|
|
1188
|
+
size: string | number;
|
|
1090
1189
|
classPrefix: string;
|
|
1190
|
+
color: string;
|
|
1091
1191
|
tag: keyof ReactHTML;
|
|
1192
|
+
logValue?: string;
|
|
1193
|
+
onClick: (e: MouseEvent) => void;
|
|
1194
|
+
fontClassName: string;
|
|
1195
|
+
className: string;
|
|
1196
|
+
style: React_2.CSSProperties;
|
|
1197
|
+
children: React_2.ReactNode;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
declare interface IconProps_7 {
|
|
1092
1201
|
size: string | number;
|
|
1202
|
+
classPrefix: string;
|
|
1203
|
+
color: string;
|
|
1204
|
+
tag: keyof ReactHTML;
|
|
1205
|
+
logValue?: string;
|
|
1093
1206
|
onClick: (e: MouseEvent) => void;
|
|
1207
|
+
fontClassName: string;
|
|
1094
1208
|
className: string;
|
|
1209
|
+
style: React_2.CSSProperties;
|
|
1210
|
+
children: React_2.ReactNode;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
declare interface IconProps_70 {
|
|
1214
|
+
size: string | number;
|
|
1215
|
+
classPrefix: string;
|
|
1216
|
+
color: string;
|
|
1217
|
+
tag: keyof ReactHTML;
|
|
1095
1218
|
logValue?: string;
|
|
1219
|
+
onClick: (e: MouseEvent) => void;
|
|
1220
|
+
fontClassName: string;
|
|
1221
|
+
className: string;
|
|
1096
1222
|
style: React_2.CSSProperties;
|
|
1097
1223
|
children: React_2.ReactNode;
|
|
1098
1224
|
}
|
|
1099
1225
|
|
|
1100
|
-
declare interface
|
|
1226
|
+
declare interface IconProps_71 {
|
|
1227
|
+
size: string | number;
|
|
1228
|
+
classPrefix: string;
|
|
1229
|
+
color: string;
|
|
1230
|
+
tag: keyof ReactHTML;
|
|
1231
|
+
logValue?: string;
|
|
1232
|
+
onClick: (e: MouseEvent) => void;
|
|
1233
|
+
fontClassName: string;
|
|
1234
|
+
className: string;
|
|
1235
|
+
style: React_2.CSSProperties;
|
|
1236
|
+
children: React_2.ReactNode;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
declare interface IconProps_72 {
|
|
1240
|
+
size: string | number;
|
|
1101
1241
|
classPrefix: string;
|
|
1242
|
+
color: string;
|
|
1102
1243
|
tag: keyof ReactHTML;
|
|
1244
|
+
logValue?: string;
|
|
1245
|
+
onClick: (e: MouseEvent) => void;
|
|
1246
|
+
fontClassName: string;
|
|
1247
|
+
className: string;
|
|
1248
|
+
style: React_2.CSSProperties;
|
|
1249
|
+
children: React_2.ReactNode;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
declare interface IconProps_73 {
|
|
1103
1253
|
size: string | number;
|
|
1254
|
+
classPrefix: string;
|
|
1255
|
+
color: string;
|
|
1256
|
+
tag: keyof ReactHTML;
|
|
1257
|
+
logValue?: string;
|
|
1104
1258
|
onClick: (e: MouseEvent) => void;
|
|
1259
|
+
fontClassName: string;
|
|
1105
1260
|
className: string;
|
|
1261
|
+
style: React_2.CSSProperties;
|
|
1262
|
+
children: React_2.ReactNode;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
declare interface IconProps_74 {
|
|
1266
|
+
size: string | number;
|
|
1267
|
+
classPrefix: string;
|
|
1268
|
+
color: string;
|
|
1269
|
+
tag: keyof ReactHTML;
|
|
1106
1270
|
logValue?: string;
|
|
1271
|
+
onClick: (e: MouseEvent) => void;
|
|
1272
|
+
fontClassName: string;
|
|
1273
|
+
className: string;
|
|
1107
1274
|
style: React_2.CSSProperties;
|
|
1108
1275
|
children: React_2.ReactNode;
|
|
1109
1276
|
}
|
|
1110
1277
|
|
|
1111
|
-
declare interface
|
|
1278
|
+
declare interface IconProps_75 {
|
|
1279
|
+
size: string | number;
|
|
1280
|
+
classPrefix: string;
|
|
1281
|
+
color: string;
|
|
1282
|
+
tag: keyof ReactHTML;
|
|
1283
|
+
logValue?: string;
|
|
1284
|
+
onClick: (e: MouseEvent) => void;
|
|
1285
|
+
fontClassName: string;
|
|
1286
|
+
className: string;
|
|
1287
|
+
style: React_2.CSSProperties;
|
|
1288
|
+
children: React_2.ReactNode;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
declare interface IconProps_76 {
|
|
1292
|
+
size: string | number;
|
|
1293
|
+
classPrefix: string;
|
|
1294
|
+
color: string;
|
|
1295
|
+
tag: keyof ReactHTML;
|
|
1296
|
+
logValue?: string;
|
|
1297
|
+
onClick: (e: MouseEvent) => void;
|
|
1298
|
+
fontClassName: string;
|
|
1299
|
+
className: string;
|
|
1300
|
+
style: React_2.CSSProperties;
|
|
1301
|
+
children: React_2.ReactNode;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
declare interface IconProps_77 {
|
|
1305
|
+
size: string | number;
|
|
1306
|
+
classPrefix: string;
|
|
1307
|
+
color: string;
|
|
1308
|
+
tag: keyof ReactHTML;
|
|
1309
|
+
logValue?: string;
|
|
1310
|
+
onClick: (e: MouseEvent) => void;
|
|
1311
|
+
fontClassName: string;
|
|
1312
|
+
className: string;
|
|
1313
|
+
style: React_2.CSSProperties;
|
|
1314
|
+
children: React_2.ReactNode;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
declare interface IconProps_78 {
|
|
1112
1318
|
classPrefix: string;
|
|
1113
1319
|
tag: keyof ReactHTML;
|
|
1114
1320
|
size: string | number;
|
|
@@ -1119,7 +1325,7 @@ declare interface IconProps_68 {
|
|
|
1119
1325
|
children: React_2.ReactNode;
|
|
1120
1326
|
}
|
|
1121
1327
|
|
|
1122
|
-
declare interface
|
|
1328
|
+
declare interface IconProps_79 {
|
|
1123
1329
|
classPrefix: string;
|
|
1124
1330
|
tag: keyof ReactHTML;
|
|
1125
1331
|
size: string | number;
|
|
@@ -1130,7 +1336,7 @@ declare interface IconProps_69 {
|
|
|
1130
1336
|
children: React_2.ReactNode;
|
|
1131
1337
|
}
|
|
1132
1338
|
|
|
1133
|
-
declare interface
|
|
1339
|
+
declare interface IconProps_8 {
|
|
1134
1340
|
size: string | number;
|
|
1135
1341
|
classPrefix: string;
|
|
1136
1342
|
color: string;
|
|
@@ -1143,7 +1349,7 @@ declare interface IconProps_7 {
|
|
|
1143
1349
|
children: React_2.ReactNode;
|
|
1144
1350
|
}
|
|
1145
1351
|
|
|
1146
|
-
declare interface
|
|
1352
|
+
declare interface IconProps_80 {
|
|
1147
1353
|
classPrefix: string;
|
|
1148
1354
|
tag: keyof ReactHTML;
|
|
1149
1355
|
size: string | number;
|
|
@@ -1154,7 +1360,7 @@ declare interface IconProps_70 {
|
|
|
1154
1360
|
children: React_2.ReactNode;
|
|
1155
1361
|
}
|
|
1156
1362
|
|
|
1157
|
-
declare interface
|
|
1363
|
+
declare interface IconProps_81 {
|
|
1158
1364
|
classPrefix: string;
|
|
1159
1365
|
tag: keyof ReactHTML;
|
|
1160
1366
|
size: string | number;
|
|
@@ -1165,7 +1371,7 @@ declare interface IconProps_71 {
|
|
|
1165
1371
|
children: React_2.ReactNode;
|
|
1166
1372
|
}
|
|
1167
1373
|
|
|
1168
|
-
declare interface
|
|
1374
|
+
declare interface IconProps_82 {
|
|
1169
1375
|
classPrefix: string;
|
|
1170
1376
|
tag: keyof ReactHTML;
|
|
1171
1377
|
size: string | number;
|
|
@@ -1176,7 +1382,7 @@ declare interface IconProps_72 {
|
|
|
1176
1382
|
children: React_2.ReactNode;
|
|
1177
1383
|
}
|
|
1178
1384
|
|
|
1179
|
-
declare interface
|
|
1385
|
+
declare interface IconProps_83 {
|
|
1180
1386
|
classPrefix: string;
|
|
1181
1387
|
tag: keyof ReactHTML;
|
|
1182
1388
|
size: string | number;
|
|
@@ -1187,7 +1393,7 @@ declare interface IconProps_73 {
|
|
|
1187
1393
|
children: React_2.ReactNode;
|
|
1188
1394
|
}
|
|
1189
1395
|
|
|
1190
|
-
declare interface
|
|
1396
|
+
declare interface IconProps_84 {
|
|
1191
1397
|
classPrefix: string;
|
|
1192
1398
|
tag: keyof ReactHTML;
|
|
1193
1399
|
size: string | number;
|
|
@@ -1198,7 +1404,7 @@ declare interface IconProps_74 {
|
|
|
1198
1404
|
children: React_2.ReactNode;
|
|
1199
1405
|
}
|
|
1200
1406
|
|
|
1201
|
-
declare interface
|
|
1407
|
+
declare interface IconProps_85 {
|
|
1202
1408
|
classPrefix: string;
|
|
1203
1409
|
tag: keyof ReactHTML;
|
|
1204
1410
|
size: string | number;
|
|
@@ -1209,15 +1415,35 @@ declare interface IconProps_75 {
|
|
|
1209
1415
|
children: React_2.ReactNode;
|
|
1210
1416
|
}
|
|
1211
1417
|
|
|
1212
|
-
declare interface
|
|
1418
|
+
declare interface IconProps_86 {
|
|
1419
|
+
classPrefix: string;
|
|
1420
|
+
tag: keyof ReactHTML;
|
|
1213
1421
|
size: string | number;
|
|
1422
|
+
onClick: (e: MouseEvent) => void;
|
|
1423
|
+
className: string;
|
|
1424
|
+
logValue?: string;
|
|
1425
|
+
style: React_2.CSSProperties;
|
|
1426
|
+
children: React_2.ReactNode;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
declare interface IconProps_87 {
|
|
1214
1430
|
classPrefix: string;
|
|
1215
|
-
color: string;
|
|
1216
1431
|
tag: keyof ReactHTML;
|
|
1432
|
+
size: string | number;
|
|
1433
|
+
onClick: (e: MouseEvent) => void;
|
|
1434
|
+
className: string;
|
|
1217
1435
|
logValue?: string;
|
|
1436
|
+
style: React_2.CSSProperties;
|
|
1437
|
+
children: React_2.ReactNode;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
declare interface IconProps_88 {
|
|
1441
|
+
classPrefix: string;
|
|
1442
|
+
tag: keyof ReactHTML;
|
|
1443
|
+
size: string | number;
|
|
1218
1444
|
onClick: (e: MouseEvent) => void;
|
|
1219
|
-
fontClassName: string;
|
|
1220
1445
|
className: string;
|
|
1446
|
+
logValue?: string;
|
|
1221
1447
|
style: React_2.CSSProperties;
|
|
1222
1448
|
children: React_2.ReactNode;
|
|
1223
1449
|
}
|
|
@@ -1235,248 +1461,283 @@ declare interface IconProps_9 {
|
|
|
1235
1461
|
children: React_2.ReactNode;
|
|
1236
1462
|
}
|
|
1237
1463
|
|
|
1238
|
-
export declare function Information<T>(props: Partial<
|
|
1464
|
+
export declare function Information<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1239
1465
|
|
|
1240
1466
|
export declare namespace Information {
|
|
1241
|
-
var defaultProps:
|
|
1467
|
+
var defaultProps: IconProps_42;
|
|
1242
1468
|
var displayName: string;
|
|
1243
1469
|
}
|
|
1244
1470
|
|
|
1245
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1471
|
+
export declare function InformationFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1246
1472
|
|
|
1247
1473
|
export declare namespace InformationFill {
|
|
1248
|
-
var defaultProps:
|
|
1474
|
+
var defaultProps: IconProps_41;
|
|
1249
1475
|
var displayName: string;
|
|
1250
1476
|
}
|
|
1251
1477
|
|
|
1252
|
-
export declare function Invisible<T>(props: Partial<
|
|
1478
|
+
export declare function Invisible<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1253
1479
|
|
|
1254
1480
|
export declare namespace Invisible {
|
|
1255
|
-
var defaultProps:
|
|
1481
|
+
var defaultProps: IconProps_43;
|
|
1482
|
+
var displayName: string;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1486
|
+
|
|
1487
|
+
export declare namespace Jiankangdangan {
|
|
1488
|
+
var defaultProps: IconProps_44;
|
|
1489
|
+
var displayName: string;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1493
|
+
|
|
1494
|
+
export declare namespace JiuyizhuandaoFill {
|
|
1495
|
+
var defaultProps: IconProps_45;
|
|
1256
1496
|
var displayName: string;
|
|
1257
1497
|
}
|
|
1258
1498
|
|
|
1259
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1499
|
+
export declare function LeftFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1260
1500
|
|
|
1261
1501
|
export declare namespace LeftFill {
|
|
1262
|
-
var defaultProps:
|
|
1502
|
+
var defaultProps: IconProps_46;
|
|
1263
1503
|
var displayName: string;
|
|
1264
1504
|
}
|
|
1265
1505
|
|
|
1266
|
-
export declare function
|
|
1506
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1507
|
+
|
|
1508
|
+
export declare namespace LipeixiezhuFill {
|
|
1509
|
+
var defaultProps: IconProps_47;
|
|
1510
|
+
var displayName: string;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
export declare function Loading<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1267
1514
|
|
|
1268
1515
|
export declare namespace Loading {
|
|
1269
|
-
var defaultProps:
|
|
1516
|
+
var defaultProps: IconProps_48;
|
|
1270
1517
|
var displayName: string;
|
|
1271
1518
|
}
|
|
1272
1519
|
|
|
1273
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1520
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
1274
1521
|
|
|
1275
1522
|
export declare namespace LoginOffColor {
|
|
1276
|
-
var defaultProps:
|
|
1523
|
+
var defaultProps: IconProps_86;
|
|
1277
1524
|
var displayName: string;
|
|
1278
1525
|
}
|
|
1279
1526
|
|
|
1280
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1527
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
1281
1528
|
|
|
1282
1529
|
export declare namespace LoginOnColor {
|
|
1283
|
-
var defaultProps:
|
|
1530
|
+
var defaultProps: IconProps_87;
|
|
1284
1531
|
var displayName: string;
|
|
1285
1532
|
}
|
|
1286
1533
|
|
|
1287
|
-
export declare function Modify<T>(props: Partial<
|
|
1534
|
+
export declare function Modify<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1288
1535
|
|
|
1289
1536
|
export declare namespace Modify {
|
|
1290
|
-
var defaultProps:
|
|
1537
|
+
var defaultProps: IconProps_49;
|
|
1291
1538
|
var displayName: string;
|
|
1292
1539
|
}
|
|
1293
1540
|
|
|
1294
|
-
export declare function Plus<T>(props: Partial<
|
|
1541
|
+
export declare function Plus<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1295
1542
|
|
|
1296
1543
|
export declare namespace Plus {
|
|
1297
|
-
var defaultProps:
|
|
1544
|
+
var defaultProps: IconProps_50;
|
|
1298
1545
|
var displayName: string;
|
|
1299
1546
|
}
|
|
1300
1547
|
|
|
1301
|
-
export declare function Position<T>(props: Partial<
|
|
1548
|
+
export declare function Position<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1302
1549
|
|
|
1303
1550
|
export declare namespace Position {
|
|
1304
|
-
var defaultProps:
|
|
1551
|
+
var defaultProps: IconProps_51;
|
|
1305
1552
|
var displayName: string;
|
|
1306
1553
|
}
|
|
1307
1554
|
|
|
1308
|
-
export declare function Problem<T>(props: Partial<
|
|
1555
|
+
export declare function Problem<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1309
1556
|
|
|
1310
1557
|
export declare namespace Problem {
|
|
1311
|
-
var defaultProps:
|
|
1558
|
+
var defaultProps: IconProps_53;
|
|
1312
1559
|
var displayName: string;
|
|
1313
1560
|
}
|
|
1314
1561
|
|
|
1315
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1562
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1316
1563
|
|
|
1317
1564
|
export declare namespace ProblemFill {
|
|
1318
|
-
var defaultProps:
|
|
1565
|
+
var defaultProps: IconProps_52;
|
|
1319
1566
|
var displayName: string;
|
|
1320
1567
|
}
|
|
1321
1568
|
|
|
1322
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1569
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1323
1570
|
|
|
1324
1571
|
export declare namespace Prohibitselected {
|
|
1325
|
-
var defaultProps:
|
|
1572
|
+
var defaultProps: IconProps_55;
|
|
1326
1573
|
var displayName: string;
|
|
1327
1574
|
}
|
|
1328
1575
|
|
|
1329
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1576
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1330
1577
|
|
|
1331
1578
|
export declare namespace ProhibitselectedRectangle {
|
|
1332
|
-
var defaultProps:
|
|
1579
|
+
var defaultProps: IconProps_54;
|
|
1333
1580
|
var displayName: string;
|
|
1334
1581
|
}
|
|
1335
1582
|
|
|
1336
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1583
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
1337
1584
|
|
|
1338
1585
|
export declare namespace QuickClaimsColor {
|
|
1339
|
-
var defaultProps:
|
|
1586
|
+
var defaultProps: IconProps_88;
|
|
1340
1587
|
var displayName: string;
|
|
1341
1588
|
}
|
|
1342
1589
|
|
|
1343
|
-
export declare function Remind<T>(props: Partial<
|
|
1590
|
+
export declare function Remind<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1344
1591
|
|
|
1345
1592
|
export declare namespace Remind {
|
|
1346
|
-
var defaultProps:
|
|
1593
|
+
var defaultProps: IconProps_56;
|
|
1347
1594
|
var displayName: string;
|
|
1348
1595
|
}
|
|
1349
1596
|
|
|
1350
|
-
export declare function RightFill<T>(props: Partial<
|
|
1597
|
+
export declare function RightFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1351
1598
|
|
|
1352
1599
|
export declare namespace RightFill {
|
|
1353
|
-
var defaultProps:
|
|
1600
|
+
var defaultProps: IconProps_57;
|
|
1354
1601
|
var displayName: string;
|
|
1355
1602
|
}
|
|
1356
1603
|
|
|
1357
|
-
export declare function Search<T>(props: Partial<
|
|
1604
|
+
export declare function Search<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1358
1605
|
|
|
1359
1606
|
export declare namespace Search {
|
|
1360
|
-
var defaultProps:
|
|
1607
|
+
var defaultProps: IconProps_58;
|
|
1361
1608
|
var displayName: string;
|
|
1362
1609
|
}
|
|
1363
1610
|
|
|
1364
|
-
export declare function Selected<T>(props: Partial<
|
|
1611
|
+
export declare function Selected<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1365
1612
|
|
|
1366
1613
|
export declare namespace Selected {
|
|
1367
|
-
var defaultProps:
|
|
1614
|
+
var defaultProps: IconProps_61;
|
|
1368
1615
|
var displayName: string;
|
|
1369
1616
|
}
|
|
1370
1617
|
|
|
1371
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1618
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1372
1619
|
|
|
1373
1620
|
export declare namespace SelectedFill {
|
|
1374
|
-
var defaultProps:
|
|
1621
|
+
var defaultProps: IconProps_59;
|
|
1375
1622
|
var displayName: string;
|
|
1376
1623
|
}
|
|
1377
1624
|
|
|
1378
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1625
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1379
1626
|
|
|
1380
1627
|
export declare namespace SelectedminusFill {
|
|
1381
|
-
var defaultProps:
|
|
1628
|
+
var defaultProps: IconProps_62;
|
|
1382
1629
|
var displayName: string;
|
|
1383
1630
|
}
|
|
1384
1631
|
|
|
1385
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1632
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1386
1633
|
|
|
1387
1634
|
export declare namespace SelectedminusRectangleFill {
|
|
1388
|
-
var defaultProps:
|
|
1635
|
+
var defaultProps: IconProps_63;
|
|
1389
1636
|
var displayName: string;
|
|
1390
1637
|
}
|
|
1391
1638
|
|
|
1392
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1639
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1393
1640
|
|
|
1394
1641
|
export declare namespace SelectedRectangleFill {
|
|
1395
|
-
var defaultProps:
|
|
1642
|
+
var defaultProps: IconProps_60;
|
|
1396
1643
|
var displayName: string;
|
|
1397
1644
|
}
|
|
1398
1645
|
|
|
1399
|
-
export declare function Success<T>(props: Partial<
|
|
1646
|
+
export declare function Success<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1400
1647
|
|
|
1401
1648
|
export declare namespace Success {
|
|
1402
|
-
var defaultProps:
|
|
1649
|
+
var defaultProps: IconProps_65;
|
|
1403
1650
|
var displayName: string;
|
|
1404
1651
|
}
|
|
1405
1652
|
|
|
1406
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1653
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1407
1654
|
|
|
1408
1655
|
export declare namespace SuccessFill {
|
|
1409
|
-
var defaultProps:
|
|
1656
|
+
var defaultProps: IconProps_64;
|
|
1410
1657
|
var displayName: string;
|
|
1411
1658
|
}
|
|
1412
1659
|
|
|
1413
|
-
export declare function Time<T>(props: Partial<
|
|
1660
|
+
export declare function Time<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1414
1661
|
|
|
1415
1662
|
export declare namespace Time {
|
|
1416
|
-
var defaultProps:
|
|
1663
|
+
var defaultProps: IconProps_67;
|
|
1417
1664
|
var displayName: string;
|
|
1418
1665
|
}
|
|
1419
1666
|
|
|
1420
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1667
|
+
export declare function TimeFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1421
1668
|
|
|
1422
1669
|
export declare namespace TimeFill {
|
|
1423
|
-
var defaultProps:
|
|
1670
|
+
var defaultProps: IconProps_66;
|
|
1424
1671
|
var displayName: string;
|
|
1425
1672
|
}
|
|
1426
1673
|
|
|
1427
|
-
export declare function Unselected<T>(props: Partial<
|
|
1674
|
+
export declare function Unselected<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1428
1675
|
|
|
1429
1676
|
export declare namespace Unselected {
|
|
1430
|
-
var defaultProps:
|
|
1677
|
+
var defaultProps: IconProps_69;
|
|
1431
1678
|
var displayName: string;
|
|
1432
1679
|
}
|
|
1433
1680
|
|
|
1434
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1681
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1435
1682
|
|
|
1436
1683
|
export declare namespace UnselectedRectangle {
|
|
1437
|
-
var defaultProps:
|
|
1684
|
+
var defaultProps: IconProps_68;
|
|
1438
1685
|
var displayName: string;
|
|
1439
1686
|
}
|
|
1440
1687
|
|
|
1441
|
-
export declare function UpFill<T>(props: Partial<
|
|
1688
|
+
export declare function UpFill<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1442
1689
|
|
|
1443
1690
|
export declare namespace UpFill {
|
|
1444
|
-
var defaultProps:
|
|
1691
|
+
var defaultProps: IconProps_70;
|
|
1445
1692
|
var displayName: string;
|
|
1446
1693
|
}
|
|
1447
1694
|
|
|
1448
|
-
export declare function User<T>(props: Partial<
|
|
1695
|
+
export declare function User<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1449
1696
|
|
|
1450
1697
|
export declare namespace User {
|
|
1451
|
-
var defaultProps:
|
|
1698
|
+
var defaultProps: IconProps_71;
|
|
1452
1699
|
var displayName: string;
|
|
1453
1700
|
}
|
|
1454
1701
|
|
|
1455
|
-
export declare function Visible<T>(props: Partial<
|
|
1702
|
+
export declare function Visible<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1456
1703
|
|
|
1457
1704
|
export declare namespace Visible {
|
|
1458
|
-
var defaultProps:
|
|
1705
|
+
var defaultProps: IconProps_72;
|
|
1459
1706
|
var displayName: string;
|
|
1460
1707
|
}
|
|
1461
1708
|
|
|
1462
|
-
export declare function Warning<T>(props: Partial<
|
|
1709
|
+
export declare function Warning<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1463
1710
|
|
|
1464
1711
|
export declare namespace Warning {
|
|
1465
|
-
var defaultProps:
|
|
1712
|
+
var defaultProps: IconProps_74;
|
|
1466
1713
|
var displayName: string;
|
|
1467
1714
|
}
|
|
1468
1715
|
|
|
1469
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1716
|
+
export declare function WarningFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1470
1717
|
|
|
1471
1718
|
export declare namespace WarningFill {
|
|
1472
|
-
var defaultProps:
|
|
1719
|
+
var defaultProps: IconProps_73;
|
|
1473
1720
|
var displayName: string;
|
|
1474
1721
|
}
|
|
1475
1722
|
|
|
1476
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1723
|
+
export declare function WechatBack<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
1477
1724
|
|
|
1478
1725
|
export declare namespace WechatBack {
|
|
1479
|
-
var defaultProps:
|
|
1726
|
+
var defaultProps: IconProps_75;
|
|
1727
|
+
var displayName: string;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
1731
|
+
|
|
1732
|
+
export declare namespace YishengjingxuanFill {
|
|
1733
|
+
var defaultProps: IconProps_76;
|
|
1734
|
+
var displayName: string;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1738
|
+
|
|
1739
|
+
export declare namespace ZhuyuanxiezhuFill {
|
|
1740
|
+
var defaultProps: IconProps_77;
|
|
1480
1741
|
var displayName: string;
|
|
1481
1742
|
}
|
|
1482
1743
|
|