@lucide/astro 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +102 -102
- package/src/aliases/prefixed.ts +593 -587
- package/src/aliases/suffixed.ts +892 -886
- package/src/icons/angle.ts +18 -0
- package/src/icons/eject.ts +18 -0
- package/src/icons/index.ts +204 -201
- package/src/icons/mail-badge.ts +18 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as LucideActivity } from '../icons/activity';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as LucideAd } from '../icons/ad';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as LucideActivity } from '../icons/activity';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
@@ -22,10 +22,10 @@ export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
|
22
22
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as LucideAlbum } from '../icons/album';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
@@ -48,10 +48,10 @@ export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-hori
|
|
|
48
48
|
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignStartVertical aliases
|
|
54
52
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
@@ -68,14 +68,16 @@ export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertic
|
|
|
68
68
|
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ambulance aliases
|
|
70
70
|
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
73
71
|
// Ampersand aliases
|
|
74
72
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as LucideAnchor } from '../icons/anchor';
|
|
79
|
+
// Angle aliases
|
|
80
|
+
export { default as LucideAngle } from '../icons/angle';
|
|
79
81
|
// Antenna aliases
|
|
80
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
81
83
|
// Anvil aliases
|
|
@@ -108,12 +110,12 @@ export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
|
108
110
|
export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
109
111
|
// ArrowBigRight aliases
|
|
110
112
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
113
113
|
// ArrowBigUp aliases
|
|
114
114
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowDownFromLine aliases
|
|
116
116
|
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
117
119
|
// ArrowDownLeft aliases
|
|
118
120
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
@@ -122,10 +124,10 @@ export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow
|
|
|
122
124
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
123
125
|
// ArrowDownToDot aliases
|
|
124
126
|
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
125
|
-
// ArrowDownUp aliases
|
|
126
|
-
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
@@ -144,18 +146,18 @@ export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
|
144
146
|
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
145
147
|
// ArrowRight aliases
|
|
146
148
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
147
|
-
// ArrowUpDown aliases
|
|
148
|
-
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
149
149
|
// ArrowUpFromDot aliases
|
|
150
150
|
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
|
-
//
|
|
156
|
-
export { default as
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpToLine aliases
|
|
158
158
|
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
161
|
// ArrowUpWideNarrow aliases
|
|
160
162
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
161
163
|
// ArrowUp aliases
|
|
@@ -204,12 +206,12 @@ export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
|
204
206
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
205
207
|
// BadgePlus aliases
|
|
206
208
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
209
|
+
// BadgePoundSterling aliases
|
|
210
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
207
211
|
// BadgeRussianRuble aliases
|
|
208
212
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
209
213
|
// BadgeSwissFranc aliases
|
|
210
214
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
211
|
-
// BadgePoundSterling aliases
|
|
212
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
213
215
|
// BadgeTurkishLira aliases
|
|
214
216
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
215
217
|
// BadgeX aliases
|
|
@@ -220,12 +222,12 @@ export { default as LucideBadge } from '../icons/badge';
|
|
|
220
222
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
221
223
|
// Balloon aliases
|
|
222
224
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as LucideBan } from '../icons/ban';
|
|
225
225
|
// Banana aliases
|
|
226
226
|
export { default as LucideBanana } from '../icons/banana';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as LucideBandage } from '../icons/bandage';
|
|
229
|
+
// Ban aliases
|
|
230
|
+
export { default as LucideBan } from '../icons/ban';
|
|
229
231
|
// BanknoteArrowDown aliases
|
|
230
232
|
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
231
233
|
// BanknoteArrowUp aliases
|
|
@@ -234,10 +236,10 @@ export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
|
234
236
|
export { default as LucideBanknoteCheck } from '../icons/banknote-check';
|
|
235
237
|
// BanknoteX aliases
|
|
236
238
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
237
|
-
// Barcode aliases
|
|
238
|
-
export { default as LucideBarcode } from '../icons/barcode';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
241
|
+
// Barcode aliases
|
|
242
|
+
export { default as LucideBarcode } from '../icons/barcode';
|
|
241
243
|
// Barrel aliases
|
|
242
244
|
export { default as LucideBarrel } from '../icons/barrel';
|
|
243
245
|
// Baseline aliases
|
|
@@ -246,24 +248,24 @@ export { default as LucideBaseline } from '../icons/baseline';
|
|
|
246
248
|
export { default as LucideBath } from '../icons/bath';
|
|
247
249
|
// BatteryCharging aliases
|
|
248
250
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
252
252
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
253
|
+
// BatteryFull aliases
|
|
254
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
255
257
|
// BatteryPlus aliases
|
|
256
258
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
259
259
|
// BatteryWarning aliases
|
|
260
260
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as LucideBattery } from '../icons/battery';
|
|
261
263
|
// Beaker aliases
|
|
262
264
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
263
|
-
// BeanOff aliases
|
|
264
|
-
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as LucideBean } from '../icons/bean';
|
|
267
|
+
// BeanOff aliases
|
|
268
|
+
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
267
269
|
// BedDouble aliases
|
|
268
270
|
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
269
271
|
// BedSingle aliases
|
|
@@ -300,10 +302,10 @@ export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-e
|
|
|
300
302
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
301
303
|
// BicepsFlexed aliases
|
|
302
304
|
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
303
|
-
// Binary aliases
|
|
304
|
-
export { default as LucideBinary } from '../icons/binary';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as LucideBike } from '../icons/bike';
|
|
307
|
+
// Binary aliases
|
|
308
|
+
export { default as LucideBinary } from '../icons/binary';
|
|
307
309
|
// Binoculars aliases
|
|
308
310
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
309
311
|
// Biohazard aliases
|
|
@@ -314,10 +316,10 @@ export { default as LucideBird } from '../icons/bird';
|
|
|
314
316
|
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
315
317
|
// Bitcoin aliases
|
|
316
318
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
317
|
-
// Blender aliases
|
|
318
|
-
export { default as LucideBlender } from '../icons/blender';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as LucideBlend } from '../icons/blend';
|
|
321
|
+
// Blender aliases
|
|
322
|
+
export { default as LucideBlender } from '../icons/blender';
|
|
321
323
|
// Blinds aliases
|
|
322
324
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
323
325
|
// Blocks aliases
|
|
@@ -344,10 +346,10 @@ export { default as LucideBone } from '../icons/bone';
|
|
|
344
346
|
export { default as LucideBookA } from '../icons/book-a';
|
|
345
347
|
// BookAlert aliases
|
|
346
348
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
347
|
-
// BookAudio aliases
|
|
348
|
-
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
349
349
|
// BookCheck aliases
|
|
350
350
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
351
|
+
// BookAudio aliases
|
|
352
|
+
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
351
353
|
// BookCopy aliases
|
|
352
354
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
353
355
|
// BookDown aliases
|
|
@@ -356,12 +358,12 @@ export { default as LucideBookDown } from '../icons/book-down';
|
|
|
356
358
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
357
359
|
// BookHeart aliases
|
|
358
360
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
359
|
-
// BookKey aliases
|
|
360
|
-
export { default as LucideBookKey } from '../icons/book-key';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
363
363
|
// BookLock aliases
|
|
364
364
|
export { default as LucideBookLock } from '../icons/book-lock';
|
|
365
|
+
// BookKey aliases
|
|
366
|
+
export { default as LucideBookKey } from '../icons/book-key';
|
|
365
367
|
// BookMarked aliases
|
|
366
368
|
export { default as LucideBookMarked } from '../icons/book-marked';
|
|
367
369
|
// BookMinus aliases
|
|
@@ -412,16 +414,16 @@ export { default as LucideBotOff } from '../icons/bot-off';
|
|
|
412
414
|
export { default as LucideBot } from '../icons/bot';
|
|
413
415
|
// BottleWine aliases
|
|
414
416
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
415
|
-
// BowArrow aliases
|
|
416
|
-
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
417
417
|
// Box aliases
|
|
418
418
|
export { default as LucideBox } from '../icons/box';
|
|
419
|
+
// BowArrow aliases
|
|
420
|
+
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
419
421
|
// Boxes aliases
|
|
420
422
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
421
|
-
// BrainCircuit aliases
|
|
422
|
-
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
425
|
+
// BrainCircuit aliases
|
|
426
|
+
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
425
427
|
// BrainCog aliases
|
|
426
428
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
427
429
|
// Brain aliases
|
|
@@ -452,12 +454,12 @@ export { default as LucideBroom } from '../icons/broom';
|
|
|
452
454
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
453
455
|
// Brush aliases
|
|
454
456
|
export { default as LucideBrush } from '../icons/brush';
|
|
455
|
-
// BugOff aliases
|
|
456
|
-
export { default as LucideBugOff } from '../icons/bug-off';
|
|
457
457
|
// Bubbles aliases
|
|
458
458
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
459
459
|
// BugPlay aliases
|
|
460
460
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as LucideBugOff } from '../icons/bug-off';
|
|
461
463
|
// Bug aliases
|
|
462
464
|
export { default as LucideBug } from '../icons/bug';
|
|
463
465
|
// Building2 aliases
|
|
@@ -474,10 +476,10 @@ export { default as LucideCableCar } from '../icons/cable-car';
|
|
|
474
476
|
export { default as LucideCable } from '../icons/cable';
|
|
475
477
|
// CakeSlice aliases
|
|
476
478
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
477
|
-
// Calculator aliases
|
|
478
|
-
export { default as LucideCalculator } from '../icons/calculator';
|
|
479
479
|
// Cake aliases
|
|
480
480
|
export { default as LucideCake } from '../icons/cake';
|
|
481
|
+
// Calculator aliases
|
|
482
|
+
export { default as LucideCalculator } from '../icons/calculator';
|
|
481
483
|
// Calendar1 aliases
|
|
482
484
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
483
485
|
// CalendarArrowDown aliases
|
|
@@ -506,10 +508,10 @@ export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
|
506
508
|
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
507
509
|
// CalendarPlus2 aliases
|
|
508
510
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
509
|
-
// CalendarRange aliases
|
|
510
|
-
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
511
511
|
// CalendarPlus aliases
|
|
512
512
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
513
515
|
// CalendarSearch aliases
|
|
514
516
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
515
517
|
// CalendarSync aliases
|
|
@@ -542,22 +544,22 @@ export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
|
542
544
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
543
545
|
// CarTaxiFront aliases
|
|
544
546
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
545
|
-
// Car aliases
|
|
546
|
-
export { default as LucideCar } from '../icons/car';
|
|
547
547
|
// Caravan aliases
|
|
548
548
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
549
|
+
// Car aliases
|
|
550
|
+
export { default as LucideCar } from '../icons/car';
|
|
549
551
|
// CardSim aliases
|
|
550
552
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
551
553
|
// Carrot aliases
|
|
552
554
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
553
555
|
// CaseLower aliases
|
|
554
556
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
557
|
+
// CaseSensitive aliases
|
|
558
|
+
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
555
559
|
// CaseUpper aliases
|
|
556
560
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
557
561
|
// CassetteTape aliases
|
|
558
562
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
559
|
-
// CaseSensitive aliases
|
|
560
|
-
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
561
563
|
// Cast aliases
|
|
562
564
|
export { default as LucideCast } from '../icons/cast';
|
|
563
565
|
// Castle aliases
|
|
@@ -572,10 +574,10 @@ export { default as LucideCctv } from '../icons/cctv';
|
|
|
572
574
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
573
575
|
// ChartBarIncreasing aliases
|
|
574
576
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
575
|
-
// ChartBarStacked aliases
|
|
576
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
577
577
|
// ChartColumnDecreasing aliases
|
|
578
578
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
579
|
+
// ChartBarStacked aliases
|
|
580
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
579
581
|
// ChartColumnStacked aliases
|
|
580
582
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
581
583
|
// ChartGantt aliases
|
|
@@ -592,20 +594,20 @@ export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
|
592
594
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
593
595
|
// CheckLine aliases
|
|
594
596
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
597
|
+
// ChefHat aliases
|
|
598
|
+
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
595
599
|
// Check aliases
|
|
596
600
|
export { default as LucideCheck } from '../icons/check';
|
|
597
601
|
// Cherry aliases
|
|
598
602
|
export { default as LucideCherry } from '../icons/cherry';
|
|
599
|
-
// ChefHat aliases
|
|
600
|
-
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
601
603
|
// ChessBishop aliases
|
|
602
604
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
603
605
|
// ChessKing aliases
|
|
604
606
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
605
|
-
// ChessPawn aliases
|
|
606
|
-
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
607
607
|
// ChessKnight aliases
|
|
608
608
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
609
|
+
// ChessPawn aliases
|
|
610
|
+
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
609
611
|
// ChessQueen aliases
|
|
610
612
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
611
613
|
// ChessRook aliases
|
|
@@ -614,16 +616,16 @@ export { default as LucideChessRook } from '../icons/chess-rook';
|
|
|
614
616
|
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
615
617
|
// ChevronFirst aliases
|
|
616
618
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
617
|
-
// ChevronLeft aliases
|
|
618
|
-
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
619
619
|
// ChevronLast aliases
|
|
620
620
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
621
|
+
// ChevronLeft aliases
|
|
622
|
+
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
621
623
|
// ChevronRight aliases
|
|
622
624
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
623
|
-
// ChevronsDownUp aliases
|
|
624
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
625
625
|
// ChevronUp aliases
|
|
626
626
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
627
|
+
// ChevronsDownUp aliases
|
|
628
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
627
629
|
// ChevronsDown aliases
|
|
628
630
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
629
631
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -652,30 +654,30 @@ export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
|
652
654
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
653
655
|
// CircleDotDashed aliases
|
|
654
656
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
655
|
-
// CircleEllipsis aliases
|
|
656
|
-
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
657
657
|
// CircleDot aliases
|
|
658
658
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
659
659
|
// CircleEqual aliases
|
|
660
660
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
661
|
+
// CircleEllipsis aliases
|
|
662
|
+
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
661
663
|
// CircleEuro aliases
|
|
662
664
|
export { default as LucideCircleEuro } from '../icons/circle-euro';
|
|
663
|
-
// CircleOff aliases
|
|
664
|
-
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
665
665
|
// CircleFadingArrowUp aliases
|
|
666
666
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
667
667
|
// CircleFadingPlus aliases
|
|
668
668
|
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
669
|
+
// CircleOff aliases
|
|
670
|
+
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
669
671
|
// CirclePile aliases
|
|
670
672
|
export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
671
673
|
// CirclePoundSterling aliases
|
|
672
674
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
675
|
+
// CircleSmall aliases
|
|
676
|
+
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
673
677
|
// CircleSlash aliases
|
|
674
678
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
675
679
|
// CircleStar aliases
|
|
676
680
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
677
|
-
// CircleSmall aliases
|
|
678
|
-
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
679
681
|
// Circle aliases
|
|
680
682
|
export { default as LucideCircle } from '../icons/circle';
|
|
681
683
|
// CircuitBoard aliases
|
|
@@ -690,38 +692,38 @@ export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
|
690
692
|
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
691
693
|
// ClipboardCopy aliases
|
|
692
694
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
693
|
-
// ClipboardList aliases
|
|
694
|
-
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
695
695
|
// ClipboardMinus aliases
|
|
696
696
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
697
|
+
// ClipboardList aliases
|
|
698
|
+
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
697
699
|
// ClipboardPaste aliases
|
|
698
700
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
699
701
|
// ClipboardPlus aliases
|
|
700
702
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
701
703
|
// ClipboardType aliases
|
|
702
704
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
703
|
-
// ClipboardX aliases
|
|
704
|
-
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
705
705
|
// Clipboard aliases
|
|
706
706
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
707
|
+
// ClipboardX aliases
|
|
708
|
+
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
707
709
|
// Clock1 aliases
|
|
708
710
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
709
|
-
// Clock11 aliases
|
|
710
|
-
export { default as LucideClock11 } from '../icons/clock-11';
|
|
711
711
|
// Clock10 aliases
|
|
712
712
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
713
|
+
// Clock11 aliases
|
|
714
|
+
export { default as LucideClock11 } from '../icons/clock-11';
|
|
713
715
|
// Clock12 aliases
|
|
714
716
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
715
717
|
// Clock2 aliases
|
|
716
718
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
717
719
|
// Clock4 aliases
|
|
718
720
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
719
|
-
// Clock6 aliases
|
|
720
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
721
|
-
// Clock5 aliases
|
|
722
|
-
export { default as LucideClock5 } from '../icons/clock-5';
|
|
723
721
|
// Clock3 aliases
|
|
724
722
|
export { default as LucideClock3 } from '../icons/clock-3';
|
|
723
|
+
// Clock5 aliases
|
|
724
|
+
export { default as LucideClock5 } from '../icons/clock-5';
|
|
725
|
+
// Clock6 aliases
|
|
726
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
725
727
|
// Clock7 aliases
|
|
726
728
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
727
729
|
// Clock8 aliases
|
|
@@ -764,10 +766,10 @@ export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
|
764
766
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
765
767
|
// CloudLightning aliases
|
|
766
768
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
767
|
-
// CloudMoonRain aliases
|
|
768
|
-
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
769
769
|
// CloudMoon aliases
|
|
770
770
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
771
|
+
// CloudMoonRain aliases
|
|
772
|
+
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
771
773
|
// CloudOff aliases
|
|
772
774
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
773
775
|
// CloudRainWind aliases
|
|
@@ -788,22 +790,22 @@ export { default as LucideCloud } from '../icons/cloud';
|
|
|
788
790
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
789
791
|
// Clover aliases
|
|
790
792
|
export { default as LucideClover } from '../icons/clover';
|
|
793
|
+
// Coffee aliases
|
|
794
|
+
export { default as LucideCoffee } from '../icons/coffee';
|
|
791
795
|
// Club aliases
|
|
792
796
|
export { default as LucideClub } from '../icons/club';
|
|
793
797
|
// Code aliases
|
|
794
798
|
export { default as LucideCode } from '../icons/code';
|
|
795
|
-
// Coffee aliases
|
|
796
|
-
export { default as LucideCoffee } from '../icons/coffee';
|
|
797
799
|
// Cog aliases
|
|
798
800
|
export { default as LucideCog } from '../icons/cog';
|
|
799
|
-
// Coins aliases
|
|
800
|
-
export { default as LucideCoins } from '../icons/coins';
|
|
801
801
|
// Columns4 aliases
|
|
802
802
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
803
|
-
//
|
|
804
|
-
export { default as
|
|
803
|
+
// Coins aliases
|
|
804
|
+
export { default as LucideCoins } from '../icons/coins';
|
|
805
805
|
// Combine aliases
|
|
806
806
|
export { default as LucideCombine } from '../icons/combine';
|
|
807
|
+
// Command aliases
|
|
808
|
+
export { default as LucideCommand } from '../icons/command';
|
|
807
809
|
// Compass aliases
|
|
808
810
|
export { default as LucideCompass } from '../icons/compass';
|
|
809
811
|
// Component aliases
|
|
@@ -822,10 +824,10 @@ export { default as LucideContact } from '../icons/contact';
|
|
|
822
824
|
export { default as LucideContainer } from '../icons/container';
|
|
823
825
|
// Contrast aliases
|
|
824
826
|
export { default as LucideContrast } from '../icons/contrast';
|
|
825
|
-
// Cookie aliases
|
|
826
|
-
export { default as LucideCookie } from '../icons/cookie';
|
|
827
827
|
// CookingPot aliases
|
|
828
828
|
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
829
|
+
// Cookie aliases
|
|
830
|
+
export { default as LucideCookie } from '../icons/cookie';
|
|
829
831
|
// CopyCheck aliases
|
|
830
832
|
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
831
833
|
// CopyMinus aliases
|
|
@@ -848,10 +850,10 @@ export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
|
848
850
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
849
851
|
// CornerLeftDown aliases
|
|
850
852
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
851
|
-
// CornerLeftUp aliases
|
|
852
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
853
853
|
// CornerRightDown aliases
|
|
854
854
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
855
|
+
// CornerLeftUp aliases
|
|
856
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
855
857
|
// CornerRightUp aliases
|
|
856
858
|
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
857
859
|
// CornerUpLeft aliases
|
|
@@ -860,10 +862,10 @@ export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
|
860
862
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
861
863
|
// Cpu aliases
|
|
862
864
|
export { default as LucideCpu } from '../icons/cpu';
|
|
863
|
-
// CreativeCommons aliases
|
|
864
|
-
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
865
865
|
// CreditCard aliases
|
|
866
866
|
export { default as LucideCreditCard } from '../icons/credit-card';
|
|
867
|
+
// CreativeCommons aliases
|
|
868
|
+
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
867
869
|
// Croissant aliases
|
|
868
870
|
export { default as LucideCroissant } from '../icons/croissant';
|
|
869
871
|
// Crop aliases
|
|
@@ -884,10 +886,10 @@ export { default as LucideCurrency } from '../icons/currency';
|
|
|
884
886
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
885
887
|
// Dam aliases
|
|
886
888
|
export { default as LucideDam } from '../icons/dam';
|
|
887
|
-
// DatabaseArrowDown aliases
|
|
888
|
-
export { default as LucideDatabaseArrowDown } from '../icons/database-arrow-down';
|
|
889
889
|
// DatabaseArrowUp aliases
|
|
890
890
|
export { default as LucideDatabaseArrowUp } from '../icons/database-arrow-up';
|
|
891
|
+
// DatabaseArrowDown aliases
|
|
892
|
+
export { default as LucideDatabaseArrowDown } from '../icons/database-arrow-down';
|
|
891
893
|
// DatabaseBackup aliases
|
|
892
894
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
893
895
|
// DatabaseCheck aliases
|
|
@@ -916,10 +918,10 @@ export { default as LucideDessert } from '../icons/dessert';
|
|
|
916
918
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
917
919
|
// DiamondMinus aliases
|
|
918
920
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
919
|
-
// DiamondPlus aliases
|
|
920
|
-
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
921
921
|
// Diamond aliases
|
|
922
922
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
923
|
+
// DiamondPlus aliases
|
|
924
|
+
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
923
925
|
// Dice1 aliases
|
|
924
926
|
export { default as LucideDice1 } from '../icons/dice-1';
|
|
925
927
|
// Dice2 aliases
|
|
@@ -940,10 +942,10 @@ export { default as LucideDiff } from '../icons/diff';
|
|
|
940
942
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
941
943
|
// Disc3 aliases
|
|
942
944
|
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
943
|
-
// Disc aliases
|
|
944
|
-
export { default as LucideDisc } from '../icons/disc';
|
|
945
945
|
// DiscAlbum aliases
|
|
946
946
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
947
|
+
// Disc aliases
|
|
948
|
+
export { default as LucideDisc } from '../icons/disc';
|
|
947
949
|
// Divide aliases
|
|
948
950
|
export { default as LucideDivide } from '../icons/divide';
|
|
949
951
|
// DnaOff aliases
|
|
@@ -952,10 +954,10 @@ export { default as LucideDnaOff } from '../icons/dna-off';
|
|
|
952
954
|
export { default as LucideDna } from '../icons/dna';
|
|
953
955
|
// Dock aliases
|
|
954
956
|
export { default as LucideDock } from '../icons/dock';
|
|
955
|
-
// Dog aliases
|
|
956
|
-
export { default as LucideDog } from '../icons/dog';
|
|
957
957
|
// DollarSign aliases
|
|
958
958
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
959
|
+
// Dog aliases
|
|
960
|
+
export { default as LucideDog } from '../icons/dog';
|
|
959
961
|
// Donut aliases
|
|
960
962
|
export { default as LucideDonut } from '../icons/donut';
|
|
961
963
|
// DoorClosedLocked aliases
|
|
@@ -964,26 +966,26 @@ export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
|
964
966
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
965
967
|
// DoorOpen aliases
|
|
966
968
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
967
|
-
// Dot aliases
|
|
968
|
-
export { default as LucideDot } from '../icons/dot';
|
|
969
969
|
// Download aliases
|
|
970
970
|
export { default as LucideDownload } from '../icons/download';
|
|
971
971
|
// DraftingCompass aliases
|
|
972
972
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
973
|
+
// Dot aliases
|
|
974
|
+
export { default as LucideDot } from '../icons/dot';
|
|
973
975
|
// Drama aliases
|
|
974
976
|
export { default as LucideDrama } from '../icons/drama';
|
|
975
977
|
// Drill aliases
|
|
976
978
|
export { default as LucideDrill } from '../icons/drill';
|
|
977
979
|
// Drone aliases
|
|
978
980
|
export { default as LucideDrone } from '../icons/drone';
|
|
979
|
-
// DropletOff aliases
|
|
980
|
-
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
981
981
|
// Droplet aliases
|
|
982
982
|
export { default as LucideDroplet } from '../icons/droplet';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
983
|
+
// DropletOff aliases
|
|
984
|
+
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
985
985
|
// Drum aliases
|
|
986
986
|
export { default as LucideDrum } from '../icons/drum';
|
|
987
|
+
// Droplets aliases
|
|
988
|
+
export { default as LucideDroplets } from '../icons/droplets';
|
|
987
989
|
// Drumstick aliases
|
|
988
990
|
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
989
991
|
// Dumbbell aliases
|
|
@@ -992,30 +994,32 @@ export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
|
992
994
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
993
995
|
// Ear aliases
|
|
994
996
|
export { default as LucideEar } from '../icons/ear';
|
|
995
|
-
// EarthLock aliases
|
|
996
|
-
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
997
997
|
// Eclipse aliases
|
|
998
998
|
export { default as LucideEclipse } from '../icons/eclipse';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
999
|
+
// EarthLock aliases
|
|
1000
|
+
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
1001
1001
|
// EggFried aliases
|
|
1002
1002
|
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
1003
|
+
// EggOff aliases
|
|
1004
|
+
export { default as LucideEggOff } from '../icons/egg-off';
|
|
1003
1005
|
// Egg aliases
|
|
1004
1006
|
export { default as LucideEgg } from '../icons/egg';
|
|
1007
|
+
// Eject aliases
|
|
1008
|
+
export { default as LucideEject } from '../icons/eject';
|
|
1005
1009
|
// Ellipse aliases
|
|
1006
1010
|
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1007
1011
|
// EqualApproximately aliases
|
|
1008
1012
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
1009
|
-
// Equal aliases
|
|
1010
|
-
export { default as LucideEqual } from '../icons/equal';
|
|
1011
1013
|
// EqualNot aliases
|
|
1012
1014
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
1015
|
+
// Equal aliases
|
|
1016
|
+
export { default as LucideEqual } from '../icons/equal';
|
|
1013
1017
|
// Eraser aliases
|
|
1014
1018
|
export { default as LucideEraser } from '../icons/eraser';
|
|
1015
|
-
// EthernetPort aliases
|
|
1016
|
-
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
1017
1019
|
// Euro aliases
|
|
1018
1020
|
export { default as LucideEuro } from '../icons/euro';
|
|
1021
|
+
// EthernetPort aliases
|
|
1022
|
+
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
1019
1023
|
// EvCharger aliases
|
|
1020
1024
|
export { default as LucideEvCharger } from '../icons/ev-charger';
|
|
1021
1025
|
// Expand aliases
|
|
@@ -1034,14 +1038,14 @@ export { default as LucideEye } from '../icons/eye';
|
|
|
1034
1038
|
export { default as LucideFactory } from '../icons/factory';
|
|
1035
1039
|
// Fan aliases
|
|
1036
1040
|
export { default as LucideFan } from '../icons/fan';
|
|
1037
|
-
// FastForward aliases
|
|
1038
|
-
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1039
1041
|
// Feather aliases
|
|
1040
1042
|
export { default as LucideFeather } from '../icons/feather';
|
|
1041
|
-
// FerrisWheel aliases
|
|
1042
|
-
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1043
1043
|
// Fence aliases
|
|
1044
1044
|
export { default as LucideFence } from '../icons/fence';
|
|
1045
|
+
// FastForward aliases
|
|
1046
|
+
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1047
|
+
// FerrisWheel aliases
|
|
1048
|
+
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1045
1049
|
// FileArchive aliases
|
|
1046
1050
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1047
1051
|
// FileBox aliases
|
|
@@ -1058,18 +1062,18 @@ export { default as LucideFileDiff } from '../icons/file-diff';
|
|
|
1058
1062
|
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1059
1063
|
// FileDown aliases
|
|
1060
1064
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
1061
|
-
// FileHeart aliases
|
|
1062
|
-
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1063
1065
|
// FileImage aliases
|
|
1064
1066
|
export { default as LucideFileImage } from '../icons/file-image';
|
|
1067
|
+
// FileHeart aliases
|
|
1068
|
+
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1065
1069
|
// FileInput aliases
|
|
1066
1070
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1067
1071
|
// FileMinus aliases
|
|
1068
1072
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1069
|
-
// FileOutput aliases
|
|
1070
|
-
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1071
1073
|
// FileMusic aliases
|
|
1072
1074
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1075
|
+
// FileOutput aliases
|
|
1076
|
+
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1073
1077
|
// FilePlus aliases
|
|
1074
1078
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1075
1079
|
// FileScan aliases
|
|
@@ -1092,10 +1096,10 @@ export { default as LucideFileText } from '../icons/file-text';
|
|
|
1092
1096
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1093
1097
|
// FileUp aliases
|
|
1094
1098
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1095
|
-
// FileUser aliases
|
|
1096
|
-
export { default as LucideFileUser } from '../icons/file-user';
|
|
1097
1099
|
// FileVolume aliases
|
|
1098
1100
|
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1101
|
+
// FileUser aliases
|
|
1102
|
+
export { default as LucideFileUser } from '../icons/file-user';
|
|
1099
1103
|
// FileX aliases
|
|
1100
1104
|
export { default as LucideFileX } from '../icons/file-x';
|
|
1101
1105
|
// File aliases
|
|
@@ -1104,10 +1108,10 @@ export { default as LucideFile } from '../icons/file';
|
|
|
1104
1108
|
export { default as LucideFiles } from '../icons/files';
|
|
1105
1109
|
// Film aliases
|
|
1106
1110
|
export { default as LucideFilm } from '../icons/film';
|
|
1107
|
-
// FireExtinguisher aliases
|
|
1108
|
-
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1109
1111
|
// FishOff aliases
|
|
1110
1112
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1113
|
+
// FireExtinguisher aliases
|
|
1114
|
+
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1111
1115
|
// FishSymbol aliases
|
|
1112
1116
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1113
1117
|
// Fish aliases
|
|
@@ -1120,10 +1124,10 @@ export { default as LucideFishingRod } from '../icons/fishing-rod';
|
|
|
1120
1124
|
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1121
1125
|
// FlagOff aliases
|
|
1122
1126
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1123
|
-
// FlagTriangleRight aliases
|
|
1124
|
-
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1125
1127
|
// Flag aliases
|
|
1126
1128
|
export { default as LucideFlag } from '../icons/flag';
|
|
1129
|
+
// FlagTriangleRight aliases
|
|
1130
|
+
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1127
1131
|
// FlameKindling aliases
|
|
1128
1132
|
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1129
1133
|
// Flame aliases
|
|
@@ -1136,20 +1140,20 @@ export { default as LucideFlashlight } from '../icons/flashlight';
|
|
|
1136
1140
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1137
1141
|
// FlaskConical aliases
|
|
1138
1142
|
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1143
|
+
// FlipHorizontal2 aliases
|
|
1144
|
+
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1139
1145
|
// FlaskRound aliases
|
|
1140
1146
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1141
1147
|
// FlipVertical2 aliases
|
|
1142
1148
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1143
|
-
// FlipHorizontal2 aliases
|
|
1144
|
-
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1145
|
-
// Flower aliases
|
|
1146
|
-
export { default as LucideFlower } from '../icons/flower';
|
|
1147
|
-
// Focus aliases
|
|
1148
|
-
export { default as LucideFocus } from '../icons/focus';
|
|
1149
1149
|
// Flower2 aliases
|
|
1150
1150
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1151
|
+
// Flower aliases
|
|
1152
|
+
export { default as LucideFlower } from '../icons/flower';
|
|
1151
1153
|
// FoldHorizontal aliases
|
|
1152
1154
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1155
|
+
// Focus aliases
|
|
1156
|
+
export { default as LucideFocus } from '../icons/focus';
|
|
1153
1157
|
// FoldVertical aliases
|
|
1154
1158
|
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1155
1159
|
// FolderBookmark aliases
|
|
@@ -1164,14 +1168,14 @@ export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
|
1164
1168
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1165
1169
|
// FolderCode aliases
|
|
1166
1170
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1167
|
-
// FolderDown aliases
|
|
1168
|
-
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1169
1171
|
// FolderDot aliases
|
|
1170
1172
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1173
|
+
// FolderDown aliases
|
|
1174
|
+
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1173
1175
|
// FolderGit aliases
|
|
1174
1176
|
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1177
|
+
// FolderGit2 aliases
|
|
1178
|
+
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1175
1179
|
// FolderHeart aliases
|
|
1176
1180
|
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1177
1181
|
// FolderInput aliases
|
|
@@ -1202,10 +1206,10 @@ export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
|
1202
1206
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1203
1207
|
// FolderSync aliases
|
|
1204
1208
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1205
|
-
// FolderTree aliases
|
|
1206
|
-
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1207
1209
|
// FolderUp aliases
|
|
1208
1210
|
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1211
|
+
// FolderTree aliases
|
|
1212
|
+
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1209
1213
|
// FolderX aliases
|
|
1210
1214
|
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1211
1215
|
// Folder aliases
|
|
@@ -1240,14 +1244,14 @@ export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-e
|
|
|
1240
1244
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1241
1245
|
// Gamepad2 aliases
|
|
1242
1246
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1243
|
-
// Gamepad aliases
|
|
1244
|
-
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1245
1247
|
// GamepadDirectional aliases
|
|
1246
1248
|
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1249
|
+
// Gamepad aliases
|
|
1250
|
+
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1249
1251
|
// Gauge aliases
|
|
1250
1252
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1253
|
+
// Gavel aliases
|
|
1254
|
+
export { default as LucideGavel } from '../icons/gavel';
|
|
1251
1255
|
// Gem aliases
|
|
1252
1256
|
export { default as LucideGem } from '../icons/gem';
|
|
1253
1257
|
// GeorgianLari aliases
|
|
@@ -1264,18 +1268,18 @@ export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
|
1264
1268
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1265
1269
|
// GitCommitVertical aliases
|
|
1266
1270
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1267
|
-
// GitCompare aliases
|
|
1268
|
-
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1269
1271
|
// GitCompareArrows aliases
|
|
1270
1272
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1273
|
+
// GitCompare aliases
|
|
1274
|
+
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1271
1275
|
// GitFork aliases
|
|
1272
1276
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1273
|
-
// GitMergeConflict aliases
|
|
1274
|
-
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1275
1277
|
// GitGraph aliases
|
|
1276
1278
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1277
1279
|
// GitMerge aliases
|
|
1278
1280
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1281
|
+
// GitMergeConflict aliases
|
|
1282
|
+
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1279
1283
|
// GitPullRequestArrow aliases
|
|
1280
1284
|
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1281
1285
|
// GitPullRequestClosed aliases
|
|
@@ -1290,14 +1294,14 @@ export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-
|
|
|
1290
1294
|
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1291
1295
|
// GlassWater aliases
|
|
1292
1296
|
export { default as LucideGlassWater } from '../icons/glass-water';
|
|
1293
|
-
// GlobeCheck aliases
|
|
1294
|
-
export { default as LucideGlobeCheck } from '../icons/globe-check';
|
|
1295
1297
|
// Glasses aliases
|
|
1296
1298
|
export { default as LucideGlasses } from '../icons/glasses';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1299
|
+
// GlobeCheck aliases
|
|
1300
|
+
export { default as LucideGlobeCheck } from '../icons/globe-check';
|
|
1299
1301
|
// GlobeOff aliases
|
|
1300
1302
|
export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
1303
|
+
// GlobeLock aliases
|
|
1304
|
+
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1301
1305
|
// GlobeX aliases
|
|
1302
1306
|
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1303
1307
|
// Globe aliases
|
|
@@ -1356,10 +1360,10 @@ export { default as LucideHardHat } from '../icons/hard-hat';
|
|
|
1356
1360
|
export { default as LucideHash } from '../icons/hash';
|
|
1357
1361
|
// HatGlasses aliases
|
|
1358
1362
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1359
|
-
// Hd aliases
|
|
1360
|
-
export { default as LucideHd } from '../icons/hd';
|
|
1361
1363
|
// Haze aliases
|
|
1362
1364
|
export { default as LucideHaze } from '../icons/haze';
|
|
1365
|
+
// Hd aliases
|
|
1366
|
+
export { default as LucideHd } from '../icons/hd';
|
|
1363
1367
|
// HdmiPort aliases
|
|
1364
1368
|
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1365
1369
|
// Heading1 aliases
|
|
@@ -1384,10 +1388,10 @@ export { default as LucideHeadphones } from '../icons/headphones';
|
|
|
1384
1388
|
export { default as LucideHeadset } from '../icons/headset';
|
|
1385
1389
|
// HeartCrack aliases
|
|
1386
1390
|
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1387
|
-
// HeartHandshake aliases
|
|
1388
|
-
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1389
1391
|
// HeartMinus aliases
|
|
1390
1392
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1393
|
+
// HeartHandshake aliases
|
|
1394
|
+
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1391
1395
|
// HeartOff aliases
|
|
1392
1396
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1393
1397
|
// HeartPlus aliases
|
|
@@ -1420,10 +1424,10 @@ export { default as LucideHourglass } from '../icons/hourglass';
|
|
|
1420
1424
|
export { default as LucideHouseHeart } from '../icons/house-heart';
|
|
1421
1425
|
// HousePlug aliases
|
|
1422
1426
|
export { default as LucideHousePlug } from '../icons/house-plug';
|
|
1423
|
-
// HousePlus aliases
|
|
1424
|
-
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1425
1427
|
// HouseWifi aliases
|
|
1426
1428
|
export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
1429
|
+
// HousePlus aliases
|
|
1430
|
+
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1427
1431
|
// IdCardLanyard aliases
|
|
1428
1432
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1429
1433
|
// IdCard aliases
|
|
@@ -1470,10 +1474,10 @@ export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
|
1470
1474
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1471
1475
|
// Kanban aliases
|
|
1472
1476
|
export { default as LucideKanban } from '../icons/kanban';
|
|
1473
|
-
// KeyRound aliases
|
|
1474
|
-
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1475
1477
|
// Kayak aliases
|
|
1476
1478
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1479
|
+
// KeyRound aliases
|
|
1480
|
+
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1477
1481
|
// KeySquare aliases
|
|
1478
1482
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1479
1483
|
// Key aliases
|
|
@@ -1482,10 +1486,10 @@ export { default as LucideKey } from '../icons/key';
|
|
|
1482
1486
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1483
1487
|
// KeyboardOff aliases
|
|
1484
1488
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1485
|
-
// Keyboard aliases
|
|
1486
|
-
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1487
1489
|
// LampCeiling aliases
|
|
1488
1490
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1491
|
+
// Keyboard aliases
|
|
1492
|
+
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1489
1493
|
// LampDesk aliases
|
|
1490
1494
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1491
1495
|
// LampFloor aliases
|
|
@@ -1508,20 +1512,20 @@ export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-che
|
|
|
1508
1512
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1509
1513
|
// LassoSelect aliases
|
|
1510
1514
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1511
|
-
// Lasso aliases
|
|
1512
|
-
export { default as LucideLasso } from '../icons/lasso';
|
|
1513
1515
|
// LayerArrowDown aliases
|
|
1514
1516
|
export { default as LucideLayerArrowDown } from '../icons/layer-arrow-down';
|
|
1517
|
+
// Lasso aliases
|
|
1518
|
+
export { default as LucideLasso } from '../icons/lasso';
|
|
1515
1519
|
// LayerArrowUp aliases
|
|
1516
1520
|
export { default as LucideLayerArrowUp } from '../icons/layer-arrow-up';
|
|
1517
1521
|
// Layers2 aliases
|
|
1518
1522
|
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1519
|
-
// LayersArrowDown aliases
|
|
1520
|
-
export { default as LucideLayersArrowDown } from '../icons/layers-arrow-down';
|
|
1521
1523
|
// LayersArrowUp aliases
|
|
1522
1524
|
export { default as LucideLayersArrowUp } from '../icons/layers-arrow-up';
|
|
1523
1525
|
// LayersMinus aliases
|
|
1524
1526
|
export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
1527
|
+
// LayersArrowDown aliases
|
|
1528
|
+
export { default as LucideLayersArrowDown } from '../icons/layers-arrow-down';
|
|
1525
1529
|
// LayersPlus aliases
|
|
1526
1530
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1527
1531
|
// LayoutDashboard aliases
|
|
@@ -1546,10 +1550,10 @@ export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
|
1546
1550
|
export { default as LucideLectern } from '../icons/lectern';
|
|
1547
1551
|
// LensConcave aliases
|
|
1548
1552
|
export { default as LucideLensConcave } from '../icons/lens-concave';
|
|
1549
|
-
// LensConvex aliases
|
|
1550
|
-
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1551
1553
|
// LibraryBig aliases
|
|
1552
1554
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1555
|
+
// LensConvex aliases
|
|
1556
|
+
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1553
1557
|
// Library aliases
|
|
1554
1558
|
export { default as LucideLibrary } from '../icons/library';
|
|
1555
1559
|
// LifeBuoy aliases
|
|
@@ -1598,20 +1602,20 @@ export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
|
1598
1602
|
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1599
1603
|
// ListRestart aliases
|
|
1600
1604
|
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1601
|
-
// ListSortAscending aliases
|
|
1602
|
-
export { default as LucideListSortAscending } from '../icons/list-sort-ascending';
|
|
1603
1605
|
// ListSortDescending aliases
|
|
1604
1606
|
export { default as LucideListSortDescending } from '../icons/list-sort-descending';
|
|
1607
|
+
// ListSortAscending aliases
|
|
1608
|
+
export { default as LucideListSortAscending } from '../icons/list-sort-ascending';
|
|
1605
1609
|
// ListStart aliases
|
|
1606
1610
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1607
1611
|
// ListTodo aliases
|
|
1608
1612
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1609
1613
|
// ListTree aliases
|
|
1610
1614
|
export { default as LucideListTree } from '../icons/list-tree';
|
|
1611
|
-
// ListX aliases
|
|
1612
|
-
export { default as LucideListX } from '../icons/list-x';
|
|
1613
1615
|
// ListVideo aliases
|
|
1614
1616
|
export { default as LucideListVideo } from '../icons/list-video';
|
|
1617
|
+
// ListX aliases
|
|
1618
|
+
export { default as LucideListX } from '../icons/list-x';
|
|
1615
1619
|
// List aliases
|
|
1616
1620
|
export { default as LucideList } from '../icons/list';
|
|
1617
1621
|
// LoaderPinwheel aliases
|
|
@@ -1630,16 +1634,18 @@ export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
|
1630
1634
|
export { default as LucideLock } from '../icons/lock';
|
|
1631
1635
|
// LogIn aliases
|
|
1632
1636
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1633
|
-
// Logs aliases
|
|
1634
|
-
export { default as LucideLogs } from '../icons/logs';
|
|
1635
1637
|
// LogOut aliases
|
|
1636
1638
|
export { default as LucideLogOut } from '../icons/log-out';
|
|
1639
|
+
// Logs aliases
|
|
1640
|
+
export { default as LucideLogs } from '../icons/logs';
|
|
1637
1641
|
// Lollipop aliases
|
|
1638
1642
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1639
1643
|
// Luggage aliases
|
|
1640
1644
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1641
1645
|
// Magnet aliases
|
|
1642
1646
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1647
|
+
// MailBadge aliases
|
|
1648
|
+
export { default as LucideMailBadge } from '../icons/mail-badge';
|
|
1643
1649
|
// MailCheck aliases
|
|
1644
1650
|
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1645
1651
|
// MailMinus aliases
|
|
@@ -1648,10 +1654,10 @@ export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
|
1648
1654
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1649
1655
|
// MailPlus aliases
|
|
1650
1656
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1651
|
-
// MailWarning aliases
|
|
1652
|
-
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1653
1657
|
// MailSearch aliases
|
|
1654
1658
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1659
|
+
// MailWarning aliases
|
|
1660
|
+
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1655
1661
|
// MailX aliases
|
|
1656
1662
|
export { default as LucideMailX } from '../icons/mail-x';
|
|
1657
1663
|
// Mail aliases
|
|
@@ -1668,12 +1674,12 @@ export { default as LucideMapPinCheckInside } from '../icons/map-pin-check-insid
|
|
|
1668
1674
|
export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
1669
1675
|
// MapPinHouse aliases
|
|
1670
1676
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1677
|
+
// MapPinMinusInside aliases
|
|
1678
|
+
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1671
1679
|
// MapPinMinus aliases
|
|
1672
1680
|
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1673
1681
|
// MapPinOff aliases
|
|
1674
1682
|
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1675
|
-
// MapPinMinusInside aliases
|
|
1676
|
-
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1677
1683
|
// MapPinPlusInside aliases
|
|
1678
1684
|
export { default as LucideMapPinPlusInside } from '../icons/map-pin-plus-inside';
|
|
1679
1685
|
// MapPinPlus aliases
|
|
@@ -1730,14 +1736,14 @@ export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
|
1730
1736
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1731
1737
|
// MessageCircleReply aliases
|
|
1732
1738
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1733
|
-
// MessageCircleX aliases
|
|
1734
|
-
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1735
1739
|
// MessageCircleWarning aliases
|
|
1736
1740
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1737
|
-
//
|
|
1738
|
-
export { default as
|
|
1741
|
+
// MessageCircleX aliases
|
|
1742
|
+
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1739
1743
|
// MessageSquareCheck aliases
|
|
1740
1744
|
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1745
|
+
// MessageCircle aliases
|
|
1746
|
+
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1741
1747
|
// MessageSquareCode aliases
|
|
1742
1748
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1743
1749
|
// MessageSquareDashed aliases
|
|
@@ -1752,10 +1758,10 @@ export { default as LucideMessageSquareHeart } from '../icons/message-square-hea
|
|
|
1752
1758
|
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1753
1759
|
// MessageSquareMore aliases
|
|
1754
1760
|
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1755
|
-
// MessageSquareOff aliases
|
|
1756
|
-
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1757
1761
|
// MessageSquarePlus aliases
|
|
1758
1762
|
export { default as LucideMessageSquarePlus } from '../icons/message-square-plus';
|
|
1763
|
+
// MessageSquareOff aliases
|
|
1764
|
+
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1759
1765
|
// MessageSquareQuote aliases
|
|
1760
1766
|
export { default as LucideMessageSquareQuote } from '../icons/message-square-quote';
|
|
1761
1767
|
// MessageSquareReply aliases
|
|
@@ -1780,16 +1786,16 @@ export { default as LucideMicAudioLines } from '../icons/mic-audio-lines';
|
|
|
1780
1786
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1781
1787
|
// Mic aliases
|
|
1782
1788
|
export { default as LucideMic } from '../icons/mic';
|
|
1783
|
-
// Microchip aliases
|
|
1784
|
-
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1785
1789
|
// Microscope aliases
|
|
1786
1790
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1791
|
+
// Microchip aliases
|
|
1792
|
+
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1787
1793
|
// Microwave aliases
|
|
1788
1794
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1789
|
-
// MilkOff aliases
|
|
1790
|
-
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1791
1795
|
// Milestone aliases
|
|
1792
1796
|
export { default as LucideMilestone } from '../icons/milestone';
|
|
1797
|
+
// MilkOff aliases
|
|
1798
|
+
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1793
1799
|
// Milk aliases
|
|
1794
1800
|
export { default as LucideMilk } from '../icons/milk';
|
|
1795
1801
|
// Minimize2 aliases
|
|
@@ -1804,16 +1810,16 @@ export { default as LucideMirrorRectangular } from '../icons/mirror-rectangular'
|
|
|
1804
1810
|
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1805
1811
|
// MonitorCheck aliases
|
|
1806
1812
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1807
|
-
// MonitorCloud aliases
|
|
1808
|
-
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1809
1813
|
// MonitorCog aliases
|
|
1810
1814
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1815
|
+
// MonitorCloud aliases
|
|
1816
|
+
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1817
|
+
// MonitorDot aliases
|
|
1818
|
+
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1811
1819
|
// MonitorDown aliases
|
|
1812
1820
|
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1813
1821
|
// MonitorOff aliases
|
|
1814
1822
|
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1815
|
-
// MonitorDot aliases
|
|
1816
|
-
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1817
1823
|
// MonitorPause aliases
|
|
1818
1824
|
export { default as LucideMonitorPause } from '../icons/monitor-pause';
|
|
1819
1825
|
// MonitorPlay aliases
|
|
@@ -1870,10 +1876,10 @@ export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
|
1870
1876
|
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1871
1877
|
// MoveDown aliases
|
|
1872
1878
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1873
|
-
// MoveHorizontal aliases
|
|
1874
|
-
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1875
1879
|
// MoveLeft aliases
|
|
1876
1880
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1881
|
+
// MoveHorizontal aliases
|
|
1882
|
+
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1877
1883
|
// MoveRight aliases
|
|
1878
1884
|
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1879
1885
|
// MoveUpLeft aliases
|
|
@@ -1894,10 +1900,10 @@ export { default as LucideMusic3 } from '../icons/music-3';
|
|
|
1894
1900
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1895
1901
|
// Music aliases
|
|
1896
1902
|
export { default as LucideMusic } from '../icons/music';
|
|
1897
|
-
// Navigation2 aliases
|
|
1898
|
-
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1899
1903
|
// Navigation2Off aliases
|
|
1900
1904
|
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1905
|
+
// Navigation2 aliases
|
|
1906
|
+
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1901
1907
|
// NavigationOff aliases
|
|
1902
1908
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1903
1909
|
// Navigation aliases
|
|
@@ -1908,12 +1914,12 @@ export { default as LucideNetwork } from '../icons/network';
|
|
|
1908
1914
|
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1909
1915
|
// Nfc aliases
|
|
1910
1916
|
export { default as LucideNfc } from '../icons/nfc';
|
|
1911
|
-
// NonBinary aliases
|
|
1912
|
-
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1913
1917
|
// NotebookPen aliases
|
|
1914
1918
|
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1915
1919
|
// NotebookTabs aliases
|
|
1916
1920
|
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1921
|
+
// NonBinary aliases
|
|
1922
|
+
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1917
1923
|
// NotebookText aliases
|
|
1918
1924
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1919
1925
|
// Notebook aliases
|
|
@@ -1946,12 +1952,12 @@ export { default as LucidePackageCheck } from '../icons/package-check';
|
|
|
1946
1952
|
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1947
1953
|
// PackageOpen aliases
|
|
1948
1954
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1955
|
+
// PackageSearch aliases
|
|
1956
|
+
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1949
1957
|
// PackagePlus aliases
|
|
1950
1958
|
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1951
1959
|
// PackageX aliases
|
|
1952
1960
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1953
|
-
// PackageSearch aliases
|
|
1954
|
-
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1955
1961
|
// Package aliases
|
|
1956
1962
|
export { default as LucidePackage } from '../icons/package';
|
|
1957
1963
|
// PaintBucket aliases
|
|
@@ -1970,10 +1976,10 @@ export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
|
1970
1976
|
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1971
1977
|
// PanelBottom aliases
|
|
1972
1978
|
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1973
|
-
// PanelRightClose aliases
|
|
1974
|
-
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1975
1979
|
// PanelLeftRightDashed aliases
|
|
1976
1980
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1981
|
+
// PanelRightClose aliases
|
|
1982
|
+
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1977
1983
|
// PanelRightOpen aliases
|
|
1978
1984
|
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
1979
1985
|
// PanelRight aliases
|
|
@@ -1986,12 +1992,12 @@ export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
|
1986
1992
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1987
1993
|
// PanelTop aliases
|
|
1988
1994
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1995
|
+
// PanelsLeftBottom aliases
|
|
1996
|
+
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1989
1997
|
// PanelsRightBottom aliases
|
|
1990
1998
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1991
1999
|
// PaperBag aliases
|
|
1992
2000
|
export { default as LucidePaperBag } from '../icons/paper-bag';
|
|
1993
|
-
// PanelsLeftBottom aliases
|
|
1994
|
-
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1995
2001
|
// Paperclip aliases
|
|
1996
2002
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1997
2003
|
// Parasol aliases
|
|
@@ -2016,10 +2022,10 @@ export { default as LucidePenTool } from '../icons/pen-tool';
|
|
|
2016
2022
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
2017
2023
|
// PencilOff aliases
|
|
2018
2024
|
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
2019
|
-
// PencilRuler aliases
|
|
2020
|
-
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
2021
2025
|
// PencilSparkles aliases
|
|
2022
2026
|
export { default as LucidePencilSparkles } from '../icons/pencil-sparkles';
|
|
2027
|
+
// PencilRuler aliases
|
|
2028
|
+
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
2023
2029
|
// Pencil aliases
|
|
2024
2030
|
export { default as LucidePencil } from '../icons/pencil';
|
|
2025
2031
|
// Pentagon aliases
|
|
@@ -2028,16 +2034,16 @@ export { default as LucidePentagon } from '../icons/pentagon';
|
|
|
2028
2034
|
export { default as LucidePercent } from '../icons/percent';
|
|
2029
2035
|
// PersonStanding aliases
|
|
2030
2036
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
2031
|
-
// Phi aliases
|
|
2032
|
-
export { default as LucidePhi } from '../icons/phi';
|
|
2033
2037
|
// PhilippinePeso aliases
|
|
2034
2038
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
2039
|
+
// Phi aliases
|
|
2040
|
+
export { default as LucidePhi } from '../icons/phi';
|
|
2035
2041
|
// PhoneCall aliases
|
|
2036
2042
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
2037
|
-
// PhoneForwarded aliases
|
|
2038
|
-
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
2039
2043
|
// PhoneIncoming aliases
|
|
2040
2044
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
2045
|
+
// PhoneForwarded aliases
|
|
2046
|
+
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
2041
2047
|
// PhoneMissed aliases
|
|
2042
2048
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
2043
2049
|
// PhoneOff aliases
|
|
@@ -2054,10 +2060,10 @@ export { default as LucidePiano } from '../icons/piano';
|
|
|
2054
2060
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
2055
2061
|
// PictureInPicture2 aliases
|
|
2056
2062
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
2057
|
-
// PiggyBank aliases
|
|
2058
|
-
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
2059
2063
|
// PictureInPicture aliases
|
|
2060
2064
|
export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
2065
|
+
// PiggyBank aliases
|
|
2066
|
+
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
2061
2067
|
// PilcrowLeft aliases
|
|
2062
2068
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
2063
2069
|
// PilcrowRight aliases
|
|
@@ -2100,22 +2106,22 @@ export { default as LucidePodium } from '../icons/podium';
|
|
|
2100
2106
|
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2101
2107
|
// Pointer aliases
|
|
2102
2108
|
export { default as LucidePointer } from '../icons/pointer';
|
|
2103
|
-
// Popsicle aliases
|
|
2104
|
-
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2105
2109
|
// Popcorn aliases
|
|
2106
2110
|
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2111
|
+
// Popsicle aliases
|
|
2112
|
+
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2107
2113
|
// PoundSterling aliases
|
|
2108
2114
|
export { default as LucidePoundSterling } from '../icons/pound-sterling';
|
|
2109
2115
|
// PowerOff aliases
|
|
2110
2116
|
export { default as LucidePowerOff } from '../icons/power-off';
|
|
2111
|
-
// Presentation aliases
|
|
2112
|
-
export { default as LucidePresentation } from '../icons/presentation';
|
|
2113
2117
|
// Power aliases
|
|
2114
2118
|
export { default as LucidePower } from '../icons/power';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2119
|
+
// Presentation aliases
|
|
2120
|
+
export { default as LucidePresentation } from '../icons/presentation';
|
|
2117
2121
|
// PrinterCheck aliases
|
|
2118
2122
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2123
|
+
// PrinterX aliases
|
|
2124
|
+
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2119
2125
|
// Printer aliases
|
|
2120
2126
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2121
2127
|
// Projector aliases
|
|
@@ -2156,10 +2162,10 @@ export { default as LucideRat } from '../icons/rat';
|
|
|
2156
2162
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2157
2163
|
// ReceiptCent aliases
|
|
2158
2164
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2159
|
-
// ReceiptIndianRupee aliases
|
|
2160
|
-
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2161
2165
|
// ReceiptEuro aliases
|
|
2162
2166
|
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2167
|
+
// ReceiptIndianRupee aliases
|
|
2168
|
+
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2163
2169
|
// ReceiptJapaneseYen aliases
|
|
2164
2170
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2165
2171
|
// ReceiptPoundSterling aliases
|
|
@@ -2198,20 +2204,20 @@ export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
|
2198
2204
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2199
2205
|
// RefreshCw aliases
|
|
2200
2206
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2201
|
-
// Refrigerator aliases
|
|
2202
|
-
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2203
2207
|
// Regex aliases
|
|
2204
2208
|
export { default as LucideRegex } from '../icons/regex';
|
|
2209
|
+
// Refrigerator aliases
|
|
2210
|
+
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2205
2211
|
// RemoveFormatting aliases
|
|
2206
2212
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2207
2213
|
// Repeat1 aliases
|
|
2208
2214
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2209
|
-
// Repeat2 aliases
|
|
2210
|
-
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2211
2215
|
// RepeatOff aliases
|
|
2212
2216
|
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2213
2217
|
// Repeat aliases
|
|
2214
2218
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2219
|
+
// Repeat2 aliases
|
|
2220
|
+
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2215
2221
|
// ReplaceAll aliases
|
|
2216
2222
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2217
2223
|
// Replace aliases
|
|
@@ -2230,14 +2236,14 @@ export { default as LucideRoad } from '../icons/road';
|
|
|
2230
2236
|
export { default as LucideRocket } from '../icons/rocket';
|
|
2231
2237
|
// RockingChair aliases
|
|
2232
2238
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2233
|
-
//
|
|
2234
|
-
export { default as
|
|
2239
|
+
// Rose aliases
|
|
2240
|
+
export { default as LucideRose } from '../icons/rose';
|
|
2235
2241
|
// RotateCcwKey aliases
|
|
2236
2242
|
export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2243
|
+
// RollerCoaster aliases
|
|
2244
|
+
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2237
2245
|
// RotateCcwSquare aliases
|
|
2238
2246
|
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2239
|
-
// Rose aliases
|
|
2240
|
-
export { default as LucideRose } from '../icons/rose';
|
|
2241
2247
|
// RotateCcw aliases
|
|
2242
2248
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2243
2249
|
// RotateCwFadingClock aliases
|
|
@@ -2264,12 +2270,12 @@ export { default as LucideRuler } from '../icons/ruler';
|
|
|
2264
2270
|
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2265
2271
|
// Sailboat aliases
|
|
2266
2272
|
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2267
|
-
// Sandwich aliases
|
|
2268
|
-
export { default as LucideSandwich } from '../icons/sandwich';
|
|
2269
2273
|
// Salad aliases
|
|
2270
2274
|
export { default as LucideSalad } from '../icons/salad';
|
|
2271
2275
|
// SatelliteDish aliases
|
|
2272
2276
|
export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
2277
|
+
// Sandwich aliases
|
|
2278
|
+
export { default as LucideSandwich } from '../icons/sandwich';
|
|
2273
2279
|
// Satellite aliases
|
|
2274
2280
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2275
2281
|
// SaudiRiyal aliases
|
|
@@ -2298,16 +2304,16 @@ export { default as LucideScanBox } from '../icons/scan-box';
|
|
|
2298
2304
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2299
2305
|
// ScanFace aliases
|
|
2300
2306
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2301
|
-
// ScanHeart aliases
|
|
2302
|
-
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2303
2307
|
// ScanLine aliases
|
|
2304
2308
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2309
|
+
// ScanHeart aliases
|
|
2310
|
+
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2305
2311
|
// ScanQrCode aliases
|
|
2306
2312
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2307
|
-
// ScanSearch aliases
|
|
2308
|
-
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2309
2313
|
// ScanSquare aliases
|
|
2310
2314
|
export { default as LucideScanSquare } from '../icons/scan-square';
|
|
2315
|
+
// ScanSearch aliases
|
|
2316
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2311
2317
|
// ScanText aliases
|
|
2312
2318
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2313
2319
|
// Scan aliases
|
|
@@ -2346,10 +2352,10 @@ export { default as LucideSection } from '../icons/section';
|
|
|
2346
2352
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2347
2353
|
// Send aliases
|
|
2348
2354
|
export { default as LucideSend } from '../icons/send';
|
|
2349
|
-
// SeparatorHorizontal aliases
|
|
2350
|
-
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2351
2355
|
// SeparatorVertical aliases
|
|
2352
2356
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2357
|
+
// SeparatorHorizontal aliases
|
|
2358
|
+
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2353
2359
|
// ServerCog aliases
|
|
2354
2360
|
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2355
2361
|
// ServerCrash aliases
|
|
@@ -2360,24 +2366,24 @@ export { default as LucideServerOff } from '../icons/server-off';
|
|
|
2360
2366
|
export { default as LucideServerPlus } from '../icons/server-plus';
|
|
2361
2367
|
// Server aliases
|
|
2362
2368
|
export { default as LucideServer } from '../icons/server';
|
|
2363
|
-
// Settings aliases
|
|
2364
|
-
export { default as LucideSettings } from '../icons/settings';
|
|
2365
2369
|
// Settings2 aliases
|
|
2366
2370
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2371
|
+
// Settings aliases
|
|
2372
|
+
export { default as LucideSettings } from '../icons/settings';
|
|
2367
2373
|
// Shapes aliases
|
|
2368
2374
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2369
2375
|
// Share2 aliases
|
|
2370
2376
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2371
|
-
// Sheet aliases
|
|
2372
|
-
export { default as LucideSheet } from '../icons/sheet';
|
|
2373
2377
|
// Share aliases
|
|
2374
2378
|
export { default as LucideShare } from '../icons/share';
|
|
2375
|
-
//
|
|
2376
|
-
export { default as
|
|
2379
|
+
// Sheet aliases
|
|
2380
|
+
export { default as LucideSheet } from '../icons/sheet';
|
|
2377
2381
|
// ShelvingUnit aliases
|
|
2378
2382
|
export { default as LucideShelvingUnit } from '../icons/shelving-unit';
|
|
2379
2383
|
// ShieldAlert aliases
|
|
2380
2384
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2385
|
+
// Shell aliases
|
|
2386
|
+
export { default as LucideShell } from '../icons/shell';
|
|
2381
2387
|
// ShieldBan aliases
|
|
2382
2388
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2383
2389
|
// ShieldCheck aliases
|
|
@@ -2404,10 +2410,10 @@ export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
|
2404
2410
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2405
2411
|
// Shield aliases
|
|
2406
2412
|
export { default as LucideShield } from '../icons/shield';
|
|
2407
|
-
// ShipWheel aliases
|
|
2408
|
-
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2409
2413
|
// Ship aliases
|
|
2410
2414
|
export { default as LucideShip } from '../icons/ship';
|
|
2415
|
+
// ShipWheel aliases
|
|
2416
|
+
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2411
2417
|
// Shirt aliases
|
|
2412
2418
|
export { default as LucideShirt } from '../icons/shirt';
|
|
2413
2419
|
// ShoppingBag aliases
|
|
@@ -2420,10 +2426,10 @@ export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
|
2420
2426
|
export { default as LucideShovel } from '../icons/shovel';
|
|
2421
2427
|
// ShowerHead aliases
|
|
2422
2428
|
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2423
|
-
// Shrimp aliases
|
|
2424
|
-
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2425
2429
|
// Shredder aliases
|
|
2426
2430
|
export { default as LucideShredder } from '../icons/shredder';
|
|
2431
|
+
// Shrimp aliases
|
|
2432
|
+
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2427
2433
|
// Shrink aliases
|
|
2428
2434
|
export { default as LucideShrink } from '../icons/shrink';
|
|
2429
2435
|
// Shrub aliases
|
|
@@ -2448,10 +2454,10 @@ export { default as LucideSignature } from '../icons/signature';
|
|
|
2448
2454
|
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2449
2455
|
// Siren aliases
|
|
2450
2456
|
export { default as LucideSiren } from '../icons/siren';
|
|
2451
|
-
// Signpost aliases
|
|
2452
|
-
export { default as LucideSignpost } from '../icons/signpost';
|
|
2453
2457
|
// SkipBack aliases
|
|
2454
2458
|
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2459
|
+
// Signpost aliases
|
|
2460
|
+
export { default as LucideSignpost } from '../icons/signpost';
|
|
2455
2461
|
// SkipForward aliases
|
|
2456
2462
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2457
2463
|
// Skull aliases
|
|
@@ -2470,20 +2476,20 @@ export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
|
2470
2476
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2471
2477
|
// Snail aliases
|
|
2472
2478
|
export { default as LucideSnail } from '../icons/snail';
|
|
2473
|
-
// Snowflake aliases
|
|
2474
|
-
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2475
2479
|
// SoapDispenserDroplet aliases
|
|
2476
2480
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2477
2481
|
// Sofa aliases
|
|
2478
2482
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2483
|
+
// Snowflake aliases
|
|
2484
|
+
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2479
2485
|
// SolarPanel aliases
|
|
2480
2486
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2481
2487
|
// Soup aliases
|
|
2482
2488
|
export { default as LucideSoup } from '../icons/soup';
|
|
2483
|
-
// Spade aliases
|
|
2484
|
-
export { default as LucideSpade } from '../icons/spade';
|
|
2485
2489
|
// Space aliases
|
|
2486
2490
|
export { default as LucideSpace } from '../icons/space';
|
|
2491
|
+
// Spade aliases
|
|
2492
|
+
export { default as LucideSpade } from '../icons/spade';
|
|
2487
2493
|
// Sparkle aliases
|
|
2488
2494
|
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2489
2495
|
// Speaker aliases
|
|
@@ -2500,10 +2506,10 @@ export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
|
2500
2506
|
export { default as LucideSpline } from '../icons/spline';
|
|
2501
2507
|
// Split aliases
|
|
2502
2508
|
export { default as LucideSplit } from '../icons/split';
|
|
2503
|
-
// SportShoe aliases
|
|
2504
|
-
export { default as LucideSportShoe } from '../icons/sport-shoe';
|
|
2505
2509
|
// Spool aliases
|
|
2506
2510
|
export { default as LucideSpool } from '../icons/spool';
|
|
2511
|
+
// SportShoe aliases
|
|
2512
|
+
export { default as LucideSportShoe } from '../icons/sport-shoe';
|
|
2507
2513
|
// Spotlight aliases
|
|
2508
2514
|
export { default as LucideSpotlight } from '../icons/spotlight';
|
|
2509
2515
|
// SprayCan aliases
|
|
@@ -2554,10 +2560,10 @@ export { default as LucideSquircle } from '../icons/squircle';
|
|
|
2554
2560
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2555
2561
|
// Stamp aliases
|
|
2556
2562
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2557
|
-
// StarHalf aliases
|
|
2558
|
-
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2559
2563
|
// StarCheck aliases
|
|
2560
2564
|
export { default as LucideStarCheck } from '../icons/star-check';
|
|
2565
|
+
// StarHalf aliases
|
|
2566
|
+
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2561
2567
|
// StarMinus aliases
|
|
2562
2568
|
export { default as LucideStarMinus } from '../icons/star-minus';
|
|
2563
2569
|
// StarOff aliases
|
|
@@ -2590,20 +2596,20 @@ export { default as LucideStickyNoteX } from '../icons/sticky-note-x';
|
|
|
2590
2596
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2591
2597
|
// StickyNotes aliases
|
|
2592
2598
|
export { default as LucideStickyNotes } from '../icons/sticky-notes';
|
|
2593
|
-
// Stone aliases
|
|
2594
|
-
export { default as LucideStone } from '../icons/stone';
|
|
2595
2599
|
// Store aliases
|
|
2596
2600
|
export { default as LucideStore } from '../icons/store';
|
|
2601
|
+
// Stone aliases
|
|
2602
|
+
export { default as LucideStone } from '../icons/stone';
|
|
2597
2603
|
// StretchHorizontal aliases
|
|
2598
2604
|
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2599
2605
|
// StretchVertical aliases
|
|
2600
2606
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2601
2607
|
// Strikethrough aliases
|
|
2602
2608
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2603
|
-
// Summary aliases
|
|
2604
|
-
export { default as LucideSummary } from '../icons/summary';
|
|
2605
2609
|
// Subscript aliases
|
|
2606
2610
|
export { default as LucideSubscript } from '../icons/subscript';
|
|
2611
|
+
// Summary aliases
|
|
2612
|
+
export { default as LucideSummary } from '../icons/summary';
|
|
2607
2613
|
// SunDim aliases
|
|
2608
2614
|
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2609
2615
|
// SunMedium aliases
|
|
@@ -2620,18 +2626,18 @@ export { default as LucideSunrise } from '../icons/sunrise';
|
|
|
2620
2626
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2621
2627
|
// Superscript aliases
|
|
2622
2628
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2623
|
-
// SwatchBook aliases
|
|
2624
|
-
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2625
2629
|
// SwissFranc aliases
|
|
2626
2630
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2631
|
+
// SwatchBook aliases
|
|
2632
|
+
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2627
2633
|
// SwitchCamera aliases
|
|
2628
2634
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2629
2635
|
// Sword aliases
|
|
2630
2636
|
export { default as LucideSword } from '../icons/sword';
|
|
2631
|
-
// Syringe aliases
|
|
2632
|
-
export { default as LucideSyringe } from '../icons/syringe';
|
|
2633
2637
|
// Swords aliases
|
|
2634
2638
|
export { default as LucideSwords } from '../icons/swords';
|
|
2639
|
+
// Syringe aliases
|
|
2640
|
+
export { default as LucideSyringe } from '../icons/syringe';
|
|
2635
2641
|
// Table2 aliases
|
|
2636
2642
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2637
2643
|
// TableCellsMerge aliases
|
|
@@ -2642,20 +2648,20 @@ export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
|
2642
2648
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2643
2649
|
// TableOfContents aliases
|
|
2644
2650
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2645
|
-
// TableRowsSplit aliases
|
|
2646
|
-
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2647
2651
|
// TableProperties aliases
|
|
2648
2652
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2653
|
+
// TableRowsSplit aliases
|
|
2654
|
+
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2649
2655
|
// Table aliases
|
|
2650
2656
|
export { default as LucideTable } from '../icons/table';
|
|
2651
2657
|
// TabletSmartphone aliases
|
|
2652
2658
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2653
2659
|
// Tablet aliases
|
|
2654
2660
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2655
|
-
// TagPlus aliases
|
|
2656
|
-
export { default as LucideTagPlus } from '../icons/tag-plus';
|
|
2657
2661
|
// Tablets aliases
|
|
2658
2662
|
export { default as LucideTablets } from '../icons/tablets';
|
|
2663
|
+
// TagPlus aliases
|
|
2664
|
+
export { default as LucideTagPlus } from '../icons/tag-plus';
|
|
2659
2665
|
// TagX aliases
|
|
2660
2666
|
export { default as LucideTagX } from '../icons/tag-x';
|
|
2661
2667
|
// Tag aliases
|
|
@@ -2664,10 +2670,10 @@ export { default as LucideTag } from '../icons/tag';
|
|
|
2664
2670
|
export { default as LucideTags } from '../icons/tags';
|
|
2665
2671
|
// Tally1 aliases
|
|
2666
2672
|
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2667
|
-
// Tally3 aliases
|
|
2668
|
-
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2669
2673
|
// Tally2 aliases
|
|
2670
2674
|
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2675
|
+
// Tally3 aliases
|
|
2676
|
+
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2671
2677
|
// Tally4 aliases
|
|
2672
2678
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2673
2679
|
// Tally5 aliases
|
|
@@ -2676,10 +2682,10 @@ export { default as LucideTally5 } from '../icons/tally-5';
|
|
|
2676
2682
|
export { default as LucideTangent } from '../icons/tangent';
|
|
2677
2683
|
// Target aliases
|
|
2678
2684
|
export { default as LucideTarget } from '../icons/target';
|
|
2679
|
-
// Telescope aliases
|
|
2680
|
-
export { default as LucideTelescope } from '../icons/telescope';
|
|
2681
2685
|
// TentTree aliases
|
|
2682
2686
|
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2687
|
+
// Telescope aliases
|
|
2688
|
+
export { default as LucideTelescope } from '../icons/telescope';
|
|
2683
2689
|
// Tent aliases
|
|
2684
2690
|
export { default as LucideTent } from '../icons/tent';
|
|
2685
2691
|
// Terminal aliases
|
|
@@ -2720,18 +2726,18 @@ export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
|
2720
2726
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2721
2727
|
// TicketX aliases
|
|
2722
2728
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2723
|
-
// TicketsPlane aliases
|
|
2724
|
-
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2725
2729
|
// Ticket aliases
|
|
2726
2730
|
export { default as LucideTicket } from '../icons/ticket';
|
|
2731
|
+
// TicketsPlane aliases
|
|
2732
|
+
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2727
2733
|
// Tickets aliases
|
|
2728
2734
|
export { default as LucideTickets } from '../icons/tickets';
|
|
2729
2735
|
// Timeline aliases
|
|
2730
2736
|
export { default as LucideTimeline } from '../icons/timeline';
|
|
2731
|
-
// TimerReset aliases
|
|
2732
|
-
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2733
2737
|
// TimerOff aliases
|
|
2734
2738
|
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2739
|
+
// TimerReset aliases
|
|
2740
|
+
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2735
2741
|
// Timer aliases
|
|
2736
2742
|
export { default as LucideTimer } from '../icons/timer';
|
|
2737
2743
|
// ToggleLeft aliases
|
|
@@ -2748,16 +2754,16 @@ export { default as LucideToolbox } from '../icons/toolbox';
|
|
|
2748
2754
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2749
2755
|
// Torus aliases
|
|
2750
2756
|
export { default as LucideTorus } from '../icons/torus';
|
|
2751
|
-
// Touchpad aliases
|
|
2752
|
-
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2753
2757
|
// TouchpadOff aliases
|
|
2754
2758
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2759
|
+
// Touchpad aliases
|
|
2760
|
+
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2755
2761
|
// TowelRack aliases
|
|
2756
2762
|
export { default as LucideTowelRack } from '../icons/towel-rack';
|
|
2757
|
-
// TowerControl aliases
|
|
2758
|
-
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2759
2763
|
// ToyBrick aliases
|
|
2760
2764
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2765
|
+
// TowerControl aliases
|
|
2766
|
+
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2761
2767
|
// Tractor aliases
|
|
2762
2768
|
export { default as LucideTractor } from '../icons/tractor';
|
|
2763
2769
|
// TrafficCone aliases
|
|
@@ -2776,10 +2782,10 @@ export { default as LucideTrash2 } from '../icons/trash-2';
|
|
|
2776
2782
|
export { default as LucideTrash } from '../icons/trash';
|
|
2777
2783
|
// TreeDeciduous aliases
|
|
2778
2784
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2779
|
-
// TreePine aliases
|
|
2780
|
-
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2781
2785
|
// Trees aliases
|
|
2782
2786
|
export { default as LucideTrees } from '../icons/trees';
|
|
2787
|
+
// TreePine aliases
|
|
2788
|
+
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2783
2789
|
// TrendingDown aliases
|
|
2784
2790
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2785
2791
|
// TrendingUpDown aliases
|
|
@@ -2812,24 +2818,24 @@ export { default as LucideTv } from '../icons/tv';
|
|
|
2812
2818
|
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2813
2819
|
// Type aliases
|
|
2814
2820
|
export { default as LucideType } from '../icons/type';
|
|
2815
|
-
// Umbrella aliases
|
|
2816
|
-
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2817
2821
|
// UmbrellaOff aliases
|
|
2818
2822
|
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2819
|
-
// Undo2 aliases
|
|
2820
|
-
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2821
2823
|
// Underline aliases
|
|
2822
2824
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2825
|
+
// Umbrella aliases
|
|
2826
|
+
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2827
|
+
// Undo2 aliases
|
|
2828
|
+
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2823
2829
|
// UndoDot aliases
|
|
2824
2830
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2825
2831
|
// Undo aliases
|
|
2826
2832
|
export { default as LucideUndo } from '../icons/undo';
|
|
2827
2833
|
// UnfoldHorizontal aliases
|
|
2828
2834
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2829
|
-
// UnfoldVertical aliases
|
|
2830
|
-
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2831
2835
|
// Ungroup aliases
|
|
2832
2836
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2837
|
+
// UnfoldVertical aliases
|
|
2838
|
+
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2833
2839
|
// Unlink2 aliases
|
|
2834
2840
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2835
2841
|
// Unlink aliases
|
|
@@ -2854,34 +2860,34 @@ export { default as LucideUserMinus } from '../icons/user-minus';
|
|
|
2854
2860
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2855
2861
|
// UserPlus aliases
|
|
2856
2862
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2857
|
-
// UserRoundArrowLeft aliases
|
|
2858
|
-
export { default as LucideUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2859
2863
|
// UserRoundKey aliases
|
|
2860
2864
|
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2865
|
+
// UserRoundArrowLeft aliases
|
|
2866
|
+
export { default as LucideUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2861
2867
|
// UserRoundPen aliases
|
|
2862
2868
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2863
|
-
// UserSearch aliases
|
|
2864
|
-
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2865
|
-
// UserShield aliases
|
|
2866
|
-
export { default as LucideUserShield } from '../icons/user-shield';
|
|
2867
2869
|
// UserRoundSearch aliases
|
|
2868
2870
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2871
|
+
// UserShield aliases
|
|
2872
|
+
export { default as LucideUserShield } from '../icons/user-shield';
|
|
2873
|
+
// UserSearch aliases
|
|
2874
|
+
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2869
2875
|
// UserStar aliases
|
|
2870
2876
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2871
2877
|
// UserX aliases
|
|
2872
2878
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2873
|
-
// User aliases
|
|
2874
|
-
export { default as LucideUser } from '../icons/user';
|
|
2875
2879
|
// Users aliases
|
|
2876
2880
|
export { default as LucideUsers } from '../icons/users';
|
|
2881
|
+
// User aliases
|
|
2882
|
+
export { default as LucideUser } from '../icons/user';
|
|
2877
2883
|
// UtilityPole aliases
|
|
2878
2884
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2879
2885
|
// Van aliases
|
|
2880
2886
|
export { default as LucideVan } from '../icons/van';
|
|
2881
|
-
// Variable aliases
|
|
2882
|
-
export { default as LucideVariable } from '../icons/variable';
|
|
2883
2887
|
// Vault aliases
|
|
2884
2888
|
export { default as LucideVault } from '../icons/vault';
|
|
2889
|
+
// Variable aliases
|
|
2890
|
+
export { default as LucideVariable } from '../icons/variable';
|
|
2885
2891
|
// VectorSquare aliases
|
|
2886
2892
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2887
2893
|
// Vegan aliases
|
|
@@ -2892,30 +2898,30 @@ export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
|
2892
2898
|
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2893
2899
|
// Venus aliases
|
|
2894
2900
|
export { default as LucideVenus } from '../icons/venus';
|
|
2895
|
-
// VibrateOff aliases
|
|
2896
|
-
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2897
|
-
// Vibrate aliases
|
|
2898
|
-
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2899
2901
|
// VideoOff aliases
|
|
2900
2902
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2901
|
-
//
|
|
2902
|
-
export { default as
|
|
2903
|
+
// Vibrate aliases
|
|
2904
|
+
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2905
|
+
// VibrateOff aliases
|
|
2906
|
+
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2903
2907
|
// Video aliases
|
|
2904
2908
|
export { default as LucideVideo } from '../icons/video';
|
|
2909
|
+
// Videotape aliases
|
|
2910
|
+
export { default as LucideVideotape } from '../icons/videotape';
|
|
2905
2911
|
// View aliases
|
|
2906
2912
|
export { default as LucideView } from '../icons/view';
|
|
2907
|
-
// Voicemail aliases
|
|
2908
|
-
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2909
2913
|
// Volleyball aliases
|
|
2910
2914
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2911
|
-
//
|
|
2912
|
-
export { default as
|
|
2915
|
+
// Voicemail aliases
|
|
2916
|
+
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2913
2917
|
// Volume1 aliases
|
|
2914
2918
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2915
|
-
//
|
|
2916
|
-
export { default as
|
|
2919
|
+
// Volume2 aliases
|
|
2920
|
+
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2917
2921
|
// VolumeOff aliases
|
|
2918
2922
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2923
|
+
// VolumeX aliases
|
|
2924
|
+
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2919
2925
|
// Volume aliases
|
|
2920
2926
|
export { default as LucideVolume } from '../icons/volume';
|
|
2921
2927
|
// Vote aliases
|
|
@@ -2924,10 +2930,10 @@ export { default as LucideVote } from '../icons/vote';
|
|
|
2924
2930
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2925
2931
|
// Wallet aliases
|
|
2926
2932
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2927
|
-
// Wallpaper aliases
|
|
2928
|
-
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2929
2933
|
// Wand aliases
|
|
2930
2934
|
export { default as LucideWand } from '../icons/wand';
|
|
2935
|
+
// Wallpaper aliases
|
|
2936
|
+
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2931
2937
|
// Warehouse aliases
|
|
2932
2938
|
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2933
2939
|
// WashingMachine aliases
|
|
@@ -2938,10 +2944,10 @@ export { default as LucideWatch } from '../icons/watch';
|
|
|
2938
2944
|
export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
2939
2945
|
// WavesArrowUp aliases
|
|
2940
2946
|
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2941
|
-
// WavesVertical aliases
|
|
2942
|
-
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
2943
2947
|
// WavesLadder aliases
|
|
2944
2948
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2949
|
+
// WavesVertical aliases
|
|
2950
|
+
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
2945
2951
|
// Waypoints aliases
|
|
2946
2952
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2947
2953
|
// WebcamOff aliases
|
|
@@ -2964,10 +2970,10 @@ export { default as LucideWheat } from '../icons/wheat';
|
|
|
2964
2970
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
2965
2971
|
// WifiCog aliases
|
|
2966
2972
|
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
2967
|
-
// WifiLow aliases
|
|
2968
|
-
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2969
2973
|
// WifiHigh aliases
|
|
2970
2974
|
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2975
|
+
// WifiLow aliases
|
|
2976
|
+
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2971
2977
|
// WifiOff aliases
|
|
2972
2978
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2973
2979
|
// WifiPen aliases
|
|
@@ -2978,28 +2984,28 @@ export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
|
2978
2984
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2979
2985
|
// Wifi aliases
|
|
2980
2986
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2981
|
-
// Wind aliases
|
|
2982
|
-
export { default as LucideWind } from '../icons/wind';
|
|
2983
2987
|
// WindArrowDown aliases
|
|
2984
2988
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2989
|
+
// Wind aliases
|
|
2990
|
+
export { default as LucideWind } from '../icons/wind';
|
|
2985
2991
|
// WineOff aliases
|
|
2986
2992
|
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2987
|
-
// Workflow aliases
|
|
2988
|
-
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2989
2993
|
// Wine aliases
|
|
2990
2994
|
export { default as LucideWine } from '../icons/wine';
|
|
2991
2995
|
// Worm aliases
|
|
2992
2996
|
export { default as LucideWorm } from '../icons/worm';
|
|
2993
2997
|
// WrenchOff aliases
|
|
2994
2998
|
export { default as LucideWrenchOff } from '../icons/wrench-off';
|
|
2999
|
+
// Workflow aliases
|
|
3000
|
+
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2995
3001
|
// Wrench aliases
|
|
2996
3002
|
export { default as LucideWrench } from '../icons/wrench';
|
|
2997
3003
|
// XLineTop aliases
|
|
2998
3004
|
export { default as LucideXLineTop } from '../icons/x-line-top';
|
|
2999
|
-
// X aliases
|
|
3000
|
-
export { default as LucideX } from '../icons/x';
|
|
3001
3005
|
// ZapOff aliases
|
|
3002
3006
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
3007
|
+
// X aliases
|
|
3008
|
+
export { default as LucideX } from '../icons/x';
|
|
3003
3009
|
// Zap aliases
|
|
3004
3010
|
export { default as LucideZap } from '../icons/zap';
|
|
3005
3011
|
// ZodiacAquarius aliases
|
|
@@ -3016,18 +3022,18 @@ export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
|
3016
3022
|
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
3017
3023
|
// ZodiacLibra aliases
|
|
3018
3024
|
export { default as LucideZodiacLibra } from '../icons/zodiac-libra';
|
|
3019
|
-
// ZodiacPisces aliases
|
|
3020
|
-
export { default as LucideZodiacPisces } from '../icons/zodiac-pisces';
|
|
3021
3025
|
// ZodiacOphiuchus aliases
|
|
3022
3026
|
export { default as LucideZodiacOphiuchus } from '../icons/zodiac-ophiuchus';
|
|
3027
|
+
// ZodiacPisces aliases
|
|
3028
|
+
export { default as LucideZodiacPisces } from '../icons/zodiac-pisces';
|
|
3023
3029
|
// ZodiacSagittarius aliases
|
|
3024
3030
|
export { default as LucideZodiacSagittarius } from '../icons/zodiac-sagittarius';
|
|
3025
3031
|
// ZodiacScorpio aliases
|
|
3026
3032
|
export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
3027
|
-
// ZodiacVirgo aliases
|
|
3028
|
-
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
3029
3033
|
// ZodiacTaurus aliases
|
|
3030
3034
|
export { default as LucideZodiacTaurus } from '../icons/zodiac-taurus';
|
|
3035
|
+
// ZodiacVirgo aliases
|
|
3036
|
+
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
3031
3037
|
// ZoomIn aliases
|
|
3032
3038
|
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
3033
3039
|
// ZoomOut aliases
|
|
@@ -3058,6 +3064,12 @@ export {
|
|
|
3058
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3059
3065
|
default as LucideAlarmPlus
|
|
3060
3066
|
} from '../icons/alarm-clock-plus';
|
|
3067
|
+
// ArrowDownAZ aliases
|
|
3068
|
+
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3071
|
+
default as LucideArrowDownAz
|
|
3072
|
+
} from '../icons/arrow-down-a-z';
|
|
3061
3073
|
// ArrowDownWideNarrow aliases
|
|
3062
3074
|
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
3063
3075
|
export {
|
|
@@ -3070,12 +3082,6 @@ export {
|
|
|
3070
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3071
3083
|
default as LucideArrowDownZa
|
|
3072
3084
|
} from '../icons/arrow-down-z-a';
|
|
3073
|
-
// ArrowDownAZ aliases
|
|
3074
|
-
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3077
|
-
default as LucideArrowDownAz
|
|
3078
|
-
} from '../icons/arrow-down-a-z';
|
|
3079
3085
|
// ArrowUpAZ aliases
|
|
3080
3086
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
3081
3087
|
export {
|
|
@@ -3088,42 +3094,24 @@ export {
|
|
|
3088
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3089
3095
|
default as LucideSortAsc
|
|
3090
3096
|
} from '../icons/arrow-up-narrow-wide';
|
|
3091
|
-
// ArrowUpZA aliases
|
|
3092
|
-
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
3093
|
-
export {
|
|
3094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3095
|
-
default as LucideArrowUpZa
|
|
3096
|
-
} from '../icons/arrow-up-z-a';
|
|
3097
3097
|
// Axis3d aliases
|
|
3098
3098
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
3099
3099
|
export {
|
|
3100
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3101
3101
|
default as LucideAxis3D
|
|
3102
3102
|
} from '../icons/axis-3d';
|
|
3103
|
-
//
|
|
3104
|
-
export { default as
|
|
3105
|
-
export {
|
|
3106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3107
|
-
default as LucideBadgeHelp
|
|
3108
|
-
} from '../icons/badge-question-mark';
|
|
3109
|
-
// BetweenHorizontalEnd aliases
|
|
3110
|
-
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3103
|
+
// ArrowUpZA aliases
|
|
3104
|
+
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
3111
3105
|
export {
|
|
3112
|
-
/** @deprecated
|
|
3113
|
-
default as
|
|
3114
|
-
} from '../icons/
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3107
|
+
default as LucideArrowUpZa
|
|
3108
|
+
} from '../icons/arrow-up-z-a';
|
|
3115
3109
|
// BadgeCheck aliases
|
|
3116
3110
|
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
3117
3111
|
export {
|
|
3118
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3119
3113
|
default as LucideVerified
|
|
3120
3114
|
} from '../icons/badge-check';
|
|
3121
|
-
// BetweenHorizontalStart aliases
|
|
3122
|
-
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3123
|
-
export {
|
|
3124
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3125
|
-
default as LucideBetweenHorizonalStart
|
|
3126
|
-
} from '../icons/between-horizontal-start';
|
|
3127
3115
|
// BookDashed aliases
|
|
3128
3116
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3129
3117
|
export {
|
|
@@ -3154,36 +3142,48 @@ export {
|
|
|
3154
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3155
3143
|
default as LucideBarChartHorizontalBig
|
|
3156
3144
|
} from '../icons/chart-bar-big';
|
|
3157
|
-
// ChartBar aliases
|
|
3158
|
-
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
3159
|
-
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3161
|
-
default as LucideBarChartHorizontal
|
|
3162
|
-
} from '../icons/chart-bar';
|
|
3163
3145
|
// ChartCandlestick aliases
|
|
3164
3146
|
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3165
3147
|
export {
|
|
3166
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3167
3149
|
default as LucideCandlestickChart
|
|
3168
3150
|
} from '../icons/chart-candlestick';
|
|
3169
|
-
//
|
|
3170
|
-
export { default as
|
|
3151
|
+
// BadgeQuestionMark aliases
|
|
3152
|
+
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3171
3153
|
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3173
|
-
default as
|
|
3174
|
-
} from '../icons/
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3155
|
+
default as LucideBadgeHelp
|
|
3156
|
+
} from '../icons/badge-question-mark';
|
|
3157
|
+
// ChartBar aliases
|
|
3158
|
+
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3161
|
+
default as LucideBarChartHorizontal
|
|
3162
|
+
} from '../icons/chart-bar';
|
|
3163
|
+
// BetweenHorizontalEnd aliases
|
|
3164
|
+
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3165
|
+
export {
|
|
3166
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3167
|
+
default as LucideBetweenHorizonalEnd
|
|
3168
|
+
} from '../icons/between-horizontal-end';
|
|
3175
3169
|
// ChartColumnIncreasing aliases
|
|
3176
3170
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3177
3171
|
export {
|
|
3178
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3179
3173
|
default as LucideBarChart4
|
|
3180
3174
|
} from '../icons/chart-column-increasing';
|
|
3181
|
-
//
|
|
3182
|
-
export { default as
|
|
3175
|
+
// ChartColumnBig aliases
|
|
3176
|
+
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3183
3177
|
export {
|
|
3184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3185
|
-
default as
|
|
3186
|
-
} from '../icons/chart-column';
|
|
3178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3179
|
+
default as LucideBarChartBig
|
|
3180
|
+
} from '../icons/chart-column-big';
|
|
3181
|
+
// BetweenHorizontalStart aliases
|
|
3182
|
+
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3185
|
+
default as LucideBetweenHorizonalStart
|
|
3186
|
+
} from '../icons/between-horizontal-start';
|
|
3187
3187
|
// ChartLine aliases
|
|
3188
3188
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3189
3189
|
export {
|
|
@@ -3196,42 +3196,48 @@ export {
|
|
|
3196
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
3197
|
default as LucideBarChart
|
|
3198
3198
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3199
|
+
// ChartColumn aliases
|
|
3200
|
+
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3201
|
+
export {
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3203
|
+
default as LucideBarChart3
|
|
3204
|
+
} from '../icons/chart-column';
|
|
3199
3205
|
// ChartNoAxesColumn aliases
|
|
3200
3206
|
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3201
3207
|
export {
|
|
3202
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3203
3209
|
default as LucideBarChart2
|
|
3204
3210
|
} from '../icons/chart-no-axes-column';
|
|
3205
|
-
// ChartPie aliases
|
|
3206
|
-
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3207
|
-
export {
|
|
3208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3209
|
-
default as LucidePieChart
|
|
3210
|
-
} from '../icons/chart-pie';
|
|
3211
3211
|
// ChartNoAxesGantt aliases
|
|
3212
3212
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3213
3213
|
export {
|
|
3214
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3215
3215
|
default as LucideGanttChart
|
|
3216
3216
|
} from '../icons/chart-no-axes-gantt';
|
|
3217
|
+
// ChartPie aliases
|
|
3218
|
+
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3221
|
+
default as LucidePieChart
|
|
3222
|
+
} from '../icons/chart-pie';
|
|
3217
3223
|
// ChartScatter aliases
|
|
3218
3224
|
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3219
3225
|
export {
|
|
3220
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3221
3227
|
default as LucideScatterChart
|
|
3222
3228
|
} from '../icons/chart-scatter';
|
|
3223
|
-
// CircleAlert aliases
|
|
3224
|
-
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3227
|
-
default as LucideAlertCircle
|
|
3228
|
-
} from '../icons/circle-alert';
|
|
3229
3229
|
// CircleArrowDown aliases
|
|
3230
3230
|
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3231
3231
|
export {
|
|
3232
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3233
3233
|
default as LucideArrowDownCircle
|
|
3234
3234
|
} from '../icons/circle-arrow-down';
|
|
3235
|
+
// CircleAlert aliases
|
|
3236
|
+
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3239
|
+
default as LucideAlertCircle
|
|
3240
|
+
} from '../icons/circle-alert';
|
|
3235
3241
|
// CircleArrowLeft aliases
|
|
3236
3242
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3237
3243
|
export {
|
|
@@ -3256,30 +3262,30 @@ export {
|
|
|
3256
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3257
3263
|
default as LucideArrowUpLeftFromCircle
|
|
3258
3264
|
} from '../icons/circle-arrow-out-up-left';
|
|
3259
|
-
// CircleArrowRight aliases
|
|
3260
|
-
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3263
|
-
default as LucideArrowRightCircle
|
|
3264
|
-
} from '../icons/circle-arrow-right';
|
|
3265
3265
|
// CircleArrowOutUpRight aliases
|
|
3266
3266
|
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3267
3267
|
export {
|
|
3268
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3269
3269
|
default as LucideArrowUpRightFromCircle
|
|
3270
3270
|
} from '../icons/circle-arrow-out-up-right';
|
|
3271
|
-
//
|
|
3272
|
-
export { default as
|
|
3271
|
+
// CircleArrowRight aliases
|
|
3272
|
+
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3273
3273
|
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3275
|
-
default as
|
|
3276
|
-
} from '../icons/circle-arrow-
|
|
3274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3275
|
+
default as LucideArrowRightCircle
|
|
3276
|
+
} from '../icons/circle-arrow-right';
|
|
3277
3277
|
// CircleCheckBig aliases
|
|
3278
3278
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3279
3279
|
export {
|
|
3280
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3281
3281
|
default as LucideCheckCircle
|
|
3282
3282
|
} from '../icons/circle-check-big';
|
|
3283
|
+
// CircleArrowUp aliases
|
|
3284
|
+
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3285
|
+
export {
|
|
3286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3287
|
+
default as LucideArrowUpCircle
|
|
3288
|
+
} from '../icons/circle-arrow-up';
|
|
3283
3289
|
// CircleCheck aliases
|
|
3284
3290
|
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3285
3291
|
export {
|
|
@@ -3346,6 +3352,12 @@ export {
|
|
|
3346
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3347
3353
|
default as LucidePauseCircle
|
|
3348
3354
|
} from '../icons/circle-pause';
|
|
3355
|
+
// CirclePlus aliases
|
|
3356
|
+
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3357
|
+
export {
|
|
3358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3359
|
+
default as LucidePlusCircle
|
|
3360
|
+
} from '../icons/circle-plus';
|
|
3349
3361
|
// CirclePercent aliases
|
|
3350
3362
|
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3351
3363
|
export {
|
|
@@ -3358,12 +3370,6 @@ export {
|
|
|
3358
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3359
3371
|
default as LucidePlayCircle
|
|
3360
3372
|
} from '../icons/circle-play';
|
|
3361
|
-
// CirclePlus aliases
|
|
3362
|
-
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3365
|
-
default as LucidePlusCircle
|
|
3366
|
-
} from '../icons/circle-plus';
|
|
3367
3373
|
// CirclePower aliases
|
|
3368
3374
|
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3369
3375
|
export {
|
|
@@ -3528,18 +3534,18 @@ export {
|
|
|
3528
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3529
3535
|
default as LucideSmilePlus
|
|
3530
3536
|
} from '../icons/face-slightly-smiling-plus';
|
|
3531
|
-
// FileAxis3d aliases
|
|
3532
|
-
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3535
|
-
default as LucideFileAxis3D
|
|
3536
|
-
} from '../icons/file-axis-3d';
|
|
3537
3537
|
// FaceSlightlySmiling aliases
|
|
3538
3538
|
export { default as LucideFaceSlightlySmiling } from '../icons/face-slightly-smiling';
|
|
3539
3539
|
export {
|
|
3540
3540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3541
3541
|
default as LucideSmile
|
|
3542
3542
|
} from '../icons/face-slightly-smiling';
|
|
3543
|
+
// FileAxis3d aliases
|
|
3544
|
+
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3547
|
+
default as LucideFileAxis3D
|
|
3548
|
+
} from '../icons/file-axis-3d';
|
|
3543
3549
|
// FileBadge aliases
|
|
3544
3550
|
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3545
3551
|
export {
|
|
@@ -3570,36 +3576,36 @@ export {
|
|
|
3570
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3571
3577
|
default as LucideFileBarChart2
|
|
3572
3578
|
} from '../icons/file-chart-column';
|
|
3573
|
-
// FileChartPie aliases
|
|
3574
|
-
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3577
|
-
default as LucideFilePieChart
|
|
3578
|
-
} from '../icons/file-chart-pie';
|
|
3579
3579
|
// FileChartLine aliases
|
|
3580
3580
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3581
3581
|
export {
|
|
3582
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3583
3583
|
default as LucideFileLineChart
|
|
3584
3584
|
} from '../icons/file-chart-line';
|
|
3585
|
+
// FileChartPie aliases
|
|
3586
|
+
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3589
|
+
default as LucideFilePieChart
|
|
3590
|
+
} from '../icons/file-chart-pie';
|
|
3585
3591
|
// FileCheckCorner aliases
|
|
3586
3592
|
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3587
3593
|
export {
|
|
3588
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3589
3595
|
default as LucideFileCheck2
|
|
3590
3596
|
} from '../icons/file-check-corner';
|
|
3591
|
-
// FileCog aliases
|
|
3592
|
-
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3595
|
-
default as LucideFileCog2
|
|
3596
|
-
} from '../icons/file-cog';
|
|
3597
3597
|
// FileCodeCorner aliases
|
|
3598
3598
|
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3599
3599
|
export {
|
|
3600
3600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3601
3601
|
default as LucideFileCode2
|
|
3602
3602
|
} from '../icons/file-code-corner';
|
|
3603
|
+
// FileCog aliases
|
|
3604
|
+
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3605
|
+
export {
|
|
3606
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3607
|
+
default as LucideFileCog2
|
|
3608
|
+
} from '../icons/file-cog';
|
|
3603
3609
|
// FileExclamationPoint aliases
|
|
3604
3610
|
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3605
3611
|
export {
|
|
@@ -3622,36 +3628,36 @@ export {
|
|
|
3622
3628
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3623
3629
|
default as LucideFileKey2
|
|
3624
3630
|
} from '../icons/file-key';
|
|
3625
|
-
// FileLock aliases
|
|
3626
|
-
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3629
|
-
default as LucideFileLock2
|
|
3630
|
-
} from '../icons/file-lock';
|
|
3631
3631
|
// FileMinusCorner aliases
|
|
3632
3632
|
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3633
3633
|
export {
|
|
3634
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3635
3635
|
default as LucideFileMinus2
|
|
3636
3636
|
} from '../icons/file-minus-corner';
|
|
3637
|
+
// FileLock aliases
|
|
3638
|
+
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3641
|
+
default as LucideFileLock2
|
|
3642
|
+
} from '../icons/file-lock';
|
|
3637
3643
|
// FilePenLine aliases
|
|
3638
3644
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3639
3645
|
export {
|
|
3640
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3641
3647
|
default as LucideFileSignature
|
|
3642
3648
|
} from '../icons/file-pen-line';
|
|
3643
|
-
// FilePen aliases
|
|
3644
|
-
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3647
|
-
default as LucideFileEdit
|
|
3648
|
-
} from '../icons/file-pen';
|
|
3649
3649
|
// FilePlay aliases
|
|
3650
3650
|
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3651
3651
|
export {
|
|
3652
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3653
3653
|
default as LucideFileVideo
|
|
3654
3654
|
} from '../icons/file-play';
|
|
3655
|
+
// FilePen aliases
|
|
3656
|
+
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3659
|
+
default as LucideFileEdit
|
|
3660
|
+
} from '../icons/file-pen';
|
|
3655
3661
|
// FilePlusCorner aliases
|
|
3656
3662
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3657
3663
|
export {
|
|
@@ -3670,60 +3676,60 @@ export {
|
|
|
3670
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3671
3677
|
default as LucideFileSearch2
|
|
3672
3678
|
} from '../icons/file-search-corner';
|
|
3673
|
-
//
|
|
3674
|
-
export { default as
|
|
3679
|
+
// FileSignal aliases
|
|
3680
|
+
export { default as LucideFileSignal } from '../icons/file-signal';
|
|
3675
3681
|
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3677
|
-
default as
|
|
3678
|
-
} from '../icons/file-
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3683
|
+
default as LucideFileVolume2
|
|
3684
|
+
} from '../icons/file-signal';
|
|
3679
3685
|
// FileTypeCorner aliases
|
|
3680
3686
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3681
3687
|
export {
|
|
3682
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3683
3689
|
default as LucideFileType2
|
|
3684
3690
|
} from '../icons/file-type-corner';
|
|
3685
|
-
//
|
|
3686
|
-
export { default as
|
|
3691
|
+
// FileVideoCamera aliases
|
|
3692
|
+
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3687
3693
|
export {
|
|
3688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3689
|
-
default as
|
|
3690
|
-
} from '../icons/file-
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3695
|
+
default as LucideFileVideo2
|
|
3696
|
+
} from '../icons/file-video-camera';
|
|
3691
3697
|
// FileXCorner aliases
|
|
3692
3698
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3693
3699
|
export {
|
|
3694
3700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3695
3701
|
default as LucideFileX2
|
|
3696
3702
|
} from '../icons/file-x-corner';
|
|
3697
|
-
// FolderCog aliases
|
|
3698
|
-
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3701
|
-
default as LucideFolderCog2
|
|
3702
|
-
} from '../icons/folder-cog';
|
|
3703
3703
|
// FingerprintPattern aliases
|
|
3704
3704
|
export { default as LucideFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3705
3705
|
export {
|
|
3706
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3707
3707
|
default as LucideFingerprint
|
|
3708
3708
|
} from '../icons/fingerprint-pattern';
|
|
3709
|
+
// FolderCog aliases
|
|
3710
|
+
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3711
|
+
export {
|
|
3712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3713
|
+
default as LucideFolderCog2
|
|
3714
|
+
} from '../icons/folder-cog';
|
|
3709
3715
|
// FolderPen aliases
|
|
3710
3716
|
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3711
3717
|
export {
|
|
3712
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3713
3719
|
default as LucideFolderEdit
|
|
3714
3720
|
} from '../icons/folder-pen';
|
|
3715
|
-
// FunnelX aliases
|
|
3716
|
-
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3719
|
-
default as LucideFilterX
|
|
3720
|
-
} from '../icons/funnel-x';
|
|
3721
3721
|
// Funnel aliases
|
|
3722
3722
|
export { default as LucideFunnel } from '../icons/funnel';
|
|
3723
3723
|
export {
|
|
3724
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3725
3725
|
default as LucideFilter
|
|
3726
3726
|
} from '../icons/funnel';
|
|
3727
|
+
// FunnelX aliases
|
|
3728
|
+
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3731
|
+
default as LucideFilterX
|
|
3732
|
+
} from '../icons/funnel-x';
|
|
3727
3733
|
// GitCommitHorizontal aliases
|
|
3728
3734
|
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3729
3735
|
export {
|
|
@@ -3784,16 +3790,10 @@ export {
|
|
|
3784
3790
|
} from '../icons/house';
|
|
3785
3791
|
// IceCreamBowl aliases
|
|
3786
3792
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3789
|
-
default as LucideIceCream2
|
|
3790
|
-
} from '../icons/ice-cream-bowl';
|
|
3791
|
-
// LaptopMinimal aliases
|
|
3792
|
-
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3793
|
-
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3795
|
-
default as LucideLaptop2
|
|
3796
|
-
} from '../icons/laptop-minimal';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3795
|
+
default as LucideIceCream2
|
|
3796
|
+
} from '../icons/ice-cream-bowl';
|
|
3797
3797
|
// IceCreamCone aliases
|
|
3798
3798
|
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3799
3799
|
export {
|
|
@@ -3806,6 +3806,12 @@ export {
|
|
|
3806
3806
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3807
3807
|
default as LucideLayers3
|
|
3808
3808
|
} from '../icons/layers';
|
|
3809
|
+
// LaptopMinimal aliases
|
|
3810
|
+
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3813
|
+
default as LucideLaptop2
|
|
3814
|
+
} from '../icons/laptop-minimal';
|
|
3809
3815
|
// ListIndentDecrease aliases
|
|
3810
3816
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3811
3817
|
export {
|
|
@@ -3850,18 +3856,24 @@ export {
|
|
|
3850
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3851
3857
|
default as LucideMailQuestion
|
|
3852
3858
|
} from '../icons/mail-question-mark';
|
|
3859
|
+
// MapPinPen aliases
|
|
3860
|
+
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3863
|
+
default as LucideLocationEdit
|
|
3864
|
+
} from '../icons/map-pin-pen';
|
|
3853
3865
|
// MessageCircleQuestionMark aliases
|
|
3854
3866
|
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3855
3867
|
export {
|
|
3856
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3857
3869
|
default as LucideMessageCircleQuestion
|
|
3858
3870
|
} from '../icons/message-circle-question-mark';
|
|
3859
|
-
//
|
|
3860
|
-
export { default as
|
|
3871
|
+
// Move3d aliases
|
|
3872
|
+
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3861
3873
|
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3863
|
-
default as
|
|
3864
|
-
} from '../icons/
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3875
|
+
default as LucideMove3D
|
|
3876
|
+
} from '../icons/move-3d';
|
|
3865
3877
|
// MicVocal aliases
|
|
3866
3878
|
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3867
3879
|
export {
|
|
@@ -3874,24 +3886,18 @@ export {
|
|
|
3874
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3875
3887
|
default as LucidePodcast
|
|
3876
3888
|
} from '../icons/mic-signal';
|
|
3877
|
-
//
|
|
3878
|
-
export { default as
|
|
3889
|
+
// OctagonAlert aliases
|
|
3890
|
+
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3879
3891
|
export {
|
|
3880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3881
|
-
default as
|
|
3882
|
-
} from '../icons/
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3893
|
+
default as LucideAlertOctagon
|
|
3894
|
+
} from '../icons/octagon-alert';
|
|
3883
3895
|
// OctagonPause aliases
|
|
3884
3896
|
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3885
3897
|
export {
|
|
3886
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3887
3899
|
default as LucidePauseOctagon
|
|
3888
3900
|
} from '../icons/octagon-pause';
|
|
3889
|
-
// OctagonAlert aliases
|
|
3890
|
-
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3893
|
-
default as LucideAlertOctagon
|
|
3894
|
-
} from '../icons/octagon-alert';
|
|
3895
3901
|
// OctagonX aliases
|
|
3896
3902
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3897
3903
|
export {
|
|
@@ -3922,18 +3928,18 @@ export {
|
|
|
3922
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3923
3929
|
default as LucidePanelLeftInactive
|
|
3924
3930
|
} from '../icons/panel-left-dashed';
|
|
3925
|
-
// PanelLeftOpen aliases
|
|
3926
|
-
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3929
|
-
default as LucideSidebarOpen
|
|
3930
|
-
} from '../icons/panel-left-open';
|
|
3931
3931
|
// PanelLeft aliases
|
|
3932
3932
|
export { default as LucidePanelLeft } from '../icons/panel-left';
|
|
3933
3933
|
export {
|
|
3934
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3935
3935
|
default as LucideSidebar
|
|
3936
3936
|
} from '../icons/panel-left';
|
|
3937
|
+
// PanelLeftOpen aliases
|
|
3938
|
+
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3941
|
+
default as LucideSidebarOpen
|
|
3942
|
+
} from '../icons/panel-left-open';
|
|
3937
3943
|
// PanelRightDashed aliases
|
|
3938
3944
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3939
3945
|
export {
|
|
@@ -3958,12 +3964,6 @@ export {
|
|
|
3958
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3959
3965
|
default as LucideEdit3
|
|
3960
3966
|
} from '../icons/pen-line';
|
|
3961
|
-
// RectangleEllipsis aliases
|
|
3962
|
-
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3963
|
-
export {
|
|
3964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3965
|
-
default as LucideFormInput
|
|
3966
|
-
} from '../icons/rectangle-ellipsis';
|
|
3967
3967
|
// Pen aliases
|
|
3968
3968
|
export { default as LucidePen } from '../icons/pen';
|
|
3969
3969
|
export {
|
|
@@ -3976,18 +3976,24 @@ export {
|
|
|
3976
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3977
3977
|
default as LucidePlugZap2
|
|
3978
3978
|
} from '../icons/plug-zap';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3979
|
+
// RectangleEllipsis aliases
|
|
3980
|
+
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3981
3981
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3983
|
+
default as LucideFormInput
|
|
3984
|
+
} from '../icons/rectangle-ellipsis';
|
|
3985
3985
|
// Rotate3d aliases
|
|
3986
3986
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3987
3987
|
export {
|
|
3988
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3989
3989
|
default as LucideRotate3D
|
|
3990
3990
|
} from '../icons/rotate-3d';
|
|
3991
|
+
// RotateCcwClock aliases
|
|
3992
|
+
export { default as LucideRotateCcwClock } from '../icons/rotate-ccw-clock';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3995
|
+
default as LucideHistory
|
|
3996
|
+
} from '../icons/rotate-ccw-clock';
|
|
3991
3997
|
// Rows2 aliases
|
|
3992
3998
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3993
3999
|
export {
|
|
@@ -4036,18 +4042,18 @@ export {
|
|
|
4036
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4037
4043
|
default as LucideStars
|
|
4038
4044
|
} from '../icons/sparkles';
|
|
4039
|
-
// SquareActivity aliases
|
|
4040
|
-
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4043
|
-
default as LucideActivitySquare
|
|
4044
|
-
} from '../icons/square-activity';
|
|
4045
4045
|
// SquareArrowDownLeft aliases
|
|
4046
4046
|
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
4047
4047
|
export {
|
|
4048
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4049
4049
|
default as LucideArrowDownLeftSquare
|
|
4050
4050
|
} from '../icons/square-arrow-down-left';
|
|
4051
|
+
// SquareActivity aliases
|
|
4052
|
+
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4055
|
+
default as LucideActivitySquare
|
|
4056
|
+
} from '../icons/square-activity';
|
|
4051
4057
|
// SquareArrowDownRight aliases
|
|
4052
4058
|
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
4053
4059
|
export {
|
|
@@ -4060,6 +4066,12 @@ export {
|
|
|
4060
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4061
4067
|
default as LucideArrowDownSquare
|
|
4062
4068
|
} from '../icons/square-arrow-down';
|
|
4069
|
+
// SquareArrowLeft aliases
|
|
4070
|
+
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
4071
|
+
export {
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4073
|
+
default as LucideArrowLeftSquare
|
|
4074
|
+
} from '../icons/square-arrow-left';
|
|
4063
4075
|
// SquareArrowOutDownLeft aliases
|
|
4064
4076
|
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
4065
4077
|
export {
|
|
@@ -4072,18 +4084,18 @@ export {
|
|
|
4072
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4073
4085
|
default as LucideArrowDownRightFromSquare
|
|
4074
4086
|
} from '../icons/square-arrow-out-down-right';
|
|
4075
|
-
// SquareArrowLeft aliases
|
|
4076
|
-
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4079
|
-
default as LucideArrowLeftSquare
|
|
4080
|
-
} from '../icons/square-arrow-left';
|
|
4081
4087
|
// SquareArrowOutUpLeft aliases
|
|
4082
4088
|
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
4083
4089
|
export {
|
|
4084
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4085
4091
|
default as LucideArrowUpLeftFromSquare
|
|
4086
4092
|
} from '../icons/square-arrow-out-up-left';
|
|
4093
|
+
// SquareArrowUpLeft aliases
|
|
4094
|
+
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4097
|
+
default as LucideArrowUpLeftSquare
|
|
4098
|
+
} from '../icons/square-arrow-up-left';
|
|
4087
4099
|
// SquareArrowOutUpRight aliases
|
|
4088
4100
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
4089
4101
|
export {
|
|
@@ -4096,12 +4108,6 @@ export {
|
|
|
4096
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4097
4109
|
default as LucideArrowRightSquare
|
|
4098
4110
|
} from '../icons/square-arrow-right';
|
|
4099
|
-
// SquareArrowUpLeft aliases
|
|
4100
|
-
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4103
|
-
default as LucideArrowUpLeftSquare
|
|
4104
|
-
} from '../icons/square-arrow-up-left';
|
|
4105
4111
|
// SquareArrowUpRight aliases
|
|
4106
4112
|
export { default as LucideSquareArrowUpRight } from '../icons/square-arrow-up-right';
|
|
4107
4113
|
export {
|
|
@@ -4114,18 +4120,18 @@ export {
|
|
|
4114
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4115
4121
|
default as LucideArrowUpSquare
|
|
4116
4122
|
} from '../icons/square-arrow-up';
|
|
4117
|
-
// SquareAsterisk aliases
|
|
4118
|
-
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
4119
|
-
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4121
|
-
default as LucideAsteriskSquare
|
|
4122
|
-
} from '../icons/square-asterisk';
|
|
4123
4123
|
// SquareBottomDashedScissors aliases
|
|
4124
4124
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
4125
4125
|
export {
|
|
4126
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4127
4127
|
default as LucideScissorsSquareDashedBottom
|
|
4128
4128
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4129
|
+
// SquareAsterisk aliases
|
|
4130
|
+
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
4131
|
+
export {
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4133
|
+
default as LucideAsteriskSquare
|
|
4134
|
+
} from '../icons/square-asterisk';
|
|
4129
4135
|
// SquareCenterlineDashedHorizontal aliases
|
|
4130
4136
|
export { default as LucideSquareCenterlineDashedHorizontal } from '../icons/square-centerline-dashed-horizontal';
|
|
4131
4137
|
export {
|
|
@@ -4148,6 +4154,12 @@ export {
|
|
|
4148
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4149
4155
|
default as LucideSquareGanttChart
|
|
4150
4156
|
} from '../icons/square-chart-gantt';
|
|
4157
|
+
// SquareCheckBig aliases
|
|
4158
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4161
|
+
default as LucideCheckSquare
|
|
4162
|
+
} from '../icons/square-check-big';
|
|
4151
4163
|
// SquareCheck aliases
|
|
4152
4164
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
4153
4165
|
export {
|
|
@@ -4160,12 +4172,6 @@ export {
|
|
|
4160
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4161
4173
|
default as LucideChevronDownSquare
|
|
4162
4174
|
} from '../icons/square-chevron-down';
|
|
4163
|
-
// SquareCheckBig aliases
|
|
4164
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4165
|
-
export {
|
|
4166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4167
|
-
default as LucideCheckSquare
|
|
4168
|
-
} from '../icons/square-check-big';
|
|
4169
4175
|
// SquareChevronLeft aliases
|
|
4170
4176
|
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4171
4177
|
export {
|
|
@@ -4178,24 +4184,24 @@ export {
|
|
|
4178
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4179
4185
|
default as LucideChevronRightSquare
|
|
4180
4186
|
} from '../icons/square-chevron-right';
|
|
4181
|
-
//
|
|
4182
|
-
export { default as
|
|
4187
|
+
// SquareChevronUp aliases
|
|
4188
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4183
4189
|
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4185
|
-
default as
|
|
4186
|
-
} from '../icons/square-
|
|
4190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4191
|
+
default as LucideChevronUpSquare
|
|
4192
|
+
} from '../icons/square-chevron-up';
|
|
4187
4193
|
// SquareDashedKanban aliases
|
|
4188
4194
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
4189
4195
|
export {
|
|
4190
4196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4191
4197
|
default as LucideKanbanSquareDashed
|
|
4192
4198
|
} from '../icons/square-dashed-kanban';
|
|
4193
|
-
//
|
|
4194
|
-
export { default as
|
|
4199
|
+
// SquareCode aliases
|
|
4200
|
+
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4195
4201
|
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4197
|
-
default as
|
|
4198
|
-
} from '../icons/square-
|
|
4202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4203
|
+
default as LucideCodeSquare
|
|
4204
|
+
} from '../icons/square-code';
|
|
4199
4205
|
// SquareDashedMousePointer aliases
|
|
4200
4206
|
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4201
4207
|
export {
|
|
@@ -4212,12 +4218,6 @@ export {
|
|
|
4212
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4213
4219
|
default as LucideTextSelect
|
|
4214
4220
|
} from '../icons/square-dashed-text';
|
|
4215
|
-
// SquareDot aliases
|
|
4216
|
-
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4219
|
-
default as LucideDotSquare
|
|
4220
|
-
} from '../icons/square-dot';
|
|
4221
4221
|
// SquareDashed aliases
|
|
4222
4222
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
4223
4223
|
export {
|
|
@@ -4230,6 +4230,12 @@ export {
|
|
|
4230
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4231
4231
|
default as LucideDivideSquare
|
|
4232
4232
|
} from '../icons/square-divide';
|
|
4233
|
+
// SquareDot aliases
|
|
4234
|
+
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4237
|
+
default as LucideDotSquare
|
|
4238
|
+
} from '../icons/square-dot';
|
|
4233
4239
|
// SquareEqual aliases
|
|
4234
4240
|
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4235
4241
|
export {
|
|
@@ -4278,18 +4284,18 @@ export {
|
|
|
4278
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4279
4285
|
default as LucideInspect
|
|
4280
4286
|
} from '../icons/square-mouse-pointer';
|
|
4281
|
-
// SquareParking aliases
|
|
4282
|
-
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4285
|
-
default as LucideParkingSquare
|
|
4286
|
-
} from '../icons/square-parking';
|
|
4287
4287
|
// SquareParkingOff aliases
|
|
4288
4288
|
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4289
4289
|
export {
|
|
4290
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4291
4291
|
default as LucideParkingSquareOff
|
|
4292
4292
|
} from '../icons/square-parking-off';
|
|
4293
|
+
// SquareParking aliases
|
|
4294
|
+
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4297
|
+
default as LucideParkingSquare
|
|
4298
|
+
} from '../icons/square-parking';
|
|
4293
4299
|
// SquarePen aliases
|
|
4294
4300
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4295
4301
|
export {
|
|
@@ -4340,18 +4346,18 @@ export {
|
|
|
4340
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4341
4347
|
default as LucidePowerSquare
|
|
4342
4348
|
} from '../icons/square-power';
|
|
4343
|
-
// SquareSigma aliases
|
|
4344
|
-
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4345
|
-
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4347
|
-
default as LucideSigmaSquare
|
|
4348
|
-
} from '../icons/square-sigma';
|
|
4349
4349
|
// SquareScissors aliases
|
|
4350
4350
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4351
4351
|
export {
|
|
4352
4352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4353
4353
|
default as LucideScissorsSquare
|
|
4354
4354
|
} from '../icons/square-scissors';
|
|
4355
|
+
// SquareSigma aliases
|
|
4356
|
+
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4357
|
+
export {
|
|
4358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4359
|
+
default as LucideSigmaSquare
|
|
4360
|
+
} from '../icons/square-sigma';
|
|
4355
4361
|
// SquareSlash aliases
|
|
4356
4362
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4357
4363
|
export {
|
|
@@ -4382,12 +4388,6 @@ export {
|
|
|
4382
4388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4383
4389
|
default as LucideUserSquare2
|
|
4384
4390
|
} from '../icons/square-user-round';
|
|
4385
|
-
// SquareUser aliases
|
|
4386
|
-
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4387
|
-
export {
|
|
4388
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4389
|
-
default as LucideUserSquare
|
|
4390
|
-
} from '../icons/square-user';
|
|
4391
4391
|
// SquareX aliases
|
|
4392
4392
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4393
4393
|
export {
|
|
@@ -4406,12 +4406,28 @@ export {
|
|
|
4406
4406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4407
4407
|
default as LucideAlignCenter
|
|
4408
4408
|
} from '../icons/text-align-center';
|
|
4409
|
+
// SquareUser aliases
|
|
4410
|
+
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4411
|
+
export {
|
|
4412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4413
|
+
default as LucideUserSquare
|
|
4414
|
+
} from '../icons/square-user';
|
|
4409
4415
|
// TextAlignEnd aliases
|
|
4410
4416
|
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4411
4417
|
export {
|
|
4412
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4413
4419
|
default as LucideAlignRight
|
|
4414
4420
|
} from '../icons/text-align-end';
|
|
4421
|
+
// TextAlignStart aliases
|
|
4422
|
+
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4423
|
+
export {
|
|
4424
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4425
|
+
default as LucideText
|
|
4426
|
+
} from '../icons/text-align-start';
|
|
4427
|
+
export {
|
|
4428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4429
|
+
default as LucideAlignLeft
|
|
4430
|
+
} from '../icons/text-align-start';
|
|
4415
4431
|
// TextAlignJustify aliases
|
|
4416
4432
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4417
4433
|
export {
|
|
@@ -4430,28 +4446,18 @@ export {
|
|
|
4430
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4431
4447
|
default as LucideWrapText
|
|
4432
4448
|
} from '../icons/text-wrap';
|
|
4433
|
-
//
|
|
4434
|
-
export { default as
|
|
4435
|
-
export {
|
|
4436
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4437
|
-
default as LucideText
|
|
4438
|
-
} from '../icons/text-align-start';
|
|
4449
|
+
// TreePalm aliases
|
|
4450
|
+
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4439
4451
|
export {
|
|
4440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4441
|
-
default as
|
|
4442
|
-
} from '../icons/
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4453
|
+
default as LucidePalmtree
|
|
4454
|
+
} from '../icons/tree-palm';
|
|
4443
4455
|
// TramFront aliases
|
|
4444
4456
|
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4445
4457
|
export {
|
|
4446
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4447
4459
|
default as LucideTrain
|
|
4448
4460
|
} from '../icons/tram-front';
|
|
4449
|
-
// TreePalm aliases
|
|
4450
|
-
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4451
|
-
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4453
|
-
default as LucidePalmtree
|
|
4454
|
-
} from '../icons/tree-palm';
|
|
4455
4461
|
// TriangleAlert aliases
|
|
4456
4462
|
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4457
4463
|
export {
|
|
@@ -4506,6 +4512,12 @@ export {
|
|
|
4506
4512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4507
4513
|
default as LucideUser2
|
|
4508
4514
|
} from '../icons/user-round';
|
|
4515
|
+
// UsersRound aliases
|
|
4516
|
+
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4517
|
+
export {
|
|
4518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4519
|
+
default as LucideUsers2
|
|
4520
|
+
} from '../icons/users-round';
|
|
4509
4521
|
// UtensilsCrossed aliases
|
|
4510
4522
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4511
4523
|
export {
|
|
@@ -4518,24 +4530,18 @@ export {
|
|
|
4518
4530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4519
4531
|
default as LucideForkKnife
|
|
4520
4532
|
} from '../icons/utensils';
|
|
4521
|
-
//
|
|
4522
|
-
export { default as
|
|
4533
|
+
// WandSparkles aliases
|
|
4534
|
+
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4523
4535
|
export {
|
|
4524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4525
|
-
default as
|
|
4526
|
-
} from '../icons/
|
|
4536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4537
|
+
default as LucideWand2
|
|
4538
|
+
} from '../icons/wand-sparkles';
|
|
4527
4539
|
// WalletMinimal aliases
|
|
4528
4540
|
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4529
4541
|
export {
|
|
4530
4542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4531
4543
|
default as LucideWallet2
|
|
4532
4544
|
} from '../icons/wallet-minimal';
|
|
4533
|
-
// WandSparkles aliases
|
|
4534
|
-
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4535
|
-
export {
|
|
4536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4537
|
-
default as LucideWand2
|
|
4538
|
-
} from '../icons/wand-sparkles';
|
|
4539
4545
|
// WavesHorizontal aliases
|
|
4540
4546
|
export { default as LucideWavesHorizontal } from '../icons/waves-horizontal';
|
|
4541
4547
|
export {
|