@lucide/astro 0.562.0 → 0.564.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +11 -2
  3. package/package.json +6 -4
  4. package/src/Icon.astro +3 -0
  5. package/src/aliases/aliases.ts +70 -70
  6. package/src/aliases/prefixed.ts +608 -598
  7. package/src/aliases/suffixed.ts +976 -966
  8. package/src/createLucideIcon.ts +2 -1
  9. package/src/icons/bandage.ts +2 -2
  10. package/src/icons/bell-dot.ts +2 -2
  11. package/src/icons/book-key.ts +2 -2
  12. package/src/icons/bookmark-check.ts +2 -2
  13. package/src/icons/bookmark-minus.ts +2 -2
  14. package/src/icons/bookmark-plus.ts +2 -2
  15. package/src/icons/bookmark-x.ts +2 -2
  16. package/src/icons/bookmark.ts +2 -2
  17. package/src/icons/bug-off.ts +2 -2
  18. package/src/icons/cloud-alert.ts +2 -2
  19. package/src/icons/cloud-check.ts +2 -2
  20. package/src/icons/cloud-off.ts +2 -2
  21. package/src/icons/cloudy.ts +2 -2
  22. package/src/icons/database-search.ts +18 -0
  23. package/src/icons/file-cog.ts +2 -2
  24. package/src/icons/file-key.ts +2 -2
  25. package/src/icons/folder-key.ts +2 -2
  26. package/src/icons/git-branch.ts +2 -2
  27. package/src/icons/globe-x.ts +18 -0
  28. package/src/icons/hard-drive.ts +2 -2
  29. package/src/icons/index.ts +178 -173
  30. package/src/icons/lasso.ts +2 -2
  31. package/src/icons/message-square-dashed.ts +2 -2
  32. package/src/icons/monitor-off.ts +2 -2
  33. package/src/icons/printer-x.ts +18 -0
  34. package/src/icons/rotate-ccw-key.ts +2 -2
  35. package/src/icons/star-off.ts +2 -2
  36. package/src/icons/tickets-plane.ts +2 -2
  37. package/src/icons/user-key.ts +18 -0
  38. package/src/icons/user-lock.ts +2 -2
  39. package/src/icons/user-round-key.ts +18 -0
  40. package/src/icons/waypoints.ts +2 -2
  41. package/src/types.ts +1 -0
  42. package/src/utils/hasA11yProp.ts +15 -0
  43. package/src/{utils.ts → utils/mergeClasses.ts} +1 -12
  44. package/src/utils/toKebabCase.ts +8 -0
@@ -6,70 +6,70 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
6
6
  export { default as ALargeSmallIcon } from '../icons/a-large-small';
7
7
  // Accessibility aliases
8
8
  export { default as AccessibilityIcon } from '../icons/accessibility';
9
- // AirVent aliases
10
- export { default as AirVentIcon } from '../icons/air-vent';
11
9
  // Activity aliases
12
10
  export { default as ActivityIcon } from '../icons/activity';
13
- // Airplay aliases
14
- export { default as AirplayIcon } from '../icons/airplay';
11
+ // AirVent aliases
12
+ export { default as AirVentIcon } from '../icons/air-vent';
15
13
  // AlarmClock aliases
16
14
  export { default as AlarmClockIcon } from '../icons/alarm-clock';
17
- // AlarmClockOff aliases
18
- export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
19
15
  // AlarmSmoke aliases
20
16
  export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
21
- // Album aliases
22
- export { default as AlbumIcon } from '../icons/album';
23
17
  // AlignCenterHorizontal aliases
24
18
  export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
25
- // AlignEndHorizontal aliases
26
- export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
19
+ // AlarmClockOff aliases
20
+ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
27
21
  // AlignCenterVertical aliases
28
22
  export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
23
+ // Airplay aliases
24
+ export { default as AirplayIcon } from '../icons/airplay';
25
+ // AlignEndHorizontal aliases
26
+ export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
27
+ // Album aliases
28
+ export { default as AlbumIcon } from '../icons/album';
29
29
  // AlignEndVertical aliases
30
30
  export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
31
31
  // AlignHorizontalDistributeCenter aliases
32
32
  export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
33
33
  // AlignHorizontalDistributeEnd aliases
34
34
  export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
35
- // AlignHorizontalDistributeStart aliases
36
- export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
37
35
  // AlignHorizontalJustifyCenter aliases
38
36
  export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
37
+ // AlignHorizontalDistributeStart aliases
38
+ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
39
39
  // AlignHorizontalJustifyStart aliases
40
40
  export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
41
41
  // AlignHorizontalJustifyEnd aliases
42
42
  export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
43
- // AlignHorizontalSpaceAround aliases
44
- export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
45
43
  // AlignHorizontalSpaceBetween aliases
46
44
  export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
45
+ // AlignHorizontalSpaceAround aliases
46
+ export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
47
47
  // AlignStartHorizontal aliases
48
48
  export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
49
49
  // AlignStartVertical aliases
50
50
  export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
51
51
  // AlignVerticalDistributeEnd aliases
52
52
  export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
53
- // AlignVerticalDistributeStart aliases
54
- export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
55
53
  // AlignVerticalDistributeCenter aliases
56
54
  export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
57
- // AlignVerticalJustifyEnd aliases
58
- export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
55
+ // AlignVerticalDistributeStart aliases
56
+ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
59
57
  // AlignVerticalJustifyCenter aliases
60
58
  export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
59
+ // AlignVerticalJustifyEnd aliases
60
+ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
61
61
  // AlignVerticalJustifyStart aliases
62
62
  export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
63
63
  // AlignVerticalSpaceAround aliases
64
64
  export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
65
- // AlignVerticalSpaceBetween aliases
66
- export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
67
65
  // Ambulance aliases
68
66
  export { default as AmbulanceIcon } from '../icons/ambulance';
69
- // Ampersands aliases
70
- export { default as AmpersandsIcon } from '../icons/ampersands';
67
+ // AlignVerticalSpaceBetween aliases
68
+ export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
71
69
  // Ampersand aliases
72
70
  export { default as AmpersandIcon } from '../icons/ampersand';
71
+ // Ampersands aliases
72
+ export { default as AmpersandsIcon } from '../icons/ampersands';
73
73
  // Amphora aliases
74
74
  export { default as AmphoraIcon } from '../icons/amphora';
75
75
  // Anchor aliases
@@ -80,24 +80,24 @@ export { default as AngryIcon } from '../icons/angry';
80
80
  export { default as AnnoyedIcon } from '../icons/annoyed';
81
81
  // Antenna aliases
82
82
  export { default as AntennaIcon } from '../icons/antenna';
83
- // Aperture aliases
84
- export { default as ApertureIcon } from '../icons/aperture';
85
83
  // Anvil aliases
86
84
  export { default as AnvilIcon } from '../icons/anvil';
85
+ // Aperture aliases
86
+ export { default as ApertureIcon } from '../icons/aperture';
87
87
  // AppWindowMac aliases
88
88
  export { default as AppWindowMacIcon } from '../icons/app-window-mac';
89
- // Apple aliases
90
- export { default as AppleIcon } from '../icons/apple';
91
89
  // AppWindow aliases
92
90
  export { default as AppWindowIcon } from '../icons/app-window';
91
+ // Apple aliases
92
+ export { default as AppleIcon } from '../icons/apple';
93
93
  // ArchiveRestore aliases
94
94
  export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
95
95
  // ArchiveX aliases
96
96
  export { default as ArchiveXIcon } from '../icons/archive-x';
97
- // Archive aliases
98
- export { default as ArchiveIcon } from '../icons/archive';
99
97
  // Armchair aliases
100
98
  export { default as ArmchairIcon } from '../icons/armchair';
99
+ // Archive aliases
100
+ export { default as ArchiveIcon } from '../icons/archive';
101
101
  // ArrowBigDown aliases
102
102
  export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
103
103
  // ArrowBigDownDash aliases
@@ -112,34 +112,34 @@ export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
112
112
  export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
113
113
  // ArrowBigUpDash aliases
114
114
  export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
115
- // ArrowBigUp aliases
116
- export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
117
115
  // ArrowDownFromLine aliases
118
116
  export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
117
+ // ArrowBigUp aliases
118
+ export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
119
119
  // ArrowDownLeft aliases
120
120
  export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
121
- // ArrowDownNarrowWide aliases
122
- export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
123
121
  // ArrowDownRight aliases
124
122
  export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
125
- // ArrowDownToDot aliases
126
- export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
123
+ // ArrowDownNarrowWide aliases
124
+ export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
127
125
  // ArrowDownToLine aliases
128
126
  export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
129
127
  // ArrowDownUp aliases
130
128
  export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
129
+ // ArrowDownToDot aliases
130
+ export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
131
131
  // ArrowDown aliases
132
132
  export { default as ArrowDownIcon } from '../icons/arrow-down';
133
- // ArrowLeftRight aliases
134
- export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
135
133
  // ArrowLeftFromLine aliases
136
134
  export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
135
+ // ArrowLeftToLine aliases
136
+ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
137
+ // ArrowLeftRight aliases
138
+ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
137
139
  // ArrowLeft aliases
138
140
  export { default as ArrowLeftIcon } from '../icons/arrow-left';
139
141
  // ArrowRightFromLine aliases
140
142
  export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
141
- // ArrowLeftToLine aliases
142
- export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
143
143
  // ArrowRightLeft aliases
144
144
  export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
145
145
  // ArrowRightToLine aliases
@@ -152,12 +152,12 @@ export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
152
152
  export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
153
153
  // ArrowUpFromLine aliases
154
154
  export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
155
- // ArrowUpLeft aliases
156
- export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
157
- // ArrowUpToLine aliases
158
- export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
159
155
  // ArrowUpRight aliases
160
156
  export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
157
+ // ArrowUpToLine aliases
158
+ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
159
+ // ArrowUpLeft aliases
160
+ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
161
161
  // ArrowUpWideNarrow aliases
162
162
  export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
163
163
  // ArrowUp aliases
@@ -166,16 +166,16 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
166
166
  export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
167
167
  // Asterisk aliases
168
168
  export { default as AsteriskIcon } from '../icons/asterisk';
169
- // AtSign aliases
170
- export { default as AtSignIcon } from '../icons/at-sign';
171
169
  // Atom aliases
172
170
  export { default as AtomIcon } from '../icons/atom';
171
+ // AtSign aliases
172
+ export { default as AtSignIcon } from '../icons/at-sign';
173
173
  // AudioLines aliases
174
174
  export { default as AudioLinesIcon } from '../icons/audio-lines';
175
- // AudioWaveform aliases
176
- export { default as AudioWaveformIcon } from '../icons/audio-waveform';
177
175
  // Award aliases
178
176
  export { default as AwardIcon } from '../icons/award';
177
+ // AudioWaveform aliases
178
+ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
179
179
  // Axe aliases
180
180
  export { default as AxeIcon } from '../icons/axe';
181
181
  // Baby aliases
@@ -186,92 +186,92 @@ export { default as BackpackIcon } from '../icons/backpack';
186
186
  export { default as BadgeAlertIcon } from '../icons/badge-alert';
187
187
  // BadgeDollarSign aliases
188
188
  export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
189
- // BadgeCent aliases
190
- export { default as BadgeCentIcon } from '../icons/badge-cent';
191
189
  // BadgeEuro aliases
192
190
  export { default as BadgeEuroIcon } from '../icons/badge-euro';
191
+ // BadgeCent aliases
192
+ export { default as BadgeCentIcon } from '../icons/badge-cent';
193
193
  // BadgeIndianRupee aliases
194
194
  export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
195
195
  // BadgeJapaneseYen aliases
196
196
  export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
197
- // BadgeInfo aliases
198
- export { default as BadgeInfoIcon } from '../icons/badge-info';
199
197
  // BadgeMinus aliases
200
198
  export { default as BadgeMinusIcon } from '../icons/badge-minus';
199
+ // BadgeInfo aliases
200
+ export { default as BadgeInfoIcon } from '../icons/badge-info';
201
201
  // BadgePercent aliases
202
202
  export { default as BadgePercentIcon } from '../icons/badge-percent';
203
203
  // BadgePlus aliases
204
204
  export { default as BadgePlusIcon } from '../icons/badge-plus';
205
- // BadgePoundSterling aliases
206
- export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
207
205
  // BadgeRussianRuble aliases
208
206
  export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
209
207
  // BadgeSwissFranc aliases
210
208
  export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
211
209
  // BadgeTurkishLira aliases
212
210
  export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
213
- // Badge aliases
214
- export { default as BadgeIcon } from '../icons/badge';
211
+ // BadgePoundSterling aliases
212
+ export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
215
213
  // BadgeX aliases
216
214
  export { default as BadgeXIcon } from '../icons/badge-x';
215
+ // Badge aliases
216
+ export { default as BadgeIcon } from '../icons/badge';
217
217
  // BaggageClaim aliases
218
218
  export { default as BaggageClaimIcon } from '../icons/baggage-claim';
219
219
  // Balloon aliases
220
220
  export { default as BalloonIcon } from '../icons/balloon';
221
221
  // Ban aliases
222
222
  export { default as BanIcon } from '../icons/ban';
223
- // Banana aliases
224
- export { default as BananaIcon } from '../icons/banana';
225
223
  // Bandage aliases
226
224
  export { default as BandageIcon } from '../icons/bandage';
225
+ // Banana aliases
226
+ export { default as BananaIcon } from '../icons/banana';
227
227
  // BanknoteArrowDown aliases
228
228
  export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
229
- // BanknoteX aliases
230
- export { default as BanknoteXIcon } from '../icons/banknote-x';
231
229
  // BanknoteArrowUp aliases
232
230
  export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
231
+ // BanknoteX aliases
232
+ export { default as BanknoteXIcon } from '../icons/banknote-x';
233
233
  // Banknote aliases
234
234
  export { default as BanknoteIcon } from '../icons/banknote';
235
235
  // Barcode aliases
236
236
  export { default as BarcodeIcon } from '../icons/barcode';
237
- // Barrel aliases
238
- export { default as BarrelIcon } from '../icons/barrel';
239
- // Baseline aliases
240
- export { default as BaselineIcon } from '../icons/baseline';
241
237
  // Bath aliases
242
238
  export { default as BathIcon } from '../icons/bath';
243
- // BatteryCharging aliases
244
- export { default as BatteryChargingIcon } from '../icons/battery-charging';
239
+ // Baseline aliases
240
+ export { default as BaselineIcon } from '../icons/baseline';
245
241
  // BatteryFull aliases
246
242
  export { default as BatteryFullIcon } from '../icons/battery-full';
243
+ // BatteryCharging aliases
244
+ export { default as BatteryChargingIcon } from '../icons/battery-charging';
245
+ // Barrel aliases
246
+ export { default as BarrelIcon } from '../icons/barrel';
247
247
  // BatteryLow aliases
248
248
  export { default as BatteryLowIcon } from '../icons/battery-low';
249
249
  // BatteryMedium aliases
250
250
  export { default as BatteryMediumIcon } from '../icons/battery-medium';
251
- // BatteryPlus aliases
252
- export { default as BatteryPlusIcon } from '../icons/battery-plus';
253
251
  // BatteryWarning aliases
254
252
  export { default as BatteryWarningIcon } from '../icons/battery-warning';
255
- // Battery aliases
256
- export { default as BatteryIcon } from '../icons/battery';
253
+ // BatteryPlus aliases
254
+ export { default as BatteryPlusIcon } from '../icons/battery-plus';
257
255
  // Beaker aliases
258
256
  export { default as BeakerIcon } from '../icons/beaker';
257
+ // Battery aliases
258
+ export { default as BatteryIcon } from '../icons/battery';
259
259
  // BeanOff aliases
260
260
  export { default as BeanOffIcon } from '../icons/bean-off';
261
261
  // Bean aliases
262
262
  export { default as BeanIcon } from '../icons/bean';
263
- // BedDouble aliases
264
- export { default as BedDoubleIcon } from '../icons/bed-double';
265
263
  // BedSingle aliases
266
264
  export { default as BedSingleIcon } from '../icons/bed-single';
265
+ // BedDouble aliases
266
+ export { default as BedDoubleIcon } from '../icons/bed-double';
267
267
  // Bed aliases
268
268
  export { default as BedIcon } from '../icons/bed';
269
269
  // Beef aliases
270
270
  export { default as BeefIcon } from '../icons/beef';
271
- // Beer aliases
272
- export { default as BeerIcon } from '../icons/beer';
273
271
  // BeerOff aliases
274
272
  export { default as BeerOffIcon } from '../icons/beer-off';
273
+ // Beer aliases
274
+ export { default as BeerIcon } from '../icons/beer';
275
275
  // BellDot aliases
276
276
  export { default as BellDotIcon } from '../icons/bell-dot';
277
277
  // BellElectric aliases
@@ -280,12 +280,12 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
280
280
  export { default as BellMinusIcon } from '../icons/bell-minus';
281
281
  // BellOff aliases
282
282
  export { default as BellOffIcon } from '../icons/bell-off';
283
+ // BellPlus aliases
284
+ export { default as BellPlusIcon } from '../icons/bell-plus';
283
285
  // BellRing aliases
284
286
  export { default as BellRingIcon } from '../icons/bell-ring';
285
287
  // Bell aliases
286
288
  export { default as BellIcon } from '../icons/bell';
287
- // BellPlus aliases
288
- export { default as BellPlusIcon } from '../icons/bell-plus';
289
289
  // BetweenVerticalEnd aliases
290
290
  export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
291
291
  // BetweenVerticalStart aliases
@@ -310,38 +310,38 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
310
310
  export { default as BlendIcon } from '../icons/blend';
311
311
  // Blinds aliases
312
312
  export { default as BlindsIcon } from '../icons/blinds';
313
- // Blocks aliases
314
- export { default as BlocksIcon } from '../icons/blocks';
315
313
  // BluetoothConnected aliases
316
314
  export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
315
+ // Blocks aliases
316
+ export { default as BlocksIcon } from '../icons/blocks';
317
317
  // BluetoothOff aliases
318
318
  export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
319
- // BluetoothSearching aliases
320
- export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
321
319
  // Bluetooth aliases
322
320
  export { default as BluetoothIcon } from '../icons/bluetooth';
323
- // Bold aliases
324
- export { default as BoldIcon } from '../icons/bold';
321
+ // BluetoothSearching aliases
322
+ export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
325
323
  // Bolt aliases
326
324
  export { default as BoltIcon } from '../icons/bolt';
325
+ // Bold aliases
326
+ export { default as BoldIcon } from '../icons/bold';
327
+ // Bomb aliases
328
+ export { default as BombIcon } from '../icons/bomb';
327
329
  // Bone aliases
328
330
  export { default as BoneIcon } from '../icons/bone';
329
331
  // BookA aliases
330
332
  export { default as BookAIcon } from '../icons/book-a';
331
- // Bomb aliases
332
- export { default as BombIcon } from '../icons/bomb';
333
333
  // BookAlert aliases
334
334
  export { default as BookAlertIcon } from '../icons/book-alert';
335
335
  // BookAudio aliases
336
336
  export { default as BookAudioIcon } from '../icons/book-audio';
337
337
  // BookCheck aliases
338
338
  export { default as BookCheckIcon } from '../icons/book-check';
339
+ // BookHeadphones aliases
340
+ export { default as BookHeadphonesIcon } from '../icons/book-headphones';
339
341
  // BookCopy aliases
340
342
  export { default as BookCopyIcon } from '../icons/book-copy';
341
343
  // BookDown aliases
342
344
  export { default as BookDownIcon } from '../icons/book-down';
343
- // BookHeadphones aliases
344
- export { default as BookHeadphonesIcon } from '../icons/book-headphones';
345
345
  // BookHeart aliases
346
346
  export { default as BookHeartIcon } from '../icons/book-heart';
347
347
  // BookImage aliases
@@ -362,48 +362,48 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
362
362
  export { default as BookOpenIcon } from '../icons/book-open';
363
363
  // BookPlus aliases
364
364
  export { default as BookPlusIcon } from '../icons/book-plus';
365
+ // BookSearch aliases
366
+ export { default as BookSearchIcon } from '../icons/book-search';
365
367
  // BookText aliases
366
368
  export { default as BookTextIcon } from '../icons/book-text';
367
369
  // BookType aliases
368
370
  export { default as BookTypeIcon } from '../icons/book-type';
369
- // BookSearch aliases
370
- export { default as BookSearchIcon } from '../icons/book-search';
371
371
  // BookUp2 aliases
372
372
  export { default as BookUp2Icon } from '../icons/book-up-2';
373
- // BookUp aliases
374
- export { default as BookUpIcon } from '../icons/book-up';
375
- // BookX aliases
376
- export { default as BookXIcon } from '../icons/book-x';
377
373
  // BookUser aliases
378
374
  export { default as BookUserIcon } from '../icons/book-user';
375
+ // BookUp aliases
376
+ export { default as BookUpIcon } from '../icons/book-up';
379
377
  // Book aliases
380
378
  export { default as BookIcon } from '../icons/book';
379
+ // BookX aliases
380
+ export { default as BookXIcon } from '../icons/book-x';
381
381
  // BookmarkCheck aliases
382
382
  export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
383
383
  // BookmarkPlus aliases
384
384
  export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
385
385
  // BookmarkMinus aliases
386
386
  export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
387
- // Bookmark aliases
388
- export { default as BookmarkIcon } from '../icons/bookmark';
389
387
  // BookmarkX aliases
390
388
  export { default as BookmarkXIcon } from '../icons/bookmark-x';
389
+ // Bookmark aliases
390
+ export { default as BookmarkIcon } from '../icons/bookmark';
391
391
  // BoomBox aliases
392
392
  export { default as BoomBoxIcon } from '../icons/boom-box';
393
- // BotMessageSquare aliases
394
- export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
395
393
  // BotOff aliases
396
394
  export { default as BotOffIcon } from '../icons/bot-off';
395
+ // BotMessageSquare aliases
396
+ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
397
397
  // Bot aliases
398
398
  export { default as BotIcon } from '../icons/bot';
399
399
  // BottleWine aliases
400
400
  export { default as BottleWineIcon } from '../icons/bottle-wine';
401
- // Box aliases
402
- export { default as BoxIcon } from '../icons/box';
403
401
  // BowArrow aliases
404
402
  export { default as BowArrowIcon } from '../icons/bow-arrow';
405
403
  // Boxes aliases
406
404
  export { default as BoxesIcon } from '../icons/boxes';
405
+ // Box aliases
406
+ export { default as BoxIcon } from '../icons/box';
407
407
  // Brackets aliases
408
408
  export { default as BracketsIcon } from '../icons/brackets';
409
409
  // BrainCircuit aliases
@@ -412,32 +412,32 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
412
412
  export { default as BrainCogIcon } from '../icons/brain-cog';
413
413
  // Brain aliases
414
414
  export { default as BrainIcon } from '../icons/brain';
415
- // BrickWallFire aliases
416
- export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
417
415
  // BrickWallShield aliases
418
416
  export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
419
- // BrickWall aliases
420
- export { default as BrickWallIcon } from '../icons/brick-wall';
421
417
  // BriefcaseBusiness aliases
422
418
  export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
419
+ // BrickWallFire aliases
420
+ export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
423
421
  // BriefcaseConveyorBelt aliases
424
422
  export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
423
+ // BrickWall aliases
424
+ export { default as BrickWallIcon } from '../icons/brick-wall';
425
425
  // BriefcaseMedical aliases
426
426
  export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
427
- // BringToFront aliases
428
- export { default as BringToFrontIcon } from '../icons/bring-to-front';
429
427
  // Briefcase aliases
430
428
  export { default as BriefcaseIcon } from '../icons/briefcase';
431
429
  // BrushCleaning aliases
432
430
  export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
431
+ // BringToFront aliases
432
+ export { default as BringToFrontIcon } from '../icons/bring-to-front';
433
433
  // Brush aliases
434
434
  export { default as BrushIcon } from '../icons/brush';
435
435
  // Bubbles aliases
436
436
  export { default as BubblesIcon } from '../icons/bubbles';
437
- // BugOff aliases
438
- export { default as BugOffIcon } from '../icons/bug-off';
439
437
  // BugPlay aliases
440
438
  export { default as BugPlayIcon } from '../icons/bug-play';
439
+ // BugOff aliases
440
+ export { default as BugOffIcon } from '../icons/bug-off';
441
441
  // Bug aliases
442
442
  export { default as BugIcon } from '../icons/bug';
443
443
  // Building2 aliases
@@ -456,20 +456,20 @@ export { default as CableIcon } from '../icons/cable';
456
456
  export { default as CakeSliceIcon } from '../icons/cake-slice';
457
457
  // Cake aliases
458
458
  export { default as CakeIcon } from '../icons/cake';
459
- // Calculator aliases
460
- export { default as CalculatorIcon } from '../icons/calculator';
461
459
  // CalendarArrowDown aliases
462
460
  export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
463
- // Calendar1 aliases
464
- export { default as Calendar1Icon } from '../icons/calendar-1';
461
+ // Calculator aliases
462
+ export { default as CalculatorIcon } from '../icons/calculator';
465
463
  // CalendarArrowUp aliases
466
464
  export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
465
+ // Calendar1 aliases
466
+ export { default as Calendar1Icon } from '../icons/calendar-1';
467
467
  // CalendarCheck2 aliases
468
468
  export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
469
- // CalendarClock aliases
470
- export { default as CalendarClockIcon } from '../icons/calendar-clock';
471
469
  // CalendarCheck aliases
472
470
  export { default as CalendarCheckIcon } from '../icons/calendar-check';
471
+ // CalendarClock aliases
472
+ export { default as CalendarClockIcon } from '../icons/calendar-clock';
473
473
  // CalendarDays aliases
474
474
  export { default as CalendarDaysIcon } from '../icons/calendar-days';
475
475
  // CalendarCog aliases
@@ -478,20 +478,20 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
478
478
  export { default as CalendarFoldIcon } from '../icons/calendar-fold';
479
479
  // CalendarHeart aliases
480
480
  export { default as CalendarHeartIcon } from '../icons/calendar-heart';
481
+ // CalendarOff aliases
482
+ export { default as CalendarOffIcon } from '../icons/calendar-off';
481
483
  // CalendarMinus2 aliases
482
484
  export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
483
485
  // CalendarMinus aliases
484
486
  export { default as CalendarMinusIcon } from '../icons/calendar-minus';
485
487
  // CalendarPlus2 aliases
486
488
  export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
487
- // CalendarOff aliases
488
- export { default as CalendarOffIcon } from '../icons/calendar-off';
489
489
  // CalendarPlus aliases
490
490
  export { default as CalendarPlusIcon } from '../icons/calendar-plus';
491
- // CalendarRange aliases
492
- export { default as CalendarRangeIcon } from '../icons/calendar-range';
493
491
  // CalendarSearch aliases
494
492
  export { default as CalendarSearchIcon } from '../icons/calendar-search';
493
+ // CalendarRange aliases
494
+ export { default as CalendarRangeIcon } from '../icons/calendar-range';
495
495
  // CalendarSync aliases
496
496
  export { default as CalendarSyncIcon } from '../icons/calendar-sync';
497
497
  // CalendarX2 aliases
@@ -504,42 +504,42 @@ export { default as CalendarIcon } from '../icons/calendar';
504
504
  export { default as CalendarsIcon } from '../icons/calendars';
505
505
  // CameraOff aliases
506
506
  export { default as CameraOffIcon } from '../icons/camera-off';
507
- // Camera aliases
508
- export { default as CameraIcon } from '../icons/camera';
509
507
  // CandyCane aliases
510
508
  export { default as CandyCaneIcon } from '../icons/candy-cane';
509
+ // Camera aliases
510
+ export { default as CameraIcon } from '../icons/camera';
511
511
  // CandyOff aliases
512
512
  export { default as CandyOffIcon } from '../icons/candy-off';
513
- // CannabisOff aliases
514
- export { default as CannabisOffIcon } from '../icons/cannabis-off';
515
513
  // Candy aliases
516
514
  export { default as CandyIcon } from '../icons/candy';
515
+ // CannabisOff aliases
516
+ export { default as CannabisOffIcon } from '../icons/cannabis-off';
517
517
  // Cannabis aliases
518
518
  export { default as CannabisIcon } from '../icons/cannabis';
519
+ // CarFront aliases
520
+ export { default as CarFrontIcon } from '../icons/car-front';
519
521
  // CaptionsOff aliases
520
522
  export { default as CaptionsOffIcon } from '../icons/captions-off';
521
523
  // CarTaxiFront aliases
522
524
  export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
523
- // CarFront aliases
524
- export { default as CarFrontIcon } from '../icons/car-front';
525
525
  // Car aliases
526
526
  export { default as CarIcon } from '../icons/car';
527
527
  // Caravan aliases
528
528
  export { default as CaravanIcon } from '../icons/caravan';
529
529
  // CardSim aliases
530
530
  export { default as CardSimIcon } from '../icons/card-sim';
531
+ // CaseSensitive aliases
532
+ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
531
533
  // Carrot aliases
532
534
  export { default as CarrotIcon } from '../icons/carrot';
533
535
  // CaseLower aliases
534
536
  export { default as CaseLowerIcon } from '../icons/case-lower';
535
- // CaseSensitive aliases
536
- export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
537
537
  // CaseUpper aliases
538
538
  export { default as CaseUpperIcon } from '../icons/case-upper';
539
- // Cast aliases
540
- export { default as CastIcon } from '../icons/cast';
541
539
  // CassetteTape aliases
542
540
  export { default as CassetteTapeIcon } from '../icons/cassette-tape';
541
+ // Cast aliases
542
+ export { default as CastIcon } from '../icons/cast';
543
543
  // Castle aliases
544
544
  export { default as CastleIcon } from '../icons/castle';
545
545
  // Cat aliases
@@ -562,10 +562,10 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
562
562
  export { default as ChartNetworkIcon } from '../icons/chart-network';
563
563
  // ChartNoAxesColumnDecreasing aliases
564
564
  export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
565
- // ChartNoAxesCombined aliases
566
- export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
567
565
  // ChartSpline aliases
568
566
  export { default as ChartSplineIcon } from '../icons/chart-spline';
567
+ // ChartNoAxesCombined aliases
568
+ export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
569
569
  // CheckCheck aliases
570
570
  export { default as CheckCheckIcon } from '../icons/check-check';
571
571
  // CheckLine aliases
@@ -574,36 +574,36 @@ export { default as CheckLineIcon } from '../icons/check-line';
574
574
  export { default as CheckIcon } from '../icons/check';
575
575
  // ChefHat aliases
576
576
  export { default as ChefHatIcon } from '../icons/chef-hat';
577
- // ChessBishop aliases
578
- export { default as ChessBishopIcon } from '../icons/chess-bishop';
579
- // ChessKing aliases
580
- export { default as ChessKingIcon } from '../icons/chess-king';
581
577
  // Cherry aliases
582
578
  export { default as CherryIcon } from '../icons/cherry';
579
+ // ChessKing aliases
580
+ export { default as ChessKingIcon } from '../icons/chess-king';
583
581
  // ChessKnight aliases
584
582
  export { default as ChessKnightIcon } from '../icons/chess-knight';
583
+ // ChessBishop aliases
584
+ export { default as ChessBishopIcon } from '../icons/chess-bishop';
585
585
  // ChessPawn aliases
586
586
  export { default as ChessPawnIcon } from '../icons/chess-pawn';
587
587
  // ChessQueen aliases
588
588
  export { default as ChessQueenIcon } from '../icons/chess-queen';
589
+ // ChessRook aliases
590
+ export { default as ChessRookIcon } from '../icons/chess-rook';
589
591
  // ChevronDown aliases
590
592
  export { default as ChevronDownIcon } from '../icons/chevron-down';
591
593
  // ChevronFirst aliases
592
594
  export { default as ChevronFirstIcon } from '../icons/chevron-first';
593
- // ChessRook aliases
594
- export { default as ChessRookIcon } from '../icons/chess-rook';
595
595
  // ChevronLast aliases
596
596
  export { default as ChevronLastIcon } from '../icons/chevron-last';
597
- // ChevronRight aliases
598
- export { default as ChevronRightIcon } from '../icons/chevron-right';
599
597
  // ChevronLeft aliases
600
598
  export { default as ChevronLeftIcon } from '../icons/chevron-left';
601
- // ChevronUp aliases
602
- export { default as ChevronUpIcon } from '../icons/chevron-up';
599
+ // ChevronRight aliases
600
+ export { default as ChevronRightIcon } from '../icons/chevron-right';
603
601
  // ChevronsDownUp aliases
604
602
  export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
605
603
  // ChevronsDown aliases
606
604
  export { default as ChevronsDownIcon } from '../icons/chevrons-down';
605
+ // ChevronUp aliases
606
+ export { default as ChevronUpIcon } from '../icons/chevron-up';
607
607
  // ChevronsLeftRightEllipsis aliases
608
608
  export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
609
609
  // ChevronsLeftRight aliases
@@ -612,46 +612,46 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
612
612
  export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
613
613
  // ChevronsRightLeft aliases
614
614
  export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
615
+ // ChevronsUp aliases
616
+ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
615
617
  // ChevronsRight aliases
616
618
  export { default as ChevronsRightIcon } from '../icons/chevrons-right';
617
619
  // ChevronsUpDown aliases
618
620
  export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
619
- // ChevronsUp aliases
620
- export { default as ChevronsUpIcon } from '../icons/chevrons-up';
621
- // Church aliases
622
- export { default as ChurchIcon } from '../icons/church';
623
621
  // Cigarette aliases
624
622
  export { default as CigaretteIcon } from '../icons/cigarette';
623
+ // Church aliases
624
+ export { default as ChurchIcon } from '../icons/church';
625
625
  // CigaretteOff aliases
626
626
  export { default as CigaretteOffIcon } from '../icons/cigarette-off';
627
627
  // CircleDashed aliases
628
628
  export { default as CircleDashedIcon } from '../icons/circle-dashed';
629
629
  // CircleDotDashed aliases
630
630
  export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
631
- // CircleDollarSign aliases
632
- export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
633
631
  // CircleDot aliases
634
632
  export { default as CircleDotIcon } from '../icons/circle-dot';
635
- // CircleEqual aliases
636
- export { default as CircleEqualIcon } from '../icons/circle-equal';
633
+ // CircleDollarSign aliases
634
+ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
637
635
  // CircleEllipsis aliases
638
636
  export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
639
- // CircleFadingPlus aliases
640
- export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
637
+ // CircleEqual aliases
638
+ export { default as CircleEqualIcon } from '../icons/circle-equal';
641
639
  // CircleFadingArrowUp aliases
642
640
  export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
643
- // CirclePile aliases
644
- export { default as CirclePileIcon } from '../icons/circle-pile';
641
+ // CircleFadingPlus aliases
642
+ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
645
643
  // CircleOff aliases
646
644
  export { default as CircleOffIcon } from '../icons/circle-off';
645
+ // CirclePile aliases
646
+ export { default as CirclePileIcon } from '../icons/circle-pile';
647
647
  // CirclePoundSterling aliases
648
648
  export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
649
649
  // CircleSlash aliases
650
650
  export { default as CircleSlashIcon } from '../icons/circle-slash';
651
- // CircleSmall aliases
652
- export { default as CircleSmallIcon } from '../icons/circle-small';
653
651
  // CircleStar aliases
654
652
  export { default as CircleStarIcon } from '../icons/circle-star';
653
+ // CircleSmall aliases
654
+ export { default as CircleSmallIcon } from '../icons/circle-small';
655
655
  // Circle aliases
656
656
  export { default as CircleIcon } from '../icons/circle';
657
657
  // CircuitBoard aliases
@@ -660,16 +660,16 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
660
660
  export { default as CitrusIcon } from '../icons/citrus';
661
661
  // Clapperboard aliases
662
662
  export { default as ClapperboardIcon } from '../icons/clapperboard';
663
- // ClipboardClock aliases
664
- export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
665
663
  // ClipboardCheck aliases
666
664
  export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
667
- // ClipboardCopy aliases
668
- export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
665
+ // ClipboardClock aliases
666
+ export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
669
667
  // ClipboardList aliases
670
668
  export { default as ClipboardListIcon } from '../icons/clipboard-list';
671
669
  // ClipboardMinus aliases
672
670
  export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
671
+ // ClipboardCopy aliases
672
+ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
673
673
  // ClipboardPaste aliases
674
674
  export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
675
675
  // ClipboardPlus aliases
@@ -680,12 +680,12 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
680
680
  export { default as ClipboardXIcon } from '../icons/clipboard-x';
681
681
  // Clipboard aliases
682
682
  export { default as ClipboardIcon } from '../icons/clipboard';
683
- // Clock10 aliases
684
- export { default as Clock10Icon } from '../icons/clock-10';
685
- // Clock1 aliases
686
- export { default as Clock1Icon } from '../icons/clock-1';
687
683
  // Clock11 aliases
688
684
  export { default as Clock11Icon } from '../icons/clock-11';
685
+ // Clock1 aliases
686
+ export { default as Clock1Icon } from '../icons/clock-1';
687
+ // Clock10 aliases
688
+ export { default as Clock10Icon } from '../icons/clock-10';
689
689
  // Clock12 aliases
690
690
  export { default as Clock12Icon } from '../icons/clock-12';
691
691
  // Clock3 aliases
@@ -696,8 +696,6 @@ export { default as Clock2Icon } from '../icons/clock-2';
696
696
  export { default as Clock4Icon } from '../icons/clock-4';
697
697
  // Clock5 aliases
698
698
  export { default as Clock5Icon } from '../icons/clock-5';
699
- // Clock6 aliases
700
- export { default as Clock6Icon } from '../icons/clock-6';
701
699
  // Clock7 aliases
702
700
  export { default as Clock7Icon } from '../icons/clock-7';
703
701
  // Clock8 aliases
@@ -706,84 +704,86 @@ export { default as Clock8Icon } from '../icons/clock-8';
706
704
  export { default as Clock9Icon } from '../icons/clock-9';
707
705
  // ClockAlert aliases
708
706
  export { default as ClockAlertIcon } from '../icons/clock-alert';
707
+ // Clock6 aliases
708
+ export { default as Clock6Icon } from '../icons/clock-6';
709
709
  // ClockArrowDown aliases
710
710
  export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
711
711
  // ClockArrowUp aliases
712
712
  export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
713
713
  // ClockCheck aliases
714
714
  export { default as ClockCheckIcon } from '../icons/clock-check';
715
+ // ClockPlus aliases
716
+ export { default as ClockPlusIcon } from '../icons/clock-plus';
715
717
  // ClockFading aliases
716
718
  export { default as ClockFadingIcon } from '../icons/clock-fading';
717
719
  // Clock aliases
718
720
  export { default as ClockIcon } from '../icons/clock';
719
- // ClockPlus aliases
720
- export { default as ClockPlusIcon } from '../icons/clock-plus';
721
721
  // ClosedCaption aliases
722
722
  export { default as ClosedCaptionIcon } from '../icons/closed-caption';
723
- // CloudAlert aliases
724
- export { default as CloudAlertIcon } from '../icons/cloud-alert';
725
723
  // CloudBackup aliases
726
724
  export { default as CloudBackupIcon } from '../icons/cloud-backup';
725
+ // CloudAlert aliases
726
+ export { default as CloudAlertIcon } from '../icons/cloud-alert';
727
727
  // CloudCheck aliases
728
728
  export { default as CloudCheckIcon } from '../icons/cloud-check';
729
729
  // CloudCog aliases
730
730
  export { default as CloudCogIcon } from '../icons/cloud-cog';
731
- // CloudFog aliases
732
- export { default as CloudFogIcon } from '../icons/cloud-fog';
733
731
  // CloudDrizzle aliases
734
732
  export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
733
+ // CloudFog aliases
734
+ export { default as CloudFogIcon } from '../icons/cloud-fog';
735
735
  // CloudHail aliases
736
736
  export { default as CloudHailIcon } from '../icons/cloud-hail';
737
737
  // CloudLightning aliases
738
738
  export { default as CloudLightningIcon } from '../icons/cloud-lightning';
739
- // CloudOff aliases
740
- export { default as CloudOffIcon } from '../icons/cloud-off';
741
- // CloudRainWind aliases
742
- export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
743
739
  // CloudMoonRain aliases
744
740
  export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
741
+ // CloudOff aliases
742
+ export { default as CloudOffIcon } from '../icons/cloud-off';
745
743
  // CloudMoon aliases
746
744
  export { default as CloudMoonIcon } from '../icons/cloud-moon';
745
+ // CloudRainWind aliases
746
+ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
747
747
  // CloudRain aliases
748
748
  export { default as CloudRainIcon } from '../icons/cloud-rain';
749
749
  // CloudSnow aliases
750
750
  export { default as CloudSnowIcon } from '../icons/cloud-snow';
751
751
  // CloudSunRain aliases
752
752
  export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
753
- // Cloudy aliases
754
- export { default as CloudyIcon } from '../icons/cloudy';
755
753
  // CloudSun aliases
756
754
  export { default as CloudSunIcon } from '../icons/cloud-sun';
757
755
  // CloudSync aliases
758
756
  export { default as CloudSyncIcon } from '../icons/cloud-sync';
759
- // Clover aliases
760
- export { default as CloverIcon } from '../icons/clover';
761
- // Club aliases
762
- export { default as ClubIcon } from '../icons/club';
757
+ // Cloudy aliases
758
+ export { default as CloudyIcon } from '../icons/cloudy';
763
759
  // Cloud aliases
764
760
  export { default as CloudIcon } from '../icons/cloud';
761
+ // Club aliases
762
+ export { default as ClubIcon } from '../icons/club';
763
+ // Clover aliases
764
+ export { default as CloverIcon } from '../icons/clover';
765
765
  // Code aliases
766
766
  export { default as CodeIcon } from '../icons/code';
767
- // Codesandbox aliases
768
- export { default as CodesandboxIcon } from '../icons/codesandbox';
769
767
  // Codepen aliases
770
768
  export { default as CodepenIcon } from '../icons/codepen';
771
769
  // Coffee aliases
772
770
  export { default as CoffeeIcon } from '../icons/coffee';
771
+ // Codesandbox aliases
772
+ export { default as CodesandboxIcon } from '../icons/codesandbox';
773
773
  // Cog aliases
774
774
  export { default as CogIcon } from '../icons/cog';
775
775
  // Coins aliases
776
776
  export { default as CoinsIcon } from '../icons/coins';
777
777
  // Columns4 aliases
778
778
  export { default as Columns4Icon } from '../icons/columns-4';
779
- // Combine aliases
780
- export { default as CombineIcon } from '../icons/combine';
781
779
  // Command aliases
782
780
  export { default as CommandIcon } from '../icons/command';
783
- // Compass aliases
784
- export { default as CompassIcon } from '../icons/compass';
781
+ // Combine aliases
782
+ export { default as CombineIcon } from '../icons/combine';
785
783
  // Component aliases
786
784
  export { default as ComponentIcon } from '../icons/component';
785
+ // Compass aliases
786
+ export { default as CompassIcon } from '../icons/compass';
787
787
  // Computer aliases
788
788
  export { default as ComputerIcon } from '../icons/computer';
789
789
  // ConciergeBell aliases
@@ -796,50 +796,50 @@ export { default as ConstructionIcon } from '../icons/construction';
796
796
  export { default as ContactIcon } from '../icons/contact';
797
797
  // Container aliases
798
798
  export { default as ContainerIcon } from '../icons/container';
799
- // Contrast aliases
800
- export { default as ContrastIcon } from '../icons/contrast';
801
799
  // Cookie aliases
802
800
  export { default as CookieIcon } from '../icons/cookie';
803
801
  // CookingPot aliases
804
802
  export { default as CookingPotIcon } from '../icons/cooking-pot';
805
- // CopyCheck aliases
806
- export { default as CopyCheckIcon } from '../icons/copy-check';
803
+ // Contrast aliases
804
+ export { default as ContrastIcon } from '../icons/contrast';
807
805
  // CopyMinus aliases
808
806
  export { default as CopyMinusIcon } from '../icons/copy-minus';
809
- // CopyPlus aliases
810
- export { default as CopyPlusIcon } from '../icons/copy-plus';
811
- // CopySlash aliases
812
- export { default as CopySlashIcon } from '../icons/copy-slash';
807
+ // CopyCheck aliases
808
+ export { default as CopyCheckIcon } from '../icons/copy-check';
813
809
  // CopyX aliases
814
810
  export { default as CopyXIcon } from '../icons/copy-x';
811
+ // CopySlash aliases
812
+ export { default as CopySlashIcon } from '../icons/copy-slash';
813
+ // CopyPlus aliases
814
+ export { default as CopyPlusIcon } from '../icons/copy-plus';
815
+ // Copyleft aliases
816
+ export { default as CopyleftIcon } from '../icons/copyleft';
815
817
  // Copy aliases
816
818
  export { default as CopyIcon } from '../icons/copy';
817
819
  // Copyright aliases
818
820
  export { default as CopyrightIcon } from '../icons/copyright';
819
- // Copyleft aliases
820
- export { default as CopyleftIcon } from '../icons/copyleft';
821
821
  // CornerDownLeft aliases
822
822
  export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
823
- // CornerDownRight aliases
824
- export { default as CornerDownRightIcon } from '../icons/corner-down-right';
825
823
  // CornerLeftDown aliases
826
824
  export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
827
- // CornerLeftUp aliases
828
- export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
829
- // CornerRightDown aliases
830
- export { default as CornerRightDownIcon } from '../icons/corner-right-down';
825
+ // CornerDownRight aliases
826
+ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
831
827
  // CornerRightUp aliases
832
828
  export { default as CornerRightUpIcon } from '../icons/corner-right-up';
833
- // CornerUpLeft aliases
834
- export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
829
+ // CornerRightDown aliases
830
+ export { default as CornerRightDownIcon } from '../icons/corner-right-down';
831
+ // CornerLeftUp aliases
832
+ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
835
833
  // CornerUpRight aliases
836
834
  export { default as CornerUpRightIcon } from '../icons/corner-up-right';
837
- // Cpu aliases
838
- export { default as CpuIcon } from '../icons/cpu';
835
+ // CornerUpLeft aliases
836
+ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
839
837
  // CreativeCommons aliases
840
838
  export { default as CreativeCommonsIcon } from '../icons/creative-commons';
841
839
  // CreditCard aliases
842
840
  export { default as CreditCardIcon } from '../icons/credit-card';
841
+ // Cpu aliases
842
+ export { default as CpuIcon } from '../icons/cpu';
843
843
  // Croissant aliases
844
844
  export { default as CroissantIcon } from '../icons/croissant';
845
845
  // Crop aliases
@@ -850,34 +850,36 @@ export { default as CrossIcon } from '../icons/cross';
850
850
  export { default as CrosshairIcon } from '../icons/crosshair';
851
851
  // Crown aliases
852
852
  export { default as CrownIcon } from '../icons/crown';
853
+ // CupSoda aliases
854
+ export { default as CupSodaIcon } from '../icons/cup-soda';
853
855
  // Cuboid aliases
854
856
  export { default as CuboidIcon } from '../icons/cuboid';
855
857
  // Currency aliases
856
858
  export { default as CurrencyIcon } from '../icons/currency';
857
- // CupSoda aliases
858
- export { default as CupSodaIcon } from '../icons/cup-soda';
859
- // Cylinder aliases
860
- export { default as CylinderIcon } from '../icons/cylinder';
861
859
  // Dam aliases
862
860
  export { default as DamIcon } from '../icons/dam';
861
+ // Cylinder aliases
862
+ export { default as CylinderIcon } from '../icons/cylinder';
863
863
  // DatabaseBackup aliases
864
864
  export { default as DatabaseBackupIcon } from '../icons/database-backup';
865
+ // DatabaseSearch aliases
866
+ export { default as DatabaseSearchIcon } from '../icons/database-search';
865
867
  // DatabaseZap aliases
866
868
  export { default as DatabaseZapIcon } from '../icons/database-zap';
867
869
  // Database aliases
868
870
  export { default as DatabaseIcon } from '../icons/database';
869
- // DecimalsArrowLeft aliases
870
- export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
871
871
  // DecimalsArrowRight aliases
872
872
  export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
873
+ // DecimalsArrowLeft aliases
874
+ export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
873
875
  // Delete aliases
874
876
  export { default as DeleteIcon } from '../icons/delete';
875
877
  // Dessert aliases
876
878
  export { default as DessertIcon } from '../icons/dessert';
877
- // DiamondMinus aliases
878
- export { default as DiamondMinusIcon } from '../icons/diamond-minus';
879
879
  // Diameter aliases
880
880
  export { default as DiameterIcon } from '../icons/diameter';
881
+ // DiamondMinus aliases
882
+ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
881
883
  // DiamondPlus aliases
882
884
  export { default as DiamondPlusIcon } from '../icons/diamond-plus';
883
885
  // Diamond aliases
@@ -892,12 +894,12 @@ export { default as Dice3Icon } from '../icons/dice-3';
892
894
  export { default as Dice4Icon } from '../icons/dice-4';
893
895
  // Dice5 aliases
894
896
  export { default as Dice5Icon } from '../icons/dice-5';
895
- // Dice6 aliases
896
- export { default as Dice6Icon } from '../icons/dice-6';
897
897
  // Dices aliases
898
898
  export { default as DicesIcon } from '../icons/dices';
899
899
  // Diff aliases
900
900
  export { default as DiffIcon } from '../icons/diff';
901
+ // Dice6 aliases
902
+ export { default as Dice6Icon } from '../icons/dice-6';
901
903
  // Disc2 aliases
902
904
  export { default as Disc2Icon } from '../icons/disc-2';
903
905
  // Disc3 aliases
@@ -920,38 +922,38 @@ export { default as DogIcon } from '../icons/dog';
920
922
  export { default as DollarSignIcon } from '../icons/dollar-sign';
921
923
  // Donut aliases
922
924
  export { default as DonutIcon } from '../icons/donut';
923
- // DoorClosed aliases
924
- export { default as DoorClosedIcon } from '../icons/door-closed';
925
925
  // DoorClosedLocked aliases
926
926
  export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
927
+ // DoorClosed aliases
928
+ export { default as DoorClosedIcon } from '../icons/door-closed';
927
929
  // DoorOpen aliases
928
930
  export { default as DoorOpenIcon } from '../icons/door-open';
929
931
  // Dot aliases
930
932
  export { default as DotIcon } from '../icons/dot';
931
- // Download aliases
932
- export { default as DownloadIcon } from '../icons/download';
933
- // DraftingCompass aliases
934
- export { default as DraftingCompassIcon } from '../icons/drafting-compass';
935
933
  // Drama aliases
936
934
  export { default as DramaIcon } from '../icons/drama';
935
+ // DraftingCompass aliases
936
+ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
937
937
  // Dribbble aliases
938
938
  export { default as DribbbleIcon } from '../icons/dribbble';
939
+ // Download aliases
940
+ export { default as DownloadIcon } from '../icons/download';
939
941
  // Drill aliases
940
942
  export { default as DrillIcon } from '../icons/drill';
941
943
  // Drone aliases
942
944
  export { default as DroneIcon } from '../icons/drone';
943
- // DropletOff aliases
944
- export { default as DropletOffIcon } from '../icons/droplet-off';
945
945
  // Droplet aliases
946
946
  export { default as DropletIcon } from '../icons/droplet';
947
+ // DropletOff aliases
948
+ export { default as DropletOffIcon } from '../icons/droplet-off';
947
949
  // Droplets aliases
948
950
  export { default as DropletsIcon } from '../icons/droplets';
949
951
  // Drum aliases
950
952
  export { default as DrumIcon } from '../icons/drum';
951
- // Drumstick aliases
952
- export { default as DrumstickIcon } from '../icons/drumstick';
953
953
  // Dumbbell aliases
954
954
  export { default as DumbbellIcon } from '../icons/dumbbell';
955
+ // Drumstick aliases
956
+ export { default as DrumstickIcon } from '../icons/drumstick';
955
957
  // EarOff aliases
956
958
  export { default as EarOffIcon } from '../icons/ear-off';
957
959
  // Ear aliases
@@ -974,10 +976,10 @@ export { default as EqualNotIcon } from '../icons/equal-not';
974
976
  export { default as EqualIcon } from '../icons/equal';
975
977
  // EthernetPort aliases
976
978
  export { default as EthernetPortIcon } from '../icons/ethernet-port';
977
- // Eraser aliases
978
- export { default as EraserIcon } from '../icons/eraser';
979
979
  // Euro aliases
980
980
  export { default as EuroIcon } from '../icons/euro';
981
+ // Eraser aliases
982
+ export { default as EraserIcon } from '../icons/eraser';
981
983
  // EvCharger aliases
982
984
  export { default as EvChargerIcon } from '../icons/ev-charger';
983
985
  // Expand aliases
@@ -986,22 +988,22 @@ export { default as ExpandIcon } from '../icons/expand';
986
988
  export { default as ExternalLinkIcon } from '../icons/external-link';
987
989
  // EyeClosed aliases
988
990
  export { default as EyeClosedIcon } from '../icons/eye-closed';
989
- // EyeOff aliases
990
- export { default as EyeOffIcon } from '../icons/eye-off';
991
991
  // Eye aliases
992
992
  export { default as EyeIcon } from '../icons/eye';
993
993
  // Facebook aliases
994
994
  export { default as FacebookIcon } from '../icons/facebook';
995
+ // EyeOff aliases
996
+ export { default as EyeOffIcon } from '../icons/eye-off';
995
997
  // Factory aliases
996
998
  export { default as FactoryIcon } from '../icons/factory';
997
- // Fan aliases
998
- export { default as FanIcon } from '../icons/fan';
999
999
  // FastForward aliases
1000
1000
  export { default as FastForwardIcon } from '../icons/fast-forward';
1001
- // Feather aliases
1002
- export { default as FeatherIcon } from '../icons/feather';
1001
+ // Fan aliases
1002
+ export { default as FanIcon } from '../icons/fan';
1003
1003
  // Fence aliases
1004
1004
  export { default as FenceIcon } from '../icons/fence';
1005
+ // Feather aliases
1006
+ export { default as FeatherIcon } from '../icons/feather';
1005
1007
  // FerrisWheel aliases
1006
1008
  export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
1007
1009
  // Figma aliases
@@ -1010,38 +1012,38 @@ export { default as FigmaIcon } from '../icons/figma';
1010
1012
  export { default as FileArchiveIcon } from '../icons/file-archive';
1011
1013
  // FileBox aliases
1012
1014
  export { default as FileBoxIcon } from '../icons/file-box';
1013
- // FileClock aliases
1014
- export { default as FileClockIcon } from '../icons/file-clock';
1015
1015
  // FileCheck aliases
1016
1016
  export { default as FileCheckIcon } from '../icons/file-check';
1017
+ // FileClock aliases
1018
+ export { default as FileClockIcon } from '../icons/file-clock';
1017
1019
  // FileCode aliases
1018
1020
  export { default as FileCodeIcon } from '../icons/file-code';
1019
1021
  // FileDiff aliases
1020
1022
  export { default as FileDiffIcon } from '../icons/file-diff';
1023
+ // FileHeart aliases
1024
+ export { default as FileHeartIcon } from '../icons/file-heart';
1021
1025
  // FileDigit aliases
1022
1026
  export { default as FileDigitIcon } from '../icons/file-digit';
1023
1027
  // FileDown aliases
1024
1028
  export { default as FileDownIcon } from '../icons/file-down';
1025
- // FileHeart aliases
1026
- export { default as FileHeartIcon } from '../icons/file-heart';
1027
1029
  // FileImage aliases
1028
1030
  export { default as FileImageIcon } from '../icons/file-image';
1029
1031
  // FileInput aliases
1030
1032
  export { default as FileInputIcon } from '../icons/file-input';
1031
- // FileMinus aliases
1032
- export { default as FileMinusIcon } from '../icons/file-minus';
1033
- // FileMusic aliases
1034
- export { default as FileMusicIcon } from '../icons/file-music';
1035
1033
  // FileOutput aliases
1036
1034
  export { default as FileOutputIcon } from '../icons/file-output';
1035
+ // FileMusic aliases
1036
+ export { default as FileMusicIcon } from '../icons/file-music';
1037
+ // FileMinus aliases
1038
+ export { default as FileMinusIcon } from '../icons/file-minus';
1037
1039
  // FilePlus aliases
1038
1040
  export { default as FilePlusIcon } from '../icons/file-plus';
1039
1041
  // FileScan aliases
1040
1042
  export { default as FileScanIcon } from '../icons/file-scan';
1041
- // FileSearch aliases
1042
- export { default as FileSearchIcon } from '../icons/file-search';
1043
1043
  // FileSliders aliases
1044
1044
  export { default as FileSlidersIcon } from '../icons/file-sliders';
1045
+ // FileSearch aliases
1046
+ export { default as FileSearchIcon } from '../icons/file-search';
1045
1047
  // FileSpreadsheet aliases
1046
1048
  export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
1047
1049
  // FileStack aliases
@@ -1056,10 +1058,10 @@ export { default as FileTextIcon } from '../icons/file-text';
1056
1058
  export { default as FileTypeIcon } from '../icons/file-type';
1057
1059
  // FileUser aliases
1058
1060
  export { default as FileUserIcon } from '../icons/file-user';
1059
- // FileUp aliases
1060
- export { default as FileUpIcon } from '../icons/file-up';
1061
1061
  // FileVolume aliases
1062
1062
  export { default as FileVolumeIcon } from '../icons/file-volume';
1063
+ // FileUp aliases
1064
+ export { default as FileUpIcon } from '../icons/file-up';
1063
1065
  // FileX aliases
1064
1066
  export { default as FileXIcon } from '../icons/file-x';
1065
1067
  // File aliases
@@ -1070,52 +1072,52 @@ export { default as FilesIcon } from '../icons/files';
1070
1072
  export { default as FilmIcon } from '../icons/film';
1071
1073
  // FireExtinguisher aliases
1072
1074
  export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
1073
- // FishOff aliases
1074
- export { default as FishOffIcon } from '../icons/fish-off';
1075
1075
  // FishSymbol aliases
1076
1076
  export { default as FishSymbolIcon } from '../icons/fish-symbol';
1077
- // Fish aliases
1078
- export { default as FishIcon } from '../icons/fish';
1079
1077
  // FishingHook aliases
1080
1078
  export { default as FishingHookIcon } from '../icons/fishing-hook';
1079
+ // FishOff aliases
1080
+ export { default as FishOffIcon } from '../icons/fish-off';
1081
1081
  // FlagOff aliases
1082
1082
  export { default as FlagOffIcon } from '../icons/flag-off';
1083
1083
  // FlagTriangleLeft aliases
1084
1084
  export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
1085
- // FlagTriangleRight aliases
1086
- export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
1085
+ // Fish aliases
1086
+ export { default as FishIcon } from '../icons/fish';
1087
1087
  // Flag aliases
1088
1088
  export { default as FlagIcon } from '../icons/flag';
1089
+ // FlagTriangleRight aliases
1090
+ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
1089
1091
  // FlameKindling aliases
1090
1092
  export { default as FlameKindlingIcon } from '../icons/flame-kindling';
1091
- // Flashlight aliases
1092
- export { default as FlashlightIcon } from '../icons/flashlight';
1093
1093
  // Flame aliases
1094
1094
  export { default as FlameIcon } from '../icons/flame';
1095
- // FlaskConical aliases
1096
- export { default as FlaskConicalIcon } from '../icons/flask-conical';
1095
+ // Flashlight aliases
1096
+ export { default as FlashlightIcon } from '../icons/flashlight';
1097
1097
  // FlashlightOff aliases
1098
1098
  export { default as FlashlightOffIcon } from '../icons/flashlight-off';
1099
1099
  // FlaskConicalOff aliases
1100
1100
  export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
1101
+ // FlaskConical aliases
1102
+ export { default as FlaskConicalIcon } from '../icons/flask-conical';
1101
1103
  // FlaskRound aliases
1102
1104
  export { default as FlaskRoundIcon } from '../icons/flask-round';
1103
1105
  // FlipHorizontal2 aliases
1104
1106
  export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
1105
1107
  // FlipHorizontal aliases
1106
1108
  export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
1109
+ // FlipVertical aliases
1110
+ export { default as FlipVerticalIcon } from '../icons/flip-vertical';
1107
1111
  // FlipVertical2 aliases
1108
1112
  export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
1113
+ // Focus aliases
1114
+ export { default as FocusIcon } from '../icons/focus';
1109
1115
  // Flower aliases
1110
1116
  export { default as FlowerIcon } from '../icons/flower';
1111
- // FlipVertical aliases
1112
- export { default as FlipVerticalIcon } from '../icons/flip-vertical';
1113
1117
  // Flower2 aliases
1114
1118
  export { default as Flower2Icon } from '../icons/flower-2';
1115
1119
  // FoldHorizontal aliases
1116
1120
  export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
1117
- // Focus aliases
1118
- export { default as FocusIcon } from '../icons/focus';
1119
1121
  // FoldVertical aliases
1120
1122
  export { default as FoldVerticalIcon } from '../icons/fold-vertical';
1121
1123
  // FolderArchive aliases
@@ -1124,48 +1126,48 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
1124
1126
  export { default as FolderCheckIcon } from '../icons/folder-check';
1125
1127
  // FolderClock aliases
1126
1128
  export { default as FolderClockIcon } from '../icons/folder-clock';
1127
- // FolderClosed aliases
1128
- export { default as FolderClosedIcon } from '../icons/folder-closed';
1129
- // FolderCode aliases
1130
- export { default as FolderCodeIcon } from '../icons/folder-code';
1131
1129
  // FolderDot aliases
1132
1130
  export { default as FolderDotIcon } from '../icons/folder-dot';
1131
+ // FolderCode aliases
1132
+ export { default as FolderCodeIcon } from '../icons/folder-code';
1133
+ // FolderClosed aliases
1134
+ export { default as FolderClosedIcon } from '../icons/folder-closed';
1133
1135
  // FolderDown aliases
1134
1136
  export { default as FolderDownIcon } from '../icons/folder-down';
1135
1137
  // FolderGit2 aliases
1136
1138
  export { default as FolderGit2Icon } from '../icons/folder-git-2';
1137
- // FolderGit aliases
1138
- export { default as FolderGitIcon } from '../icons/folder-git';
1139
1139
  // FolderHeart aliases
1140
1140
  export { default as FolderHeartIcon } from '../icons/folder-heart';
1141
1141
  // FolderInput aliases
1142
1142
  export { default as FolderInputIcon } from '../icons/folder-input';
1143
- // FolderKanban aliases
1144
- export { default as FolderKanbanIcon } from '../icons/folder-kanban';
1143
+ // FolderGit aliases
1144
+ export { default as FolderGitIcon } from '../icons/folder-git';
1145
1145
  // FolderKey aliases
1146
1146
  export { default as FolderKeyIcon } from '../icons/folder-key';
1147
1147
  // FolderLock aliases
1148
1148
  export { default as FolderLockIcon } from '../icons/folder-lock';
1149
+ // FolderKanban aliases
1150
+ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
1149
1151
  // FolderMinus aliases
1150
1152
  export { default as FolderMinusIcon } from '../icons/folder-minus';
1151
1153
  // FolderOpenDot aliases
1152
1154
  export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
1153
- // FolderOpen aliases
1154
- export { default as FolderOpenIcon } from '../icons/folder-open';
1155
- // FolderPlus aliases
1156
- export { default as FolderPlusIcon } from '../icons/folder-plus';
1157
1155
  // FolderOutput aliases
1158
1156
  export { default as FolderOutputIcon } from '../icons/folder-output';
1157
+ // FolderPlus aliases
1158
+ export { default as FolderPlusIcon } from '../icons/folder-plus';
1159
+ // FolderOpen aliases
1160
+ export { default as FolderOpenIcon } from '../icons/folder-open';
1159
1161
  // FolderRoot aliases
1160
1162
  export { default as FolderRootIcon } from '../icons/folder-root';
1161
- // FolderSearch2 aliases
1162
- export { default as FolderSearch2Icon } from '../icons/folder-search-2';
1163
1163
  // FolderSearch aliases
1164
1164
  export { default as FolderSearchIcon } from '../icons/folder-search';
1165
- // FolderSync aliases
1166
- export { default as FolderSyncIcon } from '../icons/folder-sync';
1167
1165
  // FolderSymlink aliases
1168
1166
  export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
1167
+ // FolderSearch2 aliases
1168
+ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
1169
+ // FolderSync aliases
1170
+ export { default as FolderSyncIcon } from '../icons/folder-sync';
1169
1171
  // FolderTree aliases
1170
1172
  export { default as FolderTreeIcon } from '../icons/folder-tree';
1171
1173
  // FolderUp aliases
@@ -1174,20 +1176,20 @@ export { default as FolderUpIcon } from '../icons/folder-up';
1174
1176
  export { default as FolderXIcon } from '../icons/folder-x';
1175
1177
  // Folder aliases
1176
1178
  export { default as FolderIcon } from '../icons/folder';
1177
- // Folders aliases
1178
- export { default as FoldersIcon } from '../icons/folders';
1179
1179
  // Footprints aliases
1180
1180
  export { default as FootprintsIcon } from '../icons/footprints';
1181
+ // Folders aliases
1182
+ export { default as FoldersIcon } from '../icons/folders';
1181
1183
  // Forklift aliases
1182
1184
  export { default as ForkliftIcon } from '../icons/forklift';
1183
1185
  // Form aliases
1184
1186
  export { default as FormIcon } from '../icons/form';
1185
1187
  // Forward aliases
1186
1188
  export { default as ForwardIcon } from '../icons/forward';
1187
- // Framer aliases
1188
- export { default as FramerIcon } from '../icons/framer';
1189
1189
  // Frame aliases
1190
1190
  export { default as FrameIcon } from '../icons/frame';
1191
+ // Framer aliases
1192
+ export { default as FramerIcon } from '../icons/framer';
1191
1193
  // Frown aliases
1192
1194
  export { default as FrownIcon } from '../icons/frown';
1193
1195
  // Fuel aliases
@@ -1196,18 +1198,18 @@ export { default as FuelIcon } from '../icons/fuel';
1196
1198
  export { default as FullscreenIcon } from '../icons/fullscreen';
1197
1199
  // FunnelPlus aliases
1198
1200
  export { default as FunnelPlusIcon } from '../icons/funnel-plus';
1199
- // GalleryHorizontal aliases
1200
- export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
1201
+ // GalleryVerticalEnd aliases
1202
+ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
1201
1203
  // GalleryHorizontalEnd aliases
1202
1204
  export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
1205
+ // GalleryHorizontal aliases
1206
+ export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
1203
1207
  // GalleryThumbnails aliases
1204
1208
  export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
1205
- // GalleryVerticalEnd aliases
1206
- export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
1207
- // GalleryVertical aliases
1208
- export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
1209
1209
  // Gamepad2 aliases
1210
1210
  export { default as Gamepad2Icon } from '../icons/gamepad-2';
1211
+ // GalleryVertical aliases
1212
+ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
1211
1213
  // GamepadDirectional aliases
1212
1214
  export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
1213
1215
  // Gamepad aliases
@@ -1216,30 +1218,30 @@ export { default as GamepadIcon } from '../icons/gamepad';
1216
1218
  export { default as GaugeIcon } from '../icons/gauge';
1217
1219
  // Gavel aliases
1218
1220
  export { default as GavelIcon } from '../icons/gavel';
1219
- // GeorgianLari aliases
1220
- export { default as GeorgianLariIcon } from '../icons/georgian-lari';
1221
1221
  // Gem aliases
1222
1222
  export { default as GemIcon } from '../icons/gem';
1223
+ // GeorgianLari aliases
1224
+ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
1223
1225
  // Ghost aliases
1224
1226
  export { default as GhostIcon } from '../icons/ghost';
1225
1227
  // Gift aliases
1226
1228
  export { default as GiftIcon } from '../icons/gift';
1227
1229
  // GitBranchMinus aliases
1228
1230
  export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
1229
- // GitBranch aliases
1230
- export { default as GitBranchIcon } from '../icons/git-branch';
1231
1231
  // GitBranchPlus aliases
1232
1232
  export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
1233
+ // GitBranch aliases
1234
+ export { default as GitBranchIcon } from '../icons/git-branch';
1233
1235
  // GitCommitVertical aliases
1234
1236
  export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
1235
1237
  // GitCompareArrows aliases
1236
1238
  export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
1237
1239
  // GitCompare aliases
1238
1240
  export { default as GitCompareIcon } from '../icons/git-compare';
1239
- // GitGraph aliases
1240
- export { default as GitGraphIcon } from '../icons/git-graph';
1241
1241
  // GitFork aliases
1242
1242
  export { default as GitForkIcon } from '../icons/git-fork';
1243
+ // GitGraph aliases
1244
+ export { default as GitGraphIcon } from '../icons/git-graph';
1243
1245
  // GitPullRequestArrow aliases
1244
1246
  export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
1245
1247
  // GitMerge aliases
@@ -1256,40 +1258,42 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
1256
1258
  export { default as GitPullRequestIcon } from '../icons/git-pull-request';
1257
1259
  // Github aliases
1258
1260
  export { default as GithubIcon } from '../icons/github';
1259
- // GlassWater aliases
1260
- export { default as GlassWaterIcon } from '../icons/glass-water';
1261
1261
  // Gitlab aliases
1262
1262
  export { default as GitlabIcon } from '../icons/gitlab';
1263
+ // GlassWater aliases
1264
+ export { default as GlassWaterIcon } from '../icons/glass-water';
1263
1265
  // Glasses aliases
1264
1266
  export { default as GlassesIcon } from '../icons/glasses';
1265
1267
  // GlobeLock aliases
1266
1268
  export { default as GlobeLockIcon } from '../icons/globe-lock';
1269
+ // GlobeX aliases
1270
+ export { default as GlobeXIcon } from '../icons/globe-x';
1267
1271
  // Globe aliases
1268
1272
  export { default as GlobeIcon } from '../icons/globe';
1269
1273
  // Goal aliases
1270
1274
  export { default as GoalIcon } from '../icons/goal';
1271
1275
  // Gpu aliases
1272
1276
  export { default as GpuIcon } from '../icons/gpu';
1273
- // Grape aliases
1274
- export { default as GrapeIcon } from '../icons/grape';
1275
1277
  // GraduationCap aliases
1276
1278
  export { default as GraduationCapIcon } from '../icons/graduation-cap';
1277
1279
  // Grid3x2 aliases
1278
1280
  export { default as Grid3x2Icon } from '../icons/grid-3x2';
1281
+ // Grape aliases
1282
+ export { default as GrapeIcon } from '../icons/grape';
1279
1283
  // GripHorizontal aliases
1280
1284
  export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
1281
1285
  // GripVertical aliases
1282
1286
  export { default as GripVerticalIcon } from '../icons/grip-vertical';
1283
1287
  // Grip aliases
1284
1288
  export { default as GripIcon } from '../icons/grip';
1285
- // Group aliases
1286
- export { default as GroupIcon } from '../icons/group';
1287
- // Ham aliases
1288
- export { default as HamIcon } from '../icons/ham';
1289
1289
  // Guitar aliases
1290
1290
  export { default as GuitarIcon } from '../icons/guitar';
1291
+ // Group aliases
1292
+ export { default as GroupIcon } from '../icons/group';
1291
1293
  // Hamburger aliases
1292
1294
  export { default as HamburgerIcon } from '../icons/hamburger';
1295
+ // Ham aliases
1296
+ export { default as HamIcon } from '../icons/ham';
1293
1297
  // Hammer aliases
1294
1298
  export { default as HammerIcon } from '../icons/hammer';
1295
1299
  // HandCoins aliases
@@ -1298,10 +1302,10 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
1298
1302
  export { default as HandFistIcon } from '../icons/hand-fist';
1299
1303
  // HandMetal aliases
1300
1304
  export { default as HandMetalIcon } from '../icons/hand-metal';
1301
- // HandPlatter aliases
1302
- export { default as HandPlatterIcon } from '../icons/hand-platter';
1303
1305
  // HandHeart aliases
1304
1306
  export { default as HandHeartIcon } from '../icons/hand-heart';
1307
+ // HandPlatter aliases
1308
+ export { default as HandPlatterIcon } from '../icons/hand-platter';
1305
1309
  // Hand aliases
1306
1310
  export { default as HandIcon } from '../icons/hand';
1307
1311
  // Handbag aliases
@@ -1312,12 +1316,12 @@ export { default as HandshakeIcon } from '../icons/handshake';
1312
1316
  export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
1313
1317
  // HardDriveUpload aliases
1314
1318
  export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
1319
+ // Hash aliases
1320
+ export { default as HashIcon } from '../icons/hash';
1315
1321
  // HardDrive aliases
1316
1322
  export { default as HardDriveIcon } from '../icons/hard-drive';
1317
1323
  // HardHat aliases
1318
1324
  export { default as HardHatIcon } from '../icons/hard-hat';
1319
- // Hash aliases
1320
- export { default as HashIcon } from '../icons/hash';
1321
1325
  // HatGlasses aliases
1322
1326
  export { default as HatGlassesIcon } from '../icons/hat-glasses';
1323
1327
  // Haze aliases
@@ -1346,36 +1350,36 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
1346
1350
  export { default as HeadphonesIcon } from '../icons/headphones';
1347
1351
  // Headset aliases
1348
1352
  export { default as HeadsetIcon } from '../icons/headset';
1349
- // HeartHandshake aliases
1350
- export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
1351
1353
  // HeartCrack aliases
1352
1354
  export { default as HeartCrackIcon } from '../icons/heart-crack';
1355
+ // HeartHandshake aliases
1356
+ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
1353
1357
  // HeartMinus aliases
1354
1358
  export { default as HeartMinusIcon } from '../icons/heart-minus';
1355
1359
  // HeartOff aliases
1356
1360
  export { default as HeartOffIcon } from '../icons/heart-off';
1357
1361
  // HeartPlus aliases
1358
1362
  export { default as HeartPlusIcon } from '../icons/heart-plus';
1363
+ // Heater aliases
1364
+ export { default as HeaterIcon } from '../icons/heater';
1359
1365
  // HeartPulse aliases
1360
1366
  export { default as HeartPulseIcon } from '../icons/heart-pulse';
1361
1367
  // Heart aliases
1362
1368
  export { default as HeartIcon } from '../icons/heart';
1363
- // Heater aliases
1364
- export { default as HeaterIcon } from '../icons/heater';
1365
1369
  // Helicopter aliases
1366
1370
  export { default as HelicopterIcon } from '../icons/helicopter';
1367
1371
  // Hexagon aliases
1368
1372
  export { default as HexagonIcon } from '../icons/hexagon';
1369
1373
  // Highlighter aliases
1370
1374
  export { default as HighlighterIcon } from '../icons/highlighter';
1371
- // History aliases
1372
- export { default as HistoryIcon } from '../icons/history';
1373
1375
  // HopOff aliases
1374
1376
  export { default as HopOffIcon } from '../icons/hop-off';
1375
- // Hop aliases
1376
- export { default as HopIcon } from '../icons/hop';
1377
+ // History aliases
1378
+ export { default as HistoryIcon } from '../icons/history';
1377
1379
  // Hospital aliases
1378
1380
  export { default as HospitalIcon } from '../icons/hospital';
1381
+ // Hop aliases
1382
+ export { default as HopIcon } from '../icons/hop';
1379
1383
  // Hotel aliases
1380
1384
  export { default as HotelIcon } from '../icons/hotel';
1381
1385
  // Hourglass aliases
@@ -1396,42 +1400,42 @@ export { default as IdCardIcon } from '../icons/id-card';
1396
1400
  export { default as ImageDownIcon } from '../icons/image-down';
1397
1401
  // ImageMinus aliases
1398
1402
  export { default as ImageMinusIcon } from '../icons/image-minus';
1403
+ // ImagePlus aliases
1404
+ export { default as ImagePlusIcon } from '../icons/image-plus';
1399
1405
  // ImageOff aliases
1400
1406
  export { default as ImageOffIcon } from '../icons/image-off';
1401
1407
  // ImagePlay aliases
1402
1408
  export { default as ImagePlayIcon } from '../icons/image-play';
1403
- // ImagePlus aliases
1404
- export { default as ImagePlusIcon } from '../icons/image-plus';
1405
- // ImageUp aliases
1406
- export { default as ImageUpIcon } from '../icons/image-up';
1407
1409
  // ImageUpscale aliases
1408
1410
  export { default as ImageUpscaleIcon } from '../icons/image-upscale';
1411
+ // ImageUp aliases
1412
+ export { default as ImageUpIcon } from '../icons/image-up';
1409
1413
  // Image aliases
1410
1414
  export { default as ImageIcon } from '../icons/image';
1411
1415
  // Images aliases
1412
1416
  export { default as ImagesIcon } from '../icons/images';
1413
- // Import aliases
1414
- export { default as ImportIcon } from '../icons/import';
1415
1417
  // Inbox aliases
1416
1418
  export { default as InboxIcon } from '../icons/inbox';
1417
1419
  // IndianRupee aliases
1418
1420
  export { default as IndianRupeeIcon } from '../icons/indian-rupee';
1421
+ // Import aliases
1422
+ export { default as ImportIcon } from '../icons/import';
1419
1423
  // Infinity aliases
1420
1424
  export { default as InfinityIcon } from '../icons/infinity';
1421
- // Info aliases
1422
- export { default as InfoIcon } from '../icons/info';
1423
1425
  // InspectionPanel aliases
1424
1426
  export { default as InspectionPanelIcon } from '../icons/inspection-panel';
1425
- // Italic aliases
1426
- export { default as ItalicIcon } from '../icons/italic';
1427
- // Instagram aliases
1428
- export { default as InstagramIcon } from '../icons/instagram';
1427
+ // Info aliases
1428
+ export { default as InfoIcon } from '../icons/info';
1429
1429
  // IterationCcw aliases
1430
1430
  export { default as IterationCcwIcon } from '../icons/iteration-ccw';
1431
- // IterationCw aliases
1432
- export { default as IterationCwIcon } from '../icons/iteration-cw';
1431
+ // Instagram aliases
1432
+ export { default as InstagramIcon } from '../icons/instagram';
1433
+ // Italic aliases
1434
+ export { default as ItalicIcon } from '../icons/italic';
1433
1435
  // JapaneseYen aliases
1434
1436
  export { default as JapaneseYenIcon } from '../icons/japanese-yen';
1437
+ // IterationCw aliases
1438
+ export { default as IterationCwIcon } from '../icons/iteration-cw';
1435
1439
  // Joystick aliases
1436
1440
  export { default as JoystickIcon } from '../icons/joystick';
1437
1441
  // Kanban aliases
@@ -1440,36 +1444,36 @@ export { default as KanbanIcon } from '../icons/kanban';
1440
1444
  export { default as KayakIcon } from '../icons/kayak';
1441
1445
  // KeyRound aliases
1442
1446
  export { default as KeyRoundIcon } from '../icons/key-round';
1443
- // KeySquare aliases
1444
- export { default as KeySquareIcon } from '../icons/key-square';
1445
- // KeyboardMusic aliases
1446
- export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
1447
- // KeyboardOff aliases
1448
- export { default as KeyboardOffIcon } from '../icons/keyboard-off';
1449
1447
  // Key aliases
1450
1448
  export { default as KeyIcon } from '../icons/key';
1449
+ // KeyboardMusic aliases
1450
+ export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
1451
+ // KeySquare aliases
1452
+ export { default as KeySquareIcon } from '../icons/key-square';
1451
1453
  // Keyboard aliases
1452
1454
  export { default as KeyboardIcon } from '../icons/keyboard';
1455
+ // KeyboardOff aliases
1456
+ export { default as KeyboardOffIcon } from '../icons/keyboard-off';
1453
1457
  // LampCeiling aliases
1454
1458
  export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
1459
+ // LampFloor aliases
1460
+ export { default as LampFloorIcon } from '../icons/lamp-floor';
1455
1461
  // LampDesk aliases
1456
1462
  export { default as LampDeskIcon } from '../icons/lamp-desk';
1457
1463
  // LampWallDown aliases
1458
1464
  export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
1459
- // LampFloor aliases
1460
- export { default as LampFloorIcon } from '../icons/lamp-floor';
1461
1465
  // LampWallUp aliases
1462
1466
  export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
1463
- // Lamp aliases
1464
- export { default as LampIcon } from '../icons/lamp';
1465
1467
  // LandPlot aliases
1466
1468
  export { default as LandPlotIcon } from '../icons/land-plot';
1469
+ // Lamp aliases
1470
+ export { default as LampIcon } from '../icons/lamp';
1467
1471
  // Landmark aliases
1468
1472
  export { default as LandmarkIcon } from '../icons/landmark';
1469
- // Languages aliases
1470
- export { default as LanguagesIcon } from '../icons/languages';
1471
1473
  // LaptopMinimalCheck aliases
1472
1474
  export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
1475
+ // Languages aliases
1476
+ export { default as LanguagesIcon } from '../icons/languages';
1473
1477
  // Laptop aliases
1474
1478
  export { default as LaptopIcon } from '../icons/laptop';
1475
1479
  // LassoSelect aliases
@@ -1482,66 +1486,66 @@ export { default as LaughIcon } from '../icons/laugh';
1482
1486
  export { default as Layers2Icon } from '../icons/layers-2';
1483
1487
  // LayersPlus aliases
1484
1488
  export { default as LayersPlusIcon } from '../icons/layers-plus';
1489
+ // LayoutGrid aliases
1490
+ export { default as LayoutGridIcon } from '../icons/layout-grid';
1485
1491
  // LayoutDashboard aliases
1486
1492
  export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
1487
1493
  // LayoutList aliases
1488
1494
  export { default as LayoutListIcon } from '../icons/layout-list';
1489
1495
  // LayoutPanelLeft aliases
1490
1496
  export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
1491
- // LayoutGrid aliases
1492
- export { default as LayoutGridIcon } from '../icons/layout-grid';
1493
1497
  // LayoutPanelTop aliases
1494
1498
  export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
1495
1499
  // LayoutTemplate aliases
1496
1500
  export { default as LayoutTemplateIcon } from '../icons/layout-template';
1497
- // Lectern aliases
1498
- export { default as LecternIcon } from '../icons/lectern';
1499
1501
  // Leaf aliases
1500
1502
  export { default as LeafIcon } from '../icons/leaf';
1501
1503
  // LeafyGreen aliases
1502
1504
  export { default as LeafyGreenIcon } from '../icons/leafy-green';
1503
1505
  // LibraryBig aliases
1504
1506
  export { default as LibraryBigIcon } from '../icons/library-big';
1507
+ // Lectern aliases
1508
+ export { default as LecternIcon } from '../icons/lectern';
1505
1509
  // Library aliases
1506
1510
  export { default as LibraryIcon } from '../icons/library';
1507
1511
  // LifeBuoy aliases
1508
1512
  export { default as LifeBuoyIcon } from '../icons/life-buoy';
1509
- // LightbulbOff aliases
1510
- export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
1511
1513
  // Ligature aliases
1512
1514
  export { default as LigatureIcon } from '../icons/ligature';
1515
+ // LightbulbOff aliases
1516
+ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
1513
1517
  // Lightbulb aliases
1514
1518
  export { default as LightbulbIcon } from '../icons/lightbulb';
1515
1519
  // LineSquiggle aliases
1516
1520
  export { default as LineSquiggleIcon } from '../icons/line-squiggle';
1517
1521
  // Link2Off aliases
1518
1522
  export { default as Link2OffIcon } from '../icons/link-2-off';
1519
- // Link2 aliases
1520
- export { default as Link2Icon } from '../icons/link-2';
1521
1523
  // Link aliases
1522
1524
  export { default as LinkIcon } from '../icons/link';
1525
+ // Link2 aliases
1526
+ export { default as Link2Icon } from '../icons/link-2';
1523
1527
  // Linkedin aliases
1524
1528
  export { default as LinkedinIcon } from '../icons/linkedin';
1525
- // ListCheck aliases
1526
- export { default as ListCheckIcon } from '../icons/list-check';
1527
1529
  // ListChecks aliases
1528
1530
  export { default as ListChecksIcon } from '../icons/list-checks';
1529
1531
  // ListChevronsDownUp aliases
1530
1532
  export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
1531
- // ListCollapse aliases
1532
- export { default as ListCollapseIcon } from '../icons/list-collapse';
1533
+ // ListCheck aliases
1534
+ export { default as ListCheckIcon } from '../icons/list-check';
1533
1535
  // ListChevronsUpDown aliases
1534
1536
  export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
1535
- // ListFilterPlus aliases
1536
- export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
1537
+ // ListCollapse aliases
1538
+ export { default as ListCollapseIcon } from '../icons/list-collapse';
1537
1539
  // ListEnd aliases
1538
1540
  export { default as ListEndIcon } from '../icons/list-end';
1541
+ // ListFilterPlus aliases
1542
+ export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
1539
1543
  // ListFilter aliases
1540
1544
  export { default as ListFilterIcon } from '../icons/list-filter';
1541
- // ListMusic aliases
1542
- export { default as ListMusicIcon } from '../icons/list-music';
1543
1545
  // ListMinus aliases
1544
1546
  export { default as ListMinusIcon } from '../icons/list-minus';
1547
+ // ListMusic aliases
1548
+ export { default as ListMusicIcon } from '../icons/list-music';
1545
1549
  // ListOrdered aliases
1546
1550
  export { default as ListOrderedIcon } from '../icons/list-ordered';
1547
1551
  // ListPlus aliases
@@ -1560,52 +1564,52 @@ export { default as ListVideoIcon } from '../icons/list-video';
1560
1564
  export { default as ListXIcon } from '../icons/list-x';
1561
1565
  // List aliases
1562
1566
  export { default as ListIcon } from '../icons/list';
1563
- // Loader aliases
1564
- export { default as LoaderIcon } from '../icons/loader';
1565
1567
  // LoaderPinwheel aliases
1566
1568
  export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
1569
+ // Loader aliases
1570
+ export { default as LoaderIcon } from '../icons/loader';
1567
1571
  // LocateFixed aliases
1568
1572
  export { default as LocateFixedIcon } from '../icons/locate-fixed';
1569
- // LocateOff aliases
1570
- export { default as LocateOffIcon } from '../icons/locate-off';
1571
- // Locate aliases
1572
- export { default as LocateIcon } from '../icons/locate';
1573
1573
  // LockKeyhole aliases
1574
1574
  export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
1575
+ // LocateOff aliases
1576
+ export { default as LocateOffIcon } from '../icons/locate-off';
1575
1577
  // Lock aliases
1576
1578
  export { default as LockIcon } from '../icons/lock';
1577
- // LogIn aliases
1578
- export { default as LogInIcon } from '../icons/log-in';
1579
+ // Locate aliases
1580
+ export { default as LocateIcon } from '../icons/locate';
1579
1581
  // LogOut aliases
1580
1582
  export { default as LogOutIcon } from '../icons/log-out';
1581
1583
  // Logs aliases
1582
1584
  export { default as LogsIcon } from '../icons/logs';
1585
+ // LogIn aliases
1586
+ export { default as LogInIcon } from '../icons/log-in';
1583
1587
  // Lollipop aliases
1584
1588
  export { default as LollipopIcon } from '../icons/lollipop';
1585
- // Luggage aliases
1586
- export { default as LuggageIcon } from '../icons/luggage';
1587
- // Magnet aliases
1588
- export { default as MagnetIcon } from '../icons/magnet';
1589
1589
  // MailCheck aliases
1590
1590
  export { default as MailCheckIcon } from '../icons/mail-check';
1591
+ // Magnet aliases
1592
+ export { default as MagnetIcon } from '../icons/magnet';
1593
+ // Luggage aliases
1594
+ export { default as LuggageIcon } from '../icons/luggage';
1591
1595
  // MailMinus aliases
1592
1596
  export { default as MailMinusIcon } from '../icons/mail-minus';
1593
- // MailPlus aliases
1594
- export { default as MailPlusIcon } from '../icons/mail-plus';
1595
1597
  // MailOpen aliases
1596
1598
  export { default as MailOpenIcon } from '../icons/mail-open';
1599
+ // MailPlus aliases
1600
+ export { default as MailPlusIcon } from '../icons/mail-plus';
1597
1601
  // MailSearch aliases
1598
1602
  export { default as MailSearchIcon } from '../icons/mail-search';
1599
1603
  // MailWarning aliases
1600
1604
  export { default as MailWarningIcon } from '../icons/mail-warning';
1601
1605
  // MailX aliases
1602
1606
  export { default as MailXIcon } from '../icons/mail-x';
1603
- // Mail aliases
1604
- export { default as MailIcon } from '../icons/mail';
1605
1607
  // Mailbox aliases
1606
1608
  export { default as MailboxIcon } from '../icons/mailbox';
1607
1609
  // Mails aliases
1608
1610
  export { default as MailsIcon } from '../icons/mails';
1611
+ // Mail aliases
1612
+ export { default as MailIcon } from '../icons/mail';
1609
1613
  // MapMinus aliases
1610
1614
  export { default as MapMinusIcon } from '../icons/map-minus';
1611
1615
  // MapPinCheckInside aliases
@@ -1614,30 +1618,30 @@ export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside'
1614
1618
  export { default as MapPinCheckIcon } from '../icons/map-pin-check';
1615
1619
  // MapPinMinusInside aliases
1616
1620
  export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
1621
+ // MapPinOff aliases
1622
+ export { default as MapPinOffIcon } from '../icons/map-pin-off';
1617
1623
  // MapPinHouse aliases
1618
1624
  export { default as MapPinHouseIcon } from '../icons/map-pin-house';
1619
1625
  // MapPinMinus aliases
1620
1626
  export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
1621
- // MapPinOff aliases
1622
- export { default as MapPinOffIcon } from '../icons/map-pin-off';
1623
1627
  // MapPinPlusInside aliases
1624
1628
  export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
1625
- // MapPinPlus aliases
1626
- export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
1627
1629
  // MapPinXInside aliases
1628
1630
  export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
1631
+ // MapPinPlus aliases
1632
+ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
1629
1633
  // MapPinX aliases
1630
1634
  export { default as MapPinXIcon } from '../icons/map-pin-x';
1631
- // MapPin aliases
1632
- export { default as MapPinIcon } from '../icons/map-pin';
1633
1635
  // MapPinned aliases
1634
1636
  export { default as MapPinnedIcon } from '../icons/map-pinned';
1635
1637
  // MapPlus aliases
1636
1638
  export { default as MapPlusIcon } from '../icons/map-plus';
1637
- // MarsStroke aliases
1638
- export { default as MarsStrokeIcon } from '../icons/mars-stroke';
1639
+ // MapPin aliases
1640
+ export { default as MapPinIcon } from '../icons/map-pin';
1639
1641
  // Map aliases
1640
1642
  export { default as MapIcon } from '../icons/map';
1643
+ // MarsStroke aliases
1644
+ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
1641
1645
  // Mars aliases
1642
1646
  export { default as MarsIcon } from '../icons/mars';
1643
1647
  // Martini aliases
@@ -1654,24 +1658,24 @@ export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
1654
1658
  export { default as MegaphoneIcon } from '../icons/megaphone';
1655
1659
  // Meh aliases
1656
1660
  export { default as MehIcon } from '../icons/meh';
1657
- // Menu aliases
1658
- export { default as MenuIcon } from '../icons/menu';
1659
- // MemoryStick aliases
1660
- export { default as MemoryStickIcon } from '../icons/memory-stick';
1661
1661
  // Merge aliases
1662
1662
  export { default as MergeIcon } from '../icons/merge';
1663
+ // MemoryStick aliases
1664
+ export { default as MemoryStickIcon } from '../icons/memory-stick';
1665
+ // Menu aliases
1666
+ export { default as MenuIcon } from '../icons/menu';
1663
1667
  // MessageCircleCode aliases
1664
1668
  export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
1665
1669
  // MessageCircleDashed aliases
1666
1670
  export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
1667
1671
  // MessageCircleHeart aliases
1668
1672
  export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
1673
+ // MessageCircleOff aliases
1674
+ export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
1669
1675
  // MessageCircleMore aliases
1670
1676
  export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
1671
1677
  // MessageCircleReply aliases
1672
1678
  export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
1673
- // MessageCircleOff aliases
1674
- export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
1675
1679
  // MessageCirclePlus aliases
1676
1680
  export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
1677
1681
  // MessageCircleWarning aliases
@@ -1696,70 +1700,70 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
1696
1700
  export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
1697
1701
  // MessageSquareOff aliases
1698
1702
  export { default as MessageSquareOffIcon } from '../icons/message-square-off';
1699
- // MessageSquarePlus aliases
1700
- export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
1701
1703
  // MessageSquareQuote aliases
1702
1704
  export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
1705
+ // MessageSquarePlus aliases
1706
+ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
1703
1707
  // MessageSquareReply aliases
1704
1708
  export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
1705
1709
  // MessageSquareShare aliases
1706
1710
  export { default as MessageSquareShareIcon } from '../icons/message-square-share';
1707
1711
  // MessageSquareText aliases
1708
1712
  export { default as MessageSquareTextIcon } from '../icons/message-square-text';
1709
- // MessageSquareWarning aliases
1710
- export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
1711
- // MessagesSquare aliases
1712
- export { default as MessagesSquareIcon } from '../icons/messages-square';
1713
1713
  // MessageSquareX aliases
1714
1714
  export { default as MessageSquareXIcon } from '../icons/message-square-x';
1715
- // MicOff aliases
1716
- export { default as MicOffIcon } from '../icons/mic-off';
1717
1715
  // MessageSquare aliases
1718
1716
  export { default as MessageSquareIcon } from '../icons/message-square';
1719
- // Mic aliases
1720
- export { default as MicIcon } from '../icons/mic';
1717
+ // MessagesSquare aliases
1718
+ export { default as MessagesSquareIcon } from '../icons/messages-square';
1719
+ // MessageSquareWarning aliases
1720
+ export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
1721
1721
  // Microchip aliases
1722
1722
  export { default as MicrochipIcon } from '../icons/microchip';
1723
+ // MicOff aliases
1724
+ export { default as MicOffIcon } from '../icons/mic-off';
1725
+ // Mic aliases
1726
+ export { default as MicIcon } from '../icons/mic';
1723
1727
  // Microscope aliases
1724
1728
  export { default as MicroscopeIcon } from '../icons/microscope';
1725
- // Milestone aliases
1726
- export { default as MilestoneIcon } from '../icons/milestone';
1727
1729
  // Microwave aliases
1728
1730
  export { default as MicrowaveIcon } from '../icons/microwave';
1731
+ // Milestone aliases
1732
+ export { default as MilestoneIcon } from '../icons/milestone';
1729
1733
  // MilkOff aliases
1730
1734
  export { default as MilkOffIcon } from '../icons/milk-off';
1731
- // Milk aliases
1732
- export { default as MilkIcon } from '../icons/milk';
1733
1735
  // Minimize2 aliases
1734
1736
  export { default as Minimize2Icon } from '../icons/minimize-2';
1735
1737
  // Minimize aliases
1736
1738
  export { default as MinimizeIcon } from '../icons/minimize';
1739
+ // Milk aliases
1740
+ export { default as MilkIcon } from '../icons/milk';
1737
1741
  // Minus aliases
1738
1742
  export { default as MinusIcon } from '../icons/minus';
1739
1743
  // MonitorCheck aliases
1740
1744
  export { default as MonitorCheckIcon } from '../icons/monitor-check';
1741
- // MonitorCog aliases
1742
- export { default as MonitorCogIcon } from '../icons/monitor-cog';
1743
1745
  // MonitorCloud aliases
1744
1746
  export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
1747
+ // MonitorCog aliases
1748
+ export { default as MonitorCogIcon } from '../icons/monitor-cog';
1745
1749
  // MonitorDot aliases
1746
1750
  export { default as MonitorDotIcon } from '../icons/monitor-dot';
1751
+ // MonitorOff aliases
1752
+ export { default as MonitorOffIcon } from '../icons/monitor-off';
1747
1753
  // MonitorDown aliases
1748
1754
  export { default as MonitorDownIcon } from '../icons/monitor-down';
1749
1755
  // MonitorPause aliases
1750
1756
  export { default as MonitorPauseIcon } from '../icons/monitor-pause';
1751
- // MonitorOff aliases
1752
- export { default as MonitorOffIcon } from '../icons/monitor-off';
1753
- // MonitorPlay aliases
1754
- export { default as MonitorPlayIcon } from '../icons/monitor-play';
1755
1757
  // MonitorSmartphone aliases
1756
1758
  export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
1757
1759
  // MonitorSpeaker aliases
1758
1760
  export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
1759
- // MonitorStop aliases
1760
- export { default as MonitorStopIcon } from '../icons/monitor-stop';
1761
+ // MonitorPlay aliases
1762
+ export { default as MonitorPlayIcon } from '../icons/monitor-play';
1761
1763
  // MonitorUp aliases
1762
1764
  export { default as MonitorUpIcon } from '../icons/monitor-up';
1765
+ // MonitorStop aliases
1766
+ export { default as MonitorStopIcon } from '../icons/monitor-stop';
1763
1767
  // MonitorX aliases
1764
1768
  export { default as MonitorXIcon } from '../icons/monitor-x';
1765
1769
  // Monitor aliases
@@ -1770,12 +1774,12 @@ export { default as MoonStarIcon } from '../icons/moon-star';
1770
1774
  export { default as MoonIcon } from '../icons/moon';
1771
1775
  // Motorbike aliases
1772
1776
  export { default as MotorbikeIcon } from '../icons/motorbike';
1773
- // MountainSnow aliases
1774
- export { default as MountainSnowIcon } from '../icons/mountain-snow';
1775
1777
  // Mountain aliases
1776
1778
  export { default as MountainIcon } from '../icons/mountain';
1777
1779
  // MouseOff aliases
1778
1780
  export { default as MouseOffIcon } from '../icons/mouse-off';
1781
+ // MountainSnow aliases
1782
+ export { default as MountainSnowIcon } from '../icons/mountain-snow';
1779
1783
  // MousePointer2Off aliases
1780
1784
  export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
1781
1785
  // MousePointer2 aliases
@@ -1794,10 +1798,10 @@ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
1794
1798
  export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
1795
1799
  // MoveDownLeft aliases
1796
1800
  export { default as MoveDownLeftIcon } from '../icons/move-down-left';
1797
- // MoveDownRight aliases
1798
- export { default as MoveDownRightIcon } from '../icons/move-down-right';
1799
1801
  // MoveDown aliases
1800
1802
  export { default as MoveDownIcon } from '../icons/move-down';
1803
+ // MoveDownRight aliases
1804
+ export { default as MoveDownRightIcon } from '../icons/move-down-right';
1801
1805
  // MoveHorizontal aliases
1802
1806
  export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
1803
1807
  // MoveLeft aliases
@@ -1814,28 +1818,28 @@ export { default as MoveUpIcon } from '../icons/move-up';
1814
1818
  export { default as MoveVerticalIcon } from '../icons/move-vertical';
1815
1819
  // Move aliases
1816
1820
  export { default as MoveIcon } from '../icons/move';
1817
- // Music3 aliases
1818
- export { default as Music3Icon } from '../icons/music-3';
1819
1821
  // Music2 aliases
1820
1822
  export { default as Music2Icon } from '../icons/music-2';
1823
+ // Music3 aliases
1824
+ export { default as Music3Icon } from '../icons/music-3';
1821
1825
  // Music4 aliases
1822
1826
  export { default as Music4Icon } from '../icons/music-4';
1823
1827
  // Music aliases
1824
1828
  export { default as MusicIcon } from '../icons/music';
1825
- // Navigation2Off aliases
1826
- export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
1827
1829
  // Navigation2 aliases
1828
1830
  export { default as Navigation2Icon } from '../icons/navigation-2';
1831
+ // Navigation2Off aliases
1832
+ export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
1829
1833
  // NavigationOff aliases
1830
1834
  export { default as NavigationOffIcon } from '../icons/navigation-off';
1831
1835
  // Navigation aliases
1832
1836
  export { default as NavigationIcon } from '../icons/navigation';
1833
1837
  // Network aliases
1834
1838
  export { default as NetworkIcon } from '../icons/network';
1835
- // Newspaper aliases
1836
- export { default as NewspaperIcon } from '../icons/newspaper';
1837
1839
  // Nfc aliases
1838
1840
  export { default as NfcIcon } from '../icons/nfc';
1841
+ // Newspaper aliases
1842
+ export { default as NewspaperIcon } from '../icons/newspaper';
1839
1843
  // NonBinary aliases
1840
1844
  export { default as NonBinaryIcon } from '../icons/non-binary';
1841
1845
  // NotebookPen aliases
@@ -1848,12 +1852,12 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
1848
1852
  export { default as NotebookIcon } from '../icons/notebook';
1849
1853
  // NotepadTextDashed aliases
1850
1854
  export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
1851
- // NutOff aliases
1852
- export { default as NutOffIcon } from '../icons/nut-off';
1853
- // Nut aliases
1854
- export { default as NutIcon } from '../icons/nut';
1855
1855
  // NotepadText aliases
1856
1856
  export { default as NotepadTextIcon } from '../icons/notepad-text';
1857
+ // Nut aliases
1858
+ export { default as NutIcon } from '../icons/nut';
1859
+ // NutOff aliases
1860
+ export { default as NutOffIcon } from '../icons/nut-off';
1857
1861
  // OctagonMinus aliases
1858
1862
  export { default as OctagonMinusIcon } from '../icons/octagon-minus';
1859
1863
  // Octagon aliases
@@ -1862,10 +1866,10 @@ export { default as OctagonIcon } from '../icons/octagon';
1862
1866
  export { default as OmegaIcon } from '../icons/omega';
1863
1867
  // Option aliases
1864
1868
  export { default as OptionIcon } from '../icons/option';
1865
- // Origami aliases
1866
- export { default as OrigamiIcon } from '../icons/origami';
1867
1869
  // Orbit aliases
1868
1870
  export { default as OrbitIcon } from '../icons/orbit';
1871
+ // Origami aliases
1872
+ export { default as OrigamiIcon } from '../icons/origami';
1869
1873
  // Package2 aliases
1870
1874
  export { default as Package2Icon } from '../icons/package-2';
1871
1875
  // PackageCheck aliases
@@ -1874,10 +1878,10 @@ export { default as PackageCheckIcon } from '../icons/package-check';
1874
1878
  export { default as PackageMinusIcon } from '../icons/package-minus';
1875
1879
  // PackageOpen aliases
1876
1880
  export { default as PackageOpenIcon } from '../icons/package-open';
1877
- // PackageSearch aliases
1878
- export { default as PackageSearchIcon } from '../icons/package-search';
1879
1881
  // PackagePlus aliases
1880
1882
  export { default as PackagePlusIcon } from '../icons/package-plus';
1883
+ // PackageSearch aliases
1884
+ export { default as PackageSearchIcon } from '../icons/package-search';
1881
1885
  // PackageX aliases
1882
1886
  export { default as PackageXIcon } from '../icons/package-x';
1883
1887
  // Package aliases
@@ -1890,12 +1894,12 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
1890
1894
  export { default as PaintbrushIcon } from '../icons/paintbrush';
1891
1895
  // Palette aliases
1892
1896
  export { default as PaletteIcon } from '../icons/palette';
1893
- // Panda aliases
1894
- export { default as PandaIcon } from '../icons/panda';
1895
1897
  // PanelBottomClose aliases
1896
1898
  export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
1897
1899
  // PanelBottom aliases
1898
1900
  export { default as PanelBottomIcon } from '../icons/panel-bottom';
1901
+ // Panda aliases
1902
+ export { default as PandaIcon } from '../icons/panda';
1899
1903
  // PanelBottomOpen aliases
1900
1904
  export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
1901
1905
  // PanelLeftRightDashed aliases
@@ -1928,112 +1932,114 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
1928
1932
  export { default as PartyPopperIcon } from '../icons/party-popper';
1929
1933
  // Pause aliases
1930
1934
  export { default as PauseIcon } from '../icons/pause';
1931
- // PcCase aliases
1932
- export { default as PcCaseIcon } from '../icons/pc-case';
1933
1935
  // PawPrint aliases
1934
1936
  export { default as PawPrintIcon } from '../icons/paw-print';
1937
+ // PcCase aliases
1938
+ export { default as PcCaseIcon } from '../icons/pc-case';
1935
1939
  // PenOff aliases
1936
1940
  export { default as PenOffIcon } from '../icons/pen-off';
1937
- // PenTool aliases
1938
- export { default as PenToolIcon } from '../icons/pen-tool';
1939
1941
  // PencilLine aliases
1940
1942
  export { default as PencilLineIcon } from '../icons/pencil-line';
1941
- // PencilOff aliases
1942
- export { default as PencilOffIcon } from '../icons/pencil-off';
1943
+ // PenTool aliases
1944
+ export { default as PenToolIcon } from '../icons/pen-tool';
1943
1945
  // PencilRuler aliases
1944
1946
  export { default as PencilRulerIcon } from '../icons/pencil-ruler';
1947
+ // PencilOff aliases
1948
+ export { default as PencilOffIcon } from '../icons/pencil-off';
1945
1949
  // Pencil aliases
1946
1950
  export { default as PencilIcon } from '../icons/pencil';
1947
- // Percent aliases
1948
- export { default as PercentIcon } from '../icons/percent';
1949
- // PersonStanding aliases
1950
- export { default as PersonStandingIcon } from '../icons/person-standing';
1951
1951
  // Pentagon aliases
1952
1952
  export { default as PentagonIcon } from '../icons/pentagon';
1953
- // PhilippinePeso aliases
1954
- export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
1953
+ // PersonStanding aliases
1954
+ export { default as PersonStandingIcon } from '../icons/person-standing';
1955
+ // Percent aliases
1956
+ export { default as PercentIcon } from '../icons/percent';
1955
1957
  // PhoneCall aliases
1956
1958
  export { default as PhoneCallIcon } from '../icons/phone-call';
1959
+ // PhilippinePeso aliases
1960
+ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
1957
1961
  // PhoneForwarded aliases
1958
1962
  export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
1959
1963
  // PhoneIncoming aliases
1960
1964
  export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
1961
- // PhoneMissed aliases
1962
- export { default as PhoneMissedIcon } from '../icons/phone-missed';
1963
1965
  // PhoneOff aliases
1964
1966
  export { default as PhoneOffIcon } from '../icons/phone-off';
1965
1967
  // PhoneOutgoing aliases
1966
1968
  export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
1967
- // Phone aliases
1968
- export { default as PhoneIcon } from '../icons/phone';
1969
+ // PhoneMissed aliases
1970
+ export { default as PhoneMissedIcon } from '../icons/phone-missed';
1969
1971
  // Pi aliases
1970
1972
  export { default as PiIcon } from '../icons/pi';
1973
+ // Phone aliases
1974
+ export { default as PhoneIcon } from '../icons/phone';
1971
1975
  // Piano aliases
1972
1976
  export { default as PianoIcon } from '../icons/piano';
1973
1977
  // Pickaxe aliases
1974
1978
  export { default as PickaxeIcon } from '../icons/pickaxe';
1975
1979
  // PictureInPicture2 aliases
1976
1980
  export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
1977
- // PictureInPicture aliases
1978
- export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
1979
1981
  // PiggyBank aliases
1980
1982
  export { default as PiggyBankIcon } from '../icons/piggy-bank';
1983
+ // PictureInPicture aliases
1984
+ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
1981
1985
  // PilcrowLeft aliases
1982
1986
  export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
1983
1987
  // PilcrowRight aliases
1984
1988
  export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
1985
1989
  // Pilcrow aliases
1986
1990
  export { default as PilcrowIcon } from '../icons/pilcrow';
1987
- // Pill aliases
1988
- export { default as PillIcon } from '../icons/pill';
1989
1991
  // PillBottle aliases
1990
1992
  export { default as PillBottleIcon } from '../icons/pill-bottle';
1993
+ // Pill aliases
1994
+ export { default as PillIcon } from '../icons/pill';
1991
1995
  // PinOff aliases
1992
1996
  export { default as PinOffIcon } from '../icons/pin-off';
1993
1997
  // Pin aliases
1994
1998
  export { default as PinIcon } from '../icons/pin';
1995
- // Pipette aliases
1996
- export { default as PipetteIcon } from '../icons/pipette';
1997
1999
  // Pizza aliases
1998
2000
  export { default as PizzaIcon } from '../icons/pizza';
2001
+ // Pipette aliases
2002
+ export { default as PipetteIcon } from '../icons/pipette';
1999
2003
  // PlaneLanding aliases
2000
2004
  export { default as PlaneLandingIcon } from '../icons/plane-landing';
2001
2005
  // PlaneTakeoff aliases
2002
2006
  export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
2003
- // Play aliases
2004
- export { default as PlayIcon } from '../icons/play';
2005
2007
  // Plane aliases
2006
2008
  export { default as PlaneIcon } from '../icons/plane';
2009
+ // Play aliases
2010
+ export { default as PlayIcon } from '../icons/play';
2007
2011
  // Plug2 aliases
2008
2012
  export { default as Plug2Icon } from '../icons/plug-2';
2009
2013
  // Plug aliases
2010
2014
  export { default as PlugIcon } from '../icons/plug';
2011
- // Plus aliases
2012
- export { default as PlusIcon } from '../icons/plus';
2013
2015
  // PocketKnife aliases
2014
2016
  export { default as PocketKnifeIcon } from '../icons/pocket-knife';
2017
+ // Plus aliases
2018
+ export { default as PlusIcon } from '../icons/plus';
2015
2019
  // Pocket aliases
2016
2020
  export { default as PocketIcon } from '../icons/pocket';
2017
2021
  // Podcast aliases
2018
2022
  export { default as PodcastIcon } from '../icons/podcast';
2019
- // PointerOff aliases
2020
- export { default as PointerOffIcon } from '../icons/pointer-off';
2021
2023
  // Pointer aliases
2022
2024
  export { default as PointerIcon } from '../icons/pointer';
2023
- // Popcorn aliases
2024
- export { default as PopcornIcon } from '../icons/popcorn';
2025
+ // PointerOff aliases
2026
+ export { default as PointerOffIcon } from '../icons/pointer-off';
2025
2027
  // Popsicle aliases
2026
2028
  export { default as PopsicleIcon } from '../icons/popsicle';
2027
- // PoundSterling aliases
2028
- export { default as PoundSterlingIcon } from '../icons/pound-sterling';
2029
+ // Popcorn aliases
2030
+ export { default as PopcornIcon } from '../icons/popcorn';
2029
2031
  // PowerOff aliases
2030
2032
  export { default as PowerOffIcon } from '../icons/power-off';
2033
+ // PoundSterling aliases
2034
+ export { default as PoundSterlingIcon } from '../icons/pound-sterling';
2031
2035
  // Power aliases
2032
2036
  export { default as PowerIcon } from '../icons/power';
2033
- // Presentation aliases
2034
- export { default as PresentationIcon } from '../icons/presentation';
2035
2037
  // PrinterCheck aliases
2036
2038
  export { default as PrinterCheckIcon } from '../icons/printer-check';
2039
+ // PrinterX aliases
2040
+ export { default as PrinterXIcon } from '../icons/printer-x';
2041
+ // Presentation aliases
2042
+ export { default as PresentationIcon } from '../icons/presentation';
2037
2043
  // Printer aliases
2038
2044
  export { default as PrinterIcon } from '../icons/printer';
2039
2045
  // Projector aliases
@@ -2042,26 +2048,26 @@ export { default as ProjectorIcon } from '../icons/projector';
2042
2048
  export { default as ProportionsIcon } from '../icons/proportions';
2043
2049
  // Puzzle aliases
2044
2050
  export { default as PuzzleIcon } from '../icons/puzzle';
2045
- // Pyramid aliases
2046
- export { default as PyramidIcon } from '../icons/pyramid';
2047
2051
  // QrCode aliases
2048
2052
  export { default as QrCodeIcon } from '../icons/qr-code';
2049
- // Rabbit aliases
2050
- export { default as RabbitIcon } from '../icons/rabbit';
2053
+ // Pyramid aliases
2054
+ export { default as PyramidIcon } from '../icons/pyramid';
2051
2055
  // Quote aliases
2052
2056
  export { default as QuoteIcon } from '../icons/quote';
2057
+ // Rabbit aliases
2058
+ export { default as RabbitIcon } from '../icons/rabbit';
2053
2059
  // Radar aliases
2054
2060
  export { default as RadarIcon } from '../icons/radar';
2055
2061
  // Radiation aliases
2056
2062
  export { default as RadiationIcon } from '../icons/radiation';
2057
2063
  // Radical aliases
2058
2064
  export { default as RadicalIcon } from '../icons/radical';
2065
+ // RadioTower aliases
2066
+ export { default as RadioTowerIcon } from '../icons/radio-tower';
2059
2067
  // RadioReceiver aliases
2060
2068
  export { default as RadioReceiverIcon } from '../icons/radio-receiver';
2061
2069
  // Radio aliases
2062
2070
  export { default as RadioIcon } from '../icons/radio';
2063
- // RadioTower aliases
2064
- export { default as RadioTowerIcon } from '../icons/radio-tower';
2065
2071
  // Radius aliases
2066
2072
  export { default as RadiusIcon } from '../icons/radius';
2067
2073
  // RailSymbol aliases
@@ -2098,40 +2104,40 @@ export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
2098
2104
  export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
2099
2105
  // RectangleHorizontal aliases
2100
2106
  export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
2101
- // RectangleVertical aliases
2102
- export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
2103
- // Recycle aliases
2104
- export { default as RecycleIcon } from '../icons/recycle';
2105
2107
  // Redo2 aliases
2106
2108
  export { default as Redo2Icon } from '../icons/redo-2';
2109
+ // Recycle aliases
2110
+ export { default as RecycleIcon } from '../icons/recycle';
2111
+ // RectangleVertical aliases
2112
+ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
2107
2113
  // RedoDot aliases
2108
2114
  export { default as RedoDotIcon } from '../icons/redo-dot';
2109
2115
  // Redo aliases
2110
2116
  export { default as RedoIcon } from '../icons/redo';
2111
2117
  // RefreshCcwDot aliases
2112
2118
  export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
2113
- // RefreshCcw aliases
2114
- export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
2115
2119
  // RefreshCwOff aliases
2116
2120
  export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
2121
+ // RefreshCcw aliases
2122
+ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
2117
2123
  // RefreshCw aliases
2118
2124
  export { default as RefreshCwIcon } from '../icons/refresh-cw';
2119
- // Refrigerator aliases
2120
- export { default as RefrigeratorIcon } from '../icons/refrigerator';
2121
2125
  // Regex aliases
2122
2126
  export { default as RegexIcon } from '../icons/regex';
2123
- // RemoveFormatting aliases
2124
- export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
2127
+ // Refrigerator aliases
2128
+ export { default as RefrigeratorIcon } from '../icons/refrigerator';
2125
2129
  // Repeat1 aliases
2126
2130
  export { default as Repeat1Icon } from '../icons/repeat-1';
2131
+ // RemoveFormatting aliases
2132
+ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
2127
2133
  // Repeat2 aliases
2128
2134
  export { default as Repeat2Icon } from '../icons/repeat-2';
2129
- // Repeat aliases
2130
- export { default as RepeatIcon } from '../icons/repeat';
2131
2135
  // ReplaceAll aliases
2132
2136
  export { default as ReplaceAllIcon } from '../icons/replace-all';
2133
2137
  // Replace aliases
2134
2138
  export { default as ReplaceIcon } from '../icons/replace';
2139
+ // Repeat aliases
2140
+ export { default as RepeatIcon } from '../icons/repeat';
2135
2141
  // ReplyAll aliases
2136
2142
  export { default as ReplyAllIcon } from '../icons/reply-all';
2137
2143
  // Reply aliases
@@ -2140,14 +2146,14 @@ export { default as ReplyIcon } from '../icons/reply';
2140
2146
  export { default as RewindIcon } from '../icons/rewind';
2141
2147
  // Ribbon aliases
2142
2148
  export { default as RibbonIcon } from '../icons/ribbon';
2143
- // Rocket aliases
2144
- export { default as RocketIcon } from '../icons/rocket';
2145
2149
  // RockingChair aliases
2146
2150
  export { default as RockingChairIcon } from '../icons/rocking-chair';
2147
- // RollerCoaster aliases
2148
- export { default as RollerCoasterIcon } from '../icons/roller-coaster';
2151
+ // Rocket aliases
2152
+ export { default as RocketIcon } from '../icons/rocket';
2149
2153
  // Rose aliases
2150
2154
  export { default as RoseIcon } from '../icons/rose';
2155
+ // RollerCoaster aliases
2156
+ export { default as RollerCoasterIcon } from '../icons/roller-coaster';
2151
2157
  // RotateCcwKey aliases
2152
2158
  export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
2153
2159
  // RotateCcwSquare aliases
@@ -2156,14 +2162,14 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
2156
2162
  export { default as RotateCcwIcon } from '../icons/rotate-ccw';
2157
2163
  // RotateCwSquare aliases
2158
2164
  export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
2159
- // RouteOff aliases
2160
- export { default as RouteOffIcon } from '../icons/route-off';
2161
2165
  // RotateCw aliases
2162
2166
  export { default as RotateCwIcon } from '../icons/rotate-cw';
2163
- // Router aliases
2164
- export { default as RouterIcon } from '../icons/router';
2167
+ // RouteOff aliases
2168
+ export { default as RouteOffIcon } from '../icons/route-off';
2165
2169
  // Route aliases
2166
2170
  export { default as RouteIcon } from '../icons/route';
2171
+ // Router aliases
2172
+ export { default as RouterIcon } from '../icons/router';
2167
2173
  // Rows4 aliases
2168
2174
  export { default as Rows4Icon } from '../icons/rows-4';
2169
2175
  // Rss aliases
@@ -2172,18 +2178,18 @@ export { default as RssIcon } from '../icons/rss';
2172
2178
  export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
2173
2179
  // Ruler aliases
2174
2180
  export { default as RulerIcon } from '../icons/ruler';
2175
- // Sailboat aliases
2176
- export { default as SailboatIcon } from '../icons/sailboat';
2177
2181
  // RussianRuble aliases
2178
2182
  export { default as RussianRubleIcon } from '../icons/russian-ruble';
2183
+ // Sailboat aliases
2184
+ export { default as SailboatIcon } from '../icons/sailboat';
2179
2185
  // Salad aliases
2180
2186
  export { default as SaladIcon } from '../icons/salad';
2181
- // Sandwich aliases
2182
- export { default as SandwichIcon } from '../icons/sandwich';
2183
2187
  // SatelliteDish aliases
2184
2188
  export { default as SatelliteDishIcon } from '../icons/satellite-dish';
2185
2189
  // Satellite aliases
2186
2190
  export { default as SatelliteIcon } from '../icons/satellite';
2191
+ // Sandwich aliases
2192
+ export { default as SandwichIcon } from '../icons/sandwich';
2187
2193
  // SaudiRiyal aliases
2188
2194
  export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
2189
2195
  // SaveAll aliases
@@ -2192,10 +2198,10 @@ export { default as SaveAllIcon } from '../icons/save-all';
2192
2198
  export { default as SaveOffIcon } from '../icons/save-off';
2193
2199
  // Save aliases
2194
2200
  export { default as SaveIcon } from '../icons/save';
2195
- // Scale aliases
2196
- export { default as ScaleIcon } from '../icons/scale';
2197
2201
  // Scaling aliases
2198
2202
  export { default as ScalingIcon } from '../icons/scaling';
2203
+ // Scale aliases
2204
+ export { default as ScaleIcon } from '../icons/scale';
2199
2205
  // ScanBarcode aliases
2200
2206
  export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
2201
2207
  // ScanEye aliases
@@ -2204,34 +2210,34 @@ export { default as ScanEyeIcon } from '../icons/scan-eye';
2204
2210
  export { default as ScanFaceIcon } from '../icons/scan-face';
2205
2211
  // ScanHeart aliases
2206
2212
  export { default as ScanHeartIcon } from '../icons/scan-heart';
2207
- // ScanQrCode aliases
2208
- export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
2209
2213
  // ScanLine aliases
2210
2214
  export { default as ScanLineIcon } from '../icons/scan-line';
2211
- // ScanSearch aliases
2212
- export { default as ScanSearchIcon } from '../icons/scan-search';
2215
+ // ScanQrCode aliases
2216
+ export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
2213
2217
  // ScanText aliases
2214
2218
  export { default as ScanTextIcon } from '../icons/scan-text';
2215
- // Scan aliases
2216
- export { default as ScanIcon } from '../icons/scan';
2219
+ // ScanSearch aliases
2220
+ export { default as ScanSearchIcon } from '../icons/scan-search';
2217
2221
  // School aliases
2218
2222
  export { default as SchoolIcon } from '../icons/school';
2219
- // ScissorsLineDashed aliases
2220
- export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
2223
+ // Scan aliases
2224
+ export { default as ScanIcon } from '../icons/scan';
2221
2225
  // Scissors aliases
2222
2226
  export { default as ScissorsIcon } from '../icons/scissors';
2223
2227
  // Scooter aliases
2224
2228
  export { default as ScooterIcon } from '../icons/scooter';
2229
+ // ScissorsLineDashed aliases
2230
+ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
2225
2231
  // ScreenShareOff aliases
2226
2232
  export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
2227
2233
  // ScreenShare aliases
2228
2234
  export { default as ScreenShareIcon } from '../icons/screen-share';
2229
2235
  // ScrollText aliases
2230
2236
  export { default as ScrollTextIcon } from '../icons/scroll-text';
2231
- // SearchAlert aliases
2232
- export { default as SearchAlertIcon } from '../icons/search-alert';
2233
2237
  // Scroll aliases
2234
2238
  export { default as ScrollIcon } from '../icons/scroll';
2239
+ // SearchAlert aliases
2240
+ export { default as SearchAlertIcon } from '../icons/search-alert';
2235
2241
  // SearchCode aliases
2236
2242
  export { default as SearchCodeIcon } from '../icons/search-code';
2237
2243
  // SearchCheck aliases
@@ -2246,40 +2252,40 @@ export { default as SearchIcon } from '../icons/search';
2246
2252
  export { default as SectionIcon } from '../icons/section';
2247
2253
  // SendToBack aliases
2248
2254
  export { default as SendToBackIcon } from '../icons/send-to-back';
2249
- // Send aliases
2250
- export { default as SendIcon } from '../icons/send';
2251
- // SeparatorHorizontal aliases
2252
- export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
2253
2255
  // SeparatorVertical aliases
2254
2256
  export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
2255
- // ServerCrash aliases
2256
- export { default as ServerCrashIcon } from '../icons/server-crash';
2257
+ // Send aliases
2258
+ export { default as SendIcon } from '../icons/send';
2257
2259
  // ServerCog aliases
2258
2260
  export { default as ServerCogIcon } from '../icons/server-cog';
2261
+ // ServerCrash aliases
2262
+ export { default as ServerCrashIcon } from '../icons/server-crash';
2263
+ // SeparatorHorizontal aliases
2264
+ export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
2259
2265
  // ServerOff aliases
2260
2266
  export { default as ServerOffIcon } from '../icons/server-off';
2261
- // Server aliases
2262
- export { default as ServerIcon } from '../icons/server';
2263
2267
  // Settings2 aliases
2264
2268
  export { default as Settings2Icon } from '../icons/settings-2';
2269
+ // Server aliases
2270
+ export { default as ServerIcon } from '../icons/server';
2271
+ // Share2 aliases
2272
+ export { default as Share2Icon } from '../icons/share-2';
2265
2273
  // Settings aliases
2266
2274
  export { default as SettingsIcon } from '../icons/settings';
2267
2275
  // Shapes aliases
2268
2276
  export { default as ShapesIcon } from '../icons/shapes';
2269
- // Share2 aliases
2270
- export { default as Share2Icon } from '../icons/share-2';
2271
2277
  // Share aliases
2272
2278
  export { default as ShareIcon } from '../icons/share';
2273
2279
  // Sheet aliases
2274
2280
  export { default as SheetIcon } from '../icons/sheet';
2275
- // Shell aliases
2276
- export { default as ShellIcon } from '../icons/shell';
2277
2281
  // ShieldAlert aliases
2278
2282
  export { default as ShieldAlertIcon } from '../icons/shield-alert';
2279
- // ShieldBan aliases
2280
- export { default as ShieldBanIcon } from '../icons/shield-ban';
2281
2283
  // ShieldCheck aliases
2282
2284
  export { default as ShieldCheckIcon } from '../icons/shield-check';
2285
+ // Shell aliases
2286
+ export { default as ShellIcon } from '../icons/shell';
2287
+ // ShieldBan aliases
2288
+ export { default as ShieldBanIcon } from '../icons/shield-ban';
2283
2289
  // ShieldEllipsis aliases
2284
2290
  export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
2285
2291
  // ShieldHalf aliases
@@ -2288,14 +2294,14 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
2288
2294
  export { default as ShieldMinusIcon } from '../icons/shield-minus';
2289
2295
  // ShieldOff aliases
2290
2296
  export { default as ShieldOffIcon } from '../icons/shield-off';
2291
- // ShieldPlus aliases
2292
- export { default as ShieldPlusIcon } from '../icons/shield-plus';
2293
2297
  // ShieldUser aliases
2294
2298
  export { default as ShieldUserIcon } from '../icons/shield-user';
2295
- // Shield aliases
2296
- export { default as ShieldIcon } from '../icons/shield';
2299
+ // ShieldPlus aliases
2300
+ export { default as ShieldPlusIcon } from '../icons/shield-plus';
2297
2301
  // ShipWheel aliases
2298
2302
  export { default as ShipWheelIcon } from '../icons/ship-wheel';
2303
+ // Shield aliases
2304
+ export { default as ShieldIcon } from '../icons/shield';
2299
2305
  // Ship aliases
2300
2306
  export { default as ShipIcon } from '../icons/ship';
2301
2307
  // Shirt aliases
@@ -2330,26 +2336,26 @@ export { default as SignalHighIcon } from '../icons/signal-high';
2330
2336
  export { default as SignalMediumIcon } from '../icons/signal-medium';
2331
2337
  // SignalZero aliases
2332
2338
  export { default as SignalZeroIcon } from '../icons/signal-zero';
2333
- // Signal aliases
2334
- export { default as SignalIcon } from '../icons/signal';
2335
2339
  // Signature aliases
2336
2340
  export { default as SignatureIcon } from '../icons/signature';
2341
+ // Signal aliases
2342
+ export { default as SignalIcon } from '../icons/signal';
2337
2343
  // SignpostBig aliases
2338
2344
  export { default as SignpostBigIcon } from '../icons/signpost-big';
2339
2345
  // Signpost aliases
2340
2346
  export { default as SignpostIcon } from '../icons/signpost';
2341
2347
  // Siren aliases
2342
2348
  export { default as SirenIcon } from '../icons/siren';
2343
- // SkipForward aliases
2344
- export { default as SkipForwardIcon } from '../icons/skip-forward';
2345
2349
  // SkipBack aliases
2346
2350
  export { default as SkipBackIcon } from '../icons/skip-back';
2347
- // Slack aliases
2348
- export { default as SlackIcon } from '../icons/slack';
2349
- // Skull aliases
2350
- export { default as SkullIcon } from '../icons/skull';
2351
+ // SkipForward aliases
2352
+ export { default as SkipForwardIcon } from '../icons/skip-forward';
2351
2353
  // Slash aliases
2352
2354
  export { default as SlashIcon } from '../icons/slash';
2355
+ // Skull aliases
2356
+ export { default as SkullIcon } from '../icons/skull';
2357
+ // Slack aliases
2358
+ export { default as SlackIcon } from '../icons/slack';
2353
2359
  // Slice aliases
2354
2360
  export { default as SliceIcon } from '../icons/slice';
2355
2361
  // SlidersHorizontal aliases
@@ -2370,10 +2376,10 @@ export { default as SnailIcon } from '../icons/snail';
2370
2376
  export { default as SnowflakeIcon } from '../icons/snowflake';
2371
2377
  // SoapDispenserDroplet aliases
2372
2378
  export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
2373
- // SolarPanel aliases
2374
- export { default as SolarPanelIcon } from '../icons/solar-panel';
2375
2379
  // Sofa aliases
2376
2380
  export { default as SofaIcon } from '../icons/sofa';
2381
+ // SolarPanel aliases
2382
+ export { default as SolarPanelIcon } from '../icons/solar-panel';
2377
2383
  // Soup aliases
2378
2384
  export { default as SoupIcon } from '../icons/soup';
2379
2385
  // Space aliases
@@ -2392,52 +2398,52 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
2392
2398
  export { default as SplinePointerIcon } from '../icons/spline-pointer';
2393
2399
  // SpellCheck aliases
2394
2400
  export { default as SpellCheckIcon } from '../icons/spell-check';
2395
- // Spline aliases
2396
- export { default as SplineIcon } from '../icons/spline';
2397
2401
  // Split aliases
2398
2402
  export { default as SplitIcon } from '../icons/split';
2399
- // Spool aliases
2400
- export { default as SpoolIcon } from '../icons/spool';
2403
+ // Spline aliases
2404
+ export { default as SplineIcon } from '../icons/spline';
2401
2405
  // Spotlight aliases
2402
2406
  export { default as SpotlightIcon } from '../icons/spotlight';
2403
2407
  // SprayCan aliases
2404
2408
  export { default as SprayCanIcon } from '../icons/spray-can';
2409
+ // Spool aliases
2410
+ export { default as SpoolIcon } from '../icons/spool';
2405
2411
  // Sprout aliases
2406
2412
  export { default as SproutIcon } from '../icons/sprout';
2407
2413
  // SquareDashedBottomCode aliases
2408
2414
  export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
2409
- // SquareDashedTopSolid aliases
2410
- export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
2411
2415
  // SquareDashedBottom aliases
2412
2416
  export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
2417
+ // SquareDashedTopSolid aliases
2418
+ export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
2413
2419
  // SquarePause aliases
2414
2420
  export { default as SquarePauseIcon } from '../icons/square-pause';
2415
2421
  // SquareRadical aliases
2416
2422
  export { default as SquareRadicalIcon } from '../icons/square-radical';
2417
- // SquareSquare aliases
2418
- export { default as SquareSquareIcon } from '../icons/square-square';
2419
2423
  // SquareRoundCorner aliases
2420
2424
  export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
2421
- // SquareStar aliases
2422
- export { default as SquareStarIcon } from '../icons/square-star';
2425
+ // SquareSquare aliases
2426
+ export { default as SquareSquareIcon } from '../icons/square-square';
2423
2427
  // SquareStack aliases
2424
2428
  export { default as SquareStackIcon } from '../icons/square-stack';
2429
+ // SquareStar aliases
2430
+ export { default as SquareStarIcon } from '../icons/square-star';
2425
2431
  // SquareStop aliases
2426
2432
  export { default as SquareStopIcon } from '../icons/square-stop';
2427
- // SquaresExclude aliases
2428
- export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
2429
2433
  // Square aliases
2430
2434
  export { default as SquareIcon } from '../icons/square';
2431
2435
  // SquaresIntersect aliases
2432
2436
  export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
2437
+ // SquaresExclude aliases
2438
+ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
2433
2439
  // SquaresSubtract aliases
2434
2440
  export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
2435
2441
  // SquaresUnite aliases
2436
2442
  export { default as SquaresUniteIcon } from '../icons/squares-unite';
2437
- // SquircleDashed aliases
2438
- export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
2439
2443
  // Squircle aliases
2440
2444
  export { default as SquircleIcon } from '../icons/squircle';
2445
+ // SquircleDashed aliases
2446
+ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
2441
2447
  // Squirrel aliases
2442
2448
  export { default as SquirrelIcon } from '../icons/squirrel';
2443
2449
  // Stamp aliases
@@ -2450,14 +2456,14 @@ export { default as StarOffIcon } from '../icons/star-off';
2450
2456
  export { default as StarIcon } from '../icons/star';
2451
2457
  // StepBack aliases
2452
2458
  export { default as StepBackIcon } from '../icons/step-back';
2453
- // StepForward aliases
2454
- export { default as StepForwardIcon } from '../icons/step-forward';
2455
2459
  // Stethoscope aliases
2456
2460
  export { default as StethoscopeIcon } from '../icons/stethoscope';
2457
- // Sticker aliases
2458
- export { default as StickerIcon } from '../icons/sticker';
2461
+ // StepForward aliases
2462
+ export { default as StepForwardIcon } from '../icons/step-forward';
2459
2463
  // StickyNote aliases
2460
2464
  export { default as StickyNoteIcon } from '../icons/sticky-note';
2465
+ // Sticker aliases
2466
+ export { default as StickerIcon } from '../icons/sticker';
2461
2467
  // Stone aliases
2462
2468
  export { default as StoneIcon } from '../icons/stone';
2463
2469
  // Store aliases
@@ -2472,18 +2478,18 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
2472
2478
  export { default as SubscriptIcon } from '../icons/subscript';
2473
2479
  // SunDim aliases
2474
2480
  export { default as SunDimIcon } from '../icons/sun-dim';
2475
- // SunMedium aliases
2476
- export { default as SunMediumIcon } from '../icons/sun-medium';
2477
2481
  // SunMoon aliases
2478
2482
  export { default as SunMoonIcon } from '../icons/sun-moon';
2479
- // SunSnow aliases
2480
- export { default as SunSnowIcon } from '../icons/sun-snow';
2483
+ // SunMedium aliases
2484
+ export { default as SunMediumIcon } from '../icons/sun-medium';
2481
2485
  // Sun aliases
2482
2486
  export { default as SunIcon } from '../icons/sun';
2483
- // Sunrise aliases
2484
- export { default as SunriseIcon } from '../icons/sunrise';
2487
+ // SunSnow aliases
2488
+ export { default as SunSnowIcon } from '../icons/sun-snow';
2485
2489
  // Sunset aliases
2486
2490
  export { default as SunsetIcon } from '../icons/sunset';
2491
+ // Sunrise aliases
2492
+ export { default as SunriseIcon } from '../icons/sunrise';
2487
2493
  // Superscript aliases
2488
2494
  export { default as SuperscriptIcon } from '../icons/superscript';
2489
2495
  // SwatchBook aliases
@@ -2494,12 +2500,12 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
2494
2500
  export { default as SwitchCameraIcon } from '../icons/switch-camera';
2495
2501
  // Swords aliases
2496
2502
  export { default as SwordsIcon } from '../icons/swords';
2497
- // Sword aliases
2498
- export { default as SwordIcon } from '../icons/sword';
2499
- // Table2 aliases
2500
- export { default as Table2Icon } from '../icons/table-2';
2501
2503
  // Syringe aliases
2502
2504
  export { default as SyringeIcon } from '../icons/syringe';
2505
+ // Table2 aliases
2506
+ export { default as Table2Icon } from '../icons/table-2';
2507
+ // Sword aliases
2508
+ export { default as SwordIcon } from '../icons/sword';
2503
2509
  // TableCellsMerge aliases
2504
2510
  export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
2505
2511
  // TableCellsSplit aliases
@@ -2508,24 +2514,24 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
2508
2514
  export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
2509
2515
  // TableOfContents aliases
2510
2516
  export { default as TableOfContentsIcon } from '../icons/table-of-contents';
2511
- // TableRowsSplit aliases
2512
- export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
2513
2517
  // TableProperties aliases
2514
2518
  export { default as TablePropertiesIcon } from '../icons/table-properties';
2515
- // Table aliases
2516
- export { default as TableIcon } from '../icons/table';
2517
2519
  // TabletSmartphone aliases
2518
2520
  export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
2521
+ // Table aliases
2522
+ export { default as TableIcon } from '../icons/table';
2523
+ // TableRowsSplit aliases
2524
+ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
2519
2525
  // Tablet aliases
2520
2526
  export { default as TabletIcon } from '../icons/tablet';
2521
- // Tag aliases
2522
- export { default as TagIcon } from '../icons/tag';
2523
2527
  // Tablets aliases
2524
2528
  export { default as TabletsIcon } from '../icons/tablets';
2525
- // Tally1 aliases
2526
- export { default as Tally1Icon } from '../icons/tally-1';
2529
+ // Tag aliases
2530
+ export { default as TagIcon } from '../icons/tag';
2527
2531
  // Tags aliases
2528
2532
  export { default as TagsIcon } from '../icons/tags';
2533
+ // Tally1 aliases
2534
+ export { default as Tally1Icon } from '../icons/tally-1';
2529
2535
  // Tally2 aliases
2530
2536
  export { default as Tally2Icon } from '../icons/tally-2';
2531
2537
  // Tally3 aliases
@@ -2550,66 +2556,66 @@ export { default as TerminalIcon } from '../icons/terminal';
2550
2556
  export { default as TestTubeIcon } from '../icons/test-tube';
2551
2557
  // TestTubes aliases
2552
2558
  export { default as TestTubesIcon } from '../icons/test-tubes';
2553
- // TextCursorInput aliases
2554
- export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
2555
2559
  // TextCursor aliases
2556
2560
  export { default as TextCursorIcon } from '../icons/text-cursor';
2561
+ // TextCursorInput aliases
2562
+ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
2557
2563
  // TextQuote aliases
2558
2564
  export { default as TextQuoteIcon } from '../icons/text-quote';
2559
2565
  // TextSearch aliases
2560
2566
  export { default as TextSearchIcon } from '../icons/text-search';
2561
2567
  // Theater aliases
2562
2568
  export { default as TheaterIcon } from '../icons/theater';
2563
- // ThermometerSnowflake aliases
2564
- export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
2565
2569
  // ThermometerSun aliases
2566
2570
  export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
2567
- // Thermometer aliases
2568
- export { default as ThermometerIcon } from '../icons/thermometer';
2571
+ // ThermometerSnowflake aliases
2572
+ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
2569
2573
  // ThumbsDown aliases
2570
2574
  export { default as ThumbsDownIcon } from '../icons/thumbs-down';
2575
+ // Thermometer aliases
2576
+ export { default as ThermometerIcon } from '../icons/thermometer';
2571
2577
  // ThumbsUp aliases
2572
2578
  export { default as ThumbsUpIcon } from '../icons/thumbs-up';
2573
2579
  // TicketCheck aliases
2574
2580
  export { default as TicketCheckIcon } from '../icons/ticket-check';
2575
- // TicketPercent aliases
2576
- export { default as TicketPercentIcon } from '../icons/ticket-percent';
2577
2581
  // TicketMinus aliases
2578
2582
  export { default as TicketMinusIcon } from '../icons/ticket-minus';
2579
- // TicketPlus aliases
2580
- export { default as TicketPlusIcon } from '../icons/ticket-plus';
2583
+ // TicketPercent aliases
2584
+ export { default as TicketPercentIcon } from '../icons/ticket-percent';
2581
2585
  // TicketSlash aliases
2582
2586
  export { default as TicketSlashIcon } from '../icons/ticket-slash';
2587
+ // TicketPlus aliases
2588
+ export { default as TicketPlusIcon } from '../icons/ticket-plus';
2583
2589
  // TicketX aliases
2584
2590
  export { default as TicketXIcon } from '../icons/ticket-x';
2585
- // Ticket aliases
2586
- export { default as TicketIcon } from '../icons/ticket';
2587
2591
  // TicketsPlane aliases
2588
2592
  export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
2593
+ // Ticket aliases
2594
+ export { default as TicketIcon } from '../icons/ticket';
2589
2595
  // Tickets aliases
2590
2596
  export { default as TicketsIcon } from '../icons/tickets';
2591
2597
  // TimerOff aliases
2592
2598
  export { default as TimerOffIcon } from '../icons/timer-off';
2593
2599
  // Timer aliases
2594
2600
  export { default as TimerIcon } from '../icons/timer';
2595
- // ToggleLeft aliases
2596
- export { default as ToggleLeftIcon } from '../icons/toggle-left';
2597
2601
  // TimerReset aliases
2598
2602
  export { default as TimerResetIcon } from '../icons/timer-reset';
2599
- // ToggleRight aliases
2600
- export { default as ToggleRightIcon } from '../icons/toggle-right';
2603
+ // ToggleLeft aliases
2604
+ export { default as ToggleLeftIcon } from '../icons/toggle-left';
2601
2605
  // Toilet aliases
2602
2606
  export { default as ToiletIcon } from '../icons/toilet';
2607
+ // ToggleRight aliases
2608
+ export { default as ToggleRightIcon } from '../icons/toggle-right';
2603
2609
  // ToolCase aliases
2604
2610
  export { default as ToolCaseIcon } from '../icons/tool-case';
2605
- // Tornado aliases
2606
- export { default as TornadoIcon } from '../icons/tornado';
2607
2611
  // Toolbox aliases
2608
2612
  export { default as ToolboxIcon } from '../icons/toolbox';
2609
- // TouchpadOff aliases
2610
- export { default as TouchpadOffIcon } from '../icons/touchpad-off';
2613
+ // Tornado aliases
2614
+ export { default as TornadoIcon } from '../icons/tornado';
2611
2615
  // Torus aliases
2612
2616
  export { default as TorusIcon } from '../icons/torus';
2617
+ // TouchpadOff aliases
2618
+ export { default as TouchpadOffIcon } from '../icons/touchpad-off';
2613
2619
  // Touchpad aliases
2614
2620
  export { default as TouchpadIcon } from '../icons/touchpad';
2615
2621
  // TowerControl aliases
@@ -2640,40 +2646,40 @@ export { default as TreePineIcon } from '../icons/tree-pine';
2640
2646
  export { default as TreesIcon } from '../icons/trees';
2641
2647
  // Trello aliases
2642
2648
  export { default as TrelloIcon } from '../icons/trello';
2643
- // TrendingUpDown aliases
2644
- export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
2645
2649
  // TrendingDown aliases
2646
2650
  export { default as TrendingDownIcon } from '../icons/trending-down';
2647
- // TrendingUp aliases
2648
- export { default as TrendingUpIcon } from '../icons/trending-up';
2651
+ // TrendingUpDown aliases
2652
+ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
2649
2653
  // TriangleDashed aliases
2650
2654
  export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
2651
- // Triangle aliases
2652
- export { default as TriangleIcon } from '../icons/triangle';
2655
+ // TrendingUp aliases
2656
+ export { default as TrendingUpIcon } from '../icons/trending-up';
2653
2657
  // TriangleRight aliases
2654
2658
  export { default as TriangleRightIcon } from '../icons/triangle-right';
2659
+ // Triangle aliases
2660
+ export { default as TriangleIcon } from '../icons/triangle';
2661
+ // Trophy aliases
2662
+ export { default as TrophyIcon } from '../icons/trophy';
2655
2663
  // TruckElectric aliases
2656
2664
  export { default as TruckElectricIcon } from '../icons/truck-electric';
2657
2665
  // Truck aliases
2658
2666
  export { default as TruckIcon } from '../icons/truck';
2659
- // Trophy aliases
2660
- export { default as TrophyIcon } from '../icons/trophy';
2661
2667
  // TurkishLira aliases
2662
2668
  export { default as TurkishLiraIcon } from '../icons/turkish-lira';
2663
- // TvMinimalPlay aliases
2664
- export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
2665
2669
  // Turntable aliases
2666
2670
  export { default as TurntableIcon } from '../icons/turntable';
2667
2671
  // Turtle aliases
2668
2672
  export { default as TurtleIcon } from '../icons/turtle';
2673
+ // TvMinimalPlay aliases
2674
+ export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
2669
2675
  // Tv aliases
2670
2676
  export { default as TvIcon } from '../icons/tv';
2671
2677
  // Twitch aliases
2672
2678
  export { default as TwitchIcon } from '../icons/twitch';
2673
- // Twitter aliases
2674
- export { default as TwitterIcon } from '../icons/twitter';
2675
2679
  // TypeOutline aliases
2676
2680
  export { default as TypeOutlineIcon } from '../icons/type-outline';
2681
+ // Twitter aliases
2682
+ export { default as TwitterIcon } from '../icons/twitter';
2677
2683
  // Type aliases
2678
2684
  export { default as TypeIcon } from '../icons/type';
2679
2685
  // UmbrellaOff aliases
@@ -2686,16 +2692,16 @@ export { default as UnderlineIcon } from '../icons/underline';
2686
2692
  export { default as Undo2Icon } from '../icons/undo-2';
2687
2693
  // UndoDot aliases
2688
2694
  export { default as UndoDotIcon } from '../icons/undo-dot';
2689
- // Undo aliases
2690
- export { default as UndoIcon } from '../icons/undo';
2691
2695
  // UnfoldHorizontal aliases
2692
2696
  export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
2697
+ // Undo aliases
2698
+ export { default as UndoIcon } from '../icons/undo';
2693
2699
  // UnfoldVertical aliases
2694
2700
  export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
2695
- // Unlink2 aliases
2696
- export { default as Unlink2Icon } from '../icons/unlink-2';
2697
2701
  // Ungroup aliases
2698
2702
  export { default as UngroupIcon } from '../icons/ungroup';
2703
+ // Unlink2 aliases
2704
+ export { default as Unlink2Icon } from '../icons/unlink-2';
2699
2705
  // Unlink aliases
2700
2706
  export { default as UnlinkIcon } from '../icons/unlink';
2701
2707
  // Unplug aliases
@@ -2706,14 +2712,18 @@ export { default as UploadIcon } from '../icons/upload';
2706
2712
  export { default as UsbIcon } from '../icons/usb';
2707
2713
  // UserCheck aliases
2708
2714
  export { default as UserCheckIcon } from '../icons/user-check';
2709
- // UserMinus aliases
2710
- export { default as UserMinusIcon } from '../icons/user-minus';
2711
2715
  // UserCog aliases
2712
2716
  export { default as UserCogIcon } from '../icons/user-cog';
2713
- // UserPen aliases
2714
- export { default as UserPenIcon } from '../icons/user-pen';
2717
+ // UserKey aliases
2718
+ export { default as UserKeyIcon } from '../icons/user-key';
2715
2719
  // UserLock aliases
2716
2720
  export { default as UserLockIcon } from '../icons/user-lock';
2721
+ // UserPen aliases
2722
+ export { default as UserPenIcon } from '../icons/user-pen';
2723
+ // UserRoundKey aliases
2724
+ export { default as UserRoundKeyIcon } from '../icons/user-round-key';
2725
+ // UserMinus aliases
2726
+ export { default as UserMinusIcon } from '../icons/user-minus';
2717
2727
  // UserPlus aliases
2718
2728
  export { default as UserPlusIcon } from '../icons/user-plus';
2719
2729
  // UserRoundPen aliases
@@ -2730,34 +2740,34 @@ export { default as UserXIcon } from '../icons/user-x';
2730
2740
  export { default as UserIcon } from '../icons/user';
2731
2741
  // Users aliases
2732
2742
  export { default as UsersIcon } from '../icons/users';
2733
- // Variable aliases
2734
- export { default as VariableIcon } from '../icons/variable';
2735
- // Van aliases
2736
- export { default as VanIcon } from '../icons/van';
2737
2743
  // UtilityPole aliases
2738
2744
  export { default as UtilityPoleIcon } from '../icons/utility-pole';
2745
+ // Van aliases
2746
+ export { default as VanIcon } from '../icons/van';
2739
2747
  // Vault aliases
2740
2748
  export { default as VaultIcon } from '../icons/vault';
2749
+ // Variable aliases
2750
+ export { default as VariableIcon } from '../icons/variable';
2741
2751
  // VectorSquare aliases
2742
2752
  export { default as VectorSquareIcon } from '../icons/vector-square';
2743
- // Vegan aliases
2744
- export { default as VeganIcon } from '../icons/vegan';
2745
- // VenusAndMars aliases
2746
- export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
2747
2753
  // VenetianMask aliases
2748
2754
  export { default as VenetianMaskIcon } from '../icons/venetian-mask';
2755
+ // Vegan aliases
2756
+ export { default as VeganIcon } from '../icons/vegan';
2749
2757
  // Venus aliases
2750
2758
  export { default as VenusIcon } from '../icons/venus';
2751
- // VibrateOff aliases
2752
- export { default as VibrateOffIcon } from '../icons/vibrate-off';
2759
+ // VenusAndMars aliases
2760
+ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
2753
2761
  // Vibrate aliases
2754
2762
  export { default as VibrateIcon } from '../icons/vibrate';
2763
+ // VibrateOff aliases
2764
+ export { default as VibrateOffIcon } from '../icons/vibrate-off';
2765
+ // Video aliases
2766
+ export { default as VideoIcon } from '../icons/video';
2755
2767
  // VideoOff aliases
2756
2768
  export { default as VideoOffIcon } from '../icons/video-off';
2757
2769
  // Videotape aliases
2758
2770
  export { default as VideotapeIcon } from '../icons/videotape';
2759
- // Video aliases
2760
- export { default as VideoIcon } from '../icons/video';
2761
2771
  // View aliases
2762
2772
  export { default as ViewIcon } from '../icons/view';
2763
2773
  // Voicemail aliases
@@ -2772,14 +2782,14 @@ export { default as Volume2Icon } from '../icons/volume-2';
2772
2782
  export { default as VolumeOffIcon } from '../icons/volume-off';
2773
2783
  // VolumeX aliases
2774
2784
  export { default as VolumeXIcon } from '../icons/volume-x';
2775
- // Vote aliases
2776
- export { default as VoteIcon } from '../icons/vote';
2777
2785
  // Volume aliases
2778
2786
  export { default as VolumeIcon } from '../icons/volume';
2779
- // WalletCards aliases
2780
- export { default as WalletCardsIcon } from '../icons/wallet-cards';
2787
+ // Vote aliases
2788
+ export { default as VoteIcon } from '../icons/vote';
2781
2789
  // Wallet aliases
2782
2790
  export { default as WalletIcon } from '../icons/wallet';
2791
+ // WalletCards aliases
2792
+ export { default as WalletCardsIcon } from '../icons/wallet-cards';
2783
2793
  // Wallpaper aliases
2784
2794
  export { default as WallpaperIcon } from '../icons/wallpaper';
2785
2795
  // Wand aliases
@@ -2794,32 +2804,32 @@ export { default as WatchIcon } from '../icons/watch';
2794
2804
  export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
2795
2805
  // WavesArrowUp aliases
2796
2806
  export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
2797
- // Waves aliases
2798
- export { default as WavesIcon } from '../icons/waves';
2799
- // WavesLadder aliases
2800
- export { default as WavesLadderIcon } from '../icons/waves-ladder';
2801
2807
  // Waypoints aliases
2802
2808
  export { default as WaypointsIcon } from '../icons/waypoints';
2809
+ // WavesLadder aliases
2810
+ export { default as WavesLadderIcon } from '../icons/waves-ladder';
2811
+ // Waves aliases
2812
+ export { default as WavesIcon } from '../icons/waves';
2803
2813
  // Webcam aliases
2804
2814
  export { default as WebcamIcon } from '../icons/webcam';
2805
2815
  // WebhookOff aliases
2806
2816
  export { default as WebhookOffIcon } from '../icons/webhook-off';
2807
2817
  // Webhook aliases
2808
2818
  export { default as WebhookIcon } from '../icons/webhook';
2809
- // WeightTilde aliases
2810
- export { default as WeightTildeIcon } from '../icons/weight-tilde';
2811
2819
  // Weight aliases
2812
2820
  export { default as WeightIcon } from '../icons/weight';
2813
2821
  // WheatOff aliases
2814
2822
  export { default as WheatOffIcon } from '../icons/wheat-off';
2823
+ // WeightTilde aliases
2824
+ export { default as WeightTildeIcon } from '../icons/weight-tilde';
2815
2825
  // Wheat aliases
2816
2826
  export { default as WheatIcon } from '../icons/wheat';
2817
2827
  // WholeWord aliases
2818
2828
  export { default as WholeWordIcon } from '../icons/whole-word';
2819
- // WifiCog aliases
2820
- export { default as WifiCogIcon } from '../icons/wifi-cog';
2821
2829
  // WifiHigh aliases
2822
2830
  export { default as WifiHighIcon } from '../icons/wifi-high';
2831
+ // WifiCog aliases
2832
+ export { default as WifiCogIcon } from '../icons/wifi-cog';
2823
2833
  // WifiLow aliases
2824
2834
  export { default as WifiLowIcon } from '../icons/wifi-low';
2825
2835
  // WifiPen aliases
@@ -2832,30 +2842,30 @@ export { default as WifiSyncIcon } from '../icons/wifi-sync';
2832
2842
  export { default as WifiIcon } from '../icons/wifi';
2833
2843
  // WifiZero aliases
2834
2844
  export { default as WifiZeroIcon } from '../icons/wifi-zero';
2835
- // WindArrowDown aliases
2836
- export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
2837
2845
  // Wind aliases
2838
2846
  export { default as WindIcon } from '../icons/wind';
2839
- // Wine aliases
2840
- export { default as WineIcon } from '../icons/wine';
2847
+ // WindArrowDown aliases
2848
+ export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
2841
2849
  // WineOff aliases
2842
2850
  export { default as WineOffIcon } from '../icons/wine-off';
2851
+ // Wine aliases
2852
+ export { default as WineIcon } from '../icons/wine';
2843
2853
  // Workflow aliases
2844
2854
  export { default as WorkflowIcon } from '../icons/workflow';
2845
2855
  // Worm aliases
2846
2856
  export { default as WormIcon } from '../icons/worm';
2847
- // Wrench aliases
2848
- export { default as WrenchIcon } from '../icons/wrench';
2849
2857
  // X aliases
2850
2858
  export { default as XIcon } from '../icons/x';
2859
+ // Wrench aliases
2860
+ export { default as WrenchIcon } from '../icons/wrench';
2851
2861
  // Youtube aliases
2852
2862
  export { default as YoutubeIcon } from '../icons/youtube';
2853
- // ZapOff aliases
2854
- export { default as ZapOffIcon } from '../icons/zap-off';
2855
2863
  // Zap aliases
2856
2864
  export { default as ZapIcon } from '../icons/zap';
2857
2865
  // ZoomIn aliases
2858
2866
  export { default as ZoomInIcon } from '../icons/zoom-in';
2867
+ // ZapOff aliases
2868
+ export { default as ZapOffIcon } from '../icons/zap-off';
2859
2869
  // ZoomOut aliases
2860
2870
  export { default as ZoomOutIcon } from '../icons/zoom-out';
2861
2871
  // ArrowDown01 aliases
@@ -2872,66 +2882,66 @@ export {
2872
2882
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
2873
2883
  default as AlarmCheckIcon
2874
2884
  } from '../icons/alarm-clock-check';
2875
- // AlarmClockMinus aliases
2876
- export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
2877
- export {
2878
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
2879
- default as AlarmMinusIcon
2880
- } from '../icons/alarm-clock-minus';
2881
2885
  // AlarmClockPlus aliases
2882
2886
  export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
2883
2887
  export {
2884
2888
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
2885
2889
  default as AlarmPlusIcon
2886
2890
  } from '../icons/alarm-clock-plus';
2891
+ // AlarmClockMinus aliases
2892
+ export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
2893
+ export {
2894
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
2895
+ default as AlarmMinusIcon
2896
+ } from '../icons/alarm-clock-minus';
2887
2897
  // ArrowDownAZ aliases
2888
2898
  export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
2889
2899
  export {
2890
2900
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
2891
2901
  default as ArrowDownAzIcon
2892
2902
  } from '../icons/arrow-down-a-z';
2893
- // ArrowDownWideNarrow aliases
2894
- export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
2895
- export {
2896
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
2897
- default as SortDescIcon
2898
- } from '../icons/arrow-down-wide-narrow';
2899
2903
  // ArrowDownZA aliases
2900
2904
  export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
2901
2905
  export {
2902
2906
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
2903
2907
  default as ArrowDownZaIcon
2904
2908
  } from '../icons/arrow-down-z-a';
2905
- // ArrowUpAZ aliases
2906
- export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
2909
+ // ArrowDownWideNarrow aliases
2910
+ export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
2907
2911
  export {
2908
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
2909
- default as ArrowUpAzIcon
2910
- } from '../icons/arrow-up-a-z';
2912
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
2913
+ default as SortDescIcon
2914
+ } from '../icons/arrow-down-wide-narrow';
2911
2915
  // ArrowUpNarrowWide aliases
2912
2916
  export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
2913
2917
  export {
2914
2918
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
2915
2919
  default as SortAscIcon
2916
2920
  } from '../icons/arrow-up-narrow-wide';
2921
+ // ArrowUpAZ aliases
2922
+ export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
2923
+ export {
2924
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
2925
+ default as ArrowUpAzIcon
2926
+ } from '../icons/arrow-up-a-z';
2917
2927
  // ArrowUpZA aliases
2918
2928
  export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
2919
2929
  export {
2920
2930
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
2921
2931
  default as ArrowUpZaIcon
2922
2932
  } from '../icons/arrow-up-z-a';
2923
- // BadgeCheck aliases
2924
- export { default as BadgeCheckIcon } from '../icons/badge-check';
2925
- export {
2926
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
2927
- default as VerifiedIcon
2928
- } from '../icons/badge-check';
2929
2933
  // Axis3d aliases
2930
2934
  export { default as Axis3dIcon } from '../icons/axis-3d';
2931
2935
  export {
2932
2936
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
2933
2937
  default as Axis3DIcon
2934
2938
  } from '../icons/axis-3d';
2939
+ // BadgeCheck aliases
2940
+ export { default as BadgeCheckIcon } from '../icons/badge-check';
2941
+ export {
2942
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
2943
+ default as VerifiedIcon
2944
+ } from '../icons/badge-check';
2935
2945
  // BadgeQuestionMark aliases
2936
2946
  export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
2937
2947
  export {
@@ -2944,18 +2954,24 @@ export {
2944
2954
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
2945
2955
  default as BetweenHorizonalStartIcon
2946
2956
  } from '../icons/between-horizontal-start';
2957
+ // BookDashed aliases
2958
+ export { default as BookDashedIcon } from '../icons/book-dashed';
2959
+ export {
2960
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
2961
+ default as BookTemplateIcon
2962
+ } from '../icons/book-dashed';
2947
2963
  // BetweenHorizontalEnd aliases
2948
2964
  export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
2949
2965
  export {
2950
2966
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
2951
2967
  default as BetweenHorizonalEndIcon
2952
2968
  } from '../icons/between-horizontal-end';
2953
- // BookDashed aliases
2954
- export { default as BookDashedIcon } from '../icons/book-dashed';
2969
+ // Captions aliases
2970
+ export { default as CaptionsIcon } from '../icons/captions';
2955
2971
  export {
2956
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
2957
- default as BookTemplateIcon
2958
- } from '../icons/book-dashed';
2972
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
2973
+ default as SubtitlesIcon
2974
+ } from '../icons/captions';
2959
2975
  // Braces aliases
2960
2976
  export { default as BracesIcon } from '../icons/braces';
2961
2977
  export {
@@ -2968,42 +2984,36 @@ export {
2968
2984
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
2969
2985
  default as AreaChartIcon
2970
2986
  } from '../icons/chart-area';
2971
- // Captions aliases
2972
- export { default as CaptionsIcon } from '../icons/captions';
2973
- export {
2974
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
2975
- default as SubtitlesIcon
2976
- } from '../icons/captions';
2977
2987
  // ChartBarBig aliases
2978
2988
  export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
2979
2989
  export {
2980
2990
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
2981
2991
  default as BarChartHorizontalBigIcon
2982
2992
  } from '../icons/chart-bar-big';
2983
- // ChartCandlestick aliases
2984
- export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
2985
- export {
2986
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
2987
- default as CandlestickChartIcon
2988
- } from '../icons/chart-candlestick';
2989
2993
  // ChartBar aliases
2990
2994
  export { default as ChartBarIcon } from '../icons/chart-bar';
2991
2995
  export {
2992
2996
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
2993
2997
  default as BarChartHorizontalIcon
2994
2998
  } from '../icons/chart-bar';
2995
- // ChartColumnBig aliases
2996
- export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
2999
+ // ChartCandlestick aliases
3000
+ export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
2997
3001
  export {
2998
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
2999
- default as BarChartBigIcon
3000
- } from '../icons/chart-column-big';
3002
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
3003
+ default as CandlestickChartIcon
3004
+ } from '../icons/chart-candlestick';
3001
3005
  // ChartColumnIncreasing aliases
3002
3006
  export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
3003
3007
  export {
3004
3008
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
3005
3009
  default as BarChart4Icon
3006
3010
  } from '../icons/chart-column-increasing';
3011
+ // ChartColumnBig aliases
3012
+ export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
3013
+ export {
3014
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
3015
+ default as BarChartBigIcon
3016
+ } from '../icons/chart-column-big';
3007
3017
  // ChartColumn aliases
3008
3018
  export { default as ChartColumnIcon } from '../icons/chart-column';
3009
3019
  export {
@@ -3016,12 +3026,6 @@ export {
3016
3026
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
3017
3027
  default as LineChartIcon
3018
3028
  } from '../icons/chart-line';
3019
- // ChartNoAxesColumnIncreasing aliases
3020
- export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
3021
- export {
3022
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
3023
- default as BarChartIcon
3024
- } from '../icons/chart-no-axes-column-increasing';
3025
3029
  // ChartNoAxesColumn aliases
3026
3030
  export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
3027
3031
  export {
@@ -3034,42 +3038,42 @@ export {
3034
3038
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
3035
3039
  default as GanttChartIcon
3036
3040
  } from '../icons/chart-no-axes-gantt';
3041
+ // ChartNoAxesColumnIncreasing aliases
3042
+ export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
3043
+ export {
3044
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
3045
+ default as BarChartIcon
3046
+ } from '../icons/chart-no-axes-column-increasing';
3037
3047
  // ChartPie aliases
3038
3048
  export { default as ChartPieIcon } from '../icons/chart-pie';
3039
3049
  export {
3040
3050
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
3041
3051
  default as PieChartIcon
3042
3052
  } from '../icons/chart-pie';
3043
- // Chromium aliases
3044
- export { default as ChromiumIcon } from '../icons/chromium';
3045
- export {
3046
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
3047
- default as ChromeIcon
3048
- } from '../icons/chromium';
3049
3053
  // ChartScatter aliases
3050
3054
  export { default as ChartScatterIcon } from '../icons/chart-scatter';
3051
3055
  export {
3052
3056
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
3053
3057
  default as ScatterChartIcon
3054
3058
  } from '../icons/chart-scatter';
3055
- // CircleAlert aliases
3056
- export { default as CircleAlertIcon } from '../icons/circle-alert';
3057
- export {
3058
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
3059
- default as AlertCircleIcon
3060
- } from '../icons/circle-alert';
3061
- // CircleArrowDown aliases
3062
- export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
3059
+ // Chromium aliases
3060
+ export { default as ChromiumIcon } from '../icons/chromium';
3063
3061
  export {
3064
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
3065
- default as ArrowDownCircleIcon
3066
- } from '../icons/circle-arrow-down';
3062
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
3063
+ default as ChromeIcon
3064
+ } from '../icons/chromium';
3067
3065
  // CircleArrowLeft aliases
3068
3066
  export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
3069
3067
  export {
3070
3068
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
3071
3069
  default as ArrowLeftCircleIcon
3072
3070
  } from '../icons/circle-arrow-left';
3071
+ // CircleAlert aliases
3072
+ export { default as CircleAlertIcon } from '../icons/circle-alert';
3073
+ export {
3074
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
3075
+ default as AlertCircleIcon
3076
+ } from '../icons/circle-alert';
3073
3077
  // CircleArrowOutDownLeft aliases
3074
3078
  export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
3075
3079
  export {
@@ -3082,6 +3086,12 @@ export {
3082
3086
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
3083
3087
  default as ArrowDownRightFromCircleIcon
3084
3088
  } from '../icons/circle-arrow-out-down-right';
3089
+ // CircleArrowDown aliases
3090
+ export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
3091
+ export {
3092
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
3093
+ default as ArrowDownCircleIcon
3094
+ } from '../icons/circle-arrow-down';
3085
3095
  // CircleArrowOutUpLeft aliases
3086
3096
  export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
3087
3097
  export {
@@ -3142,12 +3152,6 @@ export {
3142
3152
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
3143
3153
  default as ChevronUpCircleIcon
3144
3154
  } from '../icons/circle-chevron-up';
3145
- // CircleDivide aliases
3146
- export { default as CircleDivideIcon } from '../icons/circle-divide';
3147
- export {
3148
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
3149
- default as DivideCircleIcon
3150
- } from '../icons/circle-divide';
3151
3155
  // CircleGauge aliases
3152
3156
  export { default as CircleGaugeIcon } from '../icons/circle-gauge';
3153
3157
  export {
@@ -3172,24 +3176,30 @@ export {
3172
3176
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
3173
3177
  default as ParkingCircleIcon
3174
3178
  } from '../icons/circle-parking';
3179
+ // CircleDivide aliases
3180
+ export { default as CircleDivideIcon } from '../icons/circle-divide';
3181
+ export {
3182
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
3183
+ default as DivideCircleIcon
3184
+ } from '../icons/circle-divide';
3175
3185
  // CirclePercent aliases
3176
3186
  export { default as CirclePercentIcon } from '../icons/circle-percent';
3177
3187
  export {
3178
3188
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
3179
3189
  default as PercentCircleIcon
3180
3190
  } from '../icons/circle-percent';
3181
- // CirclePlay aliases
3182
- export { default as CirclePlayIcon } from '../icons/circle-play';
3183
- export {
3184
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
3185
- default as PlayCircleIcon
3186
- } from '../icons/circle-play';
3187
3191
  // CirclePause aliases
3188
3192
  export { default as CirclePauseIcon } from '../icons/circle-pause';
3189
3193
  export {
3190
3194
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
3191
3195
  default as PauseCircleIcon
3192
3196
  } from '../icons/circle-pause';
3197
+ // CirclePlay aliases
3198
+ export { default as CirclePlayIcon } from '../icons/circle-play';
3199
+ export {
3200
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
3201
+ default as PlayCircleIcon
3202
+ } from '../icons/circle-play';
3193
3203
  // CirclePlus aliases
3194
3204
  export { default as CirclePlusIcon } from '../icons/circle-plus';
3195
3205
  export {
@@ -3236,18 +3246,18 @@ export {
3236
3246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
3237
3247
  default as UserCircleIcon
3238
3248
  } from '../icons/circle-user';
3239
- // CircleX aliases
3240
- export { default as CircleXIcon } from '../icons/circle-x';
3241
- export {
3242
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
3243
- default as XCircleIcon
3244
- } from '../icons/circle-x';
3245
3249
  // ClipboardPenLine aliases
3246
3250
  export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
3247
3251
  export {
3248
3252
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
3249
3253
  default as ClipboardSignatureIcon
3250
3254
  } from '../icons/clipboard-pen-line';
3255
+ // CircleX aliases
3256
+ export { default as CircleXIcon } from '../icons/circle-x';
3257
+ export {
3258
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
3259
+ default as XCircleIcon
3260
+ } from '../icons/circle-x';
3251
3261
  // ClipboardPen aliases
3252
3262
  export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
3253
3263
  export {
@@ -3272,12 +3282,6 @@ export {
3272
3282
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
3273
3283
  default as Code2Icon
3274
3284
  } from '../icons/code-xml';
3275
- // Columns2 aliases
3276
- export { default as Columns2Icon } from '../icons/columns-2';
3277
- export {
3278
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
3279
- default as ColumnsIcon
3280
- } from '../icons/columns-2';
3281
3285
  // Columns3Cog aliases
3282
3286
  export { default as Columns3CogIcon } from '../icons/columns-3-cog';
3283
3287
  export {
@@ -3288,18 +3292,30 @@ export {
3288
3292
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
3289
3293
  default as TableConfigIcon
3290
3294
  } from '../icons/columns-3-cog';
3291
- // ContactRound aliases
3292
- export { default as ContactRoundIcon } from '../icons/contact-round';
3295
+ // Columns2 aliases
3296
+ export { default as Columns2Icon } from '../icons/columns-2';
3293
3297
  export {
3294
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
3295
- default as Contact2Icon
3296
- } from '../icons/contact-round';
3298
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
3299
+ default as ColumnsIcon
3300
+ } from '../icons/columns-2';
3297
3301
  // Columns3 aliases
3298
3302
  export { default as Columns3Icon } from '../icons/columns-3';
3299
3303
  export {
3300
3304
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
3301
3305
  default as PanelsLeftRightIcon
3302
3306
  } from '../icons/columns-3';
3307
+ // ContactRound aliases
3308
+ export { default as ContactRoundIcon } from '../icons/contact-round';
3309
+ export {
3310
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
3311
+ default as Contact2Icon
3312
+ } from '../icons/contact-round';
3313
+ // EllipsisVertical aliases
3314
+ export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
3315
+ export {
3316
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
3317
+ default as MoreVerticalIcon
3318
+ } from '../icons/ellipsis-vertical';
3303
3319
  // DiamondPercent aliases
3304
3320
  export { default as DiamondPercentIcon } from '../icons/diamond-percent';
3305
3321
  export {
@@ -3312,18 +3328,18 @@ export {
3312
3328
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
3313
3329
  default as Globe2Icon
3314
3330
  } from '../icons/earth';
3315
- // EllipsisVertical aliases
3316
- export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
3317
- export {
3318
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
3319
- default as MoreVerticalIcon
3320
- } from '../icons/ellipsis-vertical';
3321
3331
  // Ellipsis aliases
3322
3332
  export { default as EllipsisIcon } from '../icons/ellipsis';
3323
3333
  export {
3324
3334
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
3325
3335
  default as MoreHorizontalIcon
3326
3336
  } from '../icons/ellipsis';
3337
+ // FileBracesCorner aliases
3338
+ export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
3339
+ export {
3340
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
3341
+ default as FileJson2Icon
3342
+ } from '../icons/file-braces-corner';
3327
3343
  // FileAxis3d aliases
3328
3344
  export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
3329
3345
  export {
@@ -3336,12 +3352,6 @@ export {
3336
3352
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
3337
3353
  default as FileBadge2Icon
3338
3354
  } from '../icons/file-badge';
3339
- // FileBracesCorner aliases
3340
- export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
3341
- export {
3342
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
3343
- default as FileJson2Icon
3344
- } from '../icons/file-braces-corner';
3345
3355
  // FileBraces aliases
3346
3356
  export { default as FileBracesIcon } from '../icons/file-braces';
3347
3357
  export {
@@ -3360,30 +3370,40 @@ export {
3360
3370
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
3361
3371
  default as FileBarChart2Icon
3362
3372
  } from '../icons/file-chart-column';
3373
+ // FileChartLine aliases
3374
+ export { default as FileChartLineIcon } from '../icons/file-chart-line';
3375
+ export {
3376
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
3377
+ default as FileLineChartIcon
3378
+ } from '../icons/file-chart-line';
3363
3379
  // FileChartPie aliases
3364
3380
  export { default as FileChartPieIcon } from '../icons/file-chart-pie';
3365
3381
  export {
3366
3382
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
3367
3383
  default as FilePieChartIcon
3368
3384
  } from '../icons/file-chart-pie';
3369
- // FileChartLine aliases
3370
- export { default as FileChartLineIcon } from '../icons/file-chart-line';
3385
+ // FileCheckCorner aliases
3386
+ export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
3371
3387
  export {
3372
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
3373
- default as FileLineChartIcon
3374
- } from '../icons/file-chart-line';
3388
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
3389
+ default as FileCheck2Icon
3390
+ } from '../icons/file-check-corner';
3375
3391
  // FileCodeCorner aliases
3376
3392
  export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
3377
3393
  export {
3378
3394
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
3379
3395
  default as FileCode2Icon
3380
3396
  } from '../icons/file-code-corner';
3381
- // FileCheckCorner aliases
3382
- export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
3397
+ // FileHeadphone aliases
3398
+ export { default as FileHeadphoneIcon } from '../icons/file-headphone';
3383
3399
  export {
3384
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
3385
- default as FileCheck2Icon
3386
- } from '../icons/file-check-corner';
3400
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
3401
+ default as FileAudioIcon
3402
+ } from '../icons/file-headphone';
3403
+ export {
3404
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
3405
+ default as FileAudio2Icon
3406
+ } from '../icons/file-headphone';
3387
3407
  // FileCog aliases
3388
3408
  export { default as FileCogIcon } from '../icons/file-cog';
3389
3409
  export {
@@ -3402,16 +3422,6 @@ export {
3402
3422
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
3403
3423
  default as FileKey2Icon
3404
3424
  } from '../icons/file-key';
3405
- // FileHeadphone aliases
3406
- export { default as FileHeadphoneIcon } from '../icons/file-headphone';
3407
- export {
3408
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
3409
- default as FileAudioIcon
3410
- } from '../icons/file-headphone';
3411
- export {
3412
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
3413
- default as FileAudio2Icon
3414
- } from '../icons/file-headphone';
3415
3425
  // FileLock aliases
3416
3426
  export { default as FileLockIcon } from '../icons/file-lock';
3417
3427
  export {
@@ -3442,42 +3452,42 @@ export {
3442
3452
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
3443
3453
  default as FilePlus2Icon
3444
3454
  } from '../icons/file-plus-corner';
3445
- // FilePlay aliases
3446
- export { default as FilePlayIcon } from '../icons/file-play';
3447
- export {
3448
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
3449
- default as FileVideoIcon
3450
- } from '../icons/file-play';
3451
3455
  // FileQuestionMark aliases
3452
3456
  export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
3453
3457
  export {
3454
3458
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
3455
3459
  default as FileQuestionIcon
3456
3460
  } from '../icons/file-question-mark';
3457
- // FileSearchCorner aliases
3458
- export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
3461
+ // FilePlay aliases
3462
+ export { default as FilePlayIcon } from '../icons/file-play';
3459
3463
  export {
3460
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
3461
- default as FileSearch2Icon
3462
- } from '../icons/file-search-corner';
3464
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
3465
+ default as FileVideoIcon
3466
+ } from '../icons/file-play';
3463
3467
  // FileSignal aliases
3464
3468
  export { default as FileSignalIcon } from '../icons/file-signal';
3465
3469
  export {
3466
3470
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
3467
3471
  default as FileVolume2Icon
3468
3472
  } from '../icons/file-signal';
3469
- // FileTypeCorner aliases
3470
- export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
3473
+ // FileSearchCorner aliases
3474
+ export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
3471
3475
  export {
3472
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
3473
- default as FileType2Icon
3474
- } from '../icons/file-type-corner';
3476
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
3477
+ default as FileSearch2Icon
3478
+ } from '../icons/file-search-corner';
3475
3479
  // FileVideoCamera aliases
3476
3480
  export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
3477
3481
  export {
3478
3482
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
3479
3483
  default as FileVideo2Icon
3480
3484
  } from '../icons/file-video-camera';
3485
+ // FileTypeCorner aliases
3486
+ export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
3487
+ export {
3488
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
3489
+ default as FileType2Icon
3490
+ } from '../icons/file-type-corner';
3481
3491
  // FileXCorner aliases
3482
3492
  export { default as FileXCornerIcon } from '../icons/file-x-corner';
3483
3493
  export {
@@ -3490,18 +3500,18 @@ export {
3490
3500
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
3491
3501
  default as FingerprintIcon
3492
3502
  } from '../icons/fingerprint-pattern';
3493
- // FolderCog aliases
3494
- export { default as FolderCogIcon } from '../icons/folder-cog';
3495
- export {
3496
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
3497
- default as FolderCog2Icon
3498
- } from '../icons/folder-cog';
3499
3503
  // FolderPen aliases
3500
3504
  export { default as FolderPenIcon } from '../icons/folder-pen';
3501
3505
  export {
3502
3506
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
3503
3507
  default as FolderEditIcon
3504
3508
  } from '../icons/folder-pen';
3509
+ // FolderCog aliases
3510
+ export { default as FolderCogIcon } from '../icons/folder-cog';
3511
+ export {
3512
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
3513
+ default as FolderCog2Icon
3514
+ } from '../icons/folder-cog';
3505
3515
  // FunnelX aliases
3506
3516
  export { default as FunnelXIcon } from '../icons/funnel-x';
3507
3517
  export {
@@ -3514,42 +3524,36 @@ export {
3514
3524
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
3515
3525
  default as FilterIcon
3516
3526
  } from '../icons/funnel';
3517
- // GitCommitHorizontal aliases
3518
- export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
3519
- export {
3520
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
3521
- default as GitCommitIcon
3522
- } from '../icons/git-commit-horizontal';
3523
3527
  // Grid2x2Check aliases
3524
3528
  export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
3525
3529
  export {
3526
3530
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
3527
3531
  default as Grid2X2CheckIcon
3528
3532
  } from '../icons/grid-2x2-check';
3529
- // Grid2x2Plus aliases
3530
- export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
3533
+ // GitCommitHorizontal aliases
3534
+ export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
3531
3535
  export {
3532
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
3533
- default as Grid2X2PlusIcon
3534
- } from '../icons/grid-2x2-plus';
3536
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
3537
+ default as GitCommitIcon
3538
+ } from '../icons/git-commit-horizontal';
3535
3539
  // Grid2x2X aliases
3536
3540
  export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
3537
3541
  export {
3538
3542
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
3539
3543
  default as Grid2X2XIcon
3540
3544
  } from '../icons/grid-2x2-x';
3545
+ // Grid2x2Plus aliases
3546
+ export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
3547
+ export {
3548
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
3549
+ default as Grid2X2PlusIcon
3550
+ } from '../icons/grid-2x2-plus';
3541
3551
  // Grid2x2 aliases
3542
3552
  export { default as Grid2x2Icon } from '../icons/grid-2x2';
3543
3553
  export {
3544
3554
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
3545
3555
  default as Grid2X2Icon
3546
3556
  } from '../icons/grid-2x2';
3547
- // HandGrab aliases
3548
- export { default as HandGrabIcon } from '../icons/hand-grab';
3549
- export {
3550
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
3551
- default as GrabIcon
3552
- } from '../icons/hand-grab';
3553
3557
  // Grid3x3 aliases
3554
3558
  export { default as Grid3x3Icon } from '../icons/grid-3x3';
3555
3559
  export {
@@ -3560,12 +3564,12 @@ export {
3560
3564
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
3561
3565
  default as Grid3X3Icon
3562
3566
  } from '../icons/grid-3x3';
3563
- // IceCreamBowl aliases
3564
- export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
3567
+ // HandGrab aliases
3568
+ export { default as HandGrabIcon } from '../icons/hand-grab';
3565
3569
  export {
3566
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
3567
- default as IceCream2Icon
3568
- } from '../icons/ice-cream-bowl';
3570
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
3571
+ default as GrabIcon
3572
+ } from '../icons/hand-grab';
3569
3573
  // HandHelping aliases
3570
3574
  export { default as HandHelpingIcon } from '../icons/hand-helping';
3571
3575
  export {
@@ -3578,28 +3582,30 @@ export {
3578
3582
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
3579
3583
  default as HomeIcon
3580
3584
  } from '../icons/house';
3581
- // IceCreamCone aliases
3582
- export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
3585
+ // IceCreamBowl aliases
3586
+ export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
3583
3587
  export {
3584
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
3585
- default as IceCreamIcon
3586
- } from '../icons/ice-cream-cone';
3588
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
3589
+ default as IceCream2Icon
3590
+ } from '../icons/ice-cream-bowl';
3587
3591
  // LaptopMinimal aliases
3588
3592
  export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
3589
3593
  export {
3590
3594
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
3591
3595
  default as Laptop2Icon
3592
3596
  } from '../icons/laptop-minimal';
3593
- // ListIndentDecrease aliases
3594
- export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
3597
+ // IceCreamCone aliases
3598
+ export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
3595
3599
  export {
3596
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
3597
- default as OutdentIcon
3598
- } from '../icons/list-indent-decrease';
3600
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
3601
+ default as IceCreamIcon
3602
+ } from '../icons/ice-cream-cone';
3603
+ // Layers aliases
3604
+ export { default as LayersIcon } from '../icons/layers';
3599
3605
  export {
3600
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
3601
- default as IndentDecreaseIcon
3602
- } from '../icons/list-indent-decrease';
3606
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
3607
+ default as Layers3Icon
3608
+ } from '../icons/layers';
3603
3609
  // ListIndentIncrease aliases
3604
3610
  export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
3605
3611
  export {
@@ -3610,18 +3616,16 @@ export {
3610
3616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
3611
3617
  default as IndentIncreaseIcon
3612
3618
  } from '../icons/list-indent-increase';
3613
- // Layers aliases
3614
- export { default as LayersIcon } from '../icons/layers';
3619
+ // ListIndentDecrease aliases
3620
+ export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
3615
3621
  export {
3616
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
3617
- default as Layers3Icon
3618
- } from '../icons/layers';
3619
- // LoaderCircle aliases
3620
- export { default as LoaderCircleIcon } from '../icons/loader-circle';
3622
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
3623
+ default as OutdentIcon
3624
+ } from '../icons/list-indent-decrease';
3621
3625
  export {
3622
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
3623
- default as Loader2Icon
3624
- } from '../icons/loader-circle';
3626
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
3627
+ default as IndentDecreaseIcon
3628
+ } from '../icons/list-indent-decrease';
3625
3629
  // LockKeyholeOpen aliases
3626
3630
  export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
3627
3631
  export {
@@ -3634,18 +3638,24 @@ export {
3634
3638
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
3635
3639
  default as UnlockIcon
3636
3640
  } from '../icons/lock-open';
3637
- // MailQuestionMark aliases
3638
- export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
3641
+ // LoaderCircle aliases
3642
+ export { default as LoaderCircleIcon } from '../icons/loader-circle';
3639
3643
  export {
3640
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
3641
- default as MailQuestionIcon
3642
- } from '../icons/mail-question-mark';
3644
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
3645
+ default as Loader2Icon
3646
+ } from '../icons/loader-circle';
3643
3647
  // MapPinPen aliases
3644
3648
  export { default as MapPinPenIcon } from '../icons/map-pin-pen';
3645
3649
  export {
3646
3650
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
3647
3651
  default as LocationEditIcon
3648
3652
  } from '../icons/map-pin-pen';
3653
+ // MailQuestionMark aliases
3654
+ export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
3655
+ export {
3656
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
3657
+ default as MailQuestionIcon
3658
+ } from '../icons/mail-question-mark';
3649
3659
  // MessageCircleQuestionMark aliases
3650
3660
  export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
3651
3661
  export {
@@ -3664,18 +3674,18 @@ export {
3664
3674
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
3665
3675
  default as Move3DIcon
3666
3676
  } from '../icons/move-3d';
3667
- // OctagonPause aliases
3668
- export { default as OctagonPauseIcon } from '../icons/octagon-pause';
3669
- export {
3670
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
3671
- default as PauseOctagonIcon
3672
- } from '../icons/octagon-pause';
3673
3677
  // OctagonAlert aliases
3674
3678
  export { default as OctagonAlertIcon } from '../icons/octagon-alert';
3675
3679
  export {
3676
3680
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
3677
3681
  default as AlertOctagonIcon
3678
3682
  } from '../icons/octagon-alert';
3683
+ // OctagonPause aliases
3684
+ export { default as OctagonPauseIcon } from '../icons/octagon-pause';
3685
+ export {
3686
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
3687
+ default as PauseOctagonIcon
3688
+ } from '../icons/octagon-pause';
3679
3689
  // OctagonX aliases
3680
3690
  export { default as OctagonXIcon } from '../icons/octagon-x';
3681
3691
  export {
@@ -3688,12 +3698,6 @@ export {
3688
3698
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
3689
3699
  default as Paintbrush2Icon
3690
3700
  } from '../icons/paintbrush-vertical';
3691
- // PanelLeftClose aliases
3692
- export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
3693
- export {
3694
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
3695
- default as SidebarCloseIcon
3696
- } from '../icons/panel-left-close';
3697
3701
  // PanelBottomDashed aliases
3698
3702
  export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
3699
3703
  export {
@@ -3706,6 +3710,12 @@ export {
3706
3710
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
3707
3711
  default as PanelLeftInactiveIcon
3708
3712
  } from '../icons/panel-left-dashed';
3713
+ // PanelLeftClose aliases
3714
+ export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
3715
+ export {
3716
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
3717
+ default as SidebarCloseIcon
3718
+ } from '../icons/panel-left-close';
3709
3719
  // PanelLeftOpen aliases
3710
3720
  export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
3711
3721
  export {
@@ -3730,6 +3740,12 @@ export {
3730
3740
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
3731
3741
  default as PanelTopInactiveIcon
3732
3742
  } from '../icons/panel-top-dashed';
3743
+ // PenLine aliases
3744
+ export { default as PenLineIcon } from '../icons/pen-line';
3745
+ export {
3746
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
3747
+ default as Edit3Icon
3748
+ } from '../icons/pen-line';
3733
3749
  // PanelsTopLeft aliases
3734
3750
  export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
3735
3751
  export {
@@ -3742,36 +3758,24 @@ export {
3742
3758
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
3743
3759
  default as Edit2Icon
3744
3760
  } from '../icons/pen';
3745
- // PenLine aliases
3746
- export { default as PenLineIcon } from '../icons/pen-line';
3761
+ // RectangleEllipsis aliases
3762
+ export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
3747
3763
  export {
3748
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
3749
- default as Edit3Icon
3750
- } from '../icons/pen-line';
3764
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
3765
+ default as FormInputIcon
3766
+ } from '../icons/rectangle-ellipsis';
3751
3767
  // PlugZap aliases
3752
3768
  export { default as PlugZapIcon } from '../icons/plug-zap';
3753
3769
  export {
3754
3770
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
3755
3771
  default as PlugZap2Icon
3756
3772
  } from '../icons/plug-zap';
3757
- // RectangleEllipsis aliases
3758
- export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
3759
- export {
3760
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
3761
- default as FormInputIcon
3762
- } from '../icons/rectangle-ellipsis';
3763
3773
  // Rotate3d aliases
3764
3774
  export { default as Rotate3dIcon } from '../icons/rotate-3d';
3765
3775
  export {
3766
3776
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
3767
3777
  default as Rotate3DIcon
3768
3778
  } from '../icons/rotate-3d';
3769
- // Rows2 aliases
3770
- export { default as Rows2Icon } from '../icons/rows-2';
3771
- export {
3772
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
3773
- default as RowsIcon
3774
- } from '../icons/rows-2';
3775
3779
  // Rows3 aliases
3776
3780
  export { default as Rows3Icon } from '../icons/rows-3';
3777
3781
  export {
@@ -3790,6 +3794,12 @@ export {
3790
3794
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
3791
3795
  default as SendHorizonalIcon
3792
3796
  } from '../icons/send-horizontal';
3797
+ // Rows2 aliases
3798
+ export { default as Rows2Icon } from '../icons/rows-2';
3799
+ export {
3800
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
3801
+ default as RowsIcon
3802
+ } from '../icons/rows-2';
3793
3803
  // ShieldQuestionMark aliases
3794
3804
  export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
3795
3805
  export {
@@ -3808,12 +3818,6 @@ export {
3808
3818
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
3809
3819
  default as SlidersIcon
3810
3820
  } from '../icons/sliders-vertical';
3811
- // Sparkles aliases
3812
- export { default as SparklesIcon } from '../icons/sparkles';
3813
- export {
3814
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
3815
- default as StarsIcon
3816
- } from '../icons/sparkles';
3817
3821
  // SquareActivity aliases
3818
3822
  export { default as SquareActivityIcon } from '../icons/square-activity';
3819
3823
  export {
@@ -3826,12 +3830,24 @@ export {
3826
3830
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
3827
3831
  default as ArrowDownLeftSquareIcon
3828
3832
  } from '../icons/square-arrow-down-left';
3833
+ // Sparkles aliases
3834
+ export { default as SparklesIcon } from '../icons/sparkles';
3835
+ export {
3836
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
3837
+ default as StarsIcon
3838
+ } from '../icons/sparkles';
3829
3839
  // SquareArrowDown aliases
3830
3840
  export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
3831
3841
  export {
3832
3842
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
3833
3843
  default as ArrowDownSquareIcon
3834
3844
  } from '../icons/square-arrow-down';
3845
+ // SquareArrowOutDownLeft aliases
3846
+ export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
3847
+ export {
3848
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
3849
+ default as ArrowDownLeftFromSquareIcon
3850
+ } from '../icons/square-arrow-out-down-left';
3835
3851
  // SquareArrowDownRight aliases
3836
3852
  export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
3837
3853
  export {
@@ -3844,42 +3860,36 @@ export {
3844
3860
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
3845
3861
  default as ArrowLeftSquareIcon
3846
3862
  } from '../icons/square-arrow-left';
3847
- // SquareArrowOutDownLeft aliases
3848
- export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
3863
+ // SquareArrowOutDownRight aliases
3864
+ export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
3849
3865
  export {
3850
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
3851
- default as ArrowDownLeftFromSquareIcon
3852
- } from '../icons/square-arrow-out-down-left';
3866
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
3867
+ default as ArrowDownRightFromSquareIcon
3868
+ } from '../icons/square-arrow-out-down-right';
3853
3869
  // SquareArrowOutUpLeft aliases
3854
3870
  export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
3855
3871
  export {
3856
3872
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
3857
3873
  default as ArrowUpLeftFromSquareIcon
3858
3874
  } from '../icons/square-arrow-out-up-left';
3859
- // SquareArrowOutUpRight aliases
3860
- export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
3861
- export {
3862
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
3863
- default as ArrowUpRightFromSquareIcon
3864
- } from '../icons/square-arrow-out-up-right';
3865
3875
  // SquareArrowRight aliases
3866
3876
  export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
3867
3877
  export {
3868
3878
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
3869
3879
  default as ArrowRightSquareIcon
3870
3880
  } from '../icons/square-arrow-right';
3871
- // SquareArrowOutDownRight aliases
3872
- export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
3873
- export {
3874
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
3875
- default as ArrowDownRightFromSquareIcon
3876
- } from '../icons/square-arrow-out-down-right';
3877
3881
  // SquareArrowUpLeft aliases
3878
3882
  export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
3879
3883
  export {
3880
3884
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
3881
3885
  default as ArrowUpLeftSquareIcon
3882
3886
  } from '../icons/square-arrow-up-left';
3887
+ // SquareArrowOutUpRight aliases
3888
+ export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
3889
+ export {
3890
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
3891
+ default as ArrowUpRightFromSquareIcon
3892
+ } from '../icons/square-arrow-out-up-right';
3883
3893
  // SquareArrowUp aliases
3884
3894
  export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
3885
3895
  export {
@@ -3944,36 +3954,42 @@ export {
3944
3954
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
3945
3955
  default as ChevronRightSquareIcon
3946
3956
  } from '../icons/square-chevron-right';
3947
- // SquareChevronUp aliases
3948
- export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
3949
- export {
3950
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
3951
- default as ChevronUpSquareIcon
3952
- } from '../icons/square-chevron-up';
3953
3957
  // SquareCode aliases
3954
3958
  export { default as SquareCodeIcon } from '../icons/square-code';
3955
3959
  export {
3956
3960
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
3957
3961
  default as CodeSquareIcon
3958
3962
  } from '../icons/square-code';
3959
- // SquareDashedKanban aliases
3960
- export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
3963
+ // SquareChevronUp aliases
3964
+ export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
3961
3965
  export {
3962
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
3963
- default as KanbanSquareDashedIcon
3964
- } from '../icons/square-dashed-kanban';
3966
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
3967
+ default as ChevronUpSquareIcon
3968
+ } from '../icons/square-chevron-up';
3965
3969
  // SquareDashedMousePointer aliases
3966
3970
  export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
3967
3971
  export {
3968
3972
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
3969
3973
  default as MousePointerSquareDashedIcon
3970
3974
  } from '../icons/square-dashed-mouse-pointer';
3975
+ // SquareDashedKanban aliases
3976
+ export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
3977
+ export {
3978
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
3979
+ default as KanbanSquareDashedIcon
3980
+ } from '../icons/square-dashed-kanban';
3971
3981
  // SquareDashed aliases
3972
3982
  export { default as SquareDashedIcon } from '../icons/square-dashed';
3973
3983
  export {
3974
3984
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
3975
3985
  default as BoxSelectIcon
3976
3986
  } from '../icons/square-dashed';
3987
+ // SquareDot aliases
3988
+ export { default as SquareDotIcon } from '../icons/square-dot';
3989
+ export {
3990
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
3991
+ default as DotSquareIcon
3992
+ } from '../icons/square-dot';
3977
3993
  // SquareEqual aliases
3978
3994
  export { default as SquareEqualIcon } from '../icons/square-equal';
3979
3995
  export {
@@ -3986,24 +4002,18 @@ export {
3986
4002
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
3987
4003
  default as DivideSquareIcon
3988
4004
  } from '../icons/square-divide';
3989
- // SquareDot aliases
3990
- export { default as SquareDotIcon } from '../icons/square-dot';
4005
+ // SquareKanban aliases
4006
+ export { default as SquareKanbanIcon } from '../icons/square-kanban';
3991
4007
  export {
3992
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
3993
- default as DotSquareIcon
3994
- } from '../icons/square-dot';
4008
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
4009
+ default as KanbanSquareIcon
4010
+ } from '../icons/square-kanban';
3995
4011
  // SquareFunction aliases
3996
4012
  export { default as SquareFunctionIcon } from '../icons/square-function';
3997
4013
  export {
3998
4014
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
3999
4015
  default as FunctionSquareIcon
4000
4016
  } from '../icons/square-function';
4001
- // SquareKanban aliases
4002
- export { default as SquareKanbanIcon } from '../icons/square-kanban';
4003
- export {
4004
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
4005
- default as KanbanSquareIcon
4006
- } from '../icons/square-kanban';
4007
4017
  // SquareLibrary aliases
4008
4018
  export { default as SquareLibraryIcon } from '../icons/square-library';
4009
4019
  export {
@@ -4052,12 +4062,6 @@ export {
4052
4062
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
4053
4063
  default as PercentSquareIcon
4054
4064
  } from '../icons/square-percent';
4055
- // SquarePi aliases
4056
- export { default as SquarePiIcon } from '../icons/square-pi';
4057
- export {
4058
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
4059
- default as PiSquareIcon
4060
- } from '../icons/square-pi';
4061
4065
  // SquarePen aliases
4062
4066
  export { default as SquarePenIcon } from '../icons/square-pen';
4063
4067
  export {
@@ -4072,54 +4076,54 @@ export {
4072
4076
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
4073
4077
  default as PenSquareIcon
4074
4078
  } from '../icons/square-pen';
4075
- // SquarePlay aliases
4076
- export { default as SquarePlayIcon } from '../icons/square-play';
4079
+ // SquarePi aliases
4080
+ export { default as SquarePiIcon } from '../icons/square-pi';
4077
4081
  export {
4078
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
4079
- default as PlaySquareIcon
4080
- } from '../icons/square-play';
4082
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
4083
+ default as PiSquareIcon
4084
+ } from '../icons/square-pi';
4081
4085
  // SquarePilcrow aliases
4082
4086
  export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
4083
4087
  export {
4084
4088
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
4085
4089
  default as PilcrowSquareIcon
4086
4090
  } from '../icons/square-pilcrow';
4091
+ // SquarePlay aliases
4092
+ export { default as SquarePlayIcon } from '../icons/square-play';
4093
+ export {
4094
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
4095
+ default as PlaySquareIcon
4096
+ } from '../icons/square-play';
4097
+ // SquareScissors aliases
4098
+ export { default as SquareScissorsIcon } from '../icons/square-scissors';
4099
+ export {
4100
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
4101
+ default as ScissorsSquareIcon
4102
+ } from '../icons/square-scissors';
4087
4103
  // SquarePlus aliases
4088
4104
  export { default as SquarePlusIcon } from '../icons/square-plus';
4089
4105
  export {
4090
4106
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
4091
4107
  default as PlusSquareIcon
4092
4108
  } from '../icons/square-plus';
4109
+ // SquareSlash aliases
4110
+ export { default as SquareSlashIcon } from '../icons/square-slash';
4111
+ export {
4112
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
4113
+ default as SlashSquareIcon
4114
+ } from '../icons/square-slash';
4093
4115
  // SquarePower aliases
4094
4116
  export { default as SquarePowerIcon } from '../icons/square-power';
4095
4117
  export {
4096
4118
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
4097
4119
  default as PowerSquareIcon
4098
4120
  } from '../icons/square-power';
4099
- // SquareScissors aliases
4100
- export { default as SquareScissorsIcon } from '../icons/square-scissors';
4101
- export {
4102
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
4103
- default as ScissorsSquareIcon
4104
- } from '../icons/square-scissors';
4105
4121
  // SquareSigma aliases
4106
4122
  export { default as SquareSigmaIcon } from '../icons/square-sigma';
4107
4123
  export {
4108
4124
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
4109
4125
  default as SigmaSquareIcon
4110
4126
  } from '../icons/square-sigma';
4111
- // SquareSlash aliases
4112
- export { default as SquareSlashIcon } from '../icons/square-slash';
4113
- export {
4114
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
4115
- default as SlashSquareIcon
4116
- } from '../icons/square-slash';
4117
- // SquareSplitHorizontal aliases
4118
- export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
4119
- export {
4120
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
4121
- default as SplitSquareHorizontalIcon
4122
- } from '../icons/square-split-horizontal';
4123
4127
  // SquareSplitVertical aliases
4124
4128
  export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
4125
4129
  export {
@@ -4132,12 +4136,24 @@ export {
4132
4136
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
4133
4137
  default as TerminalSquareIcon
4134
4138
  } from '../icons/square-terminal';
4139
+ // SquareSplitHorizontal aliases
4140
+ export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
4141
+ export {
4142
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
4143
+ default as SplitSquareHorizontalIcon
4144
+ } from '../icons/square-split-horizontal';
4135
4145
  // SquareUserRound aliases
4136
4146
  export { default as SquareUserRoundIcon } from '../icons/square-user-round';
4137
4147
  export {
4138
4148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
4139
4149
  default as UserSquare2Icon
4140
4150
  } from '../icons/square-user-round';
4151
+ // SquareUser aliases
4152
+ export { default as SquareUserIcon } from '../icons/square-user';
4153
+ export {
4154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
4155
+ default as UserSquareIcon
4156
+ } from '../icons/square-user';
4141
4157
  // SquareX aliases
4142
4158
  export { default as SquareXIcon } from '../icons/square-x';
4143
4159
  export {
@@ -4150,12 +4166,6 @@ export {
4150
4166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
4151
4167
  default as TestTube2Icon
4152
4168
  } from '../icons/test-tube-diagonal';
4153
- // SquareUser aliases
4154
- export { default as SquareUserIcon } from '../icons/square-user';
4155
- export {
4156
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
4157
- default as UserSquareIcon
4158
- } from '../icons/square-user';
4159
4169
  // TextAlignCenter aliases
4160
4170
  export { default as TextAlignCenterIcon } from '../icons/text-align-center';
4161
4171
  export {
@@ -4202,12 +4212,6 @@ export {
4202
4212
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
4203
4213
  default as TextSelectionIcon
4204
4214
  } from '../icons/text-select';
4205
- // TramFront aliases
4206
- export { default as TramFrontIcon } from '../icons/tram-front';
4207
- export {
4208
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
4209
- default as TrainIcon
4210
- } from '../icons/tram-front';
4211
4215
  // TreePalm aliases
4212
4216
  export { default as TreePalmIcon } from '../icons/tree-palm';
4213
4217
  export {
@@ -4226,24 +4230,24 @@ export {
4226
4230
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
4227
4231
  default as Tv2Icon
4228
4232
  } from '../icons/tv-minimal';
4229
- // University aliases
4230
- export { default as UniversityIcon } from '../icons/university';
4233
+ // TramFront aliases
4234
+ export { default as TramFrontIcon } from '../icons/tram-front';
4231
4235
  export {
4232
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
4233
- default as School2Icon
4234
- } from '../icons/university';
4236
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
4237
+ default as TrainIcon
4238
+ } from '../icons/tram-front';
4235
4239
  // UserRoundCheck aliases
4236
4240
  export { default as UserRoundCheckIcon } from '../icons/user-round-check';
4237
4241
  export {
4238
4242
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
4239
4243
  default as UserCheck2Icon
4240
4244
  } from '../icons/user-round-check';
4241
- // UserRoundCog aliases
4242
- export { default as UserRoundCogIcon } from '../icons/user-round-cog';
4245
+ // University aliases
4246
+ export { default as UniversityIcon } from '../icons/university';
4243
4247
  export {
4244
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
4245
- default as UserCog2Icon
4246
- } from '../icons/user-round-cog';
4248
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
4249
+ default as School2Icon
4250
+ } from '../icons/university';
4247
4251
  // UserRoundMinus aliases
4248
4252
  export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
4249
4253
  export {
@@ -4256,6 +4260,12 @@ export {
4256
4260
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
4257
4261
  default as UserPlus2Icon
4258
4262
  } from '../icons/user-round-plus';
4263
+ // UserRoundCog aliases
4264
+ export { default as UserRoundCogIcon } from '../icons/user-round-cog';
4265
+ export {
4266
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
4267
+ default as UserCog2Icon
4268
+ } from '../icons/user-round-cog';
4259
4269
  // UserRoundX aliases
4260
4270
  export { default as UserRoundXIcon } from '../icons/user-round-x';
4261
4271
  export {
@@ -4274,18 +4284,18 @@ export {
4274
4284
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
4275
4285
  default as Users2Icon
4276
4286
  } from '../icons/users-round';
4277
- // Utensils aliases
4278
- export { default as UtensilsIcon } from '../icons/utensils';
4279
- export {
4280
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
4281
- default as ForkKnifeIcon
4282
- } from '../icons/utensils';
4283
4287
  // UtensilsCrossed aliases
4284
4288
  export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
4285
4289
  export {
4286
4290
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
4287
4291
  default as ForkKnifeCrossedIcon
4288
4292
  } from '../icons/utensils-crossed';
4293
+ // Utensils aliases
4294
+ export { default as UtensilsIcon } from '../icons/utensils';
4295
+ export {
4296
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
4297
+ default as ForkKnifeIcon
4298
+ } from '../icons/utensils';
4289
4299
  // WalletMinimal aliases
4290
4300
  export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
4291
4301
  export {