@mijadesign/mobile-icons 1.0.0-beta.1 → 1.0.0-beta.11
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/AddFamily.js +54 -0
- package/dist/es/icons/AddFill.js +29 -30
- package/dist/es/icons/AddRectangleFill.js +30 -31
- package/dist/es/icons/Addressbook.js +29 -30
- package/dist/es/icons/Admin.js +54 -0
- package/dist/es/icons/AdultManColor.js +29 -30
- package/dist/es/icons/AdultWomanColor.js +29 -30
- package/dist/es/icons/ArrowDown.js +30 -31
- package/dist/es/icons/ArrowDownCircle.js +29 -30
- package/dist/es/icons/ArrowLeft.js +29 -30
- package/dist/es/icons/ArrowLeftCircle.js +31 -32
- package/dist/es/icons/ArrowRight.js +29 -30
- package/dist/es/icons/ArrowRightCircle.js +31 -32
- package/dist/es/icons/ArrowUp.js +29 -30
- package/dist/es/icons/ArrowUpCircle.js +29 -30
- package/dist/es/icons/Bankcard.js +30 -31
- package/dist/es/icons/BarrackFill.js +54 -0
- package/dist/es/icons/BoyColor.js +29 -30
- package/dist/es/icons/Call.js +30 -31
- package/dist/es/icons/Camera.js +29 -30
- package/dist/es/icons/CameraFill.js +29 -30
- package/dist/es/icons/Change.js +54 -0
- package/dist/es/icons/CheckmarkFill.js +54 -0
- package/dist/es/icons/ClaimsDetailColor.js +29 -30
- package/dist/es/icons/Close.js +30 -31
- package/dist/es/icons/Code.js +54 -0
- package/dist/es/icons/Customer.js +29 -30
- package/dist/es/icons/DaibingkebaoFill.js +54 -0
- package/dist/es/icons/Delete.js +28 -29
- package/dist/es/icons/DeleteFill.js +28 -29
- package/dist/es/icons/DirectClaimsColor.js +29 -30
- package/dist/es/icons/DownFill.js +30 -31
- package/dist/es/icons/DynamicLoading.js +53 -0
- package/dist/es/icons/Expert.js +54 -0
- package/dist/es/icons/Failure.js +29 -30
- package/dist/es/icons/FailureFill.js +29 -30
- package/dist/es/icons/FamilyFill.js +54 -0
- package/dist/es/icons/GeneraoInfoColor.js +29 -30
- package/dist/es/icons/GirlColor.js +29 -30
- package/dist/es/icons/Guarantee.js +30 -31
- package/dist/es/icons/GuaranteeFill.js +30 -31
- package/dist/es/icons/History.js +54 -0
- package/dist/es/icons/Home.js +29 -30
- package/dist/es/icons/IconFont.js +24 -25
- package/dist/es/icons/Information.js +29 -30
- package/dist/es/icons/InformationFill.js +29 -30
- package/dist/es/icons/Invisible.js +29 -30
- package/dist/es/icons/LeftFill.js +29 -30
- package/dist/es/icons/Loading.js +30 -31
- package/dist/es/icons/LoginOffColor.js +29 -30
- package/dist/es/icons/LoginOnColor.js +29 -30
- package/dist/es/icons/Modify.js +28 -29
- package/dist/es/icons/Plus.js +29 -30
- package/dist/es/icons/Position.js +29 -30
- package/dist/es/icons/Problem.js +29 -30
- package/dist/es/icons/ProblemFill.js +29 -30
- package/dist/es/icons/Prohibitselected.js +29 -30
- package/dist/es/icons/ProhibitselectedRectangle.js +29 -30
- package/dist/es/icons/QuickClaimsColor.js +29 -30
- package/dist/es/icons/Remind.js +30 -31
- package/dist/es/icons/RightFill.js +29 -30
- package/dist/es/icons/Search.js +30 -31
- package/dist/es/icons/Selected.js +28 -29
- package/dist/es/icons/SelectedFill.js +28 -29
- package/dist/es/icons/SelectedRectangleFill.js +28 -29
- package/dist/es/icons/SelectedminusFill.js +26 -27
- package/dist/es/icons/SelectedminusRectangleFill.js +28 -29
- package/dist/es/icons/Success.js +29 -30
- package/dist/es/icons/SuccessFill.js +29 -30
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/Time.js +29 -30
- package/dist/es/icons/TimeFill.js +29 -30
- package/dist/es/icons/Unselected.js +27 -28
- package/dist/es/icons/UnselectedRectangle.js +29 -30
- package/dist/es/icons/UpFill.js +29 -30
- package/dist/es/icons/User.js +29 -30
- package/dist/es/icons/Visible.js +29 -30
- package/dist/es/icons/Warning.js +32 -33
- package/dist/es/icons/WarningFill.js +32 -33
- package/dist/es/icons/WechatBack.js +54 -0
- package/dist/es/index.es.js +12 -0
- package/dist/iconfont.svg +27 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_icon.css +1 -1
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +306 -146
- package/dist/types/mobile-icons.mjs +3244 -2712
- package/package.json +4 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -2,234 +2,268 @@ import { default as React_2 } from 'react';
|
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
import { ReactHTML } from 'react';
|
|
4
4
|
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function AddFamily<T>(props: Partial<IconProps_2> & T): ReactElement;
|
|
6
|
+
|
|
7
|
+
export declare namespace AddFamily {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export declare function AddFill<T>(props: Partial<IconProps_3> & T): ReactElement;
|
|
6
12
|
|
|
7
13
|
export declare namespace AddFill {
|
|
8
|
-
var defaultProps: IconProps_2;
|
|
9
14
|
var displayName: string;
|
|
10
15
|
}
|
|
11
16
|
|
|
12
|
-
export declare function AddRectangleFill<T>(props: Partial<
|
|
17
|
+
export declare function AddRectangleFill<T>(props: Partial<IconProps_4> & T): ReactElement;
|
|
13
18
|
|
|
14
19
|
export declare namespace AddRectangleFill {
|
|
15
|
-
var defaultProps: IconProps_3;
|
|
16
20
|
var displayName: string;
|
|
17
21
|
}
|
|
18
22
|
|
|
19
|
-
export declare function Addressbook<T>(props: Partial<
|
|
23
|
+
export declare function Addressbook<T>(props: Partial<IconProps_5> & T): ReactElement;
|
|
20
24
|
|
|
21
25
|
export declare namespace Addressbook {
|
|
22
|
-
var defaultProps: IconProps_4;
|
|
23
26
|
var displayName: string;
|
|
24
27
|
}
|
|
25
28
|
|
|
26
|
-
export declare function
|
|
29
|
+
export declare function Admin<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
30
|
+
|
|
31
|
+
export declare namespace Admin {
|
|
32
|
+
var displayName: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
27
36
|
|
|
28
37
|
export declare namespace AdultManColor {
|
|
29
|
-
var defaultProps: IconProps_58;
|
|
30
38
|
var displayName: string;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
41
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
34
42
|
|
|
35
43
|
export declare namespace AdultWomanColor {
|
|
36
|
-
var defaultProps: IconProps_59;
|
|
37
44
|
var displayName: string;
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
export declare function ArrowDown<T>(props: Partial<
|
|
47
|
+
export declare function ArrowDown<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace ArrowDown {
|
|
43
|
-
var defaultProps: IconProps_6;
|
|
44
50
|
var displayName: string;
|
|
45
51
|
}
|
|
46
52
|
|
|
47
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
53
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_7> & T): ReactElement;
|
|
48
54
|
|
|
49
55
|
export declare namespace ArrowDownCircle {
|
|
50
|
-
var defaultProps: IconProps_5;
|
|
51
56
|
var displayName: string;
|
|
52
57
|
}
|
|
53
58
|
|
|
54
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
59
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
55
60
|
|
|
56
61
|
export declare namespace ArrowLeft {
|
|
57
|
-
var defaultProps: IconProps_8;
|
|
58
62
|
var displayName: string;
|
|
59
63
|
}
|
|
60
64
|
|
|
61
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
65
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
62
66
|
|
|
63
67
|
export declare namespace ArrowLeftCircle {
|
|
64
|
-
var defaultProps: IconProps_7;
|
|
65
68
|
var displayName: string;
|
|
66
69
|
}
|
|
67
70
|
|
|
68
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
71
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
69
72
|
|
|
70
73
|
export declare namespace ArrowRight {
|
|
71
|
-
var defaultProps: IconProps_10;
|
|
72
74
|
var displayName: string;
|
|
73
75
|
}
|
|
74
76
|
|
|
75
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
77
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
76
78
|
|
|
77
79
|
export declare namespace ArrowRightCircle {
|
|
78
|
-
var defaultProps: IconProps_9;
|
|
79
80
|
var displayName: string;
|
|
80
81
|
}
|
|
81
82
|
|
|
82
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
83
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
83
84
|
|
|
84
85
|
export declare namespace ArrowUp {
|
|
85
|
-
var defaultProps: IconProps_12;
|
|
86
86
|
var displayName: string;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
89
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
90
90
|
|
|
91
91
|
export declare namespace ArrowUpCircle {
|
|
92
|
-
var defaultProps: IconProps_11;
|
|
93
92
|
var displayName: string;
|
|
94
93
|
}
|
|
95
94
|
|
|
96
|
-
export declare function Bankcard<T>(props: Partial<
|
|
95
|
+
export declare function Bankcard<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
97
96
|
|
|
98
97
|
export declare namespace Bankcard {
|
|
99
|
-
var defaultProps: IconProps_13;
|
|
100
98
|
var displayName: string;
|
|
101
99
|
}
|
|
102
100
|
|
|
103
|
-
export declare function
|
|
101
|
+
export declare function BarrackFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
102
|
+
|
|
103
|
+
export declare namespace BarrackFill {
|
|
104
|
+
var displayName: string;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export declare function BoyColor<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
104
108
|
|
|
105
109
|
export declare namespace BoyColor {
|
|
106
|
-
var defaultProps: IconProps_60;
|
|
107
110
|
var displayName: string;
|
|
108
111
|
}
|
|
109
112
|
|
|
110
|
-
export declare function Call<T>(props: Partial<
|
|
113
|
+
export declare function Call<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
111
114
|
|
|
112
115
|
export declare namespace Call {
|
|
113
|
-
var defaultProps: IconProps_14;
|
|
114
116
|
var displayName: string;
|
|
115
117
|
}
|
|
116
118
|
|
|
117
|
-
export declare function Camera<T>(props: Partial<
|
|
119
|
+
export declare function Camera<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
118
120
|
|
|
119
121
|
export declare namespace Camera {
|
|
120
|
-
var defaultProps: IconProps_16;
|
|
121
122
|
var displayName: string;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
|
-
export declare function CameraFill<T>(props: Partial<
|
|
125
|
+
export declare function CameraFill<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
125
126
|
|
|
126
127
|
export declare namespace CameraFill {
|
|
127
|
-
var defaultProps: IconProps_15;
|
|
128
128
|
var displayName: string;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
export declare function
|
|
131
|
+
export declare function Change<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
132
|
+
|
|
133
|
+
export declare namespace Change {
|
|
134
|
+
var displayName: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export declare function CheckmarkFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
138
|
+
|
|
139
|
+
export declare namespace CheckmarkFill {
|
|
140
|
+
var displayName: string;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
132
144
|
|
|
133
145
|
export declare namespace ClaimsDetailColor {
|
|
134
|
-
var defaultProps: IconProps_61;
|
|
135
146
|
var displayName: string;
|
|
136
147
|
}
|
|
137
148
|
|
|
138
|
-
export declare function Close<T>(props: Partial<
|
|
149
|
+
export declare function Close<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
139
150
|
|
|
140
151
|
export declare namespace Close {
|
|
141
|
-
var defaultProps: IconProps_17;
|
|
142
152
|
var displayName: string;
|
|
143
153
|
}
|
|
144
154
|
|
|
145
|
-
export declare function
|
|
155
|
+
export declare function Code<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
156
|
+
|
|
157
|
+
export declare namespace Code {
|
|
158
|
+
var displayName: string;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export declare function Customer<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
146
162
|
|
|
147
163
|
export declare namespace Customer {
|
|
148
|
-
var defaultProps: IconProps_18;
|
|
149
164
|
var displayName: string;
|
|
150
165
|
}
|
|
151
166
|
|
|
152
|
-
export declare function
|
|
167
|
+
export declare function DaibingkebaoFill<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
168
|
+
|
|
169
|
+
export declare namespace DaibingkebaoFill {
|
|
170
|
+
var displayName: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare function Delete<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
153
174
|
|
|
154
175
|
export declare namespace Delete {
|
|
155
|
-
var defaultProps: IconProps_20;
|
|
156
176
|
var displayName: string;
|
|
157
177
|
}
|
|
158
178
|
|
|
159
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
179
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
160
180
|
|
|
161
181
|
export declare namespace DeleteFill {
|
|
162
|
-
var defaultProps: IconProps_19;
|
|
163
182
|
var displayName: string;
|
|
164
183
|
}
|
|
165
184
|
|
|
166
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
185
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
167
186
|
|
|
168
187
|
export declare namespace DirectClaimsColor {
|
|
169
|
-
var defaultProps: IconProps_62;
|
|
170
188
|
var displayName: string;
|
|
171
189
|
}
|
|
172
190
|
|
|
173
|
-
export declare function DownFill<T>(props: Partial<
|
|
191
|
+
export declare function DownFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
174
192
|
|
|
175
193
|
export declare namespace DownFill {
|
|
176
|
-
var defaultProps: IconProps_21;
|
|
177
194
|
var displayName: string;
|
|
178
195
|
}
|
|
179
196
|
|
|
180
|
-
export declare function
|
|
197
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
198
|
+
|
|
199
|
+
export declare namespace DynamicLoading {
|
|
200
|
+
var displayName: string;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export declare function Expert<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
204
|
+
|
|
205
|
+
export declare namespace Expert {
|
|
206
|
+
var displayName: string;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export declare function Failure<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
181
210
|
|
|
182
211
|
export declare namespace Failure {
|
|
183
|
-
var defaultProps: IconProps_23;
|
|
184
212
|
var displayName: string;
|
|
185
213
|
}
|
|
186
214
|
|
|
187
|
-
export declare function FailureFill<T>(props: Partial<
|
|
215
|
+
export declare function FailureFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
188
216
|
|
|
189
217
|
export declare namespace FailureFill {
|
|
190
|
-
var defaultProps: IconProps_22;
|
|
191
218
|
var displayName: string;
|
|
192
219
|
}
|
|
193
220
|
|
|
194
|
-
export declare function
|
|
221
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
222
|
+
|
|
223
|
+
export declare namespace FamilyFill {
|
|
224
|
+
var displayName: string;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
195
228
|
|
|
196
229
|
export declare namespace GeneraoInfoColor {
|
|
197
|
-
var defaultProps: IconProps_63;
|
|
198
230
|
var displayName: string;
|
|
199
231
|
}
|
|
200
232
|
|
|
201
|
-
export declare function GirlColor<T>(props: Partial<
|
|
233
|
+
export declare function GirlColor<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
202
234
|
|
|
203
235
|
export declare namespace GirlColor {
|
|
204
|
-
var defaultProps: IconProps_64;
|
|
205
236
|
var displayName: string;
|
|
206
237
|
}
|
|
207
238
|
|
|
208
|
-
export declare function Guarantee<T>(props: Partial<
|
|
239
|
+
export declare function Guarantee<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
209
240
|
|
|
210
241
|
export declare namespace Guarantee {
|
|
211
|
-
var defaultProps: IconProps_25;
|
|
212
242
|
var displayName: string;
|
|
213
243
|
}
|
|
214
244
|
|
|
215
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
245
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
216
246
|
|
|
217
247
|
export declare namespace GuaranteeFill {
|
|
218
|
-
var defaultProps: IconProps_24;
|
|
219
248
|
var displayName: string;
|
|
220
249
|
}
|
|
221
250
|
|
|
222
|
-
|
|
251
|
+
declare function History_2<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
252
|
+
|
|
253
|
+
declare namespace History_2 {
|
|
254
|
+
var displayName: string;
|
|
255
|
+
}
|
|
256
|
+
export { History_2 as History }
|
|
257
|
+
|
|
258
|
+
export declare function Home<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
223
259
|
|
|
224
260
|
export declare namespace Home {
|
|
225
|
-
var defaultProps: IconProps_26;
|
|
226
261
|
var displayName: string;
|
|
227
262
|
}
|
|
228
263
|
|
|
229
264
|
export declare function IconFont<T>(props: Partial<IconProps> & T): ReactElement;
|
|
230
265
|
|
|
231
266
|
export declare namespace IconFont {
|
|
232
|
-
var defaultProps: IconProps;
|
|
233
267
|
var displayName: string;
|
|
234
268
|
}
|
|
235
269
|
|
|
@@ -923,28 +957,84 @@ declare interface IconProps_57 {
|
|
|
923
957
|
}
|
|
924
958
|
|
|
925
959
|
declare interface IconProps_58 {
|
|
960
|
+
size: string | number;
|
|
926
961
|
classPrefix: string;
|
|
962
|
+
color: string;
|
|
927
963
|
tag: keyof ReactHTML;
|
|
964
|
+
logValue?: string;
|
|
965
|
+
onClick: (e: MouseEvent) => void;
|
|
966
|
+
fontClassName: string;
|
|
967
|
+
className: string;
|
|
968
|
+
style: React_2.CSSProperties;
|
|
969
|
+
children: React_2.ReactNode;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
declare interface IconProps_59 {
|
|
928
973
|
size: string | number;
|
|
974
|
+
classPrefix: string;
|
|
975
|
+
color: string;
|
|
976
|
+
tag: keyof ReactHTML;
|
|
977
|
+
logValue?: string;
|
|
929
978
|
onClick: (e: MouseEvent) => void;
|
|
979
|
+
fontClassName: string;
|
|
930
980
|
className: string;
|
|
981
|
+
style: React_2.CSSProperties;
|
|
982
|
+
children: React_2.ReactNode;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
declare interface IconProps_6 {
|
|
986
|
+
size: string | number;
|
|
987
|
+
classPrefix: string;
|
|
988
|
+
color: string;
|
|
989
|
+
tag: keyof ReactHTML;
|
|
931
990
|
logValue?: string;
|
|
991
|
+
onClick: (e: MouseEvent) => void;
|
|
992
|
+
fontClassName: string;
|
|
993
|
+
className: string;
|
|
932
994
|
style: React_2.CSSProperties;
|
|
933
995
|
children: React_2.ReactNode;
|
|
934
996
|
}
|
|
935
997
|
|
|
936
|
-
declare interface
|
|
998
|
+
declare interface IconProps_60 {
|
|
999
|
+
size: string | number;
|
|
937
1000
|
classPrefix: string;
|
|
1001
|
+
color: string;
|
|
938
1002
|
tag: keyof ReactHTML;
|
|
1003
|
+
logValue?: string;
|
|
1004
|
+
onClick: (e: MouseEvent) => void;
|
|
1005
|
+
fontClassName: string;
|
|
1006
|
+
className: string;
|
|
1007
|
+
style: React_2.CSSProperties;
|
|
1008
|
+
children: React_2.ReactNode;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
declare interface IconProps_61 {
|
|
939
1012
|
size: string | number;
|
|
1013
|
+
classPrefix: string;
|
|
1014
|
+
color: string;
|
|
1015
|
+
tag: keyof ReactHTML;
|
|
1016
|
+
logValue?: string;
|
|
940
1017
|
onClick: (e: MouseEvent) => void;
|
|
1018
|
+
fontClassName: string;
|
|
941
1019
|
className: string;
|
|
1020
|
+
style: React_2.CSSProperties;
|
|
1021
|
+
children: React_2.ReactNode;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
declare interface IconProps_62 {
|
|
1025
|
+
size: string | number;
|
|
1026
|
+
classPrefix: string;
|
|
1027
|
+
color: string;
|
|
1028
|
+
tag: keyof ReactHTML;
|
|
942
1029
|
logValue?: string;
|
|
1030
|
+
onClick: (e: MouseEvent) => void;
|
|
1031
|
+
fontClassName: string;
|
|
1032
|
+
className: string;
|
|
943
1033
|
style: React_2.CSSProperties;
|
|
944
1034
|
children: React_2.ReactNode;
|
|
945
1035
|
}
|
|
946
1036
|
|
|
947
|
-
declare interface
|
|
1037
|
+
declare interface IconProps_63 {
|
|
948
1038
|
size: string | number;
|
|
949
1039
|
classPrefix: string;
|
|
950
1040
|
color: string;
|
|
@@ -957,18 +1047,72 @@ declare interface IconProps_6 {
|
|
|
957
1047
|
children: React_2.ReactNode;
|
|
958
1048
|
}
|
|
959
1049
|
|
|
960
|
-
declare interface
|
|
1050
|
+
declare interface IconProps_64 {
|
|
1051
|
+
size: string | number;
|
|
1052
|
+
classPrefix: string;
|
|
1053
|
+
color: string;
|
|
1054
|
+
tag: keyof ReactHTML;
|
|
1055
|
+
logValue?: string;
|
|
1056
|
+
onClick: (e: MouseEvent) => void;
|
|
1057
|
+
fontClassName: string;
|
|
1058
|
+
className: string;
|
|
1059
|
+
style: React_2.CSSProperties;
|
|
1060
|
+
children: React_2.ReactNode;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
declare interface IconProps_65 {
|
|
1064
|
+
size: string | number;
|
|
961
1065
|
classPrefix: string;
|
|
1066
|
+
color: string;
|
|
962
1067
|
tag: keyof ReactHTML;
|
|
1068
|
+
logValue?: string;
|
|
1069
|
+
onClick: (e: MouseEvent) => void;
|
|
1070
|
+
fontClassName: string;
|
|
1071
|
+
className: string;
|
|
1072
|
+
style: React_2.CSSProperties;
|
|
1073
|
+
children: React_2.ReactNode;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
declare interface IconProps_66 {
|
|
1077
|
+
size: string | number;
|
|
1078
|
+
classPrefix: string;
|
|
1079
|
+
color: string;
|
|
1080
|
+
tag: keyof ReactHTML;
|
|
1081
|
+
logValue?: string;
|
|
1082
|
+
onClick: (e: MouseEvent) => void;
|
|
1083
|
+
fontClassName: string;
|
|
1084
|
+
className: string;
|
|
1085
|
+
style: React_2.CSSProperties;
|
|
1086
|
+
children: React_2.ReactNode;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
declare interface IconProps_67 {
|
|
963
1090
|
size: string | number;
|
|
1091
|
+
classPrefix: string;
|
|
1092
|
+
color: string;
|
|
1093
|
+
tag: keyof ReactHTML;
|
|
1094
|
+
logValue?: string;
|
|
964
1095
|
onClick: (e: MouseEvent) => void;
|
|
1096
|
+
fontClassName: string;
|
|
965
1097
|
className: string;
|
|
1098
|
+
style: React_2.CSSProperties;
|
|
1099
|
+
children: React_2.ReactNode;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
declare interface IconProps_68 {
|
|
1103
|
+
size: string | number;
|
|
1104
|
+
classPrefix: string;
|
|
1105
|
+
color: string;
|
|
1106
|
+
tag: keyof ReactHTML;
|
|
966
1107
|
logValue?: string;
|
|
1108
|
+
onClick: (e: MouseEvent) => void;
|
|
1109
|
+
fontClassName: string;
|
|
1110
|
+
className: string;
|
|
967
1111
|
style: React_2.CSSProperties;
|
|
968
1112
|
children: React_2.ReactNode;
|
|
969
1113
|
}
|
|
970
1114
|
|
|
971
|
-
declare interface
|
|
1115
|
+
declare interface IconProps_69 {
|
|
972
1116
|
classPrefix: string;
|
|
973
1117
|
tag: keyof ReactHTML;
|
|
974
1118
|
size: string | number;
|
|
@@ -979,7 +1123,20 @@ declare interface IconProps_61 {
|
|
|
979
1123
|
children: React_2.ReactNode;
|
|
980
1124
|
}
|
|
981
1125
|
|
|
982
|
-
declare interface
|
|
1126
|
+
declare interface IconProps_7 {
|
|
1127
|
+
size: string | number;
|
|
1128
|
+
classPrefix: string;
|
|
1129
|
+
color: string;
|
|
1130
|
+
tag: keyof ReactHTML;
|
|
1131
|
+
logValue?: string;
|
|
1132
|
+
onClick: (e: MouseEvent) => void;
|
|
1133
|
+
fontClassName: string;
|
|
1134
|
+
className: string;
|
|
1135
|
+
style: React_2.CSSProperties;
|
|
1136
|
+
children: React_2.ReactNode;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
declare interface IconProps_70 {
|
|
983
1140
|
classPrefix: string;
|
|
984
1141
|
tag: keyof ReactHTML;
|
|
985
1142
|
size: string | number;
|
|
@@ -990,7 +1147,7 @@ declare interface IconProps_62 {
|
|
|
990
1147
|
children: React_2.ReactNode;
|
|
991
1148
|
}
|
|
992
1149
|
|
|
993
|
-
declare interface
|
|
1150
|
+
declare interface IconProps_71 {
|
|
994
1151
|
classPrefix: string;
|
|
995
1152
|
tag: keyof ReactHTML;
|
|
996
1153
|
size: string | number;
|
|
@@ -1001,7 +1158,7 @@ declare interface IconProps_63 {
|
|
|
1001
1158
|
children: React_2.ReactNode;
|
|
1002
1159
|
}
|
|
1003
1160
|
|
|
1004
|
-
declare interface
|
|
1161
|
+
declare interface IconProps_72 {
|
|
1005
1162
|
classPrefix: string;
|
|
1006
1163
|
tag: keyof ReactHTML;
|
|
1007
1164
|
size: string | number;
|
|
@@ -1012,7 +1169,7 @@ declare interface IconProps_64 {
|
|
|
1012
1169
|
children: React_2.ReactNode;
|
|
1013
1170
|
}
|
|
1014
1171
|
|
|
1015
|
-
declare interface
|
|
1172
|
+
declare interface IconProps_73 {
|
|
1016
1173
|
classPrefix: string;
|
|
1017
1174
|
tag: keyof ReactHTML;
|
|
1018
1175
|
size: string | number;
|
|
@@ -1023,7 +1180,7 @@ declare interface IconProps_65 {
|
|
|
1023
1180
|
children: React_2.ReactNode;
|
|
1024
1181
|
}
|
|
1025
1182
|
|
|
1026
|
-
declare interface
|
|
1183
|
+
declare interface IconProps_74 {
|
|
1027
1184
|
classPrefix: string;
|
|
1028
1185
|
tag: keyof ReactHTML;
|
|
1029
1186
|
size: string | number;
|
|
@@ -1034,7 +1191,7 @@ declare interface IconProps_66 {
|
|
|
1034
1191
|
children: React_2.ReactNode;
|
|
1035
1192
|
}
|
|
1036
1193
|
|
|
1037
|
-
declare interface
|
|
1194
|
+
declare interface IconProps_75 {
|
|
1038
1195
|
classPrefix: string;
|
|
1039
1196
|
tag: keyof ReactHTML;
|
|
1040
1197
|
size: string | number;
|
|
@@ -1045,15 +1202,46 @@ declare interface IconProps_67 {
|
|
|
1045
1202
|
children: React_2.ReactNode;
|
|
1046
1203
|
}
|
|
1047
1204
|
|
|
1048
|
-
declare interface
|
|
1205
|
+
declare interface IconProps_76 {
|
|
1206
|
+
classPrefix: string;
|
|
1207
|
+
tag: keyof ReactHTML;
|
|
1208
|
+
size: string | number;
|
|
1209
|
+
onClick: (e: MouseEvent) => void;
|
|
1210
|
+
className: string;
|
|
1211
|
+
logValue?: string;
|
|
1212
|
+
style: React_2.CSSProperties;
|
|
1213
|
+
children: React_2.ReactNode;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
declare interface IconProps_77 {
|
|
1217
|
+
classPrefix: string;
|
|
1218
|
+
tag: keyof ReactHTML;
|
|
1049
1219
|
size: string | number;
|
|
1220
|
+
onClick: (e: MouseEvent) => void;
|
|
1221
|
+
className: string;
|
|
1222
|
+
logValue?: string;
|
|
1223
|
+
style: React_2.CSSProperties;
|
|
1224
|
+
children: React_2.ReactNode;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
declare interface IconProps_78 {
|
|
1050
1228
|
classPrefix: string;
|
|
1051
|
-
color: string;
|
|
1052
1229
|
tag: keyof ReactHTML;
|
|
1230
|
+
size: string | number;
|
|
1231
|
+
onClick: (e: MouseEvent) => void;
|
|
1232
|
+
className: string;
|
|
1053
1233
|
logValue?: string;
|
|
1234
|
+
style: React_2.CSSProperties;
|
|
1235
|
+
children: React_2.ReactNode;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
declare interface IconProps_79 {
|
|
1239
|
+
classPrefix: string;
|
|
1240
|
+
tag: keyof ReactHTML;
|
|
1241
|
+
size: string | number;
|
|
1054
1242
|
onClick: (e: MouseEvent) => void;
|
|
1055
|
-
fontClassName: string;
|
|
1056
1243
|
className: string;
|
|
1244
|
+
logValue?: string;
|
|
1057
1245
|
style: React_2.CSSProperties;
|
|
1058
1246
|
children: React_2.ReactNode;
|
|
1059
1247
|
}
|
|
@@ -1084,241 +1272,213 @@ declare interface IconProps_9 {
|
|
|
1084
1272
|
children: React_2.ReactNode;
|
|
1085
1273
|
}
|
|
1086
1274
|
|
|
1087
|
-
export declare function Information<T>(props: Partial<
|
|
1275
|
+
export declare function Information<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1088
1276
|
|
|
1089
1277
|
export declare namespace Information {
|
|
1090
|
-
var defaultProps: IconProps_28;
|
|
1091
1278
|
var displayName: string;
|
|
1092
1279
|
}
|
|
1093
1280
|
|
|
1094
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1281
|
+
export declare function InformationFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1095
1282
|
|
|
1096
1283
|
export declare namespace InformationFill {
|
|
1097
|
-
var defaultProps: IconProps_27;
|
|
1098
1284
|
var displayName: string;
|
|
1099
1285
|
}
|
|
1100
1286
|
|
|
1101
|
-
export declare function Invisible<T>(props: Partial<
|
|
1287
|
+
export declare function Invisible<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1102
1288
|
|
|
1103
1289
|
export declare namespace Invisible {
|
|
1104
|
-
var defaultProps: IconProps_29;
|
|
1105
1290
|
var displayName: string;
|
|
1106
1291
|
}
|
|
1107
1292
|
|
|
1108
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1293
|
+
export declare function LeftFill<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1109
1294
|
|
|
1110
1295
|
export declare namespace LeftFill {
|
|
1111
|
-
var defaultProps: IconProps_30;
|
|
1112
1296
|
var displayName: string;
|
|
1113
1297
|
}
|
|
1114
1298
|
|
|
1115
|
-
export declare function Loading<T>(props: Partial<
|
|
1299
|
+
export declare function Loading<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1116
1300
|
|
|
1117
1301
|
export declare namespace Loading {
|
|
1118
|
-
var defaultProps: IconProps_31;
|
|
1119
1302
|
var displayName: string;
|
|
1120
1303
|
}
|
|
1121
1304
|
|
|
1122
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1305
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1123
1306
|
|
|
1124
1307
|
export declare namespace LoginOffColor {
|
|
1125
|
-
var defaultProps: IconProps_65;
|
|
1126
1308
|
var displayName: string;
|
|
1127
1309
|
}
|
|
1128
1310
|
|
|
1129
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1311
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1130
1312
|
|
|
1131
1313
|
export declare namespace LoginOnColor {
|
|
1132
|
-
var defaultProps: IconProps_66;
|
|
1133
1314
|
var displayName: string;
|
|
1134
1315
|
}
|
|
1135
1316
|
|
|
1136
|
-
export declare function Modify<T>(props: Partial<
|
|
1317
|
+
export declare function Modify<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1137
1318
|
|
|
1138
1319
|
export declare namespace Modify {
|
|
1139
|
-
var defaultProps: IconProps_32;
|
|
1140
1320
|
var displayName: string;
|
|
1141
1321
|
}
|
|
1142
1322
|
|
|
1143
|
-
export declare function Plus<T>(props: Partial<
|
|
1323
|
+
export declare function Plus<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1144
1324
|
|
|
1145
1325
|
export declare namespace Plus {
|
|
1146
|
-
var defaultProps: IconProps_33;
|
|
1147
1326
|
var displayName: string;
|
|
1148
1327
|
}
|
|
1149
1328
|
|
|
1150
|
-
export declare function Position<T>(props: Partial<
|
|
1329
|
+
export declare function Position<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1151
1330
|
|
|
1152
1331
|
export declare namespace Position {
|
|
1153
|
-
var defaultProps: IconProps_34;
|
|
1154
1332
|
var displayName: string;
|
|
1155
1333
|
}
|
|
1156
1334
|
|
|
1157
|
-
export declare function Problem<T>(props: Partial<
|
|
1335
|
+
export declare function Problem<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1158
1336
|
|
|
1159
1337
|
export declare namespace Problem {
|
|
1160
|
-
var defaultProps: IconProps_36;
|
|
1161
1338
|
var displayName: string;
|
|
1162
1339
|
}
|
|
1163
1340
|
|
|
1164
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1341
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1165
1342
|
|
|
1166
1343
|
export declare namespace ProblemFill {
|
|
1167
|
-
var defaultProps: IconProps_35;
|
|
1168
1344
|
var displayName: string;
|
|
1169
1345
|
}
|
|
1170
1346
|
|
|
1171
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1347
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1172
1348
|
|
|
1173
1349
|
export declare namespace Prohibitselected {
|
|
1174
|
-
var defaultProps: IconProps_38;
|
|
1175
1350
|
var displayName: string;
|
|
1176
1351
|
}
|
|
1177
1352
|
|
|
1178
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1353
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1179
1354
|
|
|
1180
1355
|
export declare namespace ProhibitselectedRectangle {
|
|
1181
|
-
var defaultProps: IconProps_37;
|
|
1182
1356
|
var displayName: string;
|
|
1183
1357
|
}
|
|
1184
1358
|
|
|
1185
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1359
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1186
1360
|
|
|
1187
1361
|
export declare namespace QuickClaimsColor {
|
|
1188
|
-
var defaultProps: IconProps_67;
|
|
1189
1362
|
var displayName: string;
|
|
1190
1363
|
}
|
|
1191
1364
|
|
|
1192
|
-
export declare function Remind<T>(props: Partial<
|
|
1365
|
+
export declare function Remind<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1193
1366
|
|
|
1194
1367
|
export declare namespace Remind {
|
|
1195
|
-
var defaultProps: IconProps_39;
|
|
1196
1368
|
var displayName: string;
|
|
1197
1369
|
}
|
|
1198
1370
|
|
|
1199
|
-
export declare function RightFill<T>(props: Partial<
|
|
1371
|
+
export declare function RightFill<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1200
1372
|
|
|
1201
1373
|
export declare namespace RightFill {
|
|
1202
|
-
var defaultProps: IconProps_40;
|
|
1203
1374
|
var displayName: string;
|
|
1204
1375
|
}
|
|
1205
1376
|
|
|
1206
|
-
export declare function Search<T>(props: Partial<
|
|
1377
|
+
export declare function Search<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1207
1378
|
|
|
1208
1379
|
export declare namespace Search {
|
|
1209
|
-
var defaultProps: IconProps_41;
|
|
1210
1380
|
var displayName: string;
|
|
1211
1381
|
}
|
|
1212
1382
|
|
|
1213
|
-
export declare function Selected<T>(props: Partial<
|
|
1383
|
+
export declare function Selected<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1214
1384
|
|
|
1215
1385
|
export declare namespace Selected {
|
|
1216
|
-
var defaultProps: IconProps_44;
|
|
1217
1386
|
var displayName: string;
|
|
1218
1387
|
}
|
|
1219
1388
|
|
|
1220
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1389
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1221
1390
|
|
|
1222
1391
|
export declare namespace SelectedFill {
|
|
1223
|
-
var defaultProps: IconProps_42;
|
|
1224
1392
|
var displayName: string;
|
|
1225
1393
|
}
|
|
1226
1394
|
|
|
1227
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1395
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1228
1396
|
|
|
1229
1397
|
export declare namespace SelectedminusFill {
|
|
1230
|
-
var defaultProps: IconProps_45;
|
|
1231
1398
|
var displayName: string;
|
|
1232
1399
|
}
|
|
1233
1400
|
|
|
1234
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1401
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1235
1402
|
|
|
1236
1403
|
export declare namespace SelectedminusRectangleFill {
|
|
1237
|
-
var defaultProps: IconProps_46;
|
|
1238
1404
|
var displayName: string;
|
|
1239
1405
|
}
|
|
1240
1406
|
|
|
1241
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1407
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1242
1408
|
|
|
1243
1409
|
export declare namespace SelectedRectangleFill {
|
|
1244
|
-
var defaultProps: IconProps_43;
|
|
1245
1410
|
var displayName: string;
|
|
1246
1411
|
}
|
|
1247
1412
|
|
|
1248
|
-
export declare function Success<T>(props: Partial<
|
|
1413
|
+
export declare function Success<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1249
1414
|
|
|
1250
1415
|
export declare namespace Success {
|
|
1251
|
-
var defaultProps: IconProps_48;
|
|
1252
1416
|
var displayName: string;
|
|
1253
1417
|
}
|
|
1254
1418
|
|
|
1255
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1419
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1256
1420
|
|
|
1257
1421
|
export declare namespace SuccessFill {
|
|
1258
|
-
var defaultProps: IconProps_47;
|
|
1259
1422
|
var displayName: string;
|
|
1260
1423
|
}
|
|
1261
1424
|
|
|
1262
|
-
export declare function Time<T>(props: Partial<
|
|
1425
|
+
export declare function Time<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1263
1426
|
|
|
1264
1427
|
export declare namespace Time {
|
|
1265
|
-
var defaultProps: IconProps_50;
|
|
1266
1428
|
var displayName: string;
|
|
1267
1429
|
}
|
|
1268
1430
|
|
|
1269
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1431
|
+
export declare function TimeFill<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1270
1432
|
|
|
1271
1433
|
export declare namespace TimeFill {
|
|
1272
|
-
var defaultProps: IconProps_49;
|
|
1273
1434
|
var displayName: string;
|
|
1274
1435
|
}
|
|
1275
1436
|
|
|
1276
|
-
export declare function Unselected<T>(props: Partial<
|
|
1437
|
+
export declare function Unselected<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1277
1438
|
|
|
1278
1439
|
export declare namespace Unselected {
|
|
1279
|
-
var defaultProps: IconProps_52;
|
|
1280
1440
|
var displayName: string;
|
|
1281
1441
|
}
|
|
1282
1442
|
|
|
1283
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1443
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
1284
1444
|
|
|
1285
1445
|
export declare namespace UnselectedRectangle {
|
|
1286
|
-
var defaultProps: IconProps_51;
|
|
1287
1446
|
var displayName: string;
|
|
1288
1447
|
}
|
|
1289
1448
|
|
|
1290
|
-
export declare function UpFill<T>(props: Partial<
|
|
1449
|
+
export declare function UpFill<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1291
1450
|
|
|
1292
1451
|
export declare namespace UpFill {
|
|
1293
|
-
var defaultProps: IconProps_53;
|
|
1294
1452
|
var displayName: string;
|
|
1295
1453
|
}
|
|
1296
1454
|
|
|
1297
|
-
export declare function User<T>(props: Partial<
|
|
1455
|
+
export declare function User<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1298
1456
|
|
|
1299
1457
|
export declare namespace User {
|
|
1300
|
-
var defaultProps: IconProps_54;
|
|
1301
1458
|
var displayName: string;
|
|
1302
1459
|
}
|
|
1303
1460
|
|
|
1304
|
-
export declare function Visible<T>(props: Partial<
|
|
1461
|
+
export declare function Visible<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1305
1462
|
|
|
1306
1463
|
export declare namespace Visible {
|
|
1307
|
-
var defaultProps: IconProps_55;
|
|
1308
1464
|
var displayName: string;
|
|
1309
1465
|
}
|
|
1310
1466
|
|
|
1311
|
-
export declare function Warning<T>(props: Partial<
|
|
1467
|
+
export declare function Warning<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1312
1468
|
|
|
1313
1469
|
export declare namespace Warning {
|
|
1314
|
-
var defaultProps: IconProps_57;
|
|
1315
1470
|
var displayName: string;
|
|
1316
1471
|
}
|
|
1317
1472
|
|
|
1318
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1473
|
+
export declare function WarningFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1319
1474
|
|
|
1320
1475
|
export declare namespace WarningFill {
|
|
1321
|
-
var
|
|
1476
|
+
var displayName: string;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
export declare function WechatBack<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1480
|
+
|
|
1481
|
+
export declare namespace WechatBack {
|
|
1322
1482
|
var displayName: string;
|
|
1323
1483
|
}
|
|
1324
1484
|
|