@mijadesign/mobile-icons 1.0.0-beta.3 → 1.0.0-beta.4
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 +55 -0
- package/dist/es/icons/FamilyFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +2 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +178 -138
- package/dist/types/mobile-icons.mjs +2272 -2170
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2,227 +2,241 @@ 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
6
|
|
|
7
|
-
export declare namespace
|
|
7
|
+
export declare namespace AddFamily {
|
|
8
8
|
var defaultProps: IconProps_2;
|
|
9
9
|
var displayName: string;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export declare function
|
|
12
|
+
export declare function AddFill<T>(props: Partial<IconProps_3> & T): ReactElement;
|
|
13
13
|
|
|
14
|
-
export declare namespace
|
|
14
|
+
export declare namespace AddFill {
|
|
15
15
|
var defaultProps: IconProps_3;
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
export declare function
|
|
19
|
+
export declare function AddRectangleFill<T>(props: Partial<IconProps_4> & T): ReactElement;
|
|
20
20
|
|
|
21
|
-
export declare namespace
|
|
21
|
+
export declare namespace AddRectangleFill {
|
|
22
22
|
var defaultProps: IconProps_4;
|
|
23
23
|
var displayName: string;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export declare function
|
|
26
|
+
export declare function Addressbook<T>(props: Partial<IconProps_5> & T): ReactElement;
|
|
27
|
+
|
|
28
|
+
export declare namespace Addressbook {
|
|
29
|
+
var defaultProps: IconProps_5;
|
|
30
|
+
var displayName: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
27
34
|
|
|
28
35
|
export declare namespace AdultManColor {
|
|
29
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_61;
|
|
30
37
|
var displayName: string;
|
|
31
38
|
}
|
|
32
39
|
|
|
33
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
34
41
|
|
|
35
42
|
export declare namespace AdultWomanColor {
|
|
36
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_62;
|
|
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_7> & T): ReactElement;
|
|
41
48
|
|
|
42
49
|
export declare namespace ArrowDown {
|
|
43
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_7;
|
|
44
51
|
var displayName: string;
|
|
45
52
|
}
|
|
46
53
|
|
|
47
|
-
export declare function ArrowDownCircle<T>(props: Partial<
|
|
54
|
+
export declare function ArrowDownCircle<T>(props: Partial<IconProps_6> & T): ReactElement;
|
|
48
55
|
|
|
49
56
|
export declare namespace ArrowDownCircle {
|
|
50
|
-
var defaultProps:
|
|
57
|
+
var defaultProps: IconProps_6;
|
|
51
58
|
var displayName: string;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
|
-
export declare function ArrowLeft<T>(props: Partial<
|
|
61
|
+
export declare function ArrowLeft<T>(props: Partial<IconProps_9> & T): ReactElement;
|
|
55
62
|
|
|
56
63
|
export declare namespace ArrowLeft {
|
|
57
|
-
var defaultProps:
|
|
64
|
+
var defaultProps: IconProps_9;
|
|
58
65
|
var displayName: string;
|
|
59
66
|
}
|
|
60
67
|
|
|
61
|
-
export declare function ArrowLeftCircle<T>(props: Partial<
|
|
68
|
+
export declare function ArrowLeftCircle<T>(props: Partial<IconProps_8> & T): ReactElement;
|
|
62
69
|
|
|
63
70
|
export declare namespace ArrowLeftCircle {
|
|
64
|
-
var defaultProps:
|
|
71
|
+
var defaultProps: IconProps_8;
|
|
65
72
|
var displayName: string;
|
|
66
73
|
}
|
|
67
74
|
|
|
68
|
-
export declare function ArrowRight<T>(props: Partial<
|
|
75
|
+
export declare function ArrowRight<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
69
76
|
|
|
70
77
|
export declare namespace ArrowRight {
|
|
71
|
-
var defaultProps:
|
|
78
|
+
var defaultProps: IconProps_11;
|
|
72
79
|
var displayName: string;
|
|
73
80
|
}
|
|
74
81
|
|
|
75
|
-
export declare function ArrowRightCircle<T>(props: Partial<
|
|
82
|
+
export declare function ArrowRightCircle<T>(props: Partial<IconProps_10> & T): ReactElement;
|
|
76
83
|
|
|
77
84
|
export declare namespace ArrowRightCircle {
|
|
78
|
-
var defaultProps:
|
|
85
|
+
var defaultProps: IconProps_10;
|
|
79
86
|
var displayName: string;
|
|
80
87
|
}
|
|
81
88
|
|
|
82
|
-
export declare function ArrowUp<T>(props: Partial<
|
|
89
|
+
export declare function ArrowUp<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
83
90
|
|
|
84
91
|
export declare namespace ArrowUp {
|
|
85
|
-
var defaultProps:
|
|
92
|
+
var defaultProps: IconProps_13;
|
|
86
93
|
var displayName: string;
|
|
87
94
|
}
|
|
88
95
|
|
|
89
|
-
export declare function ArrowUpCircle<T>(props: Partial<
|
|
96
|
+
export declare function ArrowUpCircle<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
90
97
|
|
|
91
98
|
export declare namespace ArrowUpCircle {
|
|
92
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_12;
|
|
93
100
|
var displayName: string;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
export declare function Bankcard<T>(props: Partial<
|
|
103
|
+
export declare function Bankcard<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
97
104
|
|
|
98
105
|
export declare namespace Bankcard {
|
|
99
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_14;
|
|
100
107
|
var displayName: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
export declare function BoyColor<T>(props: Partial<
|
|
110
|
+
export declare function BoyColor<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
104
111
|
|
|
105
112
|
export declare namespace BoyColor {
|
|
106
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_63;
|
|
107
114
|
var displayName: string;
|
|
108
115
|
}
|
|
109
116
|
|
|
110
|
-
export declare function Call<T>(props: Partial<
|
|
117
|
+
export declare function Call<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace Call {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_15;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function Camera<T>(props: Partial<
|
|
124
|
+
export declare function Camera<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace Camera {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_17;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function CameraFill<T>(props: Partial<
|
|
131
|
+
export declare function CameraFill<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace CameraFill {
|
|
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_64> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace ClaimsDetailColor {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_64;
|
|
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 Customer<T>(props: Partial<
|
|
152
|
+
export declare function Customer<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Customer {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_19;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function Delete<T>(props: Partial<
|
|
159
|
+
export declare function Delete<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace Delete {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_21;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
166
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace DeleteFill {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_20;
|
|
163
170
|
var displayName: string;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
173
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
167
174
|
|
|
168
175
|
export declare namespace DirectClaimsColor {
|
|
169
|
-
var defaultProps:
|
|
176
|
+
var defaultProps: IconProps_65;
|
|
170
177
|
var displayName: string;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
export declare function DownFill<T>(props: Partial<
|
|
180
|
+
export declare function DownFill<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
174
181
|
|
|
175
182
|
export declare namespace DownFill {
|
|
176
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_22;
|
|
177
184
|
var displayName: string;
|
|
178
185
|
}
|
|
179
186
|
|
|
180
|
-
export declare function Failure<T>(props: Partial<
|
|
187
|
+
export declare function Failure<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
181
188
|
|
|
182
189
|
export declare namespace Failure {
|
|
183
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_24;
|
|
184
191
|
var displayName: string;
|
|
185
192
|
}
|
|
186
193
|
|
|
187
|
-
export declare function FailureFill<T>(props: Partial<
|
|
194
|
+
export declare function FailureFill<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
188
195
|
|
|
189
196
|
export declare namespace FailureFill {
|
|
190
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_23;
|
|
191
198
|
var displayName: string;
|
|
192
199
|
}
|
|
193
200
|
|
|
194
|
-
export declare function
|
|
201
|
+
export declare function FamilyFill<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
202
|
+
|
|
203
|
+
export declare namespace FamilyFill {
|
|
204
|
+
var defaultProps: IconProps_25;
|
|
205
|
+
var displayName: string;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
195
209
|
|
|
196
210
|
export declare namespace GeneraoInfoColor {
|
|
197
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_66;
|
|
198
212
|
var displayName: string;
|
|
199
213
|
}
|
|
200
214
|
|
|
201
|
-
export declare function GirlColor<T>(props: Partial<
|
|
215
|
+
export declare function GirlColor<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
202
216
|
|
|
203
217
|
export declare namespace GirlColor {
|
|
204
|
-
var defaultProps:
|
|
218
|
+
var defaultProps: IconProps_67;
|
|
205
219
|
var displayName: string;
|
|
206
220
|
}
|
|
207
221
|
|
|
208
|
-
export declare function Guarantee<T>(props: Partial<
|
|
222
|
+
export declare function Guarantee<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
209
223
|
|
|
210
224
|
export declare namespace Guarantee {
|
|
211
|
-
var defaultProps:
|
|
225
|
+
var defaultProps: IconProps_27;
|
|
212
226
|
var displayName: string;
|
|
213
227
|
}
|
|
214
228
|
|
|
215
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
229
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
216
230
|
|
|
217
231
|
export declare namespace GuaranteeFill {
|
|
218
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_26;
|
|
219
233
|
var displayName: string;
|
|
220
234
|
}
|
|
221
235
|
|
|
222
|
-
export declare function Home<T>(props: Partial<
|
|
236
|
+
export declare function Home<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
223
237
|
|
|
224
238
|
export declare namespace Home {
|
|
225
|
-
var defaultProps:
|
|
239
|
+
var defaultProps: IconProps_28;
|
|
226
240
|
var displayName: string;
|
|
227
241
|
}
|
|
228
242
|
|
|
@@ -936,12 +950,14 @@ declare interface IconProps_58 {
|
|
|
936
950
|
}
|
|
937
951
|
|
|
938
952
|
declare interface IconProps_59 {
|
|
953
|
+
size: string | number;
|
|
939
954
|
classPrefix: string;
|
|
955
|
+
color: string;
|
|
940
956
|
tag: keyof ReactHTML;
|
|
941
|
-
|
|
957
|
+
logValue?: string;
|
|
942
958
|
onClick: (e: MouseEvent) => void;
|
|
959
|
+
fontClassName: string;
|
|
943
960
|
className: string;
|
|
944
|
-
logValue?: string;
|
|
945
961
|
style: React_2.CSSProperties;
|
|
946
962
|
children: React_2.ReactNode;
|
|
947
963
|
}
|
|
@@ -960,12 +976,14 @@ declare interface IconProps_6 {
|
|
|
960
976
|
}
|
|
961
977
|
|
|
962
978
|
declare interface IconProps_60 {
|
|
979
|
+
size: string | number;
|
|
963
980
|
classPrefix: string;
|
|
981
|
+
color: string;
|
|
964
982
|
tag: keyof ReactHTML;
|
|
965
|
-
|
|
983
|
+
logValue?: string;
|
|
966
984
|
onClick: (e: MouseEvent) => void;
|
|
985
|
+
fontClassName: string;
|
|
967
986
|
className: string;
|
|
968
|
-
logValue?: string;
|
|
969
987
|
style: React_2.CSSProperties;
|
|
970
988
|
children: React_2.ReactNode;
|
|
971
989
|
}
|
|
@@ -1058,6 +1076,17 @@ declare interface IconProps_68 {
|
|
|
1058
1076
|
children: React_2.ReactNode;
|
|
1059
1077
|
}
|
|
1060
1078
|
|
|
1079
|
+
declare interface IconProps_69 {
|
|
1080
|
+
classPrefix: string;
|
|
1081
|
+
tag: keyof ReactHTML;
|
|
1082
|
+
size: string | number;
|
|
1083
|
+
onClick: (e: MouseEvent) => void;
|
|
1084
|
+
className: string;
|
|
1085
|
+
logValue?: string;
|
|
1086
|
+
style: React_2.CSSProperties;
|
|
1087
|
+
children: React_2.ReactNode;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1061
1090
|
declare interface IconProps_7 {
|
|
1062
1091
|
size: string | number;
|
|
1063
1092
|
classPrefix: string;
|
|
@@ -1071,6 +1100,17 @@ declare interface IconProps_7 {
|
|
|
1071
1100
|
children: React_2.ReactNode;
|
|
1072
1101
|
}
|
|
1073
1102
|
|
|
1103
|
+
declare interface IconProps_70 {
|
|
1104
|
+
classPrefix: string;
|
|
1105
|
+
tag: keyof ReactHTML;
|
|
1106
|
+
size: string | number;
|
|
1107
|
+
onClick: (e: MouseEvent) => void;
|
|
1108
|
+
className: string;
|
|
1109
|
+
logValue?: string;
|
|
1110
|
+
style: React_2.CSSProperties;
|
|
1111
|
+
children: React_2.ReactNode;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1074
1114
|
declare interface IconProps_8 {
|
|
1075
1115
|
size: string | number;
|
|
1076
1116
|
classPrefix: string;
|
|
@@ -1097,248 +1137,248 @@ declare interface IconProps_9 {
|
|
|
1097
1137
|
children: React_2.ReactNode;
|
|
1098
1138
|
}
|
|
1099
1139
|
|
|
1100
|
-
export declare function Information<T>(props: Partial<
|
|
1140
|
+
export declare function Information<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
1101
1141
|
|
|
1102
1142
|
export declare namespace Information {
|
|
1103
|
-
var defaultProps:
|
|
1143
|
+
var defaultProps: IconProps_30;
|
|
1104
1144
|
var displayName: string;
|
|
1105
1145
|
}
|
|
1106
1146
|
|
|
1107
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1147
|
+
export declare function InformationFill<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
1108
1148
|
|
|
1109
1149
|
export declare namespace InformationFill {
|
|
1110
|
-
var defaultProps:
|
|
1150
|
+
var defaultProps: IconProps_29;
|
|
1111
1151
|
var displayName: string;
|
|
1112
1152
|
}
|
|
1113
1153
|
|
|
1114
|
-
export declare function Invisible<T>(props: Partial<
|
|
1154
|
+
export declare function Invisible<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
1115
1155
|
|
|
1116
1156
|
export declare namespace Invisible {
|
|
1117
|
-
var defaultProps:
|
|
1157
|
+
var defaultProps: IconProps_31;
|
|
1118
1158
|
var displayName: string;
|
|
1119
1159
|
}
|
|
1120
1160
|
|
|
1121
|
-
export declare function LeftFill<T>(props: Partial<
|
|
1161
|
+
export declare function LeftFill<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
1122
1162
|
|
|
1123
1163
|
export declare namespace LeftFill {
|
|
1124
|
-
var defaultProps:
|
|
1164
|
+
var defaultProps: IconProps_32;
|
|
1125
1165
|
var displayName: string;
|
|
1126
1166
|
}
|
|
1127
1167
|
|
|
1128
|
-
export declare function Loading<T>(props: Partial<
|
|
1168
|
+
export declare function Loading<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1129
1169
|
|
|
1130
1170
|
export declare namespace Loading {
|
|
1131
|
-
var defaultProps:
|
|
1171
|
+
var defaultProps: IconProps_33;
|
|
1132
1172
|
var displayName: string;
|
|
1133
1173
|
}
|
|
1134
1174
|
|
|
1135
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1175
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1136
1176
|
|
|
1137
1177
|
export declare namespace LoginOffColor {
|
|
1138
|
-
var defaultProps:
|
|
1178
|
+
var defaultProps: IconProps_68;
|
|
1139
1179
|
var displayName: string;
|
|
1140
1180
|
}
|
|
1141
1181
|
|
|
1142
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1182
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1143
1183
|
|
|
1144
1184
|
export declare namespace LoginOnColor {
|
|
1145
|
-
var defaultProps:
|
|
1185
|
+
var defaultProps: IconProps_69;
|
|
1146
1186
|
var displayName: string;
|
|
1147
1187
|
}
|
|
1148
1188
|
|
|
1149
|
-
export declare function Modify<T>(props: Partial<
|
|
1189
|
+
export declare function Modify<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1150
1190
|
|
|
1151
1191
|
export declare namespace Modify {
|
|
1152
|
-
var defaultProps:
|
|
1192
|
+
var defaultProps: IconProps_34;
|
|
1153
1193
|
var displayName: string;
|
|
1154
1194
|
}
|
|
1155
1195
|
|
|
1156
|
-
export declare function Plus<T>(props: Partial<
|
|
1196
|
+
export declare function Plus<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1157
1197
|
|
|
1158
1198
|
export declare namespace Plus {
|
|
1159
|
-
var defaultProps:
|
|
1199
|
+
var defaultProps: IconProps_35;
|
|
1160
1200
|
var displayName: string;
|
|
1161
1201
|
}
|
|
1162
1202
|
|
|
1163
|
-
export declare function Position<T>(props: Partial<
|
|
1203
|
+
export declare function Position<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1164
1204
|
|
|
1165
1205
|
export declare namespace Position {
|
|
1166
|
-
var defaultProps:
|
|
1206
|
+
var defaultProps: IconProps_36;
|
|
1167
1207
|
var displayName: string;
|
|
1168
1208
|
}
|
|
1169
1209
|
|
|
1170
|
-
export declare function Problem<T>(props: Partial<
|
|
1210
|
+
export declare function Problem<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1171
1211
|
|
|
1172
1212
|
export declare namespace Problem {
|
|
1173
|
-
var defaultProps:
|
|
1213
|
+
var defaultProps: IconProps_38;
|
|
1174
1214
|
var displayName: string;
|
|
1175
1215
|
}
|
|
1176
1216
|
|
|
1177
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1217
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1178
1218
|
|
|
1179
1219
|
export declare namespace ProblemFill {
|
|
1180
|
-
var defaultProps:
|
|
1220
|
+
var defaultProps: IconProps_37;
|
|
1181
1221
|
var displayName: string;
|
|
1182
1222
|
}
|
|
1183
1223
|
|
|
1184
|
-
export declare function Prohibitselected<T>(props: Partial<
|
|
1224
|
+
export declare function Prohibitselected<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1185
1225
|
|
|
1186
1226
|
export declare namespace Prohibitselected {
|
|
1187
|
-
var defaultProps:
|
|
1227
|
+
var defaultProps: IconProps_40;
|
|
1188
1228
|
var displayName: string;
|
|
1189
1229
|
}
|
|
1190
1230
|
|
|
1191
|
-
export declare function ProhibitselectedRectangle<T>(props: Partial<
|
|
1231
|
+
export declare function ProhibitselectedRectangle<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1192
1232
|
|
|
1193
1233
|
export declare namespace ProhibitselectedRectangle {
|
|
1194
|
-
var defaultProps:
|
|
1234
|
+
var defaultProps: IconProps_39;
|
|
1195
1235
|
var displayName: string;
|
|
1196
1236
|
}
|
|
1197
1237
|
|
|
1198
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1238
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1199
1239
|
|
|
1200
1240
|
export declare namespace QuickClaimsColor {
|
|
1201
|
-
var defaultProps:
|
|
1241
|
+
var defaultProps: IconProps_70;
|
|
1202
1242
|
var displayName: string;
|
|
1203
1243
|
}
|
|
1204
1244
|
|
|
1205
|
-
export declare function Remind<T>(props: Partial<
|
|
1245
|
+
export declare function Remind<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1206
1246
|
|
|
1207
1247
|
export declare namespace Remind {
|
|
1208
|
-
var defaultProps:
|
|
1248
|
+
var defaultProps: IconProps_41;
|
|
1209
1249
|
var displayName: string;
|
|
1210
1250
|
}
|
|
1211
1251
|
|
|
1212
|
-
export declare function RightFill<T>(props: Partial<
|
|
1252
|
+
export declare function RightFill<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1213
1253
|
|
|
1214
1254
|
export declare namespace RightFill {
|
|
1215
|
-
var defaultProps:
|
|
1255
|
+
var defaultProps: IconProps_42;
|
|
1216
1256
|
var displayName: string;
|
|
1217
1257
|
}
|
|
1218
1258
|
|
|
1219
|
-
export declare function Search<T>(props: Partial<
|
|
1259
|
+
export declare function Search<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1220
1260
|
|
|
1221
1261
|
export declare namespace Search {
|
|
1222
|
-
var defaultProps:
|
|
1262
|
+
var defaultProps: IconProps_43;
|
|
1223
1263
|
var displayName: string;
|
|
1224
1264
|
}
|
|
1225
1265
|
|
|
1226
|
-
export declare function Selected<T>(props: Partial<
|
|
1266
|
+
export declare function Selected<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1227
1267
|
|
|
1228
1268
|
export declare namespace Selected {
|
|
1229
|
-
var defaultProps:
|
|
1269
|
+
var defaultProps: IconProps_46;
|
|
1230
1270
|
var displayName: string;
|
|
1231
1271
|
}
|
|
1232
1272
|
|
|
1233
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1273
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1234
1274
|
|
|
1235
1275
|
export declare namespace SelectedFill {
|
|
1236
|
-
var defaultProps:
|
|
1276
|
+
var defaultProps: IconProps_44;
|
|
1237
1277
|
var displayName: string;
|
|
1238
1278
|
}
|
|
1239
1279
|
|
|
1240
|
-
export declare function SelectedminusFill<T>(props: Partial<
|
|
1280
|
+
export declare function SelectedminusFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1241
1281
|
|
|
1242
1282
|
export declare namespace SelectedminusFill {
|
|
1243
|
-
var defaultProps:
|
|
1283
|
+
var defaultProps: IconProps_47;
|
|
1244
1284
|
var displayName: string;
|
|
1245
1285
|
}
|
|
1246
1286
|
|
|
1247
|
-
export declare function SelectedminusRectangleFill<T>(props: Partial<
|
|
1287
|
+
export declare function SelectedminusRectangleFill<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1248
1288
|
|
|
1249
1289
|
export declare namespace SelectedminusRectangleFill {
|
|
1250
|
-
var defaultProps:
|
|
1290
|
+
var defaultProps: IconProps_48;
|
|
1251
1291
|
var displayName: string;
|
|
1252
1292
|
}
|
|
1253
1293
|
|
|
1254
|
-
export declare function SelectedRectangleFill<T>(props: Partial<
|
|
1294
|
+
export declare function SelectedRectangleFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1255
1295
|
|
|
1256
1296
|
export declare namespace SelectedRectangleFill {
|
|
1257
|
-
var defaultProps:
|
|
1297
|
+
var defaultProps: IconProps_45;
|
|
1258
1298
|
var displayName: string;
|
|
1259
1299
|
}
|
|
1260
1300
|
|
|
1261
|
-
export declare function Success<T>(props: Partial<
|
|
1301
|
+
export declare function Success<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1262
1302
|
|
|
1263
1303
|
export declare namespace Success {
|
|
1264
|
-
var defaultProps:
|
|
1304
|
+
var defaultProps: IconProps_50;
|
|
1265
1305
|
var displayName: string;
|
|
1266
1306
|
}
|
|
1267
1307
|
|
|
1268
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1308
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1269
1309
|
|
|
1270
1310
|
export declare namespace SuccessFill {
|
|
1271
|
-
var defaultProps:
|
|
1311
|
+
var defaultProps: IconProps_49;
|
|
1272
1312
|
var displayName: string;
|
|
1273
1313
|
}
|
|
1274
1314
|
|
|
1275
|
-
export declare function Time<T>(props: Partial<
|
|
1315
|
+
export declare function Time<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1276
1316
|
|
|
1277
1317
|
export declare namespace Time {
|
|
1278
|
-
var defaultProps:
|
|
1318
|
+
var defaultProps: IconProps_52;
|
|
1279
1319
|
var displayName: string;
|
|
1280
1320
|
}
|
|
1281
1321
|
|
|
1282
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1322
|
+
export declare function TimeFill<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1283
1323
|
|
|
1284
1324
|
export declare namespace TimeFill {
|
|
1285
|
-
var defaultProps:
|
|
1325
|
+
var defaultProps: IconProps_51;
|
|
1286
1326
|
var displayName: string;
|
|
1287
1327
|
}
|
|
1288
1328
|
|
|
1289
|
-
export declare function Unselected<T>(props: Partial<
|
|
1329
|
+
export declare function Unselected<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1290
1330
|
|
|
1291
1331
|
export declare namespace Unselected {
|
|
1292
|
-
var defaultProps:
|
|
1332
|
+
var defaultProps: IconProps_54;
|
|
1293
1333
|
var displayName: string;
|
|
1294
1334
|
}
|
|
1295
1335
|
|
|
1296
|
-
export declare function UnselectedRectangle<T>(props: Partial<
|
|
1336
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1297
1337
|
|
|
1298
1338
|
export declare namespace UnselectedRectangle {
|
|
1299
|
-
var defaultProps:
|
|
1339
|
+
var defaultProps: IconProps_53;
|
|
1300
1340
|
var displayName: string;
|
|
1301
1341
|
}
|
|
1302
1342
|
|
|
1303
|
-
export declare function UpFill<T>(props: Partial<
|
|
1343
|
+
export declare function UpFill<T>(props: Partial<IconProps_55> & T): ReactElement;
|
|
1304
1344
|
|
|
1305
1345
|
export declare namespace UpFill {
|
|
1306
|
-
var defaultProps:
|
|
1346
|
+
var defaultProps: IconProps_55;
|
|
1307
1347
|
var displayName: string;
|
|
1308
1348
|
}
|
|
1309
1349
|
|
|
1310
|
-
export declare function User<T>(props: Partial<
|
|
1350
|
+
export declare function User<T>(props: Partial<IconProps_56> & T): ReactElement;
|
|
1311
1351
|
|
|
1312
1352
|
export declare namespace User {
|
|
1313
|
-
var defaultProps:
|
|
1353
|
+
var defaultProps: IconProps_56;
|
|
1314
1354
|
var displayName: string;
|
|
1315
1355
|
}
|
|
1316
1356
|
|
|
1317
|
-
export declare function Visible<T>(props: Partial<
|
|
1357
|
+
export declare function Visible<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
1318
1358
|
|
|
1319
1359
|
export declare namespace Visible {
|
|
1320
|
-
var defaultProps:
|
|
1360
|
+
var defaultProps: IconProps_57;
|
|
1321
1361
|
var displayName: string;
|
|
1322
1362
|
}
|
|
1323
1363
|
|
|
1324
|
-
export declare function Warning<T>(props: Partial<
|
|
1364
|
+
export declare function Warning<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
1325
1365
|
|
|
1326
1366
|
export declare namespace Warning {
|
|
1327
|
-
var defaultProps:
|
|
1367
|
+
var defaultProps: IconProps_59;
|
|
1328
1368
|
var displayName: string;
|
|
1329
1369
|
}
|
|
1330
1370
|
|
|
1331
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1371
|
+
export declare function WarningFill<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
1332
1372
|
|
|
1333
1373
|
export declare namespace WarningFill {
|
|
1334
|
-
var defaultProps:
|
|
1374
|
+
var defaultProps: IconProps_58;
|
|
1335
1375
|
var displayName: string;
|
|
1336
1376
|
}
|
|
1337
1377
|
|
|
1338
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1378
|
+
export declare function WechatBack<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
1339
1379
|
|
|
1340
1380
|
export declare namespace WechatBack {
|
|
1341
|
-
var defaultProps:
|
|
1381
|
+
var defaultProps: IconProps_60;
|
|
1342
1382
|
var displayName: string;
|
|
1343
1383
|
}
|
|
1344
1384
|
|