@kamod-ch/icons 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.
Files changed (36) hide show
  1. package/ATTRIBUTION.md +35 -0
  2. package/LICENSE +21 -0
  3. package/README.md +194 -0
  4. package/dist/index.d.ts +3 -0
  5. package/dist/index.js +24090 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/meta.d.ts +94 -0
  8. package/dist/meta.js +88 -0
  9. package/dist/meta.js.map +1 -0
  10. package/dist/sets/heroicons/outline/index.d.ts +652 -0
  11. package/dist/sets/heroicons/outline/index.js +8763 -0
  12. package/dist/sets/heroicons/outline/index.js.map +1 -0
  13. package/dist/sets/heroicons/solid/index.d.ts +652 -0
  14. package/dist/sets/heroicons/solid/index.js +8509 -0
  15. package/dist/sets/heroicons/solid/index.js.map +1 -0
  16. package/dist/sets/iconoir/regular/index.d.ts +2770 -0
  17. package/dist/sets/iconoir/regular/index.js +38439 -0
  18. package/dist/sets/iconoir/regular/index.js.map +1 -0
  19. package/dist/sets/iconoir/solid/index.d.ts +580 -0
  20. package/dist/sets/iconoir/solid/index.js +7663 -0
  21. package/dist/sets/iconoir/solid/index.js.map +1 -0
  22. package/dist/sets/lucide/index.d.ts +3492 -0
  23. package/dist/sets/lucide/index.js +48652 -0
  24. package/dist/sets/lucide/index.js.map +1 -0
  25. package/dist/sets/shadcn/index.d.ts +1758 -0
  26. package/dist/sets/shadcn/index.js +24090 -0
  27. package/dist/sets/shadcn/index.js.map +1 -0
  28. package/dist/sets/tabler/filled/index.d.ts +2110 -0
  29. package/dist/sets/tabler/filled/index.js +27476 -0
  30. package/dist/sets/tabler/filled/index.js.map +1 -0
  31. package/dist/sets/tabler/outline/index.d.ts +10190 -0
  32. package/dist/sets/tabler/outline/index.js +140037 -0
  33. package/dist/sets/tabler/outline/index.js.map +1 -0
  34. package/dist/types-DQL76FNw.d.ts +8 -0
  35. package/icon-sources.json +85 -0
  36. package/package.json +125 -0
@@ -0,0 +1,3492 @@
1
+ import * as preact from 'preact';
2
+ import { I as IconProps } from '../../types-DQL76FNw.js';
3
+
4
+ declare function AArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
5
+
6
+ declare function AArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
7
+
8
+ declare function ALargeSmallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
9
+
10
+ declare function AccessibilityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
11
+
12
+ declare function ActivityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
13
+
14
+ declare function AdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
15
+
16
+ declare function AirVentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
17
+
18
+ declare function AirplayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
19
+
20
+ declare function AlarmClockCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
21
+
22
+ declare function AlarmClockMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
23
+
24
+ declare function AlarmClockOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
25
+
26
+ declare function AlarmClockPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
27
+
28
+ declare function AlarmClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
29
+
30
+ declare function AlarmSmokeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
31
+
32
+ declare function AlbumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
33
+
34
+ declare function AlignCenterHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
35
+
36
+ declare function AlignCenterVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
37
+
38
+ declare function AlignEndHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
39
+
40
+ declare function AlignEndVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
41
+
42
+ declare function AlignHorizontalDistributeCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
43
+
44
+ declare function AlignHorizontalDistributeEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
45
+
46
+ declare function AlignHorizontalDistributeStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
47
+
48
+ declare function AlignHorizontalJustifyCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
49
+
50
+ declare function AlignHorizontalJustifyEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
51
+
52
+ declare function AlignHorizontalJustifyStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
53
+
54
+ declare function AlignHorizontalSpaceAroundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
55
+
56
+ declare function AlignHorizontalSpaceBetweenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
57
+
58
+ declare function AlignStartHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
59
+
60
+ declare function AlignStartVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
61
+
62
+ declare function AlignVerticalDistributeCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
63
+
64
+ declare function AlignVerticalDistributeEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
65
+
66
+ declare function AlignVerticalDistributeStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
67
+
68
+ declare function AlignVerticalJustifyCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
69
+
70
+ declare function AlignVerticalJustifyEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
71
+
72
+ declare function AlignVerticalJustifyStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
73
+
74
+ declare function AlignVerticalSpaceAroundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
75
+
76
+ declare function AlignVerticalSpaceBetweenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
77
+
78
+ declare function AmbulanceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
79
+
80
+ declare function AmpersandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
81
+
82
+ declare function AmpersandsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
83
+
84
+ declare function AmphoraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
85
+
86
+ declare function AnchorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
87
+
88
+ declare function AngryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
89
+
90
+ declare function AnnoyedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
91
+
92
+ declare function AntennaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
93
+
94
+ declare function AnvilIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
95
+
96
+ declare function ApertureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
97
+
98
+ declare function AppWindowMacIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
99
+
100
+ declare function AppWindowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
101
+
102
+ declare function AppleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
103
+
104
+ declare function ArchiveRestoreIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
105
+
106
+ declare function ArchiveXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
107
+
108
+ declare function ArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
109
+
110
+ declare function ArmchairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
111
+
112
+ declare function ArrowBigDownDashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
113
+
114
+ declare function ArrowBigDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
115
+
116
+ declare function ArrowBigLeftDashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
117
+
118
+ declare function ArrowBigLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
119
+
120
+ declare function ArrowBigRightDashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
121
+
122
+ declare function ArrowBigRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
123
+
124
+ declare function ArrowBigUpDashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
125
+
126
+ declare function ArrowBigUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
127
+
128
+ declare function ArrowDown01Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
129
+
130
+ declare function ArrowDown10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
131
+
132
+ declare function ArrowDownAZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
133
+
134
+ declare function ArrowDownFromLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
135
+
136
+ declare function ArrowDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
137
+
138
+ declare function ArrowDownNarrowWideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
139
+
140
+ declare function ArrowDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
141
+
142
+ declare function ArrowDownToDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
143
+
144
+ declare function ArrowDownToLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
145
+
146
+ declare function ArrowDownUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
147
+
148
+ declare function ArrowDownWideNarrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
149
+
150
+ declare function ArrowDownZAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
151
+
152
+ declare function ArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
153
+
154
+ declare function ArrowLeftFromLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
155
+
156
+ declare function ArrowLeftRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
157
+
158
+ declare function ArrowLeftToLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
159
+
160
+ declare function ArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
161
+
162
+ declare function ArrowRightFromLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
163
+
164
+ declare function ArrowRightLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
165
+
166
+ declare function ArrowRightToLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
167
+
168
+ declare function ArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
169
+
170
+ declare function ArrowUp01Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
171
+
172
+ declare function ArrowUp10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
173
+
174
+ declare function ArrowUpAZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
175
+
176
+ declare function ArrowUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
177
+
178
+ declare function ArrowUpFromDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
179
+
180
+ declare function ArrowUpFromLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
181
+
182
+ declare function ArrowUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
183
+
184
+ declare function ArrowUpNarrowWideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
185
+
186
+ declare function ArrowUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
187
+
188
+ declare function ArrowUpToLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
189
+
190
+ declare function ArrowUpWideNarrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
191
+
192
+ declare function ArrowUpZAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
193
+
194
+ declare function ArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
195
+
196
+ declare function ArrowsUpFromLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
197
+
198
+ declare function AsteriskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
199
+
200
+ declare function AstroidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
201
+
202
+ declare function AtSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
203
+
204
+ declare function AtomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
205
+
206
+ declare function AudioLinesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
207
+
208
+ declare function AudioWaveformIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
209
+
210
+ declare function AwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
211
+
212
+ declare function AxeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
213
+
214
+ declare function Axis3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
215
+
216
+ declare function BabyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
217
+
218
+ declare function BackpackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
219
+
220
+ declare function BadgeAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
221
+
222
+ declare function BadgeCentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
223
+
224
+ declare function BadgeCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
225
+
226
+ declare function BadgeDollarSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
227
+
228
+ declare function BadgeEuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
229
+
230
+ declare function BadgeIndianRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
231
+
232
+ declare function BadgeInfoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
233
+
234
+ declare function BadgeJapaneseYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
235
+
236
+ declare function BadgeMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
237
+
238
+ declare function BadgePercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
239
+
240
+ declare function BadgePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
241
+
242
+ declare function BadgePoundSterlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
243
+
244
+ declare function BadgeQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
245
+
246
+ declare function BadgeRussianRubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
247
+
248
+ declare function BadgeSwissFrancIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
249
+
250
+ declare function BadgeTurkishLiraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
251
+
252
+ declare function BadgeXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
253
+
254
+ declare function BadgeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
255
+
256
+ declare function BaggageClaimIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
257
+
258
+ declare function BalloonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
259
+
260
+ declare function BanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
261
+
262
+ declare function BananaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
263
+
264
+ declare function BandageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
265
+
266
+ declare function BanknoteArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
267
+
268
+ declare function BanknoteArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
269
+
270
+ declare function BanknoteCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
271
+
272
+ declare function BanknoteXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
273
+
274
+ declare function BanknoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
275
+
276
+ declare function BarcodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
277
+
278
+ declare function BarrelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
279
+
280
+ declare function BaselineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
281
+
282
+ declare function BathIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
283
+
284
+ declare function BatteryChargingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
285
+
286
+ declare function BatteryFullIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
287
+
288
+ declare function BatteryLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
289
+
290
+ declare function BatteryMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
291
+
292
+ declare function BatteryPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
293
+
294
+ declare function BatteryWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
295
+
296
+ declare function BatteryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
297
+
298
+ declare function BeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
299
+
300
+ declare function BeanOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
301
+
302
+ declare function BeanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
303
+
304
+ declare function BedDoubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
305
+
306
+ declare function BedSingleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
307
+
308
+ declare function BedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
309
+
310
+ declare function BeefOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
311
+
312
+ declare function BeefIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
313
+
314
+ declare function BeerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
315
+
316
+ declare function BeerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
317
+
318
+ declare function BellCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
319
+
320
+ declare function BellDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
321
+
322
+ declare function BellElectricIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
323
+
324
+ declare function BellMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
325
+
326
+ declare function BellOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
327
+
328
+ declare function BellPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
329
+
330
+ declare function BellRingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
331
+
332
+ declare function BellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
333
+
334
+ declare function BetweenHorizontalEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
335
+
336
+ declare function BetweenHorizontalStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
337
+
338
+ declare function BetweenVerticalEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
339
+
340
+ declare function BetweenVerticalStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
341
+
342
+ declare function BicepsFlexedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
343
+
344
+ declare function BikeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
345
+
346
+ declare function BinaryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
347
+
348
+ declare function BinocularsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
349
+
350
+ declare function BiohazardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
351
+
352
+ declare function BirdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
353
+
354
+ declare function BirdhouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
355
+
356
+ declare function BitcoinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
357
+
358
+ declare function BlendIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
359
+
360
+ declare function BlenderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
361
+
362
+ declare function BlindsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
363
+
364
+ declare function BlocksIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
365
+
366
+ declare function BluetoothConnectedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
367
+
368
+ declare function BluetoothOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
369
+
370
+ declare function BluetoothSearchingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
371
+
372
+ declare function BluetoothIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
373
+
374
+ declare function BoldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
375
+
376
+ declare function BoltIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
377
+
378
+ declare function BombIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
379
+
380
+ declare function BoneFractureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
381
+
382
+ declare function BoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
383
+
384
+ declare function BookAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
385
+
386
+ declare function BookAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
387
+
388
+ declare function BookAudioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
389
+
390
+ declare function BookCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
391
+
392
+ declare function BookCopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
393
+
394
+ declare function BookDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
395
+
396
+ declare function BookDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
397
+
398
+ declare function BookHeadphonesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
399
+
400
+ declare function BookHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
401
+
402
+ declare function BookImageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
403
+
404
+ declare function BookKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
405
+
406
+ declare function BookLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
407
+
408
+ declare function BookMarkedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
409
+
410
+ declare function BookMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
411
+
412
+ declare function BookOpenCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
413
+
414
+ declare function BookOpenTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
415
+
416
+ declare function BookOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
417
+
418
+ declare function BookPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
419
+
420
+ declare function BookSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
421
+
422
+ declare function BookTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
423
+
424
+ declare function BookTypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
425
+
426
+ declare function BookUp2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
427
+
428
+ declare function BookUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
429
+
430
+ declare function BookUserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
431
+
432
+ declare function BookXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
433
+
434
+ declare function BookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
435
+
436
+ declare function BookmarkCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
437
+
438
+ declare function BookmarkMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
439
+
440
+ declare function BookmarkOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
441
+
442
+ declare function BookmarkPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
443
+
444
+ declare function BookmarkXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
445
+
446
+ declare function BookmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
447
+
448
+ declare function BoomBoxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
449
+
450
+ declare function BotMessageSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
451
+
452
+ declare function BotOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
453
+
454
+ declare function BotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
455
+
456
+ declare function BottleWineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
457
+
458
+ declare function BowArrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
459
+
460
+ declare function BoxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
461
+
462
+ declare function BoxesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
463
+
464
+ declare function BracesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
465
+
466
+ declare function BracketsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
467
+
468
+ declare function BrainCircuitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
469
+
470
+ declare function BrainCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
471
+
472
+ declare function BrainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
473
+
474
+ declare function BrickWallFireIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
475
+
476
+ declare function BrickWallShieldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
477
+
478
+ declare function BrickWallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
479
+
480
+ declare function BriefcaseBusinessIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
481
+
482
+ declare function BriefcaseConveyorBeltIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
483
+
484
+ declare function BriefcaseMedicalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
485
+
486
+ declare function BriefcaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
487
+
488
+ declare function BringToFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
489
+
490
+ declare function BroccoliIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
491
+
492
+ declare function BrushCleaningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
493
+
494
+ declare function BrushIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
495
+
496
+ declare function BubblesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
497
+
498
+ declare function BugOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
499
+
500
+ declare function BugPlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
501
+
502
+ declare function BugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
503
+
504
+ declare function Building2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
505
+
506
+ declare function BuildingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
507
+
508
+ declare function BusFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
509
+
510
+ declare function BusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
511
+
512
+ declare function CableCarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
513
+
514
+ declare function CableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
515
+
516
+ declare function CakeSliceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
517
+
518
+ declare function CakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
519
+
520
+ declare function CalculatorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
521
+
522
+ declare function Calendar1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
523
+
524
+ declare function CalendarArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
525
+
526
+ declare function CalendarArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
527
+
528
+ declare function CalendarCheck2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
529
+
530
+ declare function CalendarCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
531
+
532
+ declare function CalendarClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
533
+
534
+ declare function CalendarCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
535
+
536
+ declare function CalendarDaysIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
537
+
538
+ declare function CalendarFoldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
539
+
540
+ declare function CalendarHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
541
+
542
+ declare function CalendarMinus2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
543
+
544
+ declare function CalendarMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
545
+
546
+ declare function CalendarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
547
+
548
+ declare function CalendarPlus2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
549
+
550
+ declare function CalendarPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
551
+
552
+ declare function CalendarRangeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
553
+
554
+ declare function CalendarSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
555
+
556
+ declare function CalendarSyncIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
557
+
558
+ declare function CalendarX2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
559
+
560
+ declare function CalendarXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
561
+
562
+ declare function CalendarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
563
+
564
+ declare function CalendarsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
565
+
566
+ declare function CameraOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
567
+
568
+ declare function CameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
569
+
570
+ declare function CandyCaneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
571
+
572
+ declare function CandyOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
573
+
574
+ declare function CandyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
575
+
576
+ declare function CannabisOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
577
+
578
+ declare function CannabisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
579
+
580
+ declare function CaptionsOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
581
+
582
+ declare function CaptionsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
583
+
584
+ declare function CarFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
585
+
586
+ declare function CarTaxiFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
587
+
588
+ declare function CarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
589
+
590
+ declare function CaravanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
591
+
592
+ declare function CardSimIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
593
+
594
+ declare function CarrotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
595
+
596
+ declare function CaseLowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
597
+
598
+ declare function CaseSensitiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
599
+
600
+ declare function CaseUpperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
601
+
602
+ declare function CassetteTapeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
603
+
604
+ declare function CastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
605
+
606
+ declare function CastleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
607
+
608
+ declare function CatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
609
+
610
+ declare function CctvOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
611
+
612
+ declare function CctvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
613
+
614
+ declare function ChartAreaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
615
+
616
+ declare function ChartBarBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
617
+
618
+ declare function ChartBarDecreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
619
+
620
+ declare function ChartBarIncreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
621
+
622
+ declare function ChartBarStackedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
623
+
624
+ declare function ChartBarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
625
+
626
+ declare function ChartCandlestickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
627
+
628
+ declare function ChartColumnBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
629
+
630
+ declare function ChartColumnDecreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
631
+
632
+ declare function ChartColumnIncreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
633
+
634
+ declare function ChartColumnStackedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
635
+
636
+ declare function ChartColumnIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
637
+
638
+ declare function ChartGanttIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
639
+
640
+ declare function ChartLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
641
+
642
+ declare function ChartNetworkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
643
+
644
+ declare function ChartNoAxesColumnDecreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
645
+
646
+ declare function ChartNoAxesColumnIncreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
647
+
648
+ declare function ChartNoAxesColumnIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
649
+
650
+ declare function ChartNoAxesCombinedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
651
+
652
+ declare function ChartNoAxesGanttIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
653
+
654
+ declare function ChartPieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
655
+
656
+ declare function ChartScatterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
657
+
658
+ declare function ChartSplineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
659
+
660
+ declare function CheckCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
661
+
662
+ declare function CheckLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
663
+
664
+ declare function CheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
665
+
666
+ declare function ChefHatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
667
+
668
+ declare function CherryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
669
+
670
+ declare function ChessBishopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
671
+
672
+ declare function ChessKingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
673
+
674
+ declare function ChessKnightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
675
+
676
+ declare function ChessPawnIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
677
+
678
+ declare function ChessQueenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
679
+
680
+ declare function ChessRookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
681
+
682
+ declare function ChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
683
+
684
+ declare function ChevronFirstIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
685
+
686
+ declare function ChevronLastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
687
+
688
+ declare function ChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
689
+
690
+ declare function ChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
691
+
692
+ declare function ChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
693
+
694
+ declare function ChevronsDownUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
695
+
696
+ declare function ChevronsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
697
+
698
+ declare function ChevronsLeftRightEllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
699
+
700
+ declare function ChevronsLeftRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
701
+
702
+ declare function ChevronsLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
703
+
704
+ declare function ChevronsRightLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
705
+
706
+ declare function ChevronsRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
707
+
708
+ declare function ChevronsUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
709
+
710
+ declare function ChevronsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
711
+
712
+ declare function ChurchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
713
+
714
+ declare function CigaretteOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
715
+
716
+ declare function CigaretteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
717
+
718
+ declare function CircleAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
719
+
720
+ declare function CircleArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
721
+
722
+ declare function CircleArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
723
+
724
+ declare function CircleArrowOutDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
725
+
726
+ declare function CircleArrowOutDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
727
+
728
+ declare function CircleArrowOutUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
729
+
730
+ declare function CircleArrowOutUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
731
+
732
+ declare function CircleArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
733
+
734
+ declare function CircleArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
735
+
736
+ declare function CircleCheckBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
737
+
738
+ declare function CircleCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
739
+
740
+ declare function CircleChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
741
+
742
+ declare function CircleChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
743
+
744
+ declare function CircleChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
745
+
746
+ declare function CircleChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
747
+
748
+ declare function CircleDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
749
+
750
+ declare function CircleDivideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
751
+
752
+ declare function CircleDollarSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
753
+
754
+ declare function CircleDotDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
755
+
756
+ declare function CircleDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
757
+
758
+ declare function CircleEllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
759
+
760
+ declare function CircleEqualIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
761
+
762
+ declare function CircleFadingArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
763
+
764
+ declare function CircleFadingPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
765
+
766
+ declare function CircleGaugeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
767
+
768
+ declare function CircleMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
769
+
770
+ declare function CircleOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
771
+
772
+ declare function CircleParkingOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
773
+
774
+ declare function CircleParkingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
775
+
776
+ declare function CirclePauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
777
+
778
+ declare function CirclePercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
779
+
780
+ declare function CirclePileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
781
+
782
+ declare function CirclePlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
783
+
784
+ declare function CirclePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
785
+
786
+ declare function CirclePoundSterlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
787
+
788
+ declare function CirclePowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
789
+
790
+ declare function CircleQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
791
+
792
+ declare function CircleSlash2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
793
+
794
+ declare function CircleSlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
795
+
796
+ declare function CircleSmallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
797
+
798
+ declare function CircleStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
799
+
800
+ declare function CircleStopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
801
+
802
+ declare function CircleUserRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
803
+
804
+ declare function CircleUserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
805
+
806
+ declare function CircleXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
807
+
808
+ declare function CircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
809
+
810
+ declare function CircuitBoardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
811
+
812
+ declare function CitrusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
813
+
814
+ declare function ClapperboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
815
+
816
+ declare function ClipboardCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
817
+
818
+ declare function ClipboardClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
819
+
820
+ declare function ClipboardCopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
821
+
822
+ declare function ClipboardListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
823
+
824
+ declare function ClipboardMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
825
+
826
+ declare function ClipboardPasteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
827
+
828
+ declare function ClipboardPenLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
829
+
830
+ declare function ClipboardPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
831
+
832
+ declare function ClipboardPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
833
+
834
+ declare function ClipboardTypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
835
+
836
+ declare function ClipboardXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
837
+
838
+ declare function ClipboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
839
+
840
+ declare function Clock1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
841
+
842
+ declare function Clock10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
843
+
844
+ declare function Clock11Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
845
+
846
+ declare function Clock12Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
847
+
848
+ declare function Clock2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
849
+
850
+ declare function Clock3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
851
+
852
+ declare function Clock4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
853
+
854
+ declare function Clock5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
855
+
856
+ declare function Clock6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
857
+
858
+ declare function Clock7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
859
+
860
+ declare function Clock8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
861
+
862
+ declare function Clock9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
863
+
864
+ declare function ClockAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
865
+
866
+ declare function ClockArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
867
+
868
+ declare function ClockArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
869
+
870
+ declare function ClockArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
871
+
872
+ declare function ClockArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
873
+
874
+ declare function ClockCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
875
+
876
+ declare function ClockFadingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
877
+
878
+ declare function ClockPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
879
+
880
+ declare function ClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
881
+
882
+ declare function ClosedCaptionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
883
+
884
+ declare function CloudAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
885
+
886
+ declare function CloudBackupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
887
+
888
+ declare function CloudCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
889
+
890
+ declare function CloudCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
891
+
892
+ declare function CloudDownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
893
+
894
+ declare function CloudDrizzleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
895
+
896
+ declare function CloudFogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
897
+
898
+ declare function CloudHailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
899
+
900
+ declare function CloudLightningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
901
+
902
+ declare function CloudMoonRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
903
+
904
+ declare function CloudMoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
905
+
906
+ declare function CloudOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
907
+
908
+ declare function CloudRainWindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
909
+
910
+ declare function CloudRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
911
+
912
+ declare function CloudSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
913
+
914
+ declare function CloudSunRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
915
+
916
+ declare function CloudSunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
917
+
918
+ declare function CloudSyncIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
919
+
920
+ declare function CloudUploadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
921
+
922
+ declare function CloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
923
+
924
+ declare function CloudyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
925
+
926
+ declare function CloverIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
927
+
928
+ declare function ClubIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
929
+
930
+ declare function CodeXmlIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
931
+
932
+ declare function CodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
933
+
934
+ declare function CoffeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
935
+
936
+ declare function CogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
937
+
938
+ declare function CoinsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
939
+
940
+ declare function Columns2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
941
+
942
+ declare function Columns3CogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
943
+
944
+ declare function Columns3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
945
+
946
+ declare function Columns4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
947
+
948
+ declare function CombineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
949
+
950
+ declare function CommandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
951
+
952
+ declare function CompassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
953
+
954
+ declare function ComponentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
955
+
956
+ declare function ComputerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
957
+
958
+ declare function ConciergeBellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
959
+
960
+ declare function ConeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
961
+
962
+ declare function ConstructionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
963
+
964
+ declare function ContactRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
965
+
966
+ declare function ContactIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
967
+
968
+ declare function ContainerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
969
+
970
+ declare function ContrastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
971
+
972
+ declare function CookieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
973
+
974
+ declare function CookingPotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
975
+
976
+ declare function CopyCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
977
+
978
+ declare function CopyMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
979
+
980
+ declare function CopyPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
981
+
982
+ declare function CopySlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
983
+
984
+ declare function CopyXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
985
+
986
+ declare function CopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
987
+
988
+ declare function CopyleftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
989
+
990
+ declare function CopyrightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
991
+
992
+ declare function CornerDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
993
+
994
+ declare function CornerDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
995
+
996
+ declare function CornerLeftDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
997
+
998
+ declare function CornerLeftUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
999
+
1000
+ declare function CornerRightDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1001
+
1002
+ declare function CornerRightUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1003
+
1004
+ declare function CornerUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1005
+
1006
+ declare function CornerUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1007
+
1008
+ declare function CpuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1009
+
1010
+ declare function CreativeCommonsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1011
+
1012
+ declare function CreditCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1013
+
1014
+ declare function CroissantIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1015
+
1016
+ declare function CropIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1017
+
1018
+ declare function CrossIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1019
+
1020
+ declare function CrosshairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1021
+
1022
+ declare function CrownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1023
+
1024
+ declare function CuboidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1025
+
1026
+ declare function CupSodaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1027
+
1028
+ declare function CurrencyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1029
+
1030
+ declare function CylinderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1031
+
1032
+ declare function DamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1033
+
1034
+ declare function DatabaseArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1035
+
1036
+ declare function DatabaseArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1037
+
1038
+ declare function DatabaseBackupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1039
+
1040
+ declare function DatabaseCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1041
+
1042
+ declare function DatabaseMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1043
+
1044
+ declare function DatabasePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1045
+
1046
+ declare function DatabaseSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1047
+
1048
+ declare function DatabaseXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1049
+
1050
+ declare function DatabaseZapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1051
+
1052
+ declare function DatabaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1053
+
1054
+ declare function DecimalsArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1055
+
1056
+ declare function DecimalsArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1057
+
1058
+ declare function DeleteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1059
+
1060
+ declare function DessertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1061
+
1062
+ declare function DiameterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1063
+
1064
+ declare function DiamondMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1065
+
1066
+ declare function DiamondPercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1067
+
1068
+ declare function DiamondPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1069
+
1070
+ declare function DiamondIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1071
+
1072
+ declare function Dice1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1073
+
1074
+ declare function Dice2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1075
+
1076
+ declare function Dice3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1077
+
1078
+ declare function Dice4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1079
+
1080
+ declare function Dice5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1081
+
1082
+ declare function Dice6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1083
+
1084
+ declare function DicesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1085
+
1086
+ declare function DiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1087
+
1088
+ declare function Disc2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1089
+
1090
+ declare function Disc3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1091
+
1092
+ declare function DiscAlbumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1093
+
1094
+ declare function DiscIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1095
+
1096
+ declare function DivideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1097
+
1098
+ declare function DnaOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1099
+
1100
+ declare function DnaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1101
+
1102
+ declare function DockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1103
+
1104
+ declare function DogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1105
+
1106
+ declare function DollarSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1107
+
1108
+ declare function DonutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1109
+
1110
+ declare function DoorClosedLockedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1111
+
1112
+ declare function DoorClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1113
+
1114
+ declare function DoorOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1115
+
1116
+ declare function DotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1117
+
1118
+ declare function DownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1119
+
1120
+ declare function DraftingCompassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1121
+
1122
+ declare function DramaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1123
+
1124
+ declare function DrillIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1125
+
1126
+ declare function DroneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1127
+
1128
+ declare function DropletOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1129
+
1130
+ declare function DropletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1131
+
1132
+ declare function DropletsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1133
+
1134
+ declare function DrumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1135
+
1136
+ declare function DrumstickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1137
+
1138
+ declare function DumbbellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1139
+
1140
+ declare function EarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1141
+
1142
+ declare function EarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1143
+
1144
+ declare function EarthLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1145
+
1146
+ declare function EarthIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1147
+
1148
+ declare function EclipseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1149
+
1150
+ declare function EggFriedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1151
+
1152
+ declare function EggOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1153
+
1154
+ declare function EggIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1155
+
1156
+ declare function EllipseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1157
+
1158
+ declare function EllipsisVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1159
+
1160
+ declare function EllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1161
+
1162
+ declare function EqualApproximatelyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1163
+
1164
+ declare function EqualNotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1165
+
1166
+ declare function EqualIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1167
+
1168
+ declare function EraserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1169
+
1170
+ declare function EthernetPortIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1171
+
1172
+ declare function EuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1173
+
1174
+ declare function EvChargerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1175
+
1176
+ declare function ExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1177
+
1178
+ declare function ExternalLinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1179
+
1180
+ declare function EyeClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1181
+
1182
+ declare function EyeDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1183
+
1184
+ declare function EyeOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1185
+
1186
+ declare function EyeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1187
+
1188
+ declare function FactoryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1189
+
1190
+ declare function FanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1191
+
1192
+ declare function FastForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1193
+
1194
+ declare function FeatherIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1195
+
1196
+ declare function FenceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1197
+
1198
+ declare function FerrisWheelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1199
+
1200
+ declare function FileArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1201
+
1202
+ declare function FileAxis3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1203
+
1204
+ declare function FileBadgeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1205
+
1206
+ declare function FileBoxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1207
+
1208
+ declare function FileBracesCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1209
+
1210
+ declare function FileBracesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1211
+
1212
+ declare function FileChartColumnIncreasingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1213
+
1214
+ declare function FileChartColumnIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1215
+
1216
+ declare function FileChartLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1217
+
1218
+ declare function FileChartPieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1219
+
1220
+ declare function FileCheckCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1221
+
1222
+ declare function FileCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1223
+
1224
+ declare function FileClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1225
+
1226
+ declare function FileCodeCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1227
+
1228
+ declare function FileCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1229
+
1230
+ declare function FileCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1231
+
1232
+ declare function FileDiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1233
+
1234
+ declare function FileDigitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1235
+
1236
+ declare function FileDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1237
+
1238
+ declare function FileExclamationPointIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1239
+
1240
+ declare function FileHeadphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1241
+
1242
+ declare function FileHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1243
+
1244
+ declare function FileImageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1245
+
1246
+ declare function FileInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1247
+
1248
+ declare function FileKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1249
+
1250
+ declare function FileLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1251
+
1252
+ declare function FileMinusCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1253
+
1254
+ declare function FileMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1255
+
1256
+ declare function FileMusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1257
+
1258
+ declare function FileOutputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1259
+
1260
+ declare function FilePenLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1261
+
1262
+ declare function FilePenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1263
+
1264
+ declare function FilePlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1265
+
1266
+ declare function FilePlusCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1267
+
1268
+ declare function FilePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1269
+
1270
+ declare function FileQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1271
+
1272
+ declare function FileScanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1273
+
1274
+ declare function FileSearchCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1275
+
1276
+ declare function FileSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1277
+
1278
+ declare function FileSignalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1279
+
1280
+ declare function FileSlidersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1281
+
1282
+ declare function FileSpreadsheetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1283
+
1284
+ declare function FileStackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1285
+
1286
+ declare function FileSymlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1287
+
1288
+ declare function FileTerminalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1289
+
1290
+ declare function FileTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1291
+
1292
+ declare function FileTypeCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1293
+
1294
+ declare function FileTypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1295
+
1296
+ declare function FileUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1297
+
1298
+ declare function FileUserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1299
+
1300
+ declare function FileVideoCameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1301
+
1302
+ declare function FileVolumeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1303
+
1304
+ declare function FileXCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1305
+
1306
+ declare function FileXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1307
+
1308
+ declare function FileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1309
+
1310
+ declare function FilesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1311
+
1312
+ declare function FilmIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1313
+
1314
+ declare function FingerprintPatternIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1315
+
1316
+ declare function FireExtinguisherIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1317
+
1318
+ declare function FishOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1319
+
1320
+ declare function FishSymbolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1321
+
1322
+ declare function FishIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1323
+
1324
+ declare function FishingHookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1325
+
1326
+ declare function FishingRodIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1327
+
1328
+ declare function FlagOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1329
+
1330
+ declare function FlagTriangleLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1331
+
1332
+ declare function FlagTriangleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1333
+
1334
+ declare function FlagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1335
+
1336
+ declare function FlameKindlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1337
+
1338
+ declare function FlameIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1339
+
1340
+ declare function FlashlightOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1341
+
1342
+ declare function FlashlightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1343
+
1344
+ declare function FlaskConicalOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1345
+
1346
+ declare function FlaskConicalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1347
+
1348
+ declare function FlaskRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1349
+
1350
+ declare function FlipHorizontal2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1351
+
1352
+ declare function FlipVertical2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1353
+
1354
+ declare function Flower2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1355
+
1356
+ declare function FlowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1357
+
1358
+ declare function FocusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1359
+
1360
+ declare function FoldHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1361
+
1362
+ declare function FoldVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1363
+
1364
+ declare function FolderArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1365
+
1366
+ declare function FolderBookmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1367
+
1368
+ declare function FolderCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1369
+
1370
+ declare function FolderClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1371
+
1372
+ declare function FolderClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1373
+
1374
+ declare function FolderCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1375
+
1376
+ declare function FolderCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1377
+
1378
+ declare function FolderDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1379
+
1380
+ declare function FolderDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1381
+
1382
+ declare function FolderGit2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1383
+
1384
+ declare function FolderGitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1385
+
1386
+ declare function FolderHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1387
+
1388
+ declare function FolderInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1389
+
1390
+ declare function FolderKanbanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1391
+
1392
+ declare function FolderKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1393
+
1394
+ declare function FolderLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1395
+
1396
+ declare function FolderMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1397
+
1398
+ declare function FolderOpenDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1399
+
1400
+ declare function FolderOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1401
+
1402
+ declare function FolderOutputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1403
+
1404
+ declare function FolderPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1405
+
1406
+ declare function FolderPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1407
+
1408
+ declare function FolderRootIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1409
+
1410
+ declare function FolderSearch2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1411
+
1412
+ declare function FolderSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1413
+
1414
+ declare function FolderSymlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1415
+
1416
+ declare function FolderSyncIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1417
+
1418
+ declare function FolderTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1419
+
1420
+ declare function FolderUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1421
+
1422
+ declare function FolderXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1423
+
1424
+ declare function FolderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1425
+
1426
+ declare function FoldersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1427
+
1428
+ declare function FootprintsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1429
+
1430
+ declare function ForkliftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1431
+
1432
+ declare function FormIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1433
+
1434
+ declare function ForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1435
+
1436
+ declare function FrameIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1437
+
1438
+ declare function FrownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1439
+
1440
+ declare function FuelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1441
+
1442
+ declare function FullscreenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1443
+
1444
+ declare function FunnelPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1445
+
1446
+ declare function FunnelXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1447
+
1448
+ declare function FunnelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1449
+
1450
+ declare function GalleryHorizontalEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1451
+
1452
+ declare function GalleryHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1453
+
1454
+ declare function GalleryThumbnailsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1455
+
1456
+ declare function GalleryVerticalEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1457
+
1458
+ declare function GalleryVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1459
+
1460
+ declare function Gamepad2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1461
+
1462
+ declare function GamepadDirectionalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1463
+
1464
+ declare function GamepadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1465
+
1466
+ declare function GaugeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1467
+
1468
+ declare function GavelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1469
+
1470
+ declare function GemIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1471
+
1472
+ declare function GeorgianLariIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1473
+
1474
+ declare function GhostIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1475
+
1476
+ declare function GiftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1477
+
1478
+ declare function GitBranchMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1479
+
1480
+ declare function GitBranchPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1481
+
1482
+ declare function GitBranchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1483
+
1484
+ declare function GitCommitHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1485
+
1486
+ declare function GitCommitVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1487
+
1488
+ declare function GitCompareArrowsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1489
+
1490
+ declare function GitCompareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1491
+
1492
+ declare function GitForkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1493
+
1494
+ declare function GitGraphIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1495
+
1496
+ declare function GitMergeConflictIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1497
+
1498
+ declare function GitMergeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1499
+
1500
+ declare function GitPullRequestArrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1501
+
1502
+ declare function GitPullRequestClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1503
+
1504
+ declare function GitPullRequestCreateArrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1505
+
1506
+ declare function GitPullRequestCreateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1507
+
1508
+ declare function GitPullRequestDraftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1509
+
1510
+ declare function GitPullRequestIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1511
+
1512
+ declare function GlassWaterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1513
+
1514
+ declare function GlassesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1515
+
1516
+ declare function GlobeCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1517
+
1518
+ declare function GlobeLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1519
+
1520
+ declare function GlobeOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1521
+
1522
+ declare function GlobeXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1523
+
1524
+ declare function GlobeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1525
+
1526
+ declare function GoalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1527
+
1528
+ declare function GpuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1529
+
1530
+ declare function GraduationCapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1531
+
1532
+ declare function GrapeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1533
+
1534
+ declare function Grid2x2CheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1535
+
1536
+ declare function Grid2x2PlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1537
+
1538
+ declare function Grid2x2XIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1539
+
1540
+ declare function Grid2x2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1541
+
1542
+ declare function Grid3x2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1543
+
1544
+ declare function Grid3x3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1545
+
1546
+ declare function GripHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1547
+
1548
+ declare function GripVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1549
+
1550
+ declare function GripIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1551
+
1552
+ declare function GroupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1553
+
1554
+ declare function GuitarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1555
+
1556
+ declare function HamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1557
+
1558
+ declare function HamburgerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1559
+
1560
+ declare function HammerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1561
+
1562
+ declare function HandCoinsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1563
+
1564
+ declare function HandFistIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1565
+
1566
+ declare function HandGrabIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1567
+
1568
+ declare function HandHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1569
+
1570
+ declare function HandHelpingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1571
+
1572
+ declare function HandMetalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1573
+
1574
+ declare function HandPlatterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1575
+
1576
+ declare function HandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1577
+
1578
+ declare function HandbagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1579
+
1580
+ declare function HandshakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1581
+
1582
+ declare function HardDriveDownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1583
+
1584
+ declare function HardDriveUploadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1585
+
1586
+ declare function HardDriveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1587
+
1588
+ declare function HardHatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1589
+
1590
+ declare function HashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1591
+
1592
+ declare function HatGlassesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1593
+
1594
+ declare function HazeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1595
+
1596
+ declare function HdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1597
+
1598
+ declare function HdmiPortIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1599
+
1600
+ declare function Heading1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1601
+
1602
+ declare function Heading2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1603
+
1604
+ declare function Heading3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1605
+
1606
+ declare function Heading4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1607
+
1608
+ declare function Heading5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1609
+
1610
+ declare function Heading6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1611
+
1612
+ declare function HeadingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1613
+
1614
+ declare function HeadphoneOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1615
+
1616
+ declare function HeadphonesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1617
+
1618
+ declare function HeadsetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1619
+
1620
+ declare function HeartCrackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1621
+
1622
+ declare function HeartHandshakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1623
+
1624
+ declare function HeartMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1625
+
1626
+ declare function HeartOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1627
+
1628
+ declare function HeartPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1629
+
1630
+ declare function HeartPulseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1631
+
1632
+ declare function HeartXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1633
+
1634
+ declare function HeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1635
+
1636
+ declare function HeaterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1637
+
1638
+ declare function HelicopterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1639
+
1640
+ declare function HexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1641
+
1642
+ declare function HighlighterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1643
+
1644
+ declare function HistoryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1645
+
1646
+ declare function HopOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1647
+
1648
+ declare function HopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1649
+
1650
+ declare function HospitalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1651
+
1652
+ declare function HotelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1653
+
1654
+ declare function HourglassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1655
+
1656
+ declare function HouseHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1657
+
1658
+ declare function HousePlugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1659
+
1660
+ declare function HousePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1661
+
1662
+ declare function HouseWifiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1663
+
1664
+ declare function HouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1665
+
1666
+ declare function IceCreamBowlIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1667
+
1668
+ declare function IceCreamConeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1669
+
1670
+ declare function IdCardLanyardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1671
+
1672
+ declare function IdCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1673
+
1674
+ declare function ImageDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1675
+
1676
+ declare function ImageMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1677
+
1678
+ declare function ImageOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1679
+
1680
+ declare function ImagePlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1681
+
1682
+ declare function ImagePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1683
+
1684
+ declare function ImageUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1685
+
1686
+ declare function ImageUpscaleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1687
+
1688
+ declare function ImageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1689
+
1690
+ declare function ImagesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1691
+
1692
+ declare function ImportIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1693
+
1694
+ declare function InboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1695
+
1696
+ declare function IndianRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1697
+
1698
+ declare function InfinityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1699
+
1700
+ declare function InfoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1701
+
1702
+ declare function InspectionPanelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1703
+
1704
+ declare function ItalicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1705
+
1706
+ declare function IterationCcwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1707
+
1708
+ declare function IterationCwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1709
+
1710
+ declare function JapaneseYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1711
+
1712
+ declare function JoystickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1713
+
1714
+ declare function KanbanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1715
+
1716
+ declare function KayakIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1717
+
1718
+ declare function KeyRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1719
+
1720
+ declare function KeySquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1721
+
1722
+ declare function KeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1723
+
1724
+ declare function KeyboardMusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1725
+
1726
+ declare function KeyboardOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1727
+
1728
+ declare function KeyboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1729
+
1730
+ declare function LampCeilingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1731
+
1732
+ declare function LampDeskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1733
+
1734
+ declare function LampFloorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1735
+
1736
+ declare function LampWallDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1737
+
1738
+ declare function LampWallUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1739
+
1740
+ declare function LampIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1741
+
1742
+ declare function LandPlotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1743
+
1744
+ declare function LandmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1745
+
1746
+ declare function LanguagesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1747
+
1748
+ declare function LaptopMinimalCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1749
+
1750
+ declare function LaptopMinimalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1751
+
1752
+ declare function LaptopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1753
+
1754
+ declare function LassoSelectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1755
+
1756
+ declare function LassoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1757
+
1758
+ declare function LaughIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1759
+
1760
+ declare function Layers2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1761
+
1762
+ declare function LayersMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1763
+
1764
+ declare function LayersPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1765
+
1766
+ declare function LayersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1767
+
1768
+ declare function LayoutDashboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1769
+
1770
+ declare function LayoutGridIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1771
+
1772
+ declare function LayoutListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1773
+
1774
+ declare function LayoutPanelLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1775
+
1776
+ declare function LayoutPanelTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1777
+
1778
+ declare function LayoutTemplateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1779
+
1780
+ declare function LeafIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1781
+
1782
+ declare function LeafyGreenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1783
+
1784
+ declare function LecternIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1785
+
1786
+ declare function LensConcaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1787
+
1788
+ declare function LensConvexIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1789
+
1790
+ declare function LibraryBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1791
+
1792
+ declare function LibraryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1793
+
1794
+ declare function LifeBuoyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1795
+
1796
+ declare function LigatureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1797
+
1798
+ declare function LightbulbOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1799
+
1800
+ declare function LightbulbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1801
+
1802
+ declare function LineDotRightHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1803
+
1804
+ declare function LineSquiggleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1805
+
1806
+ declare function LineStyleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1807
+
1808
+ declare function Link2OffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1809
+
1810
+ declare function Link2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1811
+
1812
+ declare function LinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1813
+
1814
+ declare function ListCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1815
+
1816
+ declare function ListChecksIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1817
+
1818
+ declare function ListChevronsDownUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1819
+
1820
+ declare function ListChevronsUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1821
+
1822
+ declare function ListCollapseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1823
+
1824
+ declare function ListEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1825
+
1826
+ declare function ListFilterPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1827
+
1828
+ declare function ListFilterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1829
+
1830
+ declare function ListIndentDecreaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1831
+
1832
+ declare function ListIndentIncreaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1833
+
1834
+ declare function ListMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1835
+
1836
+ declare function ListMusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1837
+
1838
+ declare function ListOrderedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1839
+
1840
+ declare function ListPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1841
+
1842
+ declare function ListRestartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1843
+
1844
+ declare function ListSortAscendingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1845
+
1846
+ declare function ListSortDescendingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1847
+
1848
+ declare function ListStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1849
+
1850
+ declare function ListTodoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1851
+
1852
+ declare function ListTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1853
+
1854
+ declare function ListVideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1855
+
1856
+ declare function ListXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1857
+
1858
+ declare function ListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1859
+
1860
+ declare function LoaderCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1861
+
1862
+ declare function LoaderPinwheelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1863
+
1864
+ declare function LoaderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1865
+
1866
+ declare function LocateFixedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1867
+
1868
+ declare function LocateOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1869
+
1870
+ declare function LocateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1871
+
1872
+ declare function LockKeyholeOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1873
+
1874
+ declare function LockKeyholeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1875
+
1876
+ declare function LockOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1877
+
1878
+ declare function LockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1879
+
1880
+ declare function LogInIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1881
+
1882
+ declare function LogOutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1883
+
1884
+ declare function LogsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1885
+
1886
+ declare function LollipopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1887
+
1888
+ declare function LuggageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1889
+
1890
+ declare function MagnetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1891
+
1892
+ declare function MailCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1893
+
1894
+ declare function MailMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1895
+
1896
+ declare function MailOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1897
+
1898
+ declare function MailPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1899
+
1900
+ declare function MailQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1901
+
1902
+ declare function MailSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1903
+
1904
+ declare function MailWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1905
+
1906
+ declare function MailXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1907
+
1908
+ declare function MailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1909
+
1910
+ declare function MailboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1911
+
1912
+ declare function MailsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1913
+
1914
+ declare function MapMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1915
+
1916
+ declare function MapPinCheckInsideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1917
+
1918
+ declare function MapPinCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1919
+
1920
+ declare function MapPinHouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1921
+
1922
+ declare function MapPinMinusInsideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1923
+
1924
+ declare function MapPinMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1925
+
1926
+ declare function MapPinOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1927
+
1928
+ declare function MapPinPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1929
+
1930
+ declare function MapPinPlusInsideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1931
+
1932
+ declare function MapPinPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1933
+
1934
+ declare function MapPinSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1935
+
1936
+ declare function MapPinXInsideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1937
+
1938
+ declare function MapPinXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1939
+
1940
+ declare function MapPinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1941
+
1942
+ declare function MapPinnedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1943
+
1944
+ declare function MapPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1945
+
1946
+ declare function MapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1947
+
1948
+ declare function MarsStrokeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1949
+
1950
+ declare function MarsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1951
+
1952
+ declare function MartiniIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1953
+
1954
+ declare function Maximize2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1955
+
1956
+ declare function MaximizeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1957
+
1958
+ declare function MedalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1959
+
1960
+ declare function MegaphoneOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1961
+
1962
+ declare function MegaphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1963
+
1964
+ declare function MehIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1965
+
1966
+ declare function MemoryStickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1967
+
1968
+ declare function MenuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1969
+
1970
+ declare function MergeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1971
+
1972
+ declare function MessageCircleCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1973
+
1974
+ declare function MessageCircleCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1975
+
1976
+ declare function MessageCircleDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1977
+
1978
+ declare function MessageCircleHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1979
+
1980
+ declare function MessageCircleMoreIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1981
+
1982
+ declare function MessageCircleOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1983
+
1984
+ declare function MessageCirclePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1985
+
1986
+ declare function MessageCircleQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1987
+
1988
+ declare function MessageCircleReplyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1989
+
1990
+ declare function MessageCircleWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1991
+
1992
+ declare function MessageCircleXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1993
+
1994
+ declare function MessageCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1995
+
1996
+ declare function MessageSquareCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1997
+
1998
+ declare function MessageSquareCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1999
+
2000
+ declare function MessageSquareDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2001
+
2002
+ declare function MessageSquareDiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2003
+
2004
+ declare function MessageSquareDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2005
+
2006
+ declare function MessageSquareHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2007
+
2008
+ declare function MessageSquareLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2009
+
2010
+ declare function MessageSquareMoreIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2011
+
2012
+ declare function MessageSquareOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2013
+
2014
+ declare function MessageSquarePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2015
+
2016
+ declare function MessageSquareQuoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2017
+
2018
+ declare function MessageSquareReplyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2019
+
2020
+ declare function MessageSquareShareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2021
+
2022
+ declare function MessageSquareTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2023
+
2024
+ declare function MessageSquareWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2025
+
2026
+ declare function MessageSquareXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2027
+
2028
+ declare function MessageSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2029
+
2030
+ declare function MessagesSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2031
+
2032
+ declare function MetronomeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2033
+
2034
+ declare function MicOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2035
+
2036
+ declare function MicVocalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2037
+
2038
+ declare function MicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2039
+
2040
+ declare function MicrochipIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2041
+
2042
+ declare function MicroscopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2043
+
2044
+ declare function MicrowaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2045
+
2046
+ declare function MilestoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2047
+
2048
+ declare function MilkOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2049
+
2050
+ declare function MilkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2051
+
2052
+ declare function Minimize2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2053
+
2054
+ declare function MinimizeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2055
+
2056
+ declare function MinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2057
+
2058
+ declare function MirrorRectangularIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2059
+
2060
+ declare function MirrorRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2061
+
2062
+ declare function MonitorCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2063
+
2064
+ declare function MonitorCloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2065
+
2066
+ declare function MonitorCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2067
+
2068
+ declare function MonitorDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2069
+
2070
+ declare function MonitorDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2071
+
2072
+ declare function MonitorOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2073
+
2074
+ declare function MonitorPauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2075
+
2076
+ declare function MonitorPlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2077
+
2078
+ declare function MonitorSmartphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2079
+
2080
+ declare function MonitorSpeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2081
+
2082
+ declare function MonitorStopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2083
+
2084
+ declare function MonitorUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2085
+
2086
+ declare function MonitorXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2087
+
2088
+ declare function MonitorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2089
+
2090
+ declare function MoonStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2091
+
2092
+ declare function MoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2093
+
2094
+ declare function MotorbikeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2095
+
2096
+ declare function MountainSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2097
+
2098
+ declare function MountainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2099
+
2100
+ declare function MouseLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2101
+
2102
+ declare function MouseOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2103
+
2104
+ declare function MousePointer2OffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2105
+
2106
+ declare function MousePointer2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2107
+
2108
+ declare function MousePointerBanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2109
+
2110
+ declare function MousePointerClickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2111
+
2112
+ declare function MousePointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2113
+
2114
+ declare function MouseRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2115
+
2116
+ declare function MouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2117
+
2118
+ declare function Move3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2119
+
2120
+ declare function MoveDiagonal2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2121
+
2122
+ declare function MoveDiagonalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2123
+
2124
+ declare function MoveDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2125
+
2126
+ declare function MoveDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2127
+
2128
+ declare function MoveDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2129
+
2130
+ declare function MoveHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2131
+
2132
+ declare function MoveLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2133
+
2134
+ declare function MoveRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2135
+
2136
+ declare function MoveUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2137
+
2138
+ declare function MoveUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2139
+
2140
+ declare function MoveUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2141
+
2142
+ declare function MoveVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2143
+
2144
+ declare function MoveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2145
+
2146
+ declare function Music2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2147
+
2148
+ declare function Music3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2149
+
2150
+ declare function Music4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2151
+
2152
+ declare function MusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2153
+
2154
+ declare function Navigation2OffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2155
+
2156
+ declare function Navigation2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2157
+
2158
+ declare function NavigationOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2159
+
2160
+ declare function NavigationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2161
+
2162
+ declare function NetworkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2163
+
2164
+ declare function NewspaperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2165
+
2166
+ declare function NfcIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2167
+
2168
+ declare function NonBinaryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2169
+
2170
+ declare function NotebookPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2171
+
2172
+ declare function NotebookTabsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2173
+
2174
+ declare function NotebookTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2175
+
2176
+ declare function NotebookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2177
+
2178
+ declare function NotepadTextDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2179
+
2180
+ declare function NotepadTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2181
+
2182
+ declare function NutOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2183
+
2184
+ declare function NutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2185
+
2186
+ declare function OctagonAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2187
+
2188
+ declare function OctagonMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2189
+
2190
+ declare function OctagonPauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2191
+
2192
+ declare function OctagonXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2193
+
2194
+ declare function OctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2195
+
2196
+ declare function OmegaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2197
+
2198
+ declare function OptionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2199
+
2200
+ declare function OrbitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2201
+
2202
+ declare function OrigamiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2203
+
2204
+ declare function Package2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2205
+
2206
+ declare function PackageCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2207
+
2208
+ declare function PackageMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2209
+
2210
+ declare function PackageOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2211
+
2212
+ declare function PackagePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2213
+
2214
+ declare function PackageSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2215
+
2216
+ declare function PackageXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2217
+
2218
+ declare function PackageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2219
+
2220
+ declare function PaintBucketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2221
+
2222
+ declare function PaintRollerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2223
+
2224
+ declare function PaintbrushVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2225
+
2226
+ declare function PaintbrushIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2227
+
2228
+ declare function PaletteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2229
+
2230
+ declare function PandaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2231
+
2232
+ declare function PanelBottomCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2233
+
2234
+ declare function PanelBottomDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2235
+
2236
+ declare function PanelBottomOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2237
+
2238
+ declare function PanelBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2239
+
2240
+ declare function PanelLeftCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2241
+
2242
+ declare function PanelLeftDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2243
+
2244
+ declare function PanelLeftOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2245
+
2246
+ declare function PanelLeftRightDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2247
+
2248
+ declare function PanelLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2249
+
2250
+ declare function PanelRightCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2251
+
2252
+ declare function PanelRightDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2253
+
2254
+ declare function PanelRightOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2255
+
2256
+ declare function PanelRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2257
+
2258
+ declare function PanelTopBottomDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2259
+
2260
+ declare function PanelTopCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2261
+
2262
+ declare function PanelTopDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2263
+
2264
+ declare function PanelTopOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2265
+
2266
+ declare function PanelTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2267
+
2268
+ declare function PanelsLeftBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2269
+
2270
+ declare function PanelsRightBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2271
+
2272
+ declare function PanelsTopLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2273
+
2274
+ declare function PaperclipIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2275
+
2276
+ declare function ParasolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2277
+
2278
+ declare function ParenthesesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2279
+
2280
+ declare function ParkingMeterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2281
+
2282
+ declare function PartyPopperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2283
+
2284
+ declare function PauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2285
+
2286
+ declare function PawPrintIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2287
+
2288
+ declare function PcCaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2289
+
2290
+ declare function PenLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2291
+
2292
+ declare function PenOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2293
+
2294
+ declare function PenToolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2295
+
2296
+ declare function PenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2297
+
2298
+ declare function PencilLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2299
+
2300
+ declare function PencilOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2301
+
2302
+ declare function PencilRulerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2303
+
2304
+ declare function PencilSparklesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2305
+
2306
+ declare function PencilIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2307
+
2308
+ declare function PentagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2309
+
2310
+ declare function PercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2311
+
2312
+ declare function PersonStandingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2313
+
2314
+ declare function PhiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2315
+
2316
+ declare function PhilippinePesoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2317
+
2318
+ declare function PhoneCallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2319
+
2320
+ declare function PhoneForwardedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2321
+
2322
+ declare function PhoneIncomingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2323
+
2324
+ declare function PhoneMissedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2325
+
2326
+ declare function PhoneOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2327
+
2328
+ declare function PhoneOutgoingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2329
+
2330
+ declare function PhoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2331
+
2332
+ declare function PiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2333
+
2334
+ declare function PianoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2335
+
2336
+ declare function PickaxeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2337
+
2338
+ declare function PictureInPicture2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2339
+
2340
+ declare function PictureInPictureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2341
+
2342
+ declare function PiggyBankIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2343
+
2344
+ declare function PilcrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2345
+
2346
+ declare function PilcrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2347
+
2348
+ declare function PilcrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2349
+
2350
+ declare function PillBottleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2351
+
2352
+ declare function PillIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2353
+
2354
+ declare function PinOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2355
+
2356
+ declare function PinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2357
+
2358
+ declare function PipetteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2359
+
2360
+ declare function PizzaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2361
+
2362
+ declare function PlaneLandingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2363
+
2364
+ declare function PlaneTakeoffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2365
+
2366
+ declare function PlaneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2367
+
2368
+ declare function PlayOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2369
+
2370
+ declare function PlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2371
+
2372
+ declare function Plug2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2373
+
2374
+ declare function PlugZapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2375
+
2376
+ declare function PlugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2377
+
2378
+ declare function PlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2379
+
2380
+ declare function PocketKnifeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2381
+
2382
+ declare function PodcastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2383
+
2384
+ declare function PodiumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2385
+
2386
+ declare function PointerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2387
+
2388
+ declare function PointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2389
+
2390
+ declare function PopcornIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2391
+
2392
+ declare function PopsicleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2393
+
2394
+ declare function PoundSterlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2395
+
2396
+ declare function PowerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2397
+
2398
+ declare function PowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2399
+
2400
+ declare function PresentationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2401
+
2402
+ declare function PrinterCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2403
+
2404
+ declare function PrinterXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2405
+
2406
+ declare function PrinterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2407
+
2408
+ declare function ProjectorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2409
+
2410
+ declare function ProportionsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2411
+
2412
+ declare function PuzzleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2413
+
2414
+ declare function PyramidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2415
+
2416
+ declare function QrCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2417
+
2418
+ declare function QuoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2419
+
2420
+ declare function RabbitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2421
+
2422
+ declare function RadarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2423
+
2424
+ declare function RadiationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2425
+
2426
+ declare function RadicalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2427
+
2428
+ declare function RadioOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2429
+
2430
+ declare function RadioReceiverIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2431
+
2432
+ declare function RadioTowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2433
+
2434
+ declare function RadioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2435
+
2436
+ declare function RadiusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2437
+
2438
+ declare function RainbowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2439
+
2440
+ declare function RatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2441
+
2442
+ declare function RatioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2443
+
2444
+ declare function ReceiptCentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2445
+
2446
+ declare function ReceiptEuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2447
+
2448
+ declare function ReceiptIndianRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2449
+
2450
+ declare function ReceiptJapaneseYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2451
+
2452
+ declare function ReceiptPoundSterlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2453
+
2454
+ declare function ReceiptRussianRubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2455
+
2456
+ declare function ReceiptSwissFrancIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2457
+
2458
+ declare function ReceiptTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2459
+
2460
+ declare function ReceiptTurkishLiraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2461
+
2462
+ declare function ReceiptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2463
+
2464
+ declare function RectangleCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2465
+
2466
+ declare function RectangleEllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2467
+
2468
+ declare function RectangleGogglesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2469
+
2470
+ declare function RectangleHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2471
+
2472
+ declare function RectangleVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2473
+
2474
+ declare function RecycleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2475
+
2476
+ declare function Redo2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2477
+
2478
+ declare function RedoDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2479
+
2480
+ declare function RedoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2481
+
2482
+ declare function RefreshCcwDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2483
+
2484
+ declare function RefreshCcwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2485
+
2486
+ declare function RefreshCwOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2487
+
2488
+ declare function RefreshCwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2489
+
2490
+ declare function RefrigeratorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2491
+
2492
+ declare function RegexIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2493
+
2494
+ declare function RemoveFormattingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2495
+
2496
+ declare function Repeat1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2497
+
2498
+ declare function Repeat2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2499
+
2500
+ declare function RepeatOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2501
+
2502
+ declare function RepeatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2503
+
2504
+ declare function ReplaceAllIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2505
+
2506
+ declare function ReplaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2507
+
2508
+ declare function ReplyAllIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2509
+
2510
+ declare function ReplyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2511
+
2512
+ declare function RewindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2513
+
2514
+ declare function RibbonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2515
+
2516
+ declare function RoadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2517
+
2518
+ declare function RocketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2519
+
2520
+ declare function RockingChairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2521
+
2522
+ declare function RollerCoasterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2523
+
2524
+ declare function RoseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2525
+
2526
+ declare function Rotate3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2527
+
2528
+ declare function RotateCcwKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2529
+
2530
+ declare function RotateCcwSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2531
+
2532
+ declare function RotateCcwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2533
+
2534
+ declare function RotateCwSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2535
+
2536
+ declare function RotateCwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2537
+
2538
+ declare function RouteOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2539
+
2540
+ declare function RouteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2541
+
2542
+ declare function RouterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2543
+
2544
+ declare function Rows2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2545
+
2546
+ declare function Rows3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2547
+
2548
+ declare function Rows4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2549
+
2550
+ declare function RssIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2551
+
2552
+ declare function RulerDimensionLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2553
+
2554
+ declare function RulerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2555
+
2556
+ declare function RussianRubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2557
+
2558
+ declare function SailboatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2559
+
2560
+ declare function SaladIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2561
+
2562
+ declare function SandwichIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2563
+
2564
+ declare function SatelliteDishIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2565
+
2566
+ declare function SatelliteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2567
+
2568
+ declare function SaudiRiyalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2569
+
2570
+ declare function SaveAllIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2571
+
2572
+ declare function SaveCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2573
+
2574
+ declare function SaveOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2575
+
2576
+ declare function SavePenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2577
+
2578
+ declare function SavePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2579
+
2580
+ declare function SaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2581
+
2582
+ declare function Scale3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2583
+
2584
+ declare function ScaleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2585
+
2586
+ declare function ScalingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2587
+
2588
+ declare function ScanBarcodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2589
+
2590
+ declare function ScanEyeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2591
+
2592
+ declare function ScanFaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2593
+
2594
+ declare function ScanHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2595
+
2596
+ declare function ScanLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2597
+
2598
+ declare function ScanQrCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2599
+
2600
+ declare function ScanSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2601
+
2602
+ declare function ScanTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2603
+
2604
+ declare function ScanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2605
+
2606
+ declare function SchoolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2607
+
2608
+ declare function ScissorsLineDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2609
+
2610
+ declare function ScissorsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2611
+
2612
+ declare function ScooterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2613
+
2614
+ declare function ScreenShareOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2615
+
2616
+ declare function ScreenShareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2617
+
2618
+ declare function ScrollTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2619
+
2620
+ declare function ScrollIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2621
+
2622
+ declare function SearchAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2623
+
2624
+ declare function SearchCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2625
+
2626
+ declare function SearchCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2627
+
2628
+ declare function SearchSlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2629
+
2630
+ declare function SearchXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2631
+
2632
+ declare function SearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2633
+
2634
+ declare function SectionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2635
+
2636
+ declare function SendHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2637
+
2638
+ declare function SendToBackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2639
+
2640
+ declare function SendIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2641
+
2642
+ declare function SeparatorHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2643
+
2644
+ declare function SeparatorVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2645
+
2646
+ declare function ServerCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2647
+
2648
+ declare function ServerCrashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2649
+
2650
+ declare function ServerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2651
+
2652
+ declare function ServerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2653
+
2654
+ declare function Settings2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2655
+
2656
+ declare function SettingsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2657
+
2658
+ declare function ShapesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2659
+
2660
+ declare function Share2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2661
+
2662
+ declare function ShareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2663
+
2664
+ declare function SheetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2665
+
2666
+ declare function ShellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2667
+
2668
+ declare function ShelvingUnitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2669
+
2670
+ declare function ShieldAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2671
+
2672
+ declare function ShieldBanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2673
+
2674
+ declare function ShieldCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2675
+
2676
+ declare function ShieldCogCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2677
+
2678
+ declare function ShieldCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2679
+
2680
+ declare function ShieldEllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2681
+
2682
+ declare function ShieldHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2683
+
2684
+ declare function ShieldMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2685
+
2686
+ declare function ShieldOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2687
+
2688
+ declare function ShieldPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2689
+
2690
+ declare function ShieldQuestionMarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2691
+
2692
+ declare function ShieldUserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2693
+
2694
+ declare function ShieldXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2695
+
2696
+ declare function ShieldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2697
+
2698
+ declare function ShipWheelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2699
+
2700
+ declare function ShipIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2701
+
2702
+ declare function ShirtIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2703
+
2704
+ declare function ShoppingBagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2705
+
2706
+ declare function ShoppingBasketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2707
+
2708
+ declare function ShoppingCartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2709
+
2710
+ declare function ShovelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2711
+
2712
+ declare function ShowerHeadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2713
+
2714
+ declare function ShredderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2715
+
2716
+ declare function ShrimpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2717
+
2718
+ declare function ShrinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2719
+
2720
+ declare function ShrubIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2721
+
2722
+ declare function ShuffleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2723
+
2724
+ declare function SigmaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2725
+
2726
+ declare function SignalHighIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2727
+
2728
+ declare function SignalLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2729
+
2730
+ declare function SignalMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2731
+
2732
+ declare function SignalZeroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2733
+
2734
+ declare function SignalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2735
+
2736
+ declare function SignatureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2737
+
2738
+ declare function SignpostBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2739
+
2740
+ declare function SignpostIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2741
+
2742
+ declare function SirenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2743
+
2744
+ declare function SkipBackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2745
+
2746
+ declare function SkipForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2747
+
2748
+ declare function SkullIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2749
+
2750
+ declare function SlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2751
+
2752
+ declare function SliceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2753
+
2754
+ declare function SlidersHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2755
+
2756
+ declare function SlidersVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2757
+
2758
+ declare function SmartphoneChargingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2759
+
2760
+ declare function SmartphoneNfcIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2761
+
2762
+ declare function SmartphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2763
+
2764
+ declare function SmilePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2765
+
2766
+ declare function SmileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2767
+
2768
+ declare function SnailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2769
+
2770
+ declare function SnowflakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2771
+
2772
+ declare function SoapDispenserDropletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2773
+
2774
+ declare function SofaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2775
+
2776
+ declare function SolarPanelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2777
+
2778
+ declare function SoupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2779
+
2780
+ declare function SpaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2781
+
2782
+ declare function SpadeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2783
+
2784
+ declare function SparkleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2785
+
2786
+ declare function SparklesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2787
+
2788
+ declare function SpeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2789
+
2790
+ declare function SpeechIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2791
+
2792
+ declare function SpellCheck2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
2793
+
2794
+ declare function SpellCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2795
+
2796
+ declare function SplinePointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2797
+
2798
+ declare function SplineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2799
+
2800
+ declare function SplitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2801
+
2802
+ declare function SpoolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2803
+
2804
+ declare function SportShoeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2805
+
2806
+ declare function SpotlightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2807
+
2808
+ declare function SprayCanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2809
+
2810
+ declare function SproutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2811
+
2812
+ declare function SquareActivityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2813
+
2814
+ declare function SquareArrowDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2815
+
2816
+ declare function SquareArrowDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2817
+
2818
+ declare function SquareArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2819
+
2820
+ declare function SquareArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2821
+
2822
+ declare function SquareArrowOutDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2823
+
2824
+ declare function SquareArrowOutDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2825
+
2826
+ declare function SquareArrowOutUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2827
+
2828
+ declare function SquareArrowOutUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2829
+
2830
+ declare function SquareArrowRightEnterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2831
+
2832
+ declare function SquareArrowRightExitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2833
+
2834
+ declare function SquareArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2835
+
2836
+ declare function SquareArrowUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2837
+
2838
+ declare function SquareArrowUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2839
+
2840
+ declare function SquareArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2841
+
2842
+ declare function SquareAsteriskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2843
+
2844
+ declare function SquareBottomDashedScissorsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2845
+
2846
+ declare function SquareCenterlineDashedHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2847
+
2848
+ declare function SquareCenterlineDashedVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2849
+
2850
+ declare function SquareChartGanttIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2851
+
2852
+ declare function SquareCheckBigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2853
+
2854
+ declare function SquareCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2855
+
2856
+ declare function SquareChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2857
+
2858
+ declare function SquareChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2859
+
2860
+ declare function SquareChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2861
+
2862
+ declare function SquareChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2863
+
2864
+ declare function SquareCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2865
+
2866
+ declare function SquareDashedBottomCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2867
+
2868
+ declare function SquareDashedBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2869
+
2870
+ declare function SquareDashedKanbanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2871
+
2872
+ declare function SquareDashedMousePointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2873
+
2874
+ declare function SquareDashedTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2875
+
2876
+ declare function SquareDashedTopSolidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2877
+
2878
+ declare function SquareDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2879
+
2880
+ declare function SquareDivideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2881
+
2882
+ declare function SquareDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2883
+
2884
+ declare function SquareEqualIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2885
+
2886
+ declare function SquareFunctionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2887
+
2888
+ declare function SquareKanbanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2889
+
2890
+ declare function SquareLibraryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2891
+
2892
+ declare function SquareMIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2893
+
2894
+ declare function SquareMenuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2895
+
2896
+ declare function SquareMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2897
+
2898
+ declare function SquareMousePointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2899
+
2900
+ declare function SquareParkingOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2901
+
2902
+ declare function SquareParkingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2903
+
2904
+ declare function SquarePauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2905
+
2906
+ declare function SquarePenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2907
+
2908
+ declare function SquarePercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2909
+
2910
+ declare function SquarePiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2911
+
2912
+ declare function SquarePilcrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2913
+
2914
+ declare function SquarePlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2915
+
2916
+ declare function SquarePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2917
+
2918
+ declare function SquarePowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2919
+
2920
+ declare function SquareRadicalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2921
+
2922
+ declare function SquareRoundCornerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2923
+
2924
+ declare function SquareScissorsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2925
+
2926
+ declare function SquareSigmaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2927
+
2928
+ declare function SquareSlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2929
+
2930
+ declare function SquareSplitHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2931
+
2932
+ declare function SquareSplitVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2933
+
2934
+ declare function SquareSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2935
+
2936
+ declare function SquareStackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2937
+
2938
+ declare function SquareStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2939
+
2940
+ declare function SquareStopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2941
+
2942
+ declare function SquareTerminalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2943
+
2944
+ declare function SquareUserRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2945
+
2946
+ declare function SquareUserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2947
+
2948
+ declare function SquareXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2949
+
2950
+ declare function SquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2951
+
2952
+ declare function SquaresExcludeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2953
+
2954
+ declare function SquaresIntersectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2955
+
2956
+ declare function SquaresSubtractIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2957
+
2958
+ declare function SquaresUniteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2959
+
2960
+ declare function SquircleDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2961
+
2962
+ declare function SquircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2963
+
2964
+ declare function SquirrelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2965
+
2966
+ declare function StampIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2967
+
2968
+ declare function StarCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2969
+
2970
+ declare function StarHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2971
+
2972
+ declare function StarMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2973
+
2974
+ declare function StarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2975
+
2976
+ declare function StarPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2977
+
2978
+ declare function StarXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2979
+
2980
+ declare function StarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2981
+
2982
+ declare function StepBackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2983
+
2984
+ declare function StepForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2985
+
2986
+ declare function StethoscopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2987
+
2988
+ declare function StickerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2989
+
2990
+ declare function StickyNoteCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2991
+
2992
+ declare function StickyNoteMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2993
+
2994
+ declare function StickyNoteOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2995
+
2996
+ declare function StickyNotePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2997
+
2998
+ declare function StickyNoteXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
2999
+
3000
+ declare function StickyNoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3001
+
3002
+ declare function StickyNotesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3003
+
3004
+ declare function StoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3005
+
3006
+ declare function StoreIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3007
+
3008
+ declare function StretchHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3009
+
3010
+ declare function StretchVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3011
+
3012
+ declare function StrikethroughIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3013
+
3014
+ declare function SubscriptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3015
+
3016
+ declare function SummaryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3017
+
3018
+ declare function SunDimIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3019
+
3020
+ declare function SunMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3021
+
3022
+ declare function SunMoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3023
+
3024
+ declare function SunSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3025
+
3026
+ declare function SunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3027
+
3028
+ declare function SunriseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3029
+
3030
+ declare function SunsetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3031
+
3032
+ declare function SuperscriptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3033
+
3034
+ declare function SwatchBookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3035
+
3036
+ declare function SwissFrancIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3037
+
3038
+ declare function SwitchCameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3039
+
3040
+ declare function SwordIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3041
+
3042
+ declare function SwordsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3043
+
3044
+ declare function SyringeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3045
+
3046
+ declare function Table2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3047
+
3048
+ declare function TableCellsMergeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3049
+
3050
+ declare function TableCellsSplitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3051
+
3052
+ declare function TableColumnsSplitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3053
+
3054
+ declare function TableOfContentsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3055
+
3056
+ declare function TablePropertiesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3057
+
3058
+ declare function TableRowsSplitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3059
+
3060
+ declare function TableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3061
+
3062
+ declare function TabletSmartphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3063
+
3064
+ declare function TabletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3065
+
3066
+ declare function TabletsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3067
+
3068
+ declare function TagPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3069
+
3070
+ declare function TagXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3071
+
3072
+ declare function TagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3073
+
3074
+ declare function TagsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3075
+
3076
+ declare function Tally1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3077
+
3078
+ declare function Tally2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3079
+
3080
+ declare function Tally3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3081
+
3082
+ declare function Tally4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3083
+
3084
+ declare function Tally5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3085
+
3086
+ declare function TangentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3087
+
3088
+ declare function TargetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3089
+
3090
+ declare function TelescopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3091
+
3092
+ declare function TentTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3093
+
3094
+ declare function TentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3095
+
3096
+ declare function TerminalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3097
+
3098
+ declare function TestTubeDiagonalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3099
+
3100
+ declare function TestTubeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3101
+
3102
+ declare function TestTubesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3103
+
3104
+ declare function TextAlignCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3105
+
3106
+ declare function TextAlignEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3107
+
3108
+ declare function TextAlignJustifyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3109
+
3110
+ declare function TextAlignStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3111
+
3112
+ declare function TextCursorInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3113
+
3114
+ declare function TextCursorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3115
+
3116
+ declare function TextInitialIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3117
+
3118
+ declare function TextQuoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3119
+
3120
+ declare function TextSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3121
+
3122
+ declare function TextWrapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3123
+
3124
+ declare function TheaterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3125
+
3126
+ declare function ThermometerSnowflakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3127
+
3128
+ declare function ThermometerSunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3129
+
3130
+ declare function ThermometerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3131
+
3132
+ declare function ThumbsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3133
+
3134
+ declare function ThumbsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3135
+
3136
+ declare function TicketCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3137
+
3138
+ declare function TicketMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3139
+
3140
+ declare function TicketPercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3141
+
3142
+ declare function TicketPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3143
+
3144
+ declare function TicketSlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3145
+
3146
+ declare function TicketXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3147
+
3148
+ declare function TicketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3149
+
3150
+ declare function TicketsPlaneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3151
+
3152
+ declare function TicketsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3153
+
3154
+ declare function TimelineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3155
+
3156
+ declare function TimerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3157
+
3158
+ declare function TimerResetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3159
+
3160
+ declare function TimerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3161
+
3162
+ declare function ToggleLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3163
+
3164
+ declare function ToggleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3165
+
3166
+ declare function ToiletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3167
+
3168
+ declare function ToolCaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3169
+
3170
+ declare function ToolboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3171
+
3172
+ declare function TornadoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3173
+
3174
+ declare function TorusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3175
+
3176
+ declare function TouchpadOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3177
+
3178
+ declare function TouchpadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3179
+
3180
+ declare function TowelRackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3181
+
3182
+ declare function TowerControlIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3183
+
3184
+ declare function ToyBrickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3185
+
3186
+ declare function TractorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3187
+
3188
+ declare function TrafficConeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3189
+
3190
+ declare function TrainFrontTunnelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3191
+
3192
+ declare function TrainFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3193
+
3194
+ declare function TrainTrackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3195
+
3196
+ declare function TramFrontIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3197
+
3198
+ declare function TransgenderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3199
+
3200
+ declare function Trash2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3201
+
3202
+ declare function TrashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3203
+
3204
+ declare function TreeDeciduousIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3205
+
3206
+ declare function TreePalmIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3207
+
3208
+ declare function TreePineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3209
+
3210
+ declare function TreesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3211
+
3212
+ declare function TrendingDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3213
+
3214
+ declare function TrendingUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3215
+
3216
+ declare function TrendingUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3217
+
3218
+ declare function TriangleAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3219
+
3220
+ declare function TriangleDashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3221
+
3222
+ declare function TriangleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3223
+
3224
+ declare function TriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3225
+
3226
+ declare function TrophyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3227
+
3228
+ declare function TruckElectricIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3229
+
3230
+ declare function TruckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3231
+
3232
+ declare function TurkishLiraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3233
+
3234
+ declare function TurntableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3235
+
3236
+ declare function TurtleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3237
+
3238
+ declare function TvMinimalPlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3239
+
3240
+ declare function TvMinimalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3241
+
3242
+ declare function TvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3243
+
3244
+ declare function TypeOutlineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3245
+
3246
+ declare function TypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3247
+
3248
+ declare function UmbrellaOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3249
+
3250
+ declare function UmbrellaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3251
+
3252
+ declare function UnderlineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3253
+
3254
+ declare function Undo2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3255
+
3256
+ declare function UndoDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3257
+
3258
+ declare function UndoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3259
+
3260
+ declare function UnfoldHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3261
+
3262
+ declare function UnfoldVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3263
+
3264
+ declare function UngroupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3265
+
3266
+ declare function UniversityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3267
+
3268
+ declare function Unlink2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3269
+
3270
+ declare function UnlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3271
+
3272
+ declare function UnplugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3273
+
3274
+ declare function UploadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3275
+
3276
+ declare function UsbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3277
+
3278
+ declare function UserCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3279
+
3280
+ declare function UserCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3281
+
3282
+ declare function UserKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3283
+
3284
+ declare function UserLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3285
+
3286
+ declare function UserMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3287
+
3288
+ declare function UserPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3289
+
3290
+ declare function UserPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3291
+
3292
+ declare function UserRoundArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3293
+
3294
+ declare function UserRoundCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3295
+
3296
+ declare function UserRoundCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3297
+
3298
+ declare function UserRoundKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3299
+
3300
+ declare function UserRoundMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3301
+
3302
+ declare function UserRoundPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3303
+
3304
+ declare function UserRoundPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3305
+
3306
+ declare function UserRoundSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3307
+
3308
+ declare function UserRoundXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3309
+
3310
+ declare function UserRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3311
+
3312
+ declare function UserSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3313
+
3314
+ declare function UserStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3315
+
3316
+ declare function UserXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3317
+
3318
+ declare function UserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3319
+
3320
+ declare function UsersRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3321
+
3322
+ declare function UsersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3323
+
3324
+ declare function UtensilsCrossedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3325
+
3326
+ declare function UtensilsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3327
+
3328
+ declare function UtilityPoleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3329
+
3330
+ declare function VanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3331
+
3332
+ declare function VariableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3333
+
3334
+ declare function VaultIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3335
+
3336
+ declare function VectorSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3337
+
3338
+ declare function VeganIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3339
+
3340
+ declare function VenetianMaskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3341
+
3342
+ declare function VenusAndMarsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3343
+
3344
+ declare function VenusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3345
+
3346
+ declare function VibrateOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3347
+
3348
+ declare function VibrateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3349
+
3350
+ declare function VideoOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3351
+
3352
+ declare function VideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3353
+
3354
+ declare function VideotapeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3355
+
3356
+ declare function ViewIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3357
+
3358
+ declare function VoicemailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3359
+
3360
+ declare function VolleyballIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3361
+
3362
+ declare function Volume1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3363
+
3364
+ declare function Volume2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
3365
+
3366
+ declare function VolumeOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3367
+
3368
+ declare function VolumeXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3369
+
3370
+ declare function VolumeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3371
+
3372
+ declare function VoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3373
+
3374
+ declare function WalletCardsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3375
+
3376
+ declare function WalletMinimalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3377
+
3378
+ declare function WalletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3379
+
3380
+ declare function WallpaperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3381
+
3382
+ declare function WandSparklesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3383
+
3384
+ declare function WandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3385
+
3386
+ declare function WarehouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3387
+
3388
+ declare function WashingMachineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3389
+
3390
+ declare function WatchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3391
+
3392
+ declare function WavesArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3393
+
3394
+ declare function WavesArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3395
+
3396
+ declare function WavesHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3397
+
3398
+ declare function WavesLadderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3399
+
3400
+ declare function WavesVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3401
+
3402
+ declare function WaypointsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3403
+
3404
+ declare function WebcamOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3405
+
3406
+ declare function WebcamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3407
+
3408
+ declare function WebhookOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3409
+
3410
+ declare function WebhookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3411
+
3412
+ declare function WeightTildeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3413
+
3414
+ declare function WeightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3415
+
3416
+ declare function WheatOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3417
+
3418
+ declare function WheatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3419
+
3420
+ declare function WholeWordIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3421
+
3422
+ declare function WifiCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3423
+
3424
+ declare function WifiHighIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3425
+
3426
+ declare function WifiLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3427
+
3428
+ declare function WifiOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3429
+
3430
+ declare function WifiPenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3431
+
3432
+ declare function WifiSyncIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3433
+
3434
+ declare function WifiZeroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3435
+
3436
+ declare function WifiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3437
+
3438
+ declare function WindArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3439
+
3440
+ declare function WindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3441
+
3442
+ declare function WineOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3443
+
3444
+ declare function WineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3445
+
3446
+ declare function WorkflowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3447
+
3448
+ declare function WormIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3449
+
3450
+ declare function WrenchOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3451
+
3452
+ declare function WrenchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3453
+
3454
+ declare function XLineTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3455
+
3456
+ declare function XIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3457
+
3458
+ declare function ZapOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3459
+
3460
+ declare function ZapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3461
+
3462
+ declare function ZodiacAquariusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3463
+
3464
+ declare function ZodiacAriesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3465
+
3466
+ declare function ZodiacCancerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3467
+
3468
+ declare function ZodiacCapricornIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3469
+
3470
+ declare function ZodiacGeminiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3471
+
3472
+ declare function ZodiacLeoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3473
+
3474
+ declare function ZodiacLibraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3475
+
3476
+ declare function ZodiacOphiuchusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3477
+
3478
+ declare function ZodiacPiscesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3479
+
3480
+ declare function ZodiacSagittariusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3481
+
3482
+ declare function ZodiacScorpioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3483
+
3484
+ declare function ZodiacTaurusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3485
+
3486
+ declare function ZodiacVirgoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3487
+
3488
+ declare function ZoomInIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3489
+
3490
+ declare function ZoomOutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
3491
+
3492
+ export { AArrowDownIcon, AArrowUpIcon, ALargeSmallIcon, AccessibilityIcon, ActivityIcon, AdIcon, AirVentIcon, AirplayIcon, AlarmClockCheckIcon, AlarmClockIcon, AlarmClockMinusIcon, AlarmClockOffIcon, AlarmClockPlusIcon, AlarmSmokeIcon, AlbumIcon, AlignCenterHorizontalIcon, AlignCenterVerticalIcon, AlignEndHorizontalIcon, AlignEndVerticalIcon, AlignHorizontalDistributeCenterIcon, AlignHorizontalDistributeEndIcon, AlignHorizontalDistributeStartIcon, AlignHorizontalJustifyCenterIcon, AlignHorizontalJustifyEndIcon, AlignHorizontalJustifyStartIcon, AlignHorizontalSpaceAroundIcon, AlignHorizontalSpaceBetweenIcon, AlignStartHorizontalIcon, AlignStartVerticalIcon, AlignVerticalDistributeCenterIcon, AlignVerticalDistributeEndIcon, AlignVerticalDistributeStartIcon, AlignVerticalJustifyCenterIcon, AlignVerticalJustifyEndIcon, AlignVerticalJustifyStartIcon, AlignVerticalSpaceAroundIcon, AlignVerticalSpaceBetweenIcon, AmbulanceIcon, AmpersandIcon, AmpersandsIcon, AmphoraIcon, AnchorIcon, AngryIcon, AnnoyedIcon, AntennaIcon, AnvilIcon, ApertureIcon, AppWindowIcon, AppWindowMacIcon, AppleIcon, ArchiveIcon, ArchiveRestoreIcon, ArchiveXIcon, ArmchairIcon, ArrowBigDownDashIcon, ArrowBigDownIcon, ArrowBigLeftDashIcon, ArrowBigLeftIcon, ArrowBigRightDashIcon, ArrowBigRightIcon, ArrowBigUpDashIcon, ArrowBigUpIcon, ArrowDown01Icon, ArrowDown10Icon, ArrowDownAZIcon, ArrowDownFromLineIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownNarrowWideIcon, ArrowDownRightIcon, ArrowDownToDotIcon, ArrowDownToLineIcon, ArrowDownUpIcon, ArrowDownWideNarrowIcon, ArrowDownZAIcon, ArrowLeftFromLineIcon, ArrowLeftIcon, ArrowLeftRightIcon, ArrowLeftToLineIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightLeftIcon, ArrowRightToLineIcon, ArrowUp01Icon, ArrowUp10Icon, ArrowUpAZIcon, ArrowUpDownIcon, ArrowUpFromDotIcon, ArrowUpFromLineIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpNarrowWideIcon, ArrowUpRightIcon, ArrowUpToLineIcon, ArrowUpWideNarrowIcon, ArrowUpZAIcon, ArrowsUpFromLineIcon, AsteriskIcon, AstroidIcon, AtSignIcon, AtomIcon, AudioLinesIcon, AudioWaveformIcon, AwardIcon, AxeIcon, Axis3dIcon, BabyIcon, BackpackIcon, BadgeAlertIcon, BadgeCentIcon, BadgeCheckIcon, BadgeDollarSignIcon, BadgeEuroIcon, BadgeIcon, BadgeIndianRupeeIcon, BadgeInfoIcon, BadgeJapaneseYenIcon, BadgeMinusIcon, BadgePercentIcon, BadgePlusIcon, BadgePoundSterlingIcon, BadgeQuestionMarkIcon, BadgeRussianRubleIcon, BadgeSwissFrancIcon, BadgeTurkishLiraIcon, BadgeXIcon, BaggageClaimIcon, BalloonIcon, BanIcon, BananaIcon, BandageIcon, BanknoteArrowDownIcon, BanknoteArrowUpIcon, BanknoteCheckIcon, BanknoteIcon, BanknoteXIcon, BarcodeIcon, BarrelIcon, BaselineIcon, BathIcon, BatteryChargingIcon, BatteryFullIcon, BatteryIcon, BatteryLowIcon, BatteryMediumIcon, BatteryPlusIcon, BatteryWarningIcon, BeakerIcon, BeanIcon, BeanOffIcon, BedDoubleIcon, BedIcon, BedSingleIcon, BeefIcon, BeefOffIcon, BeerIcon, BeerOffIcon, BellCheckIcon, BellDotIcon, BellElectricIcon, BellIcon, BellMinusIcon, BellOffIcon, BellPlusIcon, BellRingIcon, BetweenHorizontalEndIcon, BetweenHorizontalStartIcon, BetweenVerticalEndIcon, BetweenVerticalStartIcon, BicepsFlexedIcon, BikeIcon, BinaryIcon, BinocularsIcon, BiohazardIcon, BirdIcon, BirdhouseIcon, BitcoinIcon, BlendIcon, BlenderIcon, BlindsIcon, BlocksIcon, BluetoothConnectedIcon, BluetoothIcon, BluetoothOffIcon, BluetoothSearchingIcon, BoldIcon, BoltIcon, BombIcon, BoneFractureIcon, BoneIcon, BookAIcon, BookAlertIcon, BookAudioIcon, BookCheckIcon, BookCopyIcon, BookDashedIcon, BookDownIcon, BookHeadphonesIcon, BookHeartIcon, BookIcon, BookImageIcon, BookKeyIcon, BookLockIcon, BookMarkedIcon, BookMinusIcon, BookOpenCheckIcon, BookOpenIcon, BookOpenTextIcon, BookPlusIcon, BookSearchIcon, BookTextIcon, BookTypeIcon, BookUp2Icon, BookUpIcon, BookUserIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkOffIcon, BookmarkPlusIcon, BookmarkXIcon, BoomBoxIcon, BotIcon, BotMessageSquareIcon, BotOffIcon, BottleWineIcon, BowArrowIcon, BoxIcon, BoxesIcon, BracesIcon, BracketsIcon, BrainCircuitIcon, BrainCogIcon, BrainIcon, BrickWallFireIcon, BrickWallIcon, BrickWallShieldIcon, BriefcaseBusinessIcon, BriefcaseConveyorBeltIcon, BriefcaseIcon, BriefcaseMedicalIcon, BringToFrontIcon, BroccoliIcon, BrushCleaningIcon, BrushIcon, BubblesIcon, BugIcon, BugOffIcon, BugPlayIcon, Building2Icon, BuildingIcon, BusFrontIcon, BusIcon, CableCarIcon, CableIcon, CakeIcon, CakeSliceIcon, CalculatorIcon, Calendar1Icon, CalendarArrowDownIcon, CalendarArrowUpIcon, CalendarCheck2Icon, CalendarCheckIcon, CalendarClockIcon, CalendarCogIcon, CalendarDaysIcon, CalendarFoldIcon, CalendarHeartIcon, CalendarIcon, CalendarMinus2Icon, CalendarMinusIcon, CalendarOffIcon, CalendarPlus2Icon, CalendarPlusIcon, CalendarRangeIcon, CalendarSearchIcon, CalendarSyncIcon, CalendarX2Icon, CalendarXIcon, CalendarsIcon, CameraIcon, CameraOffIcon, CandyCaneIcon, CandyIcon, CandyOffIcon, CannabisIcon, CannabisOffIcon, CaptionsIcon, CaptionsOffIcon, CarFrontIcon, CarIcon, CarTaxiFrontIcon, CaravanIcon, CardSimIcon, CarrotIcon, CaseLowerIcon, CaseSensitiveIcon, CaseUpperIcon, CassetteTapeIcon, CastIcon, CastleIcon, CatIcon, CctvIcon, CctvOffIcon, ChartAreaIcon, ChartBarBigIcon, ChartBarDecreasingIcon, ChartBarIcon, ChartBarIncreasingIcon, ChartBarStackedIcon, ChartCandlestickIcon, ChartColumnBigIcon, ChartColumnDecreasingIcon, ChartColumnIcon, ChartColumnIncreasingIcon, ChartColumnStackedIcon, ChartGanttIcon, ChartLineIcon, ChartNetworkIcon, ChartNoAxesColumnDecreasingIcon, ChartNoAxesColumnIcon, ChartNoAxesColumnIncreasingIcon, ChartNoAxesCombinedIcon, ChartNoAxesGanttIcon, ChartPieIcon, ChartScatterIcon, ChartSplineIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChefHatIcon, CherryIcon, ChessBishopIcon, ChessKingIcon, ChessKnightIcon, ChessPawnIcon, ChessQueenIcon, ChessRookIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsDownUpIcon, ChevronsLeftIcon, ChevronsLeftRightEllipsisIcon, ChevronsLeftRightIcon, ChevronsRightIcon, ChevronsRightLeftIcon, ChevronsUpDownIcon, ChevronsUpIcon, ChurchIcon, CigaretteIcon, CigaretteOffIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowLeftIcon, CircleArrowOutDownLeftIcon, CircleArrowOutDownRightIcon, CircleArrowOutUpLeftIcon, CircleArrowOutUpRightIcon, CircleArrowRightIcon, CircleArrowUpIcon, CircleCheckBigIcon, CircleCheckIcon, CircleChevronDownIcon, CircleChevronLeftIcon, CircleChevronRightIcon, CircleChevronUpIcon, CircleDashedIcon, CircleDivideIcon, CircleDollarSignIcon, CircleDotDashedIcon, CircleDotIcon, CircleEllipsisIcon, CircleEqualIcon, CircleFadingArrowUpIcon, CircleFadingPlusIcon, CircleGaugeIcon, CircleIcon, CircleMinusIcon, CircleOffIcon, CircleParkingIcon, CircleParkingOffIcon, CirclePauseIcon, CirclePercentIcon, CirclePileIcon, CirclePlayIcon, CirclePlusIcon, CirclePoundSterlingIcon, CirclePowerIcon, CircleQuestionMarkIcon, CircleSlash2Icon, CircleSlashIcon, CircleSmallIcon, CircleStarIcon, CircleStopIcon, CircleUserIcon, CircleUserRoundIcon, CircleXIcon, CircuitBoardIcon, CitrusIcon, ClapperboardIcon, ClipboardCheckIcon, ClipboardClockIcon, ClipboardCopyIcon, ClipboardIcon, ClipboardListIcon, ClipboardMinusIcon, ClipboardPasteIcon, ClipboardPenIcon, ClipboardPenLineIcon, ClipboardPlusIcon, ClipboardTypeIcon, ClipboardXIcon, Clock10Icon, Clock11Icon, Clock12Icon, Clock1Icon, Clock2Icon, Clock3Icon, Clock4Icon, Clock5Icon, Clock6Icon, Clock7Icon, Clock8Icon, Clock9Icon, ClockAlertIcon, ClockArrowDownIcon, ClockArrowLeftIcon, ClockArrowRightIcon, ClockArrowUpIcon, ClockCheckIcon, ClockFadingIcon, ClockIcon, ClockPlusIcon, ClosedCaptionIcon, CloudAlertIcon, CloudBackupIcon, CloudCheckIcon, CloudCogIcon, CloudDownloadIcon, CloudDrizzleIcon, CloudFogIcon, CloudHailIcon, CloudIcon, CloudLightningIcon, CloudMoonIcon, CloudMoonRainIcon, CloudOffIcon, CloudRainIcon, CloudRainWindIcon, CloudSnowIcon, CloudSunIcon, CloudSunRainIcon, CloudSyncIcon, CloudUploadIcon, CloudyIcon, CloverIcon, ClubIcon, CodeIcon, CodeXmlIcon, CoffeeIcon, CogIcon, CoinsIcon, Columns2Icon, Columns3CogIcon, Columns3Icon, Columns4Icon, CombineIcon, CommandIcon, CompassIcon, ComponentIcon, ComputerIcon, ConciergeBellIcon, ConeIcon, ConstructionIcon, ContactIcon, ContactRoundIcon, ContainerIcon, ContrastIcon, CookieIcon, CookingPotIcon, CopyCheckIcon, CopyIcon, CopyMinusIcon, CopyPlusIcon, CopySlashIcon, CopyXIcon, CopyleftIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreativeCommonsIcon, CreditCardIcon, CroissantIcon, CropIcon, CrossIcon, CrosshairIcon, CrownIcon, CuboidIcon, CupSodaIcon, CurrencyIcon, CylinderIcon, DamIcon, DatabaseArrowDownIcon, DatabaseArrowUpIcon, DatabaseBackupIcon, DatabaseCheckIcon, DatabaseIcon, DatabaseMinusIcon, DatabasePlusIcon, DatabaseSearchIcon, DatabaseXIcon, DatabaseZapIcon, DecimalsArrowLeftIcon, DecimalsArrowRightIcon, DeleteIcon, DessertIcon, DiameterIcon, DiamondIcon, DiamondMinusIcon, DiamondPercentIcon, DiamondPlusIcon, Dice1Icon, Dice2Icon, Dice3Icon, Dice4Icon, Dice5Icon, Dice6Icon, DicesIcon, DiffIcon, Disc2Icon, Disc3Icon, DiscAlbumIcon, DiscIcon, DivideIcon, DnaIcon, DnaOffIcon, DockIcon, DogIcon, DollarSignIcon, DonutIcon, DoorClosedIcon, DoorClosedLockedIcon, DoorOpenIcon, DotIcon, DownloadIcon, DraftingCompassIcon, DramaIcon, DrillIcon, DroneIcon, DropletIcon, DropletOffIcon, DropletsIcon, DrumIcon, DrumstickIcon, DumbbellIcon, EarIcon, EarOffIcon, EarthIcon, EarthLockIcon, EclipseIcon, EggFriedIcon, EggIcon, EggOffIcon, EllipseIcon, EllipsisIcon, EllipsisVerticalIcon, EqualApproximatelyIcon, EqualIcon, EqualNotIcon, EraserIcon, EthernetPortIcon, EuroIcon, EvChargerIcon, ExpandIcon, ExternalLinkIcon, EyeClosedIcon, EyeDashedIcon, EyeIcon, EyeOffIcon, FactoryIcon, FanIcon, FastForwardIcon, FeatherIcon, FenceIcon, FerrisWheelIcon, FileArchiveIcon, FileAxis3dIcon, FileBadgeIcon, FileBoxIcon, FileBracesCornerIcon, FileBracesIcon, FileChartColumnIcon, FileChartColumnIncreasingIcon, FileChartLineIcon, FileChartPieIcon, FileCheckCornerIcon, FileCheckIcon, FileClockIcon, FileCodeCornerIcon, FileCodeIcon, FileCogIcon, FileDiffIcon, FileDigitIcon, FileDownIcon, FileExclamationPointIcon, FileHeadphoneIcon, FileHeartIcon, FileIcon, FileImageIcon, FileInputIcon, FileKeyIcon, FileLockIcon, FileMinusCornerIcon, FileMinusIcon, FileMusicIcon, FileOutputIcon, FilePenIcon, FilePenLineIcon, FilePlayIcon, FilePlusCornerIcon, FilePlusIcon, FileQuestionMarkIcon, FileScanIcon, FileSearchCornerIcon, FileSearchIcon, FileSignalIcon, FileSlidersIcon, FileSpreadsheetIcon, FileStackIcon, FileSymlinkIcon, FileTerminalIcon, FileTextIcon, FileTypeCornerIcon, FileTypeIcon, FileUpIcon, FileUserIcon, FileVideoCameraIcon, FileVolumeIcon, FileXCornerIcon, FileXIcon, FilesIcon, FilmIcon, FingerprintPatternIcon, FireExtinguisherIcon, FishIcon, FishOffIcon, FishSymbolIcon, FishingHookIcon, FishingRodIcon, FlagIcon, FlagOffIcon, FlagTriangleLeftIcon, FlagTriangleRightIcon, FlameIcon, FlameKindlingIcon, FlashlightIcon, FlashlightOffIcon, FlaskConicalIcon, FlaskConicalOffIcon, FlaskRoundIcon, FlipHorizontal2Icon, FlipVertical2Icon, Flower2Icon, FlowerIcon, FocusIcon, FoldHorizontalIcon, FoldVerticalIcon, FolderArchiveIcon, FolderBookmarkIcon, FolderCheckIcon, FolderClockIcon, FolderClosedIcon, FolderCodeIcon, FolderCogIcon, FolderDotIcon, FolderDownIcon, FolderGit2Icon, FolderGitIcon, FolderHeartIcon, FolderIcon, FolderInputIcon, FolderKanbanIcon, FolderKeyIcon, FolderLockIcon, FolderMinusIcon, FolderOpenDotIcon, FolderOpenIcon, FolderOutputIcon, FolderPenIcon, FolderPlusIcon, FolderRootIcon, FolderSearch2Icon, FolderSearchIcon, FolderSymlinkIcon, FolderSyncIcon, FolderTreeIcon, FolderUpIcon, FolderXIcon, FoldersIcon, FootprintsIcon, ForkliftIcon, FormIcon, ForwardIcon, FrameIcon, FrownIcon, FuelIcon, FullscreenIcon, FunnelIcon, FunnelPlusIcon, FunnelXIcon, GalleryHorizontalEndIcon, GalleryHorizontalIcon, GalleryThumbnailsIcon, GalleryVerticalEndIcon, GalleryVerticalIcon, Gamepad2Icon, GamepadDirectionalIcon, GamepadIcon, GaugeIcon, GavelIcon, GemIcon, GeorgianLariIcon, GhostIcon, GiftIcon, GitBranchIcon, GitBranchMinusIcon, GitBranchPlusIcon, GitCommitHorizontalIcon, GitCommitVerticalIcon, GitCompareArrowsIcon, GitCompareIcon, GitForkIcon, GitGraphIcon, GitMergeConflictIcon, GitMergeIcon, GitPullRequestArrowIcon, GitPullRequestClosedIcon, GitPullRequestCreateArrowIcon, GitPullRequestCreateIcon, GitPullRequestDraftIcon, GitPullRequestIcon, GlassWaterIcon, GlassesIcon, GlobeCheckIcon, GlobeIcon, GlobeLockIcon, GlobeOffIcon, GlobeXIcon, GoalIcon, GpuIcon, GraduationCapIcon, GrapeIcon, Grid2x2CheckIcon, Grid2x2Icon, Grid2x2PlusIcon, Grid2x2XIcon, Grid3x2Icon, Grid3x3Icon, GripHorizontalIcon, GripIcon, GripVerticalIcon, GroupIcon, GuitarIcon, HamIcon, HamburgerIcon, HammerIcon, HandCoinsIcon, HandFistIcon, HandGrabIcon, HandHeartIcon, HandHelpingIcon, HandIcon, HandMetalIcon, HandPlatterIcon, HandbagIcon, HandshakeIcon, HardDriveDownloadIcon, HardDriveIcon, HardDriveUploadIcon, HardHatIcon, HashIcon, HatGlassesIcon, HazeIcon, HdIcon, HdmiPortIcon, Heading1Icon, Heading2Icon, Heading3Icon, Heading4Icon, Heading5Icon, Heading6Icon, HeadingIcon, HeadphoneOffIcon, HeadphonesIcon, HeadsetIcon, HeartCrackIcon, HeartHandshakeIcon, HeartIcon, HeartMinusIcon, HeartOffIcon, HeartPlusIcon, HeartPulseIcon, HeartXIcon, HeaterIcon, HelicopterIcon, HexagonIcon, HighlighterIcon, HistoryIcon, HopIcon, HopOffIcon, HospitalIcon, HotelIcon, HourglassIcon, HouseHeartIcon, HouseIcon, HousePlugIcon, HousePlusIcon, HouseWifiIcon, IceCreamBowlIcon, IceCreamConeIcon, IdCardIcon, IdCardLanyardIcon, ImageDownIcon, ImageIcon, ImageMinusIcon, ImageOffIcon, ImagePlayIcon, ImagePlusIcon, ImageUpIcon, ImageUpscaleIcon, ImagesIcon, ImportIcon, InboxIcon, IndianRupeeIcon, InfinityIcon, InfoIcon, InspectionPanelIcon, ItalicIcon, IterationCcwIcon, IterationCwIcon, JapaneseYenIcon, JoystickIcon, KanbanIcon, KayakIcon, KeyIcon, KeyRoundIcon, KeySquareIcon, KeyboardIcon, KeyboardMusicIcon, KeyboardOffIcon, LampCeilingIcon, LampDeskIcon, LampFloorIcon, LampIcon, LampWallDownIcon, LampWallUpIcon, LandPlotIcon, LandmarkIcon, LanguagesIcon, LaptopIcon, LaptopMinimalCheckIcon, LaptopMinimalIcon, LassoIcon, LassoSelectIcon, LaughIcon, Layers2Icon, LayersIcon, LayersMinusIcon, LayersPlusIcon, LayoutDashboardIcon, LayoutGridIcon, LayoutListIcon, LayoutPanelLeftIcon, LayoutPanelTopIcon, LayoutTemplateIcon, LeafIcon, LeafyGreenIcon, LecternIcon, LensConcaveIcon, LensConvexIcon, LibraryBigIcon, LibraryIcon, LifeBuoyIcon, LigatureIcon, LightbulbIcon, LightbulbOffIcon, LineDotRightHorizontalIcon, LineSquiggleIcon, LineStyleIcon, Link2Icon, Link2OffIcon, LinkIcon, ListCheckIcon, ListChecksIcon, ListChevronsDownUpIcon, ListChevronsUpDownIcon, ListCollapseIcon, ListEndIcon, ListFilterIcon, ListFilterPlusIcon, ListIcon, ListIndentDecreaseIcon, ListIndentIncreaseIcon, ListMinusIcon, ListMusicIcon, ListOrderedIcon, ListPlusIcon, ListRestartIcon, ListSortAscendingIcon, ListSortDescendingIcon, ListStartIcon, ListTodoIcon, ListTreeIcon, ListVideoIcon, ListXIcon, LoaderCircleIcon, LoaderIcon, LoaderPinwheelIcon, LocateFixedIcon, LocateIcon, LocateOffIcon, LockIcon, LockKeyholeIcon, LockKeyholeOpenIcon, LockOpenIcon, LogInIcon, LogOutIcon, LogsIcon, LollipopIcon, LuggageIcon, MagnetIcon, MailCheckIcon, MailIcon, MailMinusIcon, MailOpenIcon, MailPlusIcon, MailQuestionMarkIcon, MailSearchIcon, MailWarningIcon, MailXIcon, MailboxIcon, MailsIcon, MapIcon, MapMinusIcon, MapPinCheckIcon, MapPinCheckInsideIcon, MapPinHouseIcon, MapPinIcon, MapPinMinusIcon, MapPinMinusInsideIcon, MapPinOffIcon, MapPinPenIcon, MapPinPlusIcon, MapPinPlusInsideIcon, MapPinSearchIcon, MapPinXIcon, MapPinXInsideIcon, MapPinnedIcon, MapPlusIcon, MarsIcon, MarsStrokeIcon, MartiniIcon, Maximize2Icon, MaximizeIcon, MedalIcon, MegaphoneIcon, MegaphoneOffIcon, MehIcon, MemoryStickIcon, MenuIcon, MergeIcon, MessageCircleCheckIcon, MessageCircleCodeIcon, MessageCircleDashedIcon, MessageCircleHeartIcon, MessageCircleIcon, MessageCircleMoreIcon, MessageCircleOffIcon, MessageCirclePlusIcon, MessageCircleQuestionMarkIcon, MessageCircleReplyIcon, MessageCircleWarningIcon, MessageCircleXIcon, MessageSquareCheckIcon, MessageSquareCodeIcon, MessageSquareDashedIcon, MessageSquareDiffIcon, MessageSquareDotIcon, MessageSquareHeartIcon, MessageSquareIcon, MessageSquareLockIcon, MessageSquareMoreIcon, MessageSquareOffIcon, MessageSquarePlusIcon, MessageSquareQuoteIcon, MessageSquareReplyIcon, MessageSquareShareIcon, MessageSquareTextIcon, MessageSquareWarningIcon, MessageSquareXIcon, MessagesSquareIcon, MetronomeIcon, MicIcon, MicOffIcon, MicVocalIcon, MicrochipIcon, MicroscopeIcon, MicrowaveIcon, MilestoneIcon, MilkIcon, MilkOffIcon, Minimize2Icon, MinimizeIcon, MinusIcon, MirrorRectangularIcon, MirrorRoundIcon, MonitorCheckIcon, MonitorCloudIcon, MonitorCogIcon, MonitorDotIcon, MonitorDownIcon, MonitorIcon, MonitorOffIcon, MonitorPauseIcon, MonitorPlayIcon, MonitorSmartphoneIcon, MonitorSpeakerIcon, MonitorStopIcon, MonitorUpIcon, MonitorXIcon, MoonIcon, MoonStarIcon, MotorbikeIcon, MountainIcon, MountainSnowIcon, MouseIcon, MouseLeftIcon, MouseOffIcon, MousePointer2Icon, MousePointer2OffIcon, MousePointerBanIcon, MousePointerClickIcon, MousePointerIcon, MouseRightIcon, Move3dIcon, MoveDiagonal2Icon, MoveDiagonalIcon, MoveDownIcon, MoveDownLeftIcon, MoveDownRightIcon, MoveHorizontalIcon, MoveIcon, MoveLeftIcon, MoveRightIcon, MoveUpIcon, MoveUpLeftIcon, MoveUpRightIcon, MoveVerticalIcon, Music2Icon, Music3Icon, Music4Icon, MusicIcon, Navigation2Icon, Navigation2OffIcon, NavigationIcon, NavigationOffIcon, NetworkIcon, NewspaperIcon, NfcIcon, NonBinaryIcon, NotebookIcon, NotebookPenIcon, NotebookTabsIcon, NotebookTextIcon, NotepadTextDashedIcon, NotepadTextIcon, NutIcon, NutOffIcon, OctagonAlertIcon, OctagonIcon, OctagonMinusIcon, OctagonPauseIcon, OctagonXIcon, OmegaIcon, OptionIcon, OrbitIcon, OrigamiIcon, Package2Icon, PackageCheckIcon, PackageIcon, PackageMinusIcon, PackageOpenIcon, PackagePlusIcon, PackageSearchIcon, PackageXIcon, PaintBucketIcon, PaintRollerIcon, PaintbrushIcon, PaintbrushVerticalIcon, PaletteIcon, PandaIcon, PanelBottomCloseIcon, PanelBottomDashedIcon, PanelBottomIcon, PanelBottomOpenIcon, PanelLeftCloseIcon, PanelLeftDashedIcon, PanelLeftIcon, PanelLeftOpenIcon, PanelLeftRightDashedIcon, PanelRightCloseIcon, PanelRightDashedIcon, PanelRightIcon, PanelRightOpenIcon, PanelTopBottomDashedIcon, PanelTopCloseIcon, PanelTopDashedIcon, PanelTopIcon, PanelTopOpenIcon, PanelsLeftBottomIcon, PanelsRightBottomIcon, PanelsTopLeftIcon, PaperclipIcon, ParasolIcon, ParenthesesIcon, ParkingMeterIcon, PartyPopperIcon, PauseIcon, PawPrintIcon, PcCaseIcon, PenIcon, PenLineIcon, PenOffIcon, PenToolIcon, PencilIcon, PencilLineIcon, PencilOffIcon, PencilRulerIcon, PencilSparklesIcon, PentagonIcon, PercentIcon, PersonStandingIcon, PhiIcon, PhilippinePesoIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PiIcon, PianoIcon, PickaxeIcon, PictureInPicture2Icon, PictureInPictureIcon, PiggyBankIcon, PilcrowIcon, PilcrowLeftIcon, PilcrowRightIcon, PillBottleIcon, PillIcon, PinIcon, PinOffIcon, PipetteIcon, PizzaIcon, PlaneIcon, PlaneLandingIcon, PlaneTakeoffIcon, PlayIcon, PlayOffIcon, Plug2Icon, PlugIcon, PlugZapIcon, PlusIcon, PocketKnifeIcon, PodcastIcon, PodiumIcon, PointerIcon, PointerOffIcon, PopcornIcon, PopsicleIcon, PoundSterlingIcon, PowerIcon, PowerOffIcon, PresentationIcon, PrinterCheckIcon, PrinterIcon, PrinterXIcon, ProjectorIcon, ProportionsIcon, PuzzleIcon, PyramidIcon, QrCodeIcon, QuoteIcon, RabbitIcon, RadarIcon, RadiationIcon, RadicalIcon, RadioIcon, RadioOffIcon, RadioReceiverIcon, RadioTowerIcon, RadiusIcon, RainbowIcon, RatIcon, RatioIcon, ReceiptCentIcon, ReceiptEuroIcon, ReceiptIcon, ReceiptIndianRupeeIcon, ReceiptJapaneseYenIcon, ReceiptPoundSterlingIcon, ReceiptRussianRubleIcon, ReceiptSwissFrancIcon, ReceiptTextIcon, ReceiptTurkishLiraIcon, RectangleCircleIcon, RectangleEllipsisIcon, RectangleGogglesIcon, RectangleHorizontalIcon, RectangleVerticalIcon, RecycleIcon, Redo2Icon, RedoDotIcon, RedoIcon, RefreshCcwDotIcon, RefreshCcwIcon, RefreshCwIcon, RefreshCwOffIcon, RefrigeratorIcon, RegexIcon, RemoveFormattingIcon, Repeat1Icon, Repeat2Icon, RepeatIcon, RepeatOffIcon, ReplaceAllIcon, ReplaceIcon, ReplyAllIcon, ReplyIcon, RewindIcon, RibbonIcon, RoadIcon, RocketIcon, RockingChairIcon, RollerCoasterIcon, RoseIcon, Rotate3dIcon, RotateCcwIcon, RotateCcwKeyIcon, RotateCcwSquareIcon, RotateCwIcon, RotateCwSquareIcon, RouteIcon, RouteOffIcon, RouterIcon, Rows2Icon, Rows3Icon, Rows4Icon, RssIcon, RulerDimensionLineIcon, RulerIcon, RussianRubleIcon, SailboatIcon, SaladIcon, SandwichIcon, SatelliteDishIcon, SatelliteIcon, SaudiRiyalIcon, SaveAllIcon, SaveCheckIcon, SaveIcon, SaveOffIcon, SavePenIcon, SavePlusIcon, Scale3dIcon, ScaleIcon, ScalingIcon, ScanBarcodeIcon, ScanEyeIcon, ScanFaceIcon, ScanHeartIcon, ScanIcon, ScanLineIcon, ScanQrCodeIcon, ScanSearchIcon, ScanTextIcon, SchoolIcon, ScissorsIcon, ScissorsLineDashedIcon, ScooterIcon, ScreenShareIcon, ScreenShareOffIcon, ScrollIcon, ScrollTextIcon, SearchAlertIcon, SearchCheckIcon, SearchCodeIcon, SearchIcon, SearchSlashIcon, SearchXIcon, SectionIcon, SendHorizontalIcon, SendIcon, SendToBackIcon, SeparatorHorizontalIcon, SeparatorVerticalIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, ServerOffIcon, Settings2Icon, SettingsIcon, ShapesIcon, Share2Icon, ShareIcon, SheetIcon, ShellIcon, ShelvingUnitIcon, ShieldAlertIcon, ShieldBanIcon, ShieldCheckIcon, ShieldCogCornerIcon, ShieldCogIcon, ShieldEllipsisIcon, ShieldHalfIcon, ShieldIcon, ShieldMinusIcon, ShieldOffIcon, ShieldPlusIcon, ShieldQuestionMarkIcon, ShieldUserIcon, ShieldXIcon, ShipIcon, ShipWheelIcon, ShirtIcon, ShoppingBagIcon, ShoppingBasketIcon, ShoppingCartIcon, ShovelIcon, ShowerHeadIcon, ShredderIcon, ShrimpIcon, ShrinkIcon, ShrubIcon, ShuffleIcon, SigmaIcon, SignalHighIcon, SignalIcon, SignalLowIcon, SignalMediumIcon, SignalZeroIcon, SignatureIcon, SignpostBigIcon, SignpostIcon, SirenIcon, SkipBackIcon, SkipForwardIcon, SkullIcon, SlashIcon, SliceIcon, SlidersHorizontalIcon, SlidersVerticalIcon, SmartphoneChargingIcon, SmartphoneIcon, SmartphoneNfcIcon, SmileIcon, SmilePlusIcon, SnailIcon, SnowflakeIcon, SoapDispenserDropletIcon, SofaIcon, SolarPanelIcon, SoupIcon, SpaceIcon, SpadeIcon, SparkleIcon, SparklesIcon, SpeakerIcon, SpeechIcon, SpellCheck2Icon, SpellCheckIcon, SplineIcon, SplinePointerIcon, SplitIcon, SpoolIcon, SportShoeIcon, SpotlightIcon, SprayCanIcon, SproutIcon, SquareActivityIcon, SquareArrowDownIcon, SquareArrowDownLeftIcon, SquareArrowDownRightIcon, SquareArrowLeftIcon, SquareArrowOutDownLeftIcon, SquareArrowOutDownRightIcon, SquareArrowOutUpLeftIcon, SquareArrowOutUpRightIcon, SquareArrowRightEnterIcon, SquareArrowRightExitIcon, SquareArrowRightIcon, SquareArrowUpIcon, SquareArrowUpLeftIcon, SquareArrowUpRightIcon, SquareAsteriskIcon, SquareBottomDashedScissorsIcon, SquareCenterlineDashedHorizontalIcon, SquareCenterlineDashedVerticalIcon, SquareChartGanttIcon, SquareCheckBigIcon, SquareCheckIcon, SquareChevronDownIcon, SquareChevronLeftIcon, SquareChevronRightIcon, SquareChevronUpIcon, SquareCodeIcon, SquareDashedBottomCodeIcon, SquareDashedBottomIcon, SquareDashedIcon, SquareDashedKanbanIcon, SquareDashedMousePointerIcon, SquareDashedTextIcon, SquareDashedTopSolidIcon, SquareDivideIcon, SquareDotIcon, SquareEqualIcon, SquareFunctionIcon, SquareIcon, SquareKanbanIcon, SquareLibraryIcon, SquareMIcon, SquareMenuIcon, SquareMinusIcon, SquareMousePointerIcon, SquareParkingIcon, SquareParkingOffIcon, SquarePauseIcon, SquarePenIcon, SquarePercentIcon, SquarePiIcon, SquarePilcrowIcon, SquarePlayIcon, SquarePlusIcon, SquarePowerIcon, SquareRadicalIcon, SquareRoundCornerIcon, SquareScissorsIcon, SquareSigmaIcon, SquareSlashIcon, SquareSplitHorizontalIcon, SquareSplitVerticalIcon, SquareSquareIcon, SquareStackIcon, SquareStarIcon, SquareStopIcon, SquareTerminalIcon, SquareUserIcon, SquareUserRoundIcon, SquareXIcon, SquaresExcludeIcon, SquaresIntersectIcon, SquaresSubtractIcon, SquaresUniteIcon, SquircleDashedIcon, SquircleIcon, SquirrelIcon, StampIcon, StarCheckIcon, StarHalfIcon, StarIcon, StarMinusIcon, StarOffIcon, StarPlusIcon, StarXIcon, StepBackIcon, StepForwardIcon, StethoscopeIcon, StickerIcon, StickyNoteCheckIcon, StickyNoteIcon, StickyNoteMinusIcon, StickyNoteOffIcon, StickyNotePlusIcon, StickyNoteXIcon, StickyNotesIcon, StoneIcon, StoreIcon, StretchHorizontalIcon, StretchVerticalIcon, StrikethroughIcon, SubscriptIcon, SummaryIcon, SunDimIcon, SunIcon, SunMediumIcon, SunMoonIcon, SunSnowIcon, SunriseIcon, SunsetIcon, SuperscriptIcon, SwatchBookIcon, SwissFrancIcon, SwitchCameraIcon, SwordIcon, SwordsIcon, SyringeIcon, Table2Icon, TableCellsMergeIcon, TableCellsSplitIcon, TableColumnsSplitIcon, TableIcon, TableOfContentsIcon, TablePropertiesIcon, TableRowsSplitIcon, TabletIcon, TabletSmartphoneIcon, TabletsIcon, TagIcon, TagPlusIcon, TagXIcon, TagsIcon, Tally1Icon, Tally2Icon, Tally3Icon, Tally4Icon, Tally5Icon, TangentIcon, TargetIcon, TelescopeIcon, TentIcon, TentTreeIcon, TerminalIcon, TestTubeDiagonalIcon, TestTubeIcon, TestTubesIcon, TextAlignCenterIcon, TextAlignEndIcon, TextAlignJustifyIcon, TextAlignStartIcon, TextCursorIcon, TextCursorInputIcon, TextInitialIcon, TextQuoteIcon, TextSearchIcon, TextWrapIcon, TheaterIcon, ThermometerIcon, ThermometerSnowflakeIcon, ThermometerSunIcon, ThumbsDownIcon, ThumbsUpIcon, TicketCheckIcon, TicketIcon, TicketMinusIcon, TicketPercentIcon, TicketPlusIcon, TicketSlashIcon, TicketXIcon, TicketsIcon, TicketsPlaneIcon, TimelineIcon, TimerIcon, TimerOffIcon, TimerResetIcon, ToggleLeftIcon, ToggleRightIcon, ToiletIcon, ToolCaseIcon, ToolboxIcon, TornadoIcon, TorusIcon, TouchpadIcon, TouchpadOffIcon, TowelRackIcon, TowerControlIcon, ToyBrickIcon, TractorIcon, TrafficConeIcon, TrainFrontIcon, TrainFrontTunnelIcon, TrainTrackIcon, TramFrontIcon, TransgenderIcon, Trash2Icon, TrashIcon, TreeDeciduousIcon, TreePalmIcon, TreePineIcon, TreesIcon, TrendingDownIcon, TrendingUpDownIcon, TrendingUpIcon, TriangleAlertIcon, TriangleDashedIcon, TriangleIcon, TriangleRightIcon, TrophyIcon, TruckElectricIcon, TruckIcon, TurkishLiraIcon, TurntableIcon, TurtleIcon, TvIcon, TvMinimalIcon, TvMinimalPlayIcon, TypeIcon, TypeOutlineIcon, UmbrellaIcon, UmbrellaOffIcon, UnderlineIcon, Undo2Icon, UndoDotIcon, UndoIcon, UnfoldHorizontalIcon, UnfoldVerticalIcon, UngroupIcon, UniversityIcon, Unlink2Icon, UnlinkIcon, UnplugIcon, UploadIcon, UsbIcon, UserCheckIcon, UserCogIcon, UserIcon, UserKeyIcon, UserLockIcon, UserMinusIcon, UserPenIcon, UserPlusIcon, UserRoundArrowLeftIcon, UserRoundCheckIcon, UserRoundCogIcon, UserRoundIcon, UserRoundKeyIcon, UserRoundMinusIcon, UserRoundPenIcon, UserRoundPlusIcon, UserRoundSearchIcon, UserRoundXIcon, UserSearchIcon, UserStarIcon, UserXIcon, UsersIcon, UsersRoundIcon, UtensilsCrossedIcon, UtensilsIcon, UtilityPoleIcon, VanIcon, VariableIcon, VaultIcon, VectorSquareIcon, VeganIcon, VenetianMaskIcon, VenusAndMarsIcon, VenusIcon, VibrateIcon, VibrateOffIcon, VideoIcon, VideoOffIcon, VideotapeIcon, ViewIcon, VoicemailIcon, VolleyballIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeOffIcon, VolumeXIcon, VoteIcon, WalletCardsIcon, WalletIcon, WalletMinimalIcon, WallpaperIcon, WandIcon, WandSparklesIcon, WarehouseIcon, WashingMachineIcon, WatchIcon, WavesArrowDownIcon, WavesArrowUpIcon, WavesHorizontalIcon, WavesLadderIcon, WavesVerticalIcon, WaypointsIcon, WebcamIcon, WebcamOffIcon, WebhookIcon, WebhookOffIcon, WeightIcon, WeightTildeIcon, WheatIcon, WheatOffIcon, WholeWordIcon, WifiCogIcon, WifiHighIcon, WifiIcon, WifiLowIcon, WifiOffIcon, WifiPenIcon, WifiSyncIcon, WifiZeroIcon, WindArrowDownIcon, WindIcon, WineIcon, WineOffIcon, WorkflowIcon, WormIcon, WrenchIcon, WrenchOffIcon, XIcon, XLineTopIcon, ZapIcon, ZapOffIcon, ZodiacAquariusIcon, ZodiacAriesIcon, ZodiacCancerIcon, ZodiacCapricornIcon, ZodiacGeminiIcon, ZodiacLeoIcon, ZodiacLibraIcon, ZodiacOphiuchusIcon, ZodiacPiscesIcon, ZodiacSagittariusIcon, ZodiacScorpioIcon, ZodiacTaurusIcon, ZodiacVirgoIcon, ZoomInIcon, ZoomOutIcon };