@mijadesign/mobile-icons 1.0.7 → 1.0.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/Calendar.js +55 -0
- package/dist/es/icons/CopeFill.js +55 -0
- package/dist/es/icons/ImageFill1.js +55 -0
- package/dist/es/icons/Lipeijilu.js +55 -0
- package/dist/es/icons/PositioningFill.js +55 -0
- package/dist/es/icons/RevokeFill.js +55 -0
- package/dist/es/icons/{Smalltriangle1Fill.js → Smalltriangle2Fill.js} +2 -2
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +7 -1
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +327 -207
- package/dist/types/mobile-icons.mjs +3552 -3246
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37,17 +37,17 @@ export declare namespace Admin {
|
|
|
37
37
|
var displayName: string;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export declare function AdultManColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_112> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_112;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_113> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_113;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -142,249 +142,263 @@ export declare namespace BarrackFill {
|
|
|
142
142
|
var displayName: string;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
export declare function BoyColor<T>(props: Partial<
|
|
145
|
+
export declare function BoyColor<T>(props: Partial<IconProps_114> & T): ReactElement;
|
|
146
146
|
|
|
147
147
|
export declare namespace BoyColor {
|
|
148
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_114;
|
|
149
|
+
var displayName: string;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export declare function Calendar<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
153
|
+
|
|
154
|
+
export declare namespace Calendar {
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function Call<T>(props: Partial<
|
|
159
|
+
export declare function Call<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace Call {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_22;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function Call2Fill<T>(props: Partial<
|
|
166
|
+
export declare function Call2Fill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace Call2Fill {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_23;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function CallFill<T>(props: Partial<
|
|
173
|
+
export declare function CallFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace CallFill {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function Camera<T>(props: Partial<
|
|
180
|
+
export declare function Camera<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
174
181
|
|
|
175
182
|
export declare namespace Camera {
|
|
176
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_25;
|
|
177
184
|
var displayName: string;
|
|
178
185
|
}
|
|
179
186
|
|
|
180
|
-
export declare function CameraFill<T>(props: Partial<
|
|
187
|
+
export declare function CameraFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
181
188
|
|
|
182
189
|
export declare namespace CameraFill {
|
|
183
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
184
191
|
var displayName: string;
|
|
185
192
|
}
|
|
186
193
|
|
|
187
|
-
export declare function Change<T>(props: Partial<
|
|
194
|
+
export declare function Change<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace Change {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_26;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function Changyongxinxi<T>(props: Partial<
|
|
201
|
+
export declare function Changyongxinxi<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
195
202
|
|
|
196
203
|
export declare namespace Changyongxinxi {
|
|
197
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_27;
|
|
198
205
|
var displayName: string;
|
|
199
206
|
}
|
|
200
207
|
|
|
201
|
-
export declare function CheckmarkFill<T>(props: Partial<
|
|
208
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
202
209
|
|
|
203
210
|
export declare namespace CheckmarkFill {
|
|
204
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_28;
|
|
205
212
|
var displayName: string;
|
|
206
213
|
}
|
|
207
214
|
|
|
208
|
-
export declare function ChuyuanFill<T>(props: Partial<
|
|
215
|
+
export declare function ChuyuanFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
209
216
|
|
|
210
217
|
export declare namespace ChuyuanFill {
|
|
211
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_29;
|
|
212
219
|
var displayName: string;
|
|
213
220
|
}
|
|
214
221
|
|
|
215
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
222
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_115> & T): ReactElement;
|
|
216
223
|
|
|
217
224
|
export declare namespace ClaimsDetailColor {
|
|
218
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_115;
|
|
219
226
|
var displayName: string;
|
|
220
227
|
}
|
|
221
228
|
|
|
222
|
-
export declare function Close<T>(props: Partial<
|
|
229
|
+
export declare function Close<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
223
230
|
|
|
224
231
|
export declare namespace Close {
|
|
225
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_30;
|
|
226
233
|
var displayName: string;
|
|
227
234
|
}
|
|
228
235
|
|
|
229
|
-
export declare function Code<T>(props: Partial<
|
|
236
|
+
export declare function Code<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
230
237
|
|
|
231
238
|
export declare namespace Code {
|
|
232
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_31;
|
|
233
240
|
var displayName: string;
|
|
234
241
|
}
|
|
235
242
|
|
|
236
|
-
export declare function Consultationrecord<T>(props: Partial<
|
|
243
|
+
export declare function Consultationrecord<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
237
244
|
|
|
238
245
|
export declare namespace Consultationrecord {
|
|
239
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_32;
|
|
240
247
|
var displayName: string;
|
|
241
248
|
}
|
|
242
249
|
|
|
243
|
-
export declare function
|
|
250
|
+
export declare function CopeFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
251
|
+
|
|
252
|
+
export declare namespace CopeFill {
|
|
253
|
+
var defaultProps: IconProps_33;
|
|
254
|
+
var displayName: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare function Customer<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
244
258
|
|
|
245
259
|
export declare namespace Customer {
|
|
246
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_34;
|
|
247
261
|
var displayName: string;
|
|
248
262
|
}
|
|
249
263
|
|
|
250
|
-
export declare function DaibingkebaoFill<T>(props: Partial<
|
|
264
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
251
265
|
|
|
252
266
|
export declare namespace DaibingkebaoFill {
|
|
253
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_35;
|
|
254
268
|
var displayName: string;
|
|
255
269
|
}
|
|
256
270
|
|
|
257
|
-
export declare function Delete<T>(props: Partial<
|
|
271
|
+
export declare function Delete<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
258
272
|
|
|
259
273
|
export declare namespace Delete {
|
|
260
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_37;
|
|
261
275
|
var displayName: string;
|
|
262
276
|
}
|
|
263
277
|
|
|
264
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
278
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
265
279
|
|
|
266
280
|
export declare namespace DeleteFill {
|
|
267
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_36;
|
|
268
282
|
var displayName: string;
|
|
269
283
|
}
|
|
270
284
|
|
|
271
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
285
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_116> & T): ReactElement;
|
|
272
286
|
|
|
273
287
|
export declare namespace DirectClaimsColor {
|
|
274
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_116;
|
|
275
289
|
var displayName: string;
|
|
276
290
|
}
|
|
277
291
|
|
|
278
|
-
export declare function DownFill<T>(props: Partial<
|
|
292
|
+
export declare function DownFill<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
279
293
|
|
|
280
294
|
export declare namespace DownFill {
|
|
281
|
-
var defaultProps:
|
|
295
|
+
var defaultProps: IconProps_38;
|
|
282
296
|
var displayName: string;
|
|
283
297
|
}
|
|
284
298
|
|
|
285
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
299
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_117> & T): ReactElement;
|
|
286
300
|
|
|
287
301
|
export declare namespace DynamicLoading {
|
|
288
|
-
var defaultProps:
|
|
302
|
+
var defaultProps: IconProps_117;
|
|
289
303
|
var displayName: string;
|
|
290
304
|
}
|
|
291
305
|
|
|
292
|
-
export declare function Expert<T>(props: Partial<
|
|
306
|
+
export declare function Expert<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
293
307
|
|
|
294
308
|
export declare namespace Expert {
|
|
295
|
-
var defaultProps:
|
|
309
|
+
var defaultProps: IconProps_39;
|
|
296
310
|
var displayName: string;
|
|
297
311
|
}
|
|
298
312
|
|
|
299
|
-
export declare function Failure<T>(props: Partial<
|
|
313
|
+
export declare function Failure<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
300
314
|
|
|
301
315
|
export declare namespace Failure {
|
|
302
|
-
var defaultProps:
|
|
316
|
+
var defaultProps: IconProps_41;
|
|
303
317
|
var displayName: string;
|
|
304
318
|
}
|
|
305
319
|
|
|
306
|
-
export declare function FailureFill<T>(props: Partial<
|
|
320
|
+
export declare function FailureFill<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
307
321
|
|
|
308
322
|
export declare namespace FailureFill {
|
|
309
|
-
var defaultProps:
|
|
323
|
+
var defaultProps: IconProps_40;
|
|
310
324
|
var displayName: string;
|
|
311
325
|
}
|
|
312
326
|
|
|
313
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
327
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
314
328
|
|
|
315
329
|
export declare namespace FamilyFill {
|
|
316
|
-
var defaultProps:
|
|
330
|
+
var defaultProps: IconProps_42;
|
|
317
331
|
var displayName: string;
|
|
318
332
|
}
|
|
319
333
|
|
|
320
|
-
export declare function GaonandushoushuFill<T>(props: Partial<
|
|
334
|
+
export declare function GaonandushoushuFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
321
335
|
|
|
322
336
|
export declare namespace GaonandushoushuFill {
|
|
323
|
-
var defaultProps:
|
|
337
|
+
var defaultProps: IconProps_43;
|
|
324
338
|
var displayName: string;
|
|
325
339
|
}
|
|
326
340
|
|
|
327
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
341
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_118> & T): ReactElement;
|
|
328
342
|
|
|
329
343
|
export declare namespace GeneraoInfoColor {
|
|
330
|
-
var defaultProps:
|
|
344
|
+
var defaultProps: IconProps_118;
|
|
331
345
|
var displayName: string;
|
|
332
346
|
}
|
|
333
347
|
|
|
334
|
-
export declare function GirlColor<T>(props: Partial<
|
|
348
|
+
export declare function GirlColor<T>(props: Partial<IconProps_119> & T): ReactElement;
|
|
335
349
|
|
|
336
350
|
export declare namespace GirlColor {
|
|
337
|
-
var defaultProps:
|
|
351
|
+
var defaultProps: IconProps_119;
|
|
338
352
|
var displayName: string;
|
|
339
353
|
}
|
|
340
354
|
|
|
341
|
-
export declare function Glide<T>(props: Partial<
|
|
355
|
+
export declare function Glide<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
342
356
|
|
|
343
357
|
export declare namespace Glide {
|
|
344
|
-
var defaultProps:
|
|
358
|
+
var defaultProps: IconProps_44;
|
|
345
359
|
var displayName: string;
|
|
346
360
|
}
|
|
347
361
|
|
|
348
|
-
export declare function Guarantee<T>(props: Partial<
|
|
362
|
+
export declare function Guarantee<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
349
363
|
|
|
350
364
|
export declare namespace Guarantee {
|
|
351
|
-
var defaultProps:
|
|
365
|
+
var defaultProps: IconProps_46;
|
|
352
366
|
var displayName: string;
|
|
353
367
|
}
|
|
354
368
|
|
|
355
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
369
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
356
370
|
|
|
357
371
|
export declare namespace GuaranteeFill {
|
|
358
|
-
var defaultProps:
|
|
372
|
+
var defaultProps: IconProps_45;
|
|
359
373
|
var displayName: string;
|
|
360
374
|
}
|
|
361
375
|
|
|
362
|
-
export declare function HaoyaohaoshuFill<T>(props: Partial<
|
|
376
|
+
export declare function HaoyaohaoshuFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
363
377
|
|
|
364
378
|
export declare namespace HaoyaohaoshuFill {
|
|
365
|
-
var defaultProps:
|
|
379
|
+
var defaultProps: IconProps_47;
|
|
366
380
|
var displayName: string;
|
|
367
381
|
}
|
|
368
382
|
|
|
369
|
-
declare function History_2<T>(props: Partial<
|
|
383
|
+
declare function History_2<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
370
384
|
|
|
371
385
|
declare namespace History_2 {
|
|
372
|
-
var defaultProps:
|
|
386
|
+
var defaultProps: IconProps_48;
|
|
373
387
|
var displayName: string;
|
|
374
388
|
}
|
|
375
389
|
export { History_2 as History }
|
|
376
390
|
|
|
377
|
-
export declare function Home<T>(props: Partial<
|
|
391
|
+
export declare function Home<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
378
392
|
|
|
379
393
|
export declare namespace Home {
|
|
380
|
-
var defaultProps:
|
|
394
|
+
var defaultProps: IconProps_49;
|
|
381
395
|
var displayName: string;
|
|
382
396
|
}
|
|
383
397
|
|
|
384
|
-
export declare function Huodongzhongxin<T>(props: Partial<
|
|
398
|
+
export declare function Huodongzhongxin<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
385
399
|
|
|
386
400
|
export declare namespace Huodongzhongxin {
|
|
387
|
-
var defaultProps:
|
|
401
|
+
var defaultProps: IconProps_50;
|
|
388
402
|
var displayName: string;
|
|
389
403
|
}
|
|
390
404
|
|
|
@@ -500,45 +514,53 @@ declare interface IconProps_105 {
|
|
|
500
514
|
}
|
|
501
515
|
|
|
502
516
|
declare interface IconProps_106 {
|
|
517
|
+
size: string | number;
|
|
503
518
|
classPrefix: string;
|
|
519
|
+
color: string;
|
|
504
520
|
tag: keyof ReactHTML;
|
|
505
|
-
|
|
521
|
+
logValue?: string;
|
|
506
522
|
onClick: (e: MouseEvent) => void;
|
|
523
|
+
fontClassName: string;
|
|
507
524
|
className: string;
|
|
508
|
-
logValue?: string;
|
|
509
525
|
style: React_2.CSSProperties;
|
|
510
526
|
children: React_2.ReactNode;
|
|
511
527
|
}
|
|
512
528
|
|
|
513
529
|
declare interface IconProps_107 {
|
|
530
|
+
size: string | number;
|
|
514
531
|
classPrefix: string;
|
|
532
|
+
color: string;
|
|
515
533
|
tag: keyof ReactHTML;
|
|
516
|
-
|
|
534
|
+
logValue?: string;
|
|
517
535
|
onClick: (e: MouseEvent) => void;
|
|
536
|
+
fontClassName: string;
|
|
518
537
|
className: string;
|
|
519
|
-
logValue?: string;
|
|
520
538
|
style: React_2.CSSProperties;
|
|
521
539
|
children: React_2.ReactNode;
|
|
522
540
|
}
|
|
523
541
|
|
|
524
542
|
declare interface IconProps_108 {
|
|
543
|
+
size: string | number;
|
|
525
544
|
classPrefix: string;
|
|
545
|
+
color: string;
|
|
526
546
|
tag: keyof ReactHTML;
|
|
527
|
-
|
|
547
|
+
logValue?: string;
|
|
528
548
|
onClick: (e: MouseEvent) => void;
|
|
549
|
+
fontClassName: string;
|
|
529
550
|
className: string;
|
|
530
|
-
logValue?: string;
|
|
531
551
|
style: React_2.CSSProperties;
|
|
532
552
|
children: React_2.ReactNode;
|
|
533
553
|
}
|
|
534
554
|
|
|
535
555
|
declare interface IconProps_109 {
|
|
556
|
+
size: string | number;
|
|
536
557
|
classPrefix: string;
|
|
558
|
+
color: string;
|
|
537
559
|
tag: keyof ReactHTML;
|
|
538
|
-
|
|
560
|
+
logValue?: string;
|
|
539
561
|
onClick: (e: MouseEvent) => void;
|
|
562
|
+
fontClassName: string;
|
|
540
563
|
className: string;
|
|
541
|
-
logValue?: string;
|
|
542
564
|
style: React_2.CSSProperties;
|
|
543
565
|
children: React_2.ReactNode;
|
|
544
566
|
}
|
|
@@ -557,23 +579,27 @@ declare interface IconProps_11 {
|
|
|
557
579
|
}
|
|
558
580
|
|
|
559
581
|
declare interface IconProps_110 {
|
|
582
|
+
size: string | number;
|
|
560
583
|
classPrefix: string;
|
|
584
|
+
color: string;
|
|
561
585
|
tag: keyof ReactHTML;
|
|
562
|
-
|
|
586
|
+
logValue?: string;
|
|
563
587
|
onClick: (e: MouseEvent) => void;
|
|
588
|
+
fontClassName: string;
|
|
564
589
|
className: string;
|
|
565
|
-
logValue?: string;
|
|
566
590
|
style: React_2.CSSProperties;
|
|
567
591
|
children: React_2.ReactNode;
|
|
568
592
|
}
|
|
569
593
|
|
|
570
594
|
declare interface IconProps_111 {
|
|
595
|
+
size: string | number;
|
|
571
596
|
classPrefix: string;
|
|
597
|
+
color: string;
|
|
572
598
|
tag: keyof ReactHTML;
|
|
573
|
-
|
|
599
|
+
logValue?: string;
|
|
574
600
|
onClick: (e: MouseEvent) => void;
|
|
601
|
+
fontClassName: string;
|
|
575
602
|
className: string;
|
|
576
|
-
logValue?: string;
|
|
577
603
|
style: React_2.CSSProperties;
|
|
578
604
|
children: React_2.ReactNode;
|
|
579
605
|
}
|
|
@@ -633,6 +659,39 @@ declare interface IconProps_116 {
|
|
|
633
659
|
children: React_2.ReactNode;
|
|
634
660
|
}
|
|
635
661
|
|
|
662
|
+
declare interface IconProps_117 {
|
|
663
|
+
classPrefix: string;
|
|
664
|
+
tag: keyof ReactHTML;
|
|
665
|
+
size: string | number;
|
|
666
|
+
onClick: (e: MouseEvent) => void;
|
|
667
|
+
className: string;
|
|
668
|
+
logValue?: string;
|
|
669
|
+
style: React_2.CSSProperties;
|
|
670
|
+
children: React_2.ReactNode;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
declare interface IconProps_118 {
|
|
674
|
+
classPrefix: string;
|
|
675
|
+
tag: keyof ReactHTML;
|
|
676
|
+
size: string | number;
|
|
677
|
+
onClick: (e: MouseEvent) => void;
|
|
678
|
+
className: string;
|
|
679
|
+
logValue?: string;
|
|
680
|
+
style: React_2.CSSProperties;
|
|
681
|
+
children: React_2.ReactNode;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
declare interface IconProps_119 {
|
|
685
|
+
classPrefix: string;
|
|
686
|
+
tag: keyof ReactHTML;
|
|
687
|
+
size: string | number;
|
|
688
|
+
onClick: (e: MouseEvent) => void;
|
|
689
|
+
className: string;
|
|
690
|
+
logValue?: string;
|
|
691
|
+
style: React_2.CSSProperties;
|
|
692
|
+
children: React_2.ReactNode;
|
|
693
|
+
}
|
|
694
|
+
|
|
636
695
|
declare interface IconProps_12 {
|
|
637
696
|
size: string | number;
|
|
638
697
|
classPrefix: string;
|
|
@@ -646,6 +705,39 @@ declare interface IconProps_12 {
|
|
|
646
705
|
children: React_2.ReactNode;
|
|
647
706
|
}
|
|
648
707
|
|
|
708
|
+
declare interface IconProps_120 {
|
|
709
|
+
classPrefix: string;
|
|
710
|
+
tag: keyof ReactHTML;
|
|
711
|
+
size: string | number;
|
|
712
|
+
onClick: (e: MouseEvent) => void;
|
|
713
|
+
className: string;
|
|
714
|
+
logValue?: string;
|
|
715
|
+
style: React_2.CSSProperties;
|
|
716
|
+
children: React_2.ReactNode;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
declare interface IconProps_121 {
|
|
720
|
+
classPrefix: string;
|
|
721
|
+
tag: keyof ReactHTML;
|
|
722
|
+
size: string | number;
|
|
723
|
+
onClick: (e: MouseEvent) => void;
|
|
724
|
+
className: string;
|
|
725
|
+
logValue?: string;
|
|
726
|
+
style: React_2.CSSProperties;
|
|
727
|
+
children: React_2.ReactNode;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
declare interface IconProps_122 {
|
|
731
|
+
classPrefix: string;
|
|
732
|
+
tag: keyof ReactHTML;
|
|
733
|
+
size: string | number;
|
|
734
|
+
onClick: (e: MouseEvent) => void;
|
|
735
|
+
className: string;
|
|
736
|
+
logValue?: string;
|
|
737
|
+
style: React_2.CSSProperties;
|
|
738
|
+
children: React_2.ReactNode;
|
|
739
|
+
}
|
|
740
|
+
|
|
649
741
|
declare interface IconProps_13 {
|
|
650
742
|
size: string | number;
|
|
651
743
|
classPrefix: string;
|
|
@@ -1881,423 +1973,451 @@ declare interface IconProps_99 {
|
|
|
1881
1973
|
children: React_2.ReactNode;
|
|
1882
1974
|
}
|
|
1883
1975
|
|
|
1884
|
-
export declare function ImageFill<T>(props: Partial<
|
|
1976
|
+
export declare function ImageFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1885
1977
|
|
|
1886
1978
|
export declare namespace ImageFill {
|
|
1887
|
-
var defaultProps:
|
|
1979
|
+
var defaultProps: IconProps_51;
|
|
1980
|
+
var displayName: string;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
export declare function ImageFill1<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1984
|
+
|
|
1985
|
+
export declare namespace ImageFill1 {
|
|
1986
|
+
var defaultProps: IconProps_52;
|
|
1888
1987
|
var displayName: string;
|
|
1889
1988
|
}
|
|
1890
1989
|
|
|
1891
|
-
export declare function Information<T>(props: Partial<
|
|
1990
|
+
export declare function Information<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1892
1991
|
|
|
1893
1992
|
export declare namespace Information {
|
|
1894
|
-
var defaultProps:
|
|
1993
|
+
var defaultProps: IconProps_54;
|
|
1895
1994
|
var displayName: string;
|
|
1896
1995
|
}
|
|
1897
1996
|
|
|
1898
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1997
|
+
export declare function InformationFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1899
1998
|
|
|
1900
1999
|
export declare namespace InformationFill {
|
|
1901
|
-
var defaultProps:
|
|
2000
|
+
var defaultProps: IconProps_53;
|
|
1902
2001
|
var displayName: string;
|
|
1903
2002
|
}
|
|
1904
2003
|
|
|
1905
|
-
export declare function Invisible<T>(props: Partial<
|
|
2004
|
+
export declare function Invisible<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1906
2005
|
|
|
1907
2006
|
export declare namespace Invisible {
|
|
1908
|
-
var defaultProps:
|
|
2007
|
+
var defaultProps: IconProps_55;
|
|
1909
2008
|
var displayName: string;
|
|
1910
2009
|
}
|
|
1911
2010
|
|
|
1912
|
-
export declare function Jiankangdangan<T>(props: Partial<
|
|
2011
|
+
export declare function Jiankangdangan<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1913
2012
|
|
|
1914
2013
|
export declare namespace Jiankangdangan {
|
|
1915
|
-
var defaultProps:
|
|
2014
|
+
var defaultProps: IconProps_56;
|
|
1916
2015
|
var displayName: string;
|
|
1917
2016
|
}
|
|
1918
2017
|
|
|
1919
|
-
export declare function JiuyizhuandaoFill<T>(props: Partial<
|
|
2018
|
+
export declare function JiuyizhuandaoFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1920
2019
|
|
|
1921
2020
|
export declare namespace JiuyizhuandaoFill {
|
|
1922
|
-
var defaultProps:
|
|
2021
|
+
var defaultProps: IconProps_57;
|
|
1923
2022
|
var displayName: string;
|
|
1924
2023
|
}
|
|
1925
2024
|
|
|
1926
|
-
export declare function Keyboard<T>(props: Partial<
|
|
2025
|
+
export declare function Keyboard<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1927
2026
|
|
|
1928
2027
|
export declare namespace Keyboard {
|
|
1929
|
-
var defaultProps:
|
|
2028
|
+
var defaultProps: IconProps_58;
|
|
1930
2029
|
var displayName: string;
|
|
1931
2030
|
}
|
|
1932
2031
|
|
|
1933
|
-
export declare function LeftFill<T>(props: Partial<
|
|
2032
|
+
export declare function LeftFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1934
2033
|
|
|
1935
2034
|
export declare namespace LeftFill {
|
|
1936
|
-
var defaultProps:
|
|
2035
|
+
var defaultProps: IconProps_59;
|
|
2036
|
+
var displayName: string;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
export declare function Lipeijilu<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
2040
|
+
|
|
2041
|
+
export declare namespace Lipeijilu {
|
|
2042
|
+
var defaultProps: IconProps_60;
|
|
1937
2043
|
var displayName: string;
|
|
1938
2044
|
}
|
|
1939
2045
|
|
|
1940
|
-
export declare function LipeixiezhuFill<T>(props: Partial<
|
|
2046
|
+
export declare function LipeixiezhuFill<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1941
2047
|
|
|
1942
2048
|
export declare namespace LipeixiezhuFill {
|
|
1943
|
-
var defaultProps:
|
|
2049
|
+
var defaultProps: IconProps_61;
|
|
1944
2050
|
var displayName: string;
|
|
1945
2051
|
}
|
|
1946
2052
|
|
|
1947
|
-
export declare function Loading<T>(props: Partial<
|
|
2053
|
+
export declare function Loading<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1948
2054
|
|
|
1949
2055
|
export declare namespace Loading {
|
|
1950
|
-
var defaultProps:
|
|
2056
|
+
var defaultProps: IconProps_62;
|
|
1951
2057
|
var displayName: string;
|
|
1952
2058
|
}
|
|
1953
2059
|
|
|
1954
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
2060
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_120> & T): ReactElement;
|
|
1955
2061
|
|
|
1956
2062
|
export declare namespace LoginOffColor {
|
|
1957
|
-
var defaultProps:
|
|
2063
|
+
var defaultProps: IconProps_120;
|
|
1958
2064
|
var displayName: string;
|
|
1959
2065
|
}
|
|
1960
2066
|
|
|
1961
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
2067
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_121> & T): ReactElement;
|
|
1962
2068
|
|
|
1963
2069
|
export declare namespace LoginOnColor {
|
|
1964
|
-
var defaultProps:
|
|
2070
|
+
var defaultProps: IconProps_121;
|
|
1965
2071
|
var displayName: string;
|
|
1966
2072
|
}
|
|
1967
2073
|
|
|
1968
|
-
export declare function Menu<T>(props: Partial<
|
|
2074
|
+
export declare function Menu<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1969
2075
|
|
|
1970
2076
|
export declare namespace Menu {
|
|
1971
|
-
var defaultProps:
|
|
2077
|
+
var defaultProps: IconProps_63;
|
|
1972
2078
|
var displayName: string;
|
|
1973
2079
|
}
|
|
1974
2080
|
|
|
1975
|
-
export declare function MenzhengFill<T>(props: Partial<
|
|
2081
|
+
export declare function MenzhengFill<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1976
2082
|
|
|
1977
2083
|
export declare namespace MenzhengFill {
|
|
1978
|
-
var defaultProps:
|
|
2084
|
+
var defaultProps: IconProps_64;
|
|
1979
2085
|
var displayName: string;
|
|
1980
2086
|
}
|
|
1981
2087
|
|
|
1982
|
-
export declare function MicrophoneFill<T>(props: Partial<
|
|
2088
|
+
export declare function MicrophoneFill<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1983
2089
|
|
|
1984
2090
|
export declare namespace MicrophoneFill {
|
|
1985
|
-
var defaultProps:
|
|
2091
|
+
var defaultProps: IconProps_65;
|
|
1986
2092
|
var displayName: string;
|
|
1987
2093
|
}
|
|
1988
2094
|
|
|
1989
|
-
export declare function MicrophoneoffFill<T>(props: Partial<
|
|
2095
|
+
export declare function MicrophoneoffFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1990
2096
|
|
|
1991
2097
|
export declare namespace MicrophoneoffFill {
|
|
1992
|
-
var defaultProps:
|
|
2098
|
+
var defaultProps: IconProps_66;
|
|
1993
2099
|
var displayName: string;
|
|
1994
2100
|
}
|
|
1995
2101
|
|
|
1996
|
-
export declare function Modify<T>(props: Partial<
|
|
2102
|
+
export declare function Modify<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1997
2103
|
|
|
1998
2104
|
export declare namespace Modify {
|
|
1999
|
-
var defaultProps:
|
|
2105
|
+
var defaultProps: IconProps_67;
|
|
2000
2106
|
var displayName: string;
|
|
2001
2107
|
}
|
|
2002
2108
|
|
|
2003
|
-
export declare function More<T>(props: Partial<
|
|
2109
|
+
export declare function More<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
2004
2110
|
|
|
2005
2111
|
export declare namespace More {
|
|
2006
|
-
var defaultProps:
|
|
2112
|
+
var defaultProps: IconProps_68;
|
|
2007
2113
|
var displayName: string;
|
|
2008
2114
|
}
|
|
2009
2115
|
|
|
2010
|
-
export declare function PauseFill<T>(props: Partial<
|
|
2116
|
+
export declare function PauseFill<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
2011
2117
|
|
|
2012
2118
|
export declare namespace PauseFill {
|
|
2013
|
-
var defaultProps:
|
|
2119
|
+
var defaultProps: IconProps_69;
|
|
2014
2120
|
var displayName: string;
|
|
2015
2121
|
}
|
|
2016
2122
|
|
|
2017
|
-
export declare function Plus<T>(props: Partial<
|
|
2123
|
+
export declare function Plus<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
2018
2124
|
|
|
2019
2125
|
export declare namespace Plus {
|
|
2020
|
-
var defaultProps:
|
|
2126
|
+
var defaultProps: IconProps_70;
|
|
2021
2127
|
var displayName: string;
|
|
2022
2128
|
}
|
|
2023
2129
|
|
|
2024
|
-
export declare function Position<T>(props: Partial<
|
|
2130
|
+
export declare function Position<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
2025
2131
|
|
|
2026
2132
|
export declare namespace Position {
|
|
2027
|
-
var defaultProps:
|
|
2133
|
+
var defaultProps: IconProps_71;
|
|
2028
2134
|
var displayName: string;
|
|
2029
2135
|
}
|
|
2030
2136
|
|
|
2031
|
-
export declare function
|
|
2137
|
+
export declare function PositioningFill<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
2138
|
+
|
|
2139
|
+
export declare namespace PositioningFill {
|
|
2140
|
+
var defaultProps: IconProps_72;
|
|
2141
|
+
var displayName: string;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
export declare function Problem<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
2032
2145
|
|
|
2033
2146
|
export declare namespace Problem {
|
|
2034
|
-
var defaultProps:
|
|
2147
|
+
var defaultProps: IconProps_74;
|
|
2035
2148
|
var displayName: string;
|
|
2036
2149
|
}
|
|
2037
2150
|
|
|
2038
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
2151
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
2039
2152
|
|
|
2040
2153
|
export declare namespace ProblemFill {
|
|
2041
|
-
var defaultProps:
|
|
2154
|
+
var defaultProps: IconProps_73;
|
|
2042
2155
|
var displayName: string;
|
|
2043
2156
|
}
|
|
2044
2157
|
|
|
2045
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
2158
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
2046
2159
|
|
|
2047
2160
|
export declare namespace Prohibitselected {
|
|
2048
|
-
var defaultProps:
|
|
2161
|
+
var defaultProps: IconProps_76;
|
|
2049
2162
|
var displayName: string;
|
|
2050
2163
|
}
|
|
2051
2164
|
|
|
2052
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
2165
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
2053
2166
|
|
|
2054
2167
|
export declare namespace ProhibitselectedRectangle {
|
|
2055
|
-
var defaultProps:
|
|
2168
|
+
var defaultProps: IconProps_75;
|
|
2056
2169
|
var displayName: string;
|
|
2057
2170
|
}
|
|
2058
2171
|
|
|
2059
|
-
export declare function Quanyishiyongjilu<T>(props: Partial<
|
|
2172
|
+
export declare function Quanyishiyongjilu<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
2060
2173
|
|
|
2061
2174
|
export declare namespace Quanyishiyongjilu {
|
|
2062
|
-
var defaultProps:
|
|
2175
|
+
var defaultProps: IconProps_77;
|
|
2063
2176
|
var displayName: string;
|
|
2064
2177
|
}
|
|
2065
2178
|
|
|
2066
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
2179
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_122> & T): ReactElement;
|
|
2067
2180
|
|
|
2068
2181
|
export declare namespace QuickClaimsColor {
|
|
2069
|
-
var defaultProps:
|
|
2182
|
+
var defaultProps: IconProps_122;
|
|
2070
2183
|
var displayName: string;
|
|
2071
2184
|
}
|
|
2072
2185
|
|
|
2073
|
-
export declare function Remind<T>(props: Partial<
|
|
2186
|
+
export declare function Remind<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
2074
2187
|
|
|
2075
2188
|
export declare namespace Remind {
|
|
2076
|
-
var defaultProps:
|
|
2189
|
+
var defaultProps: IconProps_78;
|
|
2190
|
+
var displayName: string;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
export declare function RevokeFill<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
2194
|
+
|
|
2195
|
+
export declare namespace RevokeFill {
|
|
2196
|
+
var defaultProps: IconProps_79;
|
|
2077
2197
|
var displayName: string;
|
|
2078
2198
|
}
|
|
2079
2199
|
|
|
2080
|
-
export declare function RightFill<T>(props: Partial<
|
|
2200
|
+
export declare function RightFill<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
2081
2201
|
|
|
2082
2202
|
export declare namespace RightFill {
|
|
2083
|
-
var defaultProps:
|
|
2203
|
+
var defaultProps: IconProps_80;
|
|
2084
2204
|
var displayName: string;
|
|
2085
2205
|
}
|
|
2086
2206
|
|
|
2087
|
-
export declare function Search<T>(props: Partial<
|
|
2207
|
+
export declare function Search<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
2088
2208
|
|
|
2089
2209
|
export declare namespace Search {
|
|
2090
|
-
var defaultProps:
|
|
2210
|
+
var defaultProps: IconProps_81;
|
|
2091
2211
|
var displayName: string;
|
|
2092
2212
|
}
|
|
2093
2213
|
|
|
2094
|
-
export declare function Selected<T>(props: Partial<
|
|
2214
|
+
export declare function Selected<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
2095
2215
|
|
|
2096
2216
|
export declare namespace Selected {
|
|
2097
|
-
var defaultProps:
|
|
2217
|
+
var defaultProps: IconProps_84;
|
|
2098
2218
|
var displayName: string;
|
|
2099
2219
|
}
|
|
2100
2220
|
|
|
2101
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
2221
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
2102
2222
|
|
|
2103
2223
|
export declare namespace SelectedFill {
|
|
2104
|
-
var defaultProps:
|
|
2224
|
+
var defaultProps: IconProps_82;
|
|
2105
2225
|
var displayName: string;
|
|
2106
2226
|
}
|
|
2107
2227
|
|
|
2108
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
2228
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
2109
2229
|
|
|
2110
2230
|
export declare namespace SelectedminusFill {
|
|
2111
|
-
var defaultProps:
|
|
2231
|
+
var defaultProps: IconProps_85;
|
|
2112
2232
|
var displayName: string;
|
|
2113
2233
|
}
|
|
2114
2234
|
|
|
2115
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
2235
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
2116
2236
|
|
|
2117
2237
|
export declare namespace SelectedminusRectangleFill {
|
|
2118
|
-
var defaultProps:
|
|
2238
|
+
var defaultProps: IconProps_86;
|
|
2119
2239
|
var displayName: string;
|
|
2120
2240
|
}
|
|
2121
2241
|
|
|
2122
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
2242
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
2123
2243
|
|
|
2124
2244
|
export declare namespace SelectedRectangleFill {
|
|
2125
|
-
var defaultProps:
|
|
2245
|
+
var defaultProps: IconProps_83;
|
|
2126
2246
|
var displayName: string;
|
|
2127
2247
|
}
|
|
2128
2248
|
|
|
2129
|
-
export declare function SendFill<T>(props: Partial<
|
|
2249
|
+
export declare function SendFill<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
2130
2250
|
|
|
2131
2251
|
export declare namespace SendFill {
|
|
2132
|
-
var defaultProps:
|
|
2252
|
+
var defaultProps: IconProps_87;
|
|
2133
2253
|
var displayName: string;
|
|
2134
2254
|
}
|
|
2135
2255
|
|
|
2136
|
-
export declare function ShoushuFill<T>(props: Partial<
|
|
2256
|
+
export declare function ShoushuFill<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
2137
2257
|
|
|
2138
2258
|
export declare namespace ShoushuFill {
|
|
2139
|
-
var defaultProps:
|
|
2259
|
+
var defaultProps: IconProps_88;
|
|
2140
2260
|
var displayName: string;
|
|
2141
2261
|
}
|
|
2142
2262
|
|
|
2143
|
-
export declare function
|
|
2263
|
+
export declare function Smalltriangle2Fill<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
2144
2264
|
|
|
2145
|
-
export declare namespace
|
|
2146
|
-
var defaultProps:
|
|
2265
|
+
export declare namespace Smalltriangle2Fill {
|
|
2266
|
+
var defaultProps: IconProps_90;
|
|
2147
2267
|
var displayName: string;
|
|
2148
2268
|
}
|
|
2149
2269
|
|
|
2150
|
-
export declare function SmalltriangleFill<T>(props: Partial<
|
|
2270
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
2151
2271
|
|
|
2152
2272
|
export declare namespace SmalltriangleFill {
|
|
2153
|
-
var defaultProps:
|
|
2273
|
+
var defaultProps: IconProps_89;
|
|
2154
2274
|
var displayName: string;
|
|
2155
2275
|
}
|
|
2156
2276
|
|
|
2157
|
-
export declare function SpeakerFill<T>(props: Partial<
|
|
2277
|
+
export declare function SpeakerFill<T>(props: Partial<IconProps_91> & T): ReactElement;
|
|
2158
2278
|
|
|
2159
2279
|
export declare namespace SpeakerFill {
|
|
2160
|
-
var defaultProps:
|
|
2280
|
+
var defaultProps: IconProps_91;
|
|
2161
2281
|
var displayName: string;
|
|
2162
2282
|
}
|
|
2163
2283
|
|
|
2164
|
-
export declare function SpeakeroffFill<T>(props: Partial<
|
|
2284
|
+
export declare function SpeakeroffFill<T>(props: Partial<IconProps_92> & T): ReactElement;
|
|
2165
2285
|
|
|
2166
2286
|
export declare namespace SpeakeroffFill {
|
|
2167
|
-
var defaultProps:
|
|
2287
|
+
var defaultProps: IconProps_92;
|
|
2168
2288
|
var displayName: string;
|
|
2169
2289
|
}
|
|
2170
2290
|
|
|
2171
|
-
export declare function StarFill<T>(props: Partial<
|
|
2291
|
+
export declare function StarFill<T>(props: Partial<IconProps_93> & T): ReactElement;
|
|
2172
2292
|
|
|
2173
2293
|
export declare namespace StarFill {
|
|
2174
|
-
var defaultProps:
|
|
2294
|
+
var defaultProps: IconProps_93;
|
|
2175
2295
|
var displayName: string;
|
|
2176
2296
|
}
|
|
2177
2297
|
|
|
2178
|
-
export declare function Success<T>(props: Partial<
|
|
2298
|
+
export declare function Success<T>(props: Partial<IconProps_95> & T): ReactElement;
|
|
2179
2299
|
|
|
2180
2300
|
export declare namespace Success {
|
|
2181
|
-
var defaultProps:
|
|
2301
|
+
var defaultProps: IconProps_95;
|
|
2182
2302
|
var displayName: string;
|
|
2183
2303
|
}
|
|
2184
2304
|
|
|
2185
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
2305
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_94> & T): ReactElement;
|
|
2186
2306
|
|
|
2187
2307
|
export declare namespace SuccessFill {
|
|
2188
|
-
var defaultProps:
|
|
2308
|
+
var defaultProps: IconProps_94;
|
|
2189
2309
|
var displayName: string;
|
|
2190
2310
|
}
|
|
2191
2311
|
|
|
2192
|
-
export declare function Time<T>(props: Partial<
|
|
2312
|
+
export declare function Time<T>(props: Partial<IconProps_97> & T): ReactElement;
|
|
2193
2313
|
|
|
2194
2314
|
export declare namespace Time {
|
|
2195
|
-
var defaultProps:
|
|
2315
|
+
var defaultProps: IconProps_97;
|
|
2196
2316
|
var displayName: string;
|
|
2197
2317
|
}
|
|
2198
2318
|
|
|
2199
|
-
export declare function TimeFill<T>(props: Partial<
|
|
2319
|
+
export declare function TimeFill<T>(props: Partial<IconProps_96> & T): ReactElement;
|
|
2200
2320
|
|
|
2201
2321
|
export declare namespace TimeFill {
|
|
2202
|
-
var defaultProps:
|
|
2322
|
+
var defaultProps: IconProps_96;
|
|
2203
2323
|
var displayName: string;
|
|
2204
2324
|
}
|
|
2205
2325
|
|
|
2206
|
-
export declare function Unselected<T>(props: Partial<
|
|
2326
|
+
export declare function Unselected<T>(props: Partial<IconProps_99> & T): ReactElement;
|
|
2207
2327
|
|
|
2208
2328
|
export declare namespace Unselected {
|
|
2209
|
-
var defaultProps:
|
|
2329
|
+
var defaultProps: IconProps_99;
|
|
2210
2330
|
var displayName: string;
|
|
2211
2331
|
}
|
|
2212
2332
|
|
|
2213
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
2333
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_98> & T): ReactElement;
|
|
2214
2334
|
|
|
2215
2335
|
export declare namespace UnselectedRectangle {
|
|
2216
|
-
var defaultProps:
|
|
2336
|
+
var defaultProps: IconProps_98;
|
|
2217
2337
|
var displayName: string;
|
|
2218
2338
|
}
|
|
2219
2339
|
|
|
2220
|
-
export declare function UpFill<T>(props: Partial<
|
|
2340
|
+
export declare function UpFill<T>(props: Partial<IconProps_100> & T): ReactElement;
|
|
2221
2341
|
|
|
2222
2342
|
export declare namespace UpFill {
|
|
2223
|
-
var defaultProps:
|
|
2343
|
+
var defaultProps: IconProps_100;
|
|
2224
2344
|
var displayName: string;
|
|
2225
2345
|
}
|
|
2226
2346
|
|
|
2227
|
-
export declare function User<T>(props: Partial<
|
|
2347
|
+
export declare function User<T>(props: Partial<IconProps_101> & T): ReactElement;
|
|
2228
2348
|
|
|
2229
2349
|
export declare namespace User {
|
|
2230
|
-
var defaultProps:
|
|
2350
|
+
var defaultProps: IconProps_101;
|
|
2231
2351
|
var displayName: string;
|
|
2232
2352
|
}
|
|
2233
2353
|
|
|
2234
|
-
export declare function Visible<T>(props: Partial<
|
|
2354
|
+
export declare function Visible<T>(props: Partial<IconProps_102> & T): ReactElement;
|
|
2235
2355
|
|
|
2236
2356
|
export declare namespace Visible {
|
|
2237
|
-
var defaultProps:
|
|
2357
|
+
var defaultProps: IconProps_102;
|
|
2238
2358
|
var displayName: string;
|
|
2239
2359
|
}
|
|
2240
2360
|
|
|
2241
|
-
export declare function Voicemail<T>(props: Partial<
|
|
2361
|
+
export declare function Voicemail<T>(props: Partial<IconProps_103> & T): ReactElement;
|
|
2242
2362
|
|
|
2243
2363
|
export declare namespace Voicemail {
|
|
2244
|
-
var defaultProps:
|
|
2364
|
+
var defaultProps: IconProps_103;
|
|
2245
2365
|
var displayName: string;
|
|
2246
2366
|
}
|
|
2247
2367
|
|
|
2248
|
-
export declare function Warning<T>(props: Partial<
|
|
2368
|
+
export declare function Warning<T>(props: Partial<IconProps_105> & T): ReactElement;
|
|
2249
2369
|
|
|
2250
2370
|
export declare namespace Warning {
|
|
2251
|
-
var defaultProps:
|
|
2371
|
+
var defaultProps: IconProps_105;
|
|
2252
2372
|
var displayName: string;
|
|
2253
2373
|
}
|
|
2254
2374
|
|
|
2255
|
-
export declare function WarningFill<T>(props: Partial<
|
|
2375
|
+
export declare function WarningFill<T>(props: Partial<IconProps_104> & T): ReactElement;
|
|
2256
2376
|
|
|
2257
2377
|
export declare namespace WarningFill {
|
|
2258
|
-
var defaultProps:
|
|
2378
|
+
var defaultProps: IconProps_104;
|
|
2259
2379
|
var displayName: string;
|
|
2260
2380
|
}
|
|
2261
2381
|
|
|
2262
|
-
export declare function WechatBack<T>(props: Partial<
|
|
2382
|
+
export declare function WechatBack<T>(props: Partial<IconProps_106> & T): ReactElement;
|
|
2263
2383
|
|
|
2264
2384
|
export declare namespace WechatBack {
|
|
2265
|
-
var defaultProps:
|
|
2385
|
+
var defaultProps: IconProps_106;
|
|
2266
2386
|
var displayName: string;
|
|
2267
2387
|
}
|
|
2268
2388
|
|
|
2269
|
-
export declare function WechatFill<T>(props: Partial<
|
|
2389
|
+
export declare function WechatFill<T>(props: Partial<IconProps_107> & T): ReactElement;
|
|
2270
2390
|
|
|
2271
2391
|
export declare namespace WechatFill {
|
|
2272
|
-
var defaultProps:
|
|
2392
|
+
var defaultProps: IconProps_107;
|
|
2273
2393
|
var displayName: string;
|
|
2274
2394
|
}
|
|
2275
2395
|
|
|
2276
|
-
export declare function YinanbingliFill<T>(props: Partial<
|
|
2396
|
+
export declare function YinanbingliFill<T>(props: Partial<IconProps_108> & T): ReactElement;
|
|
2277
2397
|
|
|
2278
2398
|
export declare namespace YinanbingliFill {
|
|
2279
|
-
var defaultProps:
|
|
2399
|
+
var defaultProps: IconProps_108;
|
|
2280
2400
|
var displayName: string;
|
|
2281
2401
|
}
|
|
2282
2402
|
|
|
2283
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
2403
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_109> & T): ReactElement;
|
|
2284
2404
|
|
|
2285
2405
|
export declare namespace YishengjingxuanFill {
|
|
2286
|
-
var defaultProps:
|
|
2406
|
+
var defaultProps: IconProps_109;
|
|
2287
2407
|
var displayName: string;
|
|
2288
2408
|
}
|
|
2289
2409
|
|
|
2290
|
-
export declare function Zhuangrenxiezhu<T>(props: Partial<
|
|
2410
|
+
export declare function Zhuangrenxiezhu<T>(props: Partial<IconProps_110> & T): ReactElement;
|
|
2291
2411
|
|
|
2292
2412
|
export declare namespace Zhuangrenxiezhu {
|
|
2293
|
-
var defaultProps:
|
|
2413
|
+
var defaultProps: IconProps_110;
|
|
2294
2414
|
var displayName: string;
|
|
2295
2415
|
}
|
|
2296
2416
|
|
|
2297
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
2417
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_111> & T): ReactElement;
|
|
2298
2418
|
|
|
2299
2419
|
export declare namespace ZhuyuanxiezhuFill {
|
|
2300
|
-
var defaultProps:
|
|
2420
|
+
var defaultProps: IconProps_111;
|
|
2301
2421
|
var displayName: string;
|
|
2302
2422
|
}
|
|
2303
2423
|
|