@mijadesign/mobile-icons 0.0.2-beta.3 → 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/DeleteFill.js +39 -40
- 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 +194 -116
- package/dist/types/mobile-icons.mjs +2001 -1798
- 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;
|
|
255
|
+
var displayName: string;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export declare function Home<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
259
|
+
|
|
260
|
+
export declare namespace Home {
|
|
261
|
+
var defaultProps: IconProps_31;
|
|
241
262
|
var displayName: string;
|
|
242
263
|
}
|
|
243
264
|
|
|
244
|
-
export declare function Hospital<T>(props: Partial<
|
|
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
|
|
|
@@ -425,14 +446,12 @@ declare interface IconProps_20 {
|
|
|
425
446
|
}
|
|
426
447
|
|
|
427
448
|
declare interface IconProps_21 {
|
|
428
|
-
size: string | number;
|
|
429
449
|
classPrefix: string;
|
|
430
|
-
color: string;
|
|
431
450
|
tag: keyof ReactHTML;
|
|
432
|
-
|
|
451
|
+
size: string | number;
|
|
433
452
|
onClick: (e: MouseEvent) => void;
|
|
434
|
-
fontClassName: string;
|
|
435
453
|
className: string;
|
|
454
|
+
logValue?: string;
|
|
436
455
|
style: React_2.CSSProperties;
|
|
437
456
|
children: React_2.ReactNode;
|
|
438
457
|
}
|
|
@@ -906,45 +925,53 @@ declare interface IconProps_54 {
|
|
|
906
925
|
}
|
|
907
926
|
|
|
908
927
|
declare interface IconProps_55 {
|
|
928
|
+
size: string | number;
|
|
909
929
|
classPrefix: string;
|
|
930
|
+
color: string;
|
|
910
931
|
tag: keyof ReactHTML;
|
|
911
|
-
|
|
932
|
+
logValue?: string;
|
|
912
933
|
onClick: (e: MouseEvent) => void;
|
|
934
|
+
fontClassName: string;
|
|
913
935
|
className: string;
|
|
914
|
-
logValue?: string;
|
|
915
936
|
style: React_2.CSSProperties;
|
|
916
937
|
children: React_2.ReactNode;
|
|
917
938
|
}
|
|
918
939
|
|
|
919
940
|
declare interface IconProps_56 {
|
|
941
|
+
size: string | number;
|
|
920
942
|
classPrefix: string;
|
|
943
|
+
color: string;
|
|
921
944
|
tag: keyof ReactHTML;
|
|
922
|
-
|
|
945
|
+
logValue?: string;
|
|
923
946
|
onClick: (e: MouseEvent) => void;
|
|
947
|
+
fontClassName: string;
|
|
924
948
|
className: string;
|
|
925
|
-
logValue?: string;
|
|
926
949
|
style: React_2.CSSProperties;
|
|
927
950
|
children: React_2.ReactNode;
|
|
928
951
|
}
|
|
929
952
|
|
|
930
953
|
declare interface IconProps_57 {
|
|
954
|
+
size: string | number;
|
|
931
955
|
classPrefix: string;
|
|
956
|
+
color: string;
|
|
932
957
|
tag: keyof ReactHTML;
|
|
933
|
-
|
|
958
|
+
logValue?: string;
|
|
934
959
|
onClick: (e: MouseEvent) => void;
|
|
960
|
+
fontClassName: string;
|
|
935
961
|
className: string;
|
|
936
|
-
logValue?: string;
|
|
937
962
|
style: React_2.CSSProperties;
|
|
938
963
|
children: React_2.ReactNode;
|
|
939
964
|
}
|
|
940
965
|
|
|
941
966
|
declare interface IconProps_58 {
|
|
967
|
+
size: string | number;
|
|
942
968
|
classPrefix: string;
|
|
969
|
+
color: string;
|
|
943
970
|
tag: keyof ReactHTML;
|
|
944
|
-
|
|
971
|
+
logValue?: string;
|
|
945
972
|
onClick: (e: MouseEvent) => void;
|
|
973
|
+
fontClassName: string;
|
|
946
974
|
className: string;
|
|
947
|
-
logValue?: string;
|
|
948
975
|
style: React_2.CSSProperties;
|
|
949
976
|
children: React_2.ReactNode;
|
|
950
977
|
}
|
|
@@ -1028,6 +1055,50 @@ declare interface IconProps_64 {
|
|
|
1028
1055
|
children: React_2.ReactNode;
|
|
1029
1056
|
}
|
|
1030
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
|
+
|
|
1031
1102
|
declare interface IconProps_7 {
|
|
1032
1103
|
size: string | number;
|
|
1033
1104
|
classPrefix: string;
|
|
@@ -1067,199 +1138,206 @@ declare interface IconProps_9 {
|
|
|
1067
1138
|
children: React_2.ReactNode;
|
|
1068
1139
|
}
|
|
1069
1140
|
|
|
1070
|
-
export declare function Information<T>(props: Partial<
|
|
1141
|
+
export declare function Information<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1071
1142
|
|
|
1072
1143
|
export declare namespace Information {
|
|
1073
|
-
var defaultProps:
|
|
1144
|
+
var defaultProps: IconProps_34;
|
|
1074
1145
|
var displayName: string;
|
|
1075
1146
|
}
|
|
1076
1147
|
|
|
1077
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1148
|
+
export declare function InformationFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1078
1149
|
|
|
1079
1150
|
export declare namespace InformationFill {
|
|
1080
|
-
var defaultProps:
|
|
1151
|
+
var defaultProps: IconProps_33;
|
|
1081
1152
|
var displayName: string;
|
|
1082
1153
|
}
|
|
1083
1154
|
|
|
1084
|
-
export declare function Invisible<T>(props: Partial<
|
|
1155
|
+
export declare function Invisible<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1085
1156
|
|
|
1086
1157
|
export declare namespace Invisible {
|
|
1087
|
-
var defaultProps:
|
|
1158
|
+
var defaultProps: IconProps_35;
|
|
1088
1159
|
var displayName: string;
|
|
1089
1160
|
}
|
|
1090
1161
|
|
|
1091
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1162
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1092
1163
|
|
|
1093
1164
|
export declare namespace LoginOffColor {
|
|
1094
|
-
var defaultProps:
|
|
1165
|
+
var defaultProps: IconProps_66;
|
|
1095
1166
|
var displayName: string;
|
|
1096
1167
|
}
|
|
1097
1168
|
|
|
1098
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1169
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1099
1170
|
|
|
1100
1171
|
export declare namespace LoginOnColor {
|
|
1101
|
-
var defaultProps:
|
|
1172
|
+
var defaultProps: IconProps_67;
|
|
1102
1173
|
var displayName: string;
|
|
1103
1174
|
}
|
|
1104
1175
|
|
|
1105
|
-
export declare function Modify<T>(props: Partial<
|
|
1176
|
+
export declare function Modify<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1106
1177
|
|
|
1107
1178
|
export declare namespace Modify {
|
|
1108
|
-
var defaultProps:
|
|
1179
|
+
var defaultProps: IconProps_36;
|
|
1109
1180
|
var displayName: string;
|
|
1110
1181
|
}
|
|
1111
1182
|
|
|
1112
|
-
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;
|
|
1113
1191
|
|
|
1114
1192
|
export declare namespace Phinenumber {
|
|
1115
|
-
var defaultProps:
|
|
1193
|
+
var defaultProps: IconProps_38;
|
|
1116
1194
|
var displayName: string;
|
|
1117
1195
|
}
|
|
1118
1196
|
|
|
1119
|
-
export declare function Plus<T>(props: Partial<
|
|
1197
|
+
export declare function Plus<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1120
1198
|
|
|
1121
1199
|
export declare namespace Plus {
|
|
1122
|
-
var defaultProps:
|
|
1200
|
+
var defaultProps: IconProps_39;
|
|
1123
1201
|
var displayName: string;
|
|
1124
1202
|
}
|
|
1125
1203
|
|
|
1126
|
-
export declare function Position<T>(props: Partial<
|
|
1204
|
+
export declare function Position<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1127
1205
|
|
|
1128
1206
|
export declare namespace Position {
|
|
1129
|
-
var defaultProps:
|
|
1207
|
+
var defaultProps: IconProps_40;
|
|
1130
1208
|
var displayName: string;
|
|
1131
1209
|
}
|
|
1132
1210
|
|
|
1133
|
-
export declare function Problem<T>(props: Partial<
|
|
1211
|
+
export declare function Problem<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1134
1212
|
|
|
1135
1213
|
export declare namespace Problem {
|
|
1136
|
-
var defaultProps:
|
|
1214
|
+
var defaultProps: IconProps_42;
|
|
1137
1215
|
var displayName: string;
|
|
1138
1216
|
}
|
|
1139
1217
|
|
|
1140
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1218
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1141
1219
|
|
|
1142
1220
|
export declare namespace ProblemFill {
|
|
1143
|
-
var defaultProps:
|
|
1221
|
+
var defaultProps: IconProps_41;
|
|
1144
1222
|
var displayName: string;
|
|
1145
1223
|
}
|
|
1146
1224
|
|
|
1147
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1225
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1148
1226
|
|
|
1149
1227
|
export declare namespace QuickClaimsColor {
|
|
1150
|
-
var defaultProps:
|
|
1228
|
+
var defaultProps: IconProps_68;
|
|
1151
1229
|
var displayName: string;
|
|
1152
1230
|
}
|
|
1153
1231
|
|
|
1154
|
-
export declare function Realname<T>(props: Partial<
|
|
1232
|
+
export declare function Realname<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1155
1233
|
|
|
1156
1234
|
export declare namespace Realname {
|
|
1157
|
-
var defaultProps:
|
|
1235
|
+
var defaultProps: IconProps_43;
|
|
1158
1236
|
var displayName: string;
|
|
1159
1237
|
}
|
|
1160
1238
|
|
|
1161
|
-
export declare function Search<T>(props: Partial<
|
|
1239
|
+
export declare function Search<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1162
1240
|
|
|
1163
1241
|
export declare namespace Search {
|
|
1164
|
-
var defaultProps:
|
|
1242
|
+
var defaultProps: IconProps_44;
|
|
1165
1243
|
var displayName: string;
|
|
1166
1244
|
}
|
|
1167
1245
|
|
|
1168
|
-
export declare function Selected<T>(props: Partial<
|
|
1246
|
+
export declare function Selected<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1169
1247
|
|
|
1170
1248
|
export declare namespace Selected {
|
|
1171
|
-
var defaultProps:
|
|
1249
|
+
var defaultProps: IconProps_46;
|
|
1172
1250
|
var displayName: string;
|
|
1173
1251
|
}
|
|
1174
1252
|
|
|
1175
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1253
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1176
1254
|
|
|
1177
1255
|
export declare namespace SelectedFill {
|
|
1178
|
-
var defaultProps:
|
|
1256
|
+
var defaultProps: IconProps_45;
|
|
1179
1257
|
var displayName: string;
|
|
1180
1258
|
}
|
|
1181
1259
|
|
|
1182
|
-
export declare function SettlementpayFill<T>(props: Partial<
|
|
1260
|
+
export declare function SettlementpayFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1183
1261
|
|
|
1184
1262
|
export declare namespace SettlementpayFill {
|
|
1185
|
-
var defaultProps:
|
|
1263
|
+
var defaultProps: IconProps_47;
|
|
1186
1264
|
var displayName: string;
|
|
1187
1265
|
}
|
|
1188
1266
|
|
|
1189
|
-
export declare function Step<T>(props: Partial<
|
|
1267
|
+
export declare function Step<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1190
1268
|
|
|
1191
1269
|
export declare namespace Step {
|
|
1192
|
-
var defaultProps:
|
|
1270
|
+
var defaultProps: IconProps_48;
|
|
1193
1271
|
var displayName: string;
|
|
1194
1272
|
}
|
|
1195
1273
|
|
|
1196
|
-
export declare function Success<T>(props: Partial<
|
|
1274
|
+
export declare function Success<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1197
1275
|
|
|
1198
1276
|
export declare namespace Success {
|
|
1199
|
-
var defaultProps:
|
|
1277
|
+
var defaultProps: IconProps_50;
|
|
1200
1278
|
var displayName: string;
|
|
1201
1279
|
}
|
|
1202
1280
|
|
|
1203
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1281
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1204
1282
|
|
|
1205
1283
|
export declare namespace SuccessFill {
|
|
1206
|
-
var defaultProps:
|
|
1284
|
+
var defaultProps: IconProps_49;
|
|
1207
1285
|
var displayName: string;
|
|
1208
1286
|
}
|
|
1209
1287
|
|
|
1210
|
-
export declare function Time<T>(props: Partial<
|
|
1288
|
+
export declare function Time<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1211
1289
|
|
|
1212
1290
|
export declare namespace Time {
|
|
1213
|
-
var defaultProps:
|
|
1291
|
+
var defaultProps: IconProps_52;
|
|
1214
1292
|
var displayName: string;
|
|
1215
1293
|
}
|
|
1216
1294
|
|
|
1217
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1295
|
+
export declare function TimeFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1218
1296
|
|
|
1219
1297
|
export declare namespace TimeFill {
|
|
1220
|
-
var defaultProps:
|
|
1298
|
+
var defaultProps: IconProps_51;
|
|
1221
1299
|
var displayName: string;
|
|
1222
1300
|
}
|
|
1223
1301
|
|
|
1224
|
-
export declare function Unselected<T>(props: Partial<
|
|
1302
|
+
export declare function Unselected<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1225
1303
|
|
|
1226
1304
|
export declare namespace Unselected {
|
|
1227
|
-
var defaultProps:
|
|
1305
|
+
var defaultProps: IconProps_53;
|
|
1228
1306
|
var displayName: string;
|
|
1229
1307
|
}
|
|
1230
1308
|
|
|
1231
|
-
export declare function User<T>(props: Partial<
|
|
1309
|
+
export declare function User<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1232
1310
|
|
|
1233
1311
|
export declare namespace User {
|
|
1234
|
-
var defaultProps:
|
|
1312
|
+
var defaultProps: IconProps_54;
|
|
1235
1313
|
var displayName: string;
|
|
1236
1314
|
}
|
|
1237
1315
|
|
|
1238
|
-
export declare function Visible<T>(props: Partial<
|
|
1316
|
+
export declare function Visible<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1239
1317
|
|
|
1240
1318
|
export declare namespace Visible {
|
|
1241
|
-
var defaultProps:
|
|
1319
|
+
var defaultProps: IconProps_55;
|
|
1242
1320
|
var displayName: string;
|
|
1243
1321
|
}
|
|
1244
1322
|
|
|
1245
|
-
export declare function VisitchooseFill<T>(props: Partial<
|
|
1323
|
+
export declare function VisitchooseFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1246
1324
|
|
|
1247
1325
|
export declare namespace VisitchooseFill {
|
|
1248
|
-
var defaultProps:
|
|
1326
|
+
var defaultProps: IconProps_56;
|
|
1249
1327
|
var displayName: string;
|
|
1250
1328
|
}
|
|
1251
1329
|
|
|
1252
|
-
export declare function Warning<T>(props: Partial<
|
|
1330
|
+
export declare function Warning<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1253
1331
|
|
|
1254
1332
|
export declare namespace Warning {
|
|
1255
|
-
var defaultProps:
|
|
1333
|
+
var defaultProps: IconProps_58;
|
|
1256
1334
|
var displayName: string;
|
|
1257
1335
|
}
|
|
1258
1336
|
|
|
1259
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1337
|
+
export declare function WarningFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1260
1338
|
|
|
1261
1339
|
export declare namespace WarningFill {
|
|
1262
|
-
var defaultProps:
|
|
1340
|
+
var defaultProps: IconProps_57;
|
|
1263
1341
|
var displayName: string;
|
|
1264
1342
|
}
|
|
1265
1343
|
|