@mijadesign/mobile-icons 1.0.0-beta.4 → 1.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/Change.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +1 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +128 -108
- package/dist/types/mobile-icons.mjs +969 -918
- package/package.json +1 -1
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_62> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_62;
|
|
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_63> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_63;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -107,10 +107,10 @@ export declare namespace Bankcard {
|
|
|
107
107
|
var displayName: string;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
export declare function BoyColor<T>(props: Partial<
|
|
110
|
+
export declare function BoyColor<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
111
111
|
|
|
112
112
|
export declare namespace BoyColor {
|
|
113
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_64;
|
|
114
114
|
var displayName: string;
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -135,108 +135,115 @@ export declare namespace CameraFill {
|
|
|
135
135
|
var displayName: string;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
export declare function
|
|
138
|
+
export declare function Change<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
|
+
|
|
140
|
+
export declare namespace Change {
|
|
141
|
+
var defaultProps: IconProps_18;
|
|
142
|
+
var displayName: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace ClaimsDetailColor {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_65;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Close<T>(props: Partial<
|
|
152
|
+
export declare function Close<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Close {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_19;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function Customer<T>(props: Partial<
|
|
159
|
+
export declare function Customer<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace Customer {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_20;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function Delete<T>(props: Partial<
|
|
166
|
+
export declare function Delete<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace Delete {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_22;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
173
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace DeleteFill {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
180
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
174
181
|
|
|
175
182
|
export declare namespace DirectClaimsColor {
|
|
176
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_66;
|
|
177
184
|
var displayName: string;
|
|
178
185
|
}
|
|
179
186
|
|
|
180
|
-
export declare function DownFill<T>(props: Partial<
|
|
187
|
+
export declare function DownFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
181
188
|
|
|
182
189
|
export declare namespace DownFill {
|
|
183
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_23;
|
|
184
191
|
var displayName: string;
|
|
185
192
|
}
|
|
186
193
|
|
|
187
|
-
export declare function Failure<T>(props: Partial<
|
|
194
|
+
export declare function Failure<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace Failure {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function FailureFill<T>(props: Partial<
|
|
201
|
+
export declare function FailureFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
195
202
|
|
|
196
203
|
export declare namespace FailureFill {
|
|
197
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_24;
|
|
198
205
|
var displayName: string;
|
|
199
206
|
}
|
|
200
207
|
|
|
201
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
208
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
202
209
|
|
|
203
210
|
export declare namespace FamilyFill {
|
|
204
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
205
212
|
var displayName: string;
|
|
206
213
|
}
|
|
207
214
|
|
|
208
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
215
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
209
216
|
|
|
210
217
|
export declare namespace GeneraoInfoColor {
|
|
211
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_67;
|
|
212
219
|
var displayName: string;
|
|
213
220
|
}
|
|
214
221
|
|
|
215
|
-
export declare function GirlColor<T>(props: Partial<
|
|
222
|
+
export declare function GirlColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
216
223
|
|
|
217
224
|
export declare namespace GirlColor {
|
|
218
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_68;
|
|
219
226
|
var displayName: string;
|
|
220
227
|
}
|
|
221
228
|
|
|
222
|
-
export declare function Guarantee<T>(props: Partial<
|
|
229
|
+
export declare function Guarantee<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
223
230
|
|
|
224
231
|
export declare namespace Guarantee {
|
|
225
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_28;
|
|
226
233
|
var displayName: string;
|
|
227
234
|
}
|
|
228
235
|
|
|
229
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
236
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
230
237
|
|
|
231
238
|
export declare namespace GuaranteeFill {
|
|
232
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_27;
|
|
233
240
|
var displayName: string;
|
|
234
241
|
}
|
|
235
242
|
|
|
236
|
-
export declare function Home<T>(props: Partial<
|
|
243
|
+
export declare function Home<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
237
244
|
|
|
238
245
|
export declare namespace Home {
|
|
239
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_29;
|
|
240
247
|
var displayName: string;
|
|
241
248
|
}
|
|
242
249
|
|
|
@@ -989,12 +996,14 @@ declare interface IconProps_60 {
|
|
|
989
996
|
}
|
|
990
997
|
|
|
991
998
|
declare interface IconProps_61 {
|
|
999
|
+
size: string | number;
|
|
992
1000
|
classPrefix: string;
|
|
1001
|
+
color: string;
|
|
993
1002
|
tag: keyof ReactHTML;
|
|
994
|
-
|
|
1003
|
+
logValue?: string;
|
|
995
1004
|
onClick: (e: MouseEvent) => void;
|
|
1005
|
+
fontClassName: string;
|
|
996
1006
|
className: string;
|
|
997
|
-
logValue?: string;
|
|
998
1007
|
style: React_2.CSSProperties;
|
|
999
1008
|
children: React_2.ReactNode;
|
|
1000
1009
|
}
|
|
@@ -1111,6 +1120,17 @@ declare interface IconProps_70 {
|
|
|
1111
1120
|
children: React_2.ReactNode;
|
|
1112
1121
|
}
|
|
1113
1122
|
|
|
1123
|
+
declare interface IconProps_71 {
|
|
1124
|
+
classPrefix: string;
|
|
1125
|
+
tag: keyof ReactHTML;
|
|
1126
|
+
size: string | number;
|
|
1127
|
+
onClick: (e: MouseEvent) => void;
|
|
1128
|
+
className: string;
|
|
1129
|
+
logValue?: string;
|
|
1130
|
+
style: React_2.CSSProperties;
|
|
1131
|
+
children: React_2.ReactNode;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1114
1134
|
declare interface IconProps_8 {
|
|
1115
1135
|
size: string | number;
|
|
1116
1136
|
classPrefix: string;
|
|
@@ -1137,248 +1157,248 @@ declare interface IconProps_9 {
|
|
|
1137
1157
|
children: React_2.ReactNode;
|
|
1138
1158
|
}
|
|
1139
1159
|
|
|
1140
|
-
export declare function Information<T>(props: Partial<
|
|
1160
|
+
export declare function Information<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
1141
1161
|
|
|
1142
1162
|
export declare namespace Information {
|
|
1143
|
-
var defaultProps:
|
|
1163
|
+
var defaultProps: IconProps_31;
|
|
1144
1164
|
var displayName: string;
|
|
1145
1165
|
}
|
|
1146
1166
|
|
|
1147
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1167
|
+
export declare function InformationFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
1148
1168
|
|
|
1149
1169
|
export declare namespace InformationFill {
|
|
1150
|
-
var defaultProps:
|
|
1170
|
+
var defaultProps: IconProps_30;
|
|
1151
1171
|
var displayName: string;
|
|
1152
1172
|
}
|
|
1153
1173
|
|
|
1154
|
-
export declare function Invisible<T>(props: Partial<
|
|
1174
|
+
export declare function Invisible<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
1155
1175
|
|
|
1156
1176
|
export declare namespace Invisible {
|
|
1157
|
-
var defaultProps:
|
|
1177
|
+
var defaultProps: IconProps_32;
|
|
1158
1178
|
var displayName: string;
|
|
1159
1179
|
}
|
|
1160
1180
|
|
|
1161
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1181
|
+
export declare function LeftFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1162
1182
|
|
|
1163
1183
|
export declare namespace LeftFill {
|
|
1164
|
-
var defaultProps:
|
|
1184
|
+
var defaultProps: IconProps_33;
|
|
1165
1185
|
var displayName: string;
|
|
1166
1186
|
}
|
|
1167
1187
|
|
|
1168
|
-
export declare function Loading<T>(props: Partial<
|
|
1188
|
+
export declare function Loading<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1169
1189
|
|
|
1170
1190
|
export declare namespace Loading {
|
|
1171
|
-
var defaultProps:
|
|
1191
|
+
var defaultProps: IconProps_34;
|
|
1172
1192
|
var displayName: string;
|
|
1173
1193
|
}
|
|
1174
1194
|
|
|
1175
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1195
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1176
1196
|
|
|
1177
1197
|
export declare namespace LoginOffColor {
|
|
1178
|
-
var defaultProps:
|
|
1198
|
+
var defaultProps: IconProps_69;
|
|
1179
1199
|
var displayName: string;
|
|
1180
1200
|
}
|
|
1181
1201
|
|
|
1182
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1202
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1183
1203
|
|
|
1184
1204
|
export declare namespace LoginOnColor {
|
|
1185
|
-
var defaultProps:
|
|
1205
|
+
var defaultProps: IconProps_70;
|
|
1186
1206
|
var displayName: string;
|
|
1187
1207
|
}
|
|
1188
1208
|
|
|
1189
|
-
export declare function Modify<T>(props: Partial<
|
|
1209
|
+
export declare function Modify<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1190
1210
|
|
|
1191
1211
|
export declare namespace Modify {
|
|
1192
|
-
var defaultProps:
|
|
1212
|
+
var defaultProps: IconProps_35;
|
|
1193
1213
|
var displayName: string;
|
|
1194
1214
|
}
|
|
1195
1215
|
|
|
1196
|
-
export declare function Plus<T>(props: Partial<
|
|
1216
|
+
export declare function Plus<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1197
1217
|
|
|
1198
1218
|
export declare namespace Plus {
|
|
1199
|
-
var defaultProps:
|
|
1219
|
+
var defaultProps: IconProps_36;
|
|
1200
1220
|
var displayName: string;
|
|
1201
1221
|
}
|
|
1202
1222
|
|
|
1203
|
-
export declare function Position<T>(props: Partial<
|
|
1223
|
+
export declare function Position<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1204
1224
|
|
|
1205
1225
|
export declare namespace Position {
|
|
1206
|
-
var defaultProps:
|
|
1226
|
+
var defaultProps: IconProps_37;
|
|
1207
1227
|
var displayName: string;
|
|
1208
1228
|
}
|
|
1209
1229
|
|
|
1210
|
-
export declare function Problem<T>(props: Partial<
|
|
1230
|
+
export declare function Problem<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1211
1231
|
|
|
1212
1232
|
export declare namespace Problem {
|
|
1213
|
-
var defaultProps:
|
|
1233
|
+
var defaultProps: IconProps_39;
|
|
1214
1234
|
var displayName: string;
|
|
1215
1235
|
}
|
|
1216
1236
|
|
|
1217
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1237
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1218
1238
|
|
|
1219
1239
|
export declare namespace ProblemFill {
|
|
1220
|
-
var defaultProps:
|
|
1240
|
+
var defaultProps: IconProps_38;
|
|
1221
1241
|
var displayName: string;
|
|
1222
1242
|
}
|
|
1223
1243
|
|
|
1224
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1244
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1225
1245
|
|
|
1226
1246
|
export declare namespace Prohibitselected {
|
|
1227
|
-
var defaultProps:
|
|
1247
|
+
var defaultProps: IconProps_41;
|
|
1228
1248
|
var displayName: string;
|
|
1229
1249
|
}
|
|
1230
1250
|
|
|
1231
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1251
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1232
1252
|
|
|
1233
1253
|
export declare namespace ProhibitselectedRectangle {
|
|
1234
|
-
var defaultProps:
|
|
1254
|
+
var defaultProps: IconProps_40;
|
|
1235
1255
|
var displayName: string;
|
|
1236
1256
|
}
|
|
1237
1257
|
|
|
1238
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1258
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1239
1259
|
|
|
1240
1260
|
export declare namespace QuickClaimsColor {
|
|
1241
|
-
var defaultProps:
|
|
1261
|
+
var defaultProps: IconProps_71;
|
|
1242
1262
|
var displayName: string;
|
|
1243
1263
|
}
|
|
1244
1264
|
|
|
1245
|
-
export declare function Remind<T>(props: Partial<
|
|
1265
|
+
export declare function Remind<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1246
1266
|
|
|
1247
1267
|
export declare namespace Remind {
|
|
1248
|
-
var defaultProps:
|
|
1268
|
+
var defaultProps: IconProps_42;
|
|
1249
1269
|
var displayName: string;
|
|
1250
1270
|
}
|
|
1251
1271
|
|
|
1252
|
-
export declare function RightFill<T>(props: Partial<
|
|
1272
|
+
export declare function RightFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1253
1273
|
|
|
1254
1274
|
export declare namespace RightFill {
|
|
1255
|
-
var defaultProps:
|
|
1275
|
+
var defaultProps: IconProps_43;
|
|
1256
1276
|
var displayName: string;
|
|
1257
1277
|
}
|
|
1258
1278
|
|
|
1259
|
-
export declare function Search<T>(props: Partial<
|
|
1279
|
+
export declare function Search<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1260
1280
|
|
|
1261
1281
|
export declare namespace Search {
|
|
1262
|
-
var defaultProps:
|
|
1282
|
+
var defaultProps: IconProps_44;
|
|
1263
1283
|
var displayName: string;
|
|
1264
1284
|
}
|
|
1265
1285
|
|
|
1266
|
-
export declare function Selected<T>(props: Partial<
|
|
1286
|
+
export declare function Selected<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1267
1287
|
|
|
1268
1288
|
export declare namespace Selected {
|
|
1269
|
-
var defaultProps:
|
|
1289
|
+
var defaultProps: IconProps_47;
|
|
1270
1290
|
var displayName: string;
|
|
1271
1291
|
}
|
|
1272
1292
|
|
|
1273
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1293
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1274
1294
|
|
|
1275
1295
|
export declare namespace SelectedFill {
|
|
1276
|
-
var defaultProps:
|
|
1296
|
+
var defaultProps: IconProps_45;
|
|
1277
1297
|
var displayName: string;
|
|
1278
1298
|
}
|
|
1279
1299
|
|
|
1280
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1300
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1281
1301
|
|
|
1282
1302
|
export declare namespace SelectedminusFill {
|
|
1283
|
-
var defaultProps:
|
|
1303
|
+
var defaultProps: IconProps_48;
|
|
1284
1304
|
var displayName: string;
|
|
1285
1305
|
}
|
|
1286
1306
|
|
|
1287
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1307
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1288
1308
|
|
|
1289
1309
|
export declare namespace SelectedminusRectangleFill {
|
|
1290
|
-
var defaultProps:
|
|
1310
|
+
var defaultProps: IconProps_49;
|
|
1291
1311
|
var displayName: string;
|
|
1292
1312
|
}
|
|
1293
1313
|
|
|
1294
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1314
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1295
1315
|
|
|
1296
1316
|
export declare namespace SelectedRectangleFill {
|
|
1297
|
-
var defaultProps:
|
|
1317
|
+
var defaultProps: IconProps_46;
|
|
1298
1318
|
var displayName: string;
|
|
1299
1319
|
}
|
|
1300
1320
|
|
|
1301
|
-
export declare function Success<T>(props: Partial<
|
|
1321
|
+
export declare function Success<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1302
1322
|
|
|
1303
1323
|
export declare namespace Success {
|
|
1304
|
-
var defaultProps:
|
|
1324
|
+
var defaultProps: IconProps_51;
|
|
1305
1325
|
var displayName: string;
|
|
1306
1326
|
}
|
|
1307
1327
|
|
|
1308
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1328
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1309
1329
|
|
|
1310
1330
|
export declare namespace SuccessFill {
|
|
1311
|
-
var defaultProps:
|
|
1331
|
+
var defaultProps: IconProps_50;
|
|
1312
1332
|
var displayName: string;
|
|
1313
1333
|
}
|
|
1314
1334
|
|
|
1315
|
-
export declare function Time<T>(props: Partial<
|
|
1335
|
+
export declare function Time<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1316
1336
|
|
|
1317
1337
|
export declare namespace Time {
|
|
1318
|
-
var defaultProps:
|
|
1338
|
+
var defaultProps: IconProps_53;
|
|
1319
1339
|
var displayName: string;
|
|
1320
1340
|
}
|
|
1321
1341
|
|
|
1322
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1342
|
+
export declare function TimeFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1323
1343
|
|
|
1324
1344
|
export declare namespace TimeFill {
|
|
1325
|
-
var defaultProps:
|
|
1345
|
+
var defaultProps: IconProps_52;
|
|
1326
1346
|
var displayName: string;
|
|
1327
1347
|
}
|
|
1328
1348
|
|
|
1329
|
-
export declare function Unselected<T>(props: Partial<
|
|
1349
|
+
export declare function Unselected<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1330
1350
|
|
|
1331
1351
|
export declare namespace Unselected {
|
|
1332
|
-
var defaultProps:
|
|
1352
|
+
var defaultProps: IconProps_55;
|
|
1333
1353
|
var displayName: string;
|
|
1334
1354
|
}
|
|
1335
1355
|
|
|
1336
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1356
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1337
1357
|
|
|
1338
1358
|
export declare namespace UnselectedRectangle {
|
|
1339
|
-
var defaultProps:
|
|
1359
|
+
var defaultProps: IconProps_54;
|
|
1340
1360
|
var displayName: string;
|
|
1341
1361
|
}
|
|
1342
1362
|
|
|
1343
|
-
export declare function UpFill<T>(props: Partial<
|
|
1363
|
+
export declare function UpFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1344
1364
|
|
|
1345
1365
|
export declare namespace UpFill {
|
|
1346
|
-
var defaultProps:
|
|
1366
|
+
var defaultProps: IconProps_56;
|
|
1347
1367
|
var displayName: string;
|
|
1348
1368
|
}
|
|
1349
1369
|
|
|
1350
|
-
export declare function User<T>(props: Partial<
|
|
1370
|
+
export declare function User<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1351
1371
|
|
|
1352
1372
|
export declare namespace User {
|
|
1353
|
-
var defaultProps:
|
|
1373
|
+
var defaultProps: IconProps_57;
|
|
1354
1374
|
var displayName: string;
|
|
1355
1375
|
}
|
|
1356
1376
|
|
|
1357
|
-
export declare function Visible<T>(props: Partial<
|
|
1377
|
+
export declare function Visible<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1358
1378
|
|
|
1359
1379
|
export declare namespace Visible {
|
|
1360
|
-
var defaultProps:
|
|
1380
|
+
var defaultProps: IconProps_58;
|
|
1361
1381
|
var displayName: string;
|
|
1362
1382
|
}
|
|
1363
1383
|
|
|
1364
|
-
export declare function Warning<T>(props: Partial<
|
|
1384
|
+
export declare function Warning<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1365
1385
|
|
|
1366
1386
|
export declare namespace Warning {
|
|
1367
|
-
var defaultProps:
|
|
1387
|
+
var defaultProps: IconProps_60;
|
|
1368
1388
|
var displayName: string;
|
|
1369
1389
|
}
|
|
1370
1390
|
|
|
1371
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1391
|
+
export declare function WarningFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1372
1392
|
|
|
1373
1393
|
export declare namespace WarningFill {
|
|
1374
|
-
var defaultProps:
|
|
1394
|
+
var defaultProps: IconProps_59;
|
|
1375
1395
|
var displayName: string;
|
|
1376
1396
|
}
|
|
1377
1397
|
|
|
1378
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1398
|
+
export declare function WechatBack<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1379
1399
|
|
|
1380
1400
|
export declare namespace WechatBack {
|
|
1381
|
-
var defaultProps:
|
|
1401
|
+
var defaultProps: IconProps_61;
|
|
1382
1402
|
var displayName: string;
|
|
1383
1403
|
}
|
|
1384
1404
|
|