@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.
- package/ATTRIBUTION.md +35 -0
- package/LICENSE +21 -0
- package/README.md +194 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +24090 -0
- package/dist/index.js.map +1 -0
- package/dist/meta.d.ts +94 -0
- package/dist/meta.js +88 -0
- package/dist/meta.js.map +1 -0
- package/dist/sets/heroicons/outline/index.d.ts +652 -0
- package/dist/sets/heroicons/outline/index.js +8763 -0
- package/dist/sets/heroicons/outline/index.js.map +1 -0
- package/dist/sets/heroicons/solid/index.d.ts +652 -0
- package/dist/sets/heroicons/solid/index.js +8509 -0
- package/dist/sets/heroicons/solid/index.js.map +1 -0
- package/dist/sets/iconoir/regular/index.d.ts +2770 -0
- package/dist/sets/iconoir/regular/index.js +38439 -0
- package/dist/sets/iconoir/regular/index.js.map +1 -0
- package/dist/sets/iconoir/solid/index.d.ts +580 -0
- package/dist/sets/iconoir/solid/index.js +7663 -0
- package/dist/sets/iconoir/solid/index.js.map +1 -0
- package/dist/sets/lucide/index.d.ts +3492 -0
- package/dist/sets/lucide/index.js +48652 -0
- package/dist/sets/lucide/index.js.map +1 -0
- package/dist/sets/shadcn/index.d.ts +1758 -0
- package/dist/sets/shadcn/index.js +24090 -0
- package/dist/sets/shadcn/index.js.map +1 -0
- package/dist/sets/tabler/filled/index.d.ts +2110 -0
- package/dist/sets/tabler/filled/index.js +27476 -0
- package/dist/sets/tabler/filled/index.js.map +1 -0
- package/dist/sets/tabler/outline/index.d.ts +10190 -0
- package/dist/sets/tabler/outline/index.js +140037 -0
- package/dist/sets/tabler/outline/index.js.map +1 -0
- package/dist/types-DQL76FNw.d.ts +8 -0
- package/icon-sources.json +85 -0
- package/package.json +125 -0
|
@@ -0,0 +1,2110 @@
|
|
|
1
|
+
import * as preact from 'preact';
|
|
2
|
+
import { I as IconProps } from '../../../types-DQL76FNw.js';
|
|
3
|
+
|
|
4
|
+
declare function AccessibleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
5
|
+
|
|
6
|
+
declare function AdCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
7
|
+
|
|
8
|
+
declare function AdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare function AdjustmentsHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare function AdjustmentsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare function AerialLiftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare function AffiliateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare function AirBalloonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare function AlarmMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare function AlarmPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare function AlarmSnoozeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare function AlarmIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare function AlertCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare function AlertHexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare function AlertOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare function AlertSquareRoundedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
35
|
+
|
|
36
|
+
declare function AlertSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare function AlertTriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare function AlienIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare function AlignBoxBottomCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare function AlignBoxBottomLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare function AlignBoxBottomRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
47
|
+
|
|
48
|
+
declare function AlignBoxCenterMiddleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
49
|
+
|
|
50
|
+
declare function AlignBoxLeftBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
51
|
+
|
|
52
|
+
declare function AlignBoxLeftMiddleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare function AlignBoxLeftTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
55
|
+
|
|
56
|
+
declare function AlignBoxRightBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
57
|
+
|
|
58
|
+
declare function AlignBoxRightMiddleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
59
|
+
|
|
60
|
+
declare function AlignBoxRightTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
61
|
+
|
|
62
|
+
declare function AlignBoxTopCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
63
|
+
|
|
64
|
+
declare function AlignBoxTopLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
65
|
+
|
|
66
|
+
declare function AlignBoxTopRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
67
|
+
|
|
68
|
+
declare function AnalyzeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
69
|
+
|
|
70
|
+
declare function AppWindowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
71
|
+
|
|
72
|
+
declare function AppleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
73
|
+
|
|
74
|
+
declare function AppsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
75
|
+
|
|
76
|
+
declare function ArchiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
77
|
+
|
|
78
|
+
declare function ArrowAutofitContentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
79
|
+
|
|
80
|
+
declare function ArrowAutofitDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
81
|
+
|
|
82
|
+
declare function ArrowAutofitHeightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
83
|
+
|
|
84
|
+
declare function ArrowAutofitLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
85
|
+
|
|
86
|
+
declare function ArrowAutofitRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
87
|
+
|
|
88
|
+
declare function ArrowAutofitUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
89
|
+
|
|
90
|
+
declare function ArrowAutofitWidthIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
91
|
+
|
|
92
|
+
declare function ArrowBadgeDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
93
|
+
|
|
94
|
+
declare function ArrowBadgeLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
95
|
+
|
|
96
|
+
declare function ArrowBadgeRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
97
|
+
|
|
98
|
+
declare function ArrowBadgeUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
99
|
+
|
|
100
|
+
declare function ArrowBigDownLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
101
|
+
|
|
102
|
+
declare function ArrowBigDownLinesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
103
|
+
|
|
104
|
+
declare function ArrowBigDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
105
|
+
|
|
106
|
+
declare function ArrowBigLeftLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
107
|
+
|
|
108
|
+
declare function ArrowBigLeftLinesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
109
|
+
|
|
110
|
+
declare function ArrowBigLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
111
|
+
|
|
112
|
+
declare function ArrowBigRightLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
113
|
+
|
|
114
|
+
declare function ArrowBigRightLinesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
115
|
+
|
|
116
|
+
declare function ArrowBigRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
117
|
+
|
|
118
|
+
declare function ArrowBigUpLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare function ArrowBigUpLinesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare function ArrowBigUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare function ArrowDownCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
125
|
+
|
|
126
|
+
declare function ArrowDownRhombusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare function ArrowDownSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare function ArrowGuideIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
131
|
+
|
|
132
|
+
declare function ArrowLeftCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
133
|
+
|
|
134
|
+
declare function ArrowLeftRhombusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
135
|
+
|
|
136
|
+
declare function ArrowLeftSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
137
|
+
|
|
138
|
+
declare function ArrowMoveDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
139
|
+
|
|
140
|
+
declare function ArrowMoveLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
141
|
+
|
|
142
|
+
declare function ArrowMoveRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
143
|
+
|
|
144
|
+
declare function ArrowMoveUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
145
|
+
|
|
146
|
+
declare function ArrowRightCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
147
|
+
|
|
148
|
+
declare function ArrowRightRhombusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
149
|
+
|
|
150
|
+
declare function ArrowRightSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
151
|
+
|
|
152
|
+
declare function ArrowUpCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
153
|
+
|
|
154
|
+
declare function ArrowUpRhombusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
155
|
+
|
|
156
|
+
declare function ArrowUpSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
157
|
+
|
|
158
|
+
declare function ArtboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
159
|
+
|
|
160
|
+
declare function ArticleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
161
|
+
|
|
162
|
+
declare function AspectRatioIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
163
|
+
|
|
164
|
+
declare function AssemblyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
165
|
+
|
|
166
|
+
declare function AssetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
167
|
+
|
|
168
|
+
declare function Atom2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
169
|
+
|
|
170
|
+
declare function AutomaticGearboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
171
|
+
|
|
172
|
+
declare function AwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
173
|
+
|
|
174
|
+
declare function BabyCarriageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
175
|
+
|
|
176
|
+
declare function BackspaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare function Badge3dIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
179
|
+
|
|
180
|
+
declare function Badge4kIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
181
|
+
|
|
182
|
+
declare function Badge8kIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
183
|
+
|
|
184
|
+
declare function BadgeAdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
185
|
+
|
|
186
|
+
declare function BadgeArIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
187
|
+
|
|
188
|
+
declare function BadgeCcIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
189
|
+
|
|
190
|
+
declare function BadgeHdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
191
|
+
|
|
192
|
+
declare function BadgeSdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare function BadgeTmIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare function BadgeVoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare function BadgeVrIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare function BadgeWcIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare function BadgeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare function BadgesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
205
|
+
|
|
206
|
+
declare function BallBowlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
207
|
+
|
|
208
|
+
declare function BalloonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
209
|
+
|
|
210
|
+
declare function BallpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
211
|
+
|
|
212
|
+
declare function BandageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
213
|
+
|
|
214
|
+
declare function BarbellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
215
|
+
|
|
216
|
+
declare function BarrierBlockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
217
|
+
|
|
218
|
+
declare function BasketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
219
|
+
|
|
220
|
+
declare function BathIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
221
|
+
|
|
222
|
+
declare function Battery1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
223
|
+
|
|
224
|
+
declare function Battery2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
225
|
+
|
|
226
|
+
declare function Battery3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
227
|
+
|
|
228
|
+
declare function Battery4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare function BatteryAutomotiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
231
|
+
|
|
232
|
+
declare function BatteryVertical1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare function BatteryVertical2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
235
|
+
|
|
236
|
+
declare function BatteryVertical3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
237
|
+
|
|
238
|
+
declare function BatteryVertical4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
239
|
+
|
|
240
|
+
declare function BatteryVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
241
|
+
|
|
242
|
+
declare function BatteryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
243
|
+
|
|
244
|
+
declare function BedFlatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
245
|
+
|
|
246
|
+
declare function BedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
247
|
+
|
|
248
|
+
declare function BeerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
249
|
+
|
|
250
|
+
declare function BellMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
251
|
+
|
|
252
|
+
declare function BellPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
253
|
+
|
|
254
|
+
declare function BellRinging2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
255
|
+
|
|
256
|
+
declare function BellRingingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
257
|
+
|
|
258
|
+
declare function BellXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
259
|
+
|
|
260
|
+
declare function BellZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
261
|
+
|
|
262
|
+
declare function BellIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
263
|
+
|
|
264
|
+
declare function BikeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
265
|
+
|
|
266
|
+
declare function BinaryTree2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
267
|
+
|
|
268
|
+
declare function BinaryTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare function BinocularsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
271
|
+
|
|
272
|
+
declare function BiohazardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
273
|
+
|
|
274
|
+
declare function BladeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
275
|
+
|
|
276
|
+
declare function BlenderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
277
|
+
|
|
278
|
+
declare function BlobIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
279
|
+
|
|
280
|
+
declare function BoltIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
281
|
+
|
|
282
|
+
declare function BombIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
283
|
+
|
|
284
|
+
declare function BoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
285
|
+
|
|
286
|
+
declare function BongIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
287
|
+
|
|
288
|
+
declare function BookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
289
|
+
|
|
290
|
+
declare function BookmarkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
291
|
+
|
|
292
|
+
declare function BookmarksIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
293
|
+
|
|
294
|
+
declare function BoomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
295
|
+
|
|
296
|
+
declare function BottleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
297
|
+
|
|
298
|
+
declare function BounceLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
299
|
+
|
|
300
|
+
declare function BounceRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
301
|
+
|
|
302
|
+
declare function BowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
303
|
+
|
|
304
|
+
declare function BowlChopsticksIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
305
|
+
|
|
306
|
+
declare function BowlSpoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
307
|
+
|
|
308
|
+
declare function BowlIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
309
|
+
|
|
310
|
+
declare function BoxAlignBottomLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
311
|
+
|
|
312
|
+
declare function BoxAlignBottomRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
313
|
+
|
|
314
|
+
declare function BoxAlignBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
315
|
+
|
|
316
|
+
declare function BoxAlignLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
317
|
+
|
|
318
|
+
declare function BoxAlignRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
319
|
+
|
|
320
|
+
declare function BoxAlignTopLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
321
|
+
|
|
322
|
+
declare function BoxAlignTopRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
323
|
+
|
|
324
|
+
declare function BoxAlignTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
325
|
+
|
|
326
|
+
declare function BoxMultipleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
327
|
+
|
|
328
|
+
declare function BrandAngularIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
329
|
+
|
|
330
|
+
declare function BrandAppleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
331
|
+
|
|
332
|
+
declare function BrandBitbucketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
333
|
+
|
|
334
|
+
declare function BrandDiscordIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
335
|
+
|
|
336
|
+
declare function BrandDribbbleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
337
|
+
|
|
338
|
+
declare function BrandFacebookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
339
|
+
|
|
340
|
+
declare function BrandGithubIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
341
|
+
|
|
342
|
+
declare function BrandGoogleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
343
|
+
|
|
344
|
+
declare function BrandInstagramIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
345
|
+
|
|
346
|
+
declare function BrandKickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
347
|
+
|
|
348
|
+
declare function BrandLinkedinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
349
|
+
|
|
350
|
+
declare function BrandMessengerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
351
|
+
|
|
352
|
+
declare function BrandOpenSourceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
353
|
+
|
|
354
|
+
declare function BrandOperaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
355
|
+
|
|
356
|
+
declare function BrandPatreonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
357
|
+
|
|
358
|
+
declare function BrandPaypalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
359
|
+
|
|
360
|
+
declare function BrandPinterestIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
361
|
+
|
|
362
|
+
declare function BrandSketchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
363
|
+
|
|
364
|
+
declare function BrandSnapchatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
365
|
+
|
|
366
|
+
declare function BrandSpotifyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
367
|
+
|
|
368
|
+
declare function BrandSteamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
369
|
+
|
|
370
|
+
declare function BrandStripeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
371
|
+
|
|
372
|
+
declare function BrandTablerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
373
|
+
|
|
374
|
+
declare function BrandTiktokIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
375
|
+
|
|
376
|
+
declare function BrandTinderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
377
|
+
|
|
378
|
+
declare function BrandTumblrIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
379
|
+
|
|
380
|
+
declare function BrandTwitterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
381
|
+
|
|
382
|
+
declare function BrandVercelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
383
|
+
|
|
384
|
+
declare function BrandVimeoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
385
|
+
|
|
386
|
+
declare function BrandWeiboIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
387
|
+
|
|
388
|
+
declare function BrandWhatsappIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
389
|
+
|
|
390
|
+
declare function BrandWindowsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
391
|
+
|
|
392
|
+
declare function BrandXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
393
|
+
|
|
394
|
+
declare function BrandYoutubeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
395
|
+
|
|
396
|
+
declare function BreadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
397
|
+
|
|
398
|
+
declare function Briefcase2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
399
|
+
|
|
400
|
+
declare function BriefcaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
401
|
+
|
|
402
|
+
declare function BrightnessAutoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
403
|
+
|
|
404
|
+
declare function BrightnessDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
405
|
+
|
|
406
|
+
declare function BrightnessUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
407
|
+
|
|
408
|
+
declare function BrightnessIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
409
|
+
|
|
410
|
+
declare function BubbleTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
411
|
+
|
|
412
|
+
declare function BubbleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
413
|
+
|
|
414
|
+
declare function BugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
415
|
+
|
|
416
|
+
declare function BuildingBridge2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
417
|
+
|
|
418
|
+
declare function BuildingBroadcastTowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
419
|
+
|
|
420
|
+
declare function BulbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
421
|
+
|
|
422
|
+
declare function BusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare function ButterflyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
425
|
+
|
|
426
|
+
declare function CactusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
427
|
+
|
|
428
|
+
declare function CalculatorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare function CalendarEventIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
431
|
+
|
|
432
|
+
declare function CalendarMonthIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
433
|
+
|
|
434
|
+
declare function CalendarWeekIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
435
|
+
|
|
436
|
+
declare function CalendarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
437
|
+
|
|
438
|
+
declare function CameraIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
439
|
+
|
|
440
|
+
declare function CampfireIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
441
|
+
|
|
442
|
+
declare function CandleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
443
|
+
|
|
444
|
+
declare function CannabisIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
445
|
+
|
|
446
|
+
declare function CapsuleHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
447
|
+
|
|
448
|
+
declare function CapsuleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
449
|
+
|
|
450
|
+
declare function CaptureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
451
|
+
|
|
452
|
+
declare function Car4wdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare function CarCraneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
455
|
+
|
|
456
|
+
declare function CarFanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
457
|
+
|
|
458
|
+
declare function CarSuvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
459
|
+
|
|
460
|
+
declare function CarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
461
|
+
|
|
462
|
+
declare function CarambolaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
463
|
+
|
|
464
|
+
declare function CaravanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
465
|
+
|
|
466
|
+
declare function CardboardsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
467
|
+
|
|
468
|
+
declare function CardsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
469
|
+
|
|
470
|
+
declare function CaretDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
471
|
+
|
|
472
|
+
declare function CaretLeftRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
473
|
+
|
|
474
|
+
declare function CaretLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
475
|
+
|
|
476
|
+
declare function CaretRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
477
|
+
|
|
478
|
+
declare function CaretUpDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
479
|
+
|
|
480
|
+
declare function CaretUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
481
|
+
|
|
482
|
+
declare function CarouselHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
483
|
+
|
|
484
|
+
declare function CarouselVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
485
|
+
|
|
486
|
+
declare function CashBanknoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
487
|
+
|
|
488
|
+
declare function CategoryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
489
|
+
|
|
490
|
+
declare function ChargingPileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
491
|
+
|
|
492
|
+
declare function ChartAreaLineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
493
|
+
|
|
494
|
+
declare function ChartAreaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
495
|
+
|
|
496
|
+
declare function ChartBubbleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
497
|
+
|
|
498
|
+
declare function ChartCandleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
499
|
+
|
|
500
|
+
declare function ChartDonutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
501
|
+
|
|
502
|
+
declare function ChartDots2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
503
|
+
|
|
504
|
+
declare function ChartDots3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare function ChartDotsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
507
|
+
|
|
508
|
+
declare function ChartFunnelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
509
|
+
|
|
510
|
+
declare function ChartGridDotsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
511
|
+
|
|
512
|
+
declare function ChartPie2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
513
|
+
|
|
514
|
+
declare function ChartPie3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
515
|
+
|
|
516
|
+
declare function ChartPie4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
517
|
+
|
|
518
|
+
declare function ChartPieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
519
|
+
|
|
520
|
+
declare function CheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
521
|
+
|
|
522
|
+
declare function ChefHatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
523
|
+
|
|
524
|
+
declare function CherryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
525
|
+
|
|
526
|
+
declare function ChessBishopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
527
|
+
|
|
528
|
+
declare function ChessKingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
529
|
+
|
|
530
|
+
declare function ChessKnightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
531
|
+
|
|
532
|
+
declare function ChessQueenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
533
|
+
|
|
534
|
+
declare function ChessRookIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
535
|
+
|
|
536
|
+
declare function ChessIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
537
|
+
|
|
538
|
+
declare function ChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
539
|
+
|
|
540
|
+
declare function ChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
541
|
+
|
|
542
|
+
declare function ChristmasTreeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
543
|
+
|
|
544
|
+
declare function CircleArrowDownLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
545
|
+
|
|
546
|
+
declare function CircleArrowDownRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
547
|
+
|
|
548
|
+
declare function CircleArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
549
|
+
|
|
550
|
+
declare function CircleArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
551
|
+
|
|
552
|
+
declare function CircleArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
553
|
+
|
|
554
|
+
declare function CircleArrowUpLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
555
|
+
|
|
556
|
+
declare function CircleArrowUpRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
557
|
+
|
|
558
|
+
declare function CircleArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
559
|
+
|
|
560
|
+
declare function CircleCaretDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
561
|
+
|
|
562
|
+
declare function CircleCaretLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
563
|
+
|
|
564
|
+
declare function CircleCaretRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
565
|
+
|
|
566
|
+
declare function CircleCaretUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
567
|
+
|
|
568
|
+
declare function CircleCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
569
|
+
|
|
570
|
+
declare function CircleChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
571
|
+
|
|
572
|
+
declare function CircleChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
573
|
+
|
|
574
|
+
declare function CircleChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
575
|
+
|
|
576
|
+
declare function CircleChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
577
|
+
|
|
578
|
+
declare function CircleChevronsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
579
|
+
|
|
580
|
+
declare function CircleChevronsLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
581
|
+
|
|
582
|
+
declare function CircleChevronsRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
583
|
+
|
|
584
|
+
declare function CircleChevronsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
585
|
+
|
|
586
|
+
declare function CircleDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
587
|
+
|
|
588
|
+
declare function CircleKeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
589
|
+
|
|
590
|
+
declare function CircleLetterAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
591
|
+
|
|
592
|
+
declare function CircleLetterBIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
593
|
+
|
|
594
|
+
declare function CircleLetterCIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
595
|
+
|
|
596
|
+
declare function CircleLetterDIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
597
|
+
|
|
598
|
+
declare function CircleLetterEIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
599
|
+
|
|
600
|
+
declare function CircleLetterFIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
601
|
+
|
|
602
|
+
declare function CircleLetterGIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare function CircleLetterHIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
605
|
+
|
|
606
|
+
declare function CircleLetterIIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
607
|
+
|
|
608
|
+
declare function CircleLetterJIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
609
|
+
|
|
610
|
+
declare function CircleLetterKIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
611
|
+
|
|
612
|
+
declare function CircleLetterLIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
613
|
+
|
|
614
|
+
declare function CircleLetterMIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
615
|
+
|
|
616
|
+
declare function CircleLetterNIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
617
|
+
|
|
618
|
+
declare function CircleLetterOIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
619
|
+
|
|
620
|
+
declare function CircleLetterPIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
621
|
+
|
|
622
|
+
declare function CircleLetterQIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
623
|
+
|
|
624
|
+
declare function CircleLetterRIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
625
|
+
|
|
626
|
+
declare function CircleLetterSIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
627
|
+
|
|
628
|
+
declare function CircleLetterTIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
629
|
+
|
|
630
|
+
declare function CircleLetterUIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
631
|
+
|
|
632
|
+
declare function CircleLetterVIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
633
|
+
|
|
634
|
+
declare function CircleLetterWIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
635
|
+
|
|
636
|
+
declare function CircleLetterXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
637
|
+
|
|
638
|
+
declare function CircleLetterYIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
639
|
+
|
|
640
|
+
declare function CircleLetterZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
641
|
+
|
|
642
|
+
declare function CircleNumber0Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
643
|
+
|
|
644
|
+
declare function CircleNumber1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
645
|
+
|
|
646
|
+
declare function CircleNumber2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
647
|
+
|
|
648
|
+
declare function CircleNumber3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
649
|
+
|
|
650
|
+
declare function CircleNumber4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
651
|
+
|
|
652
|
+
declare function CircleNumber5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
653
|
+
|
|
654
|
+
declare function CircleNumber6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
655
|
+
|
|
656
|
+
declare function CircleNumber7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
657
|
+
|
|
658
|
+
declare function CircleNumber8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
659
|
+
|
|
660
|
+
declare function CircleNumber9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
661
|
+
|
|
662
|
+
declare function CirclePercentageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
663
|
+
|
|
664
|
+
declare function CirclePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
665
|
+
|
|
666
|
+
declare function CircleRectangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
667
|
+
|
|
668
|
+
declare function CircleXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
669
|
+
|
|
670
|
+
declare function CircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
671
|
+
|
|
672
|
+
declare function CirclesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
673
|
+
|
|
674
|
+
declare function ClickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
675
|
+
|
|
676
|
+
declare function ClipboardCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
677
|
+
|
|
678
|
+
declare function ClipboardDataIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
679
|
+
|
|
680
|
+
declare function ClipboardListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
681
|
+
|
|
682
|
+
declare function ClipboardPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
683
|
+
|
|
684
|
+
declare function ClipboardSmileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
685
|
+
|
|
686
|
+
declare function ClipboardTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
687
|
+
|
|
688
|
+
declare function ClipboardTypographyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
689
|
+
|
|
690
|
+
declare function ClipboardXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
691
|
+
|
|
692
|
+
declare function ClipboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
693
|
+
|
|
694
|
+
declare function ClockHour1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
695
|
+
|
|
696
|
+
declare function ClockHour10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
697
|
+
|
|
698
|
+
declare function ClockHour11Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
699
|
+
|
|
700
|
+
declare function ClockHour12Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
701
|
+
|
|
702
|
+
declare function ClockHour2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
703
|
+
|
|
704
|
+
declare function ClockHour3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
705
|
+
|
|
706
|
+
declare function ClockHour4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
707
|
+
|
|
708
|
+
declare function ClockHour5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
709
|
+
|
|
710
|
+
declare function ClockHour6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
711
|
+
|
|
712
|
+
declare function ClockHour7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
713
|
+
|
|
714
|
+
declare function ClockHour8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
715
|
+
|
|
716
|
+
declare function ClockHour9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
717
|
+
|
|
718
|
+
declare function ClockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
719
|
+
|
|
720
|
+
declare function CloudComputingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
721
|
+
|
|
722
|
+
declare function CloudDataConnectionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
723
|
+
|
|
724
|
+
declare function CloudIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
725
|
+
|
|
726
|
+
declare function CloverIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
727
|
+
|
|
728
|
+
declare function ClubsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
729
|
+
|
|
730
|
+
declare function CodeCircle2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
731
|
+
|
|
732
|
+
declare function CodeCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
733
|
+
|
|
734
|
+
declare function CoinBitcoinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
735
|
+
|
|
736
|
+
declare function CoinEuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
737
|
+
|
|
738
|
+
declare function CoinMoneroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
739
|
+
|
|
740
|
+
declare function CoinPoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
741
|
+
|
|
742
|
+
declare function CoinRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
743
|
+
|
|
744
|
+
declare function CoinTakaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
745
|
+
|
|
746
|
+
declare function CoinYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
747
|
+
|
|
748
|
+
declare function CoinYuanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
749
|
+
|
|
750
|
+
declare function CoinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
751
|
+
|
|
752
|
+
declare function Columns1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
753
|
+
|
|
754
|
+
declare function Columns2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
755
|
+
|
|
756
|
+
declare function Columns3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
757
|
+
|
|
758
|
+
declare function CompassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
759
|
+
|
|
760
|
+
declare function Cone2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
761
|
+
|
|
762
|
+
declare function ConeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
763
|
+
|
|
764
|
+
declare function ConfettiIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
765
|
+
|
|
766
|
+
declare function ContainerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
767
|
+
|
|
768
|
+
declare function Contrast2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
769
|
+
|
|
770
|
+
declare function ContrastIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
771
|
+
|
|
772
|
+
declare function CookieManIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
773
|
+
|
|
774
|
+
declare function CookieIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
775
|
+
|
|
776
|
+
declare function CopyCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
777
|
+
|
|
778
|
+
declare function CopyMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
779
|
+
|
|
780
|
+
declare function CopyPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
781
|
+
|
|
782
|
+
declare function CopyXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
783
|
+
|
|
784
|
+
declare function CopyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
785
|
+
|
|
786
|
+
declare function CopyleftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
787
|
+
|
|
788
|
+
declare function CopyrightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
789
|
+
|
|
790
|
+
declare function CreditCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
791
|
+
|
|
792
|
+
declare function Crop11Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
793
|
+
|
|
794
|
+
declare function Crop169Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
795
|
+
|
|
796
|
+
declare function Crop32Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
797
|
+
|
|
798
|
+
declare function Crop54Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
799
|
+
|
|
800
|
+
declare function Crop75Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
801
|
+
|
|
802
|
+
declare function CropLandscapeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
803
|
+
|
|
804
|
+
declare function CropPortraitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
805
|
+
|
|
806
|
+
declare function CrossIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
807
|
+
|
|
808
|
+
declare function CrownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
809
|
+
|
|
810
|
+
declare function CurrentLocationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
811
|
+
|
|
812
|
+
declare function DashboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
813
|
+
|
|
814
|
+
declare function DatabaseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
815
|
+
|
|
816
|
+
declare function DeviceCctvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
817
|
+
|
|
818
|
+
declare function DeviceDesktopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
819
|
+
|
|
820
|
+
declare function DeviceFloppyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
821
|
+
|
|
822
|
+
declare function DeviceGamepad2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
823
|
+
|
|
824
|
+
declare function DeviceGamepad3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
825
|
+
|
|
826
|
+
declare function DeviceGamepadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
827
|
+
|
|
828
|
+
declare function DeviceHeartMonitorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
829
|
+
|
|
830
|
+
declare function DeviceImacIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
831
|
+
|
|
832
|
+
declare function DeviceIpadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
833
|
+
|
|
834
|
+
declare function DeviceMobileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
835
|
+
|
|
836
|
+
declare function DeviceRemoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
837
|
+
|
|
838
|
+
declare function DeviceSpeakerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
839
|
+
|
|
840
|
+
declare function DeviceTabletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
841
|
+
|
|
842
|
+
declare function DeviceTvOldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
843
|
+
|
|
844
|
+
declare function DeviceTvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
845
|
+
|
|
846
|
+
declare function DeviceUnknownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
847
|
+
|
|
848
|
+
declare function DeviceUsbIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
849
|
+
|
|
850
|
+
declare function DeviceVisionProIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
851
|
+
|
|
852
|
+
declare function DeviceWatchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
853
|
+
|
|
854
|
+
declare function DialpadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
855
|
+
|
|
856
|
+
declare function DiamondIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
857
|
+
|
|
858
|
+
declare function DiamondsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
859
|
+
|
|
860
|
+
declare function Dice1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
861
|
+
|
|
862
|
+
declare function Dice2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
863
|
+
|
|
864
|
+
declare function Dice3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
865
|
+
|
|
866
|
+
declare function Dice4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
867
|
+
|
|
868
|
+
declare function Dice5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
869
|
+
|
|
870
|
+
declare function Dice6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
871
|
+
|
|
872
|
+
declare function DiceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
873
|
+
|
|
874
|
+
declare function DirectionArrowsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
875
|
+
|
|
876
|
+
declare function DirectionSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
877
|
+
|
|
878
|
+
declare function DirectionsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
879
|
+
|
|
880
|
+
declare function DiscIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
881
|
+
|
|
882
|
+
declare function DiscountIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
883
|
+
|
|
884
|
+
declare function DotsVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
885
|
+
|
|
886
|
+
declare function DotsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
887
|
+
|
|
888
|
+
declare function DownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
889
|
+
|
|
890
|
+
declare function DropCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
891
|
+
|
|
892
|
+
declare function DropletHalf2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
893
|
+
|
|
894
|
+
declare function DropletHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
895
|
+
|
|
896
|
+
declare function DropletIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
897
|
+
|
|
898
|
+
declare function DropletsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
899
|
+
|
|
900
|
+
declare function DualScreenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
901
|
+
|
|
902
|
+
declare function DumplingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
903
|
+
|
|
904
|
+
declare function EaseInControlPointIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
905
|
+
|
|
906
|
+
declare function EaseInOutControlPointsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
907
|
+
|
|
908
|
+
declare function EaseOutControlPointIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
909
|
+
|
|
910
|
+
declare function EditIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
911
|
+
|
|
912
|
+
declare function EggCrackedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
913
|
+
|
|
914
|
+
declare function EggFriedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
915
|
+
|
|
916
|
+
declare function EggIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
917
|
+
|
|
918
|
+
declare function ElevatorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
919
|
+
|
|
920
|
+
declare function EngineIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
921
|
+
|
|
922
|
+
declare function EscalatorDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
923
|
+
|
|
924
|
+
declare function EscalatorUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
925
|
+
|
|
926
|
+
declare function EscalatorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
927
|
+
|
|
928
|
+
declare function ExchangeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
929
|
+
|
|
930
|
+
declare function ExclamationCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
931
|
+
|
|
932
|
+
declare function ExplicitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
933
|
+
|
|
934
|
+
declare function ExposureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
935
|
+
|
|
936
|
+
declare function ExternalLinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
937
|
+
|
|
938
|
+
declare function EyeTableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
939
|
+
|
|
940
|
+
declare function EyeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
941
|
+
|
|
942
|
+
declare function Eyeglass2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
943
|
+
|
|
944
|
+
declare function EyeglassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
945
|
+
|
|
946
|
+
declare function FaceMaskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
947
|
+
|
|
948
|
+
declare function FaviconIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
949
|
+
|
|
950
|
+
declare function FeatherIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
951
|
+
|
|
952
|
+
declare function FenceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
953
|
+
|
|
954
|
+
declare function FerryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
955
|
+
|
|
956
|
+
declare function FidgetSpinnerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
957
|
+
|
|
958
|
+
declare function FileAnalyticsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
959
|
+
|
|
960
|
+
declare function FileCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
961
|
+
|
|
962
|
+
declare function FileCode2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
963
|
+
|
|
964
|
+
declare function FileCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
965
|
+
|
|
966
|
+
declare function FileCvIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
967
|
+
|
|
968
|
+
declare function FileDeltaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
969
|
+
|
|
970
|
+
declare function FileDescriptionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
971
|
+
|
|
972
|
+
declare function FileDiffIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
973
|
+
|
|
974
|
+
declare function FileDigitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
975
|
+
|
|
976
|
+
declare function FileDollarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
977
|
+
|
|
978
|
+
declare function FileDotsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
979
|
+
|
|
980
|
+
declare function FileDownloadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
981
|
+
|
|
982
|
+
declare function FileEuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
983
|
+
|
|
984
|
+
declare function FileFunctionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
985
|
+
|
|
986
|
+
declare function FileHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
987
|
+
|
|
988
|
+
declare function FileInfoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
989
|
+
|
|
990
|
+
declare function FileInvoiceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
991
|
+
|
|
992
|
+
declare function FileLambdaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
993
|
+
|
|
994
|
+
declare function FileMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
995
|
+
|
|
996
|
+
declare function FileMusicIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
997
|
+
|
|
998
|
+
declare function FileNeutralIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
999
|
+
|
|
1000
|
+
declare function FilePencilIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1001
|
+
|
|
1002
|
+
declare function FilePercentIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1003
|
+
|
|
1004
|
+
declare function FilePhoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1005
|
+
|
|
1006
|
+
declare function FilePowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1007
|
+
|
|
1008
|
+
declare function FileRssIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1009
|
+
|
|
1010
|
+
declare function FileSadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1011
|
+
|
|
1012
|
+
declare function FileScissorsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1013
|
+
|
|
1014
|
+
declare function FileSettingsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1015
|
+
|
|
1016
|
+
declare function FileSignalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1017
|
+
|
|
1018
|
+
declare function FileSmileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1019
|
+
|
|
1020
|
+
declare function FileStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1021
|
+
|
|
1022
|
+
declare function FileTextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1023
|
+
|
|
1024
|
+
declare function FileTimeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1025
|
+
|
|
1026
|
+
declare function FileTypographyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1027
|
+
|
|
1028
|
+
declare function FileUnknownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1029
|
+
|
|
1030
|
+
declare function FileUploadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1031
|
+
|
|
1032
|
+
declare function FileVectorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1033
|
+
|
|
1034
|
+
declare function FileXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1035
|
+
|
|
1036
|
+
declare function FileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1037
|
+
|
|
1038
|
+
declare function FilesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1039
|
+
|
|
1040
|
+
declare function FilterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1041
|
+
|
|
1042
|
+
declare function FiltersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1043
|
+
|
|
1044
|
+
declare function FishBoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1045
|
+
|
|
1046
|
+
declare function Flag2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1047
|
+
|
|
1048
|
+
declare function Flag3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1049
|
+
|
|
1050
|
+
declare function FlagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1051
|
+
|
|
1052
|
+
declare function FlameIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1053
|
+
|
|
1054
|
+
declare function FlareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1055
|
+
|
|
1056
|
+
declare function Flask2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1057
|
+
|
|
1058
|
+
declare function FlaskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1059
|
+
|
|
1060
|
+
declare function FlowerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1061
|
+
|
|
1062
|
+
declare function FolderOpenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1063
|
+
|
|
1064
|
+
declare function FolderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1065
|
+
|
|
1066
|
+
declare function FoldersIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1067
|
+
|
|
1068
|
+
declare function Forbid2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1069
|
+
|
|
1070
|
+
declare function ForbidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1071
|
+
|
|
1072
|
+
declare function FountainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1073
|
+
|
|
1074
|
+
declare function FunctionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1075
|
+
|
|
1076
|
+
declare function GardenCartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1077
|
+
|
|
1078
|
+
declare function GasStationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1079
|
+
|
|
1080
|
+
declare function GaugeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1081
|
+
|
|
1082
|
+
declare function Ghost2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
declare function Ghost3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1085
|
+
|
|
1086
|
+
declare function GhostIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1087
|
+
|
|
1088
|
+
declare function GiftCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1089
|
+
|
|
1090
|
+
declare function GiftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1091
|
+
|
|
1092
|
+
declare function GlassFullIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1093
|
+
|
|
1094
|
+
declare function GlassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1095
|
+
|
|
1096
|
+
declare function GlobeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1097
|
+
|
|
1098
|
+
declare function GolfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1099
|
+
|
|
1100
|
+
declare function GpsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1101
|
+
|
|
1102
|
+
declare function GraphIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1103
|
+
|
|
1104
|
+
declare function GridPatternIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1105
|
+
|
|
1106
|
+
declare function GuitarPickIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1107
|
+
|
|
1108
|
+
declare function Hanger2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1109
|
+
|
|
1110
|
+
declare function HeadphonesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1111
|
+
|
|
1112
|
+
declare function HeadsetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1113
|
+
|
|
1114
|
+
declare function HeartBrokenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1115
|
+
|
|
1116
|
+
declare function HeartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1117
|
+
|
|
1118
|
+
declare function HelicopterLandingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1119
|
+
|
|
1120
|
+
declare function HelicopterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1121
|
+
|
|
1122
|
+
declare function HelpCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1123
|
+
|
|
1124
|
+
declare function HelpHexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1125
|
+
|
|
1126
|
+
declare function HelpOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1127
|
+
|
|
1128
|
+
declare function HelpSquareRoundedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1129
|
+
|
|
1130
|
+
declare function HelpSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1131
|
+
|
|
1132
|
+
declare function HelpTriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1133
|
+
|
|
1134
|
+
declare function HelpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1135
|
+
|
|
1136
|
+
declare function HexagonLetterAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1137
|
+
|
|
1138
|
+
declare function HexagonLetterBIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1139
|
+
|
|
1140
|
+
declare function HexagonLetterCIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1141
|
+
|
|
1142
|
+
declare function HexagonLetterDIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1143
|
+
|
|
1144
|
+
declare function HexagonLetterEIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1145
|
+
|
|
1146
|
+
declare function HexagonLetterFIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1147
|
+
|
|
1148
|
+
declare function HexagonLetterGIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1149
|
+
|
|
1150
|
+
declare function HexagonLetterHIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1151
|
+
|
|
1152
|
+
declare function HexagonLetterIIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1153
|
+
|
|
1154
|
+
declare function HexagonLetterJIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1155
|
+
|
|
1156
|
+
declare function HexagonLetterKIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1157
|
+
|
|
1158
|
+
declare function HexagonLetterLIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1159
|
+
|
|
1160
|
+
declare function HexagonLetterMIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1161
|
+
|
|
1162
|
+
declare function HexagonLetterNIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1163
|
+
|
|
1164
|
+
declare function HexagonLetterOIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1165
|
+
|
|
1166
|
+
declare function HexagonLetterPIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1167
|
+
|
|
1168
|
+
declare function HexagonLetterQIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1169
|
+
|
|
1170
|
+
declare function HexagonLetterRIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1171
|
+
|
|
1172
|
+
declare function HexagonLetterSIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1173
|
+
|
|
1174
|
+
declare function HexagonLetterTIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1175
|
+
|
|
1176
|
+
declare function HexagonLetterUIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1177
|
+
|
|
1178
|
+
declare function HexagonLetterVIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1179
|
+
|
|
1180
|
+
declare function HexagonLetterWIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1181
|
+
|
|
1182
|
+
declare function HexagonLetterXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1183
|
+
|
|
1184
|
+
declare function HexagonLetterYIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1185
|
+
|
|
1186
|
+
declare function HexagonLetterZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1187
|
+
|
|
1188
|
+
declare function HexagonMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1189
|
+
|
|
1190
|
+
declare function HexagonNumber0Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1191
|
+
|
|
1192
|
+
declare function HexagonNumber1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1193
|
+
|
|
1194
|
+
declare function HexagonNumber2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1195
|
+
|
|
1196
|
+
declare function HexagonNumber3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1197
|
+
|
|
1198
|
+
declare function HexagonNumber4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1199
|
+
|
|
1200
|
+
declare function HexagonNumber5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1201
|
+
|
|
1202
|
+
declare function HexagonNumber6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1203
|
+
|
|
1204
|
+
declare function HexagonNumber7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1205
|
+
|
|
1206
|
+
declare function HexagonNumber8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1207
|
+
|
|
1208
|
+
declare function HexagonNumber9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1209
|
+
|
|
1210
|
+
declare function HexagonPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1211
|
+
|
|
1212
|
+
declare function HexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1213
|
+
|
|
1214
|
+
declare function Home2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1215
|
+
|
|
1216
|
+
declare function HomeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1217
|
+
|
|
1218
|
+
declare function HospitalCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1219
|
+
|
|
1220
|
+
declare function HourglassIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1221
|
+
|
|
1222
|
+
declare function IconsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1223
|
+
|
|
1224
|
+
declare function IdIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1225
|
+
|
|
1226
|
+
declare function InfoCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1227
|
+
|
|
1228
|
+
declare function InfoHexagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1229
|
+
|
|
1230
|
+
declare function InfoOctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1231
|
+
|
|
1232
|
+
declare function InfoSquareRoundedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1233
|
+
|
|
1234
|
+
declare function InfoSquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1235
|
+
|
|
1236
|
+
declare function InfoTriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1237
|
+
|
|
1238
|
+
declare function InnerShadowBottomLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1239
|
+
|
|
1240
|
+
declare function InnerShadowBottomRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1241
|
+
|
|
1242
|
+
declare function InnerShadowBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1243
|
+
|
|
1244
|
+
declare function InnerShadowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1245
|
+
|
|
1246
|
+
declare function InnerShadowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1247
|
+
|
|
1248
|
+
declare function InnerShadowTopLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1249
|
+
|
|
1250
|
+
declare function InnerShadowTopRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1251
|
+
|
|
1252
|
+
declare function InnerShadowTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1253
|
+
|
|
1254
|
+
declare function Ironing1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1255
|
+
|
|
1256
|
+
declare function Ironing2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1257
|
+
|
|
1258
|
+
declare function Ironing3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1259
|
+
|
|
1260
|
+
declare function IroningSteamIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1261
|
+
|
|
1262
|
+
declare function IroningIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1263
|
+
|
|
1264
|
+
declare function JetpackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1265
|
+
|
|
1266
|
+
declare function JewishStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1267
|
+
|
|
1268
|
+
declare function KeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1269
|
+
|
|
1270
|
+
declare function KeyboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1271
|
+
|
|
1272
|
+
declare function KeyframeAlignCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1273
|
+
|
|
1274
|
+
declare function KeyframeAlignHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1275
|
+
|
|
1276
|
+
declare function KeyframeAlignVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1277
|
+
|
|
1278
|
+
declare function KeyframeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1279
|
+
|
|
1280
|
+
declare function KeyframesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1281
|
+
|
|
1282
|
+
declare function LabelImportantIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1283
|
+
|
|
1284
|
+
declare function LabelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1285
|
+
|
|
1286
|
+
declare function LassoPolygonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1287
|
+
|
|
1288
|
+
declare function LaurelWreath1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1289
|
+
|
|
1290
|
+
declare function LaurelWreath2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1291
|
+
|
|
1292
|
+
declare function LaurelWreath3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1293
|
+
|
|
1294
|
+
declare function LaurelWreathIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1295
|
+
|
|
1296
|
+
declare function Layout2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1297
|
+
|
|
1298
|
+
declare function LayoutAlignBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1299
|
+
|
|
1300
|
+
declare function LayoutAlignCenterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1301
|
+
|
|
1302
|
+
declare function LayoutAlignLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1303
|
+
|
|
1304
|
+
declare function LayoutAlignMiddleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1305
|
+
|
|
1306
|
+
declare function LayoutAlignRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1307
|
+
|
|
1308
|
+
declare function LayoutAlignTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1309
|
+
|
|
1310
|
+
declare function LayoutBoardSplitIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1311
|
+
|
|
1312
|
+
declare function LayoutBoardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1313
|
+
|
|
1314
|
+
declare function LayoutBottombarCollapseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1315
|
+
|
|
1316
|
+
declare function LayoutBottombarExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1317
|
+
|
|
1318
|
+
declare function LayoutBottombarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1319
|
+
|
|
1320
|
+
declare function LayoutCardsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1321
|
+
|
|
1322
|
+
declare function LayoutDashboardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1323
|
+
|
|
1324
|
+
declare function LayoutDistributeHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1325
|
+
|
|
1326
|
+
declare function LayoutDistributeVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1327
|
+
|
|
1328
|
+
declare function LayoutGridIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1329
|
+
|
|
1330
|
+
declare function LayoutKanbanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1331
|
+
|
|
1332
|
+
declare function LayoutListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1333
|
+
|
|
1334
|
+
declare function LayoutNavbarCollapseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1335
|
+
|
|
1336
|
+
declare function LayoutNavbarExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1337
|
+
|
|
1338
|
+
declare function LayoutNavbarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1339
|
+
|
|
1340
|
+
declare function LayoutSidebarLeftCollapseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1341
|
+
|
|
1342
|
+
declare function LayoutSidebarLeftExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1343
|
+
|
|
1344
|
+
declare function LayoutSidebarRightCollapseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1345
|
+
|
|
1346
|
+
declare function LayoutSidebarRightExpandIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1347
|
+
|
|
1348
|
+
declare function LayoutSidebarRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1349
|
+
|
|
1350
|
+
declare function LayoutSidebarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1351
|
+
|
|
1352
|
+
declare function LayoutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1353
|
+
|
|
1354
|
+
declare function LeafIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1355
|
+
|
|
1356
|
+
declare function LegoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1357
|
+
|
|
1358
|
+
declare function Lemon2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1359
|
+
|
|
1360
|
+
declare function LibraryPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1361
|
+
|
|
1362
|
+
declare function LibraryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1363
|
+
|
|
1364
|
+
declare function LifebuoyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1365
|
+
|
|
1366
|
+
declare function LinkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1367
|
+
|
|
1368
|
+
declare function ListCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1369
|
+
|
|
1370
|
+
declare function ListDetailsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1371
|
+
|
|
1372
|
+
declare function ListIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1373
|
+
|
|
1374
|
+
declare function LivePhotoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1375
|
+
|
|
1376
|
+
declare function LiveViewIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1377
|
+
|
|
1378
|
+
declare function LocationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1379
|
+
|
|
1380
|
+
declare function LockSquareRoundedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1381
|
+
|
|
1382
|
+
declare function LockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1383
|
+
|
|
1384
|
+
declare function LungsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1385
|
+
|
|
1386
|
+
declare function MacroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1387
|
+
|
|
1388
|
+
declare function MagnetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1389
|
+
|
|
1390
|
+
declare function MailOpenedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1391
|
+
|
|
1392
|
+
declare function MailIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1393
|
+
|
|
1394
|
+
declare function ManIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1395
|
+
|
|
1396
|
+
declare function ManualGearboxIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1397
|
+
|
|
1398
|
+
declare function MapPinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1399
|
+
|
|
1400
|
+
declare function MedicalCrossIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1401
|
+
|
|
1402
|
+
declare function MeepleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1403
|
+
|
|
1404
|
+
declare function MelonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1405
|
+
|
|
1406
|
+
declare function Menu2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1407
|
+
|
|
1408
|
+
declare function Message2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1409
|
+
|
|
1410
|
+
declare function MessageChatbotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1411
|
+
|
|
1412
|
+
declare function MessageCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1413
|
+
|
|
1414
|
+
declare function MessageReportIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1415
|
+
|
|
1416
|
+
declare function MessageIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1417
|
+
|
|
1418
|
+
declare function MessagesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1419
|
+
|
|
1420
|
+
declare function MeteorIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1421
|
+
|
|
1422
|
+
declare function MichelinStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1423
|
+
|
|
1424
|
+
declare function MickeyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1425
|
+
|
|
1426
|
+
declare function MicrophoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1427
|
+
|
|
1428
|
+
declare function MicroscopeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1429
|
+
|
|
1430
|
+
declare function MicrowaveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1431
|
+
|
|
1432
|
+
declare function MilitaryRankIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1433
|
+
|
|
1434
|
+
declare function MilkIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1435
|
+
|
|
1436
|
+
declare function MoodAngryIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1437
|
+
|
|
1438
|
+
declare function MoodConfuzedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1439
|
+
|
|
1440
|
+
declare function MoodCrazyHappyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1441
|
+
|
|
1442
|
+
declare function MoodEmptyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1443
|
+
|
|
1444
|
+
declare function MoodHappyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1445
|
+
|
|
1446
|
+
declare function MoodKidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1447
|
+
|
|
1448
|
+
declare function MoodNeutralIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1449
|
+
|
|
1450
|
+
declare function MoodSadIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1451
|
+
|
|
1452
|
+
declare function MoodSmileIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1453
|
+
|
|
1454
|
+
declare function MoodWrrrIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1455
|
+
|
|
1456
|
+
declare function MoonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1457
|
+
|
|
1458
|
+
declare function MotorbikeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1459
|
+
|
|
1460
|
+
declare function MountainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1461
|
+
|
|
1462
|
+
declare function MouseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1463
|
+
|
|
1464
|
+
declare function MugIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1465
|
+
|
|
1466
|
+
declare function MushroomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1467
|
+
|
|
1468
|
+
declare function NavigationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1469
|
+
|
|
1470
|
+
declare function NurseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1471
|
+
|
|
1472
|
+
declare function OctagonMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1473
|
+
|
|
1474
|
+
declare function OctagonPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1475
|
+
|
|
1476
|
+
declare function OctagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1477
|
+
|
|
1478
|
+
declare function OvalVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1479
|
+
|
|
1480
|
+
declare function OvalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1481
|
+
|
|
1482
|
+
declare function PacmanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1483
|
+
|
|
1484
|
+
declare function PaintIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1485
|
+
|
|
1486
|
+
declare function PaletteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1487
|
+
|
|
1488
|
+
declare function PanoramaHorizontalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1489
|
+
|
|
1490
|
+
declare function PanoramaVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1491
|
+
|
|
1492
|
+
declare function ParkingCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1493
|
+
|
|
1494
|
+
declare function PawIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1495
|
+
|
|
1496
|
+
declare function PencilIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1497
|
+
|
|
1498
|
+
declare function Pennant2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1499
|
+
|
|
1500
|
+
declare function PennantIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1501
|
+
|
|
1502
|
+
declare function PentagonIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1503
|
+
|
|
1504
|
+
declare function PhoneCallIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1505
|
+
|
|
1506
|
+
declare function PhoneCallingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1507
|
+
|
|
1508
|
+
declare function PhoneCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1509
|
+
|
|
1510
|
+
declare function PhoneXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1511
|
+
|
|
1512
|
+
declare function PhoneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1513
|
+
|
|
1514
|
+
declare function PhotoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1515
|
+
|
|
1516
|
+
declare function PictureInPictureTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1517
|
+
|
|
1518
|
+
declare function PictureInPictureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1519
|
+
|
|
1520
|
+
declare function PigIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1521
|
+
|
|
1522
|
+
declare function PillIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1523
|
+
|
|
1524
|
+
declare function PinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1525
|
+
|
|
1526
|
+
declare function PinnedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1527
|
+
|
|
1528
|
+
declare function PizzaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1529
|
+
|
|
1530
|
+
declare function PlaneArrivalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1531
|
+
|
|
1532
|
+
declare function PlaneDepartureIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1533
|
+
|
|
1534
|
+
declare function PlaneTiltIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1535
|
+
|
|
1536
|
+
declare function PlaneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1537
|
+
|
|
1538
|
+
declare function PlayCard1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1539
|
+
|
|
1540
|
+
declare function PlayCard10Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1541
|
+
|
|
1542
|
+
declare function PlayCard2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1543
|
+
|
|
1544
|
+
declare function PlayCard3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1545
|
+
|
|
1546
|
+
declare function PlayCard4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1547
|
+
|
|
1548
|
+
declare function PlayCard5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1549
|
+
|
|
1550
|
+
declare function PlayCard6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1551
|
+
|
|
1552
|
+
declare function PlayCard7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1553
|
+
|
|
1554
|
+
declare function PlayCard8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1555
|
+
|
|
1556
|
+
declare function PlayCard9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1557
|
+
|
|
1558
|
+
declare function PlayCardAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1559
|
+
|
|
1560
|
+
declare function PlayCardJIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1561
|
+
|
|
1562
|
+
declare function PlayCardKIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1563
|
+
|
|
1564
|
+
declare function PlayCardQIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1565
|
+
|
|
1566
|
+
declare function PlayCardStarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1567
|
+
|
|
1568
|
+
declare function PlayCardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1569
|
+
|
|
1570
|
+
declare function PlayerEjectIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1571
|
+
|
|
1572
|
+
declare function PlayerPauseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1573
|
+
|
|
1574
|
+
declare function PlayerPlayIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1575
|
+
|
|
1576
|
+
declare function PlayerRecordIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1577
|
+
|
|
1578
|
+
declare function PlayerSkipBackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1579
|
+
|
|
1580
|
+
declare function PlayerSkipForwardIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1581
|
+
|
|
1582
|
+
declare function PlayerStopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1583
|
+
|
|
1584
|
+
declare function PlayerTrackNextIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1585
|
+
|
|
1586
|
+
declare function PlayerTrackPrevIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1587
|
+
|
|
1588
|
+
declare function PlaylistIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1589
|
+
|
|
1590
|
+
declare function PlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1591
|
+
|
|
1592
|
+
declare function PointIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1593
|
+
|
|
1594
|
+
declare function PointerIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1595
|
+
|
|
1596
|
+
declare function PolaroidIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1597
|
+
|
|
1598
|
+
declare function PooIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1599
|
+
|
|
1600
|
+
declare function PresentationAnalyticsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1601
|
+
|
|
1602
|
+
declare function PresentationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1603
|
+
|
|
1604
|
+
declare function PuzzleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1605
|
+
|
|
1606
|
+
declare function QuoteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1607
|
+
|
|
1608
|
+
declare function RadarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1609
|
+
|
|
1610
|
+
declare function RadioactiveIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1611
|
+
|
|
1612
|
+
declare function ReceiptDollarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1613
|
+
|
|
1614
|
+
declare function ReceiptEuroIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1615
|
+
|
|
1616
|
+
declare function ReceiptPoundIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1617
|
+
|
|
1618
|
+
declare function ReceiptRupeeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1619
|
+
|
|
1620
|
+
declare function ReceiptYenIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1621
|
+
|
|
1622
|
+
declare function ReceiptYuanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1623
|
+
|
|
1624
|
+
declare function ReceiptIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1625
|
+
|
|
1626
|
+
declare function RectangleVerticalIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1627
|
+
|
|
1628
|
+
declare function RectangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1629
|
+
|
|
1630
|
+
declare function RegisteredIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1631
|
+
|
|
1632
|
+
declare function RelationManyToManyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1633
|
+
|
|
1634
|
+
declare function RelationOneToManyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1635
|
+
|
|
1636
|
+
declare function RelationOneToOneIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1637
|
+
|
|
1638
|
+
declare function ReplaceIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1639
|
+
|
|
1640
|
+
declare function ReportAnalyticsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1641
|
+
|
|
1642
|
+
declare function ReportMoneyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1643
|
+
|
|
1644
|
+
declare function RollercoasterIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1645
|
+
|
|
1646
|
+
declare function RosetteDiscountCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1647
|
+
|
|
1648
|
+
declare function RosetteDiscountIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1649
|
+
|
|
1650
|
+
declare function RosetteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1651
|
+
|
|
1652
|
+
declare function SaladIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1653
|
+
|
|
1654
|
+
declare function SatelliteIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1655
|
+
|
|
1656
|
+
declare function ScaleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1657
|
+
|
|
1658
|
+
declare function SchoolIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1659
|
+
|
|
1660
|
+
declare function ScubaDivingTankIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1661
|
+
|
|
1662
|
+
declare function SearchIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1663
|
+
|
|
1664
|
+
declare function SectionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1665
|
+
|
|
1666
|
+
declare function SeedlingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1667
|
+
|
|
1668
|
+
declare function SendIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1669
|
+
|
|
1670
|
+
declare function SettingsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1671
|
+
|
|
1672
|
+
declare function ShieldCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1673
|
+
|
|
1674
|
+
declare function ShieldCheckeredIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1675
|
+
|
|
1676
|
+
declare function ShieldHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1677
|
+
|
|
1678
|
+
declare function ShieldLockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1679
|
+
|
|
1680
|
+
declare function ShieldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1681
|
+
|
|
1682
|
+
declare function ShirtIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1683
|
+
|
|
1684
|
+
declare function ShoppingCartIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1685
|
+
|
|
1686
|
+
declare function SignLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1687
|
+
|
|
1688
|
+
declare function SignRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1689
|
+
|
|
1690
|
+
declare function SitemapIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1691
|
+
|
|
1692
|
+
declare function SortAscending2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1693
|
+
|
|
1694
|
+
declare function SortAscendingShapesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1695
|
+
|
|
1696
|
+
declare function SortDescending2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1697
|
+
|
|
1698
|
+
declare function SortDescendingShapesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1699
|
+
|
|
1700
|
+
declare function SoupIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1701
|
+
|
|
1702
|
+
declare function SpadeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1703
|
+
|
|
1704
|
+
declare function Sparkles2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1705
|
+
|
|
1706
|
+
declare function SparklesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1707
|
+
|
|
1708
|
+
declare function SpeedboatIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1709
|
+
|
|
1710
|
+
declare function SpiderIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1711
|
+
|
|
1712
|
+
declare function SquareArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1713
|
+
|
|
1714
|
+
declare function SquareArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1715
|
+
|
|
1716
|
+
declare function SquareArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1717
|
+
|
|
1718
|
+
declare function SquareArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1719
|
+
|
|
1720
|
+
declare function SquareAsteriskIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1721
|
+
|
|
1722
|
+
declare function SquareCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1723
|
+
|
|
1724
|
+
declare function SquareChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1725
|
+
|
|
1726
|
+
declare function SquareChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1727
|
+
|
|
1728
|
+
declare function SquareChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1729
|
+
|
|
1730
|
+
declare function SquareChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1731
|
+
|
|
1732
|
+
declare function SquareChevronsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1733
|
+
|
|
1734
|
+
declare function SquareChevronsLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1735
|
+
|
|
1736
|
+
declare function SquareChevronsRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1737
|
+
|
|
1738
|
+
declare function SquareChevronsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1739
|
+
|
|
1740
|
+
declare function SquareDotIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1741
|
+
|
|
1742
|
+
declare function SquareF0Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1743
|
+
|
|
1744
|
+
declare function SquareF1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1745
|
+
|
|
1746
|
+
declare function SquareF2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1747
|
+
|
|
1748
|
+
declare function SquareF3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1749
|
+
|
|
1750
|
+
declare function SquareF4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1751
|
+
|
|
1752
|
+
declare function SquareF5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1753
|
+
|
|
1754
|
+
declare function SquareF6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1755
|
+
|
|
1756
|
+
declare function SquareF7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1757
|
+
|
|
1758
|
+
declare function SquareF8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1759
|
+
|
|
1760
|
+
declare function SquareF9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1761
|
+
|
|
1762
|
+
declare function SquareLetterAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1763
|
+
|
|
1764
|
+
declare function SquareLetterBIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1765
|
+
|
|
1766
|
+
declare function SquareLetterCIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1767
|
+
|
|
1768
|
+
declare function SquareLetterDIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1769
|
+
|
|
1770
|
+
declare function SquareLetterEIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1771
|
+
|
|
1772
|
+
declare function SquareLetterFIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1773
|
+
|
|
1774
|
+
declare function SquareLetterGIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1775
|
+
|
|
1776
|
+
declare function SquareLetterHIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1777
|
+
|
|
1778
|
+
declare function SquareLetterIIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1779
|
+
|
|
1780
|
+
declare function SquareLetterJIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1781
|
+
|
|
1782
|
+
declare function SquareLetterKIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1783
|
+
|
|
1784
|
+
declare function SquareLetterLIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1785
|
+
|
|
1786
|
+
declare function SquareLetterMIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1787
|
+
|
|
1788
|
+
declare function SquareLetterNIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1789
|
+
|
|
1790
|
+
declare function SquareLetterOIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1791
|
+
|
|
1792
|
+
declare function SquareLetterPIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1793
|
+
|
|
1794
|
+
declare function SquareLetterQIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1795
|
+
|
|
1796
|
+
declare function SquareLetterRIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1797
|
+
|
|
1798
|
+
declare function SquareLetterSIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1799
|
+
|
|
1800
|
+
declare function SquareLetterTIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1801
|
+
|
|
1802
|
+
declare function SquareLetterUIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1803
|
+
|
|
1804
|
+
declare function SquareLetterVIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1805
|
+
|
|
1806
|
+
declare function SquareLetterWIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1807
|
+
|
|
1808
|
+
declare function SquareLetterXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1809
|
+
|
|
1810
|
+
declare function SquareLetterYIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1811
|
+
|
|
1812
|
+
declare function SquareLetterZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1813
|
+
|
|
1814
|
+
declare function SquareMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1815
|
+
|
|
1816
|
+
declare function SquareNumber0Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1817
|
+
|
|
1818
|
+
declare function SquareNumber1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1819
|
+
|
|
1820
|
+
declare function SquareNumber2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1821
|
+
|
|
1822
|
+
declare function SquareNumber3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1823
|
+
|
|
1824
|
+
declare function SquareNumber4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1825
|
+
|
|
1826
|
+
declare function SquareNumber5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1827
|
+
|
|
1828
|
+
declare function SquareNumber6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1829
|
+
|
|
1830
|
+
declare function SquareNumber7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1831
|
+
|
|
1832
|
+
declare function SquareNumber8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1833
|
+
|
|
1834
|
+
declare function SquareNumber9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1835
|
+
|
|
1836
|
+
declare function SquareRotatedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1837
|
+
|
|
1838
|
+
declare function SquareRoundedArrowDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1839
|
+
|
|
1840
|
+
declare function SquareRoundedArrowLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1841
|
+
|
|
1842
|
+
declare function SquareRoundedArrowRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1843
|
+
|
|
1844
|
+
declare function SquareRoundedArrowUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1845
|
+
|
|
1846
|
+
declare function SquareRoundedCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1847
|
+
|
|
1848
|
+
declare function SquareRoundedChevronDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1849
|
+
|
|
1850
|
+
declare function SquareRoundedChevronLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1851
|
+
|
|
1852
|
+
declare function SquareRoundedChevronRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1853
|
+
|
|
1854
|
+
declare function SquareRoundedChevronUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1855
|
+
|
|
1856
|
+
declare function SquareRoundedChevronsDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1857
|
+
|
|
1858
|
+
declare function SquareRoundedChevronsLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1859
|
+
|
|
1860
|
+
declare function SquareRoundedChevronsRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1861
|
+
|
|
1862
|
+
declare function SquareRoundedChevronsUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1863
|
+
|
|
1864
|
+
declare function SquareRoundedLetterAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1865
|
+
|
|
1866
|
+
declare function SquareRoundedLetterBIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1867
|
+
|
|
1868
|
+
declare function SquareRoundedLetterCIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1869
|
+
|
|
1870
|
+
declare function SquareRoundedLetterDIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1871
|
+
|
|
1872
|
+
declare function SquareRoundedLetterEIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1873
|
+
|
|
1874
|
+
declare function SquareRoundedLetterFIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1875
|
+
|
|
1876
|
+
declare function SquareRoundedLetterGIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1877
|
+
|
|
1878
|
+
declare function SquareRoundedLetterHIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1879
|
+
|
|
1880
|
+
declare function SquareRoundedLetterIIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1881
|
+
|
|
1882
|
+
declare function SquareRoundedLetterJIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1883
|
+
|
|
1884
|
+
declare function SquareRoundedLetterKIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1885
|
+
|
|
1886
|
+
declare function SquareRoundedLetterLIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1887
|
+
|
|
1888
|
+
declare function SquareRoundedLetterMIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1889
|
+
|
|
1890
|
+
declare function SquareRoundedLetterNIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1891
|
+
|
|
1892
|
+
declare function SquareRoundedLetterOIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1893
|
+
|
|
1894
|
+
declare function SquareRoundedLetterPIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1895
|
+
|
|
1896
|
+
declare function SquareRoundedLetterQIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1897
|
+
|
|
1898
|
+
declare function SquareRoundedLetterRIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1899
|
+
|
|
1900
|
+
declare function SquareRoundedLetterSIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1901
|
+
|
|
1902
|
+
declare function SquareRoundedLetterTIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1903
|
+
|
|
1904
|
+
declare function SquareRoundedLetterUIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1905
|
+
|
|
1906
|
+
declare function SquareRoundedLetterVIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1907
|
+
|
|
1908
|
+
declare function SquareRoundedLetterWIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1909
|
+
|
|
1910
|
+
declare function SquareRoundedLetterXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1911
|
+
|
|
1912
|
+
declare function SquareRoundedLetterYIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1913
|
+
|
|
1914
|
+
declare function SquareRoundedLetterZIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1915
|
+
|
|
1916
|
+
declare function SquareRoundedMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1917
|
+
|
|
1918
|
+
declare function SquareRoundedNumber0Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1919
|
+
|
|
1920
|
+
declare function SquareRoundedNumber1Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1921
|
+
|
|
1922
|
+
declare function SquareRoundedNumber2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1923
|
+
|
|
1924
|
+
declare function SquareRoundedNumber3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1925
|
+
|
|
1926
|
+
declare function SquareRoundedNumber4Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1927
|
+
|
|
1928
|
+
declare function SquareRoundedNumber5Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1929
|
+
|
|
1930
|
+
declare function SquareRoundedNumber6Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1931
|
+
|
|
1932
|
+
declare function SquareRoundedNumber7Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1933
|
+
|
|
1934
|
+
declare function SquareRoundedNumber8Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1935
|
+
|
|
1936
|
+
declare function SquareRoundedNumber9Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1937
|
+
|
|
1938
|
+
declare function SquareRoundedPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1939
|
+
|
|
1940
|
+
declare function SquareRoundedXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1941
|
+
|
|
1942
|
+
declare function SquareRoundedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1943
|
+
|
|
1944
|
+
declare function SquareXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1945
|
+
|
|
1946
|
+
declare function SquareIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1947
|
+
|
|
1948
|
+
declare function SquaresIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1949
|
+
|
|
1950
|
+
declare function Stack2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1951
|
+
|
|
1952
|
+
declare function Stack3Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1953
|
+
|
|
1954
|
+
declare function StackIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1955
|
+
|
|
1956
|
+
declare function StarHalfIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1957
|
+
|
|
1958
|
+
declare function StarIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1959
|
+
|
|
1960
|
+
declare function StarsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1961
|
+
|
|
1962
|
+
declare function SteeringWheelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1963
|
+
|
|
1964
|
+
declare function SunHighIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1965
|
+
|
|
1966
|
+
declare function SunLowIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1967
|
+
|
|
1968
|
+
declare function SunIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1969
|
+
|
|
1970
|
+
declare function SunglassesIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1971
|
+
|
|
1972
|
+
declare function SunriseIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1973
|
+
|
|
1974
|
+
declare function Sunset2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1975
|
+
|
|
1976
|
+
declare function SunsetIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1977
|
+
|
|
1978
|
+
declare function SwipeDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1979
|
+
|
|
1980
|
+
declare function SwipeLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1981
|
+
|
|
1982
|
+
declare function SwipeRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1983
|
+
|
|
1984
|
+
declare function SwipeUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1985
|
+
|
|
1986
|
+
declare function TableIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1987
|
+
|
|
1988
|
+
declare function TagIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1989
|
+
|
|
1990
|
+
declare function TagsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1991
|
+
|
|
1992
|
+
declare function TemperatureMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1993
|
+
|
|
1994
|
+
declare function TemperaturePlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1995
|
+
|
|
1996
|
+
declare function TemplateIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1997
|
+
|
|
1998
|
+
declare function TestPipe2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
1999
|
+
|
|
2000
|
+
declare function ThumbDownIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2001
|
+
|
|
2002
|
+
declare function ThumbUpIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2003
|
+
|
|
2004
|
+
declare function TicketIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2005
|
+
|
|
2006
|
+
declare function TiltShiftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2007
|
+
|
|
2008
|
+
declare function TimelineEventIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2009
|
+
|
|
2010
|
+
declare function ToggleLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2011
|
+
|
|
2012
|
+
declare function ToggleRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2013
|
+
|
|
2014
|
+
declare function ToolsKitchen2Icon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2015
|
+
|
|
2016
|
+
declare function TrainIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2017
|
+
|
|
2018
|
+
declare function TransformIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2019
|
+
|
|
2020
|
+
declare function TransitionBottomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2021
|
+
|
|
2022
|
+
declare function TransitionLeftIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2023
|
+
|
|
2024
|
+
declare function TransitionRightIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2025
|
+
|
|
2026
|
+
declare function TransitionTopIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2027
|
+
|
|
2028
|
+
declare function TrashXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2029
|
+
|
|
2030
|
+
declare function TrashIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2031
|
+
|
|
2032
|
+
declare function TriangleInvertedIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2033
|
+
|
|
2034
|
+
declare function TriangleSquareCircleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2035
|
+
|
|
2036
|
+
declare function TriangleIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2037
|
+
|
|
2038
|
+
declare function TrolleyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2039
|
+
|
|
2040
|
+
declare function TrophyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2041
|
+
|
|
2042
|
+
declare function TruckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2043
|
+
|
|
2044
|
+
declare function UfoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2045
|
+
|
|
2046
|
+
declare function UmbrellaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2047
|
+
|
|
2048
|
+
declare function UserIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2049
|
+
|
|
2050
|
+
declare function VersionsIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2051
|
+
|
|
2052
|
+
declare function VideoMinusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2053
|
+
|
|
2054
|
+
declare function VideoPlusIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2055
|
+
|
|
2056
|
+
declare function VideoIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2057
|
+
|
|
2058
|
+
declare function WindmillIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2059
|
+
|
|
2060
|
+
declare function WindsockIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2061
|
+
|
|
2062
|
+
declare function WomanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2063
|
+
|
|
2064
|
+
declare function WorldIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2065
|
+
|
|
2066
|
+
declare function WritingSignIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2067
|
+
|
|
2068
|
+
declare function WritingIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2069
|
+
|
|
2070
|
+
declare function XIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2071
|
+
|
|
2072
|
+
declare function XboxAIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2073
|
+
|
|
2074
|
+
declare function XboxBIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2075
|
+
|
|
2076
|
+
declare function XboxXIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2077
|
+
|
|
2078
|
+
declare function XboxYIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2079
|
+
|
|
2080
|
+
declare function YinYangIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2081
|
+
|
|
2082
|
+
declare function ZeppelinIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2083
|
+
|
|
2084
|
+
declare function ZoomCancelIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2085
|
+
|
|
2086
|
+
declare function ZoomCheckIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2087
|
+
|
|
2088
|
+
declare function ZoomCodeIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2089
|
+
|
|
2090
|
+
declare function ZoomExclamationIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2091
|
+
|
|
2092
|
+
declare function ZoomInAreaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2093
|
+
|
|
2094
|
+
declare function ZoomInIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2095
|
+
|
|
2096
|
+
declare function ZoomMoneyIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2097
|
+
|
|
2098
|
+
declare function ZoomOutAreaIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2099
|
+
|
|
2100
|
+
declare function ZoomOutIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2101
|
+
|
|
2102
|
+
declare function ZoomPanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2103
|
+
|
|
2104
|
+
declare function ZoomQuestionIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2105
|
+
|
|
2106
|
+
declare function ZoomScanIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2107
|
+
|
|
2108
|
+
declare function ZoomIcon({ size, title, ...props }: IconProps): preact.JSX.Element;
|
|
2109
|
+
|
|
2110
|
+
export { AccessibleIcon, AdCircleIcon, AdIcon, AdjustmentsHorizontalIcon, AdjustmentsIcon, AerialLiftIcon, AffiliateIcon, AirBalloonIcon, AlarmIcon, AlarmMinusIcon, AlarmPlusIcon, AlarmSnoozeIcon, AlertCircleIcon, AlertHexagonIcon, AlertOctagonIcon, AlertSquareIcon, AlertSquareRoundedIcon, AlertTriangleIcon, AlienIcon, AlignBoxBottomCenterIcon, AlignBoxBottomLeftIcon, AlignBoxBottomRightIcon, AlignBoxCenterMiddleIcon, AlignBoxLeftBottomIcon, AlignBoxLeftMiddleIcon, AlignBoxLeftTopIcon, AlignBoxRightBottomIcon, AlignBoxRightMiddleIcon, AlignBoxRightTopIcon, AlignBoxTopCenterIcon, AlignBoxTopLeftIcon, AlignBoxTopRightIcon, AnalyzeIcon, AppWindowIcon, AppleIcon, AppsIcon, ArchiveIcon, ArrowAutofitContentIcon, ArrowAutofitDownIcon, ArrowAutofitHeightIcon, ArrowAutofitLeftIcon, ArrowAutofitRightIcon, ArrowAutofitUpIcon, ArrowAutofitWidthIcon, ArrowBadgeDownIcon, ArrowBadgeLeftIcon, ArrowBadgeRightIcon, ArrowBadgeUpIcon, ArrowBigDownIcon, ArrowBigDownLineIcon, ArrowBigDownLinesIcon, ArrowBigLeftIcon, ArrowBigLeftLineIcon, ArrowBigLeftLinesIcon, ArrowBigRightIcon, ArrowBigRightLineIcon, ArrowBigRightLinesIcon, ArrowBigUpIcon, ArrowBigUpLineIcon, ArrowBigUpLinesIcon, ArrowDownCircleIcon, ArrowDownRhombusIcon, ArrowDownSquareIcon, ArrowGuideIcon, ArrowLeftCircleIcon, ArrowLeftRhombusIcon, ArrowLeftSquareIcon, ArrowMoveDownIcon, ArrowMoveLeftIcon, ArrowMoveRightIcon, ArrowMoveUpIcon, ArrowRightCircleIcon, ArrowRightRhombusIcon, ArrowRightSquareIcon, ArrowUpCircleIcon, ArrowUpRhombusIcon, ArrowUpSquareIcon, ArtboardIcon, ArticleIcon, AspectRatioIcon, AssemblyIcon, AssetIcon, Atom2Icon, AutomaticGearboxIcon, AwardIcon, BabyCarriageIcon, BackspaceIcon, Badge3dIcon, Badge4kIcon, Badge8kIcon, BadgeAdIcon, BadgeArIcon, BadgeCcIcon, BadgeHdIcon, BadgeIcon, BadgeSdIcon, BadgeTmIcon, BadgeVoIcon, BadgeVrIcon, BadgeWcIcon, BadgesIcon, BallBowlingIcon, BalloonIcon, BallpenIcon, BandageIcon, BarbellIcon, BarrierBlockIcon, BasketIcon, BathIcon, Battery1Icon, Battery2Icon, Battery3Icon, Battery4Icon, BatteryAutomotiveIcon, BatteryIcon, BatteryVertical1Icon, BatteryVertical2Icon, BatteryVertical3Icon, BatteryVertical4Icon, BatteryVerticalIcon, BedFlatIcon, BedIcon, BeerIcon, BellIcon, BellMinusIcon, BellPlusIcon, BellRinging2Icon, BellRingingIcon, BellXIcon, BellZIcon, BikeIcon, BinaryTree2Icon, BinaryTreeIcon, BinocularsIcon, BiohazardIcon, BladeIcon, BlenderIcon, BlobIcon, BoltIcon, BombIcon, BoneIcon, BongIcon, BookIcon, BookmarkIcon, BookmarksIcon, BoomIcon, BottleIcon, BounceLeftIcon, BounceRightIcon, BowIcon, BowlChopsticksIcon, BowlIcon, BowlSpoonIcon, BoxAlignBottomIcon, BoxAlignBottomLeftIcon, BoxAlignBottomRightIcon, BoxAlignLeftIcon, BoxAlignRightIcon, BoxAlignTopIcon, BoxAlignTopLeftIcon, BoxAlignTopRightIcon, BoxMultipleIcon, BrandAngularIcon, BrandAppleIcon, BrandBitbucketIcon, BrandDiscordIcon, BrandDribbbleIcon, BrandFacebookIcon, BrandGithubIcon, BrandGoogleIcon, BrandInstagramIcon, BrandKickIcon, BrandLinkedinIcon, BrandMessengerIcon, BrandOpenSourceIcon, BrandOperaIcon, BrandPatreonIcon, BrandPaypalIcon, BrandPinterestIcon, BrandSketchIcon, BrandSnapchatIcon, BrandSpotifyIcon, BrandSteamIcon, BrandStripeIcon, BrandTablerIcon, BrandTiktokIcon, BrandTinderIcon, BrandTumblrIcon, BrandTwitterIcon, BrandVercelIcon, BrandVimeoIcon, BrandWeiboIcon, BrandWhatsappIcon, BrandWindowsIcon, BrandXIcon, BrandYoutubeIcon, BreadIcon, Briefcase2Icon, BriefcaseIcon, BrightnessAutoIcon, BrightnessDownIcon, BrightnessIcon, BrightnessUpIcon, BubbleIcon, BubbleTextIcon, BugIcon, BuildingBridge2Icon, BuildingBroadcastTowerIcon, BulbIcon, BusIcon, ButterflyIcon, CactusIcon, CalculatorIcon, CalendarEventIcon, CalendarIcon, CalendarMonthIcon, CalendarWeekIcon, CameraIcon, CampfireIcon, CandleIcon, CannabisIcon, CapsuleHorizontalIcon, CapsuleIcon, CaptureIcon, Car4wdIcon, CarCraneIcon, CarFanIcon, CarIcon, CarSuvIcon, CarambolaIcon, CaravanIcon, CardboardsIcon, CardsIcon, CaretDownIcon, CaretLeftIcon, CaretLeftRightIcon, CaretRightIcon, CaretUpDownIcon, CaretUpIcon, CarouselHorizontalIcon, CarouselVerticalIcon, CashBanknoteIcon, CategoryIcon, ChargingPileIcon, ChartAreaIcon, ChartAreaLineIcon, ChartBubbleIcon, ChartCandleIcon, ChartDonutIcon, ChartDots2Icon, ChartDots3Icon, ChartDotsIcon, ChartFunnelIcon, ChartGridDotsIcon, ChartPie2Icon, ChartPie3Icon, ChartPie4Icon, ChartPieIcon, CheckIcon, ChefHatIcon, CherryIcon, ChessBishopIcon, ChessIcon, ChessKingIcon, ChessKnightIcon, ChessQueenIcon, ChessRookIcon, ChevronDownIcon, ChevronRightIcon, ChristmasTreeIcon, CircleArrowDownIcon, CircleArrowDownLeftIcon, CircleArrowDownRightIcon, CircleArrowLeftIcon, CircleArrowRightIcon, CircleArrowUpIcon, CircleArrowUpLeftIcon, CircleArrowUpRightIcon, CircleCaretDownIcon, CircleCaretLeftIcon, CircleCaretRightIcon, CircleCaretUpIcon, CircleCheckIcon, CircleChevronDownIcon, CircleChevronLeftIcon, CircleChevronRightIcon, CircleChevronUpIcon, CircleChevronsDownIcon, CircleChevronsLeftIcon, CircleChevronsRightIcon, CircleChevronsUpIcon, CircleDotIcon, CircleIcon, CircleKeyIcon, CircleLetterAIcon, CircleLetterBIcon, CircleLetterCIcon, CircleLetterDIcon, CircleLetterEIcon, CircleLetterFIcon, CircleLetterGIcon, CircleLetterHIcon, CircleLetterIIcon, CircleLetterJIcon, CircleLetterKIcon, CircleLetterLIcon, CircleLetterMIcon, CircleLetterNIcon, CircleLetterOIcon, CircleLetterPIcon, CircleLetterQIcon, CircleLetterRIcon, CircleLetterSIcon, CircleLetterTIcon, CircleLetterUIcon, CircleLetterVIcon, CircleLetterWIcon, CircleLetterXIcon, CircleLetterYIcon, CircleLetterZIcon, CircleNumber0Icon, CircleNumber1Icon, CircleNumber2Icon, CircleNumber3Icon, CircleNumber4Icon, CircleNumber5Icon, CircleNumber6Icon, CircleNumber7Icon, CircleNumber8Icon, CircleNumber9Icon, CirclePercentageIcon, CirclePlusIcon, CircleRectangleIcon, CircleXIcon, CirclesIcon, ClickIcon, ClipboardCheckIcon, ClipboardDataIcon, ClipboardIcon, ClipboardListIcon, ClipboardPlusIcon, ClipboardSmileIcon, ClipboardTextIcon, ClipboardTypographyIcon, ClipboardXIcon, ClockHour10Icon, ClockHour11Icon, ClockHour12Icon, ClockHour1Icon, ClockHour2Icon, ClockHour3Icon, ClockHour4Icon, ClockHour5Icon, ClockHour6Icon, ClockHour7Icon, ClockHour8Icon, ClockHour9Icon, ClockIcon, CloudComputingIcon, CloudDataConnectionIcon, CloudIcon, CloverIcon, ClubsIcon, CodeCircle2Icon, CodeCircleIcon, CoinBitcoinIcon, CoinEuroIcon, CoinIcon, CoinMoneroIcon, CoinPoundIcon, CoinRupeeIcon, CoinTakaIcon, CoinYenIcon, CoinYuanIcon, Columns1Icon, Columns2Icon, Columns3Icon, CompassIcon, Cone2Icon, ConeIcon, ConfettiIcon, ContainerIcon, Contrast2Icon, ContrastIcon, CookieIcon, CookieManIcon, CopyCheckIcon, CopyIcon, CopyMinusIcon, CopyPlusIcon, CopyXIcon, CopyleftIcon, CopyrightIcon, CreditCardIcon, Crop11Icon, Crop169Icon, Crop32Icon, Crop54Icon, Crop75Icon, CropLandscapeIcon, CropPortraitIcon, CrossIcon, CrownIcon, CurrentLocationIcon, DashboardIcon, DatabaseIcon, DeviceCctvIcon, DeviceDesktopIcon, DeviceFloppyIcon, DeviceGamepad2Icon, DeviceGamepad3Icon, DeviceGamepadIcon, DeviceHeartMonitorIcon, DeviceImacIcon, DeviceIpadIcon, DeviceMobileIcon, DeviceRemoteIcon, DeviceSpeakerIcon, DeviceTabletIcon, DeviceTvIcon, DeviceTvOldIcon, DeviceUnknownIcon, DeviceUsbIcon, DeviceVisionProIcon, DeviceWatchIcon, DialpadIcon, DiamondIcon, DiamondsIcon, Dice1Icon, Dice2Icon, Dice3Icon, Dice4Icon, Dice5Icon, Dice6Icon, DiceIcon, DirectionArrowsIcon, DirectionSignIcon, DirectionsIcon, DiscIcon, DiscountIcon, DotsIcon, DotsVerticalIcon, DownloadIcon, DropCircleIcon, DropletHalf2Icon, DropletHalfIcon, DropletIcon, DropletsIcon, DualScreenIcon, DumplingIcon, EaseInControlPointIcon, EaseInOutControlPointsIcon, EaseOutControlPointIcon, EditIcon, EggCrackedIcon, EggFriedIcon, EggIcon, ElevatorIcon, EngineIcon, EscalatorDownIcon, EscalatorIcon, EscalatorUpIcon, ExchangeIcon, ExclamationCircleIcon, ExplicitIcon, ExposureIcon, ExternalLinkIcon, EyeIcon, EyeTableIcon, Eyeglass2Icon, EyeglassIcon, FaceMaskIcon, FaviconIcon, FeatherIcon, FenceIcon, FerryIcon, FidgetSpinnerIcon, FileAnalyticsIcon, FileCheckIcon, FileCode2Icon, FileCodeIcon, FileCvIcon, FileDeltaIcon, FileDescriptionIcon, FileDiffIcon, FileDigitIcon, FileDollarIcon, FileDotsIcon, FileDownloadIcon, FileEuroIcon, FileFunctionIcon, FileHorizontalIcon, FileIcon, FileInfoIcon, FileInvoiceIcon, FileLambdaIcon, FileMinusIcon, FileMusicIcon, FileNeutralIcon, FilePencilIcon, FilePercentIcon, FilePhoneIcon, FilePowerIcon, FileRssIcon, FileSadIcon, FileScissorsIcon, FileSettingsIcon, FileSignalIcon, FileSmileIcon, FileStarIcon, FileTextIcon, FileTimeIcon, FileTypographyIcon, FileUnknownIcon, FileUploadIcon, FileVectorIcon, FileXIcon, FilesIcon, FilterIcon, FiltersIcon, FishBoneIcon, Flag2Icon, Flag3Icon, FlagIcon, FlameIcon, FlareIcon, Flask2Icon, FlaskIcon, FlowerIcon, FolderIcon, FolderOpenIcon, FoldersIcon, Forbid2Icon, ForbidIcon, FountainIcon, FunctionIcon, GardenCartIcon, GasStationIcon, GaugeIcon, Ghost2Icon, Ghost3Icon, GhostIcon, GiftCardIcon, GiftIcon, GlassFullIcon, GlassIcon, GlobeIcon, GolfIcon, GpsIcon, GraphIcon, GridPatternIcon, GuitarPickIcon, Hanger2Icon, HeadphonesIcon, HeadsetIcon, HeartBrokenIcon, HeartIcon, HelicopterIcon, HelicopterLandingIcon, HelpCircleIcon, HelpHexagonIcon, HelpIcon, HelpOctagonIcon, HelpSquareIcon, HelpSquareRoundedIcon, HelpTriangleIcon, HexagonIcon, HexagonLetterAIcon, HexagonLetterBIcon, HexagonLetterCIcon, HexagonLetterDIcon, HexagonLetterEIcon, HexagonLetterFIcon, HexagonLetterGIcon, HexagonLetterHIcon, HexagonLetterIIcon, HexagonLetterJIcon, HexagonLetterKIcon, HexagonLetterLIcon, HexagonLetterMIcon, HexagonLetterNIcon, HexagonLetterOIcon, HexagonLetterPIcon, HexagonLetterQIcon, HexagonLetterRIcon, HexagonLetterSIcon, HexagonLetterTIcon, HexagonLetterUIcon, HexagonLetterVIcon, HexagonLetterWIcon, HexagonLetterXIcon, HexagonLetterYIcon, HexagonLetterZIcon, HexagonMinusIcon, HexagonNumber0Icon, HexagonNumber1Icon, HexagonNumber2Icon, HexagonNumber3Icon, HexagonNumber4Icon, HexagonNumber5Icon, HexagonNumber6Icon, HexagonNumber7Icon, HexagonNumber8Icon, HexagonNumber9Icon, HexagonPlusIcon, Home2Icon, HomeIcon, HospitalCircleIcon, HourglassIcon, IconsIcon, IdIcon, InfoCircleIcon, InfoHexagonIcon, InfoOctagonIcon, InfoSquareIcon, InfoSquareRoundedIcon, InfoTriangleIcon, InnerShadowBottomIcon, InnerShadowBottomLeftIcon, InnerShadowBottomRightIcon, InnerShadowLeftIcon, InnerShadowRightIcon, InnerShadowTopIcon, InnerShadowTopLeftIcon, InnerShadowTopRightIcon, Ironing1Icon, Ironing2Icon, Ironing3Icon, IroningIcon, IroningSteamIcon, JetpackIcon, JewishStarIcon, KeyIcon, KeyboardIcon, KeyframeAlignCenterIcon, KeyframeAlignHorizontalIcon, KeyframeAlignVerticalIcon, KeyframeIcon, KeyframesIcon, LabelIcon, LabelImportantIcon, LassoPolygonIcon, LaurelWreath1Icon, LaurelWreath2Icon, LaurelWreath3Icon, LaurelWreathIcon, Layout2Icon, LayoutAlignBottomIcon, LayoutAlignCenterIcon, LayoutAlignLeftIcon, LayoutAlignMiddleIcon, LayoutAlignRightIcon, LayoutAlignTopIcon, LayoutBoardIcon, LayoutBoardSplitIcon, LayoutBottombarCollapseIcon, LayoutBottombarExpandIcon, LayoutBottombarIcon, LayoutCardsIcon, LayoutDashboardIcon, LayoutDistributeHorizontalIcon, LayoutDistributeVerticalIcon, LayoutGridIcon, LayoutIcon, LayoutKanbanIcon, LayoutListIcon, LayoutNavbarCollapseIcon, LayoutNavbarExpandIcon, LayoutNavbarIcon, LayoutSidebarIcon, LayoutSidebarLeftCollapseIcon, LayoutSidebarLeftExpandIcon, LayoutSidebarRightCollapseIcon, LayoutSidebarRightExpandIcon, LayoutSidebarRightIcon, LeafIcon, LegoIcon, Lemon2Icon, LibraryIcon, LibraryPlusIcon, LifebuoyIcon, LinkIcon, ListCheckIcon, ListDetailsIcon, ListIcon, LivePhotoIcon, LiveViewIcon, LocationIcon, LockIcon, LockSquareRoundedIcon, LungsIcon, MacroIcon, MagnetIcon, MailIcon, MailOpenedIcon, ManIcon, ManualGearboxIcon, MapPinIcon, MedicalCrossIcon, MeepleIcon, MelonIcon, Menu2Icon, Message2Icon, MessageChatbotIcon, MessageCircleIcon, MessageIcon, MessageReportIcon, MessagesIcon, MeteorIcon, MichelinStarIcon, MickeyIcon, MicrophoneIcon, MicroscopeIcon, MicrowaveIcon, MilitaryRankIcon, MilkIcon, MoodAngryIcon, MoodConfuzedIcon, MoodCrazyHappyIcon, MoodEmptyIcon, MoodHappyIcon, MoodKidIcon, MoodNeutralIcon, MoodSadIcon, MoodSmileIcon, MoodWrrrIcon, MoonIcon, MotorbikeIcon, MountainIcon, MouseIcon, MugIcon, MushroomIcon, NavigationIcon, NurseIcon, OctagonIcon, OctagonMinusIcon, OctagonPlusIcon, OvalIcon, OvalVerticalIcon, PacmanIcon, PaintIcon, PaletteIcon, PanoramaHorizontalIcon, PanoramaVerticalIcon, ParkingCircleIcon, PawIcon, PencilIcon, Pennant2Icon, PennantIcon, PentagonIcon, PhoneCallIcon, PhoneCallingIcon, PhoneCheckIcon, PhoneIcon, PhoneXIcon, PhotoIcon, PictureInPictureIcon, PictureInPictureTopIcon, PigIcon, PillIcon, PinIcon, PinnedIcon, PizzaIcon, PlaneArrivalIcon, PlaneDepartureIcon, PlaneIcon, PlaneTiltIcon, PlayCard10Icon, PlayCard1Icon, PlayCard2Icon, PlayCard3Icon, PlayCard4Icon, PlayCard5Icon, PlayCard6Icon, PlayCard7Icon, PlayCard8Icon, PlayCard9Icon, PlayCardAIcon, PlayCardIcon, PlayCardJIcon, PlayCardKIcon, PlayCardQIcon, PlayCardStarIcon, PlayerEjectIcon, PlayerPauseIcon, PlayerPlayIcon, PlayerRecordIcon, PlayerSkipBackIcon, PlayerSkipForwardIcon, PlayerStopIcon, PlayerTrackNextIcon, PlayerTrackPrevIcon, PlaylistIcon, PlusIcon, PointIcon, PointerIcon, PolaroidIcon, PooIcon, PresentationAnalyticsIcon, PresentationIcon, PuzzleIcon, QuoteIcon, RadarIcon, RadioactiveIcon, ReceiptDollarIcon, ReceiptEuroIcon, ReceiptIcon, ReceiptPoundIcon, ReceiptRupeeIcon, ReceiptYenIcon, ReceiptYuanIcon, RectangleIcon, RectangleVerticalIcon, RegisteredIcon, RelationManyToManyIcon, RelationOneToManyIcon, RelationOneToOneIcon, ReplaceIcon, ReportAnalyticsIcon, ReportMoneyIcon, RollercoasterIcon, RosetteDiscountCheckIcon, RosetteDiscountIcon, RosetteIcon, SaladIcon, SatelliteIcon, ScaleIcon, SchoolIcon, ScubaDivingTankIcon, SearchIcon, SectionIcon, SeedlingIcon, SendIcon, SettingsIcon, ShieldCheckIcon, ShieldCheckeredIcon, ShieldHalfIcon, ShieldIcon, ShieldLockIcon, ShirtIcon, ShoppingCartIcon, SignLeftIcon, SignRightIcon, SitemapIcon, SortAscending2Icon, SortAscendingShapesIcon, SortDescending2Icon, SortDescendingShapesIcon, SoupIcon, SpadeIcon, Sparkles2Icon, SparklesIcon, SpeedboatIcon, SpiderIcon, SquareArrowDownIcon, SquareArrowLeftIcon, SquareArrowRightIcon, SquareArrowUpIcon, SquareAsteriskIcon, SquareCheckIcon, SquareChevronDownIcon, SquareChevronLeftIcon, SquareChevronRightIcon, SquareChevronUpIcon, SquareChevronsDownIcon, SquareChevronsLeftIcon, SquareChevronsRightIcon, SquareChevronsUpIcon, SquareDotIcon, SquareF0Icon, SquareF1Icon, SquareF2Icon, SquareF3Icon, SquareF4Icon, SquareF5Icon, SquareF6Icon, SquareF7Icon, SquareF8Icon, SquareF9Icon, SquareIcon, SquareLetterAIcon, SquareLetterBIcon, SquareLetterCIcon, SquareLetterDIcon, SquareLetterEIcon, SquareLetterFIcon, SquareLetterGIcon, SquareLetterHIcon, SquareLetterIIcon, SquareLetterJIcon, SquareLetterKIcon, SquareLetterLIcon, SquareLetterMIcon, SquareLetterNIcon, SquareLetterOIcon, SquareLetterPIcon, SquareLetterQIcon, SquareLetterRIcon, SquareLetterSIcon, SquareLetterTIcon, SquareLetterUIcon, SquareLetterVIcon, SquareLetterWIcon, SquareLetterXIcon, SquareLetterYIcon, SquareLetterZIcon, SquareMinusIcon, SquareNumber0Icon, SquareNumber1Icon, SquareNumber2Icon, SquareNumber3Icon, SquareNumber4Icon, SquareNumber5Icon, SquareNumber6Icon, SquareNumber7Icon, SquareNumber8Icon, SquareNumber9Icon, SquareRotatedIcon, SquareRoundedArrowDownIcon, SquareRoundedArrowLeftIcon, SquareRoundedArrowRightIcon, SquareRoundedArrowUpIcon, SquareRoundedCheckIcon, SquareRoundedChevronDownIcon, SquareRoundedChevronLeftIcon, SquareRoundedChevronRightIcon, SquareRoundedChevronUpIcon, SquareRoundedChevronsDownIcon, SquareRoundedChevronsLeftIcon, SquareRoundedChevronsRightIcon, SquareRoundedChevronsUpIcon, SquareRoundedIcon, SquareRoundedLetterAIcon, SquareRoundedLetterBIcon, SquareRoundedLetterCIcon, SquareRoundedLetterDIcon, SquareRoundedLetterEIcon, SquareRoundedLetterFIcon, SquareRoundedLetterGIcon, SquareRoundedLetterHIcon, SquareRoundedLetterIIcon, SquareRoundedLetterJIcon, SquareRoundedLetterKIcon, SquareRoundedLetterLIcon, SquareRoundedLetterMIcon, SquareRoundedLetterNIcon, SquareRoundedLetterOIcon, SquareRoundedLetterPIcon, SquareRoundedLetterQIcon, SquareRoundedLetterRIcon, SquareRoundedLetterSIcon, SquareRoundedLetterTIcon, SquareRoundedLetterUIcon, SquareRoundedLetterVIcon, SquareRoundedLetterWIcon, SquareRoundedLetterXIcon, SquareRoundedLetterYIcon, SquareRoundedLetterZIcon, SquareRoundedMinusIcon, SquareRoundedNumber0Icon, SquareRoundedNumber1Icon, SquareRoundedNumber2Icon, SquareRoundedNumber3Icon, SquareRoundedNumber4Icon, SquareRoundedNumber5Icon, SquareRoundedNumber6Icon, SquareRoundedNumber7Icon, SquareRoundedNumber8Icon, SquareRoundedNumber9Icon, SquareRoundedPlusIcon, SquareRoundedXIcon, SquareXIcon, SquaresIcon, Stack2Icon, Stack3Icon, StackIcon, StarHalfIcon, StarIcon, StarsIcon, SteeringWheelIcon, SunHighIcon, SunIcon, SunLowIcon, SunglassesIcon, SunriseIcon, Sunset2Icon, SunsetIcon, SwipeDownIcon, SwipeLeftIcon, SwipeRightIcon, SwipeUpIcon, TableIcon, TagIcon, TagsIcon, TemperatureMinusIcon, TemperaturePlusIcon, TemplateIcon, TestPipe2Icon, ThumbDownIcon, ThumbUpIcon, TicketIcon, TiltShiftIcon, TimelineEventIcon, ToggleLeftIcon, ToggleRightIcon, ToolsKitchen2Icon, TrainIcon, TransformIcon, TransitionBottomIcon, TransitionLeftIcon, TransitionRightIcon, TransitionTopIcon, TrashIcon, TrashXIcon, TriangleIcon, TriangleInvertedIcon, TriangleSquareCircleIcon, TrolleyIcon, TrophyIcon, TruckIcon, UfoIcon, UmbrellaIcon, UserIcon, VersionsIcon, VideoIcon, VideoMinusIcon, VideoPlusIcon, WindmillIcon, WindsockIcon, WomanIcon, WorldIcon, WritingIcon, WritingSignIcon, XIcon, XboxAIcon, XboxBIcon, XboxXIcon, XboxYIcon, YinYangIcon, ZeppelinIcon, ZoomCancelIcon, ZoomCheckIcon, ZoomCodeIcon, ZoomExclamationIcon, ZoomIcon, ZoomInAreaIcon, ZoomInIcon, ZoomMoneyIcon, ZoomOutAreaIcon, ZoomOutIcon, ZoomPanIcon, ZoomQuestionIcon, ZoomScanIcon };
|