@mijadesign/mobile-icons 0.0.2-beta.1 → 0.0.2-beta.3
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/Bankcard.js +55 -0
- package/dist/es/icons/DownFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/User.js +55 -0
- package/dist/es/index.es.js +3 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +168 -108
- package/dist/types/mobile-icons.mjs +1678 -1525
- 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_55> & T): ReactElement;
|
|
34
34
|
|
|
35
35
|
export declare namespace AdultManColor {
|
|
36
|
-
var defaultProps:
|
|
36
|
+
var defaultProps: IconProps_55;
|
|
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_56> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultWomanColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_56;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -79,158 +79,172 @@ export declare namespace AuthenticationFill {
|
|
|
79
79
|
var displayName: string;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
export declare function
|
|
82
|
+
export declare function Bankcard<T>(props: Partial<IconProps_11> & T): ReactElement;
|
|
83
83
|
|
|
84
|
-
export declare namespace
|
|
84
|
+
export declare namespace Bankcard {
|
|
85
85
|
var defaultProps: IconProps_11;
|
|
86
86
|
var displayName: string;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
export declare function
|
|
89
|
+
export declare function Banxuan<T>(props: Partial<IconProps_12> & T): ReactElement;
|
|
90
|
+
|
|
91
|
+
export declare namespace Banxuan {
|
|
92
|
+
var defaultProps: IconProps_12;
|
|
93
|
+
var displayName: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare function BoyColor<T>(props: Partial<IconProps_57> & T): ReactElement;
|
|
90
97
|
|
|
91
98
|
export declare namespace BoyColor {
|
|
92
|
-
var defaultProps:
|
|
99
|
+
var defaultProps: IconProps_57;
|
|
93
100
|
var displayName: string;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
export declare function CameraFill<T>(props: Partial<
|
|
103
|
+
export declare function CameraFill<T>(props: Partial<IconProps_13> & T): ReactElement;
|
|
97
104
|
|
|
98
105
|
export declare namespace CameraFill {
|
|
99
|
-
var defaultProps:
|
|
106
|
+
var defaultProps: IconProps_13;
|
|
100
107
|
var displayName: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
export declare function Check<T>(props: Partial<
|
|
110
|
+
export declare function Check<T>(props: Partial<IconProps_16> & T): ReactElement;
|
|
104
111
|
|
|
105
112
|
export declare namespace Check {
|
|
106
|
-
var defaultProps:
|
|
113
|
+
var defaultProps: IconProps_16;
|
|
107
114
|
var displayName: string;
|
|
108
115
|
}
|
|
109
116
|
|
|
110
|
-
export declare function CheckDisable<T>(props: Partial<
|
|
117
|
+
export declare function CheckDisable<T>(props: Partial<IconProps_14> & T): ReactElement;
|
|
111
118
|
|
|
112
119
|
export declare namespace CheckDisable {
|
|
113
|
-
var defaultProps:
|
|
120
|
+
var defaultProps: IconProps_14;
|
|
114
121
|
var displayName: string;
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export declare function CheckFill<T>(props: Partial<
|
|
124
|
+
export declare function CheckFill<T>(props: Partial<IconProps_15> & T): ReactElement;
|
|
118
125
|
|
|
119
126
|
export declare namespace CheckFill {
|
|
120
|
-
var defaultProps:
|
|
127
|
+
var defaultProps: IconProps_15;
|
|
121
128
|
var displayName: string;
|
|
122
129
|
}
|
|
123
130
|
|
|
124
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
131
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_58> & T): ReactElement;
|
|
125
132
|
|
|
126
133
|
export declare namespace ClaimsDetailColor {
|
|
127
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_58;
|
|
128
135
|
var displayName: string;
|
|
129
136
|
}
|
|
130
137
|
|
|
131
|
-
export declare function Close<T>(props: Partial<
|
|
138
|
+
export declare function Close<T>(props: Partial<IconProps_17> & T): ReactElement;
|
|
132
139
|
|
|
133
140
|
export declare namespace Close {
|
|
134
|
-
var defaultProps:
|
|
141
|
+
var defaultProps: IconProps_17;
|
|
135
142
|
var displayName: string;
|
|
136
143
|
}
|
|
137
144
|
|
|
138
|
-
export declare function Code<T>(props: Partial<
|
|
145
|
+
export declare function Code<T>(props: Partial<IconProps_18> & T): ReactElement;
|
|
139
146
|
|
|
140
147
|
export declare namespace Code {
|
|
141
|
-
var defaultProps:
|
|
148
|
+
var defaultProps: IconProps_18;
|
|
142
149
|
var displayName: string;
|
|
143
150
|
}
|
|
144
151
|
|
|
145
|
-
export declare function Delete<T>(props: Partial<
|
|
152
|
+
export declare function Delete<T>(props: Partial<IconProps_20> & T): ReactElement;
|
|
146
153
|
|
|
147
154
|
export declare namespace Delete {
|
|
148
|
-
var defaultProps:
|
|
155
|
+
var defaultProps: IconProps_20;
|
|
149
156
|
var displayName: string;
|
|
150
157
|
}
|
|
151
158
|
|
|
152
|
-
export declare function DeleteFill<T>(props: Partial<
|
|
159
|
+
export declare function DeleteFill<T>(props: Partial<IconProps_19> & T): ReactElement;
|
|
153
160
|
|
|
154
161
|
export declare namespace DeleteFill {
|
|
155
|
-
var defaultProps:
|
|
162
|
+
var defaultProps: IconProps_19;
|
|
156
163
|
var displayName: string;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
166
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_59> & T): ReactElement;
|
|
160
167
|
|
|
161
168
|
export declare namespace DirectClaimsColor {
|
|
162
|
-
var defaultProps:
|
|
169
|
+
var defaultProps: IconProps_59;
|
|
170
|
+
var displayName: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare function DownFill<T>(props: Partial<IconProps_21> & T): ReactElement;
|
|
174
|
+
|
|
175
|
+
export declare namespace DownFill {
|
|
176
|
+
var defaultProps: IconProps_21;
|
|
163
177
|
var displayName: string;
|
|
164
178
|
}
|
|
165
179
|
|
|
166
|
-
export declare function Edit<T>(props: Partial<
|
|
180
|
+
export declare function Edit<T>(props: Partial<IconProps_22> & T): ReactElement;
|
|
167
181
|
|
|
168
182
|
export declare namespace Edit {
|
|
169
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_22;
|
|
170
184
|
var displayName: string;
|
|
171
185
|
}
|
|
172
186
|
|
|
173
|
-
export declare function Exit<T>(props: Partial<
|
|
187
|
+
export declare function Exit<T>(props: Partial<IconProps_23> & T): ReactElement;
|
|
174
188
|
|
|
175
189
|
export declare namespace Exit {
|
|
176
|
-
var defaultProps:
|
|
190
|
+
var defaultProps: IconProps_23;
|
|
177
191
|
var displayName: string;
|
|
178
192
|
}
|
|
179
193
|
|
|
180
|
-
export declare function Failure<T>(props: Partial<
|
|
194
|
+
export declare function Failure<T>(props: Partial<IconProps_25> & T): ReactElement;
|
|
181
195
|
|
|
182
196
|
export declare namespace Failure {
|
|
183
|
-
var defaultProps:
|
|
197
|
+
var defaultProps: IconProps_25;
|
|
184
198
|
var displayName: string;
|
|
185
199
|
}
|
|
186
200
|
|
|
187
|
-
export declare function FailureFill<T>(props: Partial<
|
|
201
|
+
export declare function FailureFill<T>(props: Partial<IconProps_24> & T): ReactElement;
|
|
188
202
|
|
|
189
203
|
export declare namespace FailureFill {
|
|
190
|
-
var defaultProps:
|
|
204
|
+
var defaultProps: IconProps_24;
|
|
191
205
|
var displayName: string;
|
|
192
206
|
}
|
|
193
207
|
|
|
194
|
-
declare function File_2<T>(props: Partial<
|
|
208
|
+
declare function File_2<T>(props: Partial<IconProps_26> & T): ReactElement;
|
|
195
209
|
|
|
196
210
|
declare namespace File_2 {
|
|
197
|
-
var defaultProps:
|
|
211
|
+
var defaultProps: IconProps_26;
|
|
198
212
|
var displayName: string;
|
|
199
213
|
}
|
|
200
214
|
export { File_2 as File }
|
|
201
215
|
|
|
202
|
-
export declare function FinishFill<T>(props: Partial<
|
|
216
|
+
export declare function FinishFill<T>(props: Partial<IconProps_27> & T): ReactElement;
|
|
203
217
|
|
|
204
218
|
export declare namespace FinishFill {
|
|
205
|
-
var defaultProps:
|
|
219
|
+
var defaultProps: IconProps_27;
|
|
206
220
|
var displayName: string;
|
|
207
221
|
}
|
|
208
222
|
|
|
209
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
223
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_60> & T): ReactElement;
|
|
210
224
|
|
|
211
225
|
export declare namespace GeneraoInfoColor {
|
|
212
|
-
var defaultProps:
|
|
226
|
+
var defaultProps: IconProps_60;
|
|
213
227
|
var displayName: string;
|
|
214
228
|
}
|
|
215
229
|
|
|
216
|
-
export declare function GirlColor<T>(props: Partial<
|
|
230
|
+
export declare function GirlColor<T>(props: Partial<IconProps_61> & T): ReactElement;
|
|
217
231
|
|
|
218
232
|
export declare namespace GirlColor {
|
|
219
|
-
var defaultProps:
|
|
233
|
+
var defaultProps: IconProps_61;
|
|
220
234
|
var displayName: string;
|
|
221
235
|
}
|
|
222
236
|
|
|
223
|
-
export declare function GuaranteeFill<T>(props: Partial<
|
|
237
|
+
export declare function GuaranteeFill<T>(props: Partial<IconProps_28> & T): ReactElement;
|
|
224
238
|
|
|
225
239
|
export declare namespace GuaranteeFill {
|
|
226
|
-
var defaultProps:
|
|
240
|
+
var defaultProps: IconProps_28;
|
|
227
241
|
var displayName: string;
|
|
228
242
|
}
|
|
229
243
|
|
|
230
|
-
export declare function Hospital<T>(props: Partial<
|
|
244
|
+
export declare function Hospital<T>(props: Partial<IconProps_29> & T): ReactElement;
|
|
231
245
|
|
|
232
246
|
export declare namespace Hospital {
|
|
233
|
-
var defaultProps:
|
|
247
|
+
var defaultProps: IconProps_29;
|
|
234
248
|
var displayName: string;
|
|
235
249
|
}
|
|
236
250
|
|
|
@@ -853,34 +867,40 @@ declare interface IconProps_51 {
|
|
|
853
867
|
}
|
|
854
868
|
|
|
855
869
|
declare interface IconProps_52 {
|
|
870
|
+
size: string | number;
|
|
856
871
|
classPrefix: string;
|
|
872
|
+
color: string;
|
|
857
873
|
tag: keyof ReactHTML;
|
|
858
|
-
|
|
874
|
+
logValue?: string;
|
|
859
875
|
onClick: (e: MouseEvent) => void;
|
|
876
|
+
fontClassName: string;
|
|
860
877
|
className: string;
|
|
861
|
-
logValue?: string;
|
|
862
878
|
style: React_2.CSSProperties;
|
|
863
879
|
children: React_2.ReactNode;
|
|
864
880
|
}
|
|
865
881
|
|
|
866
882
|
declare interface IconProps_53 {
|
|
883
|
+
size: string | number;
|
|
867
884
|
classPrefix: string;
|
|
885
|
+
color: string;
|
|
868
886
|
tag: keyof ReactHTML;
|
|
869
|
-
|
|
887
|
+
logValue?: string;
|
|
870
888
|
onClick: (e: MouseEvent) => void;
|
|
889
|
+
fontClassName: string;
|
|
871
890
|
className: string;
|
|
872
|
-
logValue?: string;
|
|
873
891
|
style: React_2.CSSProperties;
|
|
874
892
|
children: React_2.ReactNode;
|
|
875
893
|
}
|
|
876
894
|
|
|
877
895
|
declare interface IconProps_54 {
|
|
896
|
+
size: string | number;
|
|
878
897
|
classPrefix: string;
|
|
898
|
+
color: string;
|
|
879
899
|
tag: keyof ReactHTML;
|
|
880
|
-
|
|
900
|
+
logValue?: string;
|
|
881
901
|
onClick: (e: MouseEvent) => void;
|
|
902
|
+
fontClassName: string;
|
|
882
903
|
className: string;
|
|
883
|
-
logValue?: string;
|
|
884
904
|
style: React_2.CSSProperties;
|
|
885
905
|
children: React_2.ReactNode;
|
|
886
906
|
}
|
|
@@ -975,6 +995,39 @@ declare interface IconProps_61 {
|
|
|
975
995
|
children: React_2.ReactNode;
|
|
976
996
|
}
|
|
977
997
|
|
|
998
|
+
declare interface IconProps_62 {
|
|
999
|
+
classPrefix: string;
|
|
1000
|
+
tag: keyof ReactHTML;
|
|
1001
|
+
size: string | number;
|
|
1002
|
+
onClick: (e: MouseEvent) => void;
|
|
1003
|
+
className: string;
|
|
1004
|
+
logValue?: string;
|
|
1005
|
+
style: React_2.CSSProperties;
|
|
1006
|
+
children: React_2.ReactNode;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
declare interface IconProps_63 {
|
|
1010
|
+
classPrefix: string;
|
|
1011
|
+
tag: keyof ReactHTML;
|
|
1012
|
+
size: string | number;
|
|
1013
|
+
onClick: (e: MouseEvent) => void;
|
|
1014
|
+
className: string;
|
|
1015
|
+
logValue?: string;
|
|
1016
|
+
style: React_2.CSSProperties;
|
|
1017
|
+
children: React_2.ReactNode;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
declare interface IconProps_64 {
|
|
1021
|
+
classPrefix: string;
|
|
1022
|
+
tag: keyof ReactHTML;
|
|
1023
|
+
size: string | number;
|
|
1024
|
+
onClick: (e: MouseEvent) => void;
|
|
1025
|
+
className: string;
|
|
1026
|
+
logValue?: string;
|
|
1027
|
+
style: React_2.CSSProperties;
|
|
1028
|
+
children: React_2.ReactNode;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
978
1031
|
declare interface IconProps_7 {
|
|
979
1032
|
size: string | number;
|
|
980
1033
|
classPrefix: string;
|
|
@@ -1014,192 +1067,199 @@ declare interface IconProps_9 {
|
|
|
1014
1067
|
children: React_2.ReactNode;
|
|
1015
1068
|
}
|
|
1016
1069
|
|
|
1017
|
-
export declare function Information<T>(props: Partial<
|
|
1070
|
+
export declare function Information<T>(props: Partial<IconProps_31> & T): ReactElement;
|
|
1018
1071
|
|
|
1019
1072
|
export declare namespace Information {
|
|
1020
|
-
var defaultProps:
|
|
1073
|
+
var defaultProps: IconProps_31;
|
|
1021
1074
|
var displayName: string;
|
|
1022
1075
|
}
|
|
1023
1076
|
|
|
1024
|
-
export declare function InformationFill<T>(props: Partial<
|
|
1077
|
+
export declare function InformationFill<T>(props: Partial<IconProps_30> & T): ReactElement;
|
|
1025
1078
|
|
|
1026
1079
|
export declare namespace InformationFill {
|
|
1027
|
-
var defaultProps:
|
|
1080
|
+
var defaultProps: IconProps_30;
|
|
1028
1081
|
var displayName: string;
|
|
1029
1082
|
}
|
|
1030
1083
|
|
|
1031
|
-
export declare function Invisible<T>(props: Partial<
|
|
1084
|
+
export declare function Invisible<T>(props: Partial<IconProps_32> & T): ReactElement;
|
|
1032
1085
|
|
|
1033
1086
|
export declare namespace Invisible {
|
|
1034
|
-
var defaultProps:
|
|
1087
|
+
var defaultProps: IconProps_32;
|
|
1035
1088
|
var displayName: string;
|
|
1036
1089
|
}
|
|
1037
1090
|
|
|
1038
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1091
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_62> & T): ReactElement;
|
|
1039
1092
|
|
|
1040
1093
|
export declare namespace LoginOffColor {
|
|
1041
|
-
var defaultProps:
|
|
1094
|
+
var defaultProps: IconProps_62;
|
|
1042
1095
|
var displayName: string;
|
|
1043
1096
|
}
|
|
1044
1097
|
|
|
1045
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1098
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_63> & T): ReactElement;
|
|
1046
1099
|
|
|
1047
1100
|
export declare namespace LoginOnColor {
|
|
1048
|
-
var defaultProps:
|
|
1101
|
+
var defaultProps: IconProps_63;
|
|
1049
1102
|
var displayName: string;
|
|
1050
1103
|
}
|
|
1051
1104
|
|
|
1052
|
-
export declare function Modify<T>(props: Partial<
|
|
1105
|
+
export declare function Modify<T>(props: Partial<IconProps_33> & T): ReactElement;
|
|
1053
1106
|
|
|
1054
1107
|
export declare namespace Modify {
|
|
1055
|
-
var defaultProps:
|
|
1108
|
+
var defaultProps: IconProps_33;
|
|
1056
1109
|
var displayName: string;
|
|
1057
1110
|
}
|
|
1058
1111
|
|
|
1059
|
-
export declare function Phinenumber<T>(props: Partial<
|
|
1112
|
+
export declare function Phinenumber<T>(props: Partial<IconProps_34> & T): ReactElement;
|
|
1060
1113
|
|
|
1061
1114
|
export declare namespace Phinenumber {
|
|
1062
|
-
var defaultProps:
|
|
1115
|
+
var defaultProps: IconProps_34;
|
|
1063
1116
|
var displayName: string;
|
|
1064
1117
|
}
|
|
1065
1118
|
|
|
1066
|
-
export declare function Plus<T>(props: Partial<
|
|
1119
|
+
export declare function Plus<T>(props: Partial<IconProps_35> & T): ReactElement;
|
|
1067
1120
|
|
|
1068
1121
|
export declare namespace Plus {
|
|
1069
|
-
var defaultProps:
|
|
1122
|
+
var defaultProps: IconProps_35;
|
|
1070
1123
|
var displayName: string;
|
|
1071
1124
|
}
|
|
1072
1125
|
|
|
1073
|
-
export declare function Position<T>(props: Partial<
|
|
1126
|
+
export declare function Position<T>(props: Partial<IconProps_36> & T): ReactElement;
|
|
1074
1127
|
|
|
1075
1128
|
export declare namespace Position {
|
|
1076
|
-
var defaultProps:
|
|
1129
|
+
var defaultProps: IconProps_36;
|
|
1077
1130
|
var displayName: string;
|
|
1078
1131
|
}
|
|
1079
1132
|
|
|
1080
|
-
export declare function Problem<T>(props: Partial<
|
|
1133
|
+
export declare function Problem<T>(props: Partial<IconProps_38> & T): ReactElement;
|
|
1081
1134
|
|
|
1082
1135
|
export declare namespace Problem {
|
|
1083
|
-
var defaultProps:
|
|
1136
|
+
var defaultProps: IconProps_38;
|
|
1084
1137
|
var displayName: string;
|
|
1085
1138
|
}
|
|
1086
1139
|
|
|
1087
|
-
export declare function ProblemFill<T>(props: Partial<
|
|
1140
|
+
export declare function ProblemFill<T>(props: Partial<IconProps_37> & T): ReactElement;
|
|
1088
1141
|
|
|
1089
1142
|
export declare namespace ProblemFill {
|
|
1090
|
-
var defaultProps:
|
|
1143
|
+
var defaultProps: IconProps_37;
|
|
1091
1144
|
var displayName: string;
|
|
1092
1145
|
}
|
|
1093
1146
|
|
|
1094
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1147
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1095
1148
|
|
|
1096
1149
|
export declare namespace QuickClaimsColor {
|
|
1097
|
-
var defaultProps:
|
|
1150
|
+
var defaultProps: IconProps_64;
|
|
1098
1151
|
var displayName: string;
|
|
1099
1152
|
}
|
|
1100
1153
|
|
|
1101
|
-
export declare function Realname<T>(props: Partial<
|
|
1154
|
+
export declare function Realname<T>(props: Partial<IconProps_39> & T): ReactElement;
|
|
1102
1155
|
|
|
1103
1156
|
export declare namespace Realname {
|
|
1104
|
-
var defaultProps:
|
|
1157
|
+
var defaultProps: IconProps_39;
|
|
1105
1158
|
var displayName: string;
|
|
1106
1159
|
}
|
|
1107
1160
|
|
|
1108
|
-
export declare function Search<T>(props: Partial<
|
|
1161
|
+
export declare function Search<T>(props: Partial<IconProps_40> & T): ReactElement;
|
|
1109
1162
|
|
|
1110
1163
|
export declare namespace Search {
|
|
1111
|
-
var defaultProps:
|
|
1164
|
+
var defaultProps: IconProps_40;
|
|
1112
1165
|
var displayName: string;
|
|
1113
1166
|
}
|
|
1114
1167
|
|
|
1115
|
-
export declare function Selected<T>(props: Partial<
|
|
1168
|
+
export declare function Selected<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1116
1169
|
|
|
1117
1170
|
export declare namespace Selected {
|
|
1118
|
-
var defaultProps:
|
|
1171
|
+
var defaultProps: IconProps_42;
|
|
1119
1172
|
var displayName: string;
|
|
1120
1173
|
}
|
|
1121
1174
|
|
|
1122
|
-
export declare function SelectedFill<T>(props: Partial<
|
|
1175
|
+
export declare function SelectedFill<T>(props: Partial<IconProps_41> & T): ReactElement;
|
|
1123
1176
|
|
|
1124
1177
|
export declare namespace SelectedFill {
|
|
1125
|
-
var defaultProps:
|
|
1178
|
+
var defaultProps: IconProps_41;
|
|
1126
1179
|
var displayName: string;
|
|
1127
1180
|
}
|
|
1128
1181
|
|
|
1129
|
-
export declare function SettlementpayFill<T>(props: Partial<
|
|
1182
|
+
export declare function SettlementpayFill<T>(props: Partial<IconProps_43> & T): ReactElement;
|
|
1130
1183
|
|
|
1131
1184
|
export declare namespace SettlementpayFill {
|
|
1132
|
-
var defaultProps:
|
|
1185
|
+
var defaultProps: IconProps_43;
|
|
1133
1186
|
var displayName: string;
|
|
1134
1187
|
}
|
|
1135
1188
|
|
|
1136
|
-
export declare function Step<T>(props: Partial<
|
|
1189
|
+
export declare function Step<T>(props: Partial<IconProps_44> & T): ReactElement;
|
|
1137
1190
|
|
|
1138
1191
|
export declare namespace Step {
|
|
1139
|
-
var defaultProps:
|
|
1192
|
+
var defaultProps: IconProps_44;
|
|
1140
1193
|
var displayName: string;
|
|
1141
1194
|
}
|
|
1142
1195
|
|
|
1143
|
-
export declare function Success<T>(props: Partial<
|
|
1196
|
+
export declare function Success<T>(props: Partial<IconProps_46> & T): ReactElement;
|
|
1144
1197
|
|
|
1145
1198
|
export declare namespace Success {
|
|
1146
|
-
var defaultProps:
|
|
1199
|
+
var defaultProps: IconProps_46;
|
|
1147
1200
|
var displayName: string;
|
|
1148
1201
|
}
|
|
1149
1202
|
|
|
1150
|
-
export declare function SuccessFill<T>(props: Partial<
|
|
1203
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_45> & T): ReactElement;
|
|
1151
1204
|
|
|
1152
1205
|
export declare namespace SuccessFill {
|
|
1153
|
-
var defaultProps:
|
|
1206
|
+
var defaultProps: IconProps_45;
|
|
1154
1207
|
var displayName: string;
|
|
1155
1208
|
}
|
|
1156
1209
|
|
|
1157
|
-
export declare function Time<T>(props: Partial<
|
|
1210
|
+
export declare function Time<T>(props: Partial<IconProps_48> & T): ReactElement;
|
|
1158
1211
|
|
|
1159
1212
|
export declare namespace Time {
|
|
1160
|
-
var defaultProps:
|
|
1213
|
+
var defaultProps: IconProps_48;
|
|
1161
1214
|
var displayName: string;
|
|
1162
1215
|
}
|
|
1163
1216
|
|
|
1164
|
-
export declare function TimeFill<T>(props: Partial<
|
|
1217
|
+
export declare function TimeFill<T>(props: Partial<IconProps_47> & T): ReactElement;
|
|
1165
1218
|
|
|
1166
1219
|
export declare namespace TimeFill {
|
|
1167
|
-
var defaultProps:
|
|
1220
|
+
var defaultProps: IconProps_47;
|
|
1168
1221
|
var displayName: string;
|
|
1169
1222
|
}
|
|
1170
1223
|
|
|
1171
|
-
export declare function Unselected<T>(props: Partial<
|
|
1224
|
+
export declare function Unselected<T>(props: Partial<IconProps_49> & T): ReactElement;
|
|
1172
1225
|
|
|
1173
1226
|
export declare namespace Unselected {
|
|
1174
|
-
var defaultProps:
|
|
1227
|
+
var defaultProps: IconProps_49;
|
|
1228
|
+
var displayName: string;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
export declare function User<T>(props: Partial<IconProps_50> & T): ReactElement;
|
|
1232
|
+
|
|
1233
|
+
export declare namespace User {
|
|
1234
|
+
var defaultProps: IconProps_50;
|
|
1175
1235
|
var displayName: string;
|
|
1176
1236
|
}
|
|
1177
1237
|
|
|
1178
|
-
export declare function Visible<T>(props: Partial<
|
|
1238
|
+
export declare function Visible<T>(props: Partial<IconProps_51> & T): ReactElement;
|
|
1179
1239
|
|
|
1180
1240
|
export declare namespace Visible {
|
|
1181
|
-
var defaultProps:
|
|
1241
|
+
var defaultProps: IconProps_51;
|
|
1182
1242
|
var displayName: string;
|
|
1183
1243
|
}
|
|
1184
1244
|
|
|
1185
|
-
export declare function VisitchooseFill<T>(props: Partial<
|
|
1245
|
+
export declare function VisitchooseFill<T>(props: Partial<IconProps_52> & T): ReactElement;
|
|
1186
1246
|
|
|
1187
1247
|
export declare namespace VisitchooseFill {
|
|
1188
|
-
var defaultProps:
|
|
1248
|
+
var defaultProps: IconProps_52;
|
|
1189
1249
|
var displayName: string;
|
|
1190
1250
|
}
|
|
1191
1251
|
|
|
1192
|
-
export declare function Warning<T>(props: Partial<
|
|
1252
|
+
export declare function Warning<T>(props: Partial<IconProps_54> & T): ReactElement;
|
|
1193
1253
|
|
|
1194
1254
|
export declare namespace Warning {
|
|
1195
|
-
var defaultProps:
|
|
1255
|
+
var defaultProps: IconProps_54;
|
|
1196
1256
|
var displayName: string;
|
|
1197
1257
|
}
|
|
1198
1258
|
|
|
1199
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1259
|
+
export declare function WarningFill<T>(props: Partial<IconProps_53> & T): ReactElement;
|
|
1200
1260
|
|
|
1201
1261
|
export declare namespace WarningFill {
|
|
1202
|
-
var defaultProps:
|
|
1262
|
+
var defaultProps: IconProps_53;
|
|
1203
1263
|
var displayName: string;
|
|
1204
1264
|
}
|
|
1205
1265
|
|