@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,1758 @@
1
+ import * as preact from 'preact';
2
+ import { I as IconProps } from '../../types-DQL76FNw.js';
3
+
4
+ declare function AccessibilityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
5
+
6
+ declare function ActivityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
7
+
8
+ declare function AirVentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
9
+
10
+ declare function AirplayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
11
+
12
+ declare function AlarmCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
13
+
14
+ declare function AlarmClockOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
15
+
16
+ declare function AlarmClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
17
+
18
+ declare function AlarmMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
19
+
20
+ declare function AlarmPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
21
+
22
+ declare function AlbumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
23
+
24
+ declare function AlertCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
25
+
26
+ declare function AlertOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
27
+
28
+ declare function AlertTriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
29
+
30
+ declare function AlignCenterHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
31
+
32
+ declare function AlignCenterVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
33
+
34
+ declare function AlignCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
35
+
36
+ declare function AlignEndHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
37
+
38
+ declare function AlignEndVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
39
+
40
+ declare function AlignHorizontalDistributeCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
41
+
42
+ declare function AlignHorizontalDistributeEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
43
+
44
+ declare function AlignHorizontalDistributeStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
45
+
46
+ declare function AlignHorizontalJustifyCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
47
+
48
+ declare function AlignHorizontalJustifyEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
49
+
50
+ declare function AlignHorizontalJustifyStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
51
+
52
+ declare function AlignHorizontalSpaceAroundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
53
+
54
+ declare function AlignHorizontalSpaceBetweenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
55
+
56
+ declare function AlignJustifyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
57
+
58
+ declare function AlignLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
59
+
60
+ declare function AlignRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
61
+
62
+ declare function AlignStartHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
63
+
64
+ declare function AlignStartVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
65
+
66
+ declare function AlignVerticalDistributeCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
67
+
68
+ declare function AlignVerticalDistributeEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
69
+
70
+ declare function AlignVerticalDistributeStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
71
+
72
+ declare function AlignVerticalJustifyCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
73
+
74
+ declare function AlignVerticalJustifyEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
75
+
76
+ declare function AlignVerticalJustifyStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
77
+
78
+ declare function AlignVerticalSpaceAroundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
79
+
80
+ declare function AlignVerticalSpaceBetweenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
81
+
82
+ declare function AnchorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
83
+
84
+ declare function AngryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
85
+
86
+ declare function AnnoyedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
87
+
88
+ declare function ApertureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
89
+
90
+ declare function AppleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
91
+
92
+ declare function ArchiveRestoreIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
93
+
94
+ declare function ArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
95
+
96
+ declare function ArmchairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
97
+
98
+ declare function ArrowBigDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
99
+
100
+ declare function ArrowBigLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
101
+
102
+ declare function ArrowBigRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
103
+
104
+ declare function ArrowBigUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
105
+
106
+ declare function ArrowDownCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
107
+
108
+ declare function ArrowDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
109
+
110
+ declare function ArrowDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
111
+
112
+ declare function ArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
113
+
114
+ declare function ArrowLeftCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
115
+
116
+ declare function ArrowLeftRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
117
+
118
+ declare function ArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
119
+
120
+ declare function ArrowRightCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
121
+
122
+ declare function ArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
123
+
124
+ declare function ArrowUpCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
125
+
126
+ declare function ArrowUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
127
+
128
+ declare function ArrowUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
129
+
130
+ declare function ArrowUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
131
+
132
+ declare function ArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
133
+
134
+ declare function AsteriskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
135
+
136
+ declare function AtSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
137
+
138
+ declare function AwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
139
+
140
+ declare function AxeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
141
+
142
+ declare function Axis3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
143
+
144
+ declare function BabyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
145
+
146
+ declare function BackpackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
147
+
148
+ declare function BaggageClaimIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
149
+
150
+ declare function BananaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
151
+
152
+ declare function BanknoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
153
+
154
+ declare function BarChart2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
155
+
156
+ declare function BarChart3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
157
+
158
+ declare function BarChart4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
159
+
160
+ declare function BarChartHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
161
+
162
+ declare function BarChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
163
+
164
+ declare function BaselineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
165
+
166
+ declare function BathIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
167
+
168
+ declare function BatteryChargingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
169
+
170
+ declare function BatteryFullIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
171
+
172
+ declare function BatteryLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
173
+
174
+ declare function BatteryMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
175
+
176
+ declare function BatteryWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
177
+
178
+ declare function BatteryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
179
+
180
+ declare function BeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
181
+
182
+ declare function BeanOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
183
+
184
+ declare function BeanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
185
+
186
+ declare function BedDoubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
187
+
188
+ declare function BedSingleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
189
+
190
+ declare function BedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
191
+
192
+ declare function BeefIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
193
+
194
+ declare function BeerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
195
+
196
+ declare function BellMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
197
+
198
+ declare function BellOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
199
+
200
+ declare function BellPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
201
+
202
+ declare function BellRingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
203
+
204
+ declare function BellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
205
+
206
+ declare function BikeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
207
+
208
+ declare function BinaryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
209
+
210
+ declare function BitcoinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
211
+
212
+ declare function BluetoothConnectedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
213
+
214
+ declare function BluetoothOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
215
+
216
+ declare function BluetoothSearchingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
217
+
218
+ declare function BluetoothIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
219
+
220
+ declare function BoldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
221
+
222
+ declare function BombIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
223
+
224
+ declare function BoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
225
+
226
+ declare function BookOpenCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
227
+
228
+ declare function BookOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
229
+
230
+ declare function BookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
231
+
232
+ declare function BookmarkMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
233
+
234
+ declare function BookmarkPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
235
+
236
+ declare function BookmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
237
+
238
+ declare function BotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
239
+
240
+ declare function BoxSelectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
241
+
242
+ declare function BoxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
243
+
244
+ declare function BoxesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
245
+
246
+ declare function BriefcaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
247
+
248
+ declare function BrushIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
249
+
250
+ declare function BugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
251
+
252
+ declare function Building2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
253
+
254
+ declare function BuildingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
255
+
256
+ declare function BusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
257
+
258
+ declare function CakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
259
+
260
+ declare function CalculatorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
261
+
262
+ declare function CalendarCheck2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
263
+
264
+ declare function CalendarCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
265
+
266
+ declare function CalendarClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
267
+
268
+ declare function CalendarDaysIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
269
+
270
+ declare function CalendarHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
271
+
272
+ declare function CalendarMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
273
+
274
+ declare function CalendarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
275
+
276
+ declare function CalendarPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
277
+
278
+ declare function CalendarRangeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
279
+
280
+ declare function CalendarSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
281
+
282
+ declare function CalendarX2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
283
+
284
+ declare function CalendarXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
285
+
286
+ declare function CalendarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
287
+
288
+ declare function CameraOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
289
+
290
+ declare function CameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
291
+
292
+ declare function CandyOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
293
+
294
+ declare function CandyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
295
+
296
+ declare function CarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
297
+
298
+ declare function CarrotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
299
+
300
+ declare function CastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
301
+
302
+ declare function CatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
303
+
304
+ declare function CheckCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
305
+
306
+ declare function CheckCircle2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
307
+
308
+ declare function CheckCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
309
+
310
+ declare function CheckSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
311
+
312
+ declare function CheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
313
+
314
+ declare function ChefHatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
315
+
316
+ declare function CherryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
317
+
318
+ declare function ChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
319
+
320
+ declare function ChevronFirstIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
321
+
322
+ declare function ChevronLastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
323
+
324
+ declare function ChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
325
+
326
+ declare function ChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
327
+
328
+ declare function ChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
329
+
330
+ declare function ChevronsDownUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
331
+
332
+ declare function ChevronsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
333
+
334
+ declare function ChevronsLeftRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
335
+
336
+ declare function ChevronsLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
337
+
338
+ declare function ChevronsRightLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
339
+
340
+ declare function ChevronsRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
341
+
342
+ declare function ChevronsUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
343
+
344
+ declare function ChevronsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
345
+
346
+ declare function ChromeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
347
+
348
+ declare function CigaretteOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
349
+
350
+ declare function CigaretteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
351
+
352
+ declare function CircleDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
353
+
354
+ declare function CircleEllipsisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
355
+
356
+ declare function CircleSlashedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
357
+
358
+ declare function CircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
359
+
360
+ declare function CitrusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
361
+
362
+ declare function ClapperboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
363
+
364
+ declare function ClipboardCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
365
+
366
+ declare function ClipboardCopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
367
+
368
+ declare function ClipboardEditIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
369
+
370
+ declare function ClipboardListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
371
+
372
+ declare function ClipboardSignatureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
373
+
374
+ declare function ClipboardTypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
375
+
376
+ declare function ClipboardXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
377
+
378
+ declare function ClipboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
379
+
380
+ declare function Clock1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
381
+
382
+ declare function Clock10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
383
+
384
+ declare function Clock11Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
385
+
386
+ declare function Clock12Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
387
+
388
+ declare function Clock2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
389
+
390
+ declare function Clock3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
391
+
392
+ declare function Clock4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
393
+
394
+ declare function Clock5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
395
+
396
+ declare function Clock6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
397
+
398
+ declare function Clock7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
399
+
400
+ declare function Clock8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
401
+
402
+ declare function Clock9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
403
+
404
+ declare function ClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
405
+
406
+ declare function CloudCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
407
+
408
+ declare function CloudDrizzleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
409
+
410
+ declare function CloudFogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
411
+
412
+ declare function CloudHailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
413
+
414
+ declare function CloudLightningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
415
+
416
+ declare function CloudMoonRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
417
+
418
+ declare function CloudMoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
419
+
420
+ declare function CloudOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
421
+
422
+ declare function CloudRainWindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
423
+
424
+ declare function CloudRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
425
+
426
+ declare function CloudSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
427
+
428
+ declare function CloudSunRainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
429
+
430
+ declare function CloudSunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
431
+
432
+ declare function CloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
433
+
434
+ declare function CloudyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
435
+
436
+ declare function CloverIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
437
+
438
+ declare function Code2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
439
+
440
+ declare function CodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
441
+
442
+ declare function CodepenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
443
+
444
+ declare function CodesandboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
445
+
446
+ declare function CoffeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
447
+
448
+ declare function CogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
449
+
450
+ declare function CoinsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
451
+
452
+ declare function ColumnsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
453
+
454
+ declare function CommandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
455
+
456
+ declare function CompassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
457
+
458
+ declare function ComponentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
459
+
460
+ declare function ConciergeBellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
461
+
462
+ declare function ContactIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
463
+
464
+ declare function ContrastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
465
+
466
+ declare function CookieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
467
+
468
+ declare function CopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
469
+
470
+ declare function CopyleftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
471
+
472
+ declare function CopyrightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
473
+
474
+ declare function CornerDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
475
+
476
+ declare function CornerDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
477
+
478
+ declare function CornerLeftDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
479
+
480
+ declare function CornerLeftUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
481
+
482
+ declare function CornerRightDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
483
+
484
+ declare function CornerRightUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
485
+
486
+ declare function CornerUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
487
+
488
+ declare function CornerUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
489
+
490
+ declare function CpuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
491
+
492
+ declare function CreditCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
493
+
494
+ declare function CroissantIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
495
+
496
+ declare function CropIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
497
+
498
+ declare function CrossIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
499
+
500
+ declare function CrosshairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
501
+
502
+ declare function CrownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
503
+
504
+ declare function CupSodaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
505
+
506
+ declare function CurlyBracesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
507
+
508
+ declare function CurrencyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
509
+
510
+ declare function DatabaseBackupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
511
+
512
+ declare function DatabaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
513
+
514
+ declare function DeleteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
515
+
516
+ declare function DiamondIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
517
+
518
+ declare function Dice1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
519
+
520
+ declare function Dice2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
521
+
522
+ declare function Dice3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
523
+
524
+ declare function Dice4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
525
+
526
+ declare function Dice5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
527
+
528
+ declare function Dice6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
529
+
530
+ declare function DicesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
531
+
532
+ declare function DiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
533
+
534
+ declare function DiscIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
535
+
536
+ declare function DivideCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
537
+
538
+ declare function DivideSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
539
+
540
+ declare function DivideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
541
+
542
+ declare function DnaOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
543
+
544
+ declare function DnaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
545
+
546
+ declare function DogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
547
+
548
+ declare function DollarSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
549
+
550
+ declare function DownloadCloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
551
+
552
+ declare function DownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
553
+
554
+ declare function DribbbleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
555
+
556
+ declare function DropletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
557
+
558
+ declare function DropletsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
559
+
560
+ declare function DrumstickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
561
+
562
+ declare function DumbbellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
563
+
564
+ declare function EarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
565
+
566
+ declare function EarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
567
+
568
+ declare function Edit2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
569
+
570
+ declare function Edit3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
571
+
572
+ declare function EditIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
573
+
574
+ declare function EggFriedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
575
+
576
+ declare function EggOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
577
+
578
+ declare function EggIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
579
+
580
+ declare function EqualNotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
581
+
582
+ declare function EqualIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
583
+
584
+ declare function EraserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
585
+
586
+ declare function EuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
587
+
588
+ declare function ExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
589
+
590
+ declare function ExternalLinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
591
+
592
+ declare function EyeOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
593
+
594
+ declare function EyeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
595
+
596
+ declare function FacebookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
597
+
598
+ declare function FactoryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
599
+
600
+ declare function FanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
601
+
602
+ declare function FastForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
603
+
604
+ declare function FeatherIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
605
+
606
+ declare function FigmaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
607
+
608
+ declare function FileArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
609
+
610
+ declare function FileAudio2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
611
+
612
+ declare function FileAudioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
613
+
614
+ declare function FileAxis3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
615
+
616
+ declare function FileBadge2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
617
+
618
+ declare function FileBadgeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
619
+
620
+ declare function FileBarChart2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
621
+
622
+ declare function FileBarChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
623
+
624
+ declare function FileBoxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
625
+
626
+ declare function FileCheck2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
627
+
628
+ declare function FileCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
629
+
630
+ declare function FileClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
631
+
632
+ declare function FileCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
633
+
634
+ declare function FileCog2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
635
+
636
+ declare function FileCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
637
+
638
+ declare function FileDiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
639
+
640
+ declare function FileDigitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
641
+
642
+ declare function FileDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
643
+
644
+ declare function FileEditIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
645
+
646
+ declare function FileHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
647
+
648
+ declare function FileImageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
649
+
650
+ declare function FileInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
651
+
652
+ declare function FileJson2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
653
+
654
+ declare function FileJsonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
655
+
656
+ declare function FileKey2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
657
+
658
+ declare function FileKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
659
+
660
+ declare function FileLineChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
661
+
662
+ declare function FileLock2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
663
+
664
+ declare function FileLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
665
+
666
+ declare function FileMinus2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
667
+
668
+ declare function FileMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
669
+
670
+ declare function FileOutputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
671
+
672
+ declare function FilePieChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
673
+
674
+ declare function FilePlus2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
675
+
676
+ declare function FilePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
677
+
678
+ declare function FileQuestionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
679
+
680
+ declare function FileScanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
681
+
682
+ declare function FileSearch2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
683
+
684
+ declare function FileSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
685
+
686
+ declare function FileSignatureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
687
+
688
+ declare function FileSpreadsheetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
689
+
690
+ declare function FileSymlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
691
+
692
+ declare function FileTerminalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
693
+
694
+ declare function FileTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
695
+
696
+ declare function FileType2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
697
+
698
+ declare function FileTypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
699
+
700
+ declare function FileUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
701
+
702
+ declare function FileVideo2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
703
+
704
+ declare function FileVideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
705
+
706
+ declare function FileVolume2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
707
+
708
+ declare function FileVolumeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
709
+
710
+ declare function FileWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
711
+
712
+ declare function FileX2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
713
+
714
+ declare function FileXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
715
+
716
+ declare function FileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
717
+
718
+ declare function FilesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
719
+
720
+ declare function FilmIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
721
+
722
+ declare function FilterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
723
+
724
+ declare function FingerprintIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
725
+
726
+ declare function FishIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
727
+
728
+ declare function FlagOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
729
+
730
+ declare function FlagTriangleLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
731
+
732
+ declare function FlagTriangleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
733
+
734
+ declare function FlagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
735
+
736
+ declare function FlameIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
737
+
738
+ declare function FlashlightOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
739
+
740
+ declare function FlashlightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
741
+
742
+ declare function FlaskConicalOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
743
+
744
+ declare function FlaskConicalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
745
+
746
+ declare function FlaskRoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
747
+
748
+ declare function FlipHorizontal2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
749
+
750
+ declare function FlipHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
751
+
752
+ declare function FlipVertical2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
753
+
754
+ declare function FlipVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
755
+
756
+ declare function Flower2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
757
+
758
+ declare function FlowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
759
+
760
+ declare function FocusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
761
+
762
+ declare function FolderArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
763
+
764
+ declare function FolderCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
765
+
766
+ declare function FolderClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
767
+
768
+ declare function FolderClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
769
+
770
+ declare function FolderCog2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
771
+
772
+ declare function FolderCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
773
+
774
+ declare function FolderDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
775
+
776
+ declare function FolderEditIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
777
+
778
+ declare function FolderHeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
779
+
780
+ declare function FolderInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
781
+
782
+ declare function FolderKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
783
+
784
+ declare function FolderLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
785
+
786
+ declare function FolderMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
787
+
788
+ declare function FolderOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
789
+
790
+ declare function FolderOutputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
791
+
792
+ declare function FolderPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
793
+
794
+ declare function FolderSearch2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
795
+
796
+ declare function FolderSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
797
+
798
+ declare function FolderSymlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
799
+
800
+ declare function FolderTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
801
+
802
+ declare function FolderUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
803
+
804
+ declare function FolderXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
805
+
806
+ declare function FolderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
807
+
808
+ declare function FoldersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
809
+
810
+ declare function FormInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
811
+
812
+ declare function ForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
813
+
814
+ declare function FrameIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
815
+
816
+ declare function FramerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
817
+
818
+ declare function FrownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
819
+
820
+ declare function FuelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
821
+
822
+ declare function FunctionSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
823
+
824
+ declare function Gamepad2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
825
+
826
+ declare function GamepadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
827
+
828
+ declare function GaugeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
829
+
830
+ declare function GavelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
831
+
832
+ declare function GemIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
833
+
834
+ declare function GhostIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
835
+
836
+ declare function GiftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
837
+
838
+ declare function GitBranchPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
839
+
840
+ declare function GitBranchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
841
+
842
+ declare function GitCommitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
843
+
844
+ declare function GitCompareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
845
+
846
+ declare function GitForkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
847
+
848
+ declare function GitMergeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
849
+
850
+ declare function GitPullRequestClosedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
851
+
852
+ declare function GitPullRequestDraftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
853
+
854
+ declare function GitPullRequestIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
855
+
856
+ declare function GithubIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
857
+
858
+ declare function GitlabIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
859
+
860
+ declare function GlassWaterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
861
+
862
+ declare function GlassesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
863
+
864
+ declare function Globe2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
865
+
866
+ declare function GlobeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
867
+
868
+ declare function GrabIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
869
+
870
+ declare function GraduationCapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
871
+
872
+ declare function GrapeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
873
+
874
+ declare function GridIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
875
+
876
+ declare function GripHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
877
+
878
+ declare function GripVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
879
+
880
+ declare function HammerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
881
+
882
+ declare function HandMetalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
883
+
884
+ declare function HandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
885
+
886
+ declare function HardDriveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
887
+
888
+ declare function HardHatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
889
+
890
+ declare function HashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
891
+
892
+ declare function HazeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
893
+
894
+ declare function Heading1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
895
+
896
+ declare function Heading2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
897
+
898
+ declare function Heading3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
899
+
900
+ declare function Heading4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
901
+
902
+ declare function Heading5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
903
+
904
+ declare function Heading6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
905
+
906
+ declare function HeadingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
907
+
908
+ declare function HeadphonesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
909
+
910
+ declare function HeartCrackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
911
+
912
+ declare function HeartHandshakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
913
+
914
+ declare function HeartOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
915
+
916
+ declare function HeartPulseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
917
+
918
+ declare function HeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
919
+
920
+ declare function HelpCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
921
+
922
+ declare function HexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
923
+
924
+ declare function HighlighterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
925
+
926
+ declare function HistoryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
927
+
928
+ declare function HomeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
929
+
930
+ declare function HopOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
931
+
932
+ declare function HopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
933
+
934
+ declare function HourglassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
935
+
936
+ declare function IceCream2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
937
+
938
+ declare function IceCreamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
939
+
940
+ declare function ImageMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
941
+
942
+ declare function ImageOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
943
+
944
+ declare function ImagePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
945
+
946
+ declare function ImageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
947
+
948
+ declare function ImportIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
949
+
950
+ declare function InboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
951
+
952
+ declare function IndentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
953
+
954
+ declare function IndianRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
955
+
956
+ declare function InfinityIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
957
+
958
+ declare function InfoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
959
+
960
+ declare function InspectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
961
+
962
+ declare function InstagramIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
963
+
964
+ declare function ItalicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
965
+
966
+ declare function JapaneseYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
967
+
968
+ declare function JoystickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
969
+
970
+ declare function KeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
971
+
972
+ declare function KeyboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
973
+
974
+ declare function LampCeilingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
975
+
976
+ declare function LampDeskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
977
+
978
+ declare function LampFloorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
979
+
980
+ declare function LampWallDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
981
+
982
+ declare function LampWallUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
983
+
984
+ declare function LampIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
985
+
986
+ declare function LandmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
987
+
988
+ declare function LanguagesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
989
+
990
+ declare function Laptop2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
991
+
992
+ declare function LaptopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
993
+
994
+ declare function LassoSelectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
995
+
996
+ declare function LassoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
997
+
998
+ declare function LaughIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
999
+
1000
+ declare function LayersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1001
+
1002
+ declare function LayoutDashboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1003
+
1004
+ declare function LayoutGridIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1005
+
1006
+ declare function LayoutListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1007
+
1008
+ declare function LayoutTemplateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1009
+
1010
+ declare function LayoutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1011
+
1012
+ declare function LeafIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1013
+
1014
+ declare function LibraryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1015
+
1016
+ declare function LifeBuoyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1017
+
1018
+ declare function LightbulbOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1019
+
1020
+ declare function LightbulbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1021
+
1022
+ declare function LineChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1023
+
1024
+ declare function Link2OffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1025
+
1026
+ declare function Link2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1027
+
1028
+ declare function LinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1029
+
1030
+ declare function LinkedinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1031
+
1032
+ declare function ListChecksIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1033
+
1034
+ declare function ListEndIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1035
+
1036
+ declare function ListMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1037
+
1038
+ declare function ListMusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1039
+
1040
+ declare function ListOrderedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1041
+
1042
+ declare function ListPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1043
+
1044
+ declare function ListStartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1045
+
1046
+ declare function ListVideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1047
+
1048
+ declare function ListXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1049
+
1050
+ declare function ListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1051
+
1052
+ declare function Loader2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1053
+
1054
+ declare function LoaderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1055
+
1056
+ declare function LocateFixedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1057
+
1058
+ declare function LocateOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1059
+
1060
+ declare function LocateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1061
+
1062
+ declare function LockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1063
+
1064
+ declare function LogInIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1065
+
1066
+ declare function LogOutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1067
+
1068
+ declare function LuggageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1069
+
1070
+ declare function MagnetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1071
+
1072
+ declare function MailCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1073
+
1074
+ declare function MailMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1075
+
1076
+ declare function MailOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1077
+
1078
+ declare function MailPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1079
+
1080
+ declare function MailQuestionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1081
+
1082
+ declare function MailSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1083
+
1084
+ declare function MailWarningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1085
+
1086
+ declare function MailXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1087
+
1088
+ declare function MailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1089
+
1090
+ declare function MailsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1091
+
1092
+ declare function MapPinOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1093
+
1094
+ declare function MapPinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1095
+
1096
+ declare function MapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1097
+
1098
+ declare function MartiniIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1099
+
1100
+ declare function Maximize2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1101
+
1102
+ declare function MaximizeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1103
+
1104
+ declare function MedalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1105
+
1106
+ declare function MegaphoneOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1107
+
1108
+ declare function MegaphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1109
+
1110
+ declare function MehIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1111
+
1112
+ declare function MenuIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1113
+
1114
+ declare function MessageCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1115
+
1116
+ declare function MessageSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1117
+
1118
+ declare function Mic2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1119
+
1120
+ declare function MicOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1121
+
1122
+ declare function MicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1123
+
1124
+ declare function MicroscopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1125
+
1126
+ declare function MicrowaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1127
+
1128
+ declare function MilestoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1129
+
1130
+ declare function MilkOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1131
+
1132
+ declare function MilkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1133
+
1134
+ declare function Minimize2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1135
+
1136
+ declare function MinimizeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1137
+
1138
+ declare function MinusCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1139
+
1140
+ declare function MinusSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1141
+
1142
+ declare function MinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1143
+
1144
+ declare function MonitorOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1145
+
1146
+ declare function MonitorSmartphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1147
+
1148
+ declare function MonitorSpeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1149
+
1150
+ declare function MonitorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1151
+
1152
+ declare function MoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1153
+
1154
+ declare function MoreHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1155
+
1156
+ declare function MoreVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1157
+
1158
+ declare function MountainSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1159
+
1160
+ declare function MountainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1161
+
1162
+ declare function MousePointer2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1163
+
1164
+ declare function MousePointerClickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1165
+
1166
+ declare function MousePointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1167
+
1168
+ declare function MouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1169
+
1170
+ declare function Move3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1171
+
1172
+ declare function MoveDiagonal2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1173
+
1174
+ declare function MoveDiagonalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1175
+
1176
+ declare function MoveHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1177
+
1178
+ declare function MoveVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1179
+
1180
+ declare function MoveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1181
+
1182
+ declare function Music2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1183
+
1184
+ declare function Music3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1185
+
1186
+ declare function Music4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1187
+
1188
+ declare function MusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1189
+
1190
+ declare function Navigation2OffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1191
+
1192
+ declare function Navigation2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1193
+
1194
+ declare function NavigationOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1195
+
1196
+ declare function NavigationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1197
+
1198
+ declare function NetworkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1199
+
1200
+ declare function NewspaperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1201
+
1202
+ declare function NutOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1203
+
1204
+ declare function NutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1205
+
1206
+ declare function OctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1207
+
1208
+ declare function OptionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1209
+
1210
+ declare function OutdentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1211
+
1212
+ declare function Package2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1213
+
1214
+ declare function PackageCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1215
+
1216
+ declare function PackageMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1217
+
1218
+ declare function PackageOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1219
+
1220
+ declare function PackagePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1221
+
1222
+ declare function PackageSearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1223
+
1224
+ declare function PackageXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1225
+
1226
+ declare function PackageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1227
+
1228
+ declare function PaintBucketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1229
+
1230
+ declare function Paintbrush2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1231
+
1232
+ declare function PaintbrushIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1233
+
1234
+ declare function PaletteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1235
+
1236
+ declare function PalmtreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1237
+
1238
+ declare function PaperclipIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1239
+
1240
+ declare function PartyPopperIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1241
+
1242
+ declare function PauseCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1243
+
1244
+ declare function PauseOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1245
+
1246
+ declare function PauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1247
+
1248
+ declare function PenToolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1249
+
1250
+ declare function PencilIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1251
+
1252
+ declare function PercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1253
+
1254
+ declare function PersonStandingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1255
+
1256
+ declare function PhoneCallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1257
+
1258
+ declare function PhoneForwardedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1259
+
1260
+ declare function PhoneIncomingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1261
+
1262
+ declare function PhoneMissedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1263
+
1264
+ declare function PhoneOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1265
+
1266
+ declare function PhoneOutgoingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1267
+
1268
+ declare function PhoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1269
+
1270
+ declare function PieChartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1271
+
1272
+ declare function PiggyBankIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1273
+
1274
+ declare function PilcrowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1275
+
1276
+ declare function PinOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1277
+
1278
+ declare function PinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1279
+
1280
+ declare function PipetteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1281
+
1282
+ declare function PizzaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1283
+
1284
+ declare function PlaneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1285
+
1286
+ declare function PlayCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1287
+
1288
+ declare function PlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1289
+
1290
+ declare function Plug2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1291
+
1292
+ declare function PlugZapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1293
+
1294
+ declare function PlugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1295
+
1296
+ declare function PlusCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1297
+
1298
+ declare function PlusSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1299
+
1300
+ declare function PlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1301
+
1302
+ declare function PocketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1303
+
1304
+ declare function PodcastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1305
+
1306
+ declare function PointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1307
+
1308
+ declare function PoundSterlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1309
+
1310
+ declare function PowerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1311
+
1312
+ declare function PowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1313
+
1314
+ declare function PrinterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1315
+
1316
+ declare function PuzzleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1317
+
1318
+ declare function QrCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1319
+
1320
+ declare function QuoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1321
+
1322
+ declare function RadioReceiverIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1323
+
1324
+ declare function RadioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1325
+
1326
+ declare function RectangleHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1327
+
1328
+ declare function RectangleVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1329
+
1330
+ declare function RecycleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1331
+
1332
+ declare function Redo2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1333
+
1334
+ declare function RedoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1335
+
1336
+ declare function RefreshCcwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1337
+
1338
+ declare function RefreshCwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1339
+
1340
+ declare function RefrigeratorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1341
+
1342
+ declare function RegexIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1343
+
1344
+ declare function Repeat1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1345
+
1346
+ declare function RepeatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1347
+
1348
+ declare function ReplyAllIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1349
+
1350
+ declare function ReplyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1351
+
1352
+ declare function RewindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1353
+
1354
+ declare function RocketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1355
+
1356
+ declare function RockingChairIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1357
+
1358
+ declare function Rotate3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1359
+
1360
+ declare function RotateCcwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1361
+
1362
+ declare function RotateCwIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1363
+
1364
+ declare function RssIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1365
+
1366
+ declare function RulerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1367
+
1368
+ declare function RussianRubleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1369
+
1370
+ declare function SailboatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1371
+
1372
+ declare function SaladIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1373
+
1374
+ declare function SandwichIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1375
+
1376
+ declare function SaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1377
+
1378
+ declare function Scale3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1379
+
1380
+ declare function ScaleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1381
+
1382
+ declare function ScalingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1383
+
1384
+ declare function ScanFaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1385
+
1386
+ declare function ScanLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1387
+
1388
+ declare function ScanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1389
+
1390
+ declare function ScissorsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1391
+
1392
+ declare function ScreenShareOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1393
+
1394
+ declare function ScreenShareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1395
+
1396
+ declare function ScrollIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1397
+
1398
+ declare function SearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1399
+
1400
+ declare function SendIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1401
+
1402
+ declare function SeparatorHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1403
+
1404
+ declare function SeparatorVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1405
+
1406
+ declare function ServerCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1407
+
1408
+ declare function ServerCrashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1409
+
1410
+ declare function ServerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1411
+
1412
+ declare function ServerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1413
+
1414
+ declare function Settings2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1415
+
1416
+ declare function SettingsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1417
+
1418
+ declare function Share2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1419
+
1420
+ declare function ShareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1421
+
1422
+ declare function SheetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1423
+
1424
+ declare function ShieldAlertIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1425
+
1426
+ declare function ShieldCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1427
+
1428
+ declare function ShieldCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1429
+
1430
+ declare function ShieldOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1431
+
1432
+ declare function ShieldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1433
+
1434
+ declare function ShirtIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1435
+
1436
+ declare function ShoppingBagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1437
+
1438
+ declare function ShoppingCartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1439
+
1440
+ declare function ShovelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1441
+
1442
+ declare function ShowerHeadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1443
+
1444
+ declare function ShrinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1445
+
1446
+ declare function ShrubIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1447
+
1448
+ declare function ShuffleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1449
+
1450
+ declare function SidebarCloseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1451
+
1452
+ declare function SidebarOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1453
+
1454
+ declare function SidebarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1455
+
1456
+ declare function SigmaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1457
+
1458
+ declare function SignalHighIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1459
+
1460
+ declare function SignalLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1461
+
1462
+ declare function SignalMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1463
+
1464
+ declare function SignalZeroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1465
+
1466
+ declare function SignalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1467
+
1468
+ declare function SirenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1469
+
1470
+ declare function SkipBackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1471
+
1472
+ declare function SkipForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1473
+
1474
+ declare function SkullIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1475
+
1476
+ declare function SlackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1477
+
1478
+ declare function SlashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1479
+
1480
+ declare function SliceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1481
+
1482
+ declare function SlidersHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1483
+
1484
+ declare function SlidersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1485
+
1486
+ declare function SmartphoneChargingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1487
+
1488
+ declare function SmartphoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1489
+
1490
+ declare function SmilePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1491
+
1492
+ declare function SmileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1493
+
1494
+ declare function SnowflakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1495
+
1496
+ declare function SofaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1497
+
1498
+ declare function SortAscIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1499
+
1500
+ declare function SortDescIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1501
+
1502
+ declare function SoupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1503
+
1504
+ declare function SpeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1505
+
1506
+ declare function SplineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1507
+
1508
+ declare function SproutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1509
+
1510
+ declare function SquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1511
+
1512
+ declare function StarHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1513
+
1514
+ declare function StarOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1515
+
1516
+ declare function StarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1517
+
1518
+ declare function StethoscopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1519
+
1520
+ declare function StickerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1521
+
1522
+ declare function StickyNoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1523
+
1524
+ declare function StopCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1525
+
1526
+ declare function StretchHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1527
+
1528
+ declare function StretchVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1529
+
1530
+ declare function StrikethroughIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1531
+
1532
+ declare function SubscriptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1533
+
1534
+ declare function SubtitlesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1535
+
1536
+ declare function SunDimIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1537
+
1538
+ declare function SunMediumIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1539
+
1540
+ declare function SunMoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1541
+
1542
+ declare function SunSnowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1543
+
1544
+ declare function SunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1545
+
1546
+ declare function SunriseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1547
+
1548
+ declare function SunsetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1549
+
1550
+ declare function SuperscriptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1551
+
1552
+ declare function SwissFrancIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1553
+
1554
+ declare function SwitchCameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1555
+
1556
+ declare function SwordIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1557
+
1558
+ declare function SwordsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1559
+
1560
+ declare function SyringeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1561
+
1562
+ declare function Table2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1563
+
1564
+ declare function TableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1565
+
1566
+ declare function TabletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1567
+
1568
+ declare function TagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1569
+
1570
+ declare function TagsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1571
+
1572
+ declare function TargetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1573
+
1574
+ declare function TentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1575
+
1576
+ declare function TerminalSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1577
+
1578
+ declare function TerminalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1579
+
1580
+ declare function TextCursorInputIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1581
+
1582
+ declare function TextCursorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1583
+
1584
+ declare function ThermometerSnowflakeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1585
+
1586
+ declare function ThermometerSunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1587
+
1588
+ declare function ThermometerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1589
+
1590
+ declare function ThumbsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1591
+
1592
+ declare function ThumbsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1593
+
1594
+ declare function TicketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1595
+
1596
+ declare function TimerOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1597
+
1598
+ declare function TimerResetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1599
+
1600
+ declare function TimerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1601
+
1602
+ declare function ToggleLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1603
+
1604
+ declare function ToggleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1605
+
1606
+ declare function TornadoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1607
+
1608
+ declare function ToyBrickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1609
+
1610
+ declare function TrainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1611
+
1612
+ declare function Trash2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1613
+
1614
+ declare function TrashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1615
+
1616
+ declare function TreeDeciduousIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1617
+
1618
+ declare function TreePineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1619
+
1620
+ declare function TreesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1621
+
1622
+ declare function TrelloIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1623
+
1624
+ declare function TrendingDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1625
+
1626
+ declare function TrendingUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1627
+
1628
+ declare function TriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1629
+
1630
+ declare function TrophyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1631
+
1632
+ declare function TruckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1633
+
1634
+ declare function Tv2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1635
+
1636
+ declare function TvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1637
+
1638
+ declare function TwitchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1639
+
1640
+ declare function TwitterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1641
+
1642
+ declare function TypeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1643
+
1644
+ declare function UmbrellaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1645
+
1646
+ declare function UnderlineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1647
+
1648
+ declare function Undo2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1649
+
1650
+ declare function UndoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1651
+
1652
+ declare function Unlink2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1653
+
1654
+ declare function UnlinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1655
+
1656
+ declare function UnlockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1657
+
1658
+ declare function UploadCloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1659
+
1660
+ declare function UploadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1661
+
1662
+ declare function UsbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1663
+
1664
+ declare function UserCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1665
+
1666
+ declare function UserCogIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1667
+
1668
+ declare function UserMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1669
+
1670
+ declare function UserPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1671
+
1672
+ declare function UserXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1673
+
1674
+ declare function UserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1675
+
1676
+ declare function UsersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1677
+
1678
+ declare function UtensilsCrossedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1679
+
1680
+ declare function UtensilsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1681
+
1682
+ declare function VeganIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1683
+
1684
+ declare function VenetianMaskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1685
+
1686
+ declare function VerifiedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1687
+
1688
+ declare function VibrateOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1689
+
1690
+ declare function VibrateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1691
+
1692
+ declare function VideoOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1693
+
1694
+ declare function VideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1695
+
1696
+ declare function ViewIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1697
+
1698
+ declare function VoicemailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1699
+
1700
+ declare function Volume1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1701
+
1702
+ declare function Volume2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1703
+
1704
+ declare function VolumeXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1705
+
1706
+ declare function VolumeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1707
+
1708
+ declare function WalletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1709
+
1710
+ declare function Wand2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
1711
+
1712
+ declare function WandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1713
+
1714
+ declare function WatchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1715
+
1716
+ declare function WavesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1717
+
1718
+ declare function WebcamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1719
+
1720
+ declare function WebhookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1721
+
1722
+ declare function WheatOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1723
+
1724
+ declare function WheatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1725
+
1726
+ declare function WifiOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1727
+
1728
+ declare function WifiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1729
+
1730
+ declare function WindIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1731
+
1732
+ declare function WineOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1733
+
1734
+ declare function WineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1735
+
1736
+ declare function WrapTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1737
+
1738
+ declare function WrenchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1739
+
1740
+ declare function XCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1741
+
1742
+ declare function XOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1743
+
1744
+ declare function XSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1745
+
1746
+ declare function XIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1747
+
1748
+ declare function YoutubeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1749
+
1750
+ declare function ZapOffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1751
+
1752
+ declare function ZapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1753
+
1754
+ declare function ZoomInIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1755
+
1756
+ declare function ZoomOutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
1757
+
1758
+ export { AccessibilityIcon, ActivityIcon, AirVentIcon, AirplayIcon, AlarmCheckIcon, AlarmClockIcon, AlarmClockOffIcon, AlarmMinusIcon, AlarmPlusIcon, AlbumIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterHorizontalIcon, AlignCenterIcon, AlignCenterVerticalIcon, AlignEndHorizontalIcon, AlignEndVerticalIcon, AlignHorizontalDistributeCenterIcon, AlignHorizontalDistributeEndIcon, AlignHorizontalDistributeStartIcon, AlignHorizontalJustifyCenterIcon, AlignHorizontalJustifyEndIcon, AlignHorizontalJustifyStartIcon, AlignHorizontalSpaceAroundIcon, AlignHorizontalSpaceBetweenIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AlignStartHorizontalIcon, AlignStartVerticalIcon, AlignVerticalDistributeCenterIcon, AlignVerticalDistributeEndIcon, AlignVerticalDistributeStartIcon, AlignVerticalJustifyCenterIcon, AlignVerticalJustifyEndIcon, AlignVerticalJustifyStartIcon, AlignVerticalSpaceAroundIcon, AlignVerticalSpaceBetweenIcon, AnchorIcon, AngryIcon, AnnoyedIcon, ApertureIcon, AppleIcon, ArchiveIcon, ArchiveRestoreIcon, ArmchairIcon, ArrowBigDownIcon, ArrowBigLeftIcon, ArrowBigRightIcon, ArrowBigUpIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowLeftRightIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpDownIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AsteriskIcon, AtSignIcon, AwardIcon, AxeIcon, Axis3dIcon, BabyIcon, BackpackIcon, BaggageClaimIcon, BananaIcon, BanknoteIcon, BarChart2Icon, BarChart3Icon, BarChart4Icon, BarChartHorizontalIcon, BarChartIcon, BaselineIcon, BathIcon, BatteryChargingIcon, BatteryFullIcon, BatteryIcon, BatteryLowIcon, BatteryMediumIcon, BatteryWarningIcon, BeakerIcon, BeanIcon, BeanOffIcon, BedDoubleIcon, BedIcon, BedSingleIcon, BeefIcon, BeerIcon, BellIcon, BellMinusIcon, BellOffIcon, BellPlusIcon, BellRingIcon, BikeIcon, BinaryIcon, BitcoinIcon, BluetoothConnectedIcon, BluetoothIcon, BluetoothOffIcon, BluetoothSearchingIcon, BoldIcon, BombIcon, BoneIcon, BookIcon, BookOpenCheckIcon, BookOpenIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BotIcon, BoxIcon, BoxSelectIcon, BoxesIcon, BriefcaseIcon, BrushIcon, BugIcon, Building2Icon, BuildingIcon, BusIcon, CakeIcon, CalculatorIcon, CalendarCheck2Icon, CalendarCheckIcon, CalendarClockIcon, CalendarDaysIcon, CalendarHeartIcon, CalendarIcon, CalendarMinusIcon, CalendarOffIcon, CalendarPlusIcon, CalendarRangeIcon, CalendarSearchIcon, CalendarX2Icon, CalendarXIcon, CameraIcon, CameraOffIcon, CandyIcon, CandyOffIcon, CarIcon, CarrotIcon, CastIcon, CatIcon, CheckCheckIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChefHatIcon, CherryIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsDownUpIcon, ChevronsLeftIcon, ChevronsLeftRightIcon, ChevronsRightIcon, ChevronsRightLeftIcon, ChevronsUpDownIcon, ChevronsUpIcon, ChromeIcon, CigaretteIcon, CigaretteOffIcon, CircleDotIcon, CircleEllipsisIcon, CircleIcon, CircleSlashedIcon, CitrusIcon, ClapperboardIcon, ClipboardCheckIcon, ClipboardCopyIcon, ClipboardEditIcon, ClipboardIcon, ClipboardListIcon, ClipboardSignatureIcon, ClipboardTypeIcon, ClipboardXIcon, Clock10Icon, Clock11Icon, Clock12Icon, Clock1Icon, Clock2Icon, Clock3Icon, Clock4Icon, Clock5Icon, Clock6Icon, Clock7Icon, Clock8Icon, Clock9Icon, ClockIcon, CloudCogIcon, CloudDrizzleIcon, CloudFogIcon, CloudHailIcon, CloudIcon, CloudLightningIcon, CloudMoonIcon, CloudMoonRainIcon, CloudOffIcon, CloudRainIcon, CloudRainWindIcon, CloudSnowIcon, CloudSunIcon, CloudSunRainIcon, CloudyIcon, CloverIcon, Code2Icon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, CogIcon, CoinsIcon, ColumnsIcon, CommandIcon, CompassIcon, ComponentIcon, ConciergeBellIcon, ContactIcon, ContrastIcon, CookieIcon, CopyIcon, CopyleftIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CroissantIcon, CropIcon, CrossIcon, CrosshairIcon, CrownIcon, CupSodaIcon, CurlyBracesIcon, CurrencyIcon, DatabaseBackupIcon, DatabaseIcon, DeleteIcon, DiamondIcon, Dice1Icon, Dice2Icon, Dice3Icon, Dice4Icon, Dice5Icon, Dice6Icon, DicesIcon, DiffIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DnaIcon, DnaOffIcon, DogIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, DropletsIcon, DrumstickIcon, DumbbellIcon, EarIcon, EarOffIcon, Edit2Icon, Edit3Icon, EditIcon, EggFriedIcon, EggIcon, EggOffIcon, EqualIcon, EqualNotIcon, EraserIcon, EuroIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FactoryIcon, FanIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileArchiveIcon, FileAudio2Icon, FileAudioIcon, FileAxis3dIcon, FileBadge2Icon, FileBadgeIcon, FileBarChart2Icon, FileBarChartIcon, FileBoxIcon, FileCheck2Icon, FileCheckIcon, FileClockIcon, FileCodeIcon, FileCog2Icon, FileCogIcon, FileDiffIcon, FileDigitIcon, FileDownIcon, FileEditIcon, FileHeartIcon, FileIcon, FileImageIcon, FileInputIcon, FileJson2Icon, FileJsonIcon, FileKey2Icon, FileKeyIcon, FileLineChartIcon, FileLock2Icon, FileLockIcon, FileMinus2Icon, FileMinusIcon, FileOutputIcon, FilePieChartIcon, FilePlus2Icon, FilePlusIcon, FileQuestionIcon, FileScanIcon, FileSearch2Icon, FileSearchIcon, FileSignatureIcon, FileSpreadsheetIcon, FileSymlinkIcon, FileTerminalIcon, FileTextIcon, FileType2Icon, FileTypeIcon, FileUpIcon, FileVideo2Icon, FileVideoIcon, FileVolume2Icon, FileVolumeIcon, FileWarningIcon, FileX2Icon, FileXIcon, FilesIcon, FilmIcon, FilterIcon, FingerprintIcon, FishIcon, FlagIcon, FlagOffIcon, FlagTriangleLeftIcon, FlagTriangleRightIcon, FlameIcon, FlashlightIcon, FlashlightOffIcon, FlaskConicalIcon, FlaskConicalOffIcon, FlaskRoundIcon, FlipHorizontal2Icon, FlipHorizontalIcon, FlipVertical2Icon, FlipVerticalIcon, Flower2Icon, FlowerIcon, FocusIcon, FolderArchiveIcon, FolderCheckIcon, FolderClockIcon, FolderClosedIcon, FolderCog2Icon, FolderCogIcon, FolderDownIcon, FolderEditIcon, FolderHeartIcon, FolderIcon, FolderInputIcon, FolderKeyIcon, FolderLockIcon, FolderMinusIcon, FolderOpenIcon, FolderOutputIcon, FolderPlusIcon, FolderSearch2Icon, FolderSearchIcon, FolderSymlinkIcon, FolderTreeIcon, FolderUpIcon, FolderXIcon, FoldersIcon, FormInputIcon, ForwardIcon, FrameIcon, FramerIcon, FrownIcon, FuelIcon, FunctionSquareIcon, Gamepad2Icon, GamepadIcon, GaugeIcon, GavelIcon, GemIcon, GhostIcon, GiftIcon, GitBranchIcon, GitBranchPlusIcon, GitCommitIcon, GitCompareIcon, GitForkIcon, GitMergeIcon, GitPullRequestClosedIcon, GitPullRequestDraftIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlassWaterIcon, GlassesIcon, Globe2Icon, GlobeIcon, GrabIcon, GraduationCapIcon, GrapeIcon, GridIcon, GripHorizontalIcon, GripVerticalIcon, HammerIcon, HandIcon, HandMetalIcon, HardDriveIcon, HardHatIcon, HashIcon, HazeIcon, Heading1Icon, Heading2Icon, Heading3Icon, Heading4Icon, Heading5Icon, Heading6Icon, HeadingIcon, HeadphonesIcon, HeartCrackIcon, HeartHandshakeIcon, HeartIcon, HeartOffIcon, HeartPulseIcon, HelpCircleIcon, HexagonIcon, HighlighterIcon, HistoryIcon, HomeIcon, HopIcon, HopOffIcon, HourglassIcon, IceCream2Icon, IceCreamIcon, ImageIcon, ImageMinusIcon, ImageOffIcon, ImagePlusIcon, ImportIcon, InboxIcon, IndentIcon, IndianRupeeIcon, InfinityIcon, InfoIcon, InspectIcon, InstagramIcon, ItalicIcon, JapaneseYenIcon, JoystickIcon, KeyIcon, KeyboardIcon, LampCeilingIcon, LampDeskIcon, LampFloorIcon, LampIcon, LampWallDownIcon, LampWallUpIcon, LandmarkIcon, LanguagesIcon, Laptop2Icon, LaptopIcon, LassoIcon, LassoSelectIcon, LaughIcon, LayersIcon, LayoutDashboardIcon, LayoutGridIcon, LayoutIcon, LayoutListIcon, LayoutTemplateIcon, LeafIcon, LibraryIcon, LifeBuoyIcon, LightbulbIcon, LightbulbOffIcon, LineChartIcon, Link2Icon, Link2OffIcon, LinkIcon, LinkedinIcon, ListChecksIcon, ListEndIcon, ListIcon, ListMinusIcon, ListMusicIcon, ListOrderedIcon, ListPlusIcon, ListStartIcon, ListVideoIcon, ListXIcon, Loader2Icon, LoaderIcon, LocateFixedIcon, LocateIcon, LocateOffIcon, LockIcon, LogInIcon, LogOutIcon, LuggageIcon, MagnetIcon, MailCheckIcon, MailIcon, MailMinusIcon, MailOpenIcon, MailPlusIcon, MailQuestionIcon, MailSearchIcon, MailWarningIcon, MailXIcon, MailsIcon, MapIcon, MapPinIcon, MapPinOffIcon, MartiniIcon, Maximize2Icon, MaximizeIcon, MedalIcon, MegaphoneIcon, MegaphoneOffIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, Mic2Icon, MicIcon, MicOffIcon, MicroscopeIcon, MicrowaveIcon, MilestoneIcon, MilkIcon, MilkOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MonitorOffIcon, MonitorSmartphoneIcon, MonitorSpeakerIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MountainIcon, MountainSnowIcon, MouseIcon, MousePointer2Icon, MousePointerClickIcon, MousePointerIcon, Move3dIcon, MoveDiagonal2Icon, MoveDiagonalIcon, MoveHorizontalIcon, MoveIcon, MoveVerticalIcon, Music2Icon, Music3Icon, Music4Icon, MusicIcon, Navigation2Icon, Navigation2OffIcon, NavigationIcon, NavigationOffIcon, NetworkIcon, NewspaperIcon, NutIcon, NutOffIcon, OctagonIcon, OptionIcon, OutdentIcon, Package2Icon, PackageCheckIcon, PackageIcon, PackageMinusIcon, PackageOpenIcon, PackagePlusIcon, PackageSearchIcon, PackageXIcon, PaintBucketIcon, Paintbrush2Icon, PaintbrushIcon, PaletteIcon, PalmtreeIcon, PaperclipIcon, PartyPopperIcon, PauseCircleIcon, PauseIcon, PauseOctagonIcon, PenToolIcon, PencilIcon, PercentIcon, PersonStandingIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PiggyBankIcon, PilcrowIcon, PinIcon, PinOffIcon, PipetteIcon, PizzaIcon, PlaneIcon, PlayCircleIcon, PlayIcon, Plug2Icon, PlugIcon, PlugZapIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PodcastIcon, PointerIcon, PoundSterlingIcon, PowerIcon, PowerOffIcon, PrinterIcon, PuzzleIcon, QrCodeIcon, QuoteIcon, RadioIcon, RadioReceiverIcon, RectangleHorizontalIcon, RectangleVerticalIcon, RecycleIcon, Redo2Icon, RedoIcon, RefreshCcwIcon, RefreshCwIcon, RefrigeratorIcon, RegexIcon, Repeat1Icon, RepeatIcon, ReplyAllIcon, ReplyIcon, RewindIcon, RocketIcon, RockingChairIcon, Rotate3dIcon, RotateCcwIcon, RotateCwIcon, RssIcon, RulerIcon, RussianRubleIcon, SailboatIcon, SaladIcon, SandwichIcon, SaveIcon, Scale3dIcon, ScaleIcon, ScalingIcon, ScanFaceIcon, ScanIcon, ScanLineIcon, ScissorsIcon, ScreenShareIcon, ScreenShareOffIcon, ScrollIcon, SearchIcon, SendIcon, SeparatorHorizontalIcon, SeparatorVerticalIcon, ServerCogIcon, ServerCrashIcon, ServerIcon, ServerOffIcon, Settings2Icon, SettingsIcon, Share2Icon, ShareIcon, SheetIcon, ShieldAlertIcon, ShieldCheckIcon, ShieldCloseIcon, ShieldIcon, ShieldOffIcon, ShirtIcon, ShoppingBagIcon, ShoppingCartIcon, ShovelIcon, ShowerHeadIcon, ShrinkIcon, ShrubIcon, ShuffleIcon, SidebarCloseIcon, SidebarIcon, SidebarOpenIcon, SigmaIcon, SignalHighIcon, SignalIcon, SignalLowIcon, SignalMediumIcon, SignalZeroIcon, SirenIcon, SkipBackIcon, SkipForwardIcon, SkullIcon, SlackIcon, SlashIcon, SliceIcon, SlidersHorizontalIcon, SlidersIcon, SmartphoneChargingIcon, SmartphoneIcon, SmileIcon, SmilePlusIcon, SnowflakeIcon, SofaIcon, SortAscIcon, SortDescIcon, SoupIcon, SpeakerIcon, SplineIcon, SproutIcon, SquareIcon, StarHalfIcon, StarIcon, StarOffIcon, StethoscopeIcon, StickerIcon, StickyNoteIcon, StopCircleIcon, StretchHorizontalIcon, StretchVerticalIcon, StrikethroughIcon, SubscriptIcon, SubtitlesIcon, SunDimIcon, SunIcon, SunMediumIcon, SunMoonIcon, SunSnowIcon, SunriseIcon, SunsetIcon, SuperscriptIcon, SwissFrancIcon, SwitchCameraIcon, SwordIcon, SwordsIcon, SyringeIcon, Table2Icon, TableIcon, TabletIcon, TagIcon, TagsIcon, TargetIcon, TentIcon, TerminalIcon, TerminalSquareIcon, TextCursorIcon, TextCursorInputIcon, ThermometerIcon, ThermometerSnowflakeIcon, ThermometerSunIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, TimerIcon, TimerOffIcon, TimerResetIcon, ToggleLeftIcon, ToggleRightIcon, TornadoIcon, ToyBrickIcon, TrainIcon, Trash2Icon, TrashIcon, TreeDeciduousIcon, TreePineIcon, TreesIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrophyIcon, TruckIcon, Tv2Icon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, Undo2Icon, UndoIcon, Unlink2Icon, UnlinkIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UsbIcon, UserCheckIcon, UserCogIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, UtensilsCrossedIcon, UtensilsIcon, VeganIcon, VenetianMaskIcon, VerifiedIcon, VibrateIcon, VibrateOffIcon, VideoIcon, VideoOffIcon, ViewIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WalletIcon, Wand2Icon, WandIcon, WatchIcon, WavesIcon, WebcamIcon, WebhookIcon, WheatIcon, WheatOffIcon, WifiIcon, WifiOffIcon, WindIcon, WineIcon, WineOffIcon, WrapTextIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon };