@mijadesign/mobile-icons 1.0.0-beta.6 → 1.0.0-beta.8
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/AdultManColor.js +1 -1
- package/dist/es/icons/AdultWomanColor.js +1 -1
- package/dist/es/icons/BoyColor.js +1 -1
- package/dist/es/icons/ClaimsDetailColor.js +4 -4
- package/dist/es/icons/DaibingkebaoFill.js +55 -0
- package/dist/es/icons/DirectClaimsColor.js +1 -1
- package/dist/es/icons/DynamicLoading.js +54 -0
- package/dist/es/icons/GeneraoInfoColor.js +1 -1
- package/dist/es/icons/GirlColor.js +1 -1
- package/dist/es/icons/LoginOffColor.js +5 -5
- package/dist/es/icons/LoginOnColor.js +1 -1
- package/dist/es/icons/QuickClaimsColor.js +1 -1
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +2 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_icon.css +1 -1
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +142 -104
- package/dist/types/mobile-icons.mjs +853 -752
- package/package.json +4 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -30,17 +30,17 @@ export declare namespace Addressbook {
|
|
|
30
30
|
var displayName: string;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
export declare function AdultManColor<T>(props: Partial<
|
|
33
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_65;
|
|
37
37
|
var displayName: string;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_66;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -114,10 +114,10 @@ export declare namespace BarrackFill {
|
|
|
114
114
|
var displayName: string;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
export declare function BoyColor<T>(props: Partial<
|
|
117
|
+
export declare function BoyColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
118
118
|
|
|
119
119
|
export declare namespace BoyColor {
|
|
120
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_67;
|
|
121
121
|
var displayName: string;
|
|
122
122
|
}
|
|
123
123
|
|
|
@@ -156,10 +156,10 @@ export declare namespace CheckmarkFill {
|
|
|
156
156
|
var displayName: string;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
159
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
160
160
|
|
|
161
161
|
export declare namespace ClaimsDetailColor {
|
|
162
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_68;
|
|
163
163
|
var displayName: string;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -177,87 +177,101 @@ export declare namespace Customer {
|
|
|
177
177
|
var displayName: string;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
export declare function
|
|
180
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
181
|
+
|
|
182
|
+
export declare namespace DaibingkebaoFill {
|
|
183
|
+
var defaultProps: IconProps_23;
|
|
184
|
+
var displayName: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export declare function Delete<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
181
188
|
|
|
182
189
|
export declare namespace Delete {
|
|
183
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_25;
|
|
184
191
|
var displayName: string;
|
|
185
192
|
}
|
|
186
193
|
|
|
187
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
194
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace DeleteFill {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_24;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
201
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
195
202
|
|
|
196
203
|
export declare namespace DirectClaimsColor {
|
|
197
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_69;
|
|
198
205
|
var displayName: string;
|
|
199
206
|
}
|
|
200
207
|
|
|
201
|
-
export declare function DownFill<T>(props: Partial<
|
|
208
|
+
export declare function DownFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
202
209
|
|
|
203
210
|
export declare namespace DownFill {
|
|
204
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
212
|
+
var displayName: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
216
|
+
|
|
217
|
+
export declare namespace DynamicLoading {
|
|
218
|
+
var defaultProps: IconProps_70;
|
|
205
219
|
var displayName: string;
|
|
206
220
|
}
|
|
207
221
|
|
|
208
|
-
export declare function Failure<T>(props: Partial<
|
|
222
|
+
export declare function Failure<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
export declare namespace Failure {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
|
|
215
|
-
export declare function FailureFill<T>(props: Partial<
|
|
229
|
+
export declare function FailureFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
216
230
|
|
|
217
231
|
export declare namespace FailureFill {
|
|
218
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_27;
|
|
219
233
|
var displayName: string;
|
|
220
234
|
}
|
|
221
235
|
|
|
222
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
236
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
223
237
|
|
|
224
238
|
export declare namespace FamilyFill {
|
|
225
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_29;
|
|
226
240
|
var displayName: string;
|
|
227
241
|
}
|
|
228
242
|
|
|
229
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
243
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
230
244
|
|
|
231
245
|
export declare namespace GeneraoInfoColor {
|
|
232
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_71;
|
|
233
247
|
var displayName: string;
|
|
234
248
|
}
|
|
235
249
|
|
|
236
|
-
export declare function GirlColor<T>(props: Partial<
|
|
250
|
+
export declare function GirlColor<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
237
251
|
|
|
238
252
|
export declare namespace GirlColor {
|
|
239
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_72;
|
|
240
254
|
var displayName: string;
|
|
241
255
|
}
|
|
242
256
|
|
|
243
|
-
export declare function Guarantee<T>(props: Partial<
|
|
257
|
+
export declare function Guarantee<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
244
258
|
|
|
245
259
|
export declare namespace Guarantee {
|
|
246
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_31;
|
|
247
261
|
var displayName: string;
|
|
248
262
|
}
|
|
249
263
|
|
|
250
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
264
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
251
265
|
|
|
252
266
|
export declare namespace GuaranteeFill {
|
|
253
|
-
var defaultProps:
|
|
267
|
+
var defaultProps: IconProps_30;
|
|
254
268
|
var displayName: string;
|
|
255
269
|
}
|
|
256
270
|
|
|
257
|
-
export declare function Home<T>(props: Partial<
|
|
271
|
+
export declare function Home<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
258
272
|
|
|
259
273
|
export declare namespace Home {
|
|
260
|
-
var defaultProps:
|
|
274
|
+
var defaultProps: IconProps_32;
|
|
261
275
|
var displayName: string;
|
|
262
276
|
}
|
|
263
277
|
|
|
@@ -1049,12 +1063,14 @@ declare interface IconProps_63 {
|
|
|
1049
1063
|
}
|
|
1050
1064
|
|
|
1051
1065
|
declare interface IconProps_64 {
|
|
1066
|
+
size: string | number;
|
|
1052
1067
|
classPrefix: string;
|
|
1068
|
+
color: string;
|
|
1053
1069
|
tag: keyof ReactHTML;
|
|
1054
|
-
|
|
1070
|
+
logValue?: string;
|
|
1055
1071
|
onClick: (e: MouseEvent) => void;
|
|
1072
|
+
fontClassName: string;
|
|
1056
1073
|
className: string;
|
|
1057
|
-
logValue?: string;
|
|
1058
1074
|
style: React_2.CSSProperties;
|
|
1059
1075
|
children: React_2.ReactNode;
|
|
1060
1076
|
}
|
|
@@ -1171,6 +1187,28 @@ declare interface IconProps_73 {
|
|
|
1171
1187
|
children: React_2.ReactNode;
|
|
1172
1188
|
}
|
|
1173
1189
|
|
|
1190
|
+
declare interface IconProps_74 {
|
|
1191
|
+
classPrefix: string;
|
|
1192
|
+
tag: keyof ReactHTML;
|
|
1193
|
+
size: string | number;
|
|
1194
|
+
onClick: (e: MouseEvent) => void;
|
|
1195
|
+
className: string;
|
|
1196
|
+
logValue?: string;
|
|
1197
|
+
style: React_2.CSSProperties;
|
|
1198
|
+
children: React_2.ReactNode;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
declare interface IconProps_75 {
|
|
1202
|
+
classPrefix: string;
|
|
1203
|
+
tag: keyof ReactHTML;
|
|
1204
|
+
size: string | number;
|
|
1205
|
+
onClick: (e: MouseEvent) => void;
|
|
1206
|
+
className: string;
|
|
1207
|
+
logValue?: string;
|
|
1208
|
+
style: React_2.CSSProperties;
|
|
1209
|
+
children: React_2.ReactNode;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1174
1212
|
declare interface IconProps_8 {
|
|
1175
1213
|
size: string | number;
|
|
1176
1214
|
classPrefix: string;
|
|
@@ -1197,248 +1235,248 @@ declare interface IconProps_9 {
|
|
|
1197
1235
|
children: React_2.ReactNode;
|
|
1198
1236
|
}
|
|
1199
1237
|
|
|
1200
|
-
export declare function Information<T>(props: Partial<
|
|
1238
|
+
export declare function Information<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1201
1239
|
|
|
1202
1240
|
export declare namespace Information {
|
|
1203
|
-
var defaultProps:
|
|
1241
|
+
var defaultProps: IconProps_34;
|
|
1204
1242
|
var displayName: string;
|
|
1205
1243
|
}
|
|
1206
1244
|
|
|
1207
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1245
|
+
export declare function InformationFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1208
1246
|
|
|
1209
1247
|
export declare namespace InformationFill {
|
|
1210
|
-
var defaultProps:
|
|
1248
|
+
var defaultProps: IconProps_33;
|
|
1211
1249
|
var displayName: string;
|
|
1212
1250
|
}
|
|
1213
1251
|
|
|
1214
|
-
export declare function Invisible<T>(props: Partial<
|
|
1252
|
+
export declare function Invisible<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1215
1253
|
|
|
1216
1254
|
export declare namespace Invisible {
|
|
1217
|
-
var defaultProps:
|
|
1255
|
+
var defaultProps: IconProps_35;
|
|
1218
1256
|
var displayName: string;
|
|
1219
1257
|
}
|
|
1220
1258
|
|
|
1221
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1259
|
+
export declare function LeftFill<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1222
1260
|
|
|
1223
1261
|
export declare namespace LeftFill {
|
|
1224
|
-
var defaultProps:
|
|
1262
|
+
var defaultProps: IconProps_36;
|
|
1225
1263
|
var displayName: string;
|
|
1226
1264
|
}
|
|
1227
1265
|
|
|
1228
|
-
export declare function Loading<T>(props: Partial<
|
|
1266
|
+
export declare function Loading<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1229
1267
|
|
|
1230
1268
|
export declare namespace Loading {
|
|
1231
|
-
var defaultProps:
|
|
1269
|
+
var defaultProps: IconProps_37;
|
|
1232
1270
|
var displayName: string;
|
|
1233
1271
|
}
|
|
1234
1272
|
|
|
1235
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1273
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1236
1274
|
|
|
1237
1275
|
export declare namespace LoginOffColor {
|
|
1238
|
-
var defaultProps:
|
|
1276
|
+
var defaultProps: IconProps_73;
|
|
1239
1277
|
var displayName: string;
|
|
1240
1278
|
}
|
|
1241
1279
|
|
|
1242
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1280
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1243
1281
|
|
|
1244
1282
|
export declare namespace LoginOnColor {
|
|
1245
|
-
var defaultProps:
|
|
1283
|
+
var defaultProps: IconProps_74;
|
|
1246
1284
|
var displayName: string;
|
|
1247
1285
|
}
|
|
1248
1286
|
|
|
1249
|
-
export declare function Modify<T>(props: Partial<
|
|
1287
|
+
export declare function Modify<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1250
1288
|
|
|
1251
1289
|
export declare namespace Modify {
|
|
1252
|
-
var defaultProps:
|
|
1290
|
+
var defaultProps: IconProps_38;
|
|
1253
1291
|
var displayName: string;
|
|
1254
1292
|
}
|
|
1255
1293
|
|
|
1256
|
-
export declare function Plus<T>(props: Partial<
|
|
1294
|
+
export declare function Plus<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1257
1295
|
|
|
1258
1296
|
export declare namespace Plus {
|
|
1259
|
-
var defaultProps:
|
|
1297
|
+
var defaultProps: IconProps_39;
|
|
1260
1298
|
var displayName: string;
|
|
1261
1299
|
}
|
|
1262
1300
|
|
|
1263
|
-
export declare function Position<T>(props: Partial<
|
|
1301
|
+
export declare function Position<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1264
1302
|
|
|
1265
1303
|
export declare namespace Position {
|
|
1266
|
-
var defaultProps:
|
|
1304
|
+
var defaultProps: IconProps_40;
|
|
1267
1305
|
var displayName: string;
|
|
1268
1306
|
}
|
|
1269
1307
|
|
|
1270
|
-
export declare function Problem<T>(props: Partial<
|
|
1308
|
+
export declare function Problem<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1271
1309
|
|
|
1272
1310
|
export declare namespace Problem {
|
|
1273
|
-
var defaultProps:
|
|
1311
|
+
var defaultProps: IconProps_42;
|
|
1274
1312
|
var displayName: string;
|
|
1275
1313
|
}
|
|
1276
1314
|
|
|
1277
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1315
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1278
1316
|
|
|
1279
1317
|
export declare namespace ProblemFill {
|
|
1280
|
-
var defaultProps:
|
|
1318
|
+
var defaultProps: IconProps_41;
|
|
1281
1319
|
var displayName: string;
|
|
1282
1320
|
}
|
|
1283
1321
|
|
|
1284
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1322
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1285
1323
|
|
|
1286
1324
|
export declare namespace Prohibitselected {
|
|
1287
|
-
var defaultProps:
|
|
1325
|
+
var defaultProps: IconProps_44;
|
|
1288
1326
|
var displayName: string;
|
|
1289
1327
|
}
|
|
1290
1328
|
|
|
1291
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1329
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1292
1330
|
|
|
1293
1331
|
export declare namespace ProhibitselectedRectangle {
|
|
1294
|
-
var defaultProps:
|
|
1332
|
+
var defaultProps: IconProps_43;
|
|
1295
1333
|
var displayName: string;
|
|
1296
1334
|
}
|
|
1297
1335
|
|
|
1298
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1336
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
1299
1337
|
|
|
1300
1338
|
export declare namespace QuickClaimsColor {
|
|
1301
|
-
var defaultProps:
|
|
1339
|
+
var defaultProps: IconProps_75;
|
|
1302
1340
|
var displayName: string;
|
|
1303
1341
|
}
|
|
1304
1342
|
|
|
1305
|
-
export declare function Remind<T>(props: Partial<
|
|
1343
|
+
export declare function Remind<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1306
1344
|
|
|
1307
1345
|
export declare namespace Remind {
|
|
1308
|
-
var defaultProps:
|
|
1346
|
+
var defaultProps: IconProps_45;
|
|
1309
1347
|
var displayName: string;
|
|
1310
1348
|
}
|
|
1311
1349
|
|
|
1312
|
-
export declare function RightFill<T>(props: Partial<
|
|
1350
|
+
export declare function RightFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1313
1351
|
|
|
1314
1352
|
export declare namespace RightFill {
|
|
1315
|
-
var defaultProps:
|
|
1353
|
+
var defaultProps: IconProps_46;
|
|
1316
1354
|
var displayName: string;
|
|
1317
1355
|
}
|
|
1318
1356
|
|
|
1319
|
-
export declare function Search<T>(props: Partial<
|
|
1357
|
+
export declare function Search<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1320
1358
|
|
|
1321
1359
|
export declare namespace Search {
|
|
1322
|
-
var defaultProps:
|
|
1360
|
+
var defaultProps: IconProps_47;
|
|
1323
1361
|
var displayName: string;
|
|
1324
1362
|
}
|
|
1325
1363
|
|
|
1326
|
-
export declare function Selected<T>(props: Partial<
|
|
1364
|
+
export declare function Selected<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1327
1365
|
|
|
1328
1366
|
export declare namespace Selected {
|
|
1329
|
-
var defaultProps:
|
|
1367
|
+
var defaultProps: IconProps_50;
|
|
1330
1368
|
var displayName: string;
|
|
1331
1369
|
}
|
|
1332
1370
|
|
|
1333
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1371
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1334
1372
|
|
|
1335
1373
|
export declare namespace SelectedFill {
|
|
1336
|
-
var defaultProps:
|
|
1374
|
+
var defaultProps: IconProps_48;
|
|
1337
1375
|
var displayName: string;
|
|
1338
1376
|
}
|
|
1339
1377
|
|
|
1340
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1378
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1341
1379
|
|
|
1342
1380
|
export declare namespace SelectedminusFill {
|
|
1343
|
-
var defaultProps:
|
|
1381
|
+
var defaultProps: IconProps_51;
|
|
1344
1382
|
var displayName: string;
|
|
1345
1383
|
}
|
|
1346
1384
|
|
|
1347
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1385
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1348
1386
|
|
|
1349
1387
|
export declare namespace SelectedminusRectangleFill {
|
|
1350
|
-
var defaultProps:
|
|
1388
|
+
var defaultProps: IconProps_52;
|
|
1351
1389
|
var displayName: string;
|
|
1352
1390
|
}
|
|
1353
1391
|
|
|
1354
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1392
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1355
1393
|
|
|
1356
1394
|
export declare namespace SelectedRectangleFill {
|
|
1357
|
-
var defaultProps:
|
|
1395
|
+
var defaultProps: IconProps_49;
|
|
1358
1396
|
var displayName: string;
|
|
1359
1397
|
}
|
|
1360
1398
|
|
|
1361
|
-
export declare function Success<T>(props: Partial<
|
|
1399
|
+
export declare function Success<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1362
1400
|
|
|
1363
1401
|
export declare namespace Success {
|
|
1364
|
-
var defaultProps:
|
|
1402
|
+
var defaultProps: IconProps_54;
|
|
1365
1403
|
var displayName: string;
|
|
1366
1404
|
}
|
|
1367
1405
|
|
|
1368
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1406
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1369
1407
|
|
|
1370
1408
|
export declare namespace SuccessFill {
|
|
1371
|
-
var defaultProps:
|
|
1409
|
+
var defaultProps: IconProps_53;
|
|
1372
1410
|
var displayName: string;
|
|
1373
1411
|
}
|
|
1374
1412
|
|
|
1375
|
-
export declare function Time<T>(props: Partial<
|
|
1413
|
+
export declare function Time<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1376
1414
|
|
|
1377
1415
|
export declare namespace Time {
|
|
1378
|
-
var defaultProps:
|
|
1416
|
+
var defaultProps: IconProps_56;
|
|
1379
1417
|
var displayName: string;
|
|
1380
1418
|
}
|
|
1381
1419
|
|
|
1382
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1420
|
+
export declare function TimeFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1383
1421
|
|
|
1384
1422
|
export declare namespace TimeFill {
|
|
1385
|
-
var defaultProps:
|
|
1423
|
+
var defaultProps: IconProps_55;
|
|
1386
1424
|
var displayName: string;
|
|
1387
1425
|
}
|
|
1388
1426
|
|
|
1389
|
-
export declare function Unselected<T>(props: Partial<
|
|
1427
|
+
export declare function Unselected<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1390
1428
|
|
|
1391
1429
|
export declare namespace Unselected {
|
|
1392
|
-
var defaultProps:
|
|
1430
|
+
var defaultProps: IconProps_58;
|
|
1393
1431
|
var displayName: string;
|
|
1394
1432
|
}
|
|
1395
1433
|
|
|
1396
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1434
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1397
1435
|
|
|
1398
1436
|
export declare namespace UnselectedRectangle {
|
|
1399
|
-
var defaultProps:
|
|
1437
|
+
var defaultProps: IconProps_57;
|
|
1400
1438
|
var displayName: string;
|
|
1401
1439
|
}
|
|
1402
1440
|
|
|
1403
|
-
export declare function UpFill<T>(props: Partial<
|
|
1441
|
+
export declare function UpFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1404
1442
|
|
|
1405
1443
|
export declare namespace UpFill {
|
|
1406
|
-
var defaultProps:
|
|
1444
|
+
var defaultProps: IconProps_59;
|
|
1407
1445
|
var displayName: string;
|
|
1408
1446
|
}
|
|
1409
1447
|
|
|
1410
|
-
export declare function User<T>(props: Partial<
|
|
1448
|
+
export declare function User<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1411
1449
|
|
|
1412
1450
|
export declare namespace User {
|
|
1413
|
-
var defaultProps:
|
|
1451
|
+
var defaultProps: IconProps_60;
|
|
1414
1452
|
var displayName: string;
|
|
1415
1453
|
}
|
|
1416
1454
|
|
|
1417
|
-
export declare function Visible<T>(props: Partial<
|
|
1455
|
+
export declare function Visible<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1418
1456
|
|
|
1419
1457
|
export declare namespace Visible {
|
|
1420
|
-
var defaultProps:
|
|
1458
|
+
var defaultProps: IconProps_61;
|
|
1421
1459
|
var displayName: string;
|
|
1422
1460
|
}
|
|
1423
1461
|
|
|
1424
|
-
export declare function Warning<T>(props: Partial<
|
|
1462
|
+
export declare function Warning<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1425
1463
|
|
|
1426
1464
|
export declare namespace Warning {
|
|
1427
|
-
var defaultProps:
|
|
1465
|
+
var defaultProps: IconProps_63;
|
|
1428
1466
|
var displayName: string;
|
|
1429
1467
|
}
|
|
1430
1468
|
|
|
1431
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1469
|
+
export declare function WarningFill<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1432
1470
|
|
|
1433
1471
|
export declare namespace WarningFill {
|
|
1434
|
-
var defaultProps:
|
|
1472
|
+
var defaultProps: IconProps_62;
|
|
1435
1473
|
var displayName: string;
|
|
1436
1474
|
}
|
|
1437
1475
|
|
|
1438
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1476
|
+
export declare function WechatBack<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1439
1477
|
|
|
1440
1478
|
export declare namespace WechatBack {
|
|
1441
|
-
var defaultProps:
|
|
1479
|
+
var defaultProps: IconProps_64;
|
|
1442
1480
|
var displayName: string;
|
|
1443
1481
|
}
|
|
1444
1482
|
|