@fichap/icons-react 1.0.0
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/LICENSE +21 -0
- package/README.md +58 -0
- package/dist/index.d.mts +2019 -0
- package/dist/index.d.ts +2019 -0
- package/dist/index.js +14217 -0
- package/dist/index.mjs +13652 -0
- package/package.json +48 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,2019 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface IconSvgProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
size?: number;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
declare const ZoomOutRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
8
|
+
|
|
9
|
+
declare const ZoomInRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
10
|
+
|
|
11
|
+
declare const XcomRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare const WrenchRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare const WorldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
16
|
+
|
|
17
|
+
declare const WorkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare const Wheelchair2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
20
|
+
|
|
21
|
+
declare const WheelchairRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare const WhatsappRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
24
|
+
|
|
25
|
+
declare const Weight1Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare const WebPageEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
28
|
+
|
|
29
|
+
declare const WebPage4Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
30
|
+
|
|
31
|
+
declare const WebPage2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
32
|
+
|
|
33
|
+
declare const WalletRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare const VolumeUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
36
|
+
|
|
37
|
+
declare const VolumeOffRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
38
|
+
|
|
39
|
+
declare const VolumeDownRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
40
|
+
|
|
41
|
+
declare const VoiceRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
42
|
+
|
|
43
|
+
declare const Voice3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
44
|
+
|
|
45
|
+
declare const VideoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
46
|
+
|
|
47
|
+
declare const VerticalBarChart2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
48
|
+
|
|
49
|
+
declare const VectorworkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
50
|
+
|
|
51
|
+
declare const VectorstarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare const VectorsettingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
54
|
+
|
|
55
|
+
declare const VectorprofileRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
56
|
+
|
|
57
|
+
declare const VectorinfoSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
58
|
+
|
|
59
|
+
declare const VectorhomeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
60
|
+
|
|
61
|
+
declare const VectorcalendarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
62
|
+
|
|
63
|
+
declare const UsersRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
64
|
+
|
|
65
|
+
declare const UsersGroupRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
66
|
+
|
|
67
|
+
declare const UserLockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
68
|
+
|
|
69
|
+
declare const UserInformationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
70
|
+
|
|
71
|
+
declare const UserInformation2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
72
|
+
|
|
73
|
+
declare const UserContactRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
74
|
+
|
|
75
|
+
declare const UploadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
76
|
+
|
|
77
|
+
declare const UpdateRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
78
|
+
|
|
79
|
+
declare const UpdateRight2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
80
|
+
|
|
81
|
+
declare const UpSquareLineRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
82
|
+
|
|
83
|
+
declare const UpLineRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
84
|
+
|
|
85
|
+
declare const UnorderedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
86
|
+
|
|
87
|
+
declare const UnlockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
88
|
+
|
|
89
|
+
declare const UniversityRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
90
|
+
|
|
91
|
+
declare const UnderlineRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
92
|
+
|
|
93
|
+
declare const TypeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
94
|
+
|
|
95
|
+
declare const TranslateVectorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
96
|
+
|
|
97
|
+
declare const TranslateLanguageRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
98
|
+
|
|
99
|
+
declare const ToolsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
100
|
+
|
|
101
|
+
declare const ToggleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
102
|
+
|
|
103
|
+
declare const TiredRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
104
|
+
|
|
105
|
+
declare const TimerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
106
|
+
|
|
107
|
+
declare const TimeSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
108
|
+
|
|
109
|
+
declare const TimeCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
110
|
+
|
|
111
|
+
declare const TicketRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
112
|
+
|
|
113
|
+
declare const TicketStarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
114
|
+
|
|
115
|
+
declare const TickSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
116
|
+
|
|
117
|
+
declare const ThumbDislikeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
118
|
+
|
|
119
|
+
declare const TextFieldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
120
|
+
|
|
121
|
+
declare const TextColorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
122
|
+
|
|
123
|
+
declare const TextAlignRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
124
|
+
|
|
125
|
+
declare const TextAlignLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
126
|
+
|
|
127
|
+
declare const TextAlignCenterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
128
|
+
|
|
129
|
+
declare const TagRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
130
|
+
|
|
131
|
+
declare const TableRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
132
|
+
|
|
133
|
+
declare const SwitchListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
134
|
+
|
|
135
|
+
declare const SwapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
136
|
+
|
|
137
|
+
declare const SwapHorizontalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
138
|
+
|
|
139
|
+
declare const SunvectorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
140
|
+
|
|
141
|
+
declare const SunRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
142
|
+
|
|
143
|
+
declare const StrikethroughRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
144
|
+
|
|
145
|
+
declare const StopwatchSpeedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
146
|
+
|
|
147
|
+
declare const StopCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
148
|
+
|
|
149
|
+
declare const StarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
150
|
+
|
|
151
|
+
declare const SpeakerMegaphoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
152
|
+
|
|
153
|
+
declare const SpeakerMegaphone5Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
154
|
+
|
|
155
|
+
declare const SoundWaveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
156
|
+
|
|
157
|
+
declare const SortRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
158
|
+
|
|
159
|
+
declare const SortDownRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
160
|
+
|
|
161
|
+
declare const SmilingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
162
|
+
|
|
163
|
+
declare const SmilingAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
164
|
+
|
|
165
|
+
declare const Sign2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
166
|
+
|
|
167
|
+
declare const Sign1Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
168
|
+
|
|
169
|
+
declare const ShowRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
170
|
+
|
|
171
|
+
declare const ShieldFailRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
172
|
+
|
|
173
|
+
declare const ShieldDoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
174
|
+
|
|
175
|
+
declare const ShareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
176
|
+
|
|
177
|
+
declare const Share2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
178
|
+
|
|
179
|
+
declare const SettingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
180
|
+
|
|
181
|
+
declare const SettingToolCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
182
|
+
|
|
183
|
+
declare const SettingSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
184
|
+
|
|
185
|
+
declare const SendRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
186
|
+
|
|
187
|
+
declare const SearchRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
188
|
+
|
|
189
|
+
declare const SearchDiscountPercentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
190
|
+
|
|
191
|
+
declare const ScreenSizeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
192
|
+
|
|
193
|
+
declare const ScanRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
194
|
+
|
|
195
|
+
declare const ScaleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
196
|
+
|
|
197
|
+
declare const SaveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
198
|
+
|
|
199
|
+
declare const SadDateRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
200
|
+
|
|
201
|
+
declare const RotationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
202
|
+
|
|
203
|
+
declare const RoadmapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
204
|
+
|
|
205
|
+
declare const RightUpSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
206
|
+
|
|
207
|
+
declare const ReverseRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
208
|
+
|
|
209
|
+
declare const ReverseLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
210
|
+
|
|
211
|
+
declare const RemoveUserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
212
|
+
|
|
213
|
+
declare const RefreshRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
214
|
+
|
|
215
|
+
declare const QuestionsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
216
|
+
|
|
217
|
+
declare const QuestionMarkCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
218
|
+
|
|
219
|
+
declare const ProfileRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
220
|
+
|
|
221
|
+
declare const PrinterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
222
|
+
|
|
223
|
+
declare const PlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
224
|
+
|
|
225
|
+
declare const Plus4Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
226
|
+
|
|
227
|
+
declare const Plus2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
228
|
+
|
|
229
|
+
declare const Plus1Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
230
|
+
|
|
231
|
+
declare const PlayRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
232
|
+
|
|
233
|
+
declare const PlaneCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
234
|
+
|
|
235
|
+
declare const PhotoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
236
|
+
|
|
237
|
+
declare const PenRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
238
|
+
|
|
239
|
+
declare const Pen2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
240
|
+
|
|
241
|
+
declare const PauseCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
242
|
+
|
|
243
|
+
declare const PasswordRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
244
|
+
|
|
245
|
+
declare const PaperRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
246
|
+
|
|
247
|
+
declare const PaperUploadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
248
|
+
|
|
249
|
+
declare const PaperPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
250
|
+
|
|
251
|
+
declare const PaperPlus2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
252
|
+
|
|
253
|
+
declare const PaperNegativeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
254
|
+
|
|
255
|
+
declare const PaperFailRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
256
|
+
|
|
257
|
+
declare const PaperDownloadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
258
|
+
|
|
259
|
+
declare const PaintingPaletteRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
260
|
+
|
|
261
|
+
declare const OutdentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
262
|
+
|
|
263
|
+
declare const OrderedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
264
|
+
|
|
265
|
+
declare const OfficechairRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
266
|
+
|
|
267
|
+
declare const NumberedlistRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
268
|
+
|
|
269
|
+
declare const NotificationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
270
|
+
|
|
271
|
+
declare const NewNotificationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
272
|
+
|
|
273
|
+
declare const MovieTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
274
|
+
|
|
275
|
+
declare const MovieTime2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
276
|
+
|
|
277
|
+
declare const MoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
278
|
+
|
|
279
|
+
declare const MoreSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
280
|
+
|
|
281
|
+
declare const MoreCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
282
|
+
|
|
283
|
+
declare const MoonvectorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
284
|
+
|
|
285
|
+
declare const Monitor2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
286
|
+
|
|
287
|
+
declare const Minus4Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
288
|
+
|
|
289
|
+
declare const Minus2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
290
|
+
|
|
291
|
+
declare const Minus2VectorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
292
|
+
|
|
293
|
+
declare const Minus1Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
294
|
+
|
|
295
|
+
declare const MicrosoftWordRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
296
|
+
|
|
297
|
+
declare const MicrosoftExelRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
298
|
+
|
|
299
|
+
declare const MessageRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
300
|
+
|
|
301
|
+
declare const MenuhorizontalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
302
|
+
|
|
303
|
+
declare const MenuRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
304
|
+
|
|
305
|
+
declare const Menu2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
306
|
+
|
|
307
|
+
declare const MarkerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
308
|
+
|
|
309
|
+
declare const Marker2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
310
|
+
|
|
311
|
+
declare const MapCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
312
|
+
|
|
313
|
+
declare const MagicWandRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
314
|
+
|
|
315
|
+
declare const MacNotebookRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
316
|
+
|
|
317
|
+
declare const LogoutRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
318
|
+
|
|
319
|
+
declare const LoginRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
320
|
+
|
|
321
|
+
declare const LockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
322
|
+
|
|
323
|
+
declare const LocationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
324
|
+
|
|
325
|
+
declare const LoadingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
326
|
+
|
|
327
|
+
declare const LoadingCircle3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
328
|
+
|
|
329
|
+
declare const Loading2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
330
|
+
|
|
331
|
+
declare const ListCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
332
|
+
|
|
333
|
+
declare const LinkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
334
|
+
|
|
335
|
+
declare const Link2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
336
|
+
|
|
337
|
+
declare const LineChartUpwardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
338
|
+
|
|
339
|
+
declare const LessRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
340
|
+
|
|
341
|
+
declare const LeavesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
342
|
+
|
|
343
|
+
declare const JourneyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
344
|
+
|
|
345
|
+
declare const ItalicRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
346
|
+
|
|
347
|
+
declare const InsuranceHandRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
348
|
+
|
|
349
|
+
declare const InsuranceHand2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
350
|
+
|
|
351
|
+
declare const InfoSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
352
|
+
|
|
353
|
+
declare const InfoCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
354
|
+
|
|
355
|
+
declare const IndentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
356
|
+
|
|
357
|
+
declare const InboxRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare const ImageRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
360
|
+
|
|
361
|
+
declare const ImageUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
362
|
+
|
|
363
|
+
declare const ImageUp2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
364
|
+
|
|
365
|
+
declare const ImageDownRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
366
|
+
|
|
367
|
+
declare const ImageAiRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
368
|
+
|
|
369
|
+
declare const Image3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
370
|
+
|
|
371
|
+
declare const IconlyRegularLighExternalLinkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
372
|
+
|
|
373
|
+
declare const IconlyRegularBoldVectoruserCheckedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
374
|
+
|
|
375
|
+
declare const IconlyRegularBoldUserSearchRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
376
|
+
|
|
377
|
+
declare const IconlyRegularBoldUserCheckedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
378
|
+
|
|
379
|
+
declare const IconlyRegularBoldThumbLikeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
380
|
+
|
|
381
|
+
declare const IconlyRegularBoldSidebarCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
382
|
+
|
|
383
|
+
declare const IconlyRegularBoldSidebarClose2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
384
|
+
|
|
385
|
+
declare const IconlyRegularBoldServersConnect7Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
386
|
+
|
|
387
|
+
declare const IconlyRegularBoldSalaryRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
388
|
+
|
|
389
|
+
declare const IconlyRegularBoldHashtagSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
390
|
+
|
|
391
|
+
declare const IconlyRegularBoldHamburgerMenuRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
392
|
+
|
|
393
|
+
declare const IconlyRegularBoldEye2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
394
|
+
|
|
395
|
+
declare const IconlyRegularBoldExpandLeftStopRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
396
|
+
|
|
397
|
+
declare const IconlyRegularBoldExitRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
398
|
+
|
|
399
|
+
declare const IconlyRegularBoldDocumentPencilRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
400
|
+
|
|
401
|
+
declare const IconlyRegularBoldCupRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
402
|
+
|
|
403
|
+
declare const IconlyRegularBoldController1Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
404
|
+
|
|
405
|
+
declare const IconlyRegularBoldContacts2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
406
|
+
|
|
407
|
+
declare const IconlyRegularBoldCircleGridInterfaceRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
408
|
+
|
|
409
|
+
declare const IconlyRegularBoldCircleGridInterface2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
410
|
+
|
|
411
|
+
declare const IconlyRegularBoldChevronExpandVericalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
412
|
+
|
|
413
|
+
declare const IconlyRegularBoldCharityCoinsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
414
|
+
|
|
415
|
+
declare const IconlyRegularBoldBoardPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
416
|
+
|
|
417
|
+
declare const IconlyRegularBoldArrowsDiagonalMaximizeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
418
|
+
|
|
419
|
+
declare const IconSeparateRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
420
|
+
|
|
421
|
+
declare const HourglassRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
422
|
+
|
|
423
|
+
declare const HotDrinkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
424
|
+
|
|
425
|
+
declare const HospitalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
426
|
+
|
|
427
|
+
declare const HomeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
428
|
+
|
|
429
|
+
declare const Home2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
430
|
+
|
|
431
|
+
declare const HideRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
432
|
+
|
|
433
|
+
declare const HeartRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
434
|
+
|
|
435
|
+
declare const HealthClipboardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
436
|
+
|
|
437
|
+
declare const HashtagRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
438
|
+
|
|
439
|
+
declare const HappyDateRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
440
|
+
|
|
441
|
+
declare const GridInterfaceRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
442
|
+
|
|
443
|
+
declare const GridInterfaceTickRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
444
|
+
|
|
445
|
+
declare const GridInterfaceAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
446
|
+
|
|
447
|
+
declare const GridInterface4Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
448
|
+
|
|
449
|
+
declare const GridInterface3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
450
|
+
|
|
451
|
+
declare const GridInterface2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
452
|
+
|
|
453
|
+
declare const GraphRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
454
|
+
|
|
455
|
+
declare const GiveDocumentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
456
|
+
|
|
457
|
+
declare const GiftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
458
|
+
|
|
459
|
+
declare const GgiftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
460
|
+
|
|
461
|
+
declare const GameRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
462
|
+
|
|
463
|
+
declare const GalleryViewRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
464
|
+
|
|
465
|
+
declare const FrameRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
466
|
+
|
|
467
|
+
declare const FolderRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
468
|
+
|
|
469
|
+
declare const FolderFileUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
470
|
+
|
|
471
|
+
declare const FolderFileAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
472
|
+
|
|
473
|
+
declare const FlowChartRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
474
|
+
|
|
475
|
+
declare const FlipcalendarTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
476
|
+
|
|
477
|
+
declare const FlipcalendarPercentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
478
|
+
|
|
479
|
+
declare const FlipcalendarBlankRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
480
|
+
|
|
481
|
+
declare const FlipForwardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
482
|
+
|
|
483
|
+
declare const FlipBackwardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
484
|
+
|
|
485
|
+
declare const FlashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
486
|
+
|
|
487
|
+
declare const FlagRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
488
|
+
|
|
489
|
+
declare const FilterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
490
|
+
|
|
491
|
+
declare const Filter3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
492
|
+
|
|
493
|
+
declare const Film2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
494
|
+
|
|
495
|
+
declare const FaceIdSuccesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
496
|
+
|
|
497
|
+
declare const FaceIdFailRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
498
|
+
|
|
499
|
+
declare const ExpandRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
500
|
+
|
|
501
|
+
declare const EditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
502
|
+
|
|
503
|
+
declare const EditSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
504
|
+
|
|
505
|
+
declare const EarthRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
506
|
+
|
|
507
|
+
declare const DraghorizontalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
508
|
+
|
|
509
|
+
declare const DownloadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
510
|
+
|
|
511
|
+
declare const DownSquareLineRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
512
|
+
|
|
513
|
+
declare const DownLineRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
514
|
+
|
|
515
|
+
declare const DollarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
516
|
+
|
|
517
|
+
declare const DocumentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
518
|
+
|
|
519
|
+
declare const DocumentPdfRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
520
|
+
|
|
521
|
+
declare const DocumentErrorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
522
|
+
|
|
523
|
+
declare const Docuemtn2LineEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
524
|
+
|
|
525
|
+
declare const DiscoveryRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
526
|
+
|
|
527
|
+
declare const DiscountRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
528
|
+
|
|
529
|
+
declare const DeleteRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
530
|
+
|
|
531
|
+
declare const DecrecimientoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
532
|
+
|
|
533
|
+
declare const Dcoument3LinesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
534
|
+
|
|
535
|
+
declare const DarkAndLightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
536
|
+
|
|
537
|
+
declare const DarkAndLight2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
538
|
+
|
|
539
|
+
declare const DangerTriangleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
540
|
+
|
|
541
|
+
declare const DangerCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
542
|
+
|
|
543
|
+
declare const CrecimientoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
544
|
+
|
|
545
|
+
declare const CreativeQuoteOpenSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
546
|
+
|
|
547
|
+
declare const CopyLineEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
548
|
+
|
|
549
|
+
declare const CommentsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
550
|
+
|
|
551
|
+
declare const CommentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
552
|
+
|
|
553
|
+
declare const CodeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
554
|
+
|
|
555
|
+
declare const Code2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
556
|
+
|
|
557
|
+
declare const CloudUploadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
558
|
+
|
|
559
|
+
declare const CloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
560
|
+
|
|
561
|
+
declare const CloseSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
562
|
+
|
|
563
|
+
declare const CloseSquare2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
564
|
+
|
|
565
|
+
declare const ClockFireRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
566
|
+
|
|
567
|
+
declare const ClockCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
568
|
+
|
|
569
|
+
declare const ClockAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
570
|
+
|
|
571
|
+
declare const CircleGridInterfaceRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
572
|
+
|
|
573
|
+
declare const ChevronExpandVericalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
574
|
+
|
|
575
|
+
declare const CheckmarkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
576
|
+
|
|
577
|
+
declare const CheckCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
578
|
+
|
|
579
|
+
declare const ChatRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
580
|
+
|
|
581
|
+
declare const ChatQuoteRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
582
|
+
|
|
583
|
+
declare const ChartRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
584
|
+
|
|
585
|
+
declare const ChartInformationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
586
|
+
|
|
587
|
+
declare const ChartAnalysishRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
588
|
+
|
|
589
|
+
declare const Chart3BarTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
590
|
+
|
|
591
|
+
declare const Chart3BarRefreshRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
592
|
+
|
|
593
|
+
declare const CenterLayoutRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
594
|
+
|
|
595
|
+
declare const CategoryRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
596
|
+
|
|
597
|
+
declare const CategoriesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
598
|
+
|
|
599
|
+
declare const CatSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
600
|
+
|
|
601
|
+
declare const CameraRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
602
|
+
|
|
603
|
+
declare const CameraPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
604
|
+
|
|
605
|
+
declare const CameraAutoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
606
|
+
|
|
607
|
+
declare const CallingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
608
|
+
|
|
609
|
+
declare const CallRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
610
|
+
|
|
611
|
+
declare const CallSilentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
612
|
+
|
|
613
|
+
declare const CallMissedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
614
|
+
|
|
615
|
+
declare const CalendarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
616
|
+
|
|
617
|
+
declare const CalendarTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
618
|
+
|
|
619
|
+
declare const CalendarTimeBoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
620
|
+
|
|
621
|
+
declare const CalendarTickRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
622
|
+
|
|
623
|
+
declare const CalendarSettingsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
624
|
+
|
|
625
|
+
declare const CalendarHourglassRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
626
|
+
|
|
627
|
+
declare const CalendarDoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
628
|
+
|
|
629
|
+
declare const CalendarDone2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
630
|
+
|
|
631
|
+
declare const CalendarDashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
632
|
+
|
|
633
|
+
declare const CalendarCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
634
|
+
|
|
635
|
+
declare const CalendarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
636
|
+
|
|
637
|
+
declare const Calendar2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
638
|
+
|
|
639
|
+
declare const BuyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
640
|
+
|
|
641
|
+
declare const BulletedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
642
|
+
|
|
643
|
+
declare const BuildingOfficeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
644
|
+
|
|
645
|
+
declare const BuildingOffice3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
646
|
+
|
|
647
|
+
declare const BuildingOffice2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
648
|
+
|
|
649
|
+
declare const BookmarkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
650
|
+
|
|
651
|
+
declare const BookRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
652
|
+
|
|
653
|
+
declare const BoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
654
|
+
|
|
655
|
+
declare const BoardTasksRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
656
|
+
|
|
657
|
+
declare const BagRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
658
|
+
|
|
659
|
+
declare const Bag3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
660
|
+
|
|
661
|
+
declare const AttachRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
662
|
+
|
|
663
|
+
declare const ArrowsDiagonalContractRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
664
|
+
|
|
665
|
+
declare const ArrowUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
666
|
+
|
|
667
|
+
declare const ArrowUpSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
668
|
+
|
|
669
|
+
declare const ArrowUpRightsmRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
670
|
+
|
|
671
|
+
declare const ArrowUpCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
672
|
+
|
|
673
|
+
declare const ArrowUp3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
674
|
+
|
|
675
|
+
declare const ArrowUp2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
676
|
+
|
|
677
|
+
declare const ArrowRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
678
|
+
|
|
679
|
+
declare const ArrowRightSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
680
|
+
|
|
681
|
+
declare const ArrowRightSmRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
682
|
+
|
|
683
|
+
declare const ArrowRightCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
684
|
+
|
|
685
|
+
declare const ArrowRight3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
686
|
+
|
|
687
|
+
declare const ArrowRight2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
688
|
+
|
|
689
|
+
declare const ArrowRight22Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
690
|
+
|
|
691
|
+
declare const ArrowLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
692
|
+
|
|
693
|
+
declare const ArrowLeftSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
694
|
+
|
|
695
|
+
declare const ArrowLeftCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
696
|
+
|
|
697
|
+
declare const ArrowLeft3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
698
|
+
|
|
699
|
+
declare const ArrowLeft2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
700
|
+
|
|
701
|
+
declare const ArrowLeft22Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
702
|
+
|
|
703
|
+
declare const ArrowDownRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
704
|
+
|
|
705
|
+
declare const ArrowDownSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
706
|
+
|
|
707
|
+
declare const ArrowDownRightsmRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
708
|
+
|
|
709
|
+
declare const ArrowDownCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
710
|
+
|
|
711
|
+
declare const ArrowDown3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
712
|
+
|
|
713
|
+
declare const ArrowDown2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
714
|
+
|
|
715
|
+
declare const AlignLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
716
|
+
|
|
717
|
+
declare const AlarmSpeakerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
718
|
+
|
|
719
|
+
declare const AiBrainIdeaRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
720
|
+
|
|
721
|
+
declare const AddUserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
722
|
+
|
|
723
|
+
declare const ActivityRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
724
|
+
|
|
725
|
+
declare const Activity2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
726
|
+
|
|
727
|
+
declare const Icon3UserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
728
|
+
|
|
729
|
+
declare const Icon2UserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
730
|
+
|
|
731
|
+
declare const YoutubeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
732
|
+
|
|
733
|
+
declare const XcomBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
734
|
+
|
|
735
|
+
declare const WorkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
736
|
+
|
|
737
|
+
declare const WalletBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
738
|
+
|
|
739
|
+
declare const VolumeUpBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
740
|
+
|
|
741
|
+
declare const VolumeOffBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
742
|
+
|
|
743
|
+
declare const VolumeDownBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
744
|
+
|
|
745
|
+
declare const VoiceBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
746
|
+
|
|
747
|
+
declare const Voice2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
748
|
+
|
|
749
|
+
declare const VideoBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
750
|
+
|
|
751
|
+
declare const UserSearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
752
|
+
|
|
753
|
+
declare const UserDeleteBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
754
|
+
|
|
755
|
+
declare const UserCheckedBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
756
|
+
|
|
757
|
+
declare const UserBadgeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
758
|
+
|
|
759
|
+
declare const UploadBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
760
|
+
|
|
761
|
+
declare const UnlockBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
762
|
+
|
|
763
|
+
declare const TwitterBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
764
|
+
|
|
765
|
+
declare const TranslateLanguageBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
766
|
+
|
|
767
|
+
declare const TiredBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
768
|
+
|
|
769
|
+
declare const TimerPlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
770
|
+
|
|
771
|
+
declare const TimeSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
772
|
+
|
|
773
|
+
declare const TimeCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
774
|
+
|
|
775
|
+
declare const TimeCircle2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
776
|
+
|
|
777
|
+
declare const TiktokBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
778
|
+
|
|
779
|
+
declare const TicketBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
780
|
+
|
|
781
|
+
declare const TicketStarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
782
|
+
|
|
783
|
+
declare const TickSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
784
|
+
|
|
785
|
+
declare const ThumbLikeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
786
|
+
|
|
787
|
+
declare const ThumbDislikeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
788
|
+
|
|
789
|
+
declare const TagBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
790
|
+
|
|
791
|
+
declare const SwapBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
792
|
+
|
|
793
|
+
declare const SunBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
794
|
+
|
|
795
|
+
declare const Sun2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
796
|
+
|
|
797
|
+
declare const StopwatchStopBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
798
|
+
|
|
799
|
+
declare const StopwatchPlayBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
800
|
+
|
|
801
|
+
declare const StickerAddBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
802
|
+
|
|
803
|
+
declare const StarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
804
|
+
|
|
805
|
+
declare const SquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
806
|
+
|
|
807
|
+
declare const SpeakerMegaphone5Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
808
|
+
|
|
809
|
+
declare const SlightlyFrowningBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
810
|
+
|
|
811
|
+
declare const ShowBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
812
|
+
|
|
813
|
+
declare const ShieldFailBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
814
|
+
|
|
815
|
+
declare const ShieldDoneBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
816
|
+
|
|
817
|
+
declare const SettingBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
818
|
+
|
|
819
|
+
declare const SendBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
820
|
+
|
|
821
|
+
declare const Send2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
822
|
+
|
|
823
|
+
declare const SearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
824
|
+
|
|
825
|
+
declare const ScanBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
826
|
+
|
|
827
|
+
declare const RemoveUserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
828
|
+
|
|
829
|
+
declare const RemoveCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
830
|
+
|
|
831
|
+
declare const ProfileBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
832
|
+
|
|
833
|
+
declare const PlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
834
|
+
|
|
835
|
+
declare const PlayBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
836
|
+
|
|
837
|
+
declare const PlaneCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
838
|
+
|
|
839
|
+
declare const PasswordBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
840
|
+
|
|
841
|
+
declare const PaperBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
842
|
+
|
|
843
|
+
declare const PaperUploadBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
844
|
+
|
|
845
|
+
declare const PaperPlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
846
|
+
|
|
847
|
+
declare const PaperNegativeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
848
|
+
|
|
849
|
+
declare const PaperFailBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
850
|
+
|
|
851
|
+
declare const PaperDownloadBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
852
|
+
|
|
853
|
+
declare const NotificationBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
854
|
+
|
|
855
|
+
declare const MoreSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
856
|
+
|
|
857
|
+
declare const MoreCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
858
|
+
|
|
859
|
+
declare const MoonBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
860
|
+
|
|
861
|
+
declare const Minus3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
862
|
+
|
|
863
|
+
declare const Minus2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
864
|
+
|
|
865
|
+
declare const MessageBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
866
|
+
|
|
867
|
+
declare const MediumBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
868
|
+
|
|
869
|
+
declare const MapCloseBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
870
|
+
|
|
871
|
+
declare const MacNotebookBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
872
|
+
|
|
873
|
+
declare const LogoutBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
874
|
+
|
|
875
|
+
declare const LoginBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
876
|
+
|
|
877
|
+
declare const LockBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
878
|
+
|
|
879
|
+
declare const LocationBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
880
|
+
|
|
881
|
+
declare const LinkedinBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
882
|
+
|
|
883
|
+
declare const InstagramBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
884
|
+
|
|
885
|
+
declare const InfoSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
886
|
+
|
|
887
|
+
declare const InfoCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
888
|
+
|
|
889
|
+
declare const InfoCircle2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
890
|
+
|
|
891
|
+
declare const ImageBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
892
|
+
|
|
893
|
+
declare const Image2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
894
|
+
|
|
895
|
+
declare const HotDrinkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
896
|
+
|
|
897
|
+
declare const HomeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
898
|
+
|
|
899
|
+
declare const HideBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
900
|
+
|
|
901
|
+
declare const HeartBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
902
|
+
|
|
903
|
+
declare const HeartPlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
904
|
+
|
|
905
|
+
declare const Heart2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
906
|
+
|
|
907
|
+
declare const GraphBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
908
|
+
|
|
909
|
+
declare const GameBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
910
|
+
|
|
911
|
+
declare const ForwardClockTimer10Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
912
|
+
|
|
913
|
+
declare const FolderBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
914
|
+
|
|
915
|
+
declare const FolderFileBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
916
|
+
|
|
917
|
+
declare const FolderFileSearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
918
|
+
|
|
919
|
+
declare const FlashBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
920
|
+
|
|
921
|
+
declare const FlagBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
922
|
+
|
|
923
|
+
declare const FilterBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
924
|
+
|
|
925
|
+
declare const Filter2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
926
|
+
|
|
927
|
+
declare const FacebookBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
928
|
+
|
|
929
|
+
declare const Eye2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
930
|
+
|
|
931
|
+
declare const EditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
932
|
+
|
|
933
|
+
declare const EditSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
934
|
+
|
|
935
|
+
declare const DownloadBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
936
|
+
|
|
937
|
+
declare const DollarCircle3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
938
|
+
|
|
939
|
+
declare const DocumentBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
940
|
+
|
|
941
|
+
declare const DocumentPdfBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
942
|
+
|
|
943
|
+
declare const DocumentBadgePlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
944
|
+
|
|
945
|
+
declare const DiscoveryBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
946
|
+
|
|
947
|
+
declare const DiscountBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
948
|
+
|
|
949
|
+
declare const DeleteBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
950
|
+
|
|
951
|
+
declare const DcoumentAnalyzeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
952
|
+
|
|
953
|
+
declare const Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
954
|
+
|
|
955
|
+
declare const DangerBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
956
|
+
|
|
957
|
+
declare const CounterClockwiseUndoBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
958
|
+
|
|
959
|
+
declare const ColorPaletteBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
960
|
+
|
|
961
|
+
declare const CodeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
962
|
+
|
|
963
|
+
declare const CloudRemoveBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
964
|
+
|
|
965
|
+
declare const CloseSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
966
|
+
|
|
967
|
+
declare const ClockOffSleepBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
968
|
+
|
|
969
|
+
declare const ClockAddPlusBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
970
|
+
|
|
971
|
+
declare const CheckCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
972
|
+
|
|
973
|
+
declare const ChatBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
974
|
+
|
|
975
|
+
declare const ChatQuoteBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
976
|
+
|
|
977
|
+
declare const ChartBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
978
|
+
|
|
979
|
+
declare const CategoryBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
980
|
+
|
|
981
|
+
declare const CameraBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
982
|
+
|
|
983
|
+
declare const CallingBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
984
|
+
|
|
985
|
+
declare const CallBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
986
|
+
|
|
987
|
+
declare const CallSilentBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
988
|
+
|
|
989
|
+
declare const CallMissedBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
990
|
+
|
|
991
|
+
declare const CalendarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
992
|
+
|
|
993
|
+
declare const CalendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
994
|
+
|
|
995
|
+
declare const CalendarForwardBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
996
|
+
|
|
997
|
+
declare const CalendarEditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
998
|
+
|
|
999
|
+
declare const CalendarCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1000
|
+
|
|
1001
|
+
declare const Calendar2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1002
|
+
|
|
1003
|
+
declare const BuyBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1004
|
+
|
|
1005
|
+
declare const BookmarkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1006
|
+
|
|
1007
|
+
declare const BookBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1008
|
+
|
|
1009
|
+
declare const BagBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1010
|
+
|
|
1011
|
+
declare const Bag2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1012
|
+
|
|
1013
|
+
declare const ArrowUpBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1014
|
+
|
|
1015
|
+
declare const ArrowUpSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1016
|
+
|
|
1017
|
+
declare const ArrowUpCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1018
|
+
|
|
1019
|
+
declare const ArrowUp3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1020
|
+
|
|
1021
|
+
declare const ArrowUp2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1022
|
+
|
|
1023
|
+
declare const ArrowRightBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1024
|
+
|
|
1025
|
+
declare const ArrowRightSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1026
|
+
|
|
1027
|
+
declare const ArrowRightCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1028
|
+
|
|
1029
|
+
declare const ArrowRight3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1030
|
+
|
|
1031
|
+
declare const ArrowRight2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1032
|
+
|
|
1033
|
+
declare const ArrowLeftBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1034
|
+
|
|
1035
|
+
declare const ArrowLeftSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1036
|
+
|
|
1037
|
+
declare const ArrowLeftCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1038
|
+
|
|
1039
|
+
declare const ArrowLeft3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1040
|
+
|
|
1041
|
+
declare const ArrowLeft2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1042
|
+
|
|
1043
|
+
declare const ArrowDownBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1044
|
+
|
|
1045
|
+
declare const ArrowDownSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1046
|
+
|
|
1047
|
+
declare const ArrowDownCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1048
|
+
|
|
1049
|
+
declare const ArrowDown3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1050
|
+
|
|
1051
|
+
declare const ArrowDown2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1052
|
+
|
|
1053
|
+
declare const AddUserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1054
|
+
|
|
1055
|
+
declare const ActivityBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1056
|
+
|
|
1057
|
+
declare const Icon3UserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1058
|
+
|
|
1059
|
+
declare const Icon2UserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1060
|
+
|
|
1061
|
+
type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
1062
|
+
type IconVariant = 'regular' | 'bold';
|
|
1063
|
+
declare const iconNamesByVariant: {
|
|
1064
|
+
readonly regular: readonly ["activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag3", "boardTasks", "bold", "book", "bookmark", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "clockAddPlus", "clockClose", "clockFire", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentError", "documentPdf", "dollarAdd", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "faceIdFail", "faceIdSucces", "film2", "filter", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFileAddPlus", "folderFileUp", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "hide", "home", "home2", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image3", "imageAi", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "mapClose", "marker", "marker2", "menu", "menu2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "notification", "numberedlist", "officechair", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "stopCircle", "stopwatchSpeed", "strikethrough", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "tired", "toggle", "tools", "translateLanguage", "translateVector", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userContact", "userInformation", "userInformation2", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
1065
|
+
readonly bold: readonly ["activity", "addUser", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight3", "arrowRightCircle", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpSquare", "bag", "bag2", "book", "bookmark", "buy", "calendar", "calendar2", "calendarCheck", "calendarEdit", "calendarForward", "calendarTime", "call", "callMissed", "callSilent", "calling", "camera", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "dollarCircle3", "download", "edit", "editSquare", "eye2", "facebook", "filter", "filter2", "flag", "flash", "folder", "folderFile", "folderFileSearch", "forwardClockTimer10", "game", "graph", "heart", "heart2", "heartPlus", "hide", "home", "hotDrink", "icon2User", "icon3User", "image", "image2", "infoCircle", "infoCircle2", "infoSquare", "instagram", "linkedin", "location", "lock", "login", "logout", "macNotebook", "mapClose", "medium", "message", "minus2", "minus3", "moon", "moreCircle", "moreSquare", "notification", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperUpload", "password", "planeCheck", "play", "plus", "profile", "removeCircle", "removeUser", "scan", "search", "send", "send2", "setting", "shieldDone", "shieldFail", "show", "slightlyFrowning", "speakerMegaphone5", "square", "star", "stickerAdd", "stopwatchPlay", "stopwatchStop", "sun", "sun2", "swap", "tag", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timerPlus", "tired", "translateLanguage", "twitter", "unlock", "upload", "userBadge", "userChecked", "userDelete", "userSearch", "video", "voice", "voice2", "volumeDown", "volumeOff", "volumeUp", "wallet", "work", "xcom", "youtube"];
|
|
1066
|
+
};
|
|
1067
|
+
declare const iconNames: readonly ["activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag2", "bag3", "boardTasks", "bold", "book", "bookmark", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "clockAddPlus", "clockClose", "clockFire", "clockOffSleep", "close", "closeSquare", "closeSquare2", "cloudRemove", "cloudUpload", "code", "code2", "colorPalette", "comment", "comments", "copyLineEdit", "counterClockwiseUndo", "creativeQuoteOpenSquare", "crecimiento", "danger", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoument3Lines", "dcoumentAnalyze", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentError", "documentPdf", "dollarAdd", "dollarCircle3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "eye2", "faceIdFail", "faceIdSucces", "facebook", "film2", "filter", "filter2", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFile", "folderFileAddPlus", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "home", "home2", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "mapClose", "marker", "marker2", "medium", "menu", "menu2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "notification", "numberedlist", "officechair", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slightlyFrowning", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "stickerAdd", "stopCircle", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerPlus", "tired", "toggle", "tools", "translateLanguage", "translateVector", "twitter", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userBadge", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
1068
|
+
type IconName = (typeof iconNames)[number];
|
|
1069
|
+
declare const iconsByVariant: {
|
|
1070
|
+
readonly regular: {
|
|
1071
|
+
readonly zoomOut: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1072
|
+
readonly zoomIn: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1073
|
+
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1074
|
+
readonly wrench: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1075
|
+
readonly world: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1076
|
+
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1077
|
+
readonly wheelchair2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1078
|
+
readonly wheelchair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1079
|
+
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1080
|
+
readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1081
|
+
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1082
|
+
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1083
|
+
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1084
|
+
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1085
|
+
readonly volumeUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1086
|
+
readonly volumeOff: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1087
|
+
readonly volumeDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1088
|
+
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1089
|
+
readonly voice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1090
|
+
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1091
|
+
readonly verticalBarChart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1092
|
+
readonly vectorwork: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1093
|
+
readonly vectorstar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1094
|
+
readonly vectorsetting: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1095
|
+
readonly vectorprofile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1096
|
+
readonly vectorinfoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1097
|
+
readonly vectorhome: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1098
|
+
readonly vectorcalendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1099
|
+
readonly users: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1100
|
+
readonly usersGroup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1101
|
+
readonly userLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1102
|
+
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1103
|
+
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1104
|
+
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1105
|
+
readonly upload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1106
|
+
readonly updateRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1107
|
+
readonly updateRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1108
|
+
readonly upSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1109
|
+
readonly upLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1110
|
+
readonly unorderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1111
|
+
readonly unlock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1112
|
+
readonly university: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1113
|
+
readonly underline: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1114
|
+
readonly type: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1115
|
+
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1116
|
+
readonly translateLanguage: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1117
|
+
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1118
|
+
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1119
|
+
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1120
|
+
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1121
|
+
readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1122
|
+
readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1123
|
+
readonly ticket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1124
|
+
readonly ticketStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1125
|
+
readonly tickSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1126
|
+
readonly thumbDislike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1127
|
+
readonly textField: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1128
|
+
readonly textColor: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1129
|
+
readonly textAlignRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1130
|
+
readonly textAlignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1131
|
+
readonly textAlignCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1132
|
+
readonly tag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1133
|
+
readonly table: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1134
|
+
readonly switchList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1135
|
+
readonly swap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1136
|
+
readonly swapHorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1137
|
+
readonly sunvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1138
|
+
readonly sun: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1139
|
+
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1140
|
+
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1141
|
+
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1142
|
+
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1143
|
+
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1144
|
+
readonly speakerMegaphone5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1145
|
+
readonly soundWave: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1146
|
+
readonly sort: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1147
|
+
readonly sortDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1148
|
+
readonly smiling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1149
|
+
readonly smilingAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1150
|
+
readonly sign2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1151
|
+
readonly sign1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1152
|
+
readonly show: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1153
|
+
readonly shieldFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1154
|
+
readonly shieldDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1155
|
+
readonly share: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1156
|
+
readonly share2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1157
|
+
readonly setting: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1158
|
+
readonly settingToolCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1159
|
+
readonly settingSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1160
|
+
readonly send: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1161
|
+
readonly search: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1162
|
+
readonly searchDiscountPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1163
|
+
readonly screenSize: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1164
|
+
readonly scan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1165
|
+
readonly scale: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1166
|
+
readonly save: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1167
|
+
readonly sadDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1168
|
+
readonly rotation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1169
|
+
readonly roadmap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1170
|
+
readonly rightUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1171
|
+
readonly reverseRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1172
|
+
readonly reverseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1173
|
+
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1174
|
+
readonly refresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1175
|
+
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1176
|
+
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1177
|
+
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1178
|
+
readonly printer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1179
|
+
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1180
|
+
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1181
|
+
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1182
|
+
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1183
|
+
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1184
|
+
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1185
|
+
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1186
|
+
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1187
|
+
readonly pen2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1188
|
+
readonly pauseCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1189
|
+
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1190
|
+
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1191
|
+
readonly paperUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1192
|
+
readonly paperPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1193
|
+
readonly paperPlus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1194
|
+
readonly paperNegative: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1195
|
+
readonly paperFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1196
|
+
readonly paperDownload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1197
|
+
readonly paintingPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1198
|
+
readonly outdent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1199
|
+
readonly orderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1200
|
+
readonly officechair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1201
|
+
readonly numberedlist: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1202
|
+
readonly notification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1203
|
+
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1204
|
+
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1205
|
+
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1206
|
+
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1207
|
+
readonly moreSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1208
|
+
readonly moreCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1209
|
+
readonly moonvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1210
|
+
readonly monitor2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1211
|
+
readonly minus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1212
|
+
readonly minus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1213
|
+
readonly minus2Vector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1214
|
+
readonly minus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1215
|
+
readonly microsoftWord: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1216
|
+
readonly microsoftExel: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1217
|
+
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1218
|
+
readonly menuhorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1219
|
+
readonly menu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1220
|
+
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1221
|
+
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1222
|
+
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1223
|
+
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1224
|
+
readonly magicWand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1225
|
+
readonly macNotebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1226
|
+
readonly logout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1227
|
+
readonly login: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1228
|
+
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1229
|
+
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1230
|
+
readonly loading: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1231
|
+
readonly loadingCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1232
|
+
readonly loading2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1233
|
+
readonly listCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1234
|
+
readonly link: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1235
|
+
readonly link2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1236
|
+
readonly lineChartUpward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1237
|
+
readonly less: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1238
|
+
readonly leaves: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1239
|
+
readonly journey: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1240
|
+
readonly italic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1241
|
+
readonly insuranceHand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1242
|
+
readonly insuranceHand2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1243
|
+
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1244
|
+
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1245
|
+
readonly indent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1246
|
+
readonly inbox: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1247
|
+
readonly image: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1248
|
+
readonly imageUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1249
|
+
readonly imageUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1250
|
+
readonly imageDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1251
|
+
readonly imageAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1252
|
+
readonly image3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1253
|
+
readonly iconlyRegularLighExternalLink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1254
|
+
readonly iconlyRegularBoldVectoruserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1255
|
+
readonly iconlyRegularBoldUserSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1256
|
+
readonly iconlyRegularBoldUserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1257
|
+
readonly iconlyRegularBoldThumbLike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1258
|
+
readonly iconlyRegularBoldSidebarClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1259
|
+
readonly iconlyRegularBoldSidebarClose2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1260
|
+
readonly iconlyRegularBoldServersConnect7: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1261
|
+
readonly iconlyRegularBoldSalary: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1262
|
+
readonly iconlyRegularBoldHashtagSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1263
|
+
readonly iconlyRegularBoldHamburgerMenu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1264
|
+
readonly iconlyRegularBoldEye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1265
|
+
readonly iconlyRegularBoldExpandLeftStop: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1266
|
+
readonly iconlyRegularBoldExit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1267
|
+
readonly iconlyRegularBoldDocumentPencil: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1268
|
+
readonly iconlyRegularBoldCup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1269
|
+
readonly iconlyRegularBoldController1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1270
|
+
readonly iconlyRegularBoldContacts2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1271
|
+
readonly iconlyRegularBoldCircleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1272
|
+
readonly iconlyRegularBoldCircleGridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1273
|
+
readonly iconlyRegularBoldChevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1274
|
+
readonly iconlyRegularBoldCharityCoins: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1275
|
+
readonly iconlyRegularBoldBoardPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1276
|
+
readonly iconlyRegularBoldArrowsDiagonalMaximize: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1277
|
+
readonly iconSeparate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1278
|
+
readonly hourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1279
|
+
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1280
|
+
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1281
|
+
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1282
|
+
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1283
|
+
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1284
|
+
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1285
|
+
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1286
|
+
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1287
|
+
readonly happyDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1288
|
+
readonly gridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1289
|
+
readonly gridInterfaceTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1290
|
+
readonly gridInterfaceAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1291
|
+
readonly gridInterface4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1292
|
+
readonly gridInterface3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1293
|
+
readonly gridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1294
|
+
readonly graph: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1295
|
+
readonly giveDocument: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1296
|
+
readonly gift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1297
|
+
readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1298
|
+
readonly game: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1299
|
+
readonly galleryView: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1300
|
+
readonly frame: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1301
|
+
readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1302
|
+
readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1303
|
+
readonly folderFileAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1304
|
+
readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1305
|
+
readonly flipcalendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1306
|
+
readonly flipcalendarPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1307
|
+
readonly flipcalendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1308
|
+
readonly flipForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1309
|
+
readonly flipBackward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1310
|
+
readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1311
|
+
readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1312
|
+
readonly filter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1313
|
+
readonly filter3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1314
|
+
readonly film2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1315
|
+
readonly faceIdSucces: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1316
|
+
readonly faceIdFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1317
|
+
readonly expand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1318
|
+
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1319
|
+
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1320
|
+
readonly earth: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1321
|
+
readonly draghorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1322
|
+
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1323
|
+
readonly downSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1324
|
+
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1325
|
+
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1326
|
+
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1327
|
+
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1328
|
+
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1329
|
+
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1330
|
+
readonly discovery: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1331
|
+
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1332
|
+
readonly delete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1333
|
+
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1334
|
+
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1335
|
+
readonly darkAndLight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1336
|
+
readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1337
|
+
readonly dangerTriangle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1338
|
+
readonly dangerCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1339
|
+
readonly crecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1340
|
+
readonly creativeQuoteOpenSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1341
|
+
readonly copyLineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1342
|
+
readonly comments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1343
|
+
readonly comment: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1344
|
+
readonly code: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1345
|
+
readonly code2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1346
|
+
readonly cloudUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1347
|
+
readonly close: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1348
|
+
readonly closeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1349
|
+
readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1350
|
+
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1351
|
+
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1352
|
+
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1353
|
+
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1354
|
+
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1355
|
+
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1356
|
+
readonly checkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1357
|
+
readonly chat: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1358
|
+
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1359
|
+
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1360
|
+
readonly chartInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1361
|
+
readonly chartAnalysish: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1362
|
+
readonly chart3BarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1363
|
+
readonly chart3BarRefresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1364
|
+
readonly centerLayout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1365
|
+
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1366
|
+
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1367
|
+
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1368
|
+
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1369
|
+
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1370
|
+
readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1371
|
+
readonly calling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1372
|
+
readonly call: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1373
|
+
readonly callSilent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1374
|
+
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1375
|
+
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1376
|
+
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1377
|
+
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1378
|
+
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1379
|
+
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1380
|
+
readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1381
|
+
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1382
|
+
readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1383
|
+
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1384
|
+
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1385
|
+
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1386
|
+
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1387
|
+
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1388
|
+
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1389
|
+
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1390
|
+
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1391
|
+
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1392
|
+
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1393
|
+
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1394
|
+
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1395
|
+
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1396
|
+
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1397
|
+
readonly bag3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1398
|
+
readonly attach: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1399
|
+
readonly arrowsDiagonalContract: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1400
|
+
readonly arrowUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1401
|
+
readonly arrowUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1402
|
+
readonly arrowUpRightsm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1403
|
+
readonly arrowUpCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1404
|
+
readonly arrowUp3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1405
|
+
readonly arrowUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1406
|
+
readonly arrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1407
|
+
readonly arrowRightSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1408
|
+
readonly arrowRightSm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1409
|
+
readonly arrowRightCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1410
|
+
readonly arrowRight3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1411
|
+
readonly arrowRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1412
|
+
readonly arrowRight22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1413
|
+
readonly arrowLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1414
|
+
readonly arrowLeftSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1415
|
+
readonly arrowLeftCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1416
|
+
readonly arrowLeft3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1417
|
+
readonly arrowLeft2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1418
|
+
readonly arrowLeft22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1419
|
+
readonly arrowDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1420
|
+
readonly arrowDownSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1421
|
+
readonly arrowDownRightsm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1422
|
+
readonly arrowDownCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1423
|
+
readonly arrowDown3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1424
|
+
readonly arrowDown2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1425
|
+
readonly alignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1426
|
+
readonly alarmSpeaker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1427
|
+
readonly aiBrainIdea: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1428
|
+
readonly addUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1429
|
+
readonly activity: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1430
|
+
readonly activity2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1431
|
+
readonly icon3User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1432
|
+
readonly icon2User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1433
|
+
};
|
|
1434
|
+
readonly bold: {
|
|
1435
|
+
readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1436
|
+
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1437
|
+
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1438
|
+
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1439
|
+
readonly volumeUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1440
|
+
readonly volumeOff: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1441
|
+
readonly volumeDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1442
|
+
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1443
|
+
readonly voice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1444
|
+
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1445
|
+
readonly userSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1446
|
+
readonly userDelete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1447
|
+
readonly userChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1448
|
+
readonly userBadge: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1449
|
+
readonly upload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1450
|
+
readonly unlock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1451
|
+
readonly twitter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1452
|
+
readonly translateLanguage: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1453
|
+
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1454
|
+
readonly timerPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1455
|
+
readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1456
|
+
readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1457
|
+
readonly timeCircle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1458
|
+
readonly tiktok: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1459
|
+
readonly ticket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1460
|
+
readonly ticketStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1461
|
+
readonly tickSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1462
|
+
readonly thumbLike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1463
|
+
readonly thumbDislike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1464
|
+
readonly tag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1465
|
+
readonly swap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1466
|
+
readonly sun: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1467
|
+
readonly sun2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1468
|
+
readonly stopwatchStop: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1469
|
+
readonly stopwatchPlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1470
|
+
readonly stickerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1471
|
+
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1472
|
+
readonly square: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1473
|
+
readonly speakerMegaphone5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1474
|
+
readonly slightlyFrowning: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1475
|
+
readonly show: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1476
|
+
readonly shieldFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1477
|
+
readonly shieldDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1478
|
+
readonly setting: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1479
|
+
readonly send: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1480
|
+
readonly send2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1481
|
+
readonly search: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1482
|
+
readonly scan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1483
|
+
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1484
|
+
readonly removeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1485
|
+
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1486
|
+
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1487
|
+
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1488
|
+
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1489
|
+
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1490
|
+
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1491
|
+
readonly paperUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1492
|
+
readonly paperPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1493
|
+
readonly paperNegative: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1494
|
+
readonly paperFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1495
|
+
readonly paperDownload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1496
|
+
readonly notification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1497
|
+
readonly moreSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1498
|
+
readonly moreCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1499
|
+
readonly moon: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1500
|
+
readonly minus3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1501
|
+
readonly minus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1502
|
+
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1503
|
+
readonly medium: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1504
|
+
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1505
|
+
readonly macNotebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1506
|
+
readonly logout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1507
|
+
readonly login: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1508
|
+
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1509
|
+
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1510
|
+
readonly linkedin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1511
|
+
readonly instagram: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1512
|
+
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1513
|
+
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1514
|
+
readonly infoCircle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1515
|
+
readonly image: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1516
|
+
readonly image2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1517
|
+
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1518
|
+
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1519
|
+
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1520
|
+
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1521
|
+
readonly heartPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1522
|
+
readonly heart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1523
|
+
readonly graph: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1524
|
+
readonly game: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1525
|
+
readonly forwardClockTimer10: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1526
|
+
readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1527
|
+
readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1528
|
+
readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1529
|
+
readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1530
|
+
readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1531
|
+
readonly filter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1532
|
+
readonly filter2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1533
|
+
readonly facebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1534
|
+
readonly eye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1535
|
+
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1536
|
+
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1537
|
+
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1538
|
+
readonly dollarCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1539
|
+
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1540
|
+
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1541
|
+
readonly documentBadgePlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1542
|
+
readonly discovery: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1543
|
+
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1544
|
+
readonly delete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1545
|
+
readonly dcoumentAnalyze: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1546
|
+
readonly dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1547
|
+
readonly danger: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1548
|
+
readonly counterClockwiseUndo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1549
|
+
readonly colorPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1550
|
+
readonly code: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1551
|
+
readonly cloudRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1552
|
+
readonly closeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1553
|
+
readonly clockOffSleep: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1554
|
+
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1555
|
+
readonly checkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1556
|
+
readonly chat: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1557
|
+
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1558
|
+
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1559
|
+
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1560
|
+
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1561
|
+
readonly calling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1562
|
+
readonly call: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1563
|
+
readonly callSilent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1564
|
+
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1565
|
+
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1566
|
+
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1567
|
+
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1568
|
+
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1569
|
+
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1570
|
+
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1571
|
+
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1572
|
+
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1573
|
+
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1574
|
+
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1575
|
+
readonly bag2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1576
|
+
readonly arrowUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1577
|
+
readonly arrowUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1578
|
+
readonly arrowUpCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1579
|
+
readonly arrowUp3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1580
|
+
readonly arrowUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1581
|
+
readonly arrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1582
|
+
readonly arrowRightSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1583
|
+
readonly arrowRightCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1584
|
+
readonly arrowRight3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1585
|
+
readonly arrowRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1586
|
+
readonly arrowLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1587
|
+
readonly arrowLeftSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1588
|
+
readonly arrowLeftCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1589
|
+
readonly arrowLeft3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1590
|
+
readonly arrowLeft2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1591
|
+
readonly arrowDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1592
|
+
readonly arrowDownSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1593
|
+
readonly arrowDownCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1594
|
+
readonly arrowDown3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1595
|
+
readonly arrowDown2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1596
|
+
readonly addUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1597
|
+
readonly activity: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1598
|
+
readonly icon3User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1599
|
+
readonly icon2User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1602
|
+
declare const icons: {
|
|
1603
|
+
readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1604
|
+
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1605
|
+
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1606
|
+
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1607
|
+
readonly volumeUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1608
|
+
readonly volumeOff: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1609
|
+
readonly volumeDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1610
|
+
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1611
|
+
readonly voice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1612
|
+
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1613
|
+
readonly userSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1614
|
+
readonly userDelete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1615
|
+
readonly userChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1616
|
+
readonly userBadge: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1617
|
+
readonly upload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1618
|
+
readonly unlock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1619
|
+
readonly twitter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1620
|
+
readonly translateLanguage: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1621
|
+
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1622
|
+
readonly timerPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1623
|
+
readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1624
|
+
readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1625
|
+
readonly timeCircle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1626
|
+
readonly tiktok: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1627
|
+
readonly ticket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1628
|
+
readonly ticketStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1629
|
+
readonly tickSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1630
|
+
readonly thumbLike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1631
|
+
readonly thumbDislike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1632
|
+
readonly tag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1633
|
+
readonly swap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1634
|
+
readonly sun: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1635
|
+
readonly sun2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1636
|
+
readonly stopwatchStop: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1637
|
+
readonly stopwatchPlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1638
|
+
readonly stickerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1639
|
+
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1640
|
+
readonly square: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1641
|
+
readonly speakerMegaphone5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1642
|
+
readonly slightlyFrowning: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1643
|
+
readonly show: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1644
|
+
readonly shieldFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1645
|
+
readonly shieldDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1646
|
+
readonly setting: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1647
|
+
readonly send: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1648
|
+
readonly send2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1649
|
+
readonly search: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1650
|
+
readonly scan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1651
|
+
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1652
|
+
readonly removeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1653
|
+
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1654
|
+
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1655
|
+
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1656
|
+
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1657
|
+
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1658
|
+
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1659
|
+
readonly paperUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1660
|
+
readonly paperPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1661
|
+
readonly paperNegative: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1662
|
+
readonly paperFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1663
|
+
readonly paperDownload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1664
|
+
readonly notification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1665
|
+
readonly moreSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1666
|
+
readonly moreCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1667
|
+
readonly moon: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1668
|
+
readonly minus3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1669
|
+
readonly minus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1670
|
+
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1671
|
+
readonly medium: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1672
|
+
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1673
|
+
readonly macNotebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1674
|
+
readonly logout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1675
|
+
readonly login: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1676
|
+
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1677
|
+
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1678
|
+
readonly linkedin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1679
|
+
readonly instagram: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1680
|
+
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1681
|
+
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1682
|
+
readonly infoCircle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1683
|
+
readonly image: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1684
|
+
readonly image2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1685
|
+
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1686
|
+
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1687
|
+
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1688
|
+
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1689
|
+
readonly heartPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1690
|
+
readonly heart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1691
|
+
readonly graph: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1692
|
+
readonly game: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1693
|
+
readonly forwardClockTimer10: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1694
|
+
readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1695
|
+
readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1696
|
+
readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1697
|
+
readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1698
|
+
readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1699
|
+
readonly filter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1700
|
+
readonly filter2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1701
|
+
readonly facebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1702
|
+
readonly eye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1703
|
+
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1704
|
+
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1705
|
+
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1706
|
+
readonly dollarCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1707
|
+
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1708
|
+
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1709
|
+
readonly documentBadgePlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1710
|
+
readonly discovery: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1711
|
+
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1712
|
+
readonly delete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1713
|
+
readonly dcoumentAnalyze: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1714
|
+
readonly dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1715
|
+
readonly danger: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1716
|
+
readonly counterClockwiseUndo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1717
|
+
readonly colorPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1718
|
+
readonly code: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1719
|
+
readonly cloudRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1720
|
+
readonly closeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1721
|
+
readonly clockOffSleep: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1722
|
+
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1723
|
+
readonly checkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1724
|
+
readonly chat: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1725
|
+
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1726
|
+
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1727
|
+
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1728
|
+
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1729
|
+
readonly calling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1730
|
+
readonly call: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1731
|
+
readonly callSilent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1732
|
+
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1733
|
+
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1734
|
+
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1735
|
+
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1736
|
+
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1737
|
+
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1738
|
+
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1739
|
+
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1740
|
+
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1741
|
+
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1742
|
+
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1743
|
+
readonly bag2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1744
|
+
readonly arrowUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1745
|
+
readonly arrowUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1746
|
+
readonly arrowUpCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1747
|
+
readonly arrowUp3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1748
|
+
readonly arrowUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1749
|
+
readonly arrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1750
|
+
readonly arrowRightSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1751
|
+
readonly arrowRightCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1752
|
+
readonly arrowRight3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1753
|
+
readonly arrowRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1754
|
+
readonly arrowLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1755
|
+
readonly arrowLeftSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1756
|
+
readonly arrowLeftCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1757
|
+
readonly arrowLeft3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1758
|
+
readonly arrowLeft2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1759
|
+
readonly arrowDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1760
|
+
readonly arrowDownSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1761
|
+
readonly arrowDownCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1762
|
+
readonly arrowDown3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1763
|
+
readonly arrowDown2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1764
|
+
readonly addUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1765
|
+
readonly activity: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1766
|
+
readonly icon3User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1767
|
+
readonly icon2User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1768
|
+
readonly zoomOut: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1769
|
+
readonly zoomIn: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1770
|
+
readonly wrench: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1771
|
+
readonly world: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1772
|
+
readonly wheelchair2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1773
|
+
readonly wheelchair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1774
|
+
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1775
|
+
readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1776
|
+
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1777
|
+
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1778
|
+
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1779
|
+
readonly voice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1780
|
+
readonly verticalBarChart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1781
|
+
readonly vectorwork: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1782
|
+
readonly vectorstar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1783
|
+
readonly vectorsetting: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1784
|
+
readonly vectorprofile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1785
|
+
readonly vectorinfoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1786
|
+
readonly vectorhome: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1787
|
+
readonly vectorcalendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1788
|
+
readonly users: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1789
|
+
readonly usersGroup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1790
|
+
readonly userLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1791
|
+
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1792
|
+
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1793
|
+
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1794
|
+
readonly updateRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1795
|
+
readonly updateRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1796
|
+
readonly upSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1797
|
+
readonly upLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1798
|
+
readonly unorderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1799
|
+
readonly university: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1800
|
+
readonly underline: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1801
|
+
readonly type: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1802
|
+
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1803
|
+
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1804
|
+
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1805
|
+
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1806
|
+
readonly textField: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1807
|
+
readonly textColor: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1808
|
+
readonly textAlignRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1809
|
+
readonly textAlignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1810
|
+
readonly textAlignCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1811
|
+
readonly table: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1812
|
+
readonly switchList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1813
|
+
readonly swapHorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1814
|
+
readonly sunvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1815
|
+
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1816
|
+
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1817
|
+
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1818
|
+
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1819
|
+
readonly soundWave: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1820
|
+
readonly sort: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1821
|
+
readonly sortDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1822
|
+
readonly smiling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1823
|
+
readonly smilingAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1824
|
+
readonly sign2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1825
|
+
readonly sign1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1826
|
+
readonly share: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1827
|
+
readonly share2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1828
|
+
readonly settingToolCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1829
|
+
readonly settingSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1830
|
+
readonly searchDiscountPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1831
|
+
readonly screenSize: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1832
|
+
readonly scale: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1833
|
+
readonly save: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1834
|
+
readonly sadDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1835
|
+
readonly rotation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1836
|
+
readonly roadmap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1837
|
+
readonly rightUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1838
|
+
readonly reverseRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1839
|
+
readonly reverseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1840
|
+
readonly refresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1841
|
+
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1842
|
+
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1843
|
+
readonly printer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1844
|
+
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1845
|
+
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1846
|
+
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1847
|
+
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1848
|
+
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1849
|
+
readonly pen2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1850
|
+
readonly pauseCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1851
|
+
readonly paperPlus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1852
|
+
readonly paintingPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1853
|
+
readonly outdent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1854
|
+
readonly orderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1855
|
+
readonly officechair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1856
|
+
readonly numberedlist: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1857
|
+
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1858
|
+
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1859
|
+
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1860
|
+
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1861
|
+
readonly moonvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1862
|
+
readonly monitor2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1863
|
+
readonly minus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1864
|
+
readonly minus2Vector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1865
|
+
readonly minus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1866
|
+
readonly microsoftWord: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1867
|
+
readonly microsoftExel: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1868
|
+
readonly menuhorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1869
|
+
readonly menu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1870
|
+
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1871
|
+
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1872
|
+
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1873
|
+
readonly magicWand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1874
|
+
readonly loading: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1875
|
+
readonly loadingCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1876
|
+
readonly loading2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1877
|
+
readonly listCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1878
|
+
readonly link: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1879
|
+
readonly link2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1880
|
+
readonly lineChartUpward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1881
|
+
readonly less: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1882
|
+
readonly leaves: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1883
|
+
readonly journey: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1884
|
+
readonly italic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1885
|
+
readonly insuranceHand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1886
|
+
readonly insuranceHand2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1887
|
+
readonly indent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1888
|
+
readonly inbox: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1889
|
+
readonly imageUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1890
|
+
readonly imageUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1891
|
+
readonly imageDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1892
|
+
readonly imageAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1893
|
+
readonly image3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1894
|
+
readonly iconlyRegularLighExternalLink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1895
|
+
readonly iconlyRegularBoldVectoruserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1896
|
+
readonly iconlyRegularBoldUserSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1897
|
+
readonly iconlyRegularBoldUserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1898
|
+
readonly iconlyRegularBoldThumbLike: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1899
|
+
readonly iconlyRegularBoldSidebarClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1900
|
+
readonly iconlyRegularBoldSidebarClose2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1901
|
+
readonly iconlyRegularBoldServersConnect7: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1902
|
+
readonly iconlyRegularBoldSalary: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1903
|
+
readonly iconlyRegularBoldHashtagSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1904
|
+
readonly iconlyRegularBoldHamburgerMenu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1905
|
+
readonly iconlyRegularBoldEye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1906
|
+
readonly iconlyRegularBoldExpandLeftStop: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1907
|
+
readonly iconlyRegularBoldExit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1908
|
+
readonly iconlyRegularBoldDocumentPencil: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1909
|
+
readonly iconlyRegularBoldCup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1910
|
+
readonly iconlyRegularBoldController1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1911
|
+
readonly iconlyRegularBoldContacts2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1912
|
+
readonly iconlyRegularBoldCircleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1913
|
+
readonly iconlyRegularBoldCircleGridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1914
|
+
readonly iconlyRegularBoldChevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1915
|
+
readonly iconlyRegularBoldCharityCoins: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1916
|
+
readonly iconlyRegularBoldBoardPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1917
|
+
readonly iconlyRegularBoldArrowsDiagonalMaximize: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1918
|
+
readonly iconSeparate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1919
|
+
readonly hourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1920
|
+
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1921
|
+
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1922
|
+
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1923
|
+
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1924
|
+
readonly happyDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1925
|
+
readonly gridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1926
|
+
readonly gridInterfaceTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1927
|
+
readonly gridInterfaceAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1928
|
+
readonly gridInterface4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1929
|
+
readonly gridInterface3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1930
|
+
readonly gridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1931
|
+
readonly giveDocument: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1932
|
+
readonly gift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1933
|
+
readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1934
|
+
readonly galleryView: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1935
|
+
readonly frame: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1936
|
+
readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1937
|
+
readonly folderFileAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1938
|
+
readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1939
|
+
readonly flipcalendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1940
|
+
readonly flipcalendarPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1941
|
+
readonly flipcalendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1942
|
+
readonly flipForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1943
|
+
readonly flipBackward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1944
|
+
readonly filter3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1945
|
+
readonly film2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1946
|
+
readonly faceIdSucces: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1947
|
+
readonly faceIdFail: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1948
|
+
readonly expand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1949
|
+
readonly earth: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1950
|
+
readonly draghorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1951
|
+
readonly downSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1952
|
+
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1953
|
+
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1954
|
+
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1955
|
+
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1956
|
+
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1957
|
+
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1958
|
+
readonly darkAndLight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1959
|
+
readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1960
|
+
readonly dangerTriangle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1961
|
+
readonly dangerCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1962
|
+
readonly crecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1963
|
+
readonly creativeQuoteOpenSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1964
|
+
readonly copyLineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1965
|
+
readonly comments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1966
|
+
readonly comment: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1967
|
+
readonly code2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1968
|
+
readonly cloudUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1969
|
+
readonly close: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1970
|
+
readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1971
|
+
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1972
|
+
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1973
|
+
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1974
|
+
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1975
|
+
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1976
|
+
readonly chartInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1977
|
+
readonly chartAnalysish: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1978
|
+
readonly chart3BarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1979
|
+
readonly chart3BarRefresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1980
|
+
readonly centerLayout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1981
|
+
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1982
|
+
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1983
|
+
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1984
|
+
readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1985
|
+
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1986
|
+
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1987
|
+
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1988
|
+
readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1989
|
+
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1990
|
+
readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1991
|
+
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1992
|
+
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1993
|
+
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1994
|
+
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1995
|
+
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1996
|
+
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1997
|
+
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1998
|
+
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1999
|
+
readonly bag3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2000
|
+
readonly attach: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2001
|
+
readonly arrowsDiagonalContract: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2002
|
+
readonly arrowUpRightsm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2003
|
+
readonly arrowRightSm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2004
|
+
readonly arrowRight22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2005
|
+
readonly arrowLeft22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2006
|
+
readonly arrowDownRightsm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2007
|
+
readonly alignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2008
|
+
readonly alarmSpeaker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2009
|
+
readonly aiBrainIdea: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2010
|
+
readonly activity2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2011
|
+
};
|
|
2012
|
+
|
|
2013
|
+
type FichappIconProps = IconSvgProps & {
|
|
2014
|
+
name: IconName;
|
|
2015
|
+
variant?: IconVariant;
|
|
2016
|
+
};
|
|
2017
|
+
declare function Icon({ name, variant, ...props }: FichappIconProps): React.JSX.Element | null;
|
|
2018
|
+
|
|
2019
|
+
export { Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AlarmSpeakerRegular, AlignLeftRegular, ArrowDown2Bold, ArrowDown2Regular, ArrowDown3Bold, ArrowDown3Regular, ArrowDownBold, ArrowDownCircleBold, ArrowDownCircleRegular, ArrowDownRegular, ArrowDownRightsmRegular, ArrowDownSquareBold, ArrowDownSquareRegular, ArrowLeft22Regular, ArrowLeft2Bold, ArrowLeft2Regular, ArrowLeft3Bold, ArrowLeft3Regular, ArrowLeftBold, ArrowLeftCircleBold, ArrowLeftCircleRegular, ArrowLeftRegular, ArrowLeftSquareBold, ArrowLeftSquareRegular, ArrowRight22Regular, ArrowRight2Bold, ArrowRight2Regular, ArrowRight3Bold, ArrowRight3Regular, ArrowRightBold, ArrowRightCircleBold, ArrowRightCircleRegular, ArrowRightRegular, ArrowRightSmRegular, ArrowRightSquareBold, ArrowRightSquareRegular, ArrowUp2Bold, ArrowUp2Regular, ArrowUp3Bold, ArrowUp3Regular, ArrowUpBold, ArrowUpCircleBold, ArrowUpCircleRegular, ArrowUpRegular, ArrowUpRightsmRegular, ArrowUpSquareBold, ArrowUpSquareRegular, ArrowsDiagonalContractRegular, AttachRegular, Bag2Bold, Bag3Regular, BagBold, BagRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarForwardBold, CalendarHourglassRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCloseRegular, ClockFireRegular, ClockOffSleepBold, CloseRegular, CloseSquare2Regular, CloseSquareBold, CloseSquareRegular, CloudRemoveBold, CloudUploadRegular, Code2Regular, CodeBold, CodeRegular, ColorPaletteBold, CommentRegular, CommentsRegular, CopyLineEditRegular, CounterClockwiseUndoBold, CreativeQuoteOpenSquareRegular, CrecimientoRegular, DangerBold, DangerCircleRegular, DangerTriangleRegular, DarkAndLight2Regular, DarkAndLightRegular, Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold, Dcoument3LinesRegular, DcoumentAnalyzeBold, DecrecimientoRegular, DeleteBold, DeleteRegular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentErrorRegular, DocumentPdfBold, DocumentPdfRegular, DocumentRegular, DollarAddRegular, DollarCircle3Bold, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditRegular, EditSquareBold, EditSquareRegular, ExpandRegular, Eye2Bold, FaceIdFailRegular, FaceIdSuccesRegular, FacebookBold, type FichappIconProps, Film2Regular, Filter2Bold, Filter3Regular, FilterBold, FilterRegular, FlagBold, FlagRegular, FlashBold, FlashRegular, FlipBackwardRegular, FlipForwardRegular, FlipcalendarBlankRegular, FlipcalendarPercentRegular, FlipcalendarTimeRegular, FlowChartRegular, FolderBold, FolderFileAddPlusRegular, FolderFileBold, FolderFileSearchBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, HideBold, HideRegular, Home2Regular, HomeBold, HomeRegular, HospitalRegular, HotDrinkBold, HotDrinkRegular, HourglassRegular, Icon, Icon2UserBold, Icon2UserRegular, Icon3UserBold, Icon3UserRegular, type IconComponent, type IconName, IconSeparateRegular, type IconSvgProps, type IconVariant, IconlyRegularBoldArrowsDiagonalMaximizeRegular, IconlyRegularBoldBoardPinRegular, IconlyRegularBoldCharityCoinsRegular, IconlyRegularBoldChevronExpandVericalRegular, IconlyRegularBoldCircleGridInterface2Regular, IconlyRegularBoldCircleGridInterfaceRegular, IconlyRegularBoldContacts2Regular, IconlyRegularBoldController1Regular, IconlyRegularBoldCupRegular, IconlyRegularBoldDocumentPencilRegular, IconlyRegularBoldExitRegular, IconlyRegularBoldExpandLeftStopRegular, IconlyRegularBoldEye2Regular, IconlyRegularBoldHamburgerMenuRegular, IconlyRegularBoldHashtagSquareRegular, IconlyRegularBoldSalaryRegular, IconlyRegularBoldServersConnect7Regular, IconlyRegularBoldSidebarClose2Regular, IconlyRegularBoldSidebarCloseRegular, IconlyRegularBoldThumbLikeRegular, IconlyRegularBoldUserCheckedRegular, IconlyRegularBoldUserSearchRegular, IconlyRegularBoldVectoruserCheckedRegular, IconlyRegularLighExternalLinkRegular, Image2Bold, Image3Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LessRegular, LineChartUpwardRegular, Link2Regular, LinkRegular, LinkedinBold, ListCheckRegular, Loading2Regular, LoadingCircle3Regular, LoadingRegular, LocationBold, LocationRegular, LockBold, LockRegular, LoginBold, LoginRegular, LogoutBold, LogoutRegular, MacNotebookBold, MacNotebookRegular, MagicWandRegular, MapCloseBold, MapCloseRegular, Marker2Regular, MarkerRegular, MediumBold, Menu2Regular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MovieTime2Regular, MovieTimeRegular, NewNotificationRegular, NotificationBold, NotificationRegular, NumberedlistRegular, OfficechairRegular, OrderedListRegular, OutdentRegular, PaintingPaletteRegular, PaperBold, PaperDownloadBold, PaperDownloadRegular, PaperFailBold, PaperFailRegular, PaperNegativeBold, PaperNegativeRegular, PaperPlus2Regular, PaperPlusBold, PaperPlusRegular, PaperRegular, PaperUploadBold, PaperUploadRegular, PasswordBold, PasswordRegular, PauseCircleRegular, Pen2Regular, PenRegular, PhotoRegular, PlaneCheckBold, PlaneCheckRegular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionsRegular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightUpSquareRegular, RoadmapRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlightlyFrowningBold, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StickerAddBold, StopCircleRegular, StopwatchPlayBold, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, TableRegular, TagBold, TagRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, TwitterBold, TypeRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLockRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VideoBold, VideoRegular, Voice2Bold, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorkRegular, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|