@mijadesign/mobile-icons 0.0.2-beta.4 → 0.0.2-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/Call.js +55 -0
- package/dist/es/icons/Customer.js +55 -0
- package/dist/es/icons/Home.js +55 -0
- package/dist/es/icons/Newtime.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +4 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +198 -118
- package/dist/types/mobile-icons.mjs +2017 -1813
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -30,17 +30,17 @@ export declare namespace Admin {
|
|
|
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_59> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_59;
|
|
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_60> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_60;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -93,158 +93,179 @@ export declare namespace Banxuan {
|
|
|
93
93
|
var displayName: string;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
export declare function BoyColor<T>(props: Partial<
|
|
96
|
+
export declare function BoyColor<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
97
97
|
|
|
98
98
|
export declare namespace BoyColor {
|
|
99
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_61;
|
|
100
100
|
var displayName: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
export declare function
|
|
103
|
+
export declare function Call<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
104
104
|
|
|
105
|
-
export declare namespace
|
|
105
|
+
export declare namespace Call {
|
|
106
106
|
var defaultProps: IconProps_13;
|
|
107
107
|
var displayName: string;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
export declare function
|
|
110
|
+
export declare function CameraFill<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
111
|
+
|
|
112
|
+
export declare namespace CameraFill {
|
|
113
|
+
var defaultProps: IconProps_14;
|
|
114
|
+
var displayName: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export declare function Check<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace Check {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_17;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function CheckDisable<T>(props: Partial<
|
|
124
|
+
export declare function CheckDisable<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace CheckDisable {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_15;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function CheckFill<T>(props: Partial<
|
|
131
|
+
export declare function CheckFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace CheckFill {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_16;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
138
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace ClaimsDetailColor {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_62;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function Close<T>(props: Partial<
|
|
145
|
+
export declare function Close<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace Close {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_18;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Code<T>(props: Partial<
|
|
152
|
+
export declare function Code<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Code {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_19;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function
|
|
159
|
+
export declare function Customer<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
153
160
|
|
|
154
|
-
export declare namespace
|
|
161
|
+
export declare namespace Customer {
|
|
155
162
|
var defaultProps: IconProps_20;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function
|
|
166
|
+
export declare function Delete<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
167
|
+
|
|
168
|
+
export declare namespace Delete {
|
|
169
|
+
var defaultProps: IconProps_22;
|
|
170
|
+
var displayName: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
160
174
|
|
|
161
175
|
export declare namespace DeleteFill {
|
|
162
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
163
177
|
var displayName: string;
|
|
164
178
|
}
|
|
165
179
|
|
|
166
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
180
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
167
181
|
|
|
168
182
|
export declare namespace DirectClaimsColor {
|
|
169
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_63;
|
|
170
184
|
var displayName: string;
|
|
171
185
|
}
|
|
172
186
|
|
|
173
|
-
export declare function DownFill<T>(props: Partial<
|
|
187
|
+
export declare function DownFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace DownFill {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_23;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function Edit<T>(props: Partial<
|
|
194
|
+
export declare function Edit<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace Edit {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_24;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function Exit<T>(props: Partial<
|
|
201
|
+
export declare function Exit<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace Exit {
|
|
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
|
-
declare function File_2<T>(props: Partial<
|
|
222
|
+
declare function File_2<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
declare namespace File_2 {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_28;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
export { File_2 as File }
|
|
215
229
|
|
|
216
|
-
export declare function FinishFill<T>(props: Partial<
|
|
230
|
+
export declare function FinishFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
217
231
|
|
|
218
232
|
export declare namespace FinishFill {
|
|
219
|
-
var defaultProps:
|
|
233
|
+
var defaultProps: IconProps_29;
|
|
220
234
|
var displayName: string;
|
|
221
235
|
}
|
|
222
236
|
|
|
223
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
237
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
224
238
|
|
|
225
239
|
export declare namespace GeneraoInfoColor {
|
|
226
|
-
var defaultProps:
|
|
240
|
+
var defaultProps: IconProps_64;
|
|
227
241
|
var displayName: string;
|
|
228
242
|
}
|
|
229
243
|
|
|
230
|
-
export declare function GirlColor<T>(props: Partial<
|
|
244
|
+
export declare function GirlColor<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
231
245
|
|
|
232
246
|
export declare namespace GirlColor {
|
|
233
|
-
var defaultProps:
|
|
247
|
+
var defaultProps: IconProps_65;
|
|
234
248
|
var displayName: string;
|
|
235
249
|
}
|
|
236
250
|
|
|
237
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
251
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
238
252
|
|
|
239
253
|
export declare namespace GuaranteeFill {
|
|
240
|
-
var defaultProps:
|
|
254
|
+
var defaultProps: IconProps_30;
|
|
241
255
|
var displayName: string;
|
|
242
256
|
}
|
|
243
257
|
|
|
244
|
-
export declare function
|
|
258
|
+
export declare function Home<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
259
|
+
|
|
260
|
+
export declare namespace Home {
|
|
261
|
+
var defaultProps: IconProps_31;
|
|
262
|
+
var displayName: string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export declare function Hospital<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
245
266
|
|
|
246
267
|
export declare namespace Hospital {
|
|
247
|
-
var defaultProps:
|
|
268
|
+
var defaultProps: IconProps_32;
|
|
248
269
|
var displayName: string;
|
|
249
270
|
}
|
|
250
271
|
|
|
@@ -386,12 +407,14 @@ declare interface IconProps_18 {
|
|
|
386
407
|
}
|
|
387
408
|
|
|
388
409
|
declare interface IconProps_19 {
|
|
410
|
+
size: string | number;
|
|
389
411
|
classPrefix: string;
|
|
412
|
+
color: string;
|
|
390
413
|
tag: keyof ReactHTML;
|
|
391
|
-
|
|
414
|
+
logValue?: string;
|
|
392
415
|
onClick: (e: MouseEvent) => void;
|
|
416
|
+
fontClassName: string;
|
|
393
417
|
className: string;
|
|
394
|
-
logValue?: string;
|
|
395
418
|
style: React_2.CSSProperties;
|
|
396
419
|
children: React_2.ReactNode;
|
|
397
420
|
}
|
|
@@ -423,14 +446,12 @@ declare interface IconProps_20 {
|
|
|
423
446
|
}
|
|
424
447
|
|
|
425
448
|
declare interface IconProps_21 {
|
|
426
|
-
size: string | number;
|
|
427
449
|
classPrefix: string;
|
|
428
|
-
color: string;
|
|
429
450
|
tag: keyof ReactHTML;
|
|
430
|
-
|
|
451
|
+
size: string | number;
|
|
431
452
|
onClick: (e: MouseEvent) => void;
|
|
432
|
-
fontClassName: string;
|
|
433
453
|
className: string;
|
|
454
|
+
logValue?: string;
|
|
434
455
|
style: React_2.CSSProperties;
|
|
435
456
|
children: React_2.ReactNode;
|
|
436
457
|
}
|
|
@@ -904,45 +925,53 @@ declare interface IconProps_54 {
|
|
|
904
925
|
}
|
|
905
926
|
|
|
906
927
|
declare interface IconProps_55 {
|
|
928
|
+
size: string | number;
|
|
907
929
|
classPrefix: string;
|
|
930
|
+
color: string;
|
|
908
931
|
tag: keyof ReactHTML;
|
|
909
|
-
|
|
932
|
+
logValue?: string;
|
|
910
933
|
onClick: (e: MouseEvent) => void;
|
|
934
|
+
fontClassName: string;
|
|
911
935
|
className: string;
|
|
912
|
-
logValue?: string;
|
|
913
936
|
style: React_2.CSSProperties;
|
|
914
937
|
children: React_2.ReactNode;
|
|
915
938
|
}
|
|
916
939
|
|
|
917
940
|
declare interface IconProps_56 {
|
|
941
|
+
size: string | number;
|
|
918
942
|
classPrefix: string;
|
|
943
|
+
color: string;
|
|
919
944
|
tag: keyof ReactHTML;
|
|
920
|
-
|
|
945
|
+
logValue?: string;
|
|
921
946
|
onClick: (e: MouseEvent) => void;
|
|
947
|
+
fontClassName: string;
|
|
922
948
|
className: string;
|
|
923
|
-
logValue?: string;
|
|
924
949
|
style: React_2.CSSProperties;
|
|
925
950
|
children: React_2.ReactNode;
|
|
926
951
|
}
|
|
927
952
|
|
|
928
953
|
declare interface IconProps_57 {
|
|
954
|
+
size: string | number;
|
|
929
955
|
classPrefix: string;
|
|
956
|
+
color: string;
|
|
930
957
|
tag: keyof ReactHTML;
|
|
931
|
-
|
|
958
|
+
logValue?: string;
|
|
932
959
|
onClick: (e: MouseEvent) => void;
|
|
960
|
+
fontClassName: string;
|
|
933
961
|
className: string;
|
|
934
|
-
logValue?: string;
|
|
935
962
|
style: React_2.CSSProperties;
|
|
936
963
|
children: React_2.ReactNode;
|
|
937
964
|
}
|
|
938
965
|
|
|
939
966
|
declare interface IconProps_58 {
|
|
967
|
+
size: string | number;
|
|
940
968
|
classPrefix: string;
|
|
969
|
+
color: string;
|
|
941
970
|
tag: keyof ReactHTML;
|
|
942
|
-
|
|
971
|
+
logValue?: string;
|
|
943
972
|
onClick: (e: MouseEvent) => void;
|
|
973
|
+
fontClassName: string;
|
|
944
974
|
className: string;
|
|
945
|
-
logValue?: string;
|
|
946
975
|
style: React_2.CSSProperties;
|
|
947
976
|
children: React_2.ReactNode;
|
|
948
977
|
}
|
|
@@ -1026,6 +1055,50 @@ declare interface IconProps_64 {
|
|
|
1026
1055
|
children: React_2.ReactNode;
|
|
1027
1056
|
}
|
|
1028
1057
|
|
|
1058
|
+
declare interface IconProps_65 {
|
|
1059
|
+
classPrefix: string;
|
|
1060
|
+
tag: keyof ReactHTML;
|
|
1061
|
+
size: string | number;
|
|
1062
|
+
onClick: (e: MouseEvent) => void;
|
|
1063
|
+
className: string;
|
|
1064
|
+
logValue?: string;
|
|
1065
|
+
style: React_2.CSSProperties;
|
|
1066
|
+
children: React_2.ReactNode;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
declare interface IconProps_66 {
|
|
1070
|
+
classPrefix: string;
|
|
1071
|
+
tag: keyof ReactHTML;
|
|
1072
|
+
size: string | number;
|
|
1073
|
+
onClick: (e: MouseEvent) => void;
|
|
1074
|
+
className: string;
|
|
1075
|
+
logValue?: string;
|
|
1076
|
+
style: React_2.CSSProperties;
|
|
1077
|
+
children: React_2.ReactNode;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
declare interface IconProps_67 {
|
|
1081
|
+
classPrefix: string;
|
|
1082
|
+
tag: keyof ReactHTML;
|
|
1083
|
+
size: string | number;
|
|
1084
|
+
onClick: (e: MouseEvent) => void;
|
|
1085
|
+
className: string;
|
|
1086
|
+
logValue?: string;
|
|
1087
|
+
style: React_2.CSSProperties;
|
|
1088
|
+
children: React_2.ReactNode;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
declare interface IconProps_68 {
|
|
1092
|
+
classPrefix: string;
|
|
1093
|
+
tag: keyof ReactHTML;
|
|
1094
|
+
size: string | number;
|
|
1095
|
+
onClick: (e: MouseEvent) => void;
|
|
1096
|
+
className: string;
|
|
1097
|
+
logValue?: string;
|
|
1098
|
+
style: React_2.CSSProperties;
|
|
1099
|
+
children: React_2.ReactNode;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1029
1102
|
declare interface IconProps_7 {
|
|
1030
1103
|
size: string | number;
|
|
1031
1104
|
classPrefix: string;
|
|
@@ -1065,199 +1138,206 @@ declare interface IconProps_9 {
|
|
|
1065
1138
|
children: React_2.ReactNode;
|
|
1066
1139
|
}
|
|
1067
1140
|
|
|
1068
|
-
export declare function Information<T>(props: Partial<
|
|
1141
|
+
export declare function Information<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1069
1142
|
|
|
1070
1143
|
export declare namespace Information {
|
|
1071
|
-
var defaultProps:
|
|
1144
|
+
var defaultProps: IconProps_34;
|
|
1072
1145
|
var displayName: string;
|
|
1073
1146
|
}
|
|
1074
1147
|
|
|
1075
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1148
|
+
export declare function InformationFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1076
1149
|
|
|
1077
1150
|
export declare namespace InformationFill {
|
|
1078
|
-
var defaultProps:
|
|
1151
|
+
var defaultProps: IconProps_33;
|
|
1079
1152
|
var displayName: string;
|
|
1080
1153
|
}
|
|
1081
1154
|
|
|
1082
|
-
export declare function Invisible<T>(props: Partial<
|
|
1155
|
+
export declare function Invisible<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1083
1156
|
|
|
1084
1157
|
export declare namespace Invisible {
|
|
1085
|
-
var defaultProps:
|
|
1158
|
+
var defaultProps: IconProps_35;
|
|
1086
1159
|
var displayName: string;
|
|
1087
1160
|
}
|
|
1088
1161
|
|
|
1089
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1162
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1090
1163
|
|
|
1091
1164
|
export declare namespace LoginOffColor {
|
|
1092
|
-
var defaultProps:
|
|
1165
|
+
var defaultProps: IconProps_66;
|
|
1093
1166
|
var displayName: string;
|
|
1094
1167
|
}
|
|
1095
1168
|
|
|
1096
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1169
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1097
1170
|
|
|
1098
1171
|
export declare namespace LoginOnColor {
|
|
1099
|
-
var defaultProps:
|
|
1172
|
+
var defaultProps: IconProps_67;
|
|
1100
1173
|
var displayName: string;
|
|
1101
1174
|
}
|
|
1102
1175
|
|
|
1103
|
-
export declare function Modify<T>(props: Partial<
|
|
1176
|
+
export declare function Modify<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1104
1177
|
|
|
1105
1178
|
export declare namespace Modify {
|
|
1106
|
-
var defaultProps:
|
|
1179
|
+
var defaultProps: IconProps_36;
|
|
1107
1180
|
var displayName: string;
|
|
1108
1181
|
}
|
|
1109
1182
|
|
|
1110
|
-
export declare function
|
|
1183
|
+
export declare function Newtime<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1184
|
+
|
|
1185
|
+
export declare namespace Newtime {
|
|
1186
|
+
var defaultProps: IconProps_37;
|
|
1187
|
+
var displayName: string;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export declare function Phinenumber<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1111
1191
|
|
|
1112
1192
|
export declare namespace Phinenumber {
|
|
1113
|
-
var defaultProps:
|
|
1193
|
+
var defaultProps: IconProps_38;
|
|
1114
1194
|
var displayName: string;
|
|
1115
1195
|
}
|
|
1116
1196
|
|
|
1117
|
-
export declare function Plus<T>(props: Partial<
|
|
1197
|
+
export declare function Plus<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1118
1198
|
|
|
1119
1199
|
export declare namespace Plus {
|
|
1120
|
-
var defaultProps:
|
|
1200
|
+
var defaultProps: IconProps_39;
|
|
1121
1201
|
var displayName: string;
|
|
1122
1202
|
}
|
|
1123
1203
|
|
|
1124
|
-
export declare function Position<T>(props: Partial<
|
|
1204
|
+
export declare function Position<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1125
1205
|
|
|
1126
1206
|
export declare namespace Position {
|
|
1127
|
-
var defaultProps:
|
|
1207
|
+
var defaultProps: IconProps_40;
|
|
1128
1208
|
var displayName: string;
|
|
1129
1209
|
}
|
|
1130
1210
|
|
|
1131
|
-
export declare function Problem<T>(props: Partial<
|
|
1211
|
+
export declare function Problem<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1132
1212
|
|
|
1133
1213
|
export declare namespace Problem {
|
|
1134
|
-
var defaultProps:
|
|
1214
|
+
var defaultProps: IconProps_42;
|
|
1135
1215
|
var displayName: string;
|
|
1136
1216
|
}
|
|
1137
1217
|
|
|
1138
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1218
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1139
1219
|
|
|
1140
1220
|
export declare namespace ProblemFill {
|
|
1141
|
-
var defaultProps:
|
|
1221
|
+
var defaultProps: IconProps_41;
|
|
1142
1222
|
var displayName: string;
|
|
1143
1223
|
}
|
|
1144
1224
|
|
|
1145
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1225
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1146
1226
|
|
|
1147
1227
|
export declare namespace QuickClaimsColor {
|
|
1148
|
-
var defaultProps:
|
|
1228
|
+
var defaultProps: IconProps_68;
|
|
1149
1229
|
var displayName: string;
|
|
1150
1230
|
}
|
|
1151
1231
|
|
|
1152
|
-
export declare function Realname<T>(props: Partial<
|
|
1232
|
+
export declare function Realname<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1153
1233
|
|
|
1154
1234
|
export declare namespace Realname {
|
|
1155
|
-
var defaultProps:
|
|
1235
|
+
var defaultProps: IconProps_43;
|
|
1156
1236
|
var displayName: string;
|
|
1157
1237
|
}
|
|
1158
1238
|
|
|
1159
|
-
export declare function Search<T>(props: Partial<
|
|
1239
|
+
export declare function Search<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1160
1240
|
|
|
1161
1241
|
export declare namespace Search {
|
|
1162
|
-
var defaultProps:
|
|
1242
|
+
var defaultProps: IconProps_44;
|
|
1163
1243
|
var displayName: string;
|
|
1164
1244
|
}
|
|
1165
1245
|
|
|
1166
|
-
export declare function Selected<T>(props: Partial<
|
|
1246
|
+
export declare function Selected<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1167
1247
|
|
|
1168
1248
|
export declare namespace Selected {
|
|
1169
|
-
var defaultProps:
|
|
1249
|
+
var defaultProps: IconProps_46;
|
|
1170
1250
|
var displayName: string;
|
|
1171
1251
|
}
|
|
1172
1252
|
|
|
1173
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1253
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1174
1254
|
|
|
1175
1255
|
export declare namespace SelectedFill {
|
|
1176
|
-
var defaultProps:
|
|
1256
|
+
var defaultProps: IconProps_45;
|
|
1177
1257
|
var displayName: string;
|
|
1178
1258
|
}
|
|
1179
1259
|
|
|
1180
|
-
export declare function SettlementpayFill<T>(props: Partial<
|
|
1260
|
+
export declare function SettlementpayFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1181
1261
|
|
|
1182
1262
|
export declare namespace SettlementpayFill {
|
|
1183
|
-
var defaultProps:
|
|
1263
|
+
var defaultProps: IconProps_47;
|
|
1184
1264
|
var displayName: string;
|
|
1185
1265
|
}
|
|
1186
1266
|
|
|
1187
|
-
export declare function Step<T>(props: Partial<
|
|
1267
|
+
export declare function Step<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1188
1268
|
|
|
1189
1269
|
export declare namespace Step {
|
|
1190
|
-
var defaultProps:
|
|
1270
|
+
var defaultProps: IconProps_48;
|
|
1191
1271
|
var displayName: string;
|
|
1192
1272
|
}
|
|
1193
1273
|
|
|
1194
|
-
export declare function Success<T>(props: Partial<
|
|
1274
|
+
export declare function Success<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1195
1275
|
|
|
1196
1276
|
export declare namespace Success {
|
|
1197
|
-
var defaultProps:
|
|
1277
|
+
var defaultProps: IconProps_50;
|
|
1198
1278
|
var displayName: string;
|
|
1199
1279
|
}
|
|
1200
1280
|
|
|
1201
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1281
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1202
1282
|
|
|
1203
1283
|
export declare namespace SuccessFill {
|
|
1204
|
-
var defaultProps:
|
|
1284
|
+
var defaultProps: IconProps_49;
|
|
1205
1285
|
var displayName: string;
|
|
1206
1286
|
}
|
|
1207
1287
|
|
|
1208
|
-
export declare function Time<T>(props: Partial<
|
|
1288
|
+
export declare function Time<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1209
1289
|
|
|
1210
1290
|
export declare namespace Time {
|
|
1211
|
-
var defaultProps:
|
|
1291
|
+
var defaultProps: IconProps_52;
|
|
1212
1292
|
var displayName: string;
|
|
1213
1293
|
}
|
|
1214
1294
|
|
|
1215
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1295
|
+
export declare function TimeFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1216
1296
|
|
|
1217
1297
|
export declare namespace TimeFill {
|
|
1218
|
-
var defaultProps:
|
|
1298
|
+
var defaultProps: IconProps_51;
|
|
1219
1299
|
var displayName: string;
|
|
1220
1300
|
}
|
|
1221
1301
|
|
|
1222
|
-
export declare function Unselected<T>(props: Partial<
|
|
1302
|
+
export declare function Unselected<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1223
1303
|
|
|
1224
1304
|
export declare namespace Unselected {
|
|
1225
|
-
var defaultProps:
|
|
1305
|
+
var defaultProps: IconProps_53;
|
|
1226
1306
|
var displayName: string;
|
|
1227
1307
|
}
|
|
1228
1308
|
|
|
1229
|
-
export declare function User<T>(props: Partial<
|
|
1309
|
+
export declare function User<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1230
1310
|
|
|
1231
1311
|
export declare namespace User {
|
|
1232
|
-
var defaultProps:
|
|
1312
|
+
var defaultProps: IconProps_54;
|
|
1233
1313
|
var displayName: string;
|
|
1234
1314
|
}
|
|
1235
1315
|
|
|
1236
|
-
export declare function Visible<T>(props: Partial<
|
|
1316
|
+
export declare function Visible<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1237
1317
|
|
|
1238
1318
|
export declare namespace Visible {
|
|
1239
|
-
var defaultProps:
|
|
1319
|
+
var defaultProps: IconProps_55;
|
|
1240
1320
|
var displayName: string;
|
|
1241
1321
|
}
|
|
1242
1322
|
|
|
1243
|
-
export declare function VisitchooseFill<T>(props: Partial<
|
|
1323
|
+
export declare function VisitchooseFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1244
1324
|
|
|
1245
1325
|
export declare namespace VisitchooseFill {
|
|
1246
|
-
var defaultProps:
|
|
1326
|
+
var defaultProps: IconProps_56;
|
|
1247
1327
|
var displayName: string;
|
|
1248
1328
|
}
|
|
1249
1329
|
|
|
1250
|
-
export declare function Warning<T>(props: Partial<
|
|
1330
|
+
export declare function Warning<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1251
1331
|
|
|
1252
1332
|
export declare namespace Warning {
|
|
1253
|
-
var defaultProps:
|
|
1333
|
+
var defaultProps: IconProps_58;
|
|
1254
1334
|
var displayName: string;
|
|
1255
1335
|
}
|
|
1256
1336
|
|
|
1257
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1337
|
+
export declare function WarningFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1258
1338
|
|
|
1259
1339
|
export declare namespace WarningFill {
|
|
1260
|
-
var defaultProps:
|
|
1340
|
+
var defaultProps: IconProps_57;
|
|
1261
1341
|
var displayName: string;
|
|
1262
1342
|
}
|
|
1263
1343
|
|