@mijadesign/mobile-icons 1.0.0-beta.5 → 1.0.0-beta.6
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/BarrackFill.js +55 -0
- package/dist/es/icons/CheckmarkFill.js +55 -0
- 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_iconfont.css +1 -1
- package/dist/types/index.d.ts +158 -118
- package/dist/types/mobile-icons.mjs +953 -851
- 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_64> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_64;
|
|
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_65> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_65;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -107,143 +107,157 @@ export declare namespace Bankcard {
|
|
|
107
107
|
var displayName: string;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
export declare function
|
|
110
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
111
|
+
|
|
112
|
+
export declare namespace BarrackFill {
|
|
113
|
+
var defaultProps: IconProps_15;
|
|
114
|
+
var displayName: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export declare function BoyColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace BoyColor {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_66;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function Call<T>(props: Partial<
|
|
124
|
+
export declare function Call<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace Call {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_16;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function Camera<T>(props: Partial<
|
|
131
|
+
export declare function Camera<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace Camera {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_18;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function CameraFill<T>(props: Partial<
|
|
138
|
+
export declare function CameraFill<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace CameraFill {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_17;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function Change<T>(props: Partial<
|
|
145
|
+
export declare function Change<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace Change {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_19;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function
|
|
152
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
153
|
+
|
|
154
|
+
export declare namespace CheckmarkFill {
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
156
|
+
var displayName: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
146
160
|
|
|
147
161
|
export declare namespace ClaimsDetailColor {
|
|
148
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_67;
|
|
149
163
|
var displayName: string;
|
|
150
164
|
}
|
|
151
165
|
|
|
152
|
-
export declare function Close<T>(props: Partial<
|
|
166
|
+
export declare function Close<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
153
167
|
|
|
154
168
|
export declare namespace Close {
|
|
155
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_21;
|
|
156
170
|
var displayName: string;
|
|
157
171
|
}
|
|
158
172
|
|
|
159
|
-
export declare function Customer<T>(props: Partial<
|
|
173
|
+
export declare function Customer<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
160
174
|
|
|
161
175
|
export declare namespace Customer {
|
|
162
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_22;
|
|
163
177
|
var displayName: string;
|
|
164
178
|
}
|
|
165
179
|
|
|
166
|
-
export declare function Delete<T>(props: Partial<
|
|
180
|
+
export declare function Delete<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
167
181
|
|
|
168
182
|
export declare namespace Delete {
|
|
169
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_24;
|
|
170
184
|
var displayName: string;
|
|
171
185
|
}
|
|
172
186
|
|
|
173
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
187
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace DeleteFill {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_23;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
194
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace DirectClaimsColor {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_68;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function DownFill<T>(props: Partial<
|
|
201
|
+
export declare function DownFill<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace DownFill {
|
|
190
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_25;
|
|
191
205
|
var displayName: string;
|
|
192
206
|
}
|
|
193
207
|
|
|
194
|
-
export declare function Failure<T>(props: Partial<
|
|
208
|
+
export declare function Failure<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
195
209
|
|
|
196
210
|
export declare namespace Failure {
|
|
197
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_27;
|
|
198
212
|
var displayName: string;
|
|
199
213
|
}
|
|
200
214
|
|
|
201
|
-
export declare function FailureFill<T>(props: Partial<
|
|
215
|
+
export declare function FailureFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
202
216
|
|
|
203
217
|
export declare namespace FailureFill {
|
|
204
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_26;
|
|
205
219
|
var displayName: string;
|
|
206
220
|
}
|
|
207
221
|
|
|
208
|
-
export declare function FamilyFill<T>(props: Partial<
|
|
222
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
export declare namespace FamilyFill {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
|
|
215
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
229
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
216
230
|
|
|
217
231
|
export declare namespace GeneraoInfoColor {
|
|
218
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_69;
|
|
219
233
|
var displayName: string;
|
|
220
234
|
}
|
|
221
235
|
|
|
222
|
-
export declare function GirlColor<T>(props: Partial<
|
|
236
|
+
export declare function GirlColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
223
237
|
|
|
224
238
|
export declare namespace GirlColor {
|
|
225
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_70;
|
|
226
240
|
var displayName: string;
|
|
227
241
|
}
|
|
228
242
|
|
|
229
|
-
export declare function Guarantee<T>(props: Partial<
|
|
243
|
+
export declare function Guarantee<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
230
244
|
|
|
231
245
|
export declare namespace Guarantee {
|
|
232
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_30;
|
|
233
247
|
var displayName: string;
|
|
234
248
|
}
|
|
235
249
|
|
|
236
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
250
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
237
251
|
|
|
238
252
|
export declare namespace GuaranteeFill {
|
|
239
|
-
var defaultProps:
|
|
253
|
+
var defaultProps: IconProps_29;
|
|
240
254
|
var displayName: string;
|
|
241
255
|
}
|
|
242
256
|
|
|
243
|
-
export declare function Home<T>(props: Partial<
|
|
257
|
+
export declare function Home<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
244
258
|
|
|
245
259
|
export declare namespace Home {
|
|
246
|
-
var defaultProps:
|
|
260
|
+
var defaultProps: IconProps_31;
|
|
247
261
|
var displayName: string;
|
|
248
262
|
}
|
|
249
263
|
|
|
@@ -1009,23 +1023,27 @@ declare interface IconProps_61 {
|
|
|
1009
1023
|
}
|
|
1010
1024
|
|
|
1011
1025
|
declare interface IconProps_62 {
|
|
1026
|
+
size: string | number;
|
|
1012
1027
|
classPrefix: string;
|
|
1028
|
+
color: string;
|
|
1013
1029
|
tag: keyof ReactHTML;
|
|
1014
|
-
|
|
1030
|
+
logValue?: string;
|
|
1015
1031
|
onClick: (e: MouseEvent) => void;
|
|
1032
|
+
fontClassName: string;
|
|
1016
1033
|
className: string;
|
|
1017
|
-
logValue?: string;
|
|
1018
1034
|
style: React_2.CSSProperties;
|
|
1019
1035
|
children: React_2.ReactNode;
|
|
1020
1036
|
}
|
|
1021
1037
|
|
|
1022
1038
|
declare interface IconProps_63 {
|
|
1039
|
+
size: string | number;
|
|
1023
1040
|
classPrefix: string;
|
|
1041
|
+
color: string;
|
|
1024
1042
|
tag: keyof ReactHTML;
|
|
1025
|
-
|
|
1043
|
+
logValue?: string;
|
|
1026
1044
|
onClick: (e: MouseEvent) => void;
|
|
1045
|
+
fontClassName: string;
|
|
1027
1046
|
className: string;
|
|
1028
|
-
logValue?: string;
|
|
1029
1047
|
style: React_2.CSSProperties;
|
|
1030
1048
|
children: React_2.ReactNode;
|
|
1031
1049
|
}
|
|
@@ -1131,6 +1149,28 @@ declare interface IconProps_71 {
|
|
|
1131
1149
|
children: React_2.ReactNode;
|
|
1132
1150
|
}
|
|
1133
1151
|
|
|
1152
|
+
declare interface IconProps_72 {
|
|
1153
|
+
classPrefix: string;
|
|
1154
|
+
tag: keyof ReactHTML;
|
|
1155
|
+
size: string | number;
|
|
1156
|
+
onClick: (e: MouseEvent) => void;
|
|
1157
|
+
className: string;
|
|
1158
|
+
logValue?: string;
|
|
1159
|
+
style: React_2.CSSProperties;
|
|
1160
|
+
children: React_2.ReactNode;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
declare interface IconProps_73 {
|
|
1164
|
+
classPrefix: string;
|
|
1165
|
+
tag: keyof ReactHTML;
|
|
1166
|
+
size: string | number;
|
|
1167
|
+
onClick: (e: MouseEvent) => void;
|
|
1168
|
+
className: string;
|
|
1169
|
+
logValue?: string;
|
|
1170
|
+
style: React_2.CSSProperties;
|
|
1171
|
+
children: React_2.ReactNode;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1134
1174
|
declare interface IconProps_8 {
|
|
1135
1175
|
size: string | number;
|
|
1136
1176
|
classPrefix: string;
|
|
@@ -1157,248 +1197,248 @@ declare interface IconProps_9 {
|
|
|
1157
1197
|
children: React_2.ReactNode;
|
|
1158
1198
|
}
|
|
1159
1199
|
|
|
1160
|
-
export declare function Information<T>(props: Partial<
|
|
1200
|
+
export declare function Information<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1161
1201
|
|
|
1162
1202
|
export declare namespace Information {
|
|
1163
|
-
var defaultProps:
|
|
1203
|
+
var defaultProps: IconProps_33;
|
|
1164
1204
|
var displayName: string;
|
|
1165
1205
|
}
|
|
1166
1206
|
|
|
1167
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1207
|
+
export declare function InformationFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
1168
1208
|
|
|
1169
1209
|
export declare namespace InformationFill {
|
|
1170
|
-
var defaultProps:
|
|
1210
|
+
var defaultProps: IconProps_32;
|
|
1171
1211
|
var displayName: string;
|
|
1172
1212
|
}
|
|
1173
1213
|
|
|
1174
|
-
export declare function Invisible<T>(props: Partial<
|
|
1214
|
+
export declare function Invisible<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1175
1215
|
|
|
1176
1216
|
export declare namespace Invisible {
|
|
1177
|
-
var defaultProps:
|
|
1217
|
+
var defaultProps: IconProps_34;
|
|
1178
1218
|
var displayName: string;
|
|
1179
1219
|
}
|
|
1180
1220
|
|
|
1181
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1221
|
+
export declare function LeftFill<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1182
1222
|
|
|
1183
1223
|
export declare namespace LeftFill {
|
|
1184
|
-
var defaultProps:
|
|
1224
|
+
var defaultProps: IconProps_35;
|
|
1185
1225
|
var displayName: string;
|
|
1186
1226
|
}
|
|
1187
1227
|
|
|
1188
|
-
export declare function Loading<T>(props: Partial<
|
|
1228
|
+
export declare function Loading<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1189
1229
|
|
|
1190
1230
|
export declare namespace Loading {
|
|
1191
|
-
var defaultProps:
|
|
1231
|
+
var defaultProps: IconProps_36;
|
|
1192
1232
|
var displayName: string;
|
|
1193
1233
|
}
|
|
1194
1234
|
|
|
1195
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1235
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1196
1236
|
|
|
1197
1237
|
export declare namespace LoginOffColor {
|
|
1198
|
-
var defaultProps:
|
|
1238
|
+
var defaultProps: IconProps_71;
|
|
1199
1239
|
var displayName: string;
|
|
1200
1240
|
}
|
|
1201
1241
|
|
|
1202
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1242
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1203
1243
|
|
|
1204
1244
|
export declare namespace LoginOnColor {
|
|
1205
|
-
var defaultProps:
|
|
1245
|
+
var defaultProps: IconProps_72;
|
|
1206
1246
|
var displayName: string;
|
|
1207
1247
|
}
|
|
1208
1248
|
|
|
1209
|
-
export declare function Modify<T>(props: Partial<
|
|
1249
|
+
export declare function Modify<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1210
1250
|
|
|
1211
1251
|
export declare namespace Modify {
|
|
1212
|
-
var defaultProps:
|
|
1252
|
+
var defaultProps: IconProps_37;
|
|
1213
1253
|
var displayName: string;
|
|
1214
1254
|
}
|
|
1215
1255
|
|
|
1216
|
-
export declare function Plus<T>(props: Partial<
|
|
1256
|
+
export declare function Plus<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1217
1257
|
|
|
1218
1258
|
export declare namespace Plus {
|
|
1219
|
-
var defaultProps:
|
|
1259
|
+
var defaultProps: IconProps_38;
|
|
1220
1260
|
var displayName: string;
|
|
1221
1261
|
}
|
|
1222
1262
|
|
|
1223
|
-
export declare function Position<T>(props: Partial<
|
|
1263
|
+
export declare function Position<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1224
1264
|
|
|
1225
1265
|
export declare namespace Position {
|
|
1226
|
-
var defaultProps:
|
|
1266
|
+
var defaultProps: IconProps_39;
|
|
1227
1267
|
var displayName: string;
|
|
1228
1268
|
}
|
|
1229
1269
|
|
|
1230
|
-
export declare function Problem<T>(props: Partial<
|
|
1270
|
+
export declare function Problem<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1231
1271
|
|
|
1232
1272
|
export declare namespace Problem {
|
|
1233
|
-
var defaultProps:
|
|
1273
|
+
var defaultProps: IconProps_41;
|
|
1234
1274
|
var displayName: string;
|
|
1235
1275
|
}
|
|
1236
1276
|
|
|
1237
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1277
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1238
1278
|
|
|
1239
1279
|
export declare namespace ProblemFill {
|
|
1240
|
-
var defaultProps:
|
|
1280
|
+
var defaultProps: IconProps_40;
|
|
1241
1281
|
var displayName: string;
|
|
1242
1282
|
}
|
|
1243
1283
|
|
|
1244
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1284
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1245
1285
|
|
|
1246
1286
|
export declare namespace Prohibitselected {
|
|
1247
|
-
var defaultProps:
|
|
1287
|
+
var defaultProps: IconProps_43;
|
|
1248
1288
|
var displayName: string;
|
|
1249
1289
|
}
|
|
1250
1290
|
|
|
1251
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1291
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1252
1292
|
|
|
1253
1293
|
export declare namespace ProhibitselectedRectangle {
|
|
1254
|
-
var defaultProps:
|
|
1294
|
+
var defaultProps: IconProps_42;
|
|
1255
1295
|
var displayName: string;
|
|
1256
1296
|
}
|
|
1257
1297
|
|
|
1258
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1298
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1259
1299
|
|
|
1260
1300
|
export declare namespace QuickClaimsColor {
|
|
1261
|
-
var defaultProps:
|
|
1301
|
+
var defaultProps: IconProps_73;
|
|
1262
1302
|
var displayName: string;
|
|
1263
1303
|
}
|
|
1264
1304
|
|
|
1265
|
-
export declare function Remind<T>(props: Partial<
|
|
1305
|
+
export declare function Remind<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1266
1306
|
|
|
1267
1307
|
export declare namespace Remind {
|
|
1268
|
-
var defaultProps:
|
|
1308
|
+
var defaultProps: IconProps_44;
|
|
1269
1309
|
var displayName: string;
|
|
1270
1310
|
}
|
|
1271
1311
|
|
|
1272
|
-
export declare function RightFill<T>(props: Partial<
|
|
1312
|
+
export declare function RightFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1273
1313
|
|
|
1274
1314
|
export declare namespace RightFill {
|
|
1275
|
-
var defaultProps:
|
|
1315
|
+
var defaultProps: IconProps_45;
|
|
1276
1316
|
var displayName: string;
|
|
1277
1317
|
}
|
|
1278
1318
|
|
|
1279
|
-
export declare function Search<T>(props: Partial<
|
|
1319
|
+
export declare function Search<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1280
1320
|
|
|
1281
1321
|
export declare namespace Search {
|
|
1282
|
-
var defaultProps:
|
|
1322
|
+
var defaultProps: IconProps_46;
|
|
1283
1323
|
var displayName: string;
|
|
1284
1324
|
}
|
|
1285
1325
|
|
|
1286
|
-
export declare function Selected<T>(props: Partial<
|
|
1326
|
+
export declare function Selected<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1287
1327
|
|
|
1288
1328
|
export declare namespace Selected {
|
|
1289
|
-
var defaultProps:
|
|
1329
|
+
var defaultProps: IconProps_49;
|
|
1290
1330
|
var displayName: string;
|
|
1291
1331
|
}
|
|
1292
1332
|
|
|
1293
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1333
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1294
1334
|
|
|
1295
1335
|
export declare namespace SelectedFill {
|
|
1296
|
-
var defaultProps:
|
|
1336
|
+
var defaultProps: IconProps_47;
|
|
1297
1337
|
var displayName: string;
|
|
1298
1338
|
}
|
|
1299
1339
|
|
|
1300
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1340
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1301
1341
|
|
|
1302
1342
|
export declare namespace SelectedminusFill {
|
|
1303
|
-
var defaultProps:
|
|
1343
|
+
var defaultProps: IconProps_50;
|
|
1304
1344
|
var displayName: string;
|
|
1305
1345
|
}
|
|
1306
1346
|
|
|
1307
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1347
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1308
1348
|
|
|
1309
1349
|
export declare namespace SelectedminusRectangleFill {
|
|
1310
|
-
var defaultProps:
|
|
1350
|
+
var defaultProps: IconProps_51;
|
|
1311
1351
|
var displayName: string;
|
|
1312
1352
|
}
|
|
1313
1353
|
|
|
1314
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1354
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1315
1355
|
|
|
1316
1356
|
export declare namespace SelectedRectangleFill {
|
|
1317
|
-
var defaultProps:
|
|
1357
|
+
var defaultProps: IconProps_48;
|
|
1318
1358
|
var displayName: string;
|
|
1319
1359
|
}
|
|
1320
1360
|
|
|
1321
|
-
export declare function Success<T>(props: Partial<
|
|
1361
|
+
export declare function Success<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1322
1362
|
|
|
1323
1363
|
export declare namespace Success {
|
|
1324
|
-
var defaultProps:
|
|
1364
|
+
var defaultProps: IconProps_53;
|
|
1325
1365
|
var displayName: string;
|
|
1326
1366
|
}
|
|
1327
1367
|
|
|
1328
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1368
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1329
1369
|
|
|
1330
1370
|
export declare namespace SuccessFill {
|
|
1331
|
-
var defaultProps:
|
|
1371
|
+
var defaultProps: IconProps_52;
|
|
1332
1372
|
var displayName: string;
|
|
1333
1373
|
}
|
|
1334
1374
|
|
|
1335
|
-
export declare function Time<T>(props: Partial<
|
|
1375
|
+
export declare function Time<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1336
1376
|
|
|
1337
1377
|
export declare namespace Time {
|
|
1338
|
-
var defaultProps:
|
|
1378
|
+
var defaultProps: IconProps_55;
|
|
1339
1379
|
var displayName: string;
|
|
1340
1380
|
}
|
|
1341
1381
|
|
|
1342
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1382
|
+
export declare function TimeFill<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1343
1383
|
|
|
1344
1384
|
export declare namespace TimeFill {
|
|
1345
|
-
var defaultProps:
|
|
1385
|
+
var defaultProps: IconProps_54;
|
|
1346
1386
|
var displayName: string;
|
|
1347
1387
|
}
|
|
1348
1388
|
|
|
1349
|
-
export declare function Unselected<T>(props: Partial<
|
|
1389
|
+
export declare function Unselected<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1350
1390
|
|
|
1351
1391
|
export declare namespace Unselected {
|
|
1352
|
-
var defaultProps:
|
|
1392
|
+
var defaultProps: IconProps_57;
|
|
1353
1393
|
var displayName: string;
|
|
1354
1394
|
}
|
|
1355
1395
|
|
|
1356
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1396
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1357
1397
|
|
|
1358
1398
|
export declare namespace UnselectedRectangle {
|
|
1359
|
-
var defaultProps:
|
|
1399
|
+
var defaultProps: IconProps_56;
|
|
1360
1400
|
var displayName: string;
|
|
1361
1401
|
}
|
|
1362
1402
|
|
|
1363
|
-
export declare function UpFill<T>(props: Partial<
|
|
1403
|
+
export declare function UpFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1364
1404
|
|
|
1365
1405
|
export declare namespace UpFill {
|
|
1366
|
-
var defaultProps:
|
|
1406
|
+
var defaultProps: IconProps_58;
|
|
1367
1407
|
var displayName: string;
|
|
1368
1408
|
}
|
|
1369
1409
|
|
|
1370
|
-
export declare function User<T>(props: Partial<
|
|
1410
|
+
export declare function User<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1371
1411
|
|
|
1372
1412
|
export declare namespace User {
|
|
1373
|
-
var defaultProps:
|
|
1413
|
+
var defaultProps: IconProps_59;
|
|
1374
1414
|
var displayName: string;
|
|
1375
1415
|
}
|
|
1376
1416
|
|
|
1377
|
-
export declare function Visible<T>(props: Partial<
|
|
1417
|
+
export declare function Visible<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1378
1418
|
|
|
1379
1419
|
export declare namespace Visible {
|
|
1380
|
-
var defaultProps:
|
|
1420
|
+
var defaultProps: IconProps_60;
|
|
1381
1421
|
var displayName: string;
|
|
1382
1422
|
}
|
|
1383
1423
|
|
|
1384
|
-
export declare function Warning<T>(props: Partial<
|
|
1424
|
+
export declare function Warning<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1385
1425
|
|
|
1386
1426
|
export declare namespace Warning {
|
|
1387
|
-
var defaultProps:
|
|
1427
|
+
var defaultProps: IconProps_62;
|
|
1388
1428
|
var displayName: string;
|
|
1389
1429
|
}
|
|
1390
1430
|
|
|
1391
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1431
|
+
export declare function WarningFill<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1392
1432
|
|
|
1393
1433
|
export declare namespace WarningFill {
|
|
1394
|
-
var defaultProps:
|
|
1434
|
+
var defaultProps: IconProps_61;
|
|
1395
1435
|
var displayName: string;
|
|
1396
1436
|
}
|
|
1397
1437
|
|
|
1398
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1438
|
+
export declare function WechatBack<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1399
1439
|
|
|
1400
1440
|
export declare namespace WechatBack {
|
|
1401
|
-
var defaultProps:
|
|
1441
|
+
var defaultProps: IconProps_63;
|
|
1402
1442
|
var displayName: string;
|
|
1403
1443
|
}
|
|
1404
1444
|
|