@lucide/astro 1.26.0 → 1.27.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 (53) hide show
  1. package/package.json +2 -2
  2. package/src/aliases/aliases.ts +106 -94
  3. package/src/aliases/prefixed.ts +713 -691
  4. package/src/aliases/suffixed.ts +1110 -1088
  5. package/src/icons/a-large-small.ts +1 -1
  6. package/src/icons/ambulance.ts +1 -1
  7. package/src/icons/barrel.ts +2 -2
  8. package/src/icons/bone-fracture.ts +1 -1
  9. package/src/icons/bot-off.ts +1 -1
  10. package/src/icons/captions.ts +1 -1
  11. package/src/icons/circle-fading-plus.ts +1 -1
  12. package/src/icons/diamond-minus.ts +1 -1
  13. package/src/icons/diamond-plus.ts +1 -1
  14. package/src/icons/feather.ts +2 -2
  15. package/src/icons/flag-triangle-left.ts +1 -1
  16. package/src/icons/gamepad-directional.ts +1 -1
  17. package/src/icons/git-merge-conflict.ts +1 -1
  18. package/src/icons/id-card-lanyard.ts +1 -1
  19. package/src/icons/index.ts +161 -154
  20. package/src/icons/keyboard-off.ts +1 -1
  21. package/src/icons/layers-plus.ts +1 -1
  22. package/src/icons/layout-freeform.ts +18 -0
  23. package/src/icons/lens-convex.ts +1 -1
  24. package/src/icons/line-squiggle.ts +1 -1
  25. package/src/icons/mic-audio-lines.ts +18 -0
  26. package/src/icons/mic-signal.ts +18 -0
  27. package/src/icons/mirror-rectangular.ts +1 -1
  28. package/src/icons/mirror-round.ts +1 -1
  29. package/src/icons/mosque.ts +18 -0
  30. package/src/icons/pilcrow-right.ts +1 -1
  31. package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
  32. package/src/icons/rotate-cw-fading-clock.ts +18 -0
  33. package/src/icons/{podcast.ts → scan-square.ts} +4 -4
  34. package/src/icons/scooter.ts +1 -1
  35. package/src/icons/search-alert.ts +1 -1
  36. package/src/icons/spline-pointer.ts +1 -1
  37. package/src/icons/square-arrow-right-enter.ts +1 -1
  38. package/src/icons/square-arrow-right-exit.ts +1 -1
  39. package/src/icons/square-bottom-dashed-scissors.ts +2 -2
  40. package/src/icons/square-off.ts +18 -0
  41. package/src/icons/square-scissors.ts +2 -2
  42. package/src/icons/squares-exclude.ts +1 -1
  43. package/src/icons/squares-intersect.ts +1 -1
  44. package/src/icons/squares-subtract.ts +1 -1
  45. package/src/icons/squares-unite.ts +1 -1
  46. package/src/icons/toilet.ts +1 -1
  47. package/src/icons/toolbox.ts +2 -2
  48. package/src/icons/trophy.ts +2 -2
  49. package/src/icons/truck.ts +1 -1
  50. package/src/icons/user-shield.ts +18 -0
  51. package/src/icons/van.ts +1 -1
  52. package/src/icons/zap-off.ts +2 -2
  53. package/src/icons/zap.ts +2 -2
@@ -1,11 +1,11 @@
1
1
  // AArrowDown aliases
2
2
  export { default as AArrowDownIcon } from '../icons/a-arrow-down';
3
+ // AArrowUp aliases
4
+ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
3
5
  // ALargeSmall aliases
4
6
  export { default as ALargeSmallIcon } from '../icons/a-large-small';
5
7
  // Accessibility aliases
6
8
  export { default as AccessibilityIcon } from '../icons/accessibility';
7
- // AArrowUp aliases
8
- export { default as AArrowUpIcon } from '../icons/a-arrow-up';
9
9
  // Activity aliases
10
10
  export { default as ActivityIcon } from '../icons/activity';
11
11
  // Ad aliases
@@ -26,146 +26,146 @@ export { default as AlbumIcon } from '../icons/album';
26
26
  export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
27
27
  // AlignCenterVertical aliases
28
28
  export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
29
- // AlignEndVertical aliases
30
- export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
31
29
  // AlignEndHorizontal aliases
32
30
  export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
31
+ // AlignEndVertical aliases
32
+ export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
33
33
  // AlignHorizontalDistributeCenter aliases
34
34
  export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
35
35
  // AlignHorizontalDistributeEnd aliases
36
36
  export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
37
37
  // AlignHorizontalDistributeStart aliases
38
38
  export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
39
- // AlignHorizontalJustifyEnd aliases
40
- export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
41
- // AlignHorizontalJustifyStart aliases
42
- export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
43
- // AlignHorizontalSpaceAround aliases
44
- export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
45
39
  // AlignHorizontalJustifyCenter aliases
46
40
  export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
41
+ // AlignHorizontalSpaceAround aliases
42
+ export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
43
+ // AlignHorizontalJustifyStart aliases
44
+ export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
45
+ // AlignHorizontalJustifyEnd aliases
46
+ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
47
47
  // AlignHorizontalSpaceBetween aliases
48
48
  export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
49
- // AlignStartVertical aliases
50
- export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
51
49
  // AlignStartHorizontal aliases
52
50
  export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
53
- // AlignVerticalDistributeEnd aliases
54
- export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
55
- // AlignVerticalDistributeStart aliases
56
- export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
51
+ // AlignStartVertical aliases
52
+ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
57
53
  // AlignVerticalDistributeCenter aliases
58
54
  export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
55
+ // AlignVerticalDistributeEnd aliases
56
+ export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
59
57
  // AlignVerticalJustifyCenter aliases
60
58
  export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
59
+ // AlignVerticalDistributeStart aliases
60
+ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
61
61
  // AlignVerticalJustifyEnd aliases
62
62
  export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
63
63
  // AlignVerticalJustifyStart aliases
64
64
  export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
65
65
  // AlignVerticalSpaceAround aliases
66
66
  export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
67
- // Ambulance aliases
68
- export { default as AmbulanceIcon } from '../icons/ambulance';
69
67
  // AlignVerticalSpaceBetween aliases
70
68
  export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
69
+ // Ambulance aliases
70
+ export { default as AmbulanceIcon } from '../icons/ambulance';
71
71
  // Ampersand aliases
72
72
  export { default as AmpersandIcon } from '../icons/ampersand';
73
- // Ampersands aliases
74
- export { default as AmpersandsIcon } from '../icons/ampersands';
75
73
  // Amphora aliases
76
74
  export { default as AmphoraIcon } from '../icons/amphora';
77
- // Antenna aliases
78
- export { default as AntennaIcon } from '../icons/antenna';
75
+ // Ampersands aliases
76
+ export { default as AmpersandsIcon } from '../icons/ampersands';
79
77
  // Anchor aliases
80
78
  export { default as AnchorIcon } from '../icons/anchor';
81
79
  // Angry aliases
82
80
  export { default as AngryIcon } from '../icons/angry';
83
- // Anvil aliases
84
- export { default as AnvilIcon } from '../icons/anvil';
85
81
  // Annoyed aliases
86
82
  export { default as AnnoyedIcon } from '../icons/annoyed';
83
+ // Antenna aliases
84
+ export { default as AntennaIcon } from '../icons/antenna';
87
85
  // Aperture aliases
88
86
  export { default as ApertureIcon } from '../icons/aperture';
87
+ // Anvil aliases
88
+ export { default as AnvilIcon } from '../icons/anvil';
89
89
  // AppWindowMac aliases
90
90
  export { default as AppWindowMacIcon } from '../icons/app-window-mac';
91
- // Apple aliases
92
- export { default as AppleIcon } from '../icons/apple';
93
91
  // AppWindow aliases
94
92
  export { default as AppWindowIcon } from '../icons/app-window';
93
+ // Apple aliases
94
+ export { default as AppleIcon } from '../icons/apple';
95
95
  // ArchiveRestore aliases
96
96
  export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
97
+ // Archive aliases
98
+ export { default as ArchiveIcon } from '../icons/archive';
97
99
  // ArchiveX aliases
98
100
  export { default as ArchiveXIcon } from '../icons/archive-x';
99
101
  // Armchair aliases
100
102
  export { default as ArmchairIcon } from '../icons/armchair';
101
- // Archive aliases
102
- export { default as ArchiveIcon } from '../icons/archive';
103
- // ArrowBigDown aliases
104
- export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
105
103
  // ArrowBigDownDash aliases
106
104
  export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
107
105
  // ArrowBigLeftDash aliases
108
106
  export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
107
+ // ArrowBigDown aliases
108
+ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
109
109
  // ArrowBigLeft aliases
110
110
  export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
111
111
  // ArrowBigRightDash aliases
112
112
  export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
113
113
  // ArrowBigRight aliases
114
114
  export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
115
- // ArrowBigUpDash aliases
116
- export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
117
115
  // ArrowBigUp aliases
118
116
  export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
117
+ // ArrowBigUpDash aliases
118
+ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
119
119
  // ArrowDownFromLine aliases
120
120
  export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
121
121
  // ArrowDownLeft aliases
122
122
  export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
123
- // ArrowDownNarrowWide aliases
124
- export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
125
123
  // ArrowDownRight aliases
126
124
  export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
127
- // ArrowDownToDot aliases
128
- export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
129
125
  // ArrowDownToLine aliases
130
126
  export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
127
+ // ArrowDownToDot aliases
128
+ export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
131
129
  // ArrowDownUp aliases
132
130
  export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
131
+ // ArrowDownNarrowWide aliases
132
+ export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
133
133
  // ArrowDown aliases
134
134
  export { default as ArrowDownIcon } from '../icons/arrow-down';
135
- // ArrowLeftRight aliases
136
- export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
137
135
  // ArrowLeftFromLine aliases
138
136
  export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
137
+ // ArrowLeftRight aliases
138
+ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
139
139
  // ArrowLeftToLine aliases
140
140
  export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
141
141
  // ArrowLeft aliases
142
142
  export { default as ArrowLeftIcon } from '../icons/arrow-left';
143
- // ArrowRightFromLine aliases
144
- export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
145
143
  // ArrowRightLeft aliases
146
144
  export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
147
- // ArrowRightToLine aliases
148
- export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
145
+ // ArrowRightFromLine aliases
146
+ export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
149
147
  // ArrowRight aliases
150
148
  export { default as ArrowRightIcon } from '../icons/arrow-right';
151
- // ArrowUpFromDot aliases
152
- export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
149
+ // ArrowRightToLine aliases
150
+ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
153
151
  // ArrowUpDown aliases
154
152
  export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
153
+ // ArrowUpFromDot aliases
154
+ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
155
155
  // ArrowUpFromLine aliases
156
156
  export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
157
- // ArrowUpLeft aliases
158
- export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
159
157
  // ArrowUpRight aliases
160
158
  export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
159
+ // ArrowUpLeft aliases
160
+ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
161
161
  // ArrowUpToLine aliases
162
162
  export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
163
163
  // ArrowUpWideNarrow aliases
164
164
  export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
165
- // ArrowUp aliases
166
- export { default as ArrowUpIcon } from '../icons/arrow-up';
167
165
  // ArrowsUpFromLine aliases
168
166
  export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
167
+ // ArrowUp aliases
168
+ export { default as ArrowUpIcon } from '../icons/arrow-up';
169
169
  // Asterisk aliases
170
170
  export { default as AsteriskIcon } from '../icons/asterisk';
171
171
  // Astroid aliases
@@ -178,28 +178,28 @@ export { default as AtomIcon } from '../icons/atom';
178
178
  export { default as AudioLinesIcon } from '../icons/audio-lines';
179
179
  // AudioWaveform aliases
180
180
  export { default as AudioWaveformIcon } from '../icons/audio-waveform';
181
+ // Baby aliases
182
+ export { default as BabyIcon } from '../icons/baby';
181
183
  // Award aliases
182
184
  export { default as AwardIcon } from '../icons/award';
183
185
  // Axe aliases
184
186
  export { default as AxeIcon } from '../icons/axe';
185
- // Baby aliases
186
- export { default as BabyIcon } from '../icons/baby';
187
- // Backpack aliases
188
- export { default as BackpackIcon } from '../icons/backpack';
189
187
  // BadgeAlert aliases
190
188
  export { default as BadgeAlertIcon } from '../icons/badge-alert';
189
+ // Backpack aliases
190
+ export { default as BackpackIcon } from '../icons/backpack';
191
191
  // BadgeCent aliases
192
192
  export { default as BadgeCentIcon } from '../icons/badge-cent';
193
193
  // BadgeDollarSign aliases
194
194
  export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
195
- // BadgeEuro aliases
196
- export { default as BadgeEuroIcon } from '../icons/badge-euro';
197
195
  // BadgeIndianRupee aliases
198
196
  export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
199
- // BadgeInfo aliases
200
- export { default as BadgeInfoIcon } from '../icons/badge-info';
197
+ // BadgeEuro aliases
198
+ export { default as BadgeEuroIcon } from '../icons/badge-euro';
201
199
  // BadgeJapaneseYen aliases
202
200
  export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
201
+ // BadgeInfo aliases
202
+ export { default as BadgeInfoIcon } from '../icons/badge-info';
203
203
  // BadgeMinus aliases
204
204
  export { default as BadgeMinusIcon } from '../icons/badge-minus';
205
205
  // BadgePercent aliases
@@ -208,28 +208,26 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
208
208
  export { default as BadgePlusIcon } from '../icons/badge-plus';
209
209
  // BadgePoundSterling aliases
210
210
  export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
211
- // BadgeRussianRuble aliases
212
- export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
213
211
  // BadgeSwissFranc aliases
214
212
  export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
213
+ // BadgeRussianRuble aliases
214
+ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
215
215
  // BadgeTurkishLira aliases
216
216
  export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
217
- // Badge aliases
218
- export { default as BadgeIcon } from '../icons/badge';
219
217
  // BadgeX aliases
220
218
  export { default as BadgeXIcon } from '../icons/badge-x';
219
+ // Badge aliases
220
+ export { default as BadgeIcon } from '../icons/badge';
221
221
  // BaggageClaim aliases
222
222
  export { default as BaggageClaimIcon } from '../icons/baggage-claim';
223
- // Ban aliases
224
- export { default as BanIcon } from '../icons/ban';
225
223
  // Balloon aliases
226
224
  export { default as BalloonIcon } from '../icons/balloon';
225
+ // Ban aliases
226
+ export { default as BanIcon } from '../icons/ban';
227
227
  // Bandage aliases
228
228
  export { default as BandageIcon } from '../icons/bandage';
229
229
  // Banana aliases
230
230
  export { default as BananaIcon } from '../icons/banana';
231
- // BanknoteArrowDown aliases
232
- export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
233
231
  // BanknoteArrowUp aliases
234
232
  export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
235
233
  // BanknoteCheck aliases
@@ -238,6 +236,8 @@ export { default as BanknoteCheckIcon } from '../icons/banknote-check';
238
236
  export { default as BanknoteXIcon } from '../icons/banknote-x';
239
237
  // Banknote aliases
240
238
  export { default as BanknoteIcon } from '../icons/banknote';
239
+ // BanknoteArrowDown aliases
240
+ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
241
241
  // Barcode aliases
242
242
  export { default as BarcodeIcon } from '../icons/barcode';
243
243
  // Barrel aliases
@@ -246,10 +246,10 @@ export { default as BarrelIcon } from '../icons/barrel';
246
246
  export { default as BaselineIcon } from '../icons/baseline';
247
247
  // Bath aliases
248
248
  export { default as BathIcon } from '../icons/bath';
249
- // BatteryCharging aliases
250
- export { default as BatteryChargingIcon } from '../icons/battery-charging';
251
249
  // BatteryFull aliases
252
250
  export { default as BatteryFullIcon } from '../icons/battery-full';
251
+ // BatteryCharging aliases
252
+ export { default as BatteryChargingIcon } from '../icons/battery-charging';
253
253
  // BatteryMedium aliases
254
254
  export { default as BatteryMediumIcon } from '../icons/battery-medium';
255
255
  // BatteryLow aliases
@@ -262,38 +262,38 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
262
262
  export { default as BatteryIcon } from '../icons/battery';
263
263
  // Beaker aliases
264
264
  export { default as BeakerIcon } from '../icons/beaker';
265
- // Bean aliases
266
- export { default as BeanIcon } from '../icons/bean';
267
265
  // BeanOff aliases
268
266
  export { default as BeanOffIcon } from '../icons/bean-off';
267
+ // Bean aliases
268
+ export { default as BeanIcon } from '../icons/bean';
269
269
  // BedDouble aliases
270
270
  export { default as BedDoubleIcon } from '../icons/bed-double';
271
271
  // BedSingle aliases
272
272
  export { default as BedSingleIcon } from '../icons/bed-single';
273
- // Beef aliases
274
- export { default as BeefIcon } from '../icons/beef';
275
273
  // Bed aliases
276
274
  export { default as BedIcon } from '../icons/bed';
277
275
  // BeefOff aliases
278
276
  export { default as BeefOffIcon } from '../icons/beef-off';
279
- // Beer aliases
280
- export { default as BeerIcon } from '../icons/beer';
277
+ // Beef aliases
278
+ export { default as BeefIcon } from '../icons/beef';
281
279
  // BeerOff aliases
282
280
  export { default as BeerOffIcon } from '../icons/beer-off';
283
- // BellDot aliases
284
- export { default as BellDotIcon } from '../icons/bell-dot';
281
+ // Beer aliases
282
+ export { default as BeerIcon } from '../icons/beer';
285
283
  // BellCheck aliases
286
284
  export { default as BellCheckIcon } from '../icons/bell-check';
285
+ // BellDot aliases
286
+ export { default as BellDotIcon } from '../icons/bell-dot';
287
287
  // BellElectric aliases
288
288
  export { default as BellElectricIcon } from '../icons/bell-electric';
289
289
  // BellMinus aliases
290
290
  export { default as BellMinusIcon } from '../icons/bell-minus';
291
291
  // BellOff aliases
292
292
  export { default as BellOffIcon } from '../icons/bell-off';
293
- // BellPlus aliases
294
- export { default as BellPlusIcon } from '../icons/bell-plus';
295
293
  // BellRing aliases
296
294
  export { default as BellRingIcon } from '../icons/bell-ring';
295
+ // BellPlus aliases
296
+ export { default as BellPlusIcon } from '../icons/bell-plus';
297
297
  // Bell aliases
298
298
  export { default as BellIcon } from '../icons/bell';
299
299
  // BetweenVerticalEnd aliases
@@ -304,14 +304,14 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
304
304
  export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
305
305
  // Bike aliases
306
306
  export { default as BikeIcon } from '../icons/bike';
307
+ // Binoculars aliases
308
+ export { default as BinocularsIcon } from '../icons/binoculars';
307
309
  // Binary aliases
308
310
  export { default as BinaryIcon } from '../icons/binary';
309
311
  // Biohazard aliases
310
312
  export { default as BiohazardIcon } from '../icons/biohazard';
311
313
  // Bird aliases
312
314
  export { default as BirdIcon } from '../icons/bird';
313
- // Binoculars aliases
314
- export { default as BinocularsIcon } from '../icons/binoculars';
315
315
  // Birdhouse aliases
316
316
  export { default as BirdhouseIcon } from '../icons/birdhouse';
317
317
  // Bitcoin aliases
@@ -324,20 +324,20 @@ export { default as BlenderIcon } from '../icons/blender';
324
324
  export { default as BlindsIcon } from '../icons/blinds';
325
325
  // Blocks aliases
326
326
  export { default as BlocksIcon } from '../icons/blocks';
327
- // BluetoothConnected aliases
328
- export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
329
- // BluetoothOff aliases
330
- export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
331
327
  // BluetoothSearching aliases
332
328
  export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
329
+ // BluetoothConnected aliases
330
+ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
333
331
  // Bluetooth aliases
334
332
  export { default as BluetoothIcon } from '../icons/bluetooth';
333
+ // BluetoothOff aliases
334
+ export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
335
335
  // Bold aliases
336
336
  export { default as BoldIcon } from '../icons/bold';
337
- // Bomb aliases
338
- export { default as BombIcon } from '../icons/bomb';
339
337
  // Bolt aliases
340
338
  export { default as BoltIcon } from '../icons/bolt';
339
+ // Bomb aliases
340
+ export { default as BombIcon } from '../icons/bomb';
341
341
  // BoneFracture aliases
342
342
  export { default as BoneFractureIcon } from '../icons/bone-fracture';
343
343
  // Bone aliases
@@ -346,14 +346,14 @@ export { default as BoneIcon } from '../icons/bone';
346
346
  export { default as BookAIcon } from '../icons/book-a';
347
347
  // BookAlert aliases
348
348
  export { default as BookAlertIcon } from '../icons/book-alert';
349
- // BookCheck aliases
350
- export { default as BookCheckIcon } from '../icons/book-check';
351
349
  // BookAudio aliases
352
350
  export { default as BookAudioIcon } from '../icons/book-audio';
353
- // BookDown aliases
354
- export { default as BookDownIcon } from '../icons/book-down';
351
+ // BookCheck aliases
352
+ export { default as BookCheckIcon } from '../icons/book-check';
355
353
  // BookCopy aliases
356
354
  export { default as BookCopyIcon } from '../icons/book-copy';
355
+ // BookDown aliases
356
+ export { default as BookDownIcon } from '../icons/book-down';
357
357
  // BookHeadphones aliases
358
358
  export { default as BookHeadphonesIcon } from '../icons/book-headphones';
359
359
  // BookHeart aliases
@@ -364,12 +364,12 @@ export { default as BookImageIcon } from '../icons/book-image';
364
364
  export { default as BookKeyIcon } from '../icons/book-key';
365
365
  // BookLock aliases
366
366
  export { default as BookLockIcon } from '../icons/book-lock';
367
+ // BookMarked aliases
368
+ export { default as BookMarkedIcon } from '../icons/book-marked';
367
369
  // BookMinus aliases
368
370
  export { default as BookMinusIcon } from '../icons/book-minus';
369
371
  // BookOpenCheck aliases
370
372
  export { default as BookOpenCheckIcon } from '../icons/book-open-check';
371
- // BookMarked aliases
372
- export { default as BookMarkedIcon } from '../icons/book-marked';
373
373
  // BookOpenText aliases
374
374
  export { default as BookOpenTextIcon } from '../icons/book-open-text';
375
375
  // BookOpen aliases
@@ -382,16 +382,16 @@ export { default as BookSearchIcon } from '../icons/book-search';
382
382
  export { default as BookTextIcon } from '../icons/book-text';
383
383
  // BookType aliases
384
384
  export { default as BookTypeIcon } from '../icons/book-type';
385
+ // BookUp aliases
386
+ export { default as BookUpIcon } from '../icons/book-up';
385
387
  // BookUp2 aliases
386
388
  export { default as BookUp2Icon } from '../icons/book-up-2';
387
- // BookUser aliases
388
- export { default as BookUserIcon } from '../icons/book-user';
389
389
  // BookX aliases
390
390
  export { default as BookXIcon } from '../icons/book-x';
391
+ // BookUser aliases
392
+ export { default as BookUserIcon } from '../icons/book-user';
391
393
  // Book aliases
392
394
  export { default as BookIcon } from '../icons/book';
393
- // BookUp aliases
394
- export { default as BookUpIcon } from '../icons/book-up';
395
395
  // BookmarkCheck aliases
396
396
  export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
397
397
  // BookmarkMinus aliases
@@ -404,40 +404,40 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
404
404
  export { default as BookmarkXIcon } from '../icons/bookmark-x';
405
405
  // Bookmark aliases
406
406
  export { default as BookmarkIcon } from '../icons/bookmark';
407
- // BotMessageSquare aliases
408
- export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
409
- // BotOff aliases
410
- export { default as BotOffIcon } from '../icons/bot-off';
411
407
  // BoomBox aliases
412
408
  export { default as BoomBoxIcon } from '../icons/boom-box';
413
- // Bot aliases
414
- export { default as BotIcon } from '../icons/bot';
409
+ // BotOff aliases
410
+ export { default as BotOffIcon } from '../icons/bot-off';
411
+ // BotMessageSquare aliases
412
+ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
415
413
  // BowArrow aliases
416
414
  export { default as BowArrowIcon } from '../icons/bow-arrow';
415
+ // Bot aliases
416
+ export { default as BotIcon } from '../icons/bot';
417
417
  // BottleWine aliases
418
418
  export { default as BottleWineIcon } from '../icons/bottle-wine';
419
- // Boxes aliases
420
- export { default as BoxesIcon } from '../icons/boxes';
421
419
  // Box aliases
422
420
  export { default as BoxIcon } from '../icons/box';
423
421
  // Brackets aliases
424
422
  export { default as BracketsIcon } from '../icons/brackets';
425
423
  // BrainCircuit aliases
426
424
  export { default as BrainCircuitIcon } from '../icons/brain-circuit';
425
+ // Boxes aliases
426
+ export { default as BoxesIcon } from '../icons/boxes';
427
427
  // BrainCog aliases
428
428
  export { default as BrainCogIcon } from '../icons/brain-cog';
429
429
  // Brain aliases
430
430
  export { default as BrainIcon } from '../icons/brain';
431
+ // BrickWall aliases
432
+ export { default as BrickWallIcon } from '../icons/brick-wall';
431
433
  // BrickWallFire aliases
432
434
  export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
433
435
  // BrickWallShield aliases
434
436
  export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
435
- // BrickWall aliases
436
- export { default as BrickWallIcon } from '../icons/brick-wall';
437
- // BriefcaseBusiness aliases
438
- export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
439
437
  // BriefcaseConveyorBelt aliases
440
438
  export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
439
+ // BriefcaseBusiness aliases
440
+ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
441
441
  // BriefcaseMedical aliases
442
442
  export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
443
443
  // Briefcase aliases
@@ -454,112 +454,112 @@ export { default as BrushIcon } from '../icons/brush';
454
454
  export { default as BubblesIcon } from '../icons/bubbles';
455
455
  // BugOff aliases
456
456
  export { default as BugOffIcon } from '../icons/bug-off';
457
- // BugPlay aliases
458
- export { default as BugPlayIcon } from '../icons/bug-play';
459
457
  // Bug aliases
460
458
  export { default as BugIcon } from '../icons/bug';
461
459
  // Building2 aliases
462
460
  export { default as Building2Icon } from '../icons/building-2';
461
+ // BugPlay aliases
462
+ export { default as BugPlayIcon } from '../icons/bug-play';
463
463
  // Building aliases
464
464
  export { default as BuildingIcon } from '../icons/building';
465
465
  // BusFront aliases
466
466
  export { default as BusFrontIcon } from '../icons/bus-front';
467
467
  // Bus aliases
468
468
  export { default as BusIcon } from '../icons/bus';
469
- // Cable aliases
470
- export { default as CableIcon } from '../icons/cable';
471
469
  // CableCar aliases
472
470
  export { default as CableCarIcon } from '../icons/cable-car';
471
+ // Cable aliases
472
+ export { default as CableIcon } from '../icons/cable';
473
473
  // Cake aliases
474
474
  export { default as CakeIcon } from '../icons/cake';
475
- // Calendar1 aliases
476
- export { default as Calendar1Icon } from '../icons/calendar-1';
477
475
  // CakeSlice aliases
478
476
  export { default as CakeSliceIcon } from '../icons/cake-slice';
479
477
  // Calculator aliases
480
478
  export { default as CalculatorIcon } from '../icons/calculator';
481
479
  // CalendarArrowDown aliases
482
480
  export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
483
- // CalendarCheck2 aliases
484
- export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
485
- // CalendarArrowUp aliases
486
- export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
481
+ // Calendar1 aliases
482
+ export { default as Calendar1Icon } from '../icons/calendar-1';
487
483
  // CalendarCheck aliases
488
484
  export { default as CalendarCheckIcon } from '../icons/calendar-check';
485
+ // CalendarArrowUp aliases
486
+ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
489
487
  // CalendarClock aliases
490
488
  export { default as CalendarClockIcon } from '../icons/calendar-clock';
489
+ // CalendarCheck2 aliases
490
+ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
491
+ // CalendarMinus2 aliases
492
+ export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
491
493
  // CalendarCog aliases
492
494
  export { default as CalendarCogIcon } from '../icons/calendar-cog';
493
495
  // CalendarDays aliases
494
496
  export { default as CalendarDaysIcon } from '../icons/calendar-days';
495
- // CalendarFold aliases
496
- export { default as CalendarFoldIcon } from '../icons/calendar-fold';
497
497
  // CalendarHeart aliases
498
498
  export { default as CalendarHeartIcon } from '../icons/calendar-heart';
499
- // CalendarMinus2 aliases
500
- export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
499
+ // CalendarFold aliases
500
+ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
501
501
  // CalendarMinus aliases
502
502
  export { default as CalendarMinusIcon } from '../icons/calendar-minus';
503
- // CalendarPlus2 aliases
504
- export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
505
503
  // CalendarOff aliases
506
504
  export { default as CalendarOffIcon } from '../icons/calendar-off';
507
- // CalendarSearch aliases
508
- export { default as CalendarSearchIcon } from '../icons/calendar-search';
505
+ // CalendarPlus2 aliases
506
+ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
509
507
  // CalendarPlus aliases
510
508
  export { default as CalendarPlusIcon } from '../icons/calendar-plus';
511
- // CalendarSync aliases
512
- export { default as CalendarSyncIcon } from '../icons/calendar-sync';
513
509
  // CalendarRange aliases
514
510
  export { default as CalendarRangeIcon } from '../icons/calendar-range';
515
- // CalendarX2 aliases
516
- export { default as CalendarX2Icon } from '../icons/calendar-x-2';
511
+ // CalendarSearch aliases
512
+ export { default as CalendarSearchIcon } from '../icons/calendar-search';
513
+ // CalendarSync aliases
514
+ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
517
515
  // CalendarX aliases
518
516
  export { default as CalendarXIcon } from '../icons/calendar-x';
519
517
  // Calendar aliases
520
518
  export { default as CalendarIcon } from '../icons/calendar';
519
+ // CalendarX2 aliases
520
+ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
521
521
  // Calendars aliases
522
522
  export { default as CalendarsIcon } from '../icons/calendars';
523
+ // CameraOff aliases
524
+ export { default as CameraOffIcon } from '../icons/camera-off';
523
525
  // Camera aliases
524
526
  export { default as CameraIcon } from '../icons/camera';
525
527
  // CandyCane aliases
526
528
  export { default as CandyCaneIcon } from '../icons/candy-cane';
527
- // CameraOff aliases
528
- export { default as CameraOffIcon } from '../icons/camera-off';
529
529
  // CandyOff aliases
530
530
  export { default as CandyOffIcon } from '../icons/candy-off';
531
531
  // Candy aliases
532
532
  export { default as CandyIcon } from '../icons/candy';
533
- // Cannabis aliases
534
- export { default as CannabisIcon } from '../icons/cannabis';
535
- // CaptionsOff aliases
536
- export { default as CaptionsOffIcon } from '../icons/captions-off';
537
533
  // CannabisOff aliases
538
534
  export { default as CannabisOffIcon } from '../icons/cannabis-off';
535
+ // CaptionsOff aliases
536
+ export { default as CaptionsOffIcon } from '../icons/captions-off';
537
+ // Cannabis aliases
538
+ export { default as CannabisIcon } from '../icons/cannabis';
539
539
  // CarFront aliases
540
540
  export { default as CarFrontIcon } from '../icons/car-front';
541
- // CarTaxiFront aliases
542
- export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
543
541
  // Car aliases
544
542
  export { default as CarIcon } from '../icons/car';
543
+ // Caravan aliases
544
+ export { default as CaravanIcon } from '../icons/caravan';
545
+ // CarTaxiFront aliases
546
+ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
545
547
  // CardSim aliases
546
548
  export { default as CardSimIcon } from '../icons/card-sim';
547
549
  // Carrot aliases
548
550
  export { default as CarrotIcon } from '../icons/carrot';
549
- // CaseLower aliases
550
- export { default as CaseLowerIcon } from '../icons/case-lower';
551
- // Caravan aliases
552
- export { default as CaravanIcon } from '../icons/caravan';
553
551
  // CaseSensitive aliases
554
552
  export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
553
+ // CaseLower aliases
554
+ export { default as CaseLowerIcon } from '../icons/case-lower';
555
+ // CassetteTape aliases
556
+ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
555
557
  // CaseUpper aliases
556
558
  export { default as CaseUpperIcon } from '../icons/case-upper';
557
559
  // Cast aliases
558
560
  export { default as CastIcon } from '../icons/cast';
559
561
  // Castle aliases
560
562
  export { default as CastleIcon } from '../icons/castle';
561
- // CassetteTape aliases
562
- export { default as CassetteTapeIcon } from '../icons/cassette-tape';
563
563
  // Cat aliases
564
564
  export { default as CatIcon } from '../icons/cat';
565
565
  // CctvOff aliases
@@ -568,158 +568,158 @@ export { default as CctvOffIcon } from '../icons/cctv-off';
568
568
  export { default as CctvIcon } from '../icons/cctv';
569
569
  // ChartBarDecreasing aliases
570
570
  export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
571
- // ChartBarStacked aliases
572
- export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
573
571
  // ChartBarIncreasing aliases
574
572
  export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
573
+ // ChartBarStacked aliases
574
+ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
575
575
  // ChartColumnDecreasing aliases
576
576
  export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
577
- // ChartColumnStacked aliases
578
- export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
579
577
  // ChartGantt aliases
580
578
  export { default as ChartGanttIcon } from '../icons/chart-gantt';
579
+ // ChartColumnStacked aliases
580
+ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
581
581
  // ChartNetwork aliases
582
582
  export { default as ChartNetworkIcon } from '../icons/chart-network';
583
- // ChartNoAxesCombined aliases
584
- export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
585
583
  // ChartNoAxesColumnDecreasing aliases
586
584
  export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
587
- // CheckCheck aliases
588
- export { default as CheckCheckIcon } from '../icons/check-check';
585
+ // ChartNoAxesCombined aliases
586
+ export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
589
587
  // ChartSpline aliases
590
588
  export { default as ChartSplineIcon } from '../icons/chart-spline';
591
- // ChefHat aliases
592
- export { default as ChefHatIcon } from '../icons/chef-hat';
589
+ // CheckCheck aliases
590
+ export { default as CheckCheckIcon } from '../icons/check-check';
593
591
  // CheckLine aliases
594
592
  export { default as CheckLineIcon } from '../icons/check-line';
595
- // Cherry aliases
596
- export { default as CherryIcon } from '../icons/cherry';
593
+ // ChefHat aliases
594
+ export { default as ChefHatIcon } from '../icons/chef-hat';
597
595
  // Check aliases
598
596
  export { default as CheckIcon } from '../icons/check';
597
+ // Cherry aliases
598
+ export { default as CherryIcon } from '../icons/cherry';
599
599
  // ChessBishop aliases
600
600
  export { default as ChessBishopIcon } from '../icons/chess-bishop';
601
+ // ChessKnight aliases
602
+ export { default as ChessKnightIcon } from '../icons/chess-knight';
601
603
  // ChessKing aliases
602
604
  export { default as ChessKingIcon } from '../icons/chess-king';
603
605
  // ChessPawn aliases
604
606
  export { default as ChessPawnIcon } from '../icons/chess-pawn';
605
607
  // ChessRook aliases
606
608
  export { default as ChessRookIcon } from '../icons/chess-rook';
607
- // ChessKnight aliases
608
- export { default as ChessKnightIcon } from '../icons/chess-knight';
609
609
  // ChessQueen aliases
610
610
  export { default as ChessQueenIcon } from '../icons/chess-queen';
611
- // ChevronDown aliases
612
- export { default as ChevronDownIcon } from '../icons/chevron-down';
613
611
  // ChevronFirst aliases
614
612
  export { default as ChevronFirstIcon } from '../icons/chevron-first';
615
- // ChevronRight aliases
616
- export { default as ChevronRightIcon } from '../icons/chevron-right';
617
- // ChevronLeft aliases
618
- export { default as ChevronLeftIcon } from '../icons/chevron-left';
613
+ // ChevronDown aliases
614
+ export { default as ChevronDownIcon } from '../icons/chevron-down';
619
615
  // ChevronLast aliases
620
616
  export { default as ChevronLastIcon } from '../icons/chevron-last';
617
+ // ChevronLeft aliases
618
+ export { default as ChevronLeftIcon } from '../icons/chevron-left';
619
+ // ChevronRight aliases
620
+ export { default as ChevronRightIcon } from '../icons/chevron-right';
621
621
  // ChevronUp aliases
622
622
  export { default as ChevronUpIcon } from '../icons/chevron-up';
623
- // ChevronsDown aliases
624
- export { default as ChevronsDownIcon } from '../icons/chevrons-down';
625
623
  // ChevronsDownUp aliases
626
624
  export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
625
+ // ChevronsDown aliases
626
+ export { default as ChevronsDownIcon } from '../icons/chevrons-down';
627
627
  // ChevronsLeftRightEllipsis aliases
628
628
  export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
629
629
  // ChevronsLeftRight aliases
630
630
  export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
631
- // ChevronsLeft aliases
632
- export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
633
631
  // ChevronsRightLeft aliases
634
632
  export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
635
633
  // ChevronsRight aliases
636
634
  export { default as ChevronsRightIcon } from '../icons/chevrons-right';
637
- // ChevronsUpDown aliases
638
- export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
635
+ // ChevronsLeft aliases
636
+ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
639
637
  // ChevronsUp aliases
640
638
  export { default as ChevronsUpIcon } from '../icons/chevrons-up';
641
- // Church aliases
642
- export { default as ChurchIcon } from '../icons/church';
639
+ // ChevronsUpDown aliases
640
+ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
643
641
  // CigaretteOff aliases
644
642
  export { default as CigaretteOffIcon } from '../icons/cigarette-off';
645
- // Cigarette aliases
646
- export { default as CigaretteIcon } from '../icons/cigarette';
643
+ // Church aliases
644
+ export { default as ChurchIcon } from '../icons/church';
647
645
  // CircleDashed aliases
648
646
  export { default as CircleDashedIcon } from '../icons/circle-dashed';
649
- // CircleDollarSign aliases
650
- export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
647
+ // Cigarette aliases
648
+ export { default as CigaretteIcon } from '../icons/cigarette';
651
649
  // CircleDotDashed aliases
652
650
  export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
651
+ // CircleDollarSign aliases
652
+ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
653
+ // CircleEllipsis aliases
654
+ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
653
655
  // CircleDot aliases
654
656
  export { default as CircleDotIcon } from '../icons/circle-dot';
655
657
  // CircleEqual aliases
656
658
  export { default as CircleEqualIcon } from '../icons/circle-equal';
657
- // CircleEllipsis aliases
658
- export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
659
659
  // CircleEuro aliases
660
660
  export { default as CircleEuroIcon } from '../icons/circle-euro';
661
- // CircleFadingPlus aliases
662
- export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
663
661
  // CircleFadingArrowUp aliases
664
662
  export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
665
- // CirclePile aliases
666
- export { default as CirclePileIcon } from '../icons/circle-pile';
667
663
  // CircleOff aliases
668
664
  export { default as CircleOffIcon } from '../icons/circle-off';
669
- // CircleSlash aliases
670
- export { default as CircleSlashIcon } from '../icons/circle-slash';
671
- // CircleStar aliases
672
- export { default as CircleStarIcon } from '../icons/circle-star';
665
+ // CircleFadingPlus aliases
666
+ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
673
667
  // CirclePoundSterling aliases
674
668
  export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
669
+ // CirclePile aliases
670
+ export { default as CirclePileIcon } from '../icons/circle-pile';
671
+ // CircleSlash aliases
672
+ export { default as CircleSlashIcon } from '../icons/circle-slash';
675
673
  // CircleSmall aliases
676
674
  export { default as CircleSmallIcon } from '../icons/circle-small';
677
- // Circle aliases
678
- export { default as CircleIcon } from '../icons/circle';
679
675
  // CircuitBoard aliases
680
676
  export { default as CircuitBoardIcon } from '../icons/circuit-board';
681
- // Clapperboard aliases
682
- export { default as ClapperboardIcon } from '../icons/clapperboard';
683
- // ClipboardCheck aliases
684
- export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
677
+ // Circle aliases
678
+ export { default as CircleIcon } from '../icons/circle';
685
679
  // Citrus aliases
686
680
  export { default as CitrusIcon } from '../icons/citrus';
681
+ // CircleStar aliases
682
+ export { default as CircleStarIcon } from '../icons/circle-star';
683
+ // ClipboardCheck aliases
684
+ export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
685
+ // Clapperboard aliases
686
+ export { default as ClapperboardIcon } from '../icons/clapperboard';
687
687
  // ClipboardClock aliases
688
688
  export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
689
689
  // ClipboardCopy aliases
690
690
  export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
691
- // ClipboardList aliases
692
- export { default as ClipboardListIcon } from '../icons/clipboard-list';
693
691
  // ClipboardMinus aliases
694
692
  export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
695
- // ClipboardPlus aliases
696
- export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
693
+ // ClipboardList aliases
694
+ export { default as ClipboardListIcon } from '../icons/clipboard-list';
697
695
  // ClipboardPaste aliases
698
696
  export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
699
697
  // ClipboardType aliases
700
698
  export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
699
+ // ClipboardPlus aliases
700
+ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
701
701
  // ClipboardX aliases
702
702
  export { default as ClipboardXIcon } from '../icons/clipboard-x';
703
- // Clipboard aliases
704
- export { default as ClipboardIcon } from '../icons/clipboard';
705
703
  // Clock1 aliases
706
704
  export { default as Clock1Icon } from '../icons/clock-1';
707
- // Clock11 aliases
708
- export { default as Clock11Icon } from '../icons/clock-11';
709
705
  // Clock10 aliases
710
706
  export { default as Clock10Icon } from '../icons/clock-10';
711
- // Clock2 aliases
712
- export { default as Clock2Icon } from '../icons/clock-2';
707
+ // Clock11 aliases
708
+ export { default as Clock11Icon } from '../icons/clock-11';
709
+ // Clipboard aliases
710
+ export { default as ClipboardIcon } from '../icons/clipboard';
713
711
  // Clock12 aliases
714
712
  export { default as Clock12Icon } from '../icons/clock-12';
713
+ // Clock2 aliases
714
+ export { default as Clock2Icon } from '../icons/clock-2';
715
715
  // Clock3 aliases
716
716
  export { default as Clock3Icon } from '../icons/clock-3';
717
- // Clock4 aliases
718
- export { default as Clock4Icon } from '../icons/clock-4';
719
717
  // Clock5 aliases
720
718
  export { default as Clock5Icon } from '../icons/clock-5';
721
719
  // Clock6 aliases
722
720
  export { default as Clock6Icon } from '../icons/clock-6';
721
+ // Clock4 aliases
722
+ export { default as Clock4Icon } from '../icons/clock-4';
723
723
  // Clock7 aliases
724
724
  export { default as Clock7Icon } from '../icons/clock-7';
725
725
  // Clock8 aliases
@@ -732,18 +732,18 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
732
732
  export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
733
733
  // ClockArrowLeft aliases
734
734
  export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
735
- // ClockArrowUp aliases
736
- export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
737
735
  // ClockArrowRight aliases
738
736
  export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
737
+ // ClockArrowUp aliases
738
+ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
739
739
  // ClockCheck aliases
740
740
  export { default as ClockCheckIcon } from '../icons/clock-check';
741
741
  // ClockFading aliases
742
742
  export { default as ClockFadingIcon } from '../icons/clock-fading';
743
- // Clock aliases
744
- export { default as ClockIcon } from '../icons/clock';
745
743
  // ClockPlus aliases
746
744
  export { default as ClockPlusIcon } from '../icons/clock-plus';
745
+ // Clock aliases
746
+ export { default as ClockIcon } from '../icons/clock';
747
747
  // ClosedCaption aliases
748
748
  export { default as ClosedCaptionIcon } from '../icons/closed-caption';
749
749
  // CloudAlert aliases
@@ -752,14 +752,14 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
752
752
  export { default as CloudBackupIcon } from '../icons/cloud-backup';
753
753
  // CloudCheck aliases
754
754
  export { default as CloudCheckIcon } from '../icons/cloud-check';
755
- // CloudCog aliases
756
- export { default as CloudCogIcon } from '../icons/cloud-cog';
757
755
  // CloudDrizzle aliases
758
756
  export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
759
- // CloudFog aliases
760
- export { default as CloudFogIcon } from '../icons/cloud-fog';
757
+ // CloudCog aliases
758
+ export { default as CloudCogIcon } from '../icons/cloud-cog';
761
759
  // CloudHail aliases
762
760
  export { default as CloudHailIcon } from '../icons/cloud-hail';
761
+ // CloudFog aliases
762
+ export { default as CloudFogIcon } from '../icons/cloud-fog';
763
763
  // CloudLightning aliases
764
764
  export { default as CloudLightningIcon } from '../icons/cloud-lightning';
765
765
  // CloudMoonRain aliases
@@ -768,48 +768,48 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
768
768
  export { default as CloudMoonIcon } from '../icons/cloud-moon';
769
769
  // CloudOff aliases
770
770
  export { default as CloudOffIcon } from '../icons/cloud-off';
771
- // CloudSnow aliases
772
- export { default as CloudSnowIcon } from '../icons/cloud-snow';
773
771
  // CloudRainWind aliases
774
772
  export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
775
773
  // CloudRain aliases
776
774
  export { default as CloudRainIcon } from '../icons/cloud-rain';
777
- // CloudSunRain aliases
778
- export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
775
+ // CloudSnow aliases
776
+ export { default as CloudSnowIcon } from '../icons/cloud-snow';
779
777
  // CloudSun aliases
780
778
  export { default as CloudSunIcon } from '../icons/cloud-sun';
779
+ // CloudSync aliases
780
+ export { default as CloudSyncIcon } from '../icons/cloud-sync';
781
+ // CloudSunRain aliases
782
+ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
781
783
  // Cloud aliases
782
784
  export { default as CloudIcon } from '../icons/cloud';
783
785
  // Cloudy aliases
784
786
  export { default as CloudyIcon } from '../icons/cloudy';
785
- // CloudSync aliases
786
- export { default as CloudSyncIcon } from '../icons/cloud-sync';
787
787
  // Clover aliases
788
788
  export { default as CloverIcon } from '../icons/clover';
789
- // Club aliases
790
- export { default as ClubIcon } from '../icons/club';
791
789
  // Code aliases
792
790
  export { default as CodeIcon } from '../icons/code';
791
+ // Club aliases
792
+ export { default as ClubIcon } from '../icons/club';
793
793
  // Coffee aliases
794
794
  export { default as CoffeeIcon } from '../icons/coffee';
795
795
  // Cog aliases
796
796
  export { default as CogIcon } from '../icons/cog';
797
- // Columns4 aliases
798
- export { default as Columns4Icon } from '../icons/columns-4';
799
797
  // Coins aliases
800
798
  export { default as CoinsIcon } from '../icons/coins';
801
- // Command aliases
802
- export { default as CommandIcon } from '../icons/command';
799
+ // Columns4 aliases
800
+ export { default as Columns4Icon } from '../icons/columns-4';
803
801
  // Combine aliases
804
802
  export { default as CombineIcon } from '../icons/combine';
805
- // Compass aliases
806
- export { default as CompassIcon } from '../icons/compass';
807
803
  // Component aliases
808
804
  export { default as ComponentIcon } from '../icons/component';
809
- // ConciergeBell aliases
810
- export { default as ConciergeBellIcon } from '../icons/concierge-bell';
805
+ // Command aliases
806
+ export { default as CommandIcon } from '../icons/command';
807
+ // Compass aliases
808
+ export { default as CompassIcon } from '../icons/compass';
811
809
  // Computer aliases
812
810
  export { default as ComputerIcon } from '../icons/computer';
811
+ // ConciergeBell aliases
812
+ export { default as ConciergeBellIcon } from '../icons/concierge-bell';
813
813
  // Cone aliases
814
814
  export { default as ConeIcon } from '../icons/cone';
815
815
  // Contact aliases
@@ -820,50 +820,50 @@ export { default as ConstructionIcon } from '../icons/construction';
820
820
  export { default as ContainerIcon } from '../icons/container';
821
821
  // Contrast aliases
822
822
  export { default as ContrastIcon } from '../icons/contrast';
823
- // Cookie aliases
824
- export { default as CookieIcon } from '../icons/cookie';
825
823
  // CookingPot aliases
826
824
  export { default as CookingPotIcon } from '../icons/cooking-pot';
825
+ // Cookie aliases
826
+ export { default as CookieIcon } from '../icons/cookie';
827
827
  // CopyCheck aliases
828
828
  export { default as CopyCheckIcon } from '../icons/copy-check';
829
+ // CopyPlus aliases
830
+ export { default as CopyPlusIcon } from '../icons/copy-plus';
829
831
  // CopyMinus aliases
830
832
  export { default as CopyMinusIcon } from '../icons/copy-minus';
833
+ // CopyX aliases
834
+ export { default as CopyXIcon } from '../icons/copy-x';
831
835
  // CopySlash aliases
832
836
  export { default as CopySlashIcon } from '../icons/copy-slash';
833
- // CopyPlus aliases
834
- export { default as CopyPlusIcon } from '../icons/copy-plus';
835
837
  // Copy aliases
836
838
  export { default as CopyIcon } from '../icons/copy';
837
- // CopyX aliases
838
- export { default as CopyXIcon } from '../icons/copy-x';
839
839
  // Copyleft aliases
840
840
  export { default as CopyleftIcon } from '../icons/copyleft';
841
- // CornerDownLeft aliases
842
- export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
843
841
  // Copyright aliases
844
842
  export { default as CopyrightIcon } from '../icons/copyright';
845
843
  // CornerDownRight aliases
846
844
  export { default as CornerDownRightIcon } from '../icons/corner-down-right';
845
+ // CornerDownLeft aliases
846
+ export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
847
847
  // CornerLeftDown aliases
848
848
  export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
849
849
  // CornerLeftUp aliases
850
850
  export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
851
851
  // CornerRightDown aliases
852
852
  export { default as CornerRightDownIcon } from '../icons/corner-right-down';
853
- // CornerUpLeft aliases
854
- export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
855
853
  // CornerRightUp aliases
856
854
  export { default as CornerRightUpIcon } from '../icons/corner-right-up';
855
+ // CornerUpLeft aliases
856
+ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
857
857
  // CornerUpRight aliases
858
858
  export { default as CornerUpRightIcon } from '../icons/corner-up-right';
859
859
  // Cpu aliases
860
860
  export { default as CpuIcon } from '../icons/cpu';
861
+ // CreditCard aliases
862
+ export { default as CreditCardIcon } from '../icons/credit-card';
861
863
  // CreativeCommons aliases
862
864
  export { default as CreativeCommonsIcon } from '../icons/creative-commons';
863
865
  // Croissant aliases
864
866
  export { default as CroissantIcon } from '../icons/croissant';
865
- // CreditCard aliases
866
- export { default as CreditCardIcon } from '../icons/credit-card';
867
867
  // Crop aliases
868
868
  export { default as CropIcon } from '../icons/crop';
869
869
  // Cross aliases
@@ -888,10 +888,10 @@ export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
888
888
  export { default as DatabaseBackupIcon } from '../icons/database-backup';
889
889
  // DatabaseArrowUp aliases
890
890
  export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
891
- // DatabaseCheck aliases
892
- export { default as DatabaseCheckIcon } from '../icons/database-check';
893
891
  // DatabaseMinus aliases
894
892
  export { default as DatabaseMinusIcon } from '../icons/database-minus';
893
+ // DatabaseCheck aliases
894
+ export { default as DatabaseCheckIcon } from '../icons/database-check';
895
895
  // DatabasePlus aliases
896
896
  export { default as DatabasePlusIcon } from '../icons/database-plus';
897
897
  // DatabaseSearch aliases
@@ -904,18 +904,18 @@ export { default as DatabaseZapIcon } from '../icons/database-zap';
904
904
  export { default as DatabaseIcon } from '../icons/database';
905
905
  // DecimalsArrowLeft aliases
906
906
  export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
907
- // Delete aliases
908
- export { default as DeleteIcon } from '../icons/delete';
909
907
  // DecimalsArrowRight aliases
910
908
  export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
909
+ // Delete aliases
910
+ export { default as DeleteIcon } from '../icons/delete';
911
911
  // Dessert aliases
912
912
  export { default as DessertIcon } from '../icons/dessert';
913
913
  // Diameter aliases
914
914
  export { default as DiameterIcon } from '../icons/diameter';
915
- // DiamondMinus aliases
916
- export { default as DiamondMinusIcon } from '../icons/diamond-minus';
917
915
  // DiamondPlus aliases
918
916
  export { default as DiamondPlusIcon } from '../icons/diamond-plus';
917
+ // DiamondMinus aliases
918
+ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
919
919
  // Diamond aliases
920
920
  export { default as DiamondIcon } from '../icons/diamond';
921
921
  // Dice1 aliases
@@ -928,46 +928,46 @@ export { default as Dice4Icon } from '../icons/dice-4';
928
928
  export { default as Dice3Icon } from '../icons/dice-3';
929
929
  // Dice5 aliases
930
930
  export { default as Dice5Icon } from '../icons/dice-5';
931
- // Diff aliases
932
- export { default as DiffIcon } from '../icons/diff';
933
931
  // Dice6 aliases
934
932
  export { default as Dice6Icon } from '../icons/dice-6';
935
933
  // Dices aliases
936
934
  export { default as DicesIcon } from '../icons/dices';
935
+ // Diff aliases
936
+ export { default as DiffIcon } from '../icons/diff';
937
937
  // Disc2 aliases
938
938
  export { default as Disc2Icon } from '../icons/disc-2';
939
939
  // Disc3 aliases
940
940
  export { default as Disc3Icon } from '../icons/disc-3';
941
941
  // DiscAlbum aliases
942
942
  export { default as DiscAlbumIcon } from '../icons/disc-album';
943
- // Divide aliases
944
- export { default as DivideIcon } from '../icons/divide';
945
943
  // Disc aliases
946
944
  export { default as DiscIcon } from '../icons/disc';
945
+ // Divide aliases
946
+ export { default as DivideIcon } from '../icons/divide';
947
947
  // DnaOff aliases
948
948
  export { default as DnaOffIcon } from '../icons/dna-off';
949
+ // Dog aliases
950
+ export { default as DogIcon } from '../icons/dog';
949
951
  // Dna aliases
950
952
  export { default as DnaIcon } from '../icons/dna';
951
953
  // Dock aliases
952
954
  export { default as DockIcon } from '../icons/dock';
953
- // Dog aliases
954
- export { default as DogIcon } from '../icons/dog';
955
- // DollarSign aliases
956
- export { default as DollarSignIcon } from '../icons/dollar-sign';
957
955
  // Donut aliases
958
956
  export { default as DonutIcon } from '../icons/donut';
957
+ // DollarSign aliases
958
+ export { default as DollarSignIcon } from '../icons/dollar-sign';
959
959
  // DoorClosedLocked aliases
960
960
  export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
961
- // Dot aliases
962
- export { default as DotIcon } from '../icons/dot';
963
961
  // DoorClosed aliases
964
962
  export { default as DoorClosedIcon } from '../icons/door-closed';
963
+ // Dot aliases
964
+ export { default as DotIcon } from '../icons/dot';
965
965
  // DoorOpen aliases
966
966
  export { default as DoorOpenIcon } from '../icons/door-open';
967
- // Download aliases
968
- export { default as DownloadIcon } from '../icons/download';
969
967
  // DraftingCompass aliases
970
968
  export { default as DraftingCompassIcon } from '../icons/drafting-compass';
969
+ // Download aliases
970
+ export { default as DownloadIcon } from '../icons/download';
971
971
  // Drama aliases
972
972
  export { default as DramaIcon } from '../icons/drama';
973
973
  // Drill aliases
@@ -976,10 +976,10 @@ export { default as DrillIcon } from '../icons/drill';
976
976
  export { default as DroneIcon } from '../icons/drone';
977
977
  // DropletOff aliases
978
978
  export { default as DropletOffIcon } from '../icons/droplet-off';
979
- // Droplet aliases
980
- export { default as DropletIcon } from '../icons/droplet';
981
979
  // Droplets aliases
982
980
  export { default as DropletsIcon } from '../icons/droplets';
981
+ // Droplet aliases
982
+ export { default as DropletIcon } from '../icons/droplet';
983
983
  // Drum aliases
984
984
  export { default as DrumIcon } from '../icons/drum';
985
985
  // Drumstick aliases
@@ -990,26 +990,26 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
990
990
  export { default as EarOffIcon } from '../icons/ear-off';
991
991
  // Ear aliases
992
992
  export { default as EarIcon } from '../icons/ear';
993
- // Eclipse aliases
994
- export { default as EclipseIcon } from '../icons/eclipse';
995
993
  // EarthLock aliases
996
994
  export { default as EarthLockIcon } from '../icons/earth-lock';
995
+ // Eclipse aliases
996
+ export { default as EclipseIcon } from '../icons/eclipse';
997
997
  // EggFried aliases
998
998
  export { default as EggFriedIcon } from '../icons/egg-fried';
999
999
  // Egg aliases
1000
1000
  export { default as EggIcon } from '../icons/egg';
1001
- // Ellipse aliases
1002
- export { default as EllipseIcon } from '../icons/ellipse';
1003
1001
  // EggOff aliases
1004
1002
  export { default as EggOffIcon } from '../icons/egg-off';
1003
+ // Ellipse aliases
1004
+ export { default as EllipseIcon } from '../icons/ellipse';
1005
1005
  // EqualApproximately aliases
1006
1006
  export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
1007
1007
  // EqualNot aliases
1008
1008
  export { default as EqualNotIcon } from '../icons/equal-not';
1009
- // Equal aliases
1010
- export { default as EqualIcon } from '../icons/equal';
1011
1009
  // Eraser aliases
1012
1010
  export { default as EraserIcon } from '../icons/eraser';
1011
+ // Equal aliases
1012
+ export { default as EqualIcon } from '../icons/equal';
1013
1013
  // EthernetPort aliases
1014
1014
  export { default as EthernetPortIcon } from '../icons/ethernet-port';
1015
1015
  // Euro aliases
@@ -1018,10 +1018,10 @@ export { default as EuroIcon } from '../icons/euro';
1018
1018
  export { default as EvChargerIcon } from '../icons/ev-charger';
1019
1019
  // Expand aliases
1020
1020
  export { default as ExpandIcon } from '../icons/expand';
1021
- // EyeClosed aliases
1022
- export { default as EyeClosedIcon } from '../icons/eye-closed';
1023
1021
  // ExternalLink aliases
1024
1022
  export { default as ExternalLinkIcon } from '../icons/external-link';
1023
+ // EyeClosed aliases
1024
+ export { default as EyeClosedIcon } from '../icons/eye-closed';
1025
1025
  // EyeDashed aliases
1026
1026
  export { default as EyeDashedIcon } from '../icons/eye-dashed';
1027
1027
  // EyeOff aliases
@@ -1036,24 +1036,24 @@ export { default as FanIcon } from '../icons/fan';
1036
1036
  export { default as FastForwardIcon } from '../icons/fast-forward';
1037
1037
  // Feather aliases
1038
1038
  export { default as FeatherIcon } from '../icons/feather';
1039
- // FerrisWheel aliases
1040
- export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
1041
- // FileArchive aliases
1042
- export { default as FileArchiveIcon } from '../icons/file-archive';
1043
1039
  // Fence aliases
1044
1040
  export { default as FenceIcon } from '../icons/fence';
1041
+ // FerrisWheel aliases
1042
+ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
1045
1043
  // FileBox aliases
1046
1044
  export { default as FileBoxIcon } from '../icons/file-box';
1045
+ // FileArchive aliases
1046
+ export { default as FileArchiveIcon } from '../icons/file-archive';
1047
1047
  // FileCheck aliases
1048
1048
  export { default as FileCheckIcon } from '../icons/file-check';
1049
1049
  // FileClock aliases
1050
1050
  export { default as FileClockIcon } from '../icons/file-clock';
1051
1051
  // FileCode aliases
1052
1052
  export { default as FileCodeIcon } from '../icons/file-code';
1053
- // FileDiff aliases
1054
- export { default as FileDiffIcon } from '../icons/file-diff';
1055
1053
  // FileDigit aliases
1056
1054
  export { default as FileDigitIcon } from '../icons/file-digit';
1055
+ // FileDiff aliases
1056
+ export { default as FileDiffIcon } from '../icons/file-diff';
1057
1057
  // FileDown aliases
1058
1058
  export { default as FileDownIcon } from '../icons/file-down';
1059
1059
  // FileHeart aliases
@@ -1064,10 +1064,10 @@ export { default as FileImageIcon } from '../icons/file-image';
1064
1064
  export { default as FileInputIcon } from '../icons/file-input';
1065
1065
  // FileMusic aliases
1066
1066
  export { default as FileMusicIcon } from '../icons/file-music';
1067
- // FileMinus aliases
1068
- export { default as FileMinusIcon } from '../icons/file-minus';
1069
1067
  // FileOutput aliases
1070
1068
  export { default as FileOutputIcon } from '../icons/file-output';
1069
+ // FileMinus aliases
1070
+ export { default as FileMinusIcon } from '../icons/file-minus';
1071
1071
  // FilePlus aliases
1072
1072
  export { default as FilePlusIcon } from '../icons/file-plus';
1073
1073
  // FileScan aliases
@@ -1076,52 +1076,52 @@ export { default as FileScanIcon } from '../icons/file-scan';
1076
1076
  export { default as FileSearchIcon } from '../icons/file-search';
1077
1077
  // FileSliders aliases
1078
1078
  export { default as FileSlidersIcon } from '../icons/file-sliders';
1079
- // FileSpreadsheet aliases
1080
- export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
1081
1079
  // FileStack aliases
1082
1080
  export { default as FileStackIcon } from '../icons/file-stack';
1081
+ // FileSpreadsheet aliases
1082
+ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
1083
1083
  // FileSymlink aliases
1084
1084
  export { default as FileSymlinkIcon } from '../icons/file-symlink';
1085
1085
  // FileTerminal aliases
1086
1086
  export { default as FileTerminalIcon } from '../icons/file-terminal';
1087
+ // FileText aliases
1088
+ export { default as FileTextIcon } from '../icons/file-text';
1087
1089
  // FileType aliases
1088
1090
  export { default as FileTypeIcon } from '../icons/file-type';
1089
1091
  // FileUp aliases
1090
1092
  export { default as FileUpIcon } from '../icons/file-up';
1091
- // FileText aliases
1092
- export { default as FileTextIcon } from '../icons/file-text';
1093
- // FileVolume aliases
1094
- export { default as FileVolumeIcon } from '../icons/file-volume';
1095
1093
  // FileUser aliases
1096
1094
  export { default as FileUserIcon } from '../icons/file-user';
1097
- // File aliases
1098
- export { default as FileIcon } from '../icons/file';
1095
+ // FileVolume aliases
1096
+ export { default as FileVolumeIcon } from '../icons/file-volume';
1099
1097
  // FileX aliases
1100
1098
  export { default as FileXIcon } from '../icons/file-x';
1099
+ // File aliases
1100
+ export { default as FileIcon } from '../icons/file';
1101
1101
  // Files aliases
1102
1102
  export { default as FilesIcon } from '../icons/files';
1103
1103
  // Film aliases
1104
1104
  export { default as FilmIcon } from '../icons/film';
1105
- // FireExtinguisher aliases
1106
- export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
1107
- // FishOff aliases
1108
- export { default as FishOffIcon } from '../icons/fish-off';
1109
1105
  // FishSymbol aliases
1110
1106
  export { default as FishSymbolIcon } from '../icons/fish-symbol';
1111
- // Fish aliases
1112
- export { default as FishIcon } from '../icons/fish';
1107
+ // FishOff aliases
1108
+ export { default as FishOffIcon } from '../icons/fish-off';
1109
+ // FireExtinguisher aliases
1110
+ export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
1113
1111
  // FishingHook aliases
1114
1112
  export { default as FishingHookIcon } from '../icons/fishing-hook';
1113
+ // Fish aliases
1114
+ export { default as FishIcon } from '../icons/fish';
1115
1115
  // FishingRod aliases
1116
1116
  export { default as FishingRodIcon } from '../icons/fishing-rod';
1117
- // FlagTriangleLeft aliases
1118
- export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
1119
1117
  // FlagOff aliases
1120
1118
  export { default as FlagOffIcon } from '../icons/flag-off';
1121
- // FlagTriangleRight aliases
1122
- export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
1119
+ // FlagTriangleLeft aliases
1120
+ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
1123
1121
  // Flag aliases
1124
1122
  export { default as FlagIcon } from '../icons/flag';
1123
+ // FlagTriangleRight aliases
1124
+ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
1125
1125
  // FlameKindling aliases
1126
1126
  export { default as FlameKindlingIcon } from '../icons/flame-kindling';
1127
1127
  // Flame aliases
@@ -1136,28 +1136,28 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
1136
1136
  export { default as FlaskConicalIcon } from '../icons/flask-conical';
1137
1137
  // FlaskRound aliases
1138
1138
  export { default as FlaskRoundIcon } from '../icons/flask-round';
1139
- // FlipVertical2 aliases
1140
- export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
1141
- // Flower aliases
1142
- export { default as FlowerIcon } from '../icons/flower';
1143
1139
  // FlipHorizontal2 aliases
1144
1140
  export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
1141
+ // FlipVertical2 aliases
1142
+ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
1145
1143
  // Flower2 aliases
1146
1144
  export { default as Flower2Icon } from '../icons/flower-2';
1145
+ // Flower aliases
1146
+ export { default as FlowerIcon } from '../icons/flower';
1147
1147
  // Focus aliases
1148
1148
  export { default as FocusIcon } from '../icons/focus';
1149
- // FoldHorizontal aliases
1150
- export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
1151
1149
  // FoldVertical aliases
1152
1150
  export { default as FoldVerticalIcon } from '../icons/fold-vertical';
1151
+ // FoldHorizontal aliases
1152
+ export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
1153
1153
  // FolderArchive aliases
1154
1154
  export { default as FolderArchiveIcon } from '../icons/folder-archive';
1155
1155
  // FolderBookmark aliases
1156
1156
  export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
1157
- // FolderClock aliases
1158
- export { default as FolderClockIcon } from '../icons/folder-clock';
1159
1157
  // FolderCheck aliases
1160
1158
  export { default as FolderCheckIcon } from '../icons/folder-check';
1159
+ // FolderClock aliases
1160
+ export { default as FolderClockIcon } from '../icons/folder-clock';
1161
1161
  // FolderClosed aliases
1162
1162
  export { default as FolderClosedIcon } from '../icons/folder-closed';
1163
1163
  // FolderCode aliases
@@ -1176,16 +1176,16 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
1176
1176
  export { default as FolderInputIcon } from '../icons/folder-input';
1177
1177
  // FolderKanban aliases
1178
1178
  export { default as FolderKanbanIcon } from '../icons/folder-kanban';
1179
- // FolderKey aliases
1180
- export { default as FolderKeyIcon } from '../icons/folder-key';
1181
1179
  // FolderLock aliases
1182
1180
  export { default as FolderLockIcon } from '../icons/folder-lock';
1183
- // FolderMinus aliases
1184
- export { default as FolderMinusIcon } from '../icons/folder-minus';
1181
+ // FolderKey aliases
1182
+ export { default as FolderKeyIcon } from '../icons/folder-key';
1185
1183
  // FolderOpenDot aliases
1186
1184
  export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
1187
1185
  // FolderOpen aliases
1188
1186
  export { default as FolderOpenIcon } from '../icons/folder-open';
1187
+ // FolderMinus aliases
1188
+ export { default as FolderMinusIcon } from '../icons/folder-minus';
1189
1189
  // FolderOutput aliases
1190
1190
  export { default as FolderOutputIcon } from '../icons/folder-output';
1191
1191
  // FolderPlus aliases
@@ -1196,86 +1196,86 @@ export { default as FolderRootIcon } from '../icons/folder-root';
1196
1196
  export { default as FolderSearch2Icon } from '../icons/folder-search-2';
1197
1197
  // FolderSearch aliases
1198
1198
  export { default as FolderSearchIcon } from '../icons/folder-search';
1199
- // FolderSync aliases
1200
- export { default as FolderSyncIcon } from '../icons/folder-sync';
1201
1199
  // FolderSymlink aliases
1202
1200
  export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
1201
+ // FolderSync aliases
1202
+ export { default as FolderSyncIcon } from '../icons/folder-sync';
1203
+ // FolderTree aliases
1204
+ export { default as FolderTreeIcon } from '../icons/folder-tree';
1203
1205
  // FolderUp aliases
1204
1206
  export { default as FolderUpIcon } from '../icons/folder-up';
1205
1207
  // FolderX aliases
1206
1208
  export { default as FolderXIcon } from '../icons/folder-x';
1207
- // FolderTree aliases
1208
- export { default as FolderTreeIcon } from '../icons/folder-tree';
1209
1209
  // Folders aliases
1210
1210
  export { default as FoldersIcon } from '../icons/folders';
1211
- // Footprints aliases
1212
- export { default as FootprintsIcon } from '../icons/footprints';
1213
1211
  // Folder aliases
1214
1212
  export { default as FolderIcon } from '../icons/folder';
1215
- // Form aliases
1216
- export { default as FormIcon } from '../icons/form';
1213
+ // Footprints aliases
1214
+ export { default as FootprintsIcon } from '../icons/footprints';
1217
1215
  // Forklift aliases
1218
1216
  export { default as ForkliftIcon } from '../icons/forklift';
1219
- // Frame aliases
1220
- export { default as FrameIcon } from '../icons/frame';
1221
- // Frown aliases
1222
- export { default as FrownIcon } from '../icons/frown';
1217
+ // Form aliases
1218
+ export { default as FormIcon } from '../icons/form';
1223
1219
  // Forward aliases
1224
1220
  export { default as ForwardIcon } from '../icons/forward';
1225
- // Fullscreen aliases
1226
- export { default as FullscreenIcon } from '../icons/fullscreen';
1221
+ // Frame aliases
1222
+ export { default as FrameIcon } from '../icons/frame';
1227
1223
  // Fuel aliases
1228
1224
  export { default as FuelIcon } from '../icons/fuel';
1225
+ // Fullscreen aliases
1226
+ export { default as FullscreenIcon } from '../icons/fullscreen';
1227
+ // Frown aliases
1228
+ export { default as FrownIcon } from '../icons/frown';
1229
1229
  // FunnelPlus aliases
1230
1230
  export { default as FunnelPlusIcon } from '../icons/funnel-plus';
1231
- // GalleryThumbnails aliases
1232
- export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
1233
1231
  // GalleryHorizontalEnd aliases
1234
1232
  export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
1235
1233
  // GalleryHorizontal aliases
1236
1234
  export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
1237
- // GalleryVertical aliases
1238
- export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
1235
+ // GalleryThumbnails aliases
1236
+ export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
1239
1237
  // GalleryVerticalEnd aliases
1240
1238
  export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
1239
+ // GalleryVertical aliases
1240
+ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
1241
1241
  // Gamepad2 aliases
1242
1242
  export { default as Gamepad2Icon } from '../icons/gamepad-2';
1243
- // GamepadDirectional aliases
1244
- export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
1245
1243
  // Gamepad aliases
1246
1244
  export { default as GamepadIcon } from '../icons/gamepad';
1245
+ // GamepadDirectional aliases
1246
+ export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
1247
1247
  // Gauge aliases
1248
1248
  export { default as GaugeIcon } from '../icons/gauge';
1249
1249
  // Gavel aliases
1250
1250
  export { default as GavelIcon } from '../icons/gavel';
1251
- // Ghost aliases
1252
- export { default as GhostIcon } from '../icons/ghost';
1253
- // Gem aliases
1254
- export { default as GemIcon } from '../icons/gem';
1255
1251
  // GeorgianLari aliases
1256
1252
  export { default as GeorgianLariIcon } from '../icons/georgian-lari';
1253
+ // Gem aliases
1254
+ export { default as GemIcon } from '../icons/gem';
1257
1255
  // Gift aliases
1258
1256
  export { default as GiftIcon } from '../icons/gift';
1257
+ // Ghost aliases
1258
+ export { default as GhostIcon } from '../icons/ghost';
1259
+ // GitBranch aliases
1260
+ export { default as GitBranchIcon } from '../icons/git-branch';
1259
1261
  // GitBranchMinus aliases
1260
1262
  export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
1261
1263
  // GitBranchPlus aliases
1262
1264
  export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
1263
- // GitBranch aliases
1264
- export { default as GitBranchIcon } from '../icons/git-branch';
1265
- // GitCommitVertical aliases
1266
- export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
1267
1265
  // GitCompareArrows aliases
1268
1266
  export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
1267
+ // GitCommitVertical aliases
1268
+ export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
1269
1269
  // GitCompare aliases
1270
1270
  export { default as GitCompareIcon } from '../icons/git-compare';
1271
1271
  // GitFork aliases
1272
1272
  export { default as GitForkIcon } from '../icons/git-fork';
1273
1273
  // GitGraph aliases
1274
1274
  export { default as GitGraphIcon } from '../icons/git-graph';
1275
- // GitMergeConflict aliases
1276
- export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
1277
1275
  // GitMerge aliases
1278
1276
  export { default as GitMergeIcon } from '../icons/git-merge';
1277
+ // GitMergeConflict aliases
1278
+ export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
1279
1279
  // GitPullRequestArrow aliases
1280
1280
  export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
1281
1281
  // GitPullRequestClosed aliases
@@ -1284,18 +1284,18 @@ export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-c
1284
1284
  export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
1285
1285
  // GitPullRequestCreate aliases
1286
1286
  export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
1287
- // GitPullRequestDraft aliases
1288
- export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
1289
- // GlassWater aliases
1290
- export { default as GlassWaterIcon } from '../icons/glass-water';
1291
1287
  // GitPullRequest aliases
1292
1288
  export { default as GitPullRequestIcon } from '../icons/git-pull-request';
1289
+ // GlassWater aliases
1290
+ export { default as GlassWaterIcon } from '../icons/glass-water';
1291
+ // GitPullRequestDraft aliases
1292
+ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
1293
1293
  // Glasses aliases
1294
1294
  export { default as GlassesIcon } from '../icons/glasses';
1295
- // GlobeCheck aliases
1296
- export { default as GlobeCheckIcon } from '../icons/globe-check';
1297
1295
  // GlobeLock aliases
1298
1296
  export { default as GlobeLockIcon } from '../icons/globe-lock';
1297
+ // GlobeCheck aliases
1298
+ export { default as GlobeCheckIcon } from '../icons/globe-check';
1299
1299
  // GlobeOff aliases
1300
1300
  export { default as GlobeOffIcon } from '../icons/globe-off';
1301
1301
  // GlobeX aliases
@@ -1308,10 +1308,10 @@ export { default as GoalIcon } from '../icons/goal';
1308
1308
  export { default as GpuIcon } from '../icons/gpu';
1309
1309
  // GraduationCap aliases
1310
1310
  export { default as GraduationCapIcon } from '../icons/graduation-cap';
1311
- // Grape aliases
1312
- export { default as GrapeIcon } from '../icons/grape';
1313
1311
  // Grid3x2 aliases
1314
1312
  export { default as Grid3x2Icon } from '../icons/grid-3x2';
1313
+ // Grape aliases
1314
+ export { default as GrapeIcon } from '../icons/grape';
1315
1315
  // GripHorizontal aliases
1316
1316
  export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
1317
1317
  // GripVertical aliases
@@ -1322,22 +1322,22 @@ export { default as GripIcon } from '../icons/grip';
1322
1322
  export { default as GroupIcon } from '../icons/group';
1323
1323
  // Guitar aliases
1324
1324
  export { default as GuitarIcon } from '../icons/guitar';
1325
- // Hamburger aliases
1326
- export { default as HamburgerIcon } from '../icons/hamburger';
1327
1325
  // Ham aliases
1328
1326
  export { default as HamIcon } from '../icons/ham';
1329
- // HandCoins aliases
1330
- export { default as HandCoinsIcon } from '../icons/hand-coins';
1327
+ // Hamburger aliases
1328
+ export { default as HamburgerIcon } from '../icons/hamburger';
1331
1329
  // Hammer aliases
1332
1330
  export { default as HammerIcon } from '../icons/hammer';
1333
- // HandHeart aliases
1334
- export { default as HandHeartIcon } from '../icons/hand-heart';
1335
- // HandMetal aliases
1336
- export { default as HandMetalIcon } from '../icons/hand-metal';
1331
+ // HandCoins aliases
1332
+ export { default as HandCoinsIcon } from '../icons/hand-coins';
1337
1333
  // HandFist aliases
1338
1334
  export { default as HandFistIcon } from '../icons/hand-fist';
1335
+ // HandHeart aliases
1336
+ export { default as HandHeartIcon } from '../icons/hand-heart';
1339
1337
  // HandPlatter aliases
1340
1338
  export { default as HandPlatterIcon } from '../icons/hand-platter';
1339
+ // HandMetal aliases
1340
+ export { default as HandMetalIcon } from '../icons/hand-metal';
1341
1341
  // Hand aliases
1342
1342
  export { default as HandIcon } from '../icons/hand';
1343
1343
  // Handbag aliases
@@ -1346,22 +1346,22 @@ export { default as HandbagIcon } from '../icons/handbag';
1346
1346
  export { default as HandshakeIcon } from '../icons/handshake';
1347
1347
  // HardDriveDownload aliases
1348
1348
  export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
1349
- // HardHat aliases
1350
- export { default as HardHatIcon } from '../icons/hard-hat';
1351
- // Hash aliases
1352
- export { default as HashIcon } from '../icons/hash';
1353
1349
  // HardDriveUpload aliases
1354
1350
  export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
1355
1351
  // HardDrive aliases
1356
1352
  export { default as HardDriveIcon } from '../icons/hard-drive';
1353
+ // HardHat aliases
1354
+ export { default as HardHatIcon } from '../icons/hard-hat';
1355
+ // Hash aliases
1356
+ export { default as HashIcon } from '../icons/hash';
1357
1357
  // HatGlasses aliases
1358
1358
  export { default as HatGlassesIcon } from '../icons/hat-glasses';
1359
1359
  // Haze aliases
1360
1360
  export { default as HazeIcon } from '../icons/haze';
1361
- // HdmiPort aliases
1362
- export { default as HdmiPortIcon } from '../icons/hdmi-port';
1363
1361
  // Hd aliases
1364
1362
  export { default as HdIcon } from '../icons/hd';
1363
+ // HdmiPort aliases
1364
+ export { default as HdmiPortIcon } from '../icons/hdmi-port';
1365
1365
  // Heading1 aliases
1366
1366
  export { default as Heading1Icon } from '../icons/heading-1';
1367
1367
  // Heading2 aliases
@@ -1374,42 +1374,40 @@ export { default as Heading4Icon } from '../icons/heading-4';
1374
1374
  export { default as Heading5Icon } from '../icons/heading-5';
1375
1375
  // Heading6 aliases
1376
1376
  export { default as Heading6Icon } from '../icons/heading-6';
1377
- // Heading aliases
1378
- export { default as HeadingIcon } from '../icons/heading';
1379
1377
  // HeadphoneOff aliases
1380
1378
  export { default as HeadphoneOffIcon } from '../icons/headphone-off';
1379
+ // Heading aliases
1380
+ export { default as HeadingIcon } from '../icons/heading';
1381
1381
  // Headphones aliases
1382
1382
  export { default as HeadphonesIcon } from '../icons/headphones';
1383
+ // Headset aliases
1384
+ export { default as HeadsetIcon } from '../icons/headset';
1383
1385
  // HeartCrack aliases
1384
1386
  export { default as HeartCrackIcon } from '../icons/heart-crack';
1385
1387
  // HeartHandshake aliases
1386
1388
  export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
1387
- // Headset aliases
1388
- export { default as HeadsetIcon } from '../icons/headset';
1389
1389
  // HeartMinus aliases
1390
1390
  export { default as HeartMinusIcon } from '../icons/heart-minus';
1391
1391
  // HeartOff aliases
1392
1392
  export { default as HeartOffIcon } from '../icons/heart-off';
1393
1393
  // HeartPlus aliases
1394
1394
  export { default as HeartPlusIcon } from '../icons/heart-plus';
1395
- // HeartPulse aliases
1396
- export { default as HeartPulseIcon } from '../icons/heart-pulse';
1397
- // Heart aliases
1398
- export { default as HeartIcon } from '../icons/heart';
1399
1395
  // HeartX aliases
1400
1396
  export { default as HeartXIcon } from '../icons/heart-x';
1397
+ // Heart aliases
1398
+ export { default as HeartIcon } from '../icons/heart';
1399
+ // HeartPulse aliases
1400
+ export { default as HeartPulseIcon } from '../icons/heart-pulse';
1401
1401
  // Heater aliases
1402
1402
  export { default as HeaterIcon } from '../icons/heater';
1403
1403
  // Helicopter aliases
1404
1404
  export { default as HelicopterIcon } from '../icons/helicopter';
1405
1405
  // Hexagon aliases
1406
1406
  export { default as HexagonIcon } from '../icons/hexagon';
1407
- // History aliases
1408
- export { default as HistoryIcon } from '../icons/history';
1409
- // HopOff aliases
1410
- export { default as HopOffIcon } from '../icons/hop-off';
1411
1407
  // Highlighter aliases
1412
1408
  export { default as HighlighterIcon } from '../icons/highlighter';
1409
+ // HopOff aliases
1410
+ export { default as HopOffIcon } from '../icons/hop-off';
1413
1411
  // Hop aliases
1414
1412
  export { default as HopIcon } from '../icons/hop';
1415
1413
  // Hospital aliases
@@ -1424,10 +1422,10 @@ export { default as HouseHeartIcon } from '../icons/house-heart';
1424
1422
  export { default as HousePlugIcon } from '../icons/house-plug';
1425
1423
  // HouseWifi aliases
1426
1424
  export { default as HouseWifiIcon } from '../icons/house-wifi';
1427
- // IdCardLanyard aliases
1428
- export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
1429
1425
  // HousePlus aliases
1430
1426
  export { default as HousePlusIcon } from '../icons/house-plus';
1427
+ // IdCardLanyard aliases
1428
+ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
1431
1429
  // IdCard aliases
1432
1430
  export { default as IdCardIcon } from '../icons/id-card';
1433
1431
  // ImageDown aliases
@@ -1438,12 +1436,12 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
1438
1436
  export { default as ImageOffIcon } from '../icons/image-off';
1439
1437
  // ImagePlay aliases
1440
1438
  export { default as ImagePlayIcon } from '../icons/image-play';
1441
- // ImagePlus aliases
1442
- export { default as ImagePlusIcon } from '../icons/image-plus';
1443
1439
  // ImageUp aliases
1444
1440
  export { default as ImageUpIcon } from '../icons/image-up';
1445
1441
  // ImageUpscale aliases
1446
1442
  export { default as ImageUpscaleIcon } from '../icons/image-upscale';
1443
+ // ImagePlus aliases
1444
+ export { default as ImagePlusIcon } from '../icons/image-plus';
1447
1445
  // Image aliases
1448
1446
  export { default as ImageIcon } from '../icons/image';
1449
1447
  // Images aliases
@@ -1454,18 +1452,16 @@ export { default as ImportIcon } from '../icons/import';
1454
1452
  export { default as InboxIcon } from '../icons/inbox';
1455
1453
  // IndianRupee aliases
1456
1454
  export { default as IndianRupeeIcon } from '../icons/indian-rupee';
1457
- // Infinity aliases
1458
- export { default as InfinityIcon } from '../icons/infinity';
1459
1455
  // Info aliases
1460
1456
  export { default as InfoIcon } from '../icons/info';
1461
1457
  // InspectionPanel aliases
1462
1458
  export { default as InspectionPanelIcon } from '../icons/inspection-panel';
1459
+ // Infinity aliases
1460
+ export { default as InfinityIcon } from '../icons/infinity';
1463
1461
  // Italic aliases
1464
1462
  export { default as ItalicIcon } from '../icons/italic';
1465
1463
  // IterationCcw aliases
1466
1464
  export { default as IterationCcwIcon } from '../icons/iteration-ccw';
1467
- // JapaneseYen aliases
1468
- export { default as JapaneseYenIcon } from '../icons/japanese-yen';
1469
1465
  // IterationCw aliases
1470
1466
  export { default as IterationCwIcon } from '../icons/iteration-cw';
1471
1467
  // Joystick aliases
@@ -1474,18 +1470,20 @@ export { default as JoystickIcon } from '../icons/joystick';
1474
1470
  export { default as KanbanIcon } from '../icons/kanban';
1475
1471
  // Kayak aliases
1476
1472
  export { default as KayakIcon } from '../icons/kayak';
1473
+ // JapaneseYen aliases
1474
+ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
1477
1475
  // KeyRound aliases
1478
1476
  export { default as KeyRoundIcon } from '../icons/key-round';
1479
1477
  // KeySquare aliases
1480
1478
  export { default as KeySquareIcon } from '../icons/key-square';
1481
- // Key aliases
1482
- export { default as KeyIcon } from '../icons/key';
1483
1479
  // KeyboardMusic aliases
1484
1480
  export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
1485
- // KeyboardOff aliases
1486
- export { default as KeyboardOffIcon } from '../icons/keyboard-off';
1481
+ // Key aliases
1482
+ export { default as KeyIcon } from '../icons/key';
1487
1483
  // Keyboard aliases
1488
1484
  export { default as KeyboardIcon } from '../icons/keyboard';
1485
+ // KeyboardOff aliases
1486
+ export { default as KeyboardOffIcon } from '../icons/keyboard-off';
1489
1487
  // LampCeiling aliases
1490
1488
  export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
1491
1489
  // LampDesk aliases
@@ -1494,18 +1492,18 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
1494
1492
  export { default as LampFloorIcon } from '../icons/lamp-floor';
1495
1493
  // LampWallDown aliases
1496
1494
  export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
1497
- // LampWallUp aliases
1498
- export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
1499
1495
  // Lamp aliases
1500
1496
  export { default as LampIcon } from '../icons/lamp';
1497
+ // LampWallUp aliases
1498
+ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
1501
1499
  // LandPlot aliases
1502
1500
  export { default as LandPlotIcon } from '../icons/land-plot';
1503
- // Landmark aliases
1504
- export { default as LandmarkIcon } from '../icons/landmark';
1505
1501
  // LaptopMinimalCheck aliases
1506
1502
  export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
1507
1503
  // Languages aliases
1508
1504
  export { default as LanguagesIcon } from '../icons/languages';
1505
+ // Landmark aliases
1506
+ export { default as LandmarkIcon } from '../icons/landmark';
1509
1507
  // Laptop aliases
1510
1508
  export { default as LaptopIcon } from '../icons/laptop';
1511
1509
  // LassoSelect aliases
@@ -1520,20 +1518,22 @@ export { default as Layers2Icon } from '../icons/layers-2';
1520
1518
  export { default as LayersMinusIcon } from '../icons/layers-minus';
1521
1519
  // LayersPlus aliases
1522
1520
  export { default as LayersPlusIcon } from '../icons/layers-plus';
1521
+ // LayoutFreeform aliases
1522
+ export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
1523
1523
  // LayoutDashboard aliases
1524
1524
  export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
1525
1525
  // LayoutGrid aliases
1526
1526
  export { default as LayoutGridIcon } from '../icons/layout-grid';
1527
1527
  // LayoutList aliases
1528
1528
  export { default as LayoutListIcon } from '../icons/layout-list';
1529
- // LayoutPanelLeft aliases
1530
- export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
1529
+ // LayoutTemplate aliases
1530
+ export { default as LayoutTemplateIcon } from '../icons/layout-template';
1531
1531
  // LayoutPanelTop aliases
1532
1532
  export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
1533
+ // LayoutPanelLeft aliases
1534
+ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
1533
1535
  // Leaf aliases
1534
1536
  export { default as LeafIcon } from '../icons/leaf';
1535
- // LayoutTemplate aliases
1536
- export { default as LayoutTemplateIcon } from '../icons/layout-template';
1537
1537
  // LeafyGreen aliases
1538
1538
  export { default as LeafyGreenIcon } from '../icons/leafy-green';
1539
1539
  // Lectern aliases
@@ -1548,32 +1548,32 @@ export { default as LibraryBigIcon } from '../icons/library-big';
1548
1548
  export { default as LibraryIcon } from '../icons/library';
1549
1549
  // LifeBuoy aliases
1550
1550
  export { default as LifeBuoyIcon } from '../icons/life-buoy';
1551
- // Ligature aliases
1552
- export { default as LigatureIcon } from '../icons/ligature';
1553
1551
  // LightbulbOff aliases
1554
1552
  export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
1553
+ // Ligature aliases
1554
+ export { default as LigatureIcon } from '../icons/ligature';
1555
1555
  // Lightbulb aliases
1556
1556
  export { default as LightbulbIcon } from '../icons/lightbulb';
1557
1557
  // LineDotRightHorizontal aliases
1558
1558
  export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
1559
1559
  // LineSquiggle aliases
1560
1560
  export { default as LineSquiggleIcon } from '../icons/line-squiggle';
1561
- // LineStyle aliases
1562
- export { default as LineStyleIcon } from '../icons/line-style';
1563
1561
  // Link2Off aliases
1564
1562
  export { default as Link2OffIcon } from '../icons/link-2-off';
1565
1563
  // Link2 aliases
1566
1564
  export { default as Link2Icon } from '../icons/link-2';
1565
+ // LineStyle aliases
1566
+ export { default as LineStyleIcon } from '../icons/line-style';
1567
1567
  // Link aliases
1568
1568
  export { default as LinkIcon } from '../icons/link';
1569
1569
  // ListCheck aliases
1570
1570
  export { default as ListCheckIcon } from '../icons/list-check';
1571
1571
  // ListChecks aliases
1572
1572
  export { default as ListChecksIcon } from '../icons/list-checks';
1573
- // ListChevronsDownUp aliases
1574
- export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
1575
1573
  // ListChevronsUpDown aliases
1576
1574
  export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
1575
+ // ListChevronsDownUp aliases
1576
+ export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
1577
1577
  // ListCollapse aliases
1578
1578
  export { default as ListCollapseIcon } from '../icons/list-collapse';
1579
1579
  // ListEnd aliases
@@ -1582,42 +1582,42 @@ export { default as ListEndIcon } from '../icons/list-end';
1582
1582
  export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
1583
1583
  // ListFilter aliases
1584
1584
  export { default as ListFilterIcon } from '../icons/list-filter';
1585
- // ListMinus aliases
1586
- export { default as ListMinusIcon } from '../icons/list-minus';
1587
1585
  // ListMusic aliases
1588
1586
  export { default as ListMusicIcon } from '../icons/list-music';
1589
1587
  // ListOrdered aliases
1590
1588
  export { default as ListOrderedIcon } from '../icons/list-ordered';
1589
+ // ListMinus aliases
1590
+ export { default as ListMinusIcon } from '../icons/list-minus';
1591
1591
  // ListPlus aliases
1592
1592
  export { default as ListPlusIcon } from '../icons/list-plus';
1593
1593
  // ListRestart aliases
1594
1594
  export { default as ListRestartIcon } from '../icons/list-restart';
1595
- // ListSortDescending aliases
1596
- export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
1597
1595
  // ListSortAscending aliases
1598
1596
  export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
1599
1597
  // ListStart aliases
1600
1598
  export { default as ListStartIcon } from '../icons/list-start';
1599
+ // ListSortDescending aliases
1600
+ export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
1601
1601
  // ListTodo aliases
1602
1602
  export { default as ListTodoIcon } from '../icons/list-todo';
1603
1603
  // ListVideo aliases
1604
1604
  export { default as ListVideoIcon } from '../icons/list-video';
1605
1605
  // ListTree aliases
1606
1606
  export { default as ListTreeIcon } from '../icons/list-tree';
1607
- // ListX aliases
1608
- export { default as ListXIcon } from '../icons/list-x';
1609
1607
  // List aliases
1610
1608
  export { default as ListIcon } from '../icons/list';
1611
- // LoaderPinwheel aliases
1612
- export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
1609
+ // ListX aliases
1610
+ export { default as ListXIcon } from '../icons/list-x';
1613
1611
  // Loader aliases
1614
1612
  export { default as LoaderIcon } from '../icons/loader';
1613
+ // LoaderPinwheel aliases
1614
+ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
1615
+ // LocateFixed aliases
1616
+ export { default as LocateFixedIcon } from '../icons/locate-fixed';
1615
1617
  // LocateOff aliases
1616
1618
  export { default as LocateOffIcon } from '../icons/locate-off';
1617
1619
  // Locate aliases
1618
1620
  export { default as LocateIcon } from '../icons/locate';
1619
- // LocateFixed aliases
1620
- export { default as LocateFixedIcon } from '../icons/locate-fixed';
1621
1621
  // LockKeyhole aliases
1622
1622
  export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
1623
1623
  // Lock aliases
@@ -1640,32 +1640,32 @@ export { default as MailCheckIcon } from '../icons/mail-check';
1640
1640
  export { default as MailMinusIcon } from '../icons/mail-minus';
1641
1641
  // MailOpen aliases
1642
1642
  export { default as MailOpenIcon } from '../icons/mail-open';
1643
- // MailWarning aliases
1644
- export { default as MailWarningIcon } from '../icons/mail-warning';
1645
1643
  // MailPlus aliases
1646
1644
  export { default as MailPlusIcon } from '../icons/mail-plus';
1647
1645
  // MailSearch aliases
1648
1646
  export { default as MailSearchIcon } from '../icons/mail-search';
1649
- // Mail aliases
1650
- export { default as MailIcon } from '../icons/mail';
1647
+ // MailWarning aliases
1648
+ export { default as MailWarningIcon } from '../icons/mail-warning';
1651
1649
  // MailX aliases
1652
1650
  export { default as MailXIcon } from '../icons/mail-x';
1651
+ // Mail aliases
1652
+ export { default as MailIcon } from '../icons/mail';
1653
+ // MapMinus aliases
1654
+ export { default as MapMinusIcon } from '../icons/map-minus';
1653
1655
  // Mailbox aliases
1654
1656
  export { default as MailboxIcon } from '../icons/mailbox';
1655
1657
  // Mails aliases
1656
1658
  export { default as MailsIcon } from '../icons/mails';
1657
- // MapMinus aliases
1658
- export { default as MapMinusIcon } from '../icons/map-minus';
1659
1659
  // MapPinCheckInside aliases
1660
1660
  export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
1661
1661
  // MapPinCheck aliases
1662
1662
  export { default as MapPinCheckIcon } from '../icons/map-pin-check';
1663
1663
  // MapPinHouse aliases
1664
1664
  export { default as MapPinHouseIcon } from '../icons/map-pin-house';
1665
- // MapPinMinusInside aliases
1666
- export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
1667
1665
  // MapPinMinus aliases
1668
1666
  export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
1667
+ // MapPinMinusInside aliases
1668
+ export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
1669
1669
  // MapPinOff aliases
1670
1670
  export { default as MapPinOffIcon } from '../icons/map-pin-off';
1671
1671
  // MapPinPlusInside aliases
@@ -1676,36 +1676,36 @@ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
1676
1676
  export { default as MapPinSearchIcon } from '../icons/map-pin-search';
1677
1677
  // MapPinXInside aliases
1678
1678
  export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
1679
- // MapPinX aliases
1680
- export { default as MapPinXIcon } from '../icons/map-pin-x';
1681
1679
  // MapPin aliases
1682
1680
  export { default as MapPinIcon } from '../icons/map-pin';
1683
1681
  // MapPinned aliases
1684
1682
  export { default as MapPinnedIcon } from '../icons/map-pinned';
1683
+ // MapPinX aliases
1684
+ export { default as MapPinXIcon } from '../icons/map-pin-x';
1685
1685
  // MapPlus aliases
1686
1686
  export { default as MapPlusIcon } from '../icons/map-plus';
1687
1687
  // Map aliases
1688
1688
  export { default as MapIcon } from '../icons/map';
1689
1689
  // MarsStroke aliases
1690
1690
  export { default as MarsStrokeIcon } from '../icons/mars-stroke';
1691
- // Martini aliases
1692
- export { default as MartiniIcon } from '../icons/martini';
1693
1691
  // Mars aliases
1694
1692
  export { default as MarsIcon } from '../icons/mars';
1695
- // Maximize2 aliases
1696
- export { default as Maximize2Icon } from '../icons/maximize-2';
1693
+ // Martini aliases
1694
+ export { default as MartiniIcon } from '../icons/martini';
1697
1695
  // Maximize aliases
1698
1696
  export { default as MaximizeIcon } from '../icons/maximize';
1697
+ // Medal aliases
1698
+ export { default as MedalIcon } from '../icons/medal';
1699
+ // Maximize2 aliases
1700
+ export { default as Maximize2Icon } from '../icons/maximize-2';
1699
1701
  // MegaphoneOff aliases
1700
1702
  export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
1701
1703
  // Meh aliases
1702
1704
  export { default as MehIcon } from '../icons/meh';
1703
- // Megaphone aliases
1704
- export { default as MegaphoneIcon } from '../icons/megaphone';
1705
- // Medal aliases
1706
- export { default as MedalIcon } from '../icons/medal';
1707
1705
  // MemoryStick aliases
1708
1706
  export { default as MemoryStickIcon } from '../icons/memory-stick';
1707
+ // Megaphone aliases
1708
+ export { default as MegaphoneIcon } from '../icons/megaphone';
1709
1709
  // Menu aliases
1710
1710
  export { default as MenuIcon } from '../icons/menu';
1711
1711
  // Merge aliases
@@ -1714,16 +1714,16 @@ export { default as MergeIcon } from '../icons/merge';
1714
1714
  export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
1715
1715
  // MessageCircleCode aliases
1716
1716
  export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
1717
- // MessageCircleHeart aliases
1718
- export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
1719
1717
  // MessageCircleDashed aliases
1720
1718
  export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
1719
+ // MessageCircleHeart aliases
1720
+ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
1721
1721
  // MessageCircleMore aliases
1722
1722
  export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
1723
- // MessageCircleOff aliases
1724
- export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
1725
1723
  // MessageCirclePlus aliases
1726
1724
  export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
1725
+ // MessageCircleOff aliases
1726
+ export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
1727
1727
  // MessageCircleReply aliases
1728
1728
  export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
1729
1729
  // MessageCircleWarning aliases
@@ -1736,16 +1736,16 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
1736
1736
  export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
1737
1737
  // MessageSquareCode aliases
1738
1738
  export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
1739
- // MessageSquareDot aliases
1740
- export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
1741
1739
  // MessageSquareDashed aliases
1742
1740
  export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
1741
+ // MessageSquareDot aliases
1742
+ export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
1743
+ // MessageSquareLock aliases
1744
+ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
1743
1745
  // MessageSquareDiff aliases
1744
1746
  export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
1745
1747
  // MessageSquareHeart aliases
1746
1748
  export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
1747
- // MessageSquareLock aliases
1748
- export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
1749
1749
  // MessageSquareMore aliases
1750
1750
  export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
1751
1751
  // MessageSquareOff aliases
@@ -1762,14 +1762,16 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
1762
1762
  export { default as MessageSquareTextIcon } from '../icons/message-square-text';
1763
1763
  // MessageSquareWarning aliases
1764
1764
  export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
1765
- // MessagesSquare aliases
1766
- export { default as MessagesSquareIcon } from '../icons/messages-square';
1767
1765
  // MessageSquare aliases
1768
1766
  export { default as MessageSquareIcon } from '../icons/message-square';
1767
+ // MessagesSquare aliases
1768
+ export { default as MessagesSquareIcon } from '../icons/messages-square';
1769
1769
  // MessageSquareX aliases
1770
1770
  export { default as MessageSquareXIcon } from '../icons/message-square-x';
1771
1771
  // Metronome aliases
1772
1772
  export { default as MetronomeIcon } from '../icons/metronome';
1773
+ // MicAudioLines aliases
1774
+ export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
1773
1775
  // MicOff aliases
1774
1776
  export { default as MicOffIcon } from '../icons/mic-off';
1775
1777
  // Mic aliases
@@ -1780,36 +1782,36 @@ export { default as MicrochipIcon } from '../icons/microchip';
1780
1782
  export { default as MicroscopeIcon } from '../icons/microscope';
1781
1783
  // Microwave aliases
1782
1784
  export { default as MicrowaveIcon } from '../icons/microwave';
1783
- // MilkOff aliases
1784
- export { default as MilkOffIcon } from '../icons/milk-off';
1785
1785
  // Milestone aliases
1786
1786
  export { default as MilestoneIcon } from '../icons/milestone';
1787
- // Milk aliases
1788
- export { default as MilkIcon } from '../icons/milk';
1787
+ // MilkOff aliases
1788
+ export { default as MilkOffIcon } from '../icons/milk-off';
1789
1789
  // Minimize2 aliases
1790
1790
  export { default as Minimize2Icon } from '../icons/minimize-2';
1791
- // Minimize aliases
1792
- export { default as MinimizeIcon } from '../icons/minimize';
1791
+ // Milk aliases
1792
+ export { default as MilkIcon } from '../icons/milk';
1793
1793
  // Minus aliases
1794
1794
  export { default as MinusIcon } from '../icons/minus';
1795
+ // Minimize aliases
1796
+ export { default as MinimizeIcon } from '../icons/minimize';
1795
1797
  // MirrorRectangular aliases
1796
1798
  export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
1797
1799
  // MirrorRound aliases
1798
1800
  export { default as MirrorRoundIcon } from '../icons/mirror-round';
1799
- // MonitorCheck aliases
1800
- export { default as MonitorCheckIcon } from '../icons/monitor-check';
1801
1801
  // MonitorCloud aliases
1802
1802
  export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
1803
+ // MonitorCheck aliases
1804
+ export { default as MonitorCheckIcon } from '../icons/monitor-check';
1803
1805
  // MonitorCog aliases
1804
1806
  export { default as MonitorCogIcon } from '../icons/monitor-cog';
1805
1807
  // MonitorDot aliases
1806
1808
  export { default as MonitorDotIcon } from '../icons/monitor-dot';
1807
1809
  // MonitorDown aliases
1808
1810
  export { default as MonitorDownIcon } from '../icons/monitor-down';
1809
- // MonitorOff aliases
1810
- export { default as MonitorOffIcon } from '../icons/monitor-off';
1811
1811
  // MonitorPause aliases
1812
1812
  export { default as MonitorPauseIcon } from '../icons/monitor-pause';
1813
+ // MonitorOff aliases
1814
+ export { default as MonitorOffIcon } from '../icons/monitor-off';
1813
1815
  // MonitorSmartphone aliases
1814
1816
  export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
1815
1817
  // MonitorPlay aliases
@@ -1828,38 +1830,40 @@ export { default as MonitorIcon } from '../icons/monitor';
1828
1830
  export { default as MoonIcon } from '../icons/moon';
1829
1831
  // MoonStar aliases
1830
1832
  export { default as MoonStarIcon } from '../icons/moon-star';
1833
+ // Mosque aliases
1834
+ export { default as MosqueIcon } from '../icons/mosque';
1831
1835
  // Motorbike aliases
1832
1836
  export { default as MotorbikeIcon } from '../icons/motorbike';
1833
- // MountainSnow aliases
1834
- export { default as MountainSnowIcon } from '../icons/mountain-snow';
1835
1837
  // Mountain aliases
1836
1838
  export { default as MountainIcon } from '../icons/mountain';
1837
- // MouseOff aliases
1838
- export { default as MouseOffIcon } from '../icons/mouse-off';
1839
+ // MountainSnow aliases
1840
+ export { default as MountainSnowIcon } from '../icons/mountain-snow';
1839
1841
  // MouseLeft aliases
1840
1842
  export { default as MouseLeftIcon } from '../icons/mouse-left';
1841
- // MousePointer2Off aliases
1842
- export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
1843
+ // MouseOff aliases
1844
+ export { default as MouseOffIcon } from '../icons/mouse-off';
1843
1845
  // MousePointer2 aliases
1844
1846
  export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
1847
+ // MousePointer2Off aliases
1848
+ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
1845
1849
  // MousePointerBan aliases
1846
1850
  export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
1847
1851
  // MousePointerClick aliases
1848
1852
  export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
1849
- // MousePointer aliases
1850
- export { default as MousePointerIcon } from '../icons/mouse-pointer';
1851
1853
  // MouseRight aliases
1852
1854
  export { default as MouseRightIcon } from '../icons/mouse-right';
1853
- // MoveDiagonal aliases
1854
- export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
1855
- // MoveDiagonal2 aliases
1856
- export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
1857
1855
  // Mouse aliases
1858
1856
  export { default as MouseIcon } from '../icons/mouse';
1859
- // MoveDownLeft aliases
1860
- export { default as MoveDownLeftIcon } from '../icons/move-down-left';
1857
+ // MousePointer aliases
1858
+ export { default as MousePointerIcon } from '../icons/mouse-pointer';
1859
+ // MoveDiagonal2 aliases
1860
+ export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
1861
+ // MoveDiagonal aliases
1862
+ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
1861
1863
  // MoveDownRight aliases
1862
1864
  export { default as MoveDownRightIcon } from '../icons/move-down-right';
1865
+ // MoveDownLeft aliases
1866
+ export { default as MoveDownLeftIcon } from '../icons/move-down-left';
1863
1867
  // MoveDown aliases
1864
1868
  export { default as MoveDownIcon } from '../icons/move-down';
1865
1869
  // MoveHorizontal aliases
@@ -1908,92 +1912,92 @@ export { default as NotebookPenIcon } from '../icons/notebook-pen';
1908
1912
  export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
1909
1913
  // NotebookText aliases
1910
1914
  export { default as NotebookTextIcon } from '../icons/notebook-text';
1911
- // Notebook aliases
1912
- export { default as NotebookIcon } from '../icons/notebook';
1913
1915
  // NotepadTextDashed aliases
1914
1916
  export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
1915
- // NutOff aliases
1916
- export { default as NutOffIcon } from '../icons/nut-off';
1917
+ // Notebook aliases
1918
+ export { default as NotebookIcon } from '../icons/notebook';
1917
1919
  // NotepadText aliases
1918
1920
  export { default as NotepadTextIcon } from '../icons/notepad-text';
1919
- // Nut aliases
1920
- export { default as NutIcon } from '../icons/nut';
1921
+ // NutOff aliases
1922
+ export { default as NutOffIcon } from '../icons/nut-off';
1921
1923
  // OctagonMinus aliases
1922
1924
  export { default as OctagonMinusIcon } from '../icons/octagon-minus';
1925
+ // Nut aliases
1926
+ export { default as NutIcon } from '../icons/nut';
1923
1927
  // Octagon aliases
1924
1928
  export { default as OctagonIcon } from '../icons/octagon';
1929
+ // Omega aliases
1930
+ export { default as OmegaIcon } from '../icons/omega';
1925
1931
  // Option aliases
1926
1932
  export { default as OptionIcon } from '../icons/option';
1927
1933
  // Orbit aliases
1928
1934
  export { default as OrbitIcon } from '../icons/orbit';
1929
- // Origami aliases
1930
- export { default as OrigamiIcon } from '../icons/origami';
1931
1935
  // Package2 aliases
1932
1936
  export { default as Package2Icon } from '../icons/package-2';
1933
- // Omega aliases
1934
- export { default as OmegaIcon } from '../icons/omega';
1935
1937
  // PackageCheck aliases
1936
1938
  export { default as PackageCheckIcon } from '../icons/package-check';
1939
+ // Origami aliases
1940
+ export { default as OrigamiIcon } from '../icons/origami';
1937
1941
  // PackageMinus aliases
1938
1942
  export { default as PackageMinusIcon } from '../icons/package-minus';
1939
1943
  // PackageOpen aliases
1940
1944
  export { default as PackageOpenIcon } from '../icons/package-open';
1941
- // PackageSearch aliases
1942
- export { default as PackageSearchIcon } from '../icons/package-search';
1943
1945
  // PackagePlus aliases
1944
1946
  export { default as PackagePlusIcon } from '../icons/package-plus';
1945
- // PackageX aliases
1946
- export { default as PackageXIcon } from '../icons/package-x';
1947
+ // PackageSearch aliases
1948
+ export { default as PackageSearchIcon } from '../icons/package-search';
1947
1949
  // Package aliases
1948
1950
  export { default as PackageIcon } from '../icons/package';
1951
+ // PackageX aliases
1952
+ export { default as PackageXIcon } from '../icons/package-x';
1949
1953
  // PaintBucket aliases
1950
1954
  export { default as PaintBucketIcon } from '../icons/paint-bucket';
1951
1955
  // PaintRoller aliases
1952
1956
  export { default as PaintRollerIcon } from '../icons/paint-roller';
1953
1957
  // Paintbrush aliases
1954
1958
  export { default as PaintbrushIcon } from '../icons/paintbrush';
1955
- // Panda aliases
1956
- export { default as PandaIcon } from '../icons/panda';
1957
1959
  // Palette aliases
1958
1960
  export { default as PaletteIcon } from '../icons/palette';
1959
- // PanelBottomOpen aliases
1960
- export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
1961
1961
  // PanelBottomClose aliases
1962
1962
  export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
1963
+ // Panda aliases
1964
+ export { default as PandaIcon } from '../icons/panda';
1965
+ // PanelBottomOpen aliases
1966
+ export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
1963
1967
  // PanelBottom aliases
1964
1968
  export { default as PanelBottomIcon } from '../icons/panel-bottom';
1965
1969
  // PanelLeftRightDashed aliases
1966
1970
  export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
1967
1971
  // PanelRightClose aliases
1968
1972
  export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
1969
- // PanelRightOpen aliases
1970
- export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
1971
1973
  // PanelRight aliases
1972
1974
  export { default as PanelRightIcon } from '../icons/panel-right';
1975
+ // PanelRightOpen aliases
1976
+ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
1973
1977
  // PanelTopBottomDashed aliases
1974
1978
  export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
1975
1979
  // PanelTopClose aliases
1976
1980
  export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
1977
1981
  // PanelTopOpen aliases
1978
1982
  export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
1979
- // PanelTop aliases
1980
- export { default as PanelTopIcon } from '../icons/panel-top';
1981
1983
  // PanelsLeftBottom aliases
1982
1984
  export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
1985
+ // PanelTop aliases
1986
+ export { default as PanelTopIcon } from '../icons/panel-top';
1983
1987
  // PanelsRightBottom aliases
1984
1988
  export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
1985
1989
  // PaperBag aliases
1986
1990
  export { default as PaperBagIcon } from '../icons/paper-bag';
1987
- // Paperclip aliases
1988
- export { default as PaperclipIcon } from '../icons/paperclip';
1989
1991
  // Parasol aliases
1990
1992
  export { default as ParasolIcon } from '../icons/parasol';
1993
+ // Paperclip aliases
1994
+ export { default as PaperclipIcon } from '../icons/paperclip';
1991
1995
  // Parentheses aliases
1992
1996
  export { default as ParenthesesIcon } from '../icons/parentheses';
1993
- // ParkingMeter aliases
1994
- export { default as ParkingMeterIcon } from '../icons/parking-meter';
1995
1997
  // PartyPopper aliases
1996
1998
  export { default as PartyPopperIcon } from '../icons/party-popper';
1999
+ // ParkingMeter aliases
2000
+ export { default as ParkingMeterIcon } from '../icons/parking-meter';
1997
2001
  // Pause aliases
1998
2002
  export { default as PauseIcon } from '../icons/pause';
1999
2003
  // PawPrint aliases
@@ -2006,14 +2010,14 @@ export { default as PenOffIcon } from '../icons/pen-off';
2006
2010
  export { default as PenToolIcon } from '../icons/pen-tool';
2007
2011
  // PencilLine aliases
2008
2012
  export { default as PencilLineIcon } from '../icons/pencil-line';
2009
- // PencilRuler aliases
2010
- export { default as PencilRulerIcon } from '../icons/pencil-ruler';
2011
2013
  // PencilOff aliases
2012
2014
  export { default as PencilOffIcon } from '../icons/pencil-off';
2013
- // Pencil aliases
2014
- export { default as PencilIcon } from '../icons/pencil';
2015
+ // PencilRuler aliases
2016
+ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
2015
2017
  // PencilSparkles aliases
2016
2018
  export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
2019
+ // Pencil aliases
2020
+ export { default as PencilIcon } from '../icons/pencil';
2017
2021
  // Pentagon aliases
2018
2022
  export { default as PentagonIcon } from '../icons/pentagon';
2019
2023
  // Percent aliases
@@ -2026,28 +2030,28 @@ export { default as PhiIcon } from '../icons/phi';
2026
2030
  export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
2027
2031
  // PhoneCall aliases
2028
2032
  export { default as PhoneCallIcon } from '../icons/phone-call';
2029
- // PhoneForwarded aliases
2030
- export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
2031
2033
  // PhoneIncoming aliases
2032
2034
  export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
2033
2035
  // PhoneMissed aliases
2034
2036
  export { default as PhoneMissedIcon } from '../icons/phone-missed';
2037
+ // PhoneForwarded aliases
2038
+ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
2039
+ // Pi aliases
2040
+ export { default as PiIcon } from '../icons/pi';
2035
2041
  // PhoneOff aliases
2036
2042
  export { default as PhoneOffIcon } from '../icons/phone-off';
2037
- // PhoneOutgoing aliases
2038
- export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
2039
2043
  // Phone aliases
2040
2044
  export { default as PhoneIcon } from '../icons/phone';
2041
- // Pi aliases
2042
- export { default as PiIcon } from '../icons/pi';
2045
+ // PhoneOutgoing aliases
2046
+ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
2043
2047
  // Piano aliases
2044
2048
  export { default as PianoIcon } from '../icons/piano';
2045
2049
  // Pickaxe aliases
2046
2050
  export { default as PickaxeIcon } from '../icons/pickaxe';
2047
- // PictureInPicture aliases
2048
- export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
2049
2051
  // PictureInPicture2 aliases
2050
2052
  export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
2053
+ // PictureInPicture aliases
2054
+ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
2051
2055
  // PiggyBank aliases
2052
2056
  export { default as PiggyBankIcon } from '../icons/piggy-bank';
2053
2057
  // PilcrowLeft aliases
@@ -2064,10 +2068,10 @@ export { default as PillIcon } from '../icons/pill';
2064
2068
  export { default as PinOffIcon } from '../icons/pin-off';
2065
2069
  // Pin aliases
2066
2070
  export { default as PinIcon } from '../icons/pin';
2067
- // Pizza aliases
2068
- export { default as PizzaIcon } from '../icons/pizza';
2069
2071
  // Pipette aliases
2070
2072
  export { default as PipetteIcon } from '../icons/pipette';
2073
+ // Pizza aliases
2074
+ export { default as PizzaIcon } from '../icons/pizza';
2071
2075
  // PlaneLanding aliases
2072
2076
  export { default as PlaneLandingIcon } from '../icons/plane-landing';
2073
2077
  // PlaneTakeoff aliases
@@ -2076,18 +2080,16 @@ export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
2076
2080
  export { default as PlaneIcon } from '../icons/plane';
2077
2081
  // PlayOff aliases
2078
2082
  export { default as PlayOffIcon } from '../icons/play-off';
2079
- // Plug2 aliases
2080
- export { default as Plug2Icon } from '../icons/plug-2';
2081
2083
  // Play aliases
2082
2084
  export { default as PlayIcon } from '../icons/play';
2083
- // Plug aliases
2084
- export { default as PlugIcon } from '../icons/plug';
2085
- // PocketKnife aliases
2086
- export { default as PocketKnifeIcon } from '../icons/pocket-knife';
2085
+ // Plug2 aliases
2086
+ export { default as Plug2Icon } from '../icons/plug-2';
2087
2087
  // Plus aliases
2088
2088
  export { default as PlusIcon } from '../icons/plus';
2089
- // Podcast aliases
2090
- export { default as PodcastIcon } from '../icons/podcast';
2089
+ // PocketKnife aliases
2090
+ export { default as PocketKnifeIcon } from '../icons/pocket-knife';
2091
+ // Plug aliases
2092
+ export { default as PlugIcon } from '../icons/plug';
2091
2093
  // Podium aliases
2092
2094
  export { default as PodiumIcon } from '../icons/podium';
2093
2095
  // Pointer aliases
@@ -2098,50 +2100,50 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
2098
2100
  export { default as PopcornIcon } from '../icons/popcorn';
2099
2101
  // Popsicle aliases
2100
2102
  export { default as PopsicleIcon } from '../icons/popsicle';
2101
- // PoundSterling aliases
2102
- export { default as PoundSterlingIcon } from '../icons/pound-sterling';
2103
2103
  // PowerOff aliases
2104
2104
  export { default as PowerOffIcon } from '../icons/power-off';
2105
+ // PoundSterling aliases
2106
+ export { default as PoundSterlingIcon } from '../icons/pound-sterling';
2105
2107
  // Power aliases
2106
2108
  export { default as PowerIcon } from '../icons/power';
2107
2109
  // Presentation aliases
2108
2110
  export { default as PresentationIcon } from '../icons/presentation';
2109
2111
  // PrinterCheck aliases
2110
2112
  export { default as PrinterCheckIcon } from '../icons/printer-check';
2111
- // PrinterX aliases
2112
- export { default as PrinterXIcon } from '../icons/printer-x';
2113
2113
  // Printer aliases
2114
2114
  export { default as PrinterIcon } from '../icons/printer';
2115
+ // PrinterX aliases
2116
+ export { default as PrinterXIcon } from '../icons/printer-x';
2115
2117
  // Projector aliases
2116
2118
  export { default as ProjectorIcon } from '../icons/projector';
2117
2119
  // Proportions aliases
2118
2120
  export { default as ProportionsIcon } from '../icons/proportions';
2121
+ // Puzzle aliases
2122
+ export { default as PuzzleIcon } from '../icons/puzzle';
2119
2123
  // Pyramid aliases
2120
2124
  export { default as PyramidIcon } from '../icons/pyramid';
2125
+ // Quote aliases
2126
+ export { default as QuoteIcon } from '../icons/quote';
2121
2127
  // QrCode aliases
2122
2128
  export { default as QrCodeIcon } from '../icons/qr-code';
2123
- // Puzzle aliases
2124
- export { default as PuzzleIcon } from '../icons/puzzle';
2125
2129
  // Rabbit aliases
2126
2130
  export { default as RabbitIcon } from '../icons/rabbit';
2127
- // Quote aliases
2128
- export { default as QuoteIcon } from '../icons/quote';
2129
2131
  // Radar aliases
2130
2132
  export { default as RadarIcon } from '../icons/radar';
2131
- // Radical aliases
2132
- export { default as RadicalIcon } from '../icons/radical';
2133
2133
  // Radiation aliases
2134
2134
  export { default as RadiationIcon } from '../icons/radiation';
2135
2135
  // RadioOff aliases
2136
2136
  export { default as RadioOffIcon } from '../icons/radio-off';
2137
+ // Radical aliases
2138
+ export { default as RadicalIcon } from '../icons/radical';
2137
2139
  // RadioReceiver aliases
2138
2140
  export { default as RadioReceiverIcon } from '../icons/radio-receiver';
2139
2141
  // RadioTower aliases
2140
2142
  export { default as RadioTowerIcon } from '../icons/radio-tower';
2141
- // Radius aliases
2142
- export { default as RadiusIcon } from '../icons/radius';
2143
2143
  // Radio aliases
2144
2144
  export { default as RadioIcon } from '../icons/radio';
2145
+ // Radius aliases
2146
+ export { default as RadiusIcon } from '../icons/radius';
2145
2147
  // Rainbow aliases
2146
2148
  export { default as RainbowIcon } from '../icons/rainbow';
2147
2149
  // Rat aliases
@@ -2158,16 +2160,16 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
2158
2160
  export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
2159
2161
  // ReceiptPoundSterling aliases
2160
2162
  export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
2161
- // ReceiptSwissFranc aliases
2162
- export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
2163
2163
  // ReceiptRussianRuble aliases
2164
2164
  export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
2165
+ // ReceiptSwissFranc aliases
2166
+ export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
2165
2167
  // ReceiptText aliases
2166
2168
  export { default as ReceiptTextIcon } from '../icons/receipt-text';
2167
- // Receipt aliases
2168
- export { default as ReceiptIcon } from '../icons/receipt';
2169
2169
  // ReceiptTurkishLira aliases
2170
2170
  export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
2171
+ // Receipt aliases
2172
+ export { default as ReceiptIcon } from '../icons/receipt';
2171
2173
  // RectangleCircle aliases
2172
2174
  export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
2173
2175
  // RectangleGoggles aliases
@@ -2180,20 +2182,20 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
2180
2182
  export { default as RecycleIcon } from '../icons/recycle';
2181
2183
  // Redo2 aliases
2182
2184
  export { default as Redo2Icon } from '../icons/redo-2';
2185
+ // RedoDot aliases
2186
+ export { default as RedoDotIcon } from '../icons/redo-dot';
2183
2187
  // Redo aliases
2184
2188
  export { default as RedoIcon } from '../icons/redo';
2185
2189
  // RefreshCcwDot aliases
2186
2190
  export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
2187
2191
  // RefreshCcw aliases
2188
2192
  export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
2189
- // RedoDot aliases
2190
- export { default as RedoDotIcon } from '../icons/redo-dot';
2191
- // RefreshCwOff aliases
2192
- export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
2193
2193
  // RefreshCw aliases
2194
2194
  export { default as RefreshCwIcon } from '../icons/refresh-cw';
2195
2195
  // Refrigerator aliases
2196
2196
  export { default as RefrigeratorIcon } from '../icons/refrigerator';
2197
+ // RefreshCwOff aliases
2198
+ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
2197
2199
  // Regex aliases
2198
2200
  export { default as RegexIcon } from '../icons/regex';
2199
2201
  // RemoveFormatting aliases
@@ -2210,38 +2212,40 @@ export { default as RepeatIcon } from '../icons/repeat';
2210
2212
  export { default as ReplaceAllIcon } from '../icons/replace-all';
2211
2213
  // Replace aliases
2212
2214
  export { default as ReplaceIcon } from '../icons/replace';
2213
- // ReplyAll aliases
2214
- export { default as ReplyAllIcon } from '../icons/reply-all';
2215
2215
  // Reply aliases
2216
2216
  export { default as ReplyIcon } from '../icons/reply';
2217
2217
  // Rewind aliases
2218
2218
  export { default as RewindIcon } from '../icons/rewind';
2219
+ // ReplyAll aliases
2220
+ export { default as ReplyAllIcon } from '../icons/reply-all';
2219
2221
  // Ribbon aliases
2220
2222
  export { default as RibbonIcon } from '../icons/ribbon';
2221
2223
  // Road aliases
2222
2224
  export { default as RoadIcon } from '../icons/road';
2223
- // Rocket aliases
2224
- export { default as RocketIcon } from '../icons/rocket';
2225
2225
  // RockingChair aliases
2226
2226
  export { default as RockingChairIcon } from '../icons/rocking-chair';
2227
+ // RollerCoaster aliases
2228
+ export { default as RollerCoasterIcon } from '../icons/roller-coaster';
2229
+ // Rocket aliases
2230
+ export { default as RocketIcon } from '../icons/rocket';
2227
2231
  // Rose aliases
2228
2232
  export { default as RoseIcon } from '../icons/rose';
2229
2233
  // RotateCcwKey aliases
2230
2234
  export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
2231
- // RollerCoaster aliases
2232
- export { default as RollerCoasterIcon } from '../icons/roller-coaster';
2233
2235
  // RotateCcwSquare aliases
2234
2236
  export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
2235
2237
  // RotateCcw aliases
2236
2238
  export { default as RotateCcwIcon } from '../icons/rotate-ccw';
2239
+ // RotateCwFadingClock aliases
2240
+ export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
2237
2241
  // RotateCwSquare aliases
2238
2242
  export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
2239
- // RotateCw aliases
2240
- export { default as RotateCwIcon } from '../icons/rotate-cw';
2241
2243
  // RouteOff aliases
2242
2244
  export { default as RouteOffIcon } from '../icons/route-off';
2243
2245
  // Route aliases
2244
2246
  export { default as RouteIcon } from '../icons/route';
2247
+ // RotateCw aliases
2248
+ export { default as RotateCwIcon } from '../icons/rotate-cw';
2245
2249
  // Router aliases
2246
2250
  export { default as RouterIcon } from '../icons/router';
2247
2251
  // Rows4 aliases
@@ -2266,46 +2270,48 @@ export { default as SatelliteDishIcon } from '../icons/satellite-dish';
2266
2270
  export { default as SatelliteIcon } from '../icons/satellite';
2267
2271
  // SaudiRiyal aliases
2268
2272
  export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
2269
- // SaveCheck aliases
2270
- export { default as SaveCheckIcon } from '../icons/save-check';
2271
- // SaveOff aliases
2272
- export { default as SaveOffIcon } from '../icons/save-off';
2273
2273
  // SaveAll aliases
2274
2274
  export { default as SaveAllIcon } from '../icons/save-all';
2275
+ // SaveOff aliases
2276
+ export { default as SaveOffIcon } from '../icons/save-off';
2277
+ // SaveCheck aliases
2278
+ export { default as SaveCheckIcon } from '../icons/save-check';
2279
+ // SavePlus aliases
2280
+ export { default as SavePlusIcon } from '../icons/save-plus';
2275
2281
  // SavePen aliases
2276
2282
  export { default as SavePenIcon } from '../icons/save-pen';
2277
2283
  // Save aliases
2278
2284
  export { default as SaveIcon } from '../icons/save';
2279
- // Scale aliases
2280
- export { default as ScaleIcon } from '../icons/scale';
2281
- // SavePlus aliases
2282
- export { default as SavePlusIcon } from '../icons/save-plus';
2283
2285
  // Scaling aliases
2284
2286
  export { default as ScalingIcon } from '../icons/scaling';
2285
- // ScanBarcode aliases
2286
- export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
2287
+ // Scale aliases
2288
+ export { default as ScaleIcon } from '../icons/scale';
2287
2289
  // ScanBox aliases
2288
2290
  export { default as ScanBoxIcon } from '../icons/scan-box';
2291
+ // ScanBarcode aliases
2292
+ export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
2289
2293
  // ScanEye aliases
2290
2294
  export { default as ScanEyeIcon } from '../icons/scan-eye';
2291
2295
  // ScanFace aliases
2292
2296
  export { default as ScanFaceIcon } from '../icons/scan-face';
2297
+ // ScanHeart aliases
2298
+ export { default as ScanHeartIcon } from '../icons/scan-heart';
2293
2299
  // ScanLine aliases
2294
2300
  export { default as ScanLineIcon } from '../icons/scan-line';
2295
2301
  // ScanQrCode aliases
2296
2302
  export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
2297
- // ScanHeart aliases
2298
- export { default as ScanHeartIcon } from '../icons/scan-heart';
2299
2303
  // ScanSearch aliases
2300
2304
  export { default as ScanSearchIcon } from '../icons/scan-search';
2301
- // School aliases
2302
- export { default as SchoolIcon } from '../icons/school';
2305
+ // ScanSquare aliases
2306
+ export { default as ScanSquareIcon } from '../icons/scan-square';
2303
2307
  // ScanText aliases
2304
2308
  export { default as ScanTextIcon } from '../icons/scan-text';
2305
2309
  // Scan aliases
2306
2310
  export { default as ScanIcon } from '../icons/scan';
2307
2311
  // ScissorsLineDashed aliases
2308
2312
  export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
2313
+ // School aliases
2314
+ export { default as SchoolIcon } from '../icons/school';
2309
2315
  // Scissors aliases
2310
2316
  export { default as ScissorsIcon } from '../icons/scissors';
2311
2317
  // Scooter aliases
@@ -2316,12 +2322,12 @@ export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
2316
2322
  export { default as ScreenShareIcon } from '../icons/screen-share';
2317
2323
  // ScrollText aliases
2318
2324
  export { default as ScrollTextIcon } from '../icons/scroll-text';
2319
- // SearchAlert aliases
2320
- export { default as SearchAlertIcon } from '../icons/search-alert';
2321
2325
  // Scroll aliases
2322
2326
  export { default as ScrollIcon } from '../icons/scroll';
2323
2327
  // SearchCheck aliases
2324
2328
  export { default as SearchCheckIcon } from '../icons/search-check';
2329
+ // SearchAlert aliases
2330
+ export { default as SearchAlertIcon } from '../icons/search-alert';
2325
2331
  // SearchCode aliases
2326
2332
  export { default as SearchCodeIcon } from '../icons/search-code';
2327
2333
  // SearchSlash aliases
@@ -2332,70 +2338,70 @@ export { default as SearchXIcon } from '../icons/search-x';
2332
2338
  export { default as SearchIcon } from '../icons/search';
2333
2339
  // Section aliases
2334
2340
  export { default as SectionIcon } from '../icons/section';
2335
- // SendToBack aliases
2336
- export { default as SendToBackIcon } from '../icons/send-to-back';
2337
2341
  // Send aliases
2338
2342
  export { default as SendIcon } from '../icons/send';
2343
+ // SendToBack aliases
2344
+ export { default as SendToBackIcon } from '../icons/send-to-back';
2339
2345
  // SeparatorHorizontal aliases
2340
2346
  export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
2341
2347
  // SeparatorVertical aliases
2342
2348
  export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
2343
- // ServerCog aliases
2344
- export { default as ServerCogIcon } from '../icons/server-cog';
2345
2349
  // ServerCrash aliases
2346
2350
  export { default as ServerCrashIcon } from '../icons/server-crash';
2351
+ // ServerCog aliases
2352
+ export { default as ServerCogIcon } from '../icons/server-cog';
2347
2353
  // ServerOff aliases
2348
2354
  export { default as ServerOffIcon } from '../icons/server-off';
2349
2355
  // ServerPlus aliases
2350
2356
  export { default as ServerPlusIcon } from '../icons/server-plus';
2351
- // Settings2 aliases
2352
- export { default as Settings2Icon } from '../icons/settings-2';
2353
2357
  // Server aliases
2354
2358
  export { default as ServerIcon } from '../icons/server';
2359
+ // Settings2 aliases
2360
+ export { default as Settings2Icon } from '../icons/settings-2';
2355
2361
  // Settings aliases
2356
2362
  export { default as SettingsIcon } from '../icons/settings';
2357
- // Share2 aliases
2358
- export { default as Share2Icon } from '../icons/share-2';
2359
- // Shapes aliases
2360
- export { default as ShapesIcon } from '../icons/shapes';
2361
2363
  // Share aliases
2362
2364
  export { default as ShareIcon } from '../icons/share';
2365
+ // Shapes aliases
2366
+ export { default as ShapesIcon } from '../icons/shapes';
2367
+ // Share2 aliases
2368
+ export { default as Share2Icon } from '../icons/share-2';
2363
2369
  // Sheet aliases
2364
2370
  export { default as SheetIcon } from '../icons/sheet';
2365
2371
  // Shell aliases
2366
2372
  export { default as ShellIcon } from '../icons/shell';
2367
2373
  // ShieldAlert aliases
2368
2374
  export { default as ShieldAlertIcon } from '../icons/shield-alert';
2369
- // ShelvingUnit aliases
2370
- export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
2371
- // ShieldBan aliases
2372
- export { default as ShieldBanIcon } from '../icons/shield-ban';
2373
2375
  // ShieldCheck aliases
2374
2376
  export { default as ShieldCheckIcon } from '../icons/shield-check';
2377
+ // ShieldBan aliases
2378
+ export { default as ShieldBanIcon } from '../icons/shield-ban';
2379
+ // ShelvingUnit aliases
2380
+ export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
2375
2381
  // ShieldCogCorner aliases
2376
2382
  export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
2377
- // ShieldEllipsis aliases
2378
- export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
2379
2383
  // ShieldCog aliases
2380
2384
  export { default as ShieldCogIcon } from '../icons/shield-cog';
2381
2385
  // ShieldHalf aliases
2382
2386
  export { default as ShieldHalfIcon } from '../icons/shield-half';
2387
+ // ShieldEllipsis aliases
2388
+ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
2383
2389
  // ShieldKeyhole aliases
2384
2390
  export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
2385
- // ShieldOff aliases
2386
- export { default as ShieldOffIcon } from '../icons/shield-off';
2387
2391
  // ShieldMinus aliases
2388
2392
  export { default as ShieldMinusIcon } from '../icons/shield-minus';
2393
+ // ShieldOff aliases
2394
+ export { default as ShieldOffIcon } from '../icons/shield-off';
2389
2395
  // ShieldPlus aliases
2390
2396
  export { default as ShieldPlusIcon } from '../icons/shield-plus';
2391
2397
  // ShieldUser aliases
2392
2398
  export { default as ShieldUserIcon } from '../icons/shield-user';
2393
2399
  // ShipWheel aliases
2394
2400
  export { default as ShipWheelIcon } from '../icons/ship-wheel';
2395
- // Ship aliases
2396
- export { default as ShipIcon } from '../icons/ship';
2397
2401
  // Shield aliases
2398
2402
  export { default as ShieldIcon } from '../icons/shield';
2403
+ // Ship aliases
2404
+ export { default as ShipIcon } from '../icons/ship';
2399
2405
  // Shirt aliases
2400
2406
  export { default as ShirtIcon } from '../icons/shirt';
2401
2407
  // ShoppingBag aliases
@@ -2404,14 +2410,14 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
2404
2410
  export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
2405
2411
  // ShoppingCart aliases
2406
2412
  export { default as ShoppingCartIcon } from '../icons/shopping-cart';
2413
+ // Shredder aliases
2414
+ export { default as ShredderIcon } from '../icons/shredder';
2407
2415
  // Shovel aliases
2408
2416
  export { default as ShovelIcon } from '../icons/shovel';
2409
2417
  // ShowerHead aliases
2410
2418
  export { default as ShowerHeadIcon } from '../icons/shower-head';
2411
2419
  // Shrimp aliases
2412
2420
  export { default as ShrimpIcon } from '../icons/shrimp';
2413
- // Shredder aliases
2414
- export { default as ShredderIcon } from '../icons/shredder';
2415
2421
  // Shrink aliases
2416
2422
  export { default as ShrinkIcon } from '../icons/shrink';
2417
2423
  // Shrub aliases
@@ -2424,10 +2430,10 @@ export { default as SignalHighIcon } from '../icons/signal-high';
2424
2430
  export { default as SigmaIcon } from '../icons/sigma';
2425
2431
  // SignalLow aliases
2426
2432
  export { default as SignalLowIcon } from '../icons/signal-low';
2427
- // SignalMedium aliases
2428
- export { default as SignalMediumIcon } from '../icons/signal-medium';
2429
2433
  // SignalZero aliases
2430
2434
  export { default as SignalZeroIcon } from '../icons/signal-zero';
2435
+ // SignalMedium aliases
2436
+ export { default as SignalMediumIcon } from '../icons/signal-medium';
2431
2437
  // Signal aliases
2432
2438
  export { default as SignalIcon } from '../icons/signal';
2433
2439
  // Signature aliases
@@ -2444,34 +2450,34 @@ export { default as SirenIcon } from '../icons/siren';
2444
2450
  export { default as SkipForwardIcon } from '../icons/skip-forward';
2445
2451
  // Skull aliases
2446
2452
  export { default as SkullIcon } from '../icons/skull';
2447
- // Slice aliases
2448
- export { default as SliceIcon } from '../icons/slice';
2449
2453
  // Slash aliases
2450
2454
  export { default as SlashIcon } from '../icons/slash';
2455
+ // Slice aliases
2456
+ export { default as SliceIcon } from '../icons/slice';
2451
2457
  // SlidersHorizontal aliases
2452
2458
  export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
2459
+ // SmartphoneNfc aliases
2460
+ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
2453
2461
  // SmartphoneCharging aliases
2454
2462
  export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
2455
2463
  // Smartphone aliases
2456
2464
  export { default as SmartphoneIcon } from '../icons/smartphone';
2457
- // SmartphoneNfc aliases
2458
- export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
2459
2465
  // SmilePlus aliases
2460
2466
  export { default as SmilePlusIcon } from '../icons/smile-plus';
2461
2467
  // Smile aliases
2462
2468
  export { default as SmileIcon } from '../icons/smile';
2463
- // Snail aliases
2464
- export { default as SnailIcon } from '../icons/snail';
2465
2469
  // Snowflake aliases
2466
2470
  export { default as SnowflakeIcon } from '../icons/snowflake';
2467
- // Sofa aliases
2468
- export { default as SofaIcon } from '../icons/sofa';
2469
2471
  // SoapDispenserDroplet aliases
2470
2472
  export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
2471
- // SolarPanel aliases
2472
- export { default as SolarPanelIcon } from '../icons/solar-panel';
2473
+ // Snail aliases
2474
+ export { default as SnailIcon } from '../icons/snail';
2473
2475
  // Soup aliases
2474
2476
  export { default as SoupIcon } from '../icons/soup';
2477
+ // Sofa aliases
2478
+ export { default as SofaIcon } from '../icons/sofa';
2479
+ // SolarPanel aliases
2480
+ export { default as SolarPanelIcon } from '../icons/solar-panel';
2475
2481
  // Space aliases
2476
2482
  export { default as SpaceIcon } from '../icons/space';
2477
2483
  // Spade aliases
@@ -2480,24 +2486,24 @@ export { default as SpadeIcon } from '../icons/spade';
2480
2486
  export { default as SparkleIcon } from '../icons/sparkle';
2481
2487
  // Speaker aliases
2482
2488
  export { default as SpeakerIcon } from '../icons/speaker';
2483
- // Speech aliases
2484
- export { default as SpeechIcon } from '../icons/speech';
2485
2489
  // SpellCheck2 aliases
2486
2490
  export { default as SpellCheck2Icon } from '../icons/spell-check-2';
2487
- // SplinePointer aliases
2488
- export { default as SplinePointerIcon } from '../icons/spline-pointer';
2491
+ // Speech aliases
2492
+ export { default as SpeechIcon } from '../icons/speech';
2489
2493
  // SpellCheck aliases
2490
2494
  export { default as SpellCheckIcon } from '../icons/spell-check';
2491
- // Split aliases
2492
- export { default as SplitIcon } from '../icons/split';
2495
+ // SplinePointer aliases
2496
+ export { default as SplinePointerIcon } from '../icons/spline-pointer';
2493
2497
  // Spline aliases
2494
2498
  export { default as SplineIcon } from '../icons/spline';
2499
+ // Split aliases
2500
+ export { default as SplitIcon } from '../icons/split';
2495
2501
  // Spool aliases
2496
2502
  export { default as SpoolIcon } from '../icons/spool';
2497
- // SportShoe aliases
2498
- export { default as SportShoeIcon } from '../icons/sport-shoe';
2499
2503
  // Spotlight aliases
2500
2504
  export { default as SpotlightIcon } from '../icons/spotlight';
2505
+ // SportShoe aliases
2506
+ export { default as SportShoeIcon } from '../icons/sport-shoe';
2501
2507
  // SprayCan aliases
2502
2508
  export { default as SprayCanIcon } from '../icons/spray-can';
2503
2509
  // SquareArrowRightEnter aliases
@@ -2506,12 +2512,14 @@ export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-righ
2506
2512
  export { default as SproutIcon } from '../icons/sprout';
2507
2513
  // SquareArrowRightExit aliases
2508
2514
  export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
2509
- // SquareDashedBottom aliases
2510
- export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
2511
2515
  // SquareDashedBottomCode aliases
2512
2516
  export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
2517
+ // SquareDashedBottom aliases
2518
+ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
2513
2519
  // SquareDashedTopSolid aliases
2514
2520
  export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
2521
+ // SquareOff aliases
2522
+ export { default as SquareOffIcon } from '../icons/square-off';
2515
2523
  // SquarePause aliases
2516
2524
  export { default as SquarePauseIcon } from '../icons/square-pause';
2517
2525
  // SquareRadical aliases
@@ -2534,34 +2542,34 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
2534
2542
  export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
2535
2543
  // SquaresSubtract aliases
2536
2544
  export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
2537
- // SquaresUnite aliases
2538
- export { default as SquaresUniteIcon } from '../icons/squares-unite';
2539
2545
  // SquircleDashed aliases
2540
2546
  export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
2541
2547
  // Squircle aliases
2542
2548
  export { default as SquircleIcon } from '../icons/squircle';
2549
+ // SquaresUnite aliases
2550
+ export { default as SquaresUniteIcon } from '../icons/squares-unite';
2543
2551
  // Squirrel aliases
2544
2552
  export { default as SquirrelIcon } from '../icons/squirrel';
2545
2553
  // Stamp aliases
2546
2554
  export { default as StampIcon } from '../icons/stamp';
2547
2555
  // StarCheck aliases
2548
2556
  export { default as StarCheckIcon } from '../icons/star-check';
2549
- // StarMinus aliases
2550
- export { default as StarMinusIcon } from '../icons/star-minus';
2551
- // StarOff aliases
2552
- export { default as StarOffIcon } from '../icons/star-off';
2553
2557
  // StarHalf aliases
2554
2558
  export { default as StarHalfIcon } from '../icons/star-half';
2559
+ // StarMinus aliases
2560
+ export { default as StarMinusIcon } from '../icons/star-minus';
2555
2561
  // StarPlus aliases
2556
2562
  export { default as StarPlusIcon } from '../icons/star-plus';
2563
+ // StarOff aliases
2564
+ export { default as StarOffIcon } from '../icons/star-off';
2557
2565
  // StarX aliases
2558
2566
  export { default as StarXIcon } from '../icons/star-x';
2559
2567
  // Star aliases
2560
2568
  export { default as StarIcon } from '../icons/star';
2561
- // StepForward aliases
2562
- export { default as StepForwardIcon } from '../icons/step-forward';
2563
2569
  // StepBack aliases
2564
2570
  export { default as StepBackIcon } from '../icons/step-back';
2571
+ // StepForward aliases
2572
+ export { default as StepForwardIcon } from '../icons/step-forward';
2565
2573
  // Stethoscope aliases
2566
2574
  export { default as StethoscopeIcon } from '../icons/stethoscope';
2567
2575
  // Sticker aliases
@@ -2578,28 +2586,28 @@ export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
2578
2586
  export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
2579
2587
  // StickyNote aliases
2580
2588
  export { default as StickyNoteIcon } from '../icons/sticky-note';
2581
- // StickyNotes aliases
2582
- export { default as StickyNotesIcon } from '../icons/sticky-notes';
2583
2589
  // Stone aliases
2584
2590
  export { default as StoneIcon } from '../icons/stone';
2591
+ // StickyNotes aliases
2592
+ export { default as StickyNotesIcon } from '../icons/sticky-notes';
2585
2593
  // Store aliases
2586
2594
  export { default as StoreIcon } from '../icons/store';
2587
2595
  // StretchHorizontal aliases
2588
2596
  export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
2589
2597
  // StretchVertical aliases
2590
2598
  export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
2591
- // Summary aliases
2592
- export { default as SummaryIcon } from '../icons/summary';
2593
- // Subscript aliases
2594
- export { default as SubscriptIcon } from '../icons/subscript';
2595
2599
  // Strikethrough aliases
2596
2600
  export { default as StrikethroughIcon } from '../icons/strikethrough';
2597
- // SunDim aliases
2598
- export { default as SunDimIcon } from '../icons/sun-dim';
2601
+ // Subscript aliases
2602
+ export { default as SubscriptIcon } from '../icons/subscript';
2603
+ // Summary aliases
2604
+ export { default as SummaryIcon } from '../icons/summary';
2599
2605
  // SunMedium aliases
2600
2606
  export { default as SunMediumIcon } from '../icons/sun-medium';
2601
2607
  // SunMoon aliases
2602
2608
  export { default as SunMoonIcon } from '../icons/sun-moon';
2609
+ // SunDim aliases
2610
+ export { default as SunDimIcon } from '../icons/sun-dim';
2603
2611
  // SunSnow aliases
2604
2612
  export { default as SunSnowIcon } from '../icons/sun-snow';
2605
2613
  // Sun aliases
@@ -2610,20 +2618,20 @@ export { default as SunriseIcon } from '../icons/sunrise';
2610
2618
  export { default as SunsetIcon } from '../icons/sunset';
2611
2619
  // Superscript aliases
2612
2620
  export { default as SuperscriptIcon } from '../icons/superscript';
2613
- // SwissFranc aliases
2614
- export { default as SwissFrancIcon } from '../icons/swiss-franc';
2615
2621
  // SwatchBook aliases
2616
2622
  export { default as SwatchBookIcon } from '../icons/swatch-book';
2623
+ // SwissFranc aliases
2624
+ export { default as SwissFrancIcon } from '../icons/swiss-franc';
2617
2625
  // SwitchCamera aliases
2618
2626
  export { default as SwitchCameraIcon } from '../icons/switch-camera';
2619
- // Sword aliases
2620
- export { default as SwordIcon } from '../icons/sword';
2621
2627
  // Swords aliases
2622
2628
  export { default as SwordsIcon } from '../icons/swords';
2623
- // Table2 aliases
2624
- export { default as Table2Icon } from '../icons/table-2';
2629
+ // Sword aliases
2630
+ export { default as SwordIcon } from '../icons/sword';
2625
2631
  // Syringe aliases
2626
2632
  export { default as SyringeIcon } from '../icons/syringe';
2633
+ // Table2 aliases
2634
+ export { default as Table2Icon } from '../icons/table-2';
2627
2635
  // TableCellsMerge aliases
2628
2636
  export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
2629
2637
  // TableCellsSplit aliases
@@ -2650,26 +2658,26 @@ export { default as TagPlusIcon } from '../icons/tag-plus';
2650
2658
  export { default as TagXIcon } from '../icons/tag-x';
2651
2659
  // Tag aliases
2652
2660
  export { default as TagIcon } from '../icons/tag';
2653
- // Tally1 aliases
2654
- export { default as Tally1Icon } from '../icons/tally-1';
2655
2661
  // Tags aliases
2656
2662
  export { default as TagsIcon } from '../icons/tags';
2663
+ // Tally1 aliases
2664
+ export { default as Tally1Icon } from '../icons/tally-1';
2657
2665
  // Tally2 aliases
2658
2666
  export { default as Tally2Icon } from '../icons/tally-2';
2659
2667
  // Tally3 aliases
2660
2668
  export { default as Tally3Icon } from '../icons/tally-3';
2661
2669
  // Tally4 aliases
2662
2670
  export { default as Tally4Icon } from '../icons/tally-4';
2663
- // Tally5 aliases
2664
- export { default as Tally5Icon } from '../icons/tally-5';
2665
2671
  // Tangent aliases
2666
2672
  export { default as TangentIcon } from '../icons/tangent';
2673
+ // Tally5 aliases
2674
+ export { default as Tally5Icon } from '../icons/tally-5';
2667
2675
  // Target aliases
2668
2676
  export { default as TargetIcon } from '../icons/target';
2669
- // Tent aliases
2670
- export { default as TentIcon } from '../icons/tent';
2671
2677
  // Telescope aliases
2672
2678
  export { default as TelescopeIcon } from '../icons/telescope';
2679
+ // Tent aliases
2680
+ export { default as TentIcon } from '../icons/tent';
2673
2681
  // TentTree aliases
2674
2682
  export { default as TentTreeIcon } from '../icons/tent-tree';
2675
2683
  // TestTube aliases
@@ -2684,16 +2692,16 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
2684
2692
  export { default as TextCursorIcon } from '../icons/text-cursor';
2685
2693
  // TextQuote aliases
2686
2694
  export { default as TextQuoteIcon } from '../icons/text-quote';
2687
- // TextSearch aliases
2688
- export { default as TextSearchIcon } from '../icons/text-search';
2689
2695
  // ThermometerSnowflake aliases
2690
2696
  export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
2691
- // Thermometer aliases
2692
- export { default as ThermometerIcon } from '../icons/thermometer';
2693
2697
  // Theater aliases
2694
2698
  export { default as TheaterIcon } from '../icons/theater';
2695
2699
  // ThermometerSun aliases
2696
2700
  export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
2701
+ // TextSearch aliases
2702
+ export { default as TextSearchIcon } from '../icons/text-search';
2703
+ // Thermometer aliases
2704
+ export { default as ThermometerIcon } from '../icons/thermometer';
2697
2705
  // ThumbsDown aliases
2698
2706
  export { default as ThumbsDownIcon } from '../icons/thumbs-down';
2699
2707
  // ThumbsUp aliases
@@ -2710,26 +2718,26 @@ export { default as TicketPlusIcon } from '../icons/ticket-plus';
2710
2718
  export { default as TicketSlashIcon } from '../icons/ticket-slash';
2711
2719
  // TicketX aliases
2712
2720
  export { default as TicketXIcon } from '../icons/ticket-x';
2721
+ // Ticket aliases
2722
+ export { default as TicketIcon } from '../icons/ticket';
2713
2723
  // TicketsPlane aliases
2714
2724
  export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
2715
2725
  // Tickets aliases
2716
2726
  export { default as TicketsIcon } from '../icons/tickets';
2717
- // Ticket aliases
2718
- export { default as TicketIcon } from '../icons/ticket';
2719
2727
  // Timeline aliases
2720
2728
  export { default as TimelineIcon } from '../icons/timeline';
2721
- // TimerReset aliases
2722
- export { default as TimerResetIcon } from '../icons/timer-reset';
2723
- // ToggleLeft aliases
2724
- export { default as ToggleLeftIcon } from '../icons/toggle-left';
2725
2729
  // TimerOff aliases
2726
2730
  export { default as TimerOffIcon } from '../icons/timer-off';
2731
+ // TimerReset aliases
2732
+ export { default as TimerResetIcon } from '../icons/timer-reset';
2727
2733
  // Timer aliases
2728
2734
  export { default as TimerIcon } from '../icons/timer';
2729
2735
  // ToggleRight aliases
2730
2736
  export { default as ToggleRightIcon } from '../icons/toggle-right';
2731
2737
  // Toilet aliases
2732
2738
  export { default as ToiletIcon } from '../icons/toilet';
2739
+ // ToggleLeft aliases
2740
+ export { default as ToggleLeftIcon } from '../icons/toggle-left';
2733
2741
  // ToolCase aliases
2734
2742
  export { default as ToolCaseIcon } from '../icons/tool-case';
2735
2743
  // Toolbox aliases
@@ -2750,16 +2758,16 @@ export { default as TowerControlIcon } from '../icons/tower-control';
2750
2758
  export { default as TractorIcon } from '../icons/tractor';
2751
2759
  // ToyBrick aliases
2752
2760
  export { default as ToyBrickIcon } from '../icons/toy-brick';
2753
- // TrainFrontTunnel aliases
2754
- export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
2755
2761
  // TrafficCone aliases
2756
2762
  export { default as TrafficConeIcon } from '../icons/traffic-cone';
2763
+ // TrainFrontTunnel aliases
2764
+ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
2757
2765
  // TrainFront aliases
2758
2766
  export { default as TrainFrontIcon } from '../icons/train-front';
2759
- // TrainTrack aliases
2760
- export { default as TrainTrackIcon } from '../icons/train-track';
2761
2767
  // Transgender aliases
2762
2768
  export { default as TransgenderIcon } from '../icons/transgender';
2769
+ // TrainTrack aliases
2770
+ export { default as TrainTrackIcon } from '../icons/train-track';
2763
2771
  // Trash2 aliases
2764
2772
  export { default as Trash2Icon } from '../icons/trash-2';
2765
2773
  // Trash aliases
@@ -2772,42 +2780,42 @@ export { default as TreePineIcon } from '../icons/tree-pine';
2772
2780
  export { default as TreesIcon } from '../icons/trees';
2773
2781
  // TrendingDown aliases
2774
2782
  export { default as TrendingDownIcon } from '../icons/trending-down';
2775
- // TrendingUpDown aliases
2776
- export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
2777
2783
  // TrendingUp aliases
2778
2784
  export { default as TrendingUpIcon } from '../icons/trending-up';
2785
+ // TrendingUpDown aliases
2786
+ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
2779
2787
  // TriangleDashed aliases
2780
2788
  export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
2781
2789
  // TriangleRight aliases
2782
2790
  export { default as TriangleRightIcon } from '../icons/triangle-right';
2783
- // Trophy aliases
2784
- export { default as TrophyIcon } from '../icons/trophy';
2785
2791
  // Triangle aliases
2786
2792
  export { default as TriangleIcon } from '../icons/triangle';
2787
- // TruckElectric aliases
2788
- export { default as TruckElectricIcon } from '../icons/truck-electric';
2793
+ // Trophy aliases
2794
+ export { default as TrophyIcon } from '../icons/trophy';
2789
2795
  // Truck aliases
2790
2796
  export { default as TruckIcon } from '../icons/truck';
2791
- // Turntable aliases
2792
- export { default as TurntableIcon } from '../icons/turntable';
2793
- // Turtle aliases
2794
- export { default as TurtleIcon } from '../icons/turtle';
2795
2797
  // TurkishLira aliases
2796
2798
  export { default as TurkishLiraIcon } from '../icons/turkish-lira';
2799
+ // Turntable aliases
2800
+ export { default as TurntableIcon } from '../icons/turntable';
2801
+ // TruckElectric aliases
2802
+ export { default as TruckElectricIcon } from '../icons/truck-electric';
2797
2803
  // TvMinimalPlay aliases
2798
2804
  export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
2799
2805
  // Tv aliases
2800
2806
  export { default as TvIcon } from '../icons/tv';
2807
+ // Turtle aliases
2808
+ export { default as TurtleIcon } from '../icons/turtle';
2801
2809
  // TypeOutline aliases
2802
2810
  export { default as TypeOutlineIcon } from '../icons/type-outline';
2803
2811
  // Type aliases
2804
2812
  export { default as TypeIcon } from '../icons/type';
2805
- // UmbrellaOff aliases
2806
- export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
2807
2813
  // Umbrella aliases
2808
2814
  export { default as UmbrellaIcon } from '../icons/umbrella';
2809
2815
  // Underline aliases
2810
2816
  export { default as UnderlineIcon } from '../icons/underline';
2817
+ // UmbrellaOff aliases
2818
+ export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
2811
2819
  // Undo2 aliases
2812
2820
  export { default as Undo2Icon } from '../icons/undo-2';
2813
2821
  // UndoDot aliases
@@ -2816,18 +2824,18 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
2816
2824
  export { default as UndoIcon } from '../icons/undo';
2817
2825
  // UnfoldHorizontal aliases
2818
2826
  export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
2819
- // UnfoldVertical aliases
2820
- export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
2821
2827
  // Ungroup aliases
2822
2828
  export { default as UngroupIcon } from '../icons/ungroup';
2829
+ // UnfoldVertical aliases
2830
+ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
2823
2831
  // Unlink2 aliases
2824
2832
  export { default as Unlink2Icon } from '../icons/unlink-2';
2833
+ // Unlink aliases
2834
+ export { default as UnlinkIcon } from '../icons/unlink';
2825
2835
  // Unplug aliases
2826
2836
  export { default as UnplugIcon } from '../icons/unplug';
2827
2837
  // Upload aliases
2828
2838
  export { default as UploadIcon } from '../icons/upload';
2829
- // Unlink aliases
2830
- export { default as UnlinkIcon } from '../icons/unlink';
2831
2839
  // Usb aliases
2832
2840
  export { default as UsbIcon } from '../icons/usb';
2833
2841
  // UserCheck aliases
@@ -2840,10 +2848,10 @@ export { default as UserKeyIcon } from '../icons/user-key';
2840
2848
  export { default as UserLockIcon } from '../icons/user-lock';
2841
2849
  // UserMinus aliases
2842
2850
  export { default as UserMinusIcon } from '../icons/user-minus';
2843
- // UserPen aliases
2844
- export { default as UserPenIcon } from '../icons/user-pen';
2845
2851
  // UserPlus aliases
2846
2852
  export { default as UserPlusIcon } from '../icons/user-plus';
2853
+ // UserPen aliases
2854
+ export { default as UserPenIcon } from '../icons/user-pen';
2847
2855
  // UserRoundArrowLeft aliases
2848
2856
  export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
2849
2857
  // UserRoundKey aliases
@@ -2854,10 +2862,12 @@ export { default as UserRoundPenIcon } from '../icons/user-round-pen';
2854
2862
  export { default as UserRoundSearchIcon } from '../icons/user-round-search';
2855
2863
  // UserSearch aliases
2856
2864
  export { default as UserSearchIcon } from '../icons/user-search';
2857
- // UserStar aliases
2858
- export { default as UserStarIcon } from '../icons/user-star';
2865
+ // UserShield aliases
2866
+ export { default as UserShieldIcon } from '../icons/user-shield';
2859
2867
  // UserX aliases
2860
2868
  export { default as UserXIcon } from '../icons/user-x';
2869
+ // UserStar aliases
2870
+ export { default as UserStarIcon } from '../icons/user-star';
2861
2871
  // User aliases
2862
2872
  export { default as UserIcon } from '../icons/user';
2863
2873
  // Users aliases
@@ -2878,10 +2888,10 @@ export { default as VeganIcon } from '../icons/vegan';
2878
2888
  export { default as VenetianMaskIcon } from '../icons/venetian-mask';
2879
2889
  // VenusAndMars aliases
2880
2890
  export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
2881
- // Venus aliases
2882
- export { default as VenusIcon } from '../icons/venus';
2883
2891
  // VibrateOff aliases
2884
2892
  export { default as VibrateOffIcon } from '../icons/vibrate-off';
2893
+ // Venus aliases
2894
+ export { default as VenusIcon } from '../icons/venus';
2885
2895
  // Vibrate aliases
2886
2896
  export { default as VibrateIcon } from '../icons/vibrate';
2887
2897
  // VideoOff aliases
@@ -2896,18 +2906,18 @@ export { default as ViewIcon } from '../icons/view';
2896
2906
  export { default as VoicemailIcon } from '../icons/voicemail';
2897
2907
  // Volleyball aliases
2898
2908
  export { default as VolleyballIcon } from '../icons/volleyball';
2899
- // Volume1 aliases
2900
- export { default as Volume1Icon } from '../icons/volume-1';
2901
2909
  // Volume2 aliases
2902
2910
  export { default as Volume2Icon } from '../icons/volume-2';
2903
- // VolumeOff aliases
2904
- export { default as VolumeOffIcon } from '../icons/volume-off';
2911
+ // Volume1 aliases
2912
+ export { default as Volume1Icon } from '../icons/volume-1';
2905
2913
  // VolumeX aliases
2906
2914
  export { default as VolumeXIcon } from '../icons/volume-x';
2907
- // Volume aliases
2908
- export { default as VolumeIcon } from '../icons/volume';
2915
+ // VolumeOff aliases
2916
+ export { default as VolumeOffIcon } from '../icons/volume-off';
2909
2917
  // Vote aliases
2910
2918
  export { default as VoteIcon } from '../icons/vote';
2919
+ // Volume aliases
2920
+ export { default as VolumeIcon } from '../icons/volume';
2911
2921
  // WalletCards aliases
2912
2922
  export { default as WalletCardsIcon } from '../icons/wallet-cards';
2913
2923
  // Wallet aliases
@@ -2930,36 +2940,36 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
2930
2940
  export { default as WavesLadderIcon } from '../icons/waves-ladder';
2931
2941
  // WavesVertical aliases
2932
2942
  export { default as WavesVerticalIcon } from '../icons/waves-vertical';
2933
- // Waypoints aliases
2934
- export { default as WaypointsIcon } from '../icons/waypoints';
2935
2943
  // WebcamOff aliases
2936
2944
  export { default as WebcamOffIcon } from '../icons/webcam-off';
2937
- // WebhookOff aliases
2938
- export { default as WebhookOffIcon } from '../icons/webhook-off';
2945
+ // Waypoints aliases
2946
+ export { default as WaypointsIcon } from '../icons/waypoints';
2939
2947
  // Webcam aliases
2940
2948
  export { default as WebcamIcon } from '../icons/webcam';
2949
+ // WebhookOff aliases
2950
+ export { default as WebhookOffIcon } from '../icons/webhook-off';
2941
2951
  // Webhook aliases
2942
2952
  export { default as WebhookIcon } from '../icons/webhook';
2943
2953
  // WeightTilde aliases
2944
2954
  export { default as WeightTildeIcon } from '../icons/weight-tilde';
2945
2955
  // Weight aliases
2946
2956
  export { default as WeightIcon } from '../icons/weight';
2947
- // WheatOff aliases
2948
- export { default as WheatOffIcon } from '../icons/wheat-off';
2949
2957
  // Wheat aliases
2950
2958
  export { default as WheatIcon } from '../icons/wheat';
2959
+ // WheatOff aliases
2960
+ export { default as WheatOffIcon } from '../icons/wheat-off';
2951
2961
  // WholeWord aliases
2952
2962
  export { default as WholeWordIcon } from '../icons/whole-word';
2953
- // WifiCog aliases
2954
- export { default as WifiCogIcon } from '../icons/wifi-cog';
2955
2963
  // WifiHigh aliases
2956
2964
  export { default as WifiHighIcon } from '../icons/wifi-high';
2965
+ // WifiCog aliases
2966
+ export { default as WifiCogIcon } from '../icons/wifi-cog';
2967
+ // WifiLow aliases
2968
+ export { default as WifiLowIcon } from '../icons/wifi-low';
2957
2969
  // WifiOff aliases
2958
2970
  export { default as WifiOffIcon } from '../icons/wifi-off';
2959
2971
  // WifiPen aliases
2960
2972
  export { default as WifiPenIcon } from '../icons/wifi-pen';
2961
- // WifiLow aliases
2962
- export { default as WifiLowIcon } from '../icons/wifi-low';
2963
2973
  // WifiSync aliases
2964
2974
  export { default as WifiSyncIcon } from '../icons/wifi-sync';
2965
2975
  // WifiZero aliases
@@ -2968,24 +2978,22 @@ export { default as WifiZeroIcon } from '../icons/wifi-zero';
2968
2978
  export { default as WifiIcon } from '../icons/wifi';
2969
2979
  // WindArrowDown aliases
2970
2980
  export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
2971
- // Wind aliases
2972
- export { default as WindIcon } from '../icons/wind';
2973
2981
  // WineOff aliases
2974
2982
  export { default as WineOffIcon } from '../icons/wine-off';
2975
- // Workflow aliases
2976
- export { default as WorkflowIcon } from '../icons/workflow';
2983
+ // Wind aliases
2984
+ export { default as WindIcon } from '../icons/wind';
2977
2985
  // Wine aliases
2978
2986
  export { default as WineIcon } from '../icons/wine';
2987
+ // Workflow aliases
2988
+ export { default as WorkflowIcon } from '../icons/workflow';
2979
2989
  // Worm aliases
2980
2990
  export { default as WormIcon } from '../icons/worm';
2981
- // Wrench aliases
2982
- export { default as WrenchIcon } from '../icons/wrench';
2983
2991
  // WrenchOff aliases
2984
2992
  export { default as WrenchOffIcon } from '../icons/wrench-off';
2993
+ // Wrench aliases
2994
+ export { default as WrenchIcon } from '../icons/wrench';
2985
2995
  // XLineTop aliases
2986
2996
  export { default as XLineTopIcon } from '../icons/x-line-top';
2987
- // X aliases
2988
- export { default as XIcon } from '../icons/x';
2989
2997
  // ZapOff aliases
2990
2998
  export { default as ZapOffIcon } from '../icons/zap-off';
2991
2999
  // Zap aliases
@@ -2996,22 +3004,24 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
2996
3004
  export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
2997
3005
  // ZodiacCancer aliases
2998
3006
  export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
3007
+ // X aliases
3008
+ export { default as XIcon } from '../icons/x';
2999
3009
  // ZodiacCapricorn aliases
3000
3010
  export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
3001
- // ZodiacLeo aliases
3002
- export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
3003
3011
  // ZodiacGemini aliases
3004
3012
  export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
3005
- // ZodiacLibra aliases
3006
- export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
3013
+ // ZodiacLeo aliases
3014
+ export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
3007
3015
  // ZodiacOphiuchus aliases
3008
3016
  export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
3017
+ // ZodiacLibra aliases
3018
+ export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
3009
3019
  // ZodiacPisces aliases
3010
3020
  export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
3011
- // ZodiacSagittarius aliases
3012
- export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
3013
3021
  // ZodiacScorpio aliases
3014
3022
  export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
3023
+ // ZodiacSagittarius aliases
3024
+ export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
3015
3025
  // ZodiacTaurus aliases
3016
3026
  export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
3017
3027
  // ZodiacVirgo aliases
@@ -3052,36 +3062,36 @@ export {
3052
3062
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
3053
3063
  default as ArrowDownAzIcon
3054
3064
  } from '../icons/arrow-down-a-z';
3055
- // ArrowDownWideNarrow aliases
3056
- export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
3057
- export {
3058
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
3059
- default as SortDescIcon
3060
- } from '../icons/arrow-down-wide-narrow';
3061
3065
  // ArrowDownZA aliases
3062
3066
  export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
3063
3067
  export {
3064
3068
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
3065
3069
  default as ArrowDownZaIcon
3066
3070
  } from '../icons/arrow-down-z-a';
3067
- // ArrowUpAZ aliases
3068
- export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
3071
+ // ArrowDownWideNarrow aliases
3072
+ export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
3069
3073
  export {
3070
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
3071
- default as ArrowUpAzIcon
3072
- } from '../icons/arrow-up-a-z';
3074
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
3075
+ default as SortDescIcon
3076
+ } from '../icons/arrow-down-wide-narrow';
3077
+ // ArrowUpNarrowWide aliases
3078
+ export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
3079
+ export {
3080
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
3081
+ default as SortAscIcon
3082
+ } from '../icons/arrow-up-narrow-wide';
3073
3083
  // ArrowUpZA aliases
3074
3084
  export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
3075
3085
  export {
3076
3086
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
3077
3087
  default as ArrowUpZaIcon
3078
3088
  } from '../icons/arrow-up-z-a';
3079
- // ArrowUpNarrowWide aliases
3080
- export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
3089
+ // ArrowUpAZ aliases
3090
+ export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
3081
3091
  export {
3082
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
3083
- default as SortAscIcon
3084
- } from '../icons/arrow-up-narrow-wide';
3092
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
3093
+ default as ArrowUpAzIcon
3094
+ } from '../icons/arrow-up-a-z';
3085
3095
  // Axis3d aliases
3086
3096
  export { default as Axis3dIcon } from '../icons/axis-3d';
3087
3097
  export {
@@ -3094,36 +3104,36 @@ export {
3094
3104
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
3095
3105
  default as VerifiedIcon
3096
3106
  } from '../icons/badge-check';
3097
- // BadgeQuestionMark aliases
3098
- export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
3099
- export {
3100
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
3101
- default as BadgeHelpIcon
3102
- } from '../icons/badge-question-mark';
3103
3107
  // BetweenHorizontalEnd aliases
3104
3108
  export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
3105
3109
  export {
3106
3110
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
3107
3111
  default as BetweenHorizonalEndIcon
3108
3112
  } from '../icons/between-horizontal-end';
3113
+ // BadgeQuestionMark aliases
3114
+ export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
3115
+ export {
3116
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
3117
+ default as BadgeHelpIcon
3118
+ } from '../icons/badge-question-mark';
3109
3119
  // BetweenHorizontalStart aliases
3110
3120
  export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
3111
3121
  export {
3112
3122
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
3113
3123
  default as BetweenHorizonalStartIcon
3114
3124
  } from '../icons/between-horizontal-start';
3115
- // BookDashed aliases
3116
- export { default as BookDashedIcon } from '../icons/book-dashed';
3117
- export {
3118
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
3119
- default as BookTemplateIcon
3120
- } from '../icons/book-dashed';
3121
3125
  // Braces aliases
3122
3126
  export { default as BracesIcon } from '../icons/braces';
3123
3127
  export {
3124
3128
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
3125
3129
  default as CurlyBracesIcon
3126
3130
  } from '../icons/braces';
3131
+ // BookDashed aliases
3132
+ export { default as BookDashedIcon } from '../icons/book-dashed';
3133
+ export {
3134
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
3135
+ default as BookTemplateIcon
3136
+ } from '../icons/book-dashed';
3127
3137
  // Captions aliases
3128
3138
  export { default as CaptionsIcon } from '../icons/captions';
3129
3139
  export {
@@ -3136,84 +3146,84 @@ export {
3136
3146
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
3137
3147
  default as AreaChartIcon
3138
3148
  } from '../icons/chart-area';
3139
- // ChartBarBig aliases
3140
- export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
3141
- export {
3142
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
3143
- default as BarChartHorizontalBigIcon
3144
- } from '../icons/chart-bar-big';
3145
3149
  // ChartBar aliases
3146
3150
  export { default as ChartBarIcon } from '../icons/chart-bar';
3147
3151
  export {
3148
3152
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
3149
3153
  default as BarChartHorizontalIcon
3150
3154
  } from '../icons/chart-bar';
3151
- // ChartCandlestick aliases
3152
- export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
3155
+ // ChartBarBig aliases
3156
+ export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
3153
3157
  export {
3154
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
3155
- default as CandlestickChartIcon
3156
- } from '../icons/chart-candlestick';
3158
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
3159
+ default as BarChartHorizontalBigIcon
3160
+ } from '../icons/chart-bar-big';
3157
3161
  // ChartColumnBig aliases
3158
3162
  export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
3159
3163
  export {
3160
3164
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
3161
3165
  default as BarChartBigIcon
3162
3166
  } from '../icons/chart-column-big';
3167
+ // ChartColumnIncreasing aliases
3168
+ export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
3169
+ export {
3170
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
3171
+ default as BarChart4Icon
3172
+ } from '../icons/chart-column-increasing';
3163
3173
  // ChartColumn aliases
3164
3174
  export { default as ChartColumnIcon } from '../icons/chart-column';
3165
3175
  export {
3166
3176
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
3167
3177
  default as BarChart3Icon
3168
3178
  } from '../icons/chart-column';
3169
- // ChartColumnIncreasing aliases
3170
- export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
3179
+ // ChartCandlestick aliases
3180
+ export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
3171
3181
  export {
3172
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
3173
- default as BarChart4Icon
3174
- } from '../icons/chart-column-increasing';
3182
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
3183
+ default as CandlestickChartIcon
3184
+ } from '../icons/chart-candlestick';
3175
3185
  // ChartLine aliases
3176
3186
  export { default as ChartLineIcon } from '../icons/chart-line';
3177
3187
  export {
3178
3188
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
3179
3189
  default as LineChartIcon
3180
3190
  } from '../icons/chart-line';
3181
- // ChartNoAxesGantt aliases
3182
- export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
3191
+ // ChartNoAxesColumnIncreasing aliases
3192
+ export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
3183
3193
  export {
3184
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
3185
- default as GanttChartIcon
3186
- } from '../icons/chart-no-axes-gantt';
3194
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
3195
+ default as BarChartIcon
3196
+ } from '../icons/chart-no-axes-column-increasing';
3187
3197
  // ChartNoAxesColumn aliases
3188
3198
  export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
3189
3199
  export {
3190
3200
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
3191
3201
  default as BarChart2Icon
3192
3202
  } from '../icons/chart-no-axes-column';
3193
- // ChartNoAxesColumnIncreasing aliases
3194
- export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
3203
+ // ChartNoAxesGantt aliases
3204
+ export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
3195
3205
  export {
3196
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
3197
- default as BarChartIcon
3198
- } from '../icons/chart-no-axes-column-increasing';
3206
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
3207
+ default as GanttChartIcon
3208
+ } from '../icons/chart-no-axes-gantt';
3199
3209
  // ChartPie aliases
3200
3210
  export { default as ChartPieIcon } from '../icons/chart-pie';
3201
3211
  export {
3202
3212
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
3203
3213
  default as PieChartIcon
3204
3214
  } from '../icons/chart-pie';
3205
- // CircleAlert aliases
3206
- export { default as CircleAlertIcon } from '../icons/circle-alert';
3207
- export {
3208
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
3209
- default as AlertCircleIcon
3210
- } from '../icons/circle-alert';
3211
3215
  // ChartScatter aliases
3212
3216
  export { default as ChartScatterIcon } from '../icons/chart-scatter';
3213
3217
  export {
3214
3218
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
3215
3219
  default as ScatterChartIcon
3216
3220
  } from '../icons/chart-scatter';
3221
+ // CircleAlert aliases
3222
+ export { default as CircleAlertIcon } from '../icons/circle-alert';
3223
+ export {
3224
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
3225
+ default as AlertCircleIcon
3226
+ } from '../icons/circle-alert';
3217
3227
  // CircleArrowDown aliases
3218
3228
  export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
3219
3229
  export {
@@ -3232,6 +3242,12 @@ export {
3232
3242
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
3233
3243
  default as ArrowDownRightFromCircleIcon
3234
3244
  } from '../icons/circle-arrow-out-down-right';
3245
+ // CircleArrowOutUpRight aliases
3246
+ export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
3247
+ export {
3248
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
3249
+ default as ArrowUpRightFromCircleIcon
3250
+ } from '../icons/circle-arrow-out-up-right';
3235
3251
  // CircleArrowOutUpLeft aliases
3236
3252
  export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
3237
3253
  export {
@@ -3244,12 +3260,12 @@ export {
3244
3260
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
3245
3261
  default as ArrowDownLeftFromCircleIcon
3246
3262
  } from '../icons/circle-arrow-out-down-left';
3247
- // CircleArrowOutUpRight aliases
3248
- export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
3263
+ // CircleArrowRight aliases
3264
+ export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
3249
3265
  export {
3250
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
3251
- default as ArrowUpRightFromCircleIcon
3252
- } from '../icons/circle-arrow-out-up-right';
3266
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
3267
+ default as ArrowRightCircleIcon
3268
+ } from '../icons/circle-arrow-right';
3253
3269
  // CircleArrowUp aliases
3254
3270
  export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
3255
3271
  export {
@@ -3262,42 +3278,36 @@ export {
3262
3278
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
3263
3279
  default as CheckCircleIcon
3264
3280
  } from '../icons/circle-check-big';
3265
- // CircleArrowRight aliases
3266
- export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
3281
+ // CircleChevronDown aliases
3282
+ export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
3267
3283
  export {
3268
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
3269
- default as ArrowRightCircleIcon
3270
- } from '../icons/circle-arrow-right';
3284
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
3285
+ default as ChevronDownCircleIcon
3286
+ } from '../icons/circle-chevron-down';
3271
3287
  // CircleCheck aliases
3272
3288
  export { default as CircleCheckIcon } from '../icons/circle-check';
3273
3289
  export {
3274
3290
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
3275
3291
  default as CheckCircle2Icon
3276
3292
  } from '../icons/circle-check';
3277
- // CircleChevronDown aliases
3278
- export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
3279
- export {
3280
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
3281
- default as ChevronDownCircleIcon
3282
- } from '../icons/circle-chevron-down';
3283
3293
  // CircleChevronLeft aliases
3284
3294
  export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
3285
3295
  export {
3286
3296
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
3287
3297
  default as ChevronLeftCircleIcon
3288
3298
  } from '../icons/circle-chevron-left';
3289
- // CircleChevronRight aliases
3290
- export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
3291
- export {
3292
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
3293
- default as ChevronRightCircleIcon
3294
- } from '../icons/circle-chevron-right';
3295
3299
  // CircleChevronUp aliases
3296
3300
  export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
3297
3301
  export {
3298
3302
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
3299
3303
  default as ChevronUpCircleIcon
3300
3304
  } from '../icons/circle-chevron-up';
3305
+ // CircleChevronRight aliases
3306
+ export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
3307
+ export {
3308
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
3309
+ default as ChevronRightCircleIcon
3310
+ } from '../icons/circle-chevron-right';
3301
3311
  // CircleDivide aliases
3302
3312
  export { default as CircleDivideIcon } from '../icons/circle-divide';
3303
3313
  export {
@@ -3310,30 +3320,30 @@ export {
3310
3320
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
3311
3321
  default as GaugeCircleIcon
3312
3322
  } from '../icons/circle-gauge';
3323
+ // CircleMinus aliases
3324
+ export { default as CircleMinusIcon } from '../icons/circle-minus';
3325
+ export {
3326
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
3327
+ default as MinusCircleIcon
3328
+ } from '../icons/circle-minus';
3313
3329
  // CircleParkingOff aliases
3314
3330
  export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
3315
3331
  export {
3316
3332
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
3317
3333
  default as ParkingCircleOffIcon
3318
3334
  } from '../icons/circle-parking-off';
3319
- // CircleParking aliases
3320
- export { default as CircleParkingIcon } from '../icons/circle-parking';
3321
- export {
3322
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
3323
- default as ParkingCircleIcon
3324
- } from '../icons/circle-parking';
3325
- // CircleMinus aliases
3326
- export { default as CircleMinusIcon } from '../icons/circle-minus';
3327
- export {
3328
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
3329
- default as MinusCircleIcon
3330
- } from '../icons/circle-minus';
3331
3335
  // CirclePause aliases
3332
3336
  export { default as CirclePauseIcon } from '../icons/circle-pause';
3333
3337
  export {
3334
3338
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
3335
3339
  default as PauseCircleIcon
3336
3340
  } from '../icons/circle-pause';
3341
+ // CircleParking aliases
3342
+ export { default as CircleParkingIcon } from '../icons/circle-parking';
3343
+ export {
3344
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
3345
+ default as ParkingCircleIcon
3346
+ } from '../icons/circle-parking';
3337
3347
  // CirclePercent aliases
3338
3348
  export { default as CirclePercentIcon } from '../icons/circle-percent';
3339
3349
  export {
@@ -3352,6 +3362,12 @@ export {
3352
3362
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
3353
3363
  default as PlusCircleIcon
3354
3364
  } from '../icons/circle-plus';
3365
+ // CirclePower aliases
3366
+ export { default as CirclePowerIcon } from '../icons/circle-power';
3367
+ export {
3368
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
3369
+ default as PowerCircleIcon
3370
+ } from '../icons/circle-power';
3355
3371
  // CircleQuestionMark aliases
3356
3372
  export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
3357
3373
  export {
@@ -3368,36 +3384,30 @@ export {
3368
3384
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
3369
3385
  default as CircleSlashedIcon
3370
3386
  } from '../icons/circle-slash-2';
3371
- // CirclePower aliases
3372
- export { default as CirclePowerIcon } from '../icons/circle-power';
3387
+ // CircleStop aliases
3388
+ export { default as CircleStopIcon } from '../icons/circle-stop';
3373
3389
  export {
3374
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
3375
- default as PowerCircleIcon
3376
- } from '../icons/circle-power';
3390
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
3391
+ default as StopCircleIcon
3392
+ } from '../icons/circle-stop';
3377
3393
  // CircleUserRound aliases
3378
3394
  export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
3379
3395
  export {
3380
3396
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
3381
3397
  default as UserCircle2Icon
3382
3398
  } from '../icons/circle-user-round';
3383
- // CircleStop aliases
3384
- export { default as CircleStopIcon } from '../icons/circle-stop';
3399
+ // CircleX aliases
3400
+ export { default as CircleXIcon } from '../icons/circle-x';
3385
3401
  export {
3386
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
3387
- default as StopCircleIcon
3388
- } from '../icons/circle-stop';
3402
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
3403
+ default as XCircleIcon
3404
+ } from '../icons/circle-x';
3389
3405
  // CircleUser aliases
3390
3406
  export { default as CircleUserIcon } from '../icons/circle-user';
3391
3407
  export {
3392
3408
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
3393
3409
  default as UserCircleIcon
3394
3410
  } from '../icons/circle-user';
3395
- // CircleX aliases
3396
- export { default as CircleXIcon } from '../icons/circle-x';
3397
- export {
3398
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
3399
- default as XCircleIcon
3400
- } from '../icons/circle-x';
3401
3411
  // ClipboardPenLine aliases
3402
3412
  export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
3403
3413
  export {
@@ -3410,18 +3420,18 @@ export {
3410
3420
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
3411
3421
  default as ClipboardEditIcon
3412
3422
  } from '../icons/clipboard-pen';
3413
- // CloudDownload aliases
3414
- export { default as CloudDownloadIcon } from '../icons/cloud-download';
3415
- export {
3416
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
3417
- default as DownloadCloudIcon
3418
- } from '../icons/cloud-download';
3419
3423
  // CloudUpload aliases
3420
3424
  export { default as CloudUploadIcon } from '../icons/cloud-upload';
3421
3425
  export {
3422
3426
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
3423
3427
  default as UploadCloudIcon
3424
3428
  } from '../icons/cloud-upload';
3429
+ // CloudDownload aliases
3430
+ export { default as CloudDownloadIcon } from '../icons/cloud-download';
3431
+ export {
3432
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
3433
+ default as DownloadCloudIcon
3434
+ } from '../icons/cloud-download';
3425
3435
  // CodeXml aliases
3426
3436
  export { default as CodeXmlIcon } from '../icons/code-xml';
3427
3437
  export {
@@ -3434,6 +3444,12 @@ export {
3434
3444
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
3435
3445
  default as ColumnsIcon
3436
3446
  } from '../icons/columns-2';
3447
+ // Columns3 aliases
3448
+ export { default as Columns3Icon } from '../icons/columns-3';
3449
+ export {
3450
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
3451
+ default as PanelsLeftRightIcon
3452
+ } from '../icons/columns-3';
3437
3453
  // Columns3Cog aliases
3438
3454
  export { default as Columns3CogIcon } from '../icons/columns-3-cog';
3439
3455
  export {
@@ -3444,12 +3460,6 @@ export {
3444
3460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
3445
3461
  default as TableConfigIcon
3446
3462
  } from '../icons/columns-3-cog';
3447
- // Columns3 aliases
3448
- export { default as Columns3Icon } from '../icons/columns-3';
3449
- export {
3450
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
3451
- default as PanelsLeftRightIcon
3452
- } from '../icons/columns-3';
3453
3463
  // ContactRound aliases
3454
3464
  export { default as ContactRoundIcon } from '../icons/contact-round';
3455
3465
  export {
@@ -3462,6 +3472,12 @@ export {
3462
3472
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
3463
3473
  default as PercentDiamondIcon
3464
3474
  } from '../icons/diamond-percent';
3475
+ // EllipsisVertical aliases
3476
+ export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
3477
+ export {
3478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
3479
+ default as MoreVerticalIcon
3480
+ } from '../icons/ellipsis-vertical';
3465
3481
  // Earth aliases
3466
3482
  export { default as EarthIcon } from '../icons/earth';
3467
3483
  export {
@@ -3474,12 +3490,6 @@ export {
3474
3490
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
3475
3491
  default as MoreHorizontalIcon
3476
3492
  } from '../icons/ellipsis';
3477
- // EllipsisVertical aliases
3478
- export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
3479
- export {
3480
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
3481
- default as MoreVerticalIcon
3482
- } from '../icons/ellipsis-vertical';
3483
3493
  // FileAxis3d aliases
3484
3494
  export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
3485
3495
  export {
@@ -3540,12 +3550,6 @@ export {
3540
3550
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
3541
3551
  default as FileCode2Icon
3542
3552
  } from '../icons/file-code-corner';
3543
- // FileExclamationPoint aliases
3544
- export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
3545
- export {
3546
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
3547
- default as FileWarningIcon
3548
- } from '../icons/file-exclamation-point';
3549
3553
  // FileCog aliases
3550
3554
  export { default as FileCogIcon } from '../icons/file-cog';
3551
3555
  export {
@@ -3562,24 +3566,30 @@ export {
3562
3566
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
3563
3567
  default as FileAudio2Icon
3564
3568
  } from '../icons/file-headphone';
3565
- // FileKey aliases
3566
- export { default as FileKeyIcon } from '../icons/file-key';
3569
+ // FileExclamationPoint aliases
3570
+ export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
3567
3571
  export {
3568
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
3569
- default as FileKey2Icon
3570
- } from '../icons/file-key';
3572
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
3573
+ default as FileWarningIcon
3574
+ } from '../icons/file-exclamation-point';
3575
+ // FileMinusCorner aliases
3576
+ export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
3577
+ export {
3578
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
3579
+ default as FileMinus2Icon
3580
+ } from '../icons/file-minus-corner';
3571
3581
  // FileLock aliases
3572
3582
  export { default as FileLockIcon } from '../icons/file-lock';
3573
3583
  export {
3574
3584
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
3575
3585
  default as FileLock2Icon
3576
3586
  } from '../icons/file-lock';
3577
- // FileMinusCorner aliases
3578
- export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
3587
+ // FileKey aliases
3588
+ export { default as FileKeyIcon } from '../icons/file-key';
3579
3589
  export {
3580
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
3581
- default as FileMinus2Icon
3582
- } from '../icons/file-minus-corner';
3590
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
3591
+ default as FileKey2Icon
3592
+ } from '../icons/file-key';
3583
3593
  // FilePenLine aliases
3584
3594
  export { default as FilePenLineIcon } from '../icons/file-pen-line';
3585
3595
  export {
@@ -3592,48 +3602,48 @@ export {
3592
3602
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
3593
3603
  default as FileEditIcon
3594
3604
  } from '../icons/file-pen';
3595
- // FilePlay aliases
3596
- export { default as FilePlayIcon } from '../icons/file-play';
3597
- export {
3598
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
3599
- default as FileVideoIcon
3600
- } from '../icons/file-play';
3601
3605
  // FilePlusCorner aliases
3602
3606
  export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
3603
3607
  export {
3604
3608
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
3605
3609
  default as FilePlus2Icon
3606
3610
  } from '../icons/file-plus-corner';
3607
- // FileQuestionMark aliases
3608
- export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
3611
+ // FilePlay aliases
3612
+ export { default as FilePlayIcon } from '../icons/file-play';
3609
3613
  export {
3610
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
3611
- default as FileQuestionIcon
3612
- } from '../icons/file-question-mark';
3614
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
3615
+ default as FileVideoIcon
3616
+ } from '../icons/file-play';
3613
3617
  // FileSearchCorner aliases
3614
3618
  export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
3615
3619
  export {
3616
3620
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
3617
3621
  default as FileSearch2Icon
3618
3622
  } from '../icons/file-search-corner';
3623
+ // FileQuestionMark aliases
3624
+ export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
3625
+ export {
3626
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
3627
+ default as FileQuestionIcon
3628
+ } from '../icons/file-question-mark';
3619
3629
  // FileSignal aliases
3620
3630
  export { default as FileSignalIcon } from '../icons/file-signal';
3621
3631
  export {
3622
3632
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
3623
3633
  default as FileVolume2Icon
3624
3634
  } from '../icons/file-signal';
3625
- // FileVideoCamera aliases
3626
- export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
3627
- export {
3628
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
3629
- default as FileVideo2Icon
3630
- } from '../icons/file-video-camera';
3631
3635
  // FileTypeCorner aliases
3632
3636
  export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
3633
3637
  export {
3634
3638
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
3635
3639
  default as FileType2Icon
3636
3640
  } from '../icons/file-type-corner';
3641
+ // FileVideoCamera aliases
3642
+ export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
3643
+ export {
3644
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
3645
+ default as FileVideo2Icon
3646
+ } from '../icons/file-video-camera';
3637
3647
  // FileXCorner aliases
3638
3648
  export { default as FileXCornerIcon } from '../icons/file-x-corner';
3639
3649
  export {
@@ -3658,18 +3668,18 @@ export {
3658
3668
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
3659
3669
  default as FolderEditIcon
3660
3670
  } from '../icons/folder-pen';
3661
- // Funnel aliases
3662
- export { default as FunnelIcon } from '../icons/funnel';
3663
- export {
3664
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
3665
- default as FilterIcon
3666
- } from '../icons/funnel';
3667
3671
  // FunnelX aliases
3668
3672
  export { default as FunnelXIcon } from '../icons/funnel-x';
3669
3673
  export {
3670
3674
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
3671
3675
  default as FilterXIcon
3672
3676
  } from '../icons/funnel-x';
3677
+ // Funnel aliases
3678
+ export { default as FunnelIcon } from '../icons/funnel';
3679
+ export {
3680
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
3681
+ default as FilterIcon
3682
+ } from '../icons/funnel';
3673
3683
  // GitCommitHorizontal aliases
3674
3684
  export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
3675
3685
  export {
@@ -3710,48 +3720,42 @@ export {
3710
3720
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
3711
3721
  default as Grid3X3Icon
3712
3722
  } from '../icons/grid-3x3';
3713
- // HandGrab aliases
3714
- export { default as HandGrabIcon } from '../icons/hand-grab';
3715
- export {
3716
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
3717
- default as GrabIcon
3718
- } from '../icons/hand-grab';
3719
3723
  // HandHelping aliases
3720
3724
  export { default as HandHelpingIcon } from '../icons/hand-helping';
3721
3725
  export {
3722
3726
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
3723
3727
  default as HelpingHandIcon
3724
3728
  } from '../icons/hand-helping';
3729
+ // HandGrab aliases
3730
+ export { default as HandGrabIcon } from '../icons/hand-grab';
3731
+ export {
3732
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
3733
+ default as GrabIcon
3734
+ } from '../icons/hand-grab';
3725
3735
  // House aliases
3726
3736
  export { default as HouseIcon } from '../icons/house';
3727
3737
  export {
3728
3738
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
3729
3739
  default as HomeIcon
3730
3740
  } from '../icons/house';
3731
- // IceCreamCone aliases
3732
- export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
3733
- export {
3734
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
3735
- default as IceCreamIcon
3736
- } from '../icons/ice-cream-cone';
3737
3741
  // IceCreamBowl aliases
3738
3742
  export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
3739
3743
  export {
3740
3744
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
3741
3745
  default as IceCream2Icon
3742
3746
  } from '../icons/ice-cream-bowl';
3747
+ // IceCreamCone aliases
3748
+ export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
3749
+ export {
3750
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
3751
+ default as IceCreamIcon
3752
+ } from '../icons/ice-cream-cone';
3743
3753
  // LaptopMinimal aliases
3744
3754
  export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
3745
3755
  export {
3746
3756
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
3747
3757
  default as Laptop2Icon
3748
3758
  } from '../icons/laptop-minimal';
3749
- // Layers aliases
3750
- export { default as LayersIcon } from '../icons/layers';
3751
- export {
3752
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
3753
- default as Layers3Icon
3754
- } from '../icons/layers';
3755
3759
  // ListIndentDecrease aliases
3756
3760
  export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
3757
3761
  export {
@@ -3762,6 +3766,12 @@ export {
3762
3766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
3763
3767
  default as IndentDecreaseIcon
3764
3768
  } from '../icons/list-indent-decrease';
3769
+ // Layers aliases
3770
+ export { default as LayersIcon } from '../icons/layers';
3771
+ export {
3772
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
3773
+ default as Layers3Icon
3774
+ } from '../icons/layers';
3765
3775
  // ListIndentIncrease aliases
3766
3776
  export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
3767
3777
  export {
@@ -3772,24 +3782,24 @@ export {
3772
3782
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
3773
3783
  default as IndentIncreaseIcon
3774
3784
  } from '../icons/list-indent-increase';
3775
- // LockOpen aliases
3776
- export { default as LockOpenIcon } from '../icons/lock-open';
3785
+ // LoaderCircle aliases
3786
+ export { default as LoaderCircleIcon } from '../icons/loader-circle';
3777
3787
  export {
3778
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
3779
- default as UnlockIcon
3780
- } from '../icons/lock-open';
3788
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
3789
+ default as Loader2Icon
3790
+ } from '../icons/loader-circle';
3781
3791
  // LockKeyholeOpen aliases
3782
3792
  export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
3783
3793
  export {
3784
3794
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
3785
3795
  default as UnlockKeyholeIcon
3786
3796
  } from '../icons/lock-keyhole-open';
3787
- // LoaderCircle aliases
3788
- export { default as LoaderCircleIcon } from '../icons/loader-circle';
3797
+ // LockOpen aliases
3798
+ export { default as LockOpenIcon } from '../icons/lock-open';
3789
3799
  export {
3790
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
3791
- default as Loader2Icon
3792
- } from '../icons/loader-circle';
3800
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
3801
+ default as UnlockIcon
3802
+ } from '../icons/lock-open';
3793
3803
  // MailQuestionMark aliases
3794
3804
  export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
3795
3805
  export {
@@ -3808,6 +3818,18 @@ export {
3808
3818
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
3809
3819
  default as MessageCircleQuestionIcon
3810
3820
  } from '../icons/message-circle-question-mark';
3821
+ // MicSignal aliases
3822
+ export { default as MicSignalIcon } from '../icons/mic-signal';
3823
+ export {
3824
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
3825
+ default as PodcastIcon
3826
+ } from '../icons/mic-signal';
3827
+ // MicVocal aliases
3828
+ export { default as MicVocalIcon } from '../icons/mic-vocal';
3829
+ export {
3830
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
3831
+ default as Mic2Icon
3832
+ } from '../icons/mic-vocal';
3811
3833
  // Move3d aliases
3812
3834
  export { default as Move3dIcon } from '../icons/move-3d';
3813
3835
  export {
@@ -3820,72 +3842,60 @@ export {
3820
3842
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
3821
3843
  default as AlertOctagonIcon
3822
3844
  } from '../icons/octagon-alert';
3823
- // MicVocal aliases
3824
- export { default as MicVocalIcon } from '../icons/mic-vocal';
3825
- export {
3826
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
3827
- default as Mic2Icon
3828
- } from '../icons/mic-vocal';
3829
3845
  // OctagonPause aliases
3830
3846
  export { default as OctagonPauseIcon } from '../icons/octagon-pause';
3831
3847
  export {
3832
3848
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
3833
3849
  default as PauseOctagonIcon
3834
3850
  } from '../icons/octagon-pause';
3835
- // PaintbrushVertical aliases
3836
- export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
3837
- export {
3838
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
3839
- default as Paintbrush2Icon
3840
- } from '../icons/paintbrush-vertical';
3841
3851
  // OctagonX aliases
3842
3852
  export { default as OctagonXIcon } from '../icons/octagon-x';
3843
3853
  export {
3844
3854
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
3845
3855
  default as XOctagonIcon
3846
3856
  } from '../icons/octagon-x';
3857
+ // PaintbrushVertical aliases
3858
+ export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
3859
+ export {
3860
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
3861
+ default as Paintbrush2Icon
3862
+ } from '../icons/paintbrush-vertical';
3847
3863
  // PanelBottomDashed aliases
3848
3864
  export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
3849
3865
  export {
3850
3866
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
3851
3867
  default as PanelBottomInactiveIcon
3852
3868
  } from '../icons/panel-bottom-dashed';
3869
+ // PanelLeftOpen aliases
3870
+ export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
3871
+ export {
3872
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
3873
+ default as SidebarOpenIcon
3874
+ } from '../icons/panel-left-open';
3853
3875
  // PanelLeftDashed aliases
3854
3876
  export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
3855
3877
  export {
3856
3878
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
3857
3879
  default as PanelLeftInactiveIcon
3858
3880
  } from '../icons/panel-left-dashed';
3881
+ // PanelLeft aliases
3882
+ export { default as PanelLeftIcon } from '../icons/panel-left';
3883
+ export {
3884
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
3885
+ default as SidebarIcon
3886
+ } from '../icons/panel-left';
3859
3887
  // PanelLeftClose aliases
3860
3888
  export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
3861
3889
  export {
3862
3890
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
3863
3891
  default as SidebarCloseIcon
3864
3892
  } from '../icons/panel-left-close';
3865
- // PanelLeftOpen aliases
3866
- export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
3867
- export {
3868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
3869
- default as SidebarOpenIcon
3870
- } from '../icons/panel-left-open';
3871
- // PanelLeft aliases
3872
- export { default as PanelLeftIcon } from '../icons/panel-left';
3873
- export {
3874
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
3875
- default as SidebarIcon
3876
- } from '../icons/panel-left';
3877
3893
  // PanelRightDashed aliases
3878
3894
  export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
3879
3895
  export {
3880
3896
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
3881
3897
  default as PanelRightInactiveIcon
3882
3898
  } from '../icons/panel-right-dashed';
3883
- // PanelTopDashed aliases
3884
- export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
3885
- export {
3886
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
3887
- default as PanelTopInactiveIcon
3888
- } from '../icons/panel-top-dashed';
3889
3899
  // PanelsTopLeft aliases
3890
3900
  export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
3891
3901
  export {
@@ -3898,6 +3908,18 @@ export {
3898
3908
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
3899
3909
  default as Edit3Icon
3900
3910
  } from '../icons/pen-line';
3911
+ // PanelTopDashed aliases
3912
+ export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
3913
+ export {
3914
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
3915
+ default as PanelTopInactiveIcon
3916
+ } from '../icons/panel-top-dashed';
3917
+ // Pen aliases
3918
+ export { default as PenIcon } from '../icons/pen';
3919
+ export {
3920
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
3921
+ default as Edit2Icon
3922
+ } from '../icons/pen';
3901
3923
  // PlugZap aliases
3902
3924
  export { default as PlugZapIcon } from '../icons/plug-zap';
3903
3925
  export {
@@ -3910,24 +3932,24 @@ export {
3910
3932
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
3911
3933
  default as FormInputIcon
3912
3934
  } from '../icons/rectangle-ellipsis';
3913
- // Rows2 aliases
3914
- export { default as Rows2Icon } from '../icons/rows-2';
3915
- export {
3916
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
3917
- default as RowsIcon
3918
- } from '../icons/rows-2';
3919
- // Pen aliases
3920
- export { default as PenIcon } from '../icons/pen';
3921
- export {
3922
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
3923
- default as Edit2Icon
3924
- } from '../icons/pen';
3925
3935
  // Rotate3d aliases
3926
3936
  export { default as Rotate3dIcon } from '../icons/rotate-3d';
3927
3937
  export {
3928
3938
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
3929
3939
  default as Rotate3DIcon
3930
3940
  } from '../icons/rotate-3d';
3941
+ // RotateCcwClock aliases
3942
+ export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
3943
+ export {
3944
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
3945
+ default as HistoryIcon
3946
+ } from '../icons/rotate-ccw-clock';
3947
+ // Rows2 aliases
3948
+ export { default as Rows2Icon } from '../icons/rows-2';
3949
+ export {
3950
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
3951
+ default as RowsIcon
3952
+ } from '../icons/rows-2';
3931
3953
  // Rows3 aliases
3932
3954
  export { default as Rows3Icon } from '../icons/rows-3';
3933
3955
  export {
@@ -3940,90 +3962,90 @@ export {
3940
3962
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
3941
3963
  default as Scale3DIcon
3942
3964
  } from '../icons/scale-3d';
3943
- // ShieldX aliases
3944
- export { default as ShieldXIcon } from '../icons/shield-x';
3965
+ // SendHorizontal aliases
3966
+ export { default as SendHorizontalIcon } from '../icons/send-horizontal';
3945
3967
  export {
3946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
3947
- default as ShieldCloseIcon
3948
- } from '../icons/shield-x';
3968
+ /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
3969
+ default as SendHorizonalIcon
3970
+ } from '../icons/send-horizontal';
3949
3971
  // ShieldQuestionMark aliases
3950
3972
  export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
3951
3973
  export {
3952
3974
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
3953
3975
  default as ShieldQuestionIcon
3954
3976
  } from '../icons/shield-question-mark';
3955
- // SendHorizontal aliases
3956
- export { default as SendHorizontalIcon } from '../icons/send-horizontal';
3957
- export {
3958
- /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
3959
- default as SendHorizonalIcon
3960
- } from '../icons/send-horizontal';
3961
3977
  // SlidersVertical aliases
3962
3978
  export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
3963
3979
  export {
3964
3980
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
3965
3981
  default as SlidersIcon
3966
3982
  } from '../icons/sliders-vertical';
3967
- // SquareActivity aliases
3968
- export { default as SquareActivityIcon } from '../icons/square-activity';
3969
- export {
3970
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
3971
- default as ActivitySquareIcon
3972
- } from '../icons/square-activity';
3973
3983
  // Sparkles aliases
3974
3984
  export { default as SparklesIcon } from '../icons/sparkles';
3975
3985
  export {
3976
3986
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
3977
3987
  default as StarsIcon
3978
3988
  } from '../icons/sparkles';
3989
+ // ShieldX aliases
3990
+ export { default as ShieldXIcon } from '../icons/shield-x';
3991
+ export {
3992
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
3993
+ default as ShieldCloseIcon
3994
+ } from '../icons/shield-x';
3995
+ // SquareActivity aliases
3996
+ export { default as SquareActivityIcon } from '../icons/square-activity';
3997
+ export {
3998
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
3999
+ default as ActivitySquareIcon
4000
+ } from '../icons/square-activity';
3979
4001
  // SquareArrowDownLeft aliases
3980
4002
  export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
3981
4003
  export {
3982
4004
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
3983
4005
  default as ArrowDownLeftSquareIcon
3984
4006
  } from '../icons/square-arrow-down-left';
3985
- // SquareArrowDown aliases
3986
- export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
3987
- export {
3988
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
3989
- default as ArrowDownSquareIcon
3990
- } from '../icons/square-arrow-down';
3991
4007
  // SquareArrowDownRight aliases
3992
4008
  export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
3993
4009
  export {
3994
4010
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
3995
4011
  default as ArrowDownRightSquareIcon
3996
4012
  } from '../icons/square-arrow-down-right';
4013
+ // SquareArrowDown aliases
4014
+ export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
4015
+ export {
4016
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
4017
+ default as ArrowDownSquareIcon
4018
+ } from '../icons/square-arrow-down';
3997
4019
  // SquareArrowLeft aliases
3998
4020
  export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
3999
4021
  export {
4000
4022
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
4001
4023
  default as ArrowLeftSquareIcon
4002
4024
  } from '../icons/square-arrow-left';
4003
- // SquareArrowOutDownLeft aliases
4004
- export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
4005
- export {
4006
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
4007
- default as ArrowDownLeftFromSquareIcon
4008
- } from '../icons/square-arrow-out-down-left';
4009
- // SquareArrowOutUpRight aliases
4010
- export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
4011
- export {
4012
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
4013
- default as ArrowUpRightFromSquareIcon
4014
- } from '../icons/square-arrow-out-up-right';
4015
4025
  // SquareArrowOutDownRight aliases
4016
4026
  export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
4017
4027
  export {
4018
4028
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
4019
4029
  default as ArrowDownRightFromSquareIcon
4020
4030
  } from '../icons/square-arrow-out-down-right';
4031
+ // SquareArrowOutDownLeft aliases
4032
+ export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
4033
+ export {
4034
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
4035
+ default as ArrowDownLeftFromSquareIcon
4036
+ } from '../icons/square-arrow-out-down-left';
4021
4037
  // SquareArrowOutUpLeft aliases
4022
4038
  export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
4023
4039
  export {
4024
4040
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
4025
4041
  default as ArrowUpLeftFromSquareIcon
4026
4042
  } from '../icons/square-arrow-out-up-left';
4043
+ // SquareArrowOutUpRight aliases
4044
+ export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
4045
+ export {
4046
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
4047
+ default as ArrowUpRightFromSquareIcon
4048
+ } from '../icons/square-arrow-out-up-right';
4027
4049
  // SquareArrowRight aliases
4028
4050
  export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
4029
4051
  export {
@@ -4048,24 +4070,36 @@ export {
4048
4070
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
4049
4071
  default as ArrowUpSquareIcon
4050
4072
  } from '../icons/square-arrow-up';
4051
- // SquareBottomDashedScissors aliases
4052
- export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
4053
- export {
4054
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
4055
- default as ScissorsSquareDashedBottomIcon
4056
- } from '../icons/square-bottom-dashed-scissors';
4057
4073
  // SquareAsterisk aliases
4058
4074
  export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
4059
4075
  export {
4060
4076
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
4061
4077
  default as AsteriskSquareIcon
4062
4078
  } from '../icons/square-asterisk';
4079
+ // SquareBottomDashedScissors aliases
4080
+ export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
4081
+ export {
4082
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
4083
+ default as ScissorsSquareDashedBottomIcon
4084
+ } from '../icons/square-bottom-dashed-scissors';
4063
4085
  // SquareCenterlineDashedHorizontal aliases
4064
4086
  export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
4065
4087
  export {
4066
4088
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
4067
4089
  default as FlipHorizontalIcon
4068
4090
  } from '../icons/square-centerline-dashed-horizontal';
4091
+ // SquareCenterlineDashedVertical aliases
4092
+ export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
4093
+ export {
4094
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
4095
+ default as FlipVerticalIcon
4096
+ } from '../icons/square-centerline-dashed-vertical';
4097
+ // SquareCheck aliases
4098
+ export { default as SquareCheckIcon } from '../icons/square-check';
4099
+ export {
4100
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
4101
+ default as CheckSquare2Icon
4102
+ } from '../icons/square-check';
4069
4103
  // SquareChartGantt aliases
4070
4104
  export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
4071
4105
  export {
@@ -4076,48 +4110,30 @@ export {
4076
4110
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
4077
4111
  default as SquareGanttChartIcon
4078
4112
  } from '../icons/square-chart-gantt';
4079
- // SquareCenterlineDashedVertical aliases
4080
- export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
4081
- export {
4082
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
4083
- default as FlipVerticalIcon
4084
- } from '../icons/square-centerline-dashed-vertical';
4085
4113
  // SquareCheckBig aliases
4086
4114
  export { default as SquareCheckBigIcon } from '../icons/square-check-big';
4087
4115
  export {
4088
4116
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
4089
4117
  default as CheckSquareIcon
4090
4118
  } from '../icons/square-check-big';
4091
- // SquareCheck aliases
4092
- export { default as SquareCheckIcon } from '../icons/square-check';
4093
- export {
4094
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
4095
- default as CheckSquare2Icon
4096
- } from '../icons/square-check';
4097
4119
  // SquareChevronDown aliases
4098
4120
  export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
4099
4121
  export {
4100
4122
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
4101
4123
  default as ChevronDownSquareIcon
4102
4124
  } from '../icons/square-chevron-down';
4103
- // SquareChevronRight aliases
4104
- export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
4105
- export {
4106
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
4107
- default as ChevronRightSquareIcon
4108
- } from '../icons/square-chevron-right';
4109
4125
  // SquareChevronLeft aliases
4110
4126
  export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
4111
4127
  export {
4112
4128
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
4113
4129
  default as ChevronLeftSquareIcon
4114
4130
  } from '../icons/square-chevron-left';
4115
- // SquareChevronUp aliases
4116
- export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
4131
+ // SquareChevronRight aliases
4132
+ export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
4117
4133
  export {
4118
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
4119
- default as ChevronUpSquareIcon
4120
- } from '../icons/square-chevron-up';
4134
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
4135
+ default as ChevronRightSquareIcon
4136
+ } from '../icons/square-chevron-right';
4121
4137
  // SquareCode aliases
4122
4138
  export { default as SquareCodeIcon } from '../icons/square-code';
4123
4139
  export {
@@ -4130,6 +4146,18 @@ export {
4130
4146
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
4131
4147
  default as KanbanSquareDashedIcon
4132
4148
  } from '../icons/square-dashed-kanban';
4149
+ // SquareChevronUp aliases
4150
+ export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
4151
+ export {
4152
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
4153
+ default as ChevronUpSquareIcon
4154
+ } from '../icons/square-chevron-up';
4155
+ // SquareDashedMousePointer aliases
4156
+ export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
4157
+ export {
4158
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
4159
+ default as MousePointerSquareDashedIcon
4160
+ } from '../icons/square-dashed-mouse-pointer';
4133
4161
  // SquareDashedText aliases
4134
4162
  export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
4135
4163
  export {
@@ -4140,30 +4168,24 @@ export {
4140
4168
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
4141
4169
  default as TextSelectIcon
4142
4170
  } from '../icons/square-dashed-text';
4143
- // SquareDashedMousePointer aliases
4144
- export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
4145
- export {
4146
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
4147
- default as MousePointerSquareDashedIcon
4148
- } from '../icons/square-dashed-mouse-pointer';
4149
- // SquareDashed aliases
4150
- export { default as SquareDashedIcon } from '../icons/square-dashed';
4171
+ // SquareDot aliases
4172
+ export { default as SquareDotIcon } from '../icons/square-dot';
4151
4173
  export {
4152
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
4153
- default as BoxSelectIcon
4154
- } from '../icons/square-dashed';
4174
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
4175
+ default as DotSquareIcon
4176
+ } from '../icons/square-dot';
4155
4177
  // SquareDivide aliases
4156
4178
  export { default as SquareDivideIcon } from '../icons/square-divide';
4157
4179
  export {
4158
4180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
4159
4181
  default as DivideSquareIcon
4160
4182
  } from '../icons/square-divide';
4161
- // SquareDot aliases
4162
- export { default as SquareDotIcon } from '../icons/square-dot';
4183
+ // SquareDashed aliases
4184
+ export { default as SquareDashedIcon } from '../icons/square-dashed';
4163
4185
  export {
4164
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
4165
- default as DotSquareIcon
4166
- } from '../icons/square-dot';
4186
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
4187
+ default as BoxSelectIcon
4188
+ } from '../icons/square-dashed';
4167
4189
  // SquareEqual aliases
4168
4190
  export { default as SquareEqualIcon } from '../icons/square-equal';
4169
4191
  export {
@@ -4194,12 +4216,6 @@ export {
4194
4216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
4195
4217
  default as MSquareIcon
4196
4218
  } from '../icons/square-m';
4197
- // SquareMinus aliases
4198
- export { default as SquareMinusIcon } from '../icons/square-minus';
4199
- export {
4200
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
4201
- default as MinusSquareIcon
4202
- } from '../icons/square-minus';
4203
4219
  // SquareMenu aliases
4204
4220
  export { default as SquareMenuIcon } from '../icons/square-menu';
4205
4221
  export {
@@ -4212,18 +4228,24 @@ export {
4212
4228
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
4213
4229
  default as InspectIcon
4214
4230
  } from '../icons/square-mouse-pointer';
4215
- // SquareParking aliases
4216
- export { default as SquareParkingIcon } from '../icons/square-parking';
4231
+ // SquareMinus aliases
4232
+ export { default as SquareMinusIcon } from '../icons/square-minus';
4217
4233
  export {
4218
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
4219
- default as ParkingSquareIcon
4220
- } from '../icons/square-parking';
4234
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
4235
+ default as MinusSquareIcon
4236
+ } from '../icons/square-minus';
4221
4237
  // SquareParkingOff aliases
4222
4238
  export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
4223
4239
  export {
4224
4240
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
4225
4241
  default as ParkingSquareOffIcon
4226
4242
  } from '../icons/square-parking-off';
4243
+ // SquareParking aliases
4244
+ export { default as SquareParkingIcon } from '../icons/square-parking';
4245
+ export {
4246
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
4247
+ default as ParkingSquareIcon
4248
+ } from '../icons/square-parking';
4227
4249
  // SquarePen aliases
4228
4250
  export { default as SquarePenIcon } from '../icons/square-pen';
4229
4251
  export {
@@ -4238,108 +4260,108 @@ export {
4238
4260
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
4239
4261
  default as PenSquareIcon
4240
4262
  } from '../icons/square-pen';
4241
- // SquarePercent aliases
4242
- export { default as SquarePercentIcon } from '../icons/square-percent';
4243
- export {
4244
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
4245
- default as PercentSquareIcon
4246
- } from '../icons/square-percent';
4247
4263
  // SquarePi aliases
4248
4264
  export { default as SquarePiIcon } from '../icons/square-pi';
4249
4265
  export {
4250
4266
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
4251
4267
  default as PiSquareIcon
4252
4268
  } from '../icons/square-pi';
4269
+ // SquarePercent aliases
4270
+ export { default as SquarePercentIcon } from '../icons/square-percent';
4271
+ export {
4272
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
4273
+ default as PercentSquareIcon
4274
+ } from '../icons/square-percent';
4253
4275
  // SquarePilcrow aliases
4254
4276
  export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
4255
4277
  export {
4256
4278
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
4257
4279
  default as PilcrowSquareIcon
4258
4280
  } from '../icons/square-pilcrow';
4259
- // SquarePlus aliases
4260
- export { default as SquarePlusIcon } from '../icons/square-plus';
4261
- export {
4262
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
4263
- default as PlusSquareIcon
4264
- } from '../icons/square-plus';
4265
4281
  // SquarePlay aliases
4266
4282
  export { default as SquarePlayIcon } from '../icons/square-play';
4267
4283
  export {
4268
4284
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
4269
4285
  default as PlaySquareIcon
4270
4286
  } from '../icons/square-play';
4287
+ // SquarePlus aliases
4288
+ export { default as SquarePlusIcon } from '../icons/square-plus';
4289
+ export {
4290
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
4291
+ default as PlusSquareIcon
4292
+ } from '../icons/square-plus';
4271
4293
  // SquarePower aliases
4272
4294
  export { default as SquarePowerIcon } from '../icons/square-power';
4273
4295
  export {
4274
4296
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
4275
4297
  default as PowerSquareIcon
4276
4298
  } from '../icons/square-power';
4277
- // SquareScissors aliases
4278
- export { default as SquareScissorsIcon } from '../icons/square-scissors';
4299
+ // SquareSigma aliases
4300
+ export { default as SquareSigmaIcon } from '../icons/square-sigma';
4279
4301
  export {
4280
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
4281
- default as ScissorsSquareIcon
4282
- } from '../icons/square-scissors';
4302
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
4303
+ default as SigmaSquareIcon
4304
+ } from '../icons/square-sigma';
4283
4305
  // SquareSlash aliases
4284
4306
  export { default as SquareSlashIcon } from '../icons/square-slash';
4285
4307
  export {
4286
4308
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
4287
4309
  default as SlashSquareIcon
4288
4310
  } from '../icons/square-slash';
4289
- // SquareSigma aliases
4290
- export { default as SquareSigmaIcon } from '../icons/square-sigma';
4291
- export {
4292
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
4293
- default as SigmaSquareIcon
4294
- } from '../icons/square-sigma';
4295
- // SquareTerminal aliases
4296
- export { default as SquareTerminalIcon } from '../icons/square-terminal';
4311
+ // SquareScissors aliases
4312
+ export { default as SquareScissorsIcon } from '../icons/square-scissors';
4297
4313
  export {
4298
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
4299
- default as TerminalSquareIcon
4300
- } from '../icons/square-terminal';
4314
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
4315
+ default as ScissorsSquareIcon
4316
+ } from '../icons/square-scissors';
4301
4317
  // SquareSplitVertical aliases
4302
4318
  export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
4303
4319
  export {
4304
4320
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
4305
4321
  default as SplitSquareVerticalIcon
4306
4322
  } from '../icons/square-split-vertical';
4323
+ // SquareTerminal aliases
4324
+ export { default as SquareTerminalIcon } from '../icons/square-terminal';
4325
+ export {
4326
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
4327
+ default as TerminalSquareIcon
4328
+ } from '../icons/square-terminal';
4307
4329
  // SquareSplitHorizontal aliases
4308
4330
  export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
4309
4331
  export {
4310
4332
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
4311
4333
  default as SplitSquareHorizontalIcon
4312
4334
  } from '../icons/square-split-horizontal';
4313
- // SquareUser aliases
4314
- export { default as SquareUserIcon } from '../icons/square-user';
4315
- export {
4316
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
4317
- default as UserSquareIcon
4318
- } from '../icons/square-user';
4319
4335
  // SquareUserRound aliases
4320
4336
  export { default as SquareUserRoundIcon } from '../icons/square-user-round';
4321
4337
  export {
4322
4338
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
4323
4339
  default as UserSquare2Icon
4324
4340
  } from '../icons/square-user-round';
4341
+ // SquareUser aliases
4342
+ export { default as SquareUserIcon } from '../icons/square-user';
4343
+ export {
4344
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
4345
+ default as UserSquareIcon
4346
+ } from '../icons/square-user';
4325
4347
  // SquareX aliases
4326
4348
  export { default as SquareXIcon } from '../icons/square-x';
4327
4349
  export {
4328
4350
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
4329
4351
  default as XSquareIcon
4330
4352
  } from '../icons/square-x';
4331
- // TestTubeDiagonal aliases
4332
- export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
4333
- export {
4334
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
4335
- default as TestTube2Icon
4336
- } from '../icons/test-tube-diagonal';
4337
4353
  // TextAlignCenter aliases
4338
4354
  export { default as TextAlignCenterIcon } from '../icons/text-align-center';
4339
4355
  export {
4340
4356
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
4341
4357
  default as AlignCenterIcon
4342
4358
  } from '../icons/text-align-center';
4359
+ // TestTubeDiagonal aliases
4360
+ export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
4361
+ export {
4362
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
4363
+ default as TestTube2Icon
4364
+ } from '../icons/test-tube-diagonal';
4343
4365
  // TextAlignEnd aliases
4344
4366
  export { default as TextAlignEndIcon } from '../icons/text-align-end';
4345
4367
  export {
@@ -4352,18 +4374,6 @@ export {
4352
4374
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
4353
4375
  default as AlignJustifyIcon
4354
4376
  } from '../icons/text-align-justify';
4355
- // TextInitial aliases
4356
- export { default as TextInitialIcon } from '../icons/text-initial';
4357
- export {
4358
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
4359
- default as LetterTextIcon
4360
- } from '../icons/text-initial';
4361
- // TramFront aliases
4362
- export { default as TramFrontIcon } from '../icons/tram-front';
4363
- export {
4364
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
4365
- default as TrainIcon
4366
- } from '../icons/tram-front';
4367
4377
  // TextAlignStart aliases
4368
4378
  export { default as TextAlignStartIcon } from '../icons/text-align-start';
4369
4379
  export {
@@ -4374,12 +4384,24 @@ export {
4374
4384
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
4375
4385
  default as AlignLeftIcon
4376
4386
  } from '../icons/text-align-start';
4387
+ // TextInitial aliases
4388
+ export { default as TextInitialIcon } from '../icons/text-initial';
4389
+ export {
4390
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
4391
+ default as LetterTextIcon
4392
+ } from '../icons/text-initial';
4377
4393
  // TextWrap aliases
4378
4394
  export { default as TextWrapIcon } from '../icons/text-wrap';
4379
4395
  export {
4380
4396
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
4381
4397
  default as WrapTextIcon
4382
4398
  } from '../icons/text-wrap';
4399
+ // TramFront aliases
4400
+ export { default as TramFrontIcon } from '../icons/tram-front';
4401
+ export {
4402
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
4403
+ default as TrainIcon
4404
+ } from '../icons/tram-front';
4383
4405
  // TreePalm aliases
4384
4406
  export { default as TreePalmIcon } from '../icons/tree-palm';
4385
4407
  export {
@@ -4398,18 +4420,18 @@ export {
4398
4420
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
4399
4421
  default as Tv2Icon
4400
4422
  } from '../icons/tv-minimal';
4401
- // University aliases
4402
- export { default as UniversityIcon } from '../icons/university';
4403
- export {
4404
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
4405
- default as School2Icon
4406
- } from '../icons/university';
4407
4423
  // UserRoundCheck aliases
4408
4424
  export { default as UserRoundCheckIcon } from '../icons/user-round-check';
4409
4425
  export {
4410
4426
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
4411
4427
  default as UserCheck2Icon
4412
4428
  } from '../icons/user-round-check';
4429
+ // University aliases
4430
+ export { default as UniversityIcon } from '../icons/university';
4431
+ export {
4432
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
4433
+ default as School2Icon
4434
+ } from '../icons/university';
4413
4435
  // UserRoundCog aliases
4414
4436
  export { default as UserRoundCogIcon } from '../icons/user-round-cog';
4415
4437
  export {
@@ -4434,42 +4456,42 @@ export {
4434
4456
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
4435
4457
  default as UserX2Icon
4436
4458
  } from '../icons/user-round-x';
4437
- // UserRound aliases
4438
- export { default as UserRoundIcon } from '../icons/user-round';
4439
- export {
4440
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
4441
- default as User2Icon
4442
- } from '../icons/user-round';
4443
4459
  // UsersRound aliases
4444
4460
  export { default as UsersRoundIcon } from '../icons/users-round';
4445
4461
  export {
4446
4462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
4447
4463
  default as Users2Icon
4448
4464
  } from '../icons/users-round';
4449
- // UtensilsCrossed aliases
4450
- export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
4465
+ // UserRound aliases
4466
+ export { default as UserRoundIcon } from '../icons/user-round';
4451
4467
  export {
4452
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
4453
- default as ForkKnifeCrossedIcon
4454
- } from '../icons/utensils-crossed';
4468
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
4469
+ default as User2Icon
4470
+ } from '../icons/user-round';
4455
4471
  // Utensils aliases
4456
4472
  export { default as UtensilsIcon } from '../icons/utensils';
4457
4473
  export {
4458
4474
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
4459
4475
  default as ForkKnifeIcon
4460
4476
  } from '../icons/utensils';
4461
- // WandSparkles aliases
4462
- export { default as WandSparklesIcon } from '../icons/wand-sparkles';
4477
+ // UtensilsCrossed aliases
4478
+ export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
4463
4479
  export {
4464
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
4465
- default as Wand2Icon
4466
- } from '../icons/wand-sparkles';
4480
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
4481
+ default as ForkKnifeCrossedIcon
4482
+ } from '../icons/utensils-crossed';
4467
4483
  // WalletMinimal aliases
4468
4484
  export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
4469
4485
  export {
4470
4486
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
4471
4487
  default as Wallet2Icon
4472
4488
  } from '../icons/wallet-minimal';
4489
+ // WandSparkles aliases
4490
+ export { default as WandSparklesIcon } from '../icons/wand-sparkles';
4491
+ export {
4492
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
4493
+ default as Wand2Icon
4494
+ } from '../icons/wand-sparkles';
4473
4495
  // WavesHorizontal aliases
4474
4496
  export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
4475
4497
  export {