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