@lucide/astro 0.556.0 → 0.558.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 +48 -48
- package/src/aliases/prefixed.ts +534 -520
- package/src/aliases/suffixed.ts +911 -897
- package/src/icons/balloon.ts +18 -0
- package/src/icons/brush-cleaning.ts +2 -2
- package/src/icons/circle-pile.ts +18 -0
- package/src/icons/cloud-backup.ts +18 -0
- package/src/icons/cloud-sync.ts +18 -0
- package/src/icons/hd.ts +18 -0
- package/src/icons/index.ts +112 -105
- package/src/icons/layers-plus.ts +18 -0
- package/src/icons/memory-stick.ts +2 -2
- package/src/icons/microchip.ts +2 -2
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/search-alert.ts +18 -0
- package/src/icons/thumbs-down.ts +2 -2
- package/src/icons/thumbs-up.ts +2 -2
- package/src/icons/tickets-plane.ts +2 -2
- package/src/icons/tickets.ts +2 -2
package/src/aliases/prefixed.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
3
1
|
// AArrowDown aliases
|
|
4
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
9
7
|
// Accessibility aliases
|
|
10
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as LucideActivity } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
|
-
// AlarmClockOff aliases
|
|
16
|
-
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
15
|
// AlarmClock aliases
|
|
18
16
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
19
|
-
//
|
|
20
|
-
export { default as
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as LucideAlbum } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
@@ -32,10 +32,10 @@ export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
|
32
32
|
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
@@ -56,10 +56,10 @@ export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vert
|
|
|
56
56
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -78,18 +78,18 @@ export { default as LucideAnchor } from '../icons/anchor';
|
|
|
78
78
|
export { default as LucideAngry } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as LucideAnvil } from '../icons/anvil';
|
|
83
81
|
// Antenna aliases
|
|
84
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as LucideAnvil } from '../icons/anvil';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as LucideAperture } from '../icons/aperture';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as LucideApple } from '../icons/apple';
|
|
91
|
+
// AppWindow aliases
|
|
92
|
+
export { default as LucideAppWindow } from '../icons/app-window';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
@@ -122,14 +122,14 @@ export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
|
122
122
|
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
125
|
-
//
|
|
126
|
-
export { default as
|
|
125
|
+
// ArrowDownToLine aliases
|
|
126
|
+
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
127
127
|
// ArrowDownUp aliases
|
|
128
128
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
131
|
-
// ArrowDownToLine aliases
|
|
132
|
-
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
@@ -146,10 +146,10 @@ export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
|
146
146
|
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
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
155
|
// ArrowUpLeft aliases
|
|
@@ -190,20 +190,20 @@ export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
|
190
190
|
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
193
|
+
// BadgeIndianRupee aliases
|
|
194
|
+
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
193
195
|
// BadgeInfo aliases
|
|
194
196
|
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
195
197
|
// BadgeJapaneseYen aliases
|
|
196
198
|
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
197
|
-
// BadgeIndianRupee aliases
|
|
198
|
-
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
203
|
-
// BadgePoundSterling aliases
|
|
204
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
@@ -216,6 +216,8 @@ export { default as LucideBadgeX } from '../icons/badge-x';
|
|
|
216
216
|
export { default as LucideBadge } from '../icons/badge';
|
|
217
217
|
// BaggageClaim aliases
|
|
218
218
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
219
|
+
// Balloon aliases
|
|
220
|
+
export { default as LucideBalloon } from '../icons/balloon';
|
|
219
221
|
// Ban aliases
|
|
220
222
|
export { default as LucideBan } from '../icons/ban';
|
|
221
223
|
// Banana aliases
|
|
@@ -244,8 +246,6 @@ export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
|
244
246
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
251
251
|
// BatteryWarning aliases
|
|
@@ -254,6 +254,8 @@ export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
|
254
254
|
export { default as LucideBattery } from '../icons/battery';
|
|
255
255
|
// Beaker aliases
|
|
256
256
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
257
|
+
// BatteryMedium aliases
|
|
258
|
+
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
257
259
|
// BeanOff aliases
|
|
258
260
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
259
261
|
// Bean aliases
|
|
@@ -274,10 +276,10 @@ export { default as LucideBeer } from '../icons/beer';
|
|
|
274
276
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
275
277
|
// BellElectric aliases
|
|
276
278
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
279
279
|
// BellOff aliases
|
|
280
280
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
281
|
+
// BellMinus aliases
|
|
282
|
+
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
281
283
|
// BellPlus aliases
|
|
282
284
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
283
285
|
// BellRing aliases
|
|
@@ -298,10 +300,10 @@ export { default as LucideBinary } from '../icons/binary';
|
|
|
298
300
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
299
301
|
// Biohazard aliases
|
|
300
302
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
301
|
-
// Birdhouse aliases
|
|
302
|
-
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
303
303
|
// Bird aliases
|
|
304
304
|
export { default as LucideBird } from '../icons/bird';
|
|
305
|
+
// Birdhouse aliases
|
|
306
|
+
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
305
307
|
// Bitcoin aliases
|
|
306
308
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
307
309
|
// Blend aliases
|
|
@@ -316,18 +318,18 @@ export { default as LucideBluetoothConnected } from '../icons/bluetooth-connecte
|
|
|
316
318
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
317
319
|
// BluetoothSearching aliases
|
|
318
320
|
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
319
|
-
// Bold aliases
|
|
320
|
-
export { default as LucideBold } from '../icons/bold';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
323
|
+
// Bold aliases
|
|
324
|
+
export { default as LucideBold } from '../icons/bold';
|
|
323
325
|
// Bolt aliases
|
|
324
326
|
export { default as LucideBolt } from '../icons/bolt';
|
|
327
|
+
// Bomb aliases
|
|
328
|
+
export { default as LucideBomb } from '../icons/bomb';
|
|
325
329
|
// Bone aliases
|
|
326
330
|
export { default as LucideBone } from '../icons/bone';
|
|
327
331
|
// BookA aliases
|
|
328
332
|
export { default as LucideBookA } from '../icons/book-a';
|
|
329
|
-
// Bomb aliases
|
|
330
|
-
export { default as LucideBomb } from '../icons/bomb';
|
|
331
333
|
// BookAlert aliases
|
|
332
334
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
333
335
|
// BookAudio aliases
|
|
@@ -402,10 +404,10 @@ export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
|
402
404
|
export { default as LucideBox } from '../icons/box';
|
|
403
405
|
// Boxes aliases
|
|
404
406
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
405
|
-
// BrainCircuit aliases
|
|
406
|
-
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
409
411
|
// BrainCog aliases
|
|
410
412
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
411
413
|
// Brain aliases
|
|
@@ -426,14 +428,14 @@ export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
|
426
428
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
427
429
|
// BringToFront aliases
|
|
428
430
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
429
|
-
// BrushCleaning aliases
|
|
430
|
-
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
431
431
|
// Brush aliases
|
|
432
432
|
export { default as LucideBrush } from '../icons/brush';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
433
|
+
// BrushCleaning aliases
|
|
434
|
+
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
437
|
+
// BugOff aliases
|
|
438
|
+
export { default as LucideBugOff } from '../icons/bug-off';
|
|
437
439
|
// BugPlay aliases
|
|
438
440
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
439
441
|
// Bug aliases
|
|
@@ -462,10 +464,10 @@ export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
|
462
464
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
463
465
|
// CalendarArrowUp aliases
|
|
464
466
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
465
|
-
// CalendarCheck aliases
|
|
466
|
-
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
469
471
|
// CalendarClock aliases
|
|
470
472
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
471
473
|
// CalendarCog aliases
|
|
@@ -486,10 +488,10 @@ export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
|
486
488
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
487
489
|
// CalendarPlus aliases
|
|
488
490
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
489
|
-
// CalendarRange aliases
|
|
490
|
-
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
491
491
|
// CalendarSearch aliases
|
|
492
492
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
493
|
+
// CalendarRange aliases
|
|
494
|
+
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
493
495
|
// CalendarSync aliases
|
|
494
496
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
495
497
|
// CalendarX2 aliases
|
|
@@ -502,12 +504,12 @@ export { default as LucideCalendar } from '../icons/calendar';
|
|
|
502
504
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
503
505
|
// CameraOff aliases
|
|
504
506
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
507
|
+
// CandyOff aliases
|
|
508
|
+
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
505
509
|
// Camera aliases
|
|
506
510
|
export { default as LucideCamera } from '../icons/camera';
|
|
507
511
|
// CandyCane aliases
|
|
508
512
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
509
|
-
// CandyOff aliases
|
|
510
|
-
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
511
513
|
// Candy aliases
|
|
512
514
|
export { default as LucideCandy } from '../icons/candy';
|
|
513
515
|
// Cannabis aliases
|
|
@@ -518,20 +520,20 @@ export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
|
518
520
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
519
521
|
// CarTaxiFront aliases
|
|
520
522
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
523
|
+
// Car aliases
|
|
524
|
+
export { default as LucideCar } from '../icons/car';
|
|
521
525
|
// Caravan aliases
|
|
522
526
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
523
527
|
// CardSim aliases
|
|
524
528
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
525
|
-
// Car aliases
|
|
526
|
-
export { default as LucideCar } from '../icons/car';
|
|
527
529
|
// Carrot aliases
|
|
528
530
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
529
531
|
// CaseLower aliases
|
|
530
532
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
531
|
-
// CaseSensitive aliases
|
|
532
|
-
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
533
533
|
// CaseUpper aliases
|
|
534
534
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
535
|
+
// CaseSensitive aliases
|
|
536
|
+
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
535
537
|
// CassetteTape aliases
|
|
536
538
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
537
539
|
// Cast aliases
|
|
@@ -556,28 +558,28 @@ export { default as LucideChartColumnStacked } from '../icons/chart-column-stack
|
|
|
556
558
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
557
559
|
// ChartNetwork aliases
|
|
558
560
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
559
|
-
// ChartNoAxesCombined aliases
|
|
560
|
-
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
561
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
562
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
+
// ChartNoAxesCombined aliases
|
|
564
|
+
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
563
565
|
// ChartSpline aliases
|
|
564
566
|
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
565
567
|
// CheckCheck aliases
|
|
566
568
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
567
569
|
// CheckLine aliases
|
|
568
570
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
569
|
-
// Check aliases
|
|
570
|
-
export { default as LucideCheck } from '../icons/check';
|
|
571
571
|
// ChefHat aliases
|
|
572
572
|
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
573
|
+
// Check aliases
|
|
574
|
+
export { default as LucideCheck } from '../icons/check';
|
|
573
575
|
// Cherry aliases
|
|
574
576
|
export { default as LucideCherry } from '../icons/cherry';
|
|
575
577
|
// ChessBishop aliases
|
|
576
578
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
577
|
-
// ChessKing aliases
|
|
578
|
-
export { default as LucideChessKing } from '../icons/chess-king';
|
|
579
579
|
// ChessKnight aliases
|
|
580
580
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
581
|
+
// ChessKing aliases
|
|
582
|
+
export { default as LucideChessKing } from '../icons/chess-king';
|
|
581
583
|
// ChessPawn aliases
|
|
582
584
|
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
583
585
|
// ChessQueen aliases
|
|
@@ -600,12 +602,12 @@ export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
|
600
602
|
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
601
603
|
// ChevronsDown aliases
|
|
602
604
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
603
|
-
// ChevronsLeftRightEllipsis aliases
|
|
604
|
-
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
605
605
|
// ChevronsLeftRight aliases
|
|
606
606
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
607
607
|
// ChevronsLeft aliases
|
|
608
608
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
609
|
+
// ChevronsLeftRightEllipsis aliases
|
|
610
|
+
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
609
611
|
// ChevronsRightLeft aliases
|
|
610
612
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
611
613
|
// ChevronsRight aliases
|
|
@@ -616,14 +618,14 @@ export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
|
616
618
|
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
617
619
|
// Church aliases
|
|
618
620
|
export { default as LucideChurch } from '../icons/church';
|
|
619
|
-
// CigaretteOff aliases
|
|
620
|
-
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
621
621
|
// Cigarette aliases
|
|
622
622
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
623
|
+
// CigaretteOff aliases
|
|
624
|
+
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
625
625
|
// CircleDashed aliases
|
|
626
626
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
627
|
+
// CircleDollarSign aliases
|
|
628
|
+
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
627
629
|
// CircleDotDashed aliases
|
|
628
630
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
629
631
|
// CircleDot aliases
|
|
@@ -634,10 +636,12 @@ export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
|
634
636
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
635
637
|
// CircleFadingArrowUp aliases
|
|
636
638
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
637
|
-
// CircleFadingPlus aliases
|
|
638
|
-
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
639
639
|
// CircleOff aliases
|
|
640
640
|
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
641
|
+
// CircleFadingPlus aliases
|
|
642
|
+
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
643
|
+
// CirclePile aliases
|
|
644
|
+
export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
641
645
|
// CirclePoundSterling aliases
|
|
642
646
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
643
647
|
// CircleSlash aliases
|
|
@@ -670,16 +674,16 @@ export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
|
670
674
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
671
675
|
// ClipboardType aliases
|
|
672
676
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
673
|
-
// ClipboardX aliases
|
|
674
|
-
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
675
677
|
// Clipboard aliases
|
|
676
678
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
679
|
+
// ClipboardX aliases
|
|
680
|
+
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
677
681
|
// Clock1 aliases
|
|
678
682
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
679
|
-
// Clock11 aliases
|
|
680
|
-
export { default as LucideClock11 } from '../icons/clock-11';
|
|
681
683
|
// Clock10 aliases
|
|
682
684
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
685
|
+
// Clock11 aliases
|
|
686
|
+
export { default as LucideClock11 } from '../icons/clock-11';
|
|
683
687
|
// Clock12 aliases
|
|
684
688
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
685
689
|
// Clock2 aliases
|
|
@@ -700,22 +704,24 @@ export { default as LucideClock8 } from '../icons/clock-8';
|
|
|
700
704
|
export { default as LucideClock9 } from '../icons/clock-9';
|
|
701
705
|
// ClockAlert aliases
|
|
702
706
|
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
707
|
+
// ClockArrowDown aliases
|
|
708
|
+
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
703
709
|
// ClockArrowUp aliases
|
|
704
710
|
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
705
711
|
// ClockCheck aliases
|
|
706
712
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
707
|
-
// ClockArrowDown aliases
|
|
708
|
-
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
709
713
|
// ClockFading aliases
|
|
710
714
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
711
715
|
// ClockPlus aliases
|
|
712
716
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
713
717
|
// Clock aliases
|
|
714
718
|
export { default as LucideClock } from '../icons/clock';
|
|
715
|
-
// ClosedCaption aliases
|
|
716
|
-
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
717
719
|
// CloudAlert aliases
|
|
718
720
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
721
|
+
// CloudBackup aliases
|
|
722
|
+
export { default as LucideCloudBackup } from '../icons/cloud-backup';
|
|
723
|
+
// ClosedCaption aliases
|
|
724
|
+
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
719
725
|
// CloudCheck aliases
|
|
720
726
|
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
721
727
|
// CloudCog aliases
|
|
@@ -728,22 +734,24 @@ export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
|
728
734
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
729
735
|
// CloudLightning aliases
|
|
730
736
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
731
|
-
// CloudMoonRain aliases
|
|
732
|
-
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
733
737
|
// CloudMoon aliases
|
|
734
738
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
739
|
+
// CloudMoonRain aliases
|
|
740
|
+
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
735
741
|
// CloudOff aliases
|
|
736
742
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
737
743
|
// CloudRainWind aliases
|
|
738
744
|
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
739
745
|
// CloudRain aliases
|
|
740
746
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
741
|
-
// CloudSnow aliases
|
|
742
|
-
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
743
747
|
// CloudSunRain aliases
|
|
744
748
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
749
|
+
// CloudSnow aliases
|
|
750
|
+
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
745
751
|
// CloudSun aliases
|
|
746
752
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
753
|
+
// CloudSync aliases
|
|
754
|
+
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
747
755
|
// Cloud aliases
|
|
748
756
|
export { default as LucideCloud } from '../icons/cloud';
|
|
749
757
|
// Cloudy aliases
|
|
@@ -756,36 +764,36 @@ export { default as LucideClub } from '../icons/club';
|
|
|
756
764
|
export { default as LucideCode } from '../icons/code';
|
|
757
765
|
// Codepen aliases
|
|
758
766
|
export { default as LucideCodepen } from '../icons/codepen';
|
|
759
|
-
// Codesandbox aliases
|
|
760
|
-
export { default as LucideCodesandbox } from '../icons/codesandbox';
|
|
761
767
|
// Coffee aliases
|
|
762
768
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
769
|
+
// Codesandbox aliases
|
|
770
|
+
export { default as LucideCodesandbox } from '../icons/codesandbox';
|
|
765
771
|
// Coins aliases
|
|
766
772
|
export { default as LucideCoins } from '../icons/coins';
|
|
773
|
+
// Cog aliases
|
|
774
|
+
export { default as LucideCog } from '../icons/cog';
|
|
767
775
|
// Columns4 aliases
|
|
768
776
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
769
|
-
// Combine aliases
|
|
770
|
-
export { default as LucideCombine } from '../icons/combine';
|
|
771
777
|
// Command aliases
|
|
772
778
|
export { default as LucideCommand } from '../icons/command';
|
|
779
|
+
// Combine aliases
|
|
780
|
+
export { default as LucideCombine } from '../icons/combine';
|
|
773
781
|
// Compass aliases
|
|
774
782
|
export { default as LucideCompass } from '../icons/compass';
|
|
775
783
|
// Component aliases
|
|
776
784
|
export { default as LucideComponent } from '../icons/component';
|
|
777
785
|
// Computer aliases
|
|
778
786
|
export { default as LucideComputer } from '../icons/computer';
|
|
779
|
-
// Cone aliases
|
|
780
|
-
export { default as LucideCone } from '../icons/cone';
|
|
781
787
|
// ConciergeBell aliases
|
|
782
788
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
789
|
+
// Cone aliases
|
|
790
|
+
export { default as LucideCone } from '../icons/cone';
|
|
783
791
|
// Construction aliases
|
|
784
792
|
export { default as LucideConstruction } from '../icons/construction';
|
|
785
|
-
// Contact aliases
|
|
786
|
-
export { default as LucideContact } from '../icons/contact';
|
|
787
793
|
// Container aliases
|
|
788
794
|
export { default as LucideContainer } from '../icons/container';
|
|
795
|
+
// Contact aliases
|
|
796
|
+
export { default as LucideContact } from '../icons/contact';
|
|
789
797
|
// Contrast aliases
|
|
790
798
|
export { default as LucideContrast } from '../icons/contrast';
|
|
791
799
|
// Cookie aliases
|
|
@@ -812,10 +820,10 @@ export { default as LucideCopyright } from '../icons/copyright';
|
|
|
812
820
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
813
821
|
// CornerDownRight aliases
|
|
814
822
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
815
|
-
// CornerLeftUp aliases
|
|
816
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
817
823
|
// CornerLeftDown aliases
|
|
818
824
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
825
|
+
// CornerLeftUp aliases
|
|
826
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
819
827
|
// CornerRightDown aliases
|
|
820
828
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
821
829
|
// CornerRightUp aliases
|
|
@@ -840,10 +848,10 @@ export { default as LucideCross } from '../icons/cross';
|
|
|
840
848
|
export { default as LucideCrosshair } from '../icons/crosshair';
|
|
841
849
|
// Crown aliases
|
|
842
850
|
export { default as LucideCrown } from '../icons/crown';
|
|
843
|
-
// CupSoda aliases
|
|
844
|
-
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
845
851
|
// Cuboid aliases
|
|
846
852
|
export { default as LucideCuboid } from '../icons/cuboid';
|
|
853
|
+
// CupSoda aliases
|
|
854
|
+
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
847
855
|
// Currency aliases
|
|
848
856
|
export { default as LucideCurrency } from '../icons/currency';
|
|
849
857
|
// Cylinder aliases
|
|
@@ -858,20 +866,20 @@ export { default as LucideDatabase } from '../icons/database';
|
|
|
858
866
|
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
859
867
|
// DecimalsArrowLeft aliases
|
|
860
868
|
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
861
|
-
// DecimalsArrowRight aliases
|
|
862
|
-
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
863
869
|
// Delete aliases
|
|
864
870
|
export { default as LucideDelete } from '../icons/delete';
|
|
871
|
+
// DecimalsArrowRight aliases
|
|
872
|
+
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
865
873
|
// Dessert aliases
|
|
866
874
|
export { default as LucideDessert } from '../icons/dessert';
|
|
867
875
|
// Diameter aliases
|
|
868
876
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
869
877
|
// DiamondMinus aliases
|
|
870
878
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
871
|
-
// Diamond aliases
|
|
872
|
-
export { default as LucideDiamond } from '../icons/diamond';
|
|
873
879
|
// DiamondPlus aliases
|
|
874
880
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
881
|
+
// Diamond aliases
|
|
882
|
+
export { default as LucideDiamond } from '../icons/diamond';
|
|
875
883
|
// Dice1 aliases
|
|
876
884
|
export { default as LucideDice1 } from '../icons/dice-1';
|
|
877
885
|
// Dice2 aliases
|
|
@@ -882,10 +890,10 @@ export { default as LucideDice3 } from '../icons/dice-3';
|
|
|
882
890
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
883
891
|
// Dice5 aliases
|
|
884
892
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
885
|
-
// Dices aliases
|
|
886
|
-
export { default as LucideDices } from '../icons/dices';
|
|
887
893
|
// Dice6 aliases
|
|
888
894
|
export { default as LucideDice6 } from '../icons/dice-6';
|
|
895
|
+
// Dices aliases
|
|
896
|
+
export { default as LucideDices } from '../icons/dices';
|
|
889
897
|
// Diff aliases
|
|
890
898
|
export { default as LucideDiff } from '../icons/diff';
|
|
891
899
|
// Disc2 aliases
|
|
@@ -896,24 +904,24 @@ export { default as LucideDisc3 } from '../icons/disc-3';
|
|
|
896
904
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
897
905
|
// Disc aliases
|
|
898
906
|
export { default as LucideDisc } from '../icons/disc';
|
|
899
|
-
// Divide aliases
|
|
900
|
-
export { default as LucideDivide } from '../icons/divide';
|
|
901
907
|
// DnaOff aliases
|
|
902
908
|
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
909
|
+
// Divide aliases
|
|
910
|
+
export { default as LucideDivide } from '../icons/divide';
|
|
905
911
|
// Dock aliases
|
|
906
912
|
export { default as LucideDock } from '../icons/dock';
|
|
913
|
+
// Dna aliases
|
|
914
|
+
export { default as LucideDna } from '../icons/dna';
|
|
907
915
|
// Dog aliases
|
|
908
916
|
export { default as LucideDog } from '../icons/dog';
|
|
909
917
|
// DollarSign aliases
|
|
910
918
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
911
919
|
// Donut aliases
|
|
912
920
|
export { default as LucideDonut } from '../icons/donut';
|
|
913
|
-
// DoorClosed aliases
|
|
914
|
-
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
915
921
|
// DoorClosedLocked aliases
|
|
916
922
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
923
|
+
// DoorClosed aliases
|
|
924
|
+
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
917
925
|
// DoorOpen aliases
|
|
918
926
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
919
927
|
// Dot aliases
|
|
@@ -924,10 +932,10 @@ export { default as LucideDownload } from '../icons/download';
|
|
|
924
932
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
925
933
|
// Drama aliases
|
|
926
934
|
export { default as LucideDrama } from '../icons/drama';
|
|
927
|
-
// Dribbble aliases
|
|
928
|
-
export { default as LucideDribbble } from '../icons/dribbble';
|
|
929
935
|
// Drill aliases
|
|
930
936
|
export { default as LucideDrill } from '../icons/drill';
|
|
937
|
+
// Dribbble aliases
|
|
938
|
+
export { default as LucideDribbble } from '../icons/dribbble';
|
|
931
939
|
// Drone aliases
|
|
932
940
|
export { default as LucideDrone } from '../icons/drone';
|
|
933
941
|
// DropletOff aliases
|
|
@@ -1000,10 +1008,10 @@ export { default as LucideFigma } from '../icons/figma';
|
|
|
1000
1008
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1001
1009
|
// FileBox aliases
|
|
1002
1010
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
1003
|
-
// FileCheck aliases
|
|
1004
|
-
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1005
1011
|
// FileClock aliases
|
|
1006
1012
|
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1013
|
+
// FileCheck aliases
|
|
1014
|
+
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1007
1015
|
// FileCode aliases
|
|
1008
1016
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
1009
1017
|
// FileDiff aliases
|
|
@@ -1118,10 +1126,10 @@ export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
|
1118
1126
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1119
1127
|
// FolderDot aliases
|
|
1120
1128
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1121
|
-
// FolderDown aliases
|
|
1122
|
-
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1123
1129
|
// FolderGit2 aliases
|
|
1124
1130
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1125
1133
|
// FolderGit aliases
|
|
1126
1134
|
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1127
1135
|
// FolderHeart aliases
|
|
@@ -1144,10 +1152,10 @@ export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
|
1144
1152
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1145
1153
|
// FolderPlus aliases
|
|
1146
1154
|
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1147
|
-
// FolderSearch2 aliases
|
|
1148
|
-
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1149
1155
|
// FolderRoot aliases
|
|
1150
1156
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1157
|
+
// FolderSearch2 aliases
|
|
1158
|
+
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1151
1159
|
// FolderSearch aliases
|
|
1152
1160
|
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1153
1161
|
// FolderSymlink aliases
|
|
@@ -1174,10 +1182,10 @@ export { default as LucideForm } from '../icons/form';
|
|
|
1174
1182
|
export { default as LucideForward } from '../icons/forward';
|
|
1175
1183
|
// Frame aliases
|
|
1176
1184
|
export { default as LucideFrame } from '../icons/frame';
|
|
1177
|
-
// Framer aliases
|
|
1178
|
-
export { default as LucideFramer } from '../icons/framer';
|
|
1179
1185
|
// Frown aliases
|
|
1180
1186
|
export { default as LucideFrown } from '../icons/frown';
|
|
1187
|
+
// Framer aliases
|
|
1188
|
+
export { default as LucideFramer } from '../icons/framer';
|
|
1181
1189
|
// Fuel aliases
|
|
1182
1190
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1183
1191
|
// Fullscreen aliases
|
|
@@ -1186,12 +1194,12 @@ export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
|
1186
1194
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1187
1195
|
// GalleryHorizontalEnd aliases
|
|
1188
1196
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1189
|
-
// GalleryHorizontal aliases
|
|
1190
|
-
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1191
1197
|
// GalleryThumbnails aliases
|
|
1192
1198
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1193
1199
|
// GalleryVerticalEnd aliases
|
|
1194
1200
|
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1195
1203
|
// GalleryVertical aliases
|
|
1196
1204
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1197
1205
|
// Gamepad2 aliases
|
|
@@ -1204,10 +1212,10 @@ export { default as LucideGamepad } from '../icons/gamepad';
|
|
|
1204
1212
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1205
1213
|
// Gavel aliases
|
|
1206
1214
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1207
|
-
// Gem aliases
|
|
1208
|
-
export { default as LucideGem } from '../icons/gem';
|
|
1209
1215
|
// GeorgianLari aliases
|
|
1210
1216
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1217
|
+
// Gem aliases
|
|
1218
|
+
export { default as LucideGem } from '../icons/gem';
|
|
1211
1219
|
// Ghost aliases
|
|
1212
1220
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1213
1221
|
// Gift aliases
|
|
@@ -1216,16 +1224,16 @@ export { default as LucideGift } from '../icons/gift';
|
|
|
1216
1224
|
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1217
1225
|
// GitBranchPlus aliases
|
|
1218
1226
|
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1219
|
-
// GitBranch aliases
|
|
1220
|
-
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1221
1227
|
// GitCommitVertical aliases
|
|
1222
1228
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1223
1229
|
// GitCompareArrows aliases
|
|
1224
1230
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1231
|
+
// GitBranch aliases
|
|
1232
|
+
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1227
1233
|
// GitCompare aliases
|
|
1228
1234
|
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1235
|
+
// GitFork aliases
|
|
1236
|
+
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1229
1237
|
// GitGraph aliases
|
|
1230
1238
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1231
1239
|
// GitMerge aliases
|
|
@@ -1240,10 +1248,10 @@ export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-re
|
|
|
1240
1248
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1241
1249
|
// GitPullRequestDraft aliases
|
|
1242
1250
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1243
|
-
// Github aliases
|
|
1244
|
-
export { default as LucideGithub } from '../icons/github';
|
|
1245
1251
|
// GitPullRequest aliases
|
|
1246
1252
|
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1253
|
+
// Github aliases
|
|
1254
|
+
export { default as LucideGithub } from '../icons/github';
|
|
1247
1255
|
// Gitlab aliases
|
|
1248
1256
|
export { default as LucideGitlab } from '../icons/gitlab';
|
|
1249
1257
|
// GlassWater aliases
|
|
@@ -1262,10 +1270,10 @@ export { default as LucideGpu } from '../icons/gpu';
|
|
|
1262
1270
|
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1263
1271
|
// Grape aliases
|
|
1264
1272
|
export { default as LucideGrape } from '../icons/grape';
|
|
1265
|
-
// Grid3x2 aliases
|
|
1266
|
-
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1267
1273
|
// GripHorizontal aliases
|
|
1268
1274
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1275
|
+
// Grid3x2 aliases
|
|
1276
|
+
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1269
1277
|
// GripVertical aliases
|
|
1270
1278
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1271
1279
|
// Grip aliases
|
|
@@ -1280,10 +1288,10 @@ export { default as LucideHam } from '../icons/ham';
|
|
|
1280
1288
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1281
1289
|
// Hammer aliases
|
|
1282
1290
|
export { default as LucideHammer } from '../icons/hammer';
|
|
1283
|
-
// HandCoins aliases
|
|
1284
|
-
export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
1285
1291
|
// HandFist aliases
|
|
1286
1292
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1293
|
+
// HandCoins aliases
|
|
1294
|
+
export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
1287
1295
|
// HandHeart aliases
|
|
1288
1296
|
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1289
1297
|
// HandMetal aliases
|
|
@@ -1304,20 +1312,22 @@ export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
|
1304
1312
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1305
1313
|
// HardHat aliases
|
|
1306
1314
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1307
|
-
// Hash aliases
|
|
1308
|
-
export { default as LucideHash } from '../icons/hash';
|
|
1309
1315
|
// HatGlasses aliases
|
|
1310
1316
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1317
|
+
// Hash aliases
|
|
1318
|
+
export { default as LucideHash } from '../icons/hash';
|
|
1311
1319
|
// Haze aliases
|
|
1312
1320
|
export { default as LucideHaze } from '../icons/haze';
|
|
1321
|
+
// Hd aliases
|
|
1322
|
+
export { default as LucideHd } from '../icons/hd';
|
|
1313
1323
|
// HdmiPort aliases
|
|
1314
1324
|
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1315
1325
|
// Heading1 aliases
|
|
1316
1326
|
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1317
|
-
// Heading2 aliases
|
|
1318
|
-
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1319
1327
|
// Heading3 aliases
|
|
1320
1328
|
export { default as LucideHeading3 } from '../icons/heading-3';
|
|
1329
|
+
// Heading2 aliases
|
|
1330
|
+
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1321
1331
|
// Heading4 aliases
|
|
1322
1332
|
export { default as LucideHeading4 } from '../icons/heading-4';
|
|
1323
1333
|
// Heading5 aliases
|
|
@@ -1450,10 +1460,10 @@ export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
|
1450
1460
|
export { default as LucideLamp } from '../icons/lamp';
|
|
1451
1461
|
// LandPlot aliases
|
|
1452
1462
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1453
|
-
// Landmark aliases
|
|
1454
|
-
export { default as LucideLandmark } from '../icons/landmark';
|
|
1455
1463
|
// Languages aliases
|
|
1456
1464
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1465
|
+
// Landmark aliases
|
|
1466
|
+
export { default as LucideLandmark } from '../icons/landmark';
|
|
1457
1467
|
// LaptopMinimalCheck aliases
|
|
1458
1468
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1459
1469
|
// Laptop aliases
|
|
@@ -1464,10 +1474,12 @@ export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
|
1464
1474
|
export { default as LucideLaugh } from '../icons/laugh';
|
|
1465
1475
|
// Lasso aliases
|
|
1466
1476
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1467
|
-
// LayoutDashboard aliases
|
|
1468
|
-
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1469
1477
|
// Layers2 aliases
|
|
1470
1478
|
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1479
|
+
// LayersPlus aliases
|
|
1480
|
+
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1481
|
+
// LayoutDashboard aliases
|
|
1482
|
+
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1471
1483
|
// LayoutGrid aliases
|
|
1472
1484
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1473
1485
|
// LayoutList aliases
|
|
@@ -1478,10 +1490,10 @@ export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
|
1478
1490
|
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1479
1491
|
// LayoutTemplate aliases
|
|
1480
1492
|
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1481
|
-
// Leaf aliases
|
|
1482
|
-
export { default as LucideLeaf } from '../icons/leaf';
|
|
1483
1493
|
// LeafyGreen aliases
|
|
1484
1494
|
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1495
|
+
// Leaf aliases
|
|
1496
|
+
export { default as LucideLeaf } from '../icons/leaf';
|
|
1485
1497
|
// Lectern aliases
|
|
1486
1498
|
export { default as LucideLectern } from '../icons/lectern';
|
|
1487
1499
|
// LibraryBig aliases
|
|
@@ -1490,28 +1502,28 @@ export { default as LucideLibraryBig } from '../icons/library-big';
|
|
|
1490
1502
|
export { default as LucideLibrary } from '../icons/library';
|
|
1491
1503
|
// LifeBuoy aliases
|
|
1492
1504
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1493
|
-
// Ligature aliases
|
|
1494
|
-
export { default as LucideLigature } from '../icons/ligature';
|
|
1495
1505
|
// LightbulbOff aliases
|
|
1496
1506
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1507
|
+
// Ligature aliases
|
|
1508
|
+
export { default as LucideLigature } from '../icons/ligature';
|
|
1497
1509
|
// Lightbulb aliases
|
|
1498
1510
|
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1499
1511
|
// LineSquiggle aliases
|
|
1500
1512
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1501
|
-
// Link2 aliases
|
|
1502
|
-
export { default as LucideLink2 } from '../icons/link-2';
|
|
1503
1513
|
// Link2Off aliases
|
|
1504
1514
|
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1505
|
-
//
|
|
1506
|
-
export { default as
|
|
1515
|
+
// Link2 aliases
|
|
1516
|
+
export { default as LucideLink2 } from '../icons/link-2';
|
|
1507
1517
|
// Linkedin aliases
|
|
1508
1518
|
export { default as LucideLinkedin } from '../icons/linkedin';
|
|
1519
|
+
// Link aliases
|
|
1520
|
+
export { default as LucideLink } from '../icons/link';
|
|
1509
1521
|
// ListCheck aliases
|
|
1510
1522
|
export { default as LucideListCheck } from '../icons/list-check';
|
|
1511
|
-
// ListChevronsDownUp aliases
|
|
1512
|
-
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1513
1523
|
// ListChecks aliases
|
|
1514
1524
|
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1525
|
+
// ListChevronsDownUp aliases
|
|
1526
|
+
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1515
1527
|
// ListChevronsUpDown aliases
|
|
1516
1528
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1517
1529
|
// ListCollapse aliases
|
|
@@ -1524,22 +1536,22 @@ export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
|
1524
1536
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1525
1537
|
// ListMinus aliases
|
|
1526
1538
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1527
|
-
// ListOrdered aliases
|
|
1528
|
-
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1529
1539
|
// ListMusic aliases
|
|
1530
1540
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1541
|
+
// ListOrdered aliases
|
|
1542
|
+
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1533
1543
|
// ListRestart aliases
|
|
1534
1544
|
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1535
|
-
//
|
|
1536
|
-
export { default as
|
|
1545
|
+
// ListPlus aliases
|
|
1546
|
+
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1537
1547
|
// ListStart aliases
|
|
1538
1548
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1539
|
-
//
|
|
1540
|
-
export { default as
|
|
1549
|
+
// ListTodo aliases
|
|
1550
|
+
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1541
1551
|
// ListVideo aliases
|
|
1542
1552
|
export { default as LucideListVideo } from '../icons/list-video';
|
|
1553
|
+
// ListTree aliases
|
|
1554
|
+
export { default as LucideListTree } from '../icons/list-tree';
|
|
1543
1555
|
// ListX aliases
|
|
1544
1556
|
export { default as LucideListX } from '../icons/list-x';
|
|
1545
1557
|
// List aliases
|
|
@@ -1554,10 +1566,10 @@ export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
|
1554
1566
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1555
1567
|
// Locate aliases
|
|
1556
1568
|
export { default as LucideLocate } from '../icons/locate';
|
|
1557
|
-
// Lock aliases
|
|
1558
|
-
export { default as LucideLock } from '../icons/lock';
|
|
1559
1569
|
// LockKeyhole aliases
|
|
1560
1570
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1571
|
+
// Lock aliases
|
|
1572
|
+
export { default as LucideLock } from '../icons/lock';
|
|
1561
1573
|
// LogIn aliases
|
|
1562
1574
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1563
1575
|
// LogOut aliases
|
|
@@ -1650,10 +1662,10 @@ export { default as LucideMessageCircleCode } from '../icons/message-circle-code
|
|
|
1650
1662
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1651
1663
|
// MessageCircleHeart aliases
|
|
1652
1664
|
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1653
|
-
// MessageCircleOff aliases
|
|
1654
|
-
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1655
1665
|
// MessageCircleMore aliases
|
|
1656
1666
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1667
|
+
// MessageCircleOff aliases
|
|
1668
|
+
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1657
1669
|
// MessageCirclePlus aliases
|
|
1658
1670
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1659
1671
|
// MessageCircleReply aliases
|
|
@@ -1690,10 +1702,10 @@ export { default as LucideMessageSquareReply } from '../icons/message-square-rep
|
|
|
1690
1702
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1691
1703
|
// MessageSquareText aliases
|
|
1692
1704
|
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1693
|
-
// MessageSquareX aliases
|
|
1694
|
-
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1695
1705
|
// MessageSquareWarning aliases
|
|
1696
1706
|
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1707
|
+
// MessageSquareX aliases
|
|
1708
|
+
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1697
1709
|
// MessageSquare aliases
|
|
1698
1710
|
export { default as LucideMessageSquare } from '../icons/message-square';
|
|
1699
1711
|
// MessagesSquare aliases
|
|
@@ -1724,10 +1736,10 @@ export { default as LucideMinus } from '../icons/minus';
|
|
|
1724
1736
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1725
1737
|
// MonitorCloud aliases
|
|
1726
1738
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1727
|
-
// MonitorDot aliases
|
|
1728
|
-
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1729
1739
|
// MonitorCog aliases
|
|
1730
1740
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1741
|
+
// MonitorDot aliases
|
|
1742
|
+
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1731
1743
|
// MonitorDown aliases
|
|
1732
1744
|
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1733
1745
|
// MonitorOff aliases
|
|
@@ -1740,10 +1752,10 @@ export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
|
1740
1752
|
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1741
1753
|
// MonitorSpeaker aliases
|
|
1742
1754
|
export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1743
|
-
// MonitorStop aliases
|
|
1744
|
-
export { default as LucideMonitorStop } from '../icons/monitor-stop';
|
|
1745
1755
|
// MonitorUp aliases
|
|
1746
1756
|
export { default as LucideMonitorUp } from '../icons/monitor-up';
|
|
1757
|
+
// MonitorStop aliases
|
|
1758
|
+
export { default as LucideMonitorStop } from '../icons/monitor-stop';
|
|
1747
1759
|
// MonitorX aliases
|
|
1748
1760
|
export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
1749
1761
|
// Monitor aliases
|
|
@@ -1776,56 +1788,58 @@ export { default as LucideMouse } from '../icons/mouse';
|
|
|
1776
1788
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1777
1789
|
// MoveDiagonal aliases
|
|
1778
1790
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1779
|
-
// MoveDownRight aliases
|
|
1780
|
-
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1781
1791
|
// MoveDownLeft aliases
|
|
1782
1792
|
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1793
|
+
// MoveDownRight aliases
|
|
1794
|
+
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1783
1795
|
// MoveDown aliases
|
|
1784
1796
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1785
1797
|
// MoveHorizontal aliases
|
|
1786
1798
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1787
1799
|
// MoveLeft aliases
|
|
1788
1800
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1789
|
-
// MoveUpLeft aliases
|
|
1790
|
-
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1791
1801
|
// MoveRight aliases
|
|
1792
1802
|
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1793
|
-
// MoveUp aliases
|
|
1794
|
-
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1795
1803
|
// MoveUpRight aliases
|
|
1796
1804
|
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1805
|
+
// MoveUpLeft aliases
|
|
1806
|
+
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1807
|
+
// MoveUp aliases
|
|
1808
|
+
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1797
1809
|
// MoveVertical aliases
|
|
1798
1810
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1799
|
-
// Music2 aliases
|
|
1800
|
-
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1801
1811
|
// Move aliases
|
|
1802
1812
|
export { default as LucideMove } from '../icons/move';
|
|
1813
|
+
// Music2 aliases
|
|
1814
|
+
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1803
1815
|
// Music3 aliases
|
|
1804
1816
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1805
|
-
// Music aliases
|
|
1806
|
-
export { default as LucideMusic } from '../icons/music';
|
|
1807
1817
|
// Music4 aliases
|
|
1808
1818
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1809
1819
|
// Navigation2Off aliases
|
|
1810
1820
|
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1811
1821
|
// Navigation2 aliases
|
|
1812
1822
|
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1823
|
+
// Music aliases
|
|
1824
|
+
export { default as LucideMusic } from '../icons/music';
|
|
1813
1825
|
// NavigationOff aliases
|
|
1814
1826
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1815
1827
|
// Navigation aliases
|
|
1816
1828
|
export { default as LucideNavigation } from '../icons/navigation';
|
|
1817
1829
|
// Network aliases
|
|
1818
1830
|
export { default as LucideNetwork } from '../icons/network';
|
|
1831
|
+
// Newspaper aliases
|
|
1832
|
+
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1819
1833
|
// Nfc aliases
|
|
1820
1834
|
export { default as LucideNfc } from '../icons/nfc';
|
|
1821
|
-
// NotebookPen aliases
|
|
1822
|
-
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1823
1835
|
// NonBinary aliases
|
|
1824
1836
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1825
|
-
//
|
|
1826
|
-
export { default as
|
|
1837
|
+
// NotebookPen aliases
|
|
1838
|
+
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1827
1839
|
// NotebookText aliases
|
|
1828
1840
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1841
|
+
// NotebookTabs aliases
|
|
1842
|
+
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1829
1843
|
// Notebook aliases
|
|
1830
1844
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
1831
1845
|
// NotepadTextDashed aliases
|
|
@@ -1876,12 +1890,12 @@ export { default as LucidePalette } from '../icons/palette';
|
|
|
1876
1890
|
export { default as LucidePanda } from '../icons/panda';
|
|
1877
1891
|
// PanelBottomClose aliases
|
|
1878
1892
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1879
|
-
// PanelLeftRightDashed aliases
|
|
1880
|
-
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1881
1893
|
// PanelBottomOpen aliases
|
|
1882
1894
|
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1883
1895
|
// PanelBottom aliases
|
|
1884
1896
|
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1897
|
+
// PanelLeftRightDashed aliases
|
|
1898
|
+
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1885
1899
|
// PanelRightClose aliases
|
|
1886
1900
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1887
1901
|
// PanelRightOpen aliases
|
|
@@ -1902,30 +1916,30 @@ export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
|
1902
1916
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1903
1917
|
// Paperclip aliases
|
|
1904
1918
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1905
|
-
// Parentheses aliases
|
|
1906
|
-
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1907
1919
|
// ParkingMeter aliases
|
|
1908
1920
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1909
1921
|
// PartyPopper aliases
|
|
1910
1922
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1923
|
+
// Parentheses aliases
|
|
1924
|
+
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1911
1925
|
// Pause aliases
|
|
1912
1926
|
export { default as LucidePause } from '../icons/pause';
|
|
1913
1927
|
// PawPrint aliases
|
|
1914
1928
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1915
1929
|
// PcCase aliases
|
|
1916
1930
|
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1917
|
-
// PenOff aliases
|
|
1918
|
-
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1919
1931
|
// PenTool aliases
|
|
1920
1932
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1921
1933
|
// PencilLine aliases
|
|
1922
1934
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1935
|
+
// PenOff aliases
|
|
1936
|
+
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1923
1937
|
// PencilOff aliases
|
|
1924
1938
|
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1925
|
-
// Pencil aliases
|
|
1926
|
-
export { default as LucidePencil } from '../icons/pencil';
|
|
1927
1939
|
// PencilRuler aliases
|
|
1928
1940
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1941
|
+
// Pencil aliases
|
|
1942
|
+
export { default as LucidePencil } from '../icons/pencil';
|
|
1929
1943
|
// Pentagon aliases
|
|
1930
1944
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1931
1945
|
// Percent aliases
|
|
@@ -1934,26 +1948,26 @@ export { default as LucidePercent } from '../icons/percent';
|
|
|
1934
1948
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1935
1949
|
// PhilippinePeso aliases
|
|
1936
1950
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1937
|
-
// PhoneForwarded aliases
|
|
1938
|
-
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1939
1951
|
// PhoneCall aliases
|
|
1940
1952
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1953
|
+
// PhoneForwarded aliases
|
|
1954
|
+
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1943
1955
|
// PhoneIncoming aliases
|
|
1944
1956
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1957
|
+
// PhoneMissed aliases
|
|
1958
|
+
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1947
1959
|
// PhoneOutgoing aliases
|
|
1948
1960
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1949
|
-
//
|
|
1950
|
-
export { default as
|
|
1961
|
+
// PhoneOff aliases
|
|
1962
|
+
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
1951
1963
|
// Phone aliases
|
|
1952
1964
|
export { default as LucidePhone } from '../icons/phone';
|
|
1953
|
-
//
|
|
1954
|
-
export { default as
|
|
1965
|
+
// Pi aliases
|
|
1966
|
+
export { default as LucidePi } from '../icons/pi';
|
|
1955
1967
|
// Piano aliases
|
|
1956
1968
|
export { default as LucidePiano } from '../icons/piano';
|
|
1969
|
+
// Pickaxe aliases
|
|
1970
|
+
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
1957
1971
|
// PictureInPicture2 aliases
|
|
1958
1972
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
1959
1973
|
// PictureInPicture aliases
|
|
@@ -1962,10 +1976,10 @@ export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
|
1962
1976
|
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1963
1977
|
// PilcrowLeft aliases
|
|
1964
1978
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
1965
|
-
// Pilcrow aliases
|
|
1966
|
-
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
1967
1979
|
// PilcrowRight aliases
|
|
1968
1980
|
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
1981
|
+
// Pilcrow aliases
|
|
1982
|
+
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
1969
1983
|
// PillBottle aliases
|
|
1970
1984
|
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
1971
1985
|
// Pill aliases
|
|
@@ -1978,26 +1992,24 @@ export { default as LucidePin } from '../icons/pin';
|
|
|
1978
1992
|
export { default as LucidePipette } from '../icons/pipette';
|
|
1979
1993
|
// Pizza aliases
|
|
1980
1994
|
export { default as LucidePizza } from '../icons/pizza';
|
|
1981
|
-
// PlaneTakeoff aliases
|
|
1982
|
-
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
1983
1995
|
// PlaneLanding aliases
|
|
1984
1996
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
1997
|
+
// PlaneTakeoff aliases
|
|
1998
|
+
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
1985
1999
|
// Plane aliases
|
|
1986
2000
|
export { default as LucidePlane } from '../icons/plane';
|
|
1987
|
-
// Newspaper aliases
|
|
1988
|
-
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1989
2001
|
// Play aliases
|
|
1990
2002
|
export { default as LucidePlay } from '../icons/play';
|
|
1991
2003
|
// Plug2 aliases
|
|
1992
2004
|
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
1993
|
-
// Plus aliases
|
|
1994
|
-
export { default as LucidePlus } from '../icons/plus';
|
|
1995
2005
|
// Plug aliases
|
|
1996
2006
|
export { default as LucidePlug } from '../icons/plug';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
2007
|
+
// Plus aliases
|
|
2008
|
+
export { default as LucidePlus } from '../icons/plus';
|
|
1999
2009
|
// PocketKnife aliases
|
|
2000
2010
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2011
|
+
// Pocket aliases
|
|
2012
|
+
export { default as LucidePocket } from '../icons/pocket';
|
|
2001
2013
|
// Podcast aliases
|
|
2002
2014
|
export { default as LucidePodcast } from '../icons/podcast';
|
|
2003
2015
|
// PointerOff aliases
|
|
@@ -2010,10 +2022,10 @@ export { default as LucidePopcorn } from '../icons/popcorn';
|
|
|
2010
2022
|
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2011
2023
|
// PoundSterling aliases
|
|
2012
2024
|
export { default as LucidePoundSterling } from '../icons/pound-sterling';
|
|
2013
|
-
// Power aliases
|
|
2014
|
-
export { default as LucidePower } from '../icons/power';
|
|
2015
2025
|
// PowerOff aliases
|
|
2016
2026
|
export { default as LucidePowerOff } from '../icons/power-off';
|
|
2027
|
+
// Power aliases
|
|
2028
|
+
export { default as LucidePower } from '../icons/power';
|
|
2017
2029
|
// Presentation aliases
|
|
2018
2030
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2019
2031
|
// PrinterCheck aliases
|
|
@@ -2044,10 +2056,10 @@ export { default as LucideRadical } from '../icons/radical';
|
|
|
2044
2056
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2045
2057
|
// RadioTower aliases
|
|
2046
2058
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2047
|
-
// Radio aliases
|
|
2048
|
-
export { default as LucideRadio } from '../icons/radio';
|
|
2049
2059
|
// Radius aliases
|
|
2050
2060
|
export { default as LucideRadius } from '../icons/radius';
|
|
2061
|
+
// Radio aliases
|
|
2062
|
+
export { default as LucideRadio } from '../icons/radio';
|
|
2051
2063
|
// RailSymbol aliases
|
|
2052
2064
|
export { default as LucideRailSymbol } from '../icons/rail-symbol';
|
|
2053
2065
|
// Rainbow aliases
|
|
@@ -2066,10 +2078,10 @@ export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rup
|
|
|
2066
2078
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2067
2079
|
// ReceiptPoundSterling aliases
|
|
2068
2080
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2069
|
-
// ReceiptRussianRuble aliases
|
|
2070
|
-
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2071
2081
|
// ReceiptSwissFranc aliases
|
|
2072
2082
|
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2083
|
+
// ReceiptRussianRuble aliases
|
|
2084
|
+
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2073
2085
|
// ReceiptText aliases
|
|
2074
2086
|
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2075
2087
|
// ReceiptTurkishLira aliases
|
|
@@ -2082,10 +2094,10 @@ export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
|
2082
2094
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2083
2095
|
// RectangleHorizontal aliases
|
|
2084
2096
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2085
|
-
// Recycle aliases
|
|
2086
|
-
export { default as LucideRecycle } from '../icons/recycle';
|
|
2087
2097
|
// RectangleVertical aliases
|
|
2088
2098
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2099
|
+
// Recycle aliases
|
|
2100
|
+
export { default as LucideRecycle } from '../icons/recycle';
|
|
2089
2101
|
// Redo2 aliases
|
|
2090
2102
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2091
2103
|
// RedoDot aliases
|
|
@@ -2106,14 +2118,14 @@ export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
|
2106
2118
|
export { default as LucideRegex } from '../icons/regex';
|
|
2107
2119
|
// RemoveFormatting aliases
|
|
2108
2120
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2109
|
-
// Repeat1 aliases
|
|
2110
|
-
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2111
2121
|
// Repeat2 aliases
|
|
2112
2122
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2113
|
-
//
|
|
2114
|
-
export { default as
|
|
2123
|
+
// Repeat1 aliases
|
|
2124
|
+
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2115
2125
|
// Repeat aliases
|
|
2116
2126
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2127
|
+
// ReplaceAll aliases
|
|
2128
|
+
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2117
2129
|
// Replace aliases
|
|
2118
2130
|
export { default as LucideReplace } from '../icons/replace';
|
|
2119
2131
|
// ReplyAll aliases
|
|
@@ -2124,10 +2136,10 @@ export { default as LucideReply } from '../icons/reply';
|
|
|
2124
2136
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2125
2137
|
// Ribbon aliases
|
|
2126
2138
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2127
|
-
// Rocket aliases
|
|
2128
|
-
export { default as LucideRocket } from '../icons/rocket';
|
|
2129
2139
|
// RockingChair aliases
|
|
2130
2140
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2141
|
+
// Rocket aliases
|
|
2142
|
+
export { default as LucideRocket } from '../icons/rocket';
|
|
2131
2143
|
// RollerCoaster aliases
|
|
2132
2144
|
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2133
2145
|
// Rose aliases
|
|
@@ -2180,30 +2192,30 @@ export { default as LucideSave } from '../icons/save';
|
|
|
2180
2192
|
export { default as LucideScale } from '../icons/scale';
|
|
2181
2193
|
// Scaling aliases
|
|
2182
2194
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2183
|
-
// ScanEye aliases
|
|
2184
|
-
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2185
2195
|
// ScanBarcode aliases
|
|
2186
2196
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2197
|
+
// ScanEye aliases
|
|
2198
|
+
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2187
2199
|
// ScanFace aliases
|
|
2188
2200
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2189
2201
|
// ScanHeart aliases
|
|
2190
2202
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2191
|
-
// ScanLine aliases
|
|
2192
|
-
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2193
2203
|
// ScanQrCode aliases
|
|
2194
2204
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2205
|
+
// ScanLine aliases
|
|
2206
|
+
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2195
2207
|
// ScanSearch aliases
|
|
2196
2208
|
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2197
2209
|
// ScanText aliases
|
|
2198
2210
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2199
|
-
// School aliases
|
|
2200
|
-
export { default as LucideSchool } from '../icons/school';
|
|
2201
|
-
// ScissorsLineDashed aliases
|
|
2202
|
-
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2203
2211
|
// Scan aliases
|
|
2204
2212
|
export { default as LucideScan } from '../icons/scan';
|
|
2213
|
+
// School aliases
|
|
2214
|
+
export { default as LucideSchool } from '../icons/school';
|
|
2205
2215
|
// Scissors aliases
|
|
2206
2216
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2217
|
+
// ScissorsLineDashed aliases
|
|
2218
|
+
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2207
2219
|
// Scooter aliases
|
|
2208
2220
|
export { default as LucideScooter } from '../icons/scooter';
|
|
2209
2221
|
// ScreenShareOff aliases
|
|
@@ -2214,16 +2226,18 @@ export { default as LucideScreenShare } from '../icons/screen-share';
|
|
|
2214
2226
|
export { default as LucideScrollText } from '../icons/scroll-text';
|
|
2215
2227
|
// Scroll aliases
|
|
2216
2228
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2229
|
+
// SearchAlert aliases
|
|
2230
|
+
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2217
2231
|
// SearchCheck aliases
|
|
2218
2232
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2219
2233
|
// SearchCode aliases
|
|
2220
2234
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2221
2235
|
// SearchSlash aliases
|
|
2222
2236
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2223
|
-
// Search aliases
|
|
2224
|
-
export { default as LucideSearch } from '../icons/search';
|
|
2225
2237
|
// SearchX aliases
|
|
2226
2238
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2239
|
+
// Search aliases
|
|
2240
|
+
export { default as LucideSearch } from '../icons/search';
|
|
2227
2241
|
// Section aliases
|
|
2228
2242
|
export { default as LucideSection } from '../icons/section';
|
|
2229
2243
|
// SendToBack aliases
|
|
@@ -2240,16 +2254,16 @@ export { default as LucideServerCog } from '../icons/server-cog';
|
|
|
2240
2254
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2241
2255
|
// ServerOff aliases
|
|
2242
2256
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2243
|
-
// Settings2 aliases
|
|
2244
|
-
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2245
2257
|
// Server aliases
|
|
2246
2258
|
export { default as LucideServer } from '../icons/server';
|
|
2259
|
+
// Settings2 aliases
|
|
2260
|
+
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2247
2261
|
// Settings aliases
|
|
2248
2262
|
export { default as LucideSettings } from '../icons/settings';
|
|
2249
|
-
// Shapes aliases
|
|
2250
|
-
export { default as LucideShapes } from '../icons/shapes';
|
|
2251
2263
|
// Share2 aliases
|
|
2252
2264
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2265
|
+
// Shapes aliases
|
|
2266
|
+
export { default as LucideShapes } from '../icons/shapes';
|
|
2253
2267
|
// Share aliases
|
|
2254
2268
|
export { default as LucideShare } from '../icons/share';
|
|
2255
2269
|
// Sheet aliases
|
|
@@ -2266,18 +2280,18 @@ export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
|
2266
2280
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2267
2281
|
// ShieldHalf aliases
|
|
2268
2282
|
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2269
|
-
// ShieldOff aliases
|
|
2270
|
-
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2271
2283
|
// ShieldMinus aliases
|
|
2272
2284
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2285
|
+
// ShieldOff aliases
|
|
2286
|
+
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2273
2287
|
// ShieldPlus aliases
|
|
2274
2288
|
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2289
|
+
// ShieldUser aliases
|
|
2290
|
+
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2275
2291
|
// Shield aliases
|
|
2276
2292
|
export { default as LucideShield } from '../icons/shield';
|
|
2277
2293
|
// ShipWheel aliases
|
|
2278
2294
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2279
|
-
// ShieldUser aliases
|
|
2280
|
-
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2281
2295
|
// Ship aliases
|
|
2282
2296
|
export { default as LucideShip } from '../icons/ship';
|
|
2283
2297
|
// Shirt aliases
|
|
@@ -2286,10 +2300,10 @@ export { default as LucideShirt } from '../icons/shirt';
|
|
|
2286
2300
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2287
2301
|
// ShoppingBasket aliases
|
|
2288
2302
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2289
|
-
// Shovel aliases
|
|
2290
|
-
export { default as LucideShovel } from '../icons/shovel';
|
|
2291
2303
|
// ShoppingCart aliases
|
|
2292
2304
|
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2305
|
+
// Shovel aliases
|
|
2306
|
+
export { default as LucideShovel } from '../icons/shovel';
|
|
2293
2307
|
// ShowerHead aliases
|
|
2294
2308
|
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2295
2309
|
// Shredder aliases
|
|
@@ -2348,10 +2362,10 @@ export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
|
2348
2362
|
export { default as LucideSmile } from '../icons/smile';
|
|
2349
2363
|
// Snail aliases
|
|
2350
2364
|
export { default as LucideSnail } from '../icons/snail';
|
|
2351
|
-
// SoapDispenserDroplet aliases
|
|
2352
|
-
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2353
2365
|
// Snowflake aliases
|
|
2354
2366
|
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2367
|
+
// SoapDispenserDroplet aliases
|
|
2368
|
+
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2355
2369
|
// Sofa aliases
|
|
2356
2370
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2357
2371
|
// SolarPanel aliases
|
|
@@ -2386,20 +2400,20 @@ export { default as LucideSpotlight } from '../icons/spotlight';
|
|
|
2386
2400
|
export { default as LucideSprayCan } from '../icons/spray-can';
|
|
2387
2401
|
// Sprout aliases
|
|
2388
2402
|
export { default as LucideSprout } from '../icons/sprout';
|
|
2389
|
-
// SquareDashedBottom aliases
|
|
2390
|
-
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2391
2403
|
// SquareDashedBottomCode aliases
|
|
2392
2404
|
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2405
|
+
// SquareDashedBottom aliases
|
|
2406
|
+
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2393
2407
|
// SquareDashedTopSolid aliases
|
|
2394
2408
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2395
2409
|
// SquarePause aliases
|
|
2396
2410
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2397
2411
|
// SquareRadical aliases
|
|
2398
2412
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2399
|
-
// SquareSquare aliases
|
|
2400
|
-
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2401
2413
|
// SquareRoundCorner aliases
|
|
2402
2414
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2415
|
+
// SquareSquare aliases
|
|
2416
|
+
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2403
2417
|
// SquareStack aliases
|
|
2404
2418
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2405
2419
|
// SquareStar aliases
|
|
@@ -2432,36 +2446,36 @@ export { default as LucideStarOff } from '../icons/star-off';
|
|
|
2432
2446
|
export { default as LucideStar } from '../icons/star';
|
|
2433
2447
|
// StepBack aliases
|
|
2434
2448
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2435
|
-
// StepForward aliases
|
|
2436
|
-
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2437
2449
|
// Stethoscope aliases
|
|
2438
2450
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2451
|
+
// StepForward aliases
|
|
2452
|
+
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2439
2453
|
// Sticker aliases
|
|
2440
2454
|
export { default as LucideSticker } from '../icons/sticker';
|
|
2441
2455
|
// StickyNote aliases
|
|
2442
2456
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2443
2457
|
// Store aliases
|
|
2444
2458
|
export { default as LucideStore } from '../icons/store';
|
|
2445
|
-
// StretchHorizontal aliases
|
|
2446
|
-
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2447
2459
|
// StretchVertical aliases
|
|
2448
2460
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2461
|
+
// StretchHorizontal aliases
|
|
2462
|
+
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2449
2463
|
// Strikethrough aliases
|
|
2450
2464
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2451
|
-
// Subscript aliases
|
|
2452
|
-
export { default as LucideSubscript } from '../icons/subscript';
|
|
2453
2465
|
// SunDim aliases
|
|
2454
2466
|
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2467
|
+
// Subscript aliases
|
|
2468
|
+
export { default as LucideSubscript } from '../icons/subscript';
|
|
2455
2469
|
// SunMedium aliases
|
|
2456
2470
|
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2457
2471
|
// SunMoon aliases
|
|
2458
2472
|
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2459
2473
|
// SunSnow aliases
|
|
2460
2474
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2461
|
-
// Sun aliases
|
|
2462
|
-
export { default as LucideSun } from '../icons/sun';
|
|
2463
2475
|
// Sunrise aliases
|
|
2464
2476
|
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2477
|
+
// Sun aliases
|
|
2478
|
+
export { default as LucideSun } from '../icons/sun';
|
|
2465
2479
|
// Sunset aliases
|
|
2466
2480
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2467
2481
|
// Superscript aliases
|
|
@@ -2476,10 +2490,10 @@ export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
|
2476
2490
|
export { default as LucideSword } from '../icons/sword';
|
|
2477
2491
|
// Swords aliases
|
|
2478
2492
|
export { default as LucideSwords } from '../icons/swords';
|
|
2479
|
-
// Syringe aliases
|
|
2480
|
-
export { default as LucideSyringe } from '../icons/syringe';
|
|
2481
2493
|
// Table2 aliases
|
|
2482
2494
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2495
|
+
// Syringe aliases
|
|
2496
|
+
export { default as LucideSyringe } from '../icons/syringe';
|
|
2483
2497
|
// TableCellsMerge aliases
|
|
2484
2498
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2485
2499
|
// TableCellsSplit aliases
|
|
@@ -2488,10 +2502,10 @@ export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
|
2488
2502
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2489
2503
|
// TableOfContents aliases
|
|
2490
2504
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2491
|
-
// TableProperties aliases
|
|
2492
|
-
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2493
2505
|
// TableRowsSplit aliases
|
|
2494
2506
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2507
|
+
// TableProperties aliases
|
|
2508
|
+
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2495
2509
|
// Table aliases
|
|
2496
2510
|
export { default as LucideTable } from '../icons/table';
|
|
2497
2511
|
// TabletSmartphone aliases
|
|
@@ -2534,10 +2548,10 @@ export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
|
2534
2548
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2535
2549
|
// TextCursor aliases
|
|
2536
2550
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2537
|
-
// TextSearch aliases
|
|
2538
|
-
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2539
2551
|
// TextQuote aliases
|
|
2540
2552
|
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2553
|
+
// TextSearch aliases
|
|
2554
|
+
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2541
2555
|
// Theater aliases
|
|
2542
2556
|
export { default as LucideTheater } from '../icons/theater';
|
|
2543
2557
|
// ThermometerSnowflake aliases
|
|
@@ -2550,38 +2564,38 @@ export { default as LucideThermometer } from '../icons/thermometer';
|
|
|
2550
2564
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2551
2565
|
// ThumbsUp aliases
|
|
2552
2566
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2553
|
-
// TicketCheck aliases
|
|
2554
|
-
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2555
2567
|
// TicketMinus aliases
|
|
2556
2568
|
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2569
|
+
// TicketCheck aliases
|
|
2570
|
+
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2557
2571
|
// TicketPercent aliases
|
|
2558
2572
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2559
2573
|
// TicketPlus aliases
|
|
2560
2574
|
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2561
|
-
// TicketSlash aliases
|
|
2562
|
-
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2563
2575
|
// TicketX aliases
|
|
2564
2576
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2577
|
+
// TicketSlash aliases
|
|
2578
|
+
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2565
2579
|
// Ticket aliases
|
|
2566
2580
|
export { default as LucideTicket } from '../icons/ticket';
|
|
2567
2581
|
// TicketsPlane aliases
|
|
2568
2582
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2569
|
-
// Tickets aliases
|
|
2570
|
-
export { default as LucideTickets } from '../icons/tickets';
|
|
2571
2583
|
// TimerOff aliases
|
|
2572
2584
|
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2585
|
+
// Tickets aliases
|
|
2586
|
+
export { default as LucideTickets } from '../icons/tickets';
|
|
2573
2587
|
// TimerReset aliases
|
|
2574
2588
|
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2575
2589
|
// Timer aliases
|
|
2576
2590
|
export { default as LucideTimer } from '../icons/timer';
|
|
2577
2591
|
// ToggleLeft aliases
|
|
2578
2592
|
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2579
|
-
// Toilet aliases
|
|
2580
|
-
export { default as LucideToilet } from '../icons/toilet';
|
|
2581
2593
|
// ToggleRight aliases
|
|
2582
2594
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2583
2595
|
// ToolCase aliases
|
|
2584
2596
|
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2597
|
+
// Toilet aliases
|
|
2598
|
+
export { default as LucideToilet } from '../icons/toilet';
|
|
2585
2599
|
// Tornado aliases
|
|
2586
2600
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2587
2601
|
// Torus aliases
|
|
@@ -2590,10 +2604,10 @@ export { default as LucideTorus } from '../icons/torus';
|
|
|
2590
2604
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2591
2605
|
// Touchpad aliases
|
|
2592
2606
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2593
|
-
// ToyBrick aliases
|
|
2594
|
-
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2595
2607
|
// TowerControl aliases
|
|
2596
2608
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2609
|
+
// ToyBrick aliases
|
|
2610
|
+
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2597
2611
|
// Tractor aliases
|
|
2598
2612
|
export { default as LucideTractor } from '../icons/tractor';
|
|
2599
2613
|
// TrafficCone aliases
|
|
@@ -2602,10 +2616,10 @@ export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
|
2602
2616
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2603
2617
|
// TrainFront aliases
|
|
2604
2618
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2605
|
-
// TrainTrack aliases
|
|
2606
|
-
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2607
2619
|
// Transgender aliases
|
|
2608
2620
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2621
|
+
// TrainTrack aliases
|
|
2622
|
+
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2609
2623
|
// Trash2 aliases
|
|
2610
2624
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2611
2625
|
// Trash aliases
|
|
@@ -2614,12 +2628,12 @@ export { default as LucideTrash } from '../icons/trash';
|
|
|
2614
2628
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2615
2629
|
// TreePine aliases
|
|
2616
2630
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2617
|
-
// Trees aliases
|
|
2618
|
-
export { default as LucideTrees } from '../icons/trees';
|
|
2619
2631
|
// Trello aliases
|
|
2620
2632
|
export { default as LucideTrello } from '../icons/trello';
|
|
2621
2633
|
// TrendingDown aliases
|
|
2622
2634
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2635
|
+
// Trees aliases
|
|
2636
|
+
export { default as LucideTrees } from '../icons/trees';
|
|
2623
2637
|
// TrendingUpDown aliases
|
|
2624
2638
|
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2625
2639
|
// TrendingUp aliases
|
|
@@ -2650,14 +2664,14 @@ export { default as LucideTv } from '../icons/tv';
|
|
|
2650
2664
|
export { default as LucideTwitch } from '../icons/twitch';
|
|
2651
2665
|
// Twitter aliases
|
|
2652
2666
|
export { default as LucideTwitter } from '../icons/twitter';
|
|
2653
|
-
// TypeOutline aliases
|
|
2654
|
-
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2655
2667
|
// Type aliases
|
|
2656
2668
|
export { default as LucideType } from '../icons/type';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2669
|
+
// TypeOutline aliases
|
|
2670
|
+
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2659
2671
|
// Umbrella aliases
|
|
2660
2672
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2673
|
+
// UmbrellaOff aliases
|
|
2674
|
+
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2661
2675
|
// Underline aliases
|
|
2662
2676
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2663
2677
|
// Undo2 aliases
|
|
@@ -2724,28 +2738,28 @@ export { default as LucideVegan } from '../icons/vegan';
|
|
|
2724
2738
|
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
2725
2739
|
// VenusAndMars aliases
|
|
2726
2740
|
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2727
|
-
// VibrateOff aliases
|
|
2728
|
-
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2729
2741
|
// Venus aliases
|
|
2730
2742
|
export { default as LucideVenus } from '../icons/venus';
|
|
2743
|
+
// VibrateOff aliases
|
|
2744
|
+
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2731
2745
|
// Vibrate aliases
|
|
2732
2746
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2733
2747
|
// VideoOff aliases
|
|
2734
2748
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2735
2749
|
// Video aliases
|
|
2736
2750
|
export { default as LucideVideo } from '../icons/video';
|
|
2737
|
-
// Videotape aliases
|
|
2738
|
-
export { default as LucideVideotape } from '../icons/videotape';
|
|
2739
2751
|
// View aliases
|
|
2740
2752
|
export { default as LucideView } from '../icons/view';
|
|
2753
|
+
// Videotape aliases
|
|
2754
|
+
export { default as LucideVideotape } from '../icons/videotape';
|
|
2741
2755
|
// Voicemail aliases
|
|
2742
2756
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2743
2757
|
// Volleyball aliases
|
|
2744
2758
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2745
|
-
// Volume1 aliases
|
|
2746
|
-
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2747
2759
|
// Volume2 aliases
|
|
2748
2760
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2761
|
+
// Volume1 aliases
|
|
2762
|
+
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2749
2763
|
// VolumeOff aliases
|
|
2750
2764
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2751
2765
|
// VolumeX aliases
|
|
@@ -2762,12 +2776,12 @@ export { default as LucideWallet } from '../icons/wallet';
|
|
|
2762
2776
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2763
2777
|
// Wand aliases
|
|
2764
2778
|
export { default as LucideWand } from '../icons/wand';
|
|
2765
|
-
// Warehouse aliases
|
|
2766
|
-
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2767
2779
|
// WashingMachine aliases
|
|
2768
2780
|
export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
2769
2781
|
// Watch aliases
|
|
2770
2782
|
export { default as LucideWatch } from '../icons/watch';
|
|
2783
|
+
// Warehouse aliases
|
|
2784
|
+
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2771
2785
|
// WavesArrowDown aliases
|
|
2772
2786
|
export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
2773
2787
|
// WavesArrowUp aliases
|
|
@@ -2782,10 +2796,10 @@ export { default as LucideWaypoints } from '../icons/waypoints';
|
|
|
2782
2796
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2783
2797
|
// WebhookOff aliases
|
|
2784
2798
|
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2785
|
-
// WeightTilde aliases
|
|
2786
|
-
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2787
2799
|
// Webhook aliases
|
|
2788
2800
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2801
|
+
// WeightTilde aliases
|
|
2802
|
+
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2789
2803
|
// Weight aliases
|
|
2790
2804
|
export { default as LucideWeight } from '../icons/weight';
|
|
2791
2805
|
// WheatOff aliases
|
|
@@ -2798,10 +2812,10 @@ export { default as LucideWholeWord } from '../icons/whole-word';
|
|
|
2798
2812
|
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
2799
2813
|
// WifiHigh aliases
|
|
2800
2814
|
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2801
|
-
// WifiOff aliases
|
|
2802
|
-
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2803
2815
|
// WifiLow aliases
|
|
2804
2816
|
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2817
|
+
// WifiOff aliases
|
|
2818
|
+
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2805
2819
|
// WifiPen aliases
|
|
2806
2820
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2807
2821
|
// WifiSync aliases
|
|
@@ -2880,18 +2894,18 @@ export {
|
|
|
2880
2894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2881
2895
|
default as LucideArrowDownZa
|
|
2882
2896
|
} from '../icons/arrow-down-z-a';
|
|
2883
|
-
// ArrowUpAZ aliases
|
|
2884
|
-
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2885
|
-
export {
|
|
2886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2887
|
-
default as LucideArrowUpAz
|
|
2888
|
-
} from '../icons/arrow-up-a-z';
|
|
2889
2897
|
// ArrowUpNarrowWide aliases
|
|
2890
2898
|
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2891
2899
|
export {
|
|
2892
2900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2893
2901
|
default as LucideSortAsc
|
|
2894
2902
|
} from '../icons/arrow-up-narrow-wide';
|
|
2903
|
+
// ArrowUpAZ aliases
|
|
2904
|
+
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2905
|
+
export {
|
|
2906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2907
|
+
default as LucideArrowUpAz
|
|
2908
|
+
} from '../icons/arrow-up-a-z';
|
|
2895
2909
|
// ArrowUpZA aliases
|
|
2896
2910
|
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
2897
2911
|
export {
|
|
@@ -2916,24 +2930,18 @@ export {
|
|
|
2916
2930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2917
2931
|
default as LucideBadgeHelp
|
|
2918
2932
|
} from '../icons/badge-question-mark';
|
|
2919
|
-
// BetweenHorizontalEnd aliases
|
|
2920
|
-
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2921
|
-
export {
|
|
2922
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2923
|
-
default as LucideBetweenHorizonalEnd
|
|
2924
|
-
} from '../icons/between-horizontal-end';
|
|
2925
2933
|
// BetweenHorizontalStart aliases
|
|
2926
2934
|
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
2927
2935
|
export {
|
|
2928
2936
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2929
2937
|
default as LucideBetweenHorizonalStart
|
|
2930
2938
|
} from '../icons/between-horizontal-start';
|
|
2931
|
-
//
|
|
2932
|
-
export { default as
|
|
2939
|
+
// BetweenHorizontalEnd aliases
|
|
2940
|
+
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2933
2941
|
export {
|
|
2934
|
-
/** @deprecated
|
|
2935
|
-
default as
|
|
2936
|
-
} from '../icons/
|
|
2942
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2943
|
+
default as LucideBetweenHorizonalEnd
|
|
2944
|
+
} from '../icons/between-horizontal-end';
|
|
2937
2945
|
// BookDashed aliases
|
|
2938
2946
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
2939
2947
|
export {
|
|
@@ -2946,6 +2954,18 @@ export {
|
|
|
2946
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2947
2955
|
default as LucideSubtitles
|
|
2948
2956
|
} from '../icons/captions';
|
|
2957
|
+
// Braces aliases
|
|
2958
|
+
export { default as LucideBraces } from '../icons/braces';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as LucideCurlyBraces
|
|
2962
|
+
} from '../icons/braces';
|
|
2963
|
+
// ChartArea aliases
|
|
2964
|
+
export { default as LucideChartArea } from '../icons/chart-area';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as LucideAreaChart
|
|
2968
|
+
} from '../icons/chart-area';
|
|
2949
2969
|
// ChartBarBig aliases
|
|
2950
2970
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
2951
2971
|
export {
|
|
@@ -2958,12 +2978,6 @@ export {
|
|
|
2958
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2959
2979
|
default as LucideBarChartHorizontal
|
|
2960
2980
|
} from '../icons/chart-bar';
|
|
2961
|
-
// ChartArea aliases
|
|
2962
|
-
export { default as LucideChartArea } from '../icons/chart-area';
|
|
2963
|
-
export {
|
|
2964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2965
|
-
default as LucideAreaChart
|
|
2966
|
-
} from '../icons/chart-area';
|
|
2967
2981
|
// ChartCandlestick aliases
|
|
2968
2982
|
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2969
2983
|
export {
|
|
@@ -3006,30 +3020,30 @@ export {
|
|
|
3006
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3007
3021
|
default as LucideBarChart2
|
|
3008
3022
|
} from '../icons/chart-no-axes-column';
|
|
3009
|
-
// ChartPie aliases
|
|
3010
|
-
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3011
|
-
export {
|
|
3012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3013
|
-
default as LucidePieChart
|
|
3014
|
-
} from '../icons/chart-pie';
|
|
3015
3023
|
// ChartNoAxesGantt aliases
|
|
3016
3024
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3017
3025
|
export {
|
|
3018
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3019
3027
|
default as LucideGanttChart
|
|
3020
3028
|
} from '../icons/chart-no-axes-gantt';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3029
|
+
// ChartPie aliases
|
|
3030
|
+
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3023
3031
|
export {
|
|
3024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3025
|
-
default as
|
|
3026
|
-
} from '../icons/chart-
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as LucidePieChart
|
|
3034
|
+
} from '../icons/chart-pie';
|
|
3027
3035
|
// Chromium aliases
|
|
3028
3036
|
export { default as LucideChromium } from '../icons/chromium';
|
|
3029
3037
|
export {
|
|
3030
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3031
3039
|
default as LucideChrome
|
|
3032
3040
|
} from '../icons/chromium';
|
|
3041
|
+
// ChartScatter aliases
|
|
3042
|
+
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3045
|
+
default as LucideScatterChart
|
|
3046
|
+
} from '../icons/chart-scatter';
|
|
3033
3047
|
// CircleAlert aliases
|
|
3034
3048
|
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3035
3049
|
export {
|
|
@@ -3060,18 +3074,18 @@ export {
|
|
|
3060
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3061
3075
|
default as LucideArrowDownRightFromCircle
|
|
3062
3076
|
} from '../icons/circle-arrow-out-down-right';
|
|
3063
|
-
// CircleArrowOutUpRight aliases
|
|
3064
|
-
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3065
|
-
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3067
|
-
default as LucideArrowUpRightFromCircle
|
|
3068
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3069
3077
|
// CircleArrowOutUpLeft aliases
|
|
3070
3078
|
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3071
3079
|
export {
|
|
3072
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3073
3081
|
default as LucideArrowUpLeftFromCircle
|
|
3074
3082
|
} from '../icons/circle-arrow-out-up-left';
|
|
3083
|
+
// CircleArrowOutUpRight aliases
|
|
3084
|
+
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3085
|
+
export {
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3087
|
+
default as LucideArrowUpRightFromCircle
|
|
3088
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3075
3089
|
// CircleArrowRight aliases
|
|
3076
3090
|
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3077
3091
|
export {
|
|
@@ -3084,30 +3098,30 @@ export {
|
|
|
3084
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3085
3099
|
default as LucideArrowUpCircle
|
|
3086
3100
|
} from '../icons/circle-arrow-up';
|
|
3087
|
-
// CircleCheck aliases
|
|
3088
|
-
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3089
|
-
export {
|
|
3090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3091
|
-
default as LucideCheckCircle2
|
|
3092
|
-
} from '../icons/circle-check';
|
|
3093
3101
|
// CircleCheckBig aliases
|
|
3094
3102
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3095
3103
|
export {
|
|
3096
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3097
3105
|
default as LucideCheckCircle
|
|
3098
3106
|
} from '../icons/circle-check-big';
|
|
3099
|
-
//
|
|
3100
|
-
export { default as
|
|
3107
|
+
// CircleCheck aliases
|
|
3108
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3101
3109
|
export {
|
|
3102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3103
|
-
default as
|
|
3104
|
-
} from '../icons/circle-
|
|
3110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3111
|
+
default as LucideCheckCircle2
|
|
3112
|
+
} from '../icons/circle-check';
|
|
3105
3113
|
// CircleChevronLeft aliases
|
|
3106
3114
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3107
3115
|
export {
|
|
3108
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3109
3117
|
default as LucideChevronLeftCircle
|
|
3110
3118
|
} from '../icons/circle-chevron-left';
|
|
3119
|
+
// CircleChevronDown aliases
|
|
3120
|
+
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as LucideChevronDownCircle
|
|
3124
|
+
} from '../icons/circle-chevron-down';
|
|
3111
3125
|
// CircleChevronRight aliases
|
|
3112
3126
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3113
3127
|
export {
|
|
@@ -3214,18 +3228,18 @@ export {
|
|
|
3214
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3215
3229
|
default as LucideUserCircle
|
|
3216
3230
|
} from '../icons/circle-user';
|
|
3217
|
-
// CircleX aliases
|
|
3218
|
-
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3219
|
-
export {
|
|
3220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3221
|
-
default as LucideXCircle
|
|
3222
|
-
} from '../icons/circle-x';
|
|
3223
3231
|
// ClipboardPenLine aliases
|
|
3224
3232
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3225
3233
|
export {
|
|
3226
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3227
3235
|
default as LucideClipboardSignature
|
|
3228
3236
|
} from '../icons/clipboard-pen-line';
|
|
3237
|
+
// CircleX aliases
|
|
3238
|
+
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3239
|
+
export {
|
|
3240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3241
|
+
default as LucideXCircle
|
|
3242
|
+
} from '../icons/circle-x';
|
|
3229
3243
|
// ClipboardPen aliases
|
|
3230
3244
|
export { default as LucideClipboardPen } from '../icons/clipboard-pen';
|
|
3231
3245
|
export {
|
|
@@ -3368,6 +3382,12 @@ export {
|
|
|
3368
3382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3369
3383
|
default as LucideFileCog2
|
|
3370
3384
|
} from '../icons/file-cog';
|
|
3385
|
+
// FileExclamationPoint aliases
|
|
3386
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as LucideFileWarning
|
|
3390
|
+
} from '../icons/file-exclamation-point';
|
|
3371
3391
|
// FileHeadphone aliases
|
|
3372
3392
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3373
3393
|
export {
|
|
@@ -3378,12 +3398,6 @@ export {
|
|
|
3378
3398
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3379
3399
|
default as LucideFileAudio2
|
|
3380
3400
|
} from '../icons/file-headphone';
|
|
3381
|
-
// FileExclamationPoint aliases
|
|
3382
|
-
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3383
|
-
export {
|
|
3384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3385
|
-
default as LucideFileWarning
|
|
3386
|
-
} from '../icons/file-exclamation-point';
|
|
3387
3401
|
// FileKey aliases
|
|
3388
3402
|
export { default as LucideFileKey } from '../icons/file-key';
|
|
3389
3403
|
export {
|
|
@@ -3396,36 +3410,36 @@ export {
|
|
|
3396
3410
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3397
3411
|
default as LucideFileLock2
|
|
3398
3412
|
} from '../icons/file-lock';
|
|
3399
|
-
// FileMinusCorner aliases
|
|
3400
|
-
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3403
|
-
default as LucideFileMinus2
|
|
3404
|
-
} from '../icons/file-minus-corner';
|
|
3405
3413
|
// FilePenLine aliases
|
|
3406
3414
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3407
3415
|
export {
|
|
3408
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3409
3417
|
default as LucideFileSignature
|
|
3410
3418
|
} from '../icons/file-pen-line';
|
|
3419
|
+
// FileMinusCorner aliases
|
|
3420
|
+
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as LucideFileMinus2
|
|
3424
|
+
} from '../icons/file-minus-corner';
|
|
3411
3425
|
// FilePen aliases
|
|
3412
3426
|
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3413
3427
|
export {
|
|
3414
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3415
3429
|
default as LucideFileEdit
|
|
3416
3430
|
} from '../icons/file-pen';
|
|
3417
|
-
// FilePlay aliases
|
|
3418
|
-
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3419
|
-
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3421
|
-
default as LucideFileVideo
|
|
3422
|
-
} from '../icons/file-play';
|
|
3423
3431
|
// FilePlusCorner aliases
|
|
3424
3432
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3425
3433
|
export {
|
|
3426
3434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3427
3435
|
default as LucideFilePlus2
|
|
3428
3436
|
} from '../icons/file-plus-corner';
|
|
3437
|
+
// FilePlay aliases
|
|
3438
|
+
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3439
|
+
export {
|
|
3440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3441
|
+
default as LucideFileVideo
|
|
3442
|
+
} from '../icons/file-play';
|
|
3429
3443
|
// FileQuestionMark aliases
|
|
3430
3444
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3431
3445
|
export {
|
|
@@ -3444,18 +3458,18 @@ export {
|
|
|
3444
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3445
3459
|
default as LucideFileVolume2
|
|
3446
3460
|
} from '../icons/file-signal';
|
|
3447
|
-
// FileVideoCamera aliases
|
|
3448
|
-
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3451
|
-
default as LucideFileVideo2
|
|
3452
|
-
} from '../icons/file-video-camera';
|
|
3453
3461
|
// FileTypeCorner aliases
|
|
3454
3462
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3455
3463
|
export {
|
|
3456
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3457
3465
|
default as LucideFileType2
|
|
3458
3466
|
} from '../icons/file-type-corner';
|
|
3467
|
+
// FileVideoCamera aliases
|
|
3468
|
+
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as LucideFileVideo2
|
|
3472
|
+
} from '../icons/file-video-camera';
|
|
3459
3473
|
// FileXCorner aliases
|
|
3460
3474
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3461
3475
|
export {
|
|
@@ -3480,18 +3494,24 @@ export {
|
|
|
3480
3494
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3481
3495
|
default as LucideFolderEdit
|
|
3482
3496
|
} from '../icons/folder-pen';
|
|
3497
|
+
// Funnel aliases
|
|
3498
|
+
export { default as LucideFunnel } from '../icons/funnel';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3501
|
+
default as LucideFilter
|
|
3502
|
+
} from '../icons/funnel';
|
|
3483
3503
|
// FunnelX aliases
|
|
3484
3504
|
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3485
3505
|
export {
|
|
3486
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3487
3507
|
default as LucideFilterX
|
|
3488
3508
|
} from '../icons/funnel-x';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3509
|
+
// GitCommitHorizontal aliases
|
|
3510
|
+
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3491
3511
|
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3513
|
+
default as LucideGitCommit
|
|
3514
|
+
} from '../icons/git-commit-horizontal';
|
|
3495
3515
|
// Grid2x2Check aliases
|
|
3496
3516
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3497
3517
|
export {
|
|
@@ -3516,12 +3536,6 @@ export {
|
|
|
3516
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3517
3537
|
default as LucideGrid2X2
|
|
3518
3538
|
} from '../icons/grid-2x2';
|
|
3519
|
-
// GitCommitHorizontal aliases
|
|
3520
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3521
|
-
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3523
|
-
default as LucideGitCommit
|
|
3524
|
-
} from '../icons/git-commit-horizontal';
|
|
3525
3539
|
// Grid3x3 aliases
|
|
3526
3540
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3527
3541
|
export {
|
|
@@ -3574,16 +3588,6 @@ export {
|
|
|
3574
3588
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3575
3589
|
default as LucideLayers3
|
|
3576
3590
|
} from '../icons/layers';
|
|
3577
|
-
// ListIndentIncrease aliases
|
|
3578
|
-
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3581
|
-
default as LucideIndent
|
|
3582
|
-
} from '../icons/list-indent-increase';
|
|
3583
|
-
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3585
|
-
default as LucideIndentIncrease
|
|
3586
|
-
} from '../icons/list-indent-increase';
|
|
3587
3591
|
// ListIndentDecrease aliases
|
|
3588
3592
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3589
3593
|
export {
|
|
@@ -3594,6 +3598,16 @@ export {
|
|
|
3594
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3595
3599
|
default as LucideIndentDecrease
|
|
3596
3600
|
} from '../icons/list-indent-decrease';
|
|
3601
|
+
// ListIndentIncrease aliases
|
|
3602
|
+
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3605
|
+
default as LucideIndent
|
|
3606
|
+
} from '../icons/list-indent-increase';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as LucideIndentIncrease
|
|
3610
|
+
} from '../icons/list-indent-increase';
|
|
3597
3611
|
// LoaderCircle aliases
|
|
3598
3612
|
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3599
3613
|
export {
|
|
@@ -3624,18 +3638,18 @@ export {
|
|
|
3624
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3625
3639
|
default as LucideLocationEdit
|
|
3626
3640
|
} from '../icons/map-pin-pen';
|
|
3627
|
-
// MicVocal aliases
|
|
3628
|
-
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3629
|
-
export {
|
|
3630
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3631
|
-
default as LucideMic2
|
|
3632
|
-
} from '../icons/mic-vocal';
|
|
3633
3641
|
// MessageCircleQuestionMark aliases
|
|
3634
3642
|
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3635
3643
|
export {
|
|
3636
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3637
3645
|
default as LucideMessageCircleQuestion
|
|
3638
3646
|
} from '../icons/message-circle-question-mark';
|
|
3647
|
+
// MicVocal aliases
|
|
3648
|
+
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3649
|
+
export {
|
|
3650
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3651
|
+
default as LucideMic2
|
|
3652
|
+
} from '../icons/mic-vocal';
|
|
3639
3653
|
// Move3d aliases
|
|
3640
3654
|
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3641
3655
|
export {
|
|
@@ -3660,42 +3674,42 @@ export {
|
|
|
3660
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3661
3675
|
default as LucideXOctagon
|
|
3662
3676
|
} from '../icons/octagon-x';
|
|
3663
|
-
// PaintbrushVertical aliases
|
|
3664
|
-
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3665
|
-
export {
|
|
3666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3667
|
-
default as LucidePaintbrush2
|
|
3668
|
-
} from '../icons/paintbrush-vertical';
|
|
3669
3677
|
// PanelBottomDashed aliases
|
|
3670
3678
|
export { default as LucidePanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3671
3679
|
export {
|
|
3672
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3673
3681
|
default as LucidePanelBottomInactive
|
|
3674
3682
|
} from '../icons/panel-bottom-dashed';
|
|
3675
|
-
//
|
|
3676
|
-
export { default as
|
|
3683
|
+
// PaintbrushVertical aliases
|
|
3684
|
+
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3677
3685
|
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3679
|
-
default as
|
|
3680
|
-
} from '../icons/
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as LucidePaintbrush2
|
|
3688
|
+
} from '../icons/paintbrush-vertical';
|
|
3681
3689
|
// PanelLeftClose aliases
|
|
3682
3690
|
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3683
3691
|
export {
|
|
3684
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3685
3693
|
default as LucideSidebarClose
|
|
3686
3694
|
} from '../icons/panel-left-close';
|
|
3687
|
-
//
|
|
3688
|
-
export { default as
|
|
3695
|
+
// PanelLeftDashed aliases
|
|
3696
|
+
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3689
3697
|
export {
|
|
3690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3691
|
-
default as
|
|
3692
|
-
} from '../icons/panel-left-
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3699
|
+
default as LucidePanelLeftInactive
|
|
3700
|
+
} from '../icons/panel-left-dashed';
|
|
3693
3701
|
// PanelLeft aliases
|
|
3694
3702
|
export { default as LucidePanelLeft } from '../icons/panel-left';
|
|
3695
3703
|
export {
|
|
3696
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3697
3705
|
default as LucideSidebar
|
|
3698
3706
|
} from '../icons/panel-left';
|
|
3707
|
+
// PanelLeftOpen aliases
|
|
3708
|
+
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as LucideSidebarOpen
|
|
3712
|
+
} from '../icons/panel-left-open';
|
|
3699
3713
|
// PanelRightDashed aliases
|
|
3700
3714
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3701
3715
|
export {
|
|
@@ -3708,60 +3722,66 @@ export {
|
|
|
3708
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3709
3723
|
default as LucidePanelTopInactive
|
|
3710
3724
|
} from '../icons/panel-top-dashed';
|
|
3711
|
-
// PanelsTopLeft aliases
|
|
3712
|
-
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3715
|
-
default as LucideLayout
|
|
3716
|
-
} from '../icons/panels-top-left';
|
|
3717
3725
|
// PenLine aliases
|
|
3718
3726
|
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3719
3727
|
export {
|
|
3720
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3721
3729
|
default as LucideEdit3
|
|
3722
3730
|
} from '../icons/pen-line';
|
|
3723
|
-
//
|
|
3724
|
-
export { default as
|
|
3731
|
+
// PanelsTopLeft aliases
|
|
3732
|
+
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3725
3733
|
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3727
|
-
default as
|
|
3728
|
-
} from '../icons/
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3735
|
+
default as LucideLayout
|
|
3736
|
+
} from '../icons/panels-top-left';
|
|
3729
3737
|
// PlugZap aliases
|
|
3730
3738
|
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3731
3739
|
export {
|
|
3732
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3733
3741
|
default as LucidePlugZap2
|
|
3734
3742
|
} from '../icons/plug-zap';
|
|
3743
|
+
// Pen aliases
|
|
3744
|
+
export { default as LucidePen } from '../icons/pen';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as LucideEdit2
|
|
3748
|
+
} from '../icons/pen';
|
|
3735
3749
|
// RectangleEllipsis aliases
|
|
3736
3750
|
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3737
3751
|
export {
|
|
3738
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3739
3753
|
default as LucideFormInput
|
|
3740
3754
|
} from '../icons/rectangle-ellipsis';
|
|
3755
|
+
// Rotate3d aliases
|
|
3756
|
+
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3757
|
+
export {
|
|
3758
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3759
|
+
default as LucideRotate3D
|
|
3760
|
+
} from '../icons/rotate-3d';
|
|
3741
3761
|
// Rows2 aliases
|
|
3742
3762
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3743
3763
|
export {
|
|
3744
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3745
3765
|
default as LucideRows
|
|
3746
3766
|
} from '../icons/rows-2';
|
|
3767
|
+
// Rows3 aliases
|
|
3768
|
+
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as LucidePanelsTopBottom
|
|
3772
|
+
} from '../icons/rows-3';
|
|
3747
3773
|
// Scale3d aliases
|
|
3748
3774
|
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
3749
3775
|
export {
|
|
3750
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3751
3777
|
default as LucideScale3D
|
|
3752
3778
|
} from '../icons/scale-3d';
|
|
3753
|
-
//
|
|
3754
|
-
export { default as
|
|
3755
|
-
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3757
|
-
default as LucideRotate3D
|
|
3758
|
-
} from '../icons/rotate-3d';
|
|
3759
|
-
// Rows3 aliases
|
|
3760
|
-
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3779
|
+
// SendHorizontal aliases
|
|
3780
|
+
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3761
3781
|
export {
|
|
3762
|
-
/** @deprecated
|
|
3763
|
-
default as
|
|
3764
|
-
} from '../icons/
|
|
3782
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as LucideSendHorizonal
|
|
3784
|
+
} from '../icons/send-horizontal';
|
|
3765
3785
|
// ShieldQuestionMark aliases
|
|
3766
3786
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3767
3787
|
export {
|
|
@@ -3774,24 +3794,18 @@ export {
|
|
|
3774
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3775
3795
|
default as LucideShieldClose
|
|
3776
3796
|
} from '../icons/shield-x';
|
|
3777
|
-
//
|
|
3778
|
-
export { default as
|
|
3797
|
+
// SlidersVertical aliases
|
|
3798
|
+
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3779
3799
|
export {
|
|
3780
|
-
/** @deprecated
|
|
3781
|
-
default as
|
|
3782
|
-
} from '../icons/
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as LucideSliders
|
|
3802
|
+
} from '../icons/sliders-vertical';
|
|
3783
3803
|
// Sparkles aliases
|
|
3784
3804
|
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3785
3805
|
export {
|
|
3786
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3787
3807
|
default as LucideStars
|
|
3788
3808
|
} from '../icons/sparkles';
|
|
3789
|
-
// SlidersVertical aliases
|
|
3790
|
-
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3791
|
-
export {
|
|
3792
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3793
|
-
default as LucideSliders
|
|
3794
|
-
} from '../icons/sliders-vertical';
|
|
3795
3809
|
// SquareActivity aliases
|
|
3796
3810
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3797
3811
|
export {
|
|
@@ -3822,18 +3836,18 @@ export {
|
|
|
3822
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3823
3837
|
default as LucideArrowLeftSquare
|
|
3824
3838
|
} from '../icons/square-arrow-left';
|
|
3825
|
-
// SquareArrowOutDownRight aliases
|
|
3826
|
-
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3827
|
-
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3829
|
-
default as LucideArrowDownRightFromSquare
|
|
3830
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3831
3839
|
// SquareArrowOutDownLeft aliases
|
|
3832
3840
|
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3833
3841
|
export {
|
|
3834
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3835
3843
|
default as LucideArrowDownLeftFromSquare
|
|
3836
3844
|
} from '../icons/square-arrow-out-down-left';
|
|
3845
|
+
// SquareArrowOutDownRight aliases
|
|
3846
|
+
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3849
|
+
default as LucideArrowDownRightFromSquare
|
|
3850
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3837
3851
|
// SquareArrowOutUpLeft aliases
|
|
3838
3852
|
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3839
3853
|
export {
|
|
@@ -3864,6 +3878,12 @@ export {
|
|
|
3864
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3865
3879
|
default as LucideArrowUpRightSquare
|
|
3866
3880
|
} from '../icons/square-arrow-up-right';
|
|
3881
|
+
// SquareArrowUp aliases
|
|
3882
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as LucideArrowUpSquare
|
|
3886
|
+
} from '../icons/square-arrow-up';
|
|
3867
3887
|
// SquareAsterisk aliases
|
|
3868
3888
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
3869
3889
|
export {
|
|
@@ -3876,12 +3896,12 @@ export {
|
|
|
3876
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3877
3897
|
default as LucideScissorsSquareDashedBottom
|
|
3878
3898
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3879
|
-
//
|
|
3880
|
-
export { default as
|
|
3899
|
+
// SquareCheckBig aliases
|
|
3900
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3881
3901
|
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3883
|
-
default as
|
|
3884
|
-
} from '../icons/square-
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as LucideCheckSquare
|
|
3904
|
+
} from '../icons/square-check-big';
|
|
3885
3905
|
// SquareChartGantt aliases
|
|
3886
3906
|
export { default as LucideSquareChartGantt } from '../icons/square-chart-gantt';
|
|
3887
3907
|
export {
|
|
@@ -3892,12 +3912,6 @@ export {
|
|
|
3892
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3893
3913
|
default as LucideSquareGanttChart
|
|
3894
3914
|
} from '../icons/square-chart-gantt';
|
|
3895
|
-
// SquareCheckBig aliases
|
|
3896
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as LucideCheckSquare
|
|
3900
|
-
} from '../icons/square-check-big';
|
|
3901
3915
|
// SquareCheck aliases
|
|
3902
3916
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3903
3917
|
export {
|
|
@@ -3928,42 +3942,48 @@ export {
|
|
|
3928
3942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3929
3943
|
default as LucideChevronUpSquare
|
|
3930
3944
|
} from '../icons/square-chevron-up';
|
|
3931
|
-
// SquareDashedKanban aliases
|
|
3932
|
-
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3935
|
-
default as LucideKanbanSquareDashed
|
|
3936
|
-
} from '../icons/square-dashed-kanban';
|
|
3937
3945
|
// SquareCode aliases
|
|
3938
3946
|
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3939
3947
|
export {
|
|
3940
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3941
3949
|
default as LucideCodeSquare
|
|
3942
3950
|
} from '../icons/square-code';
|
|
3951
|
+
// SquareDashedKanban aliases
|
|
3952
|
+
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3955
|
+
default as LucideKanbanSquareDashed
|
|
3956
|
+
} from '../icons/square-dashed-kanban';
|
|
3943
3957
|
// SquareDashedMousePointer aliases
|
|
3944
3958
|
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
3945
3959
|
export {
|
|
3946
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3947
3961
|
default as LucideMousePointerSquareDashed
|
|
3948
3962
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3949
|
-
// SquareDivide aliases
|
|
3950
|
-
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3953
|
-
default as LucideDivideSquare
|
|
3954
|
-
} from '../icons/square-divide';
|
|
3955
3963
|
// SquareDashed aliases
|
|
3956
3964
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
3957
3965
|
export {
|
|
3958
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3959
3967
|
default as LucideBoxSelect
|
|
3960
3968
|
} from '../icons/square-dashed';
|
|
3969
|
+
// SquareDivide aliases
|
|
3970
|
+
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3973
|
+
default as LucideDivideSquare
|
|
3974
|
+
} from '../icons/square-divide';
|
|
3961
3975
|
// SquareDot aliases
|
|
3962
3976
|
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
3963
3977
|
export {
|
|
3964
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3965
3979
|
default as LucideDotSquare
|
|
3966
3980
|
} from '../icons/square-dot';
|
|
3981
|
+
// SquareEqual aliases
|
|
3982
|
+
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
3983
|
+
export {
|
|
3984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3985
|
+
default as LucideEqualSquare
|
|
3986
|
+
} from '../icons/square-equal';
|
|
3967
3987
|
// SquareFunction aliases
|
|
3968
3988
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
3969
3989
|
export {
|
|
@@ -3976,12 +3996,6 @@ export {
|
|
|
3976
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3977
3997
|
default as LucideKanbanSquare
|
|
3978
3998
|
} from '../icons/square-kanban';
|
|
3979
|
-
// SquareEqual aliases
|
|
3980
|
-
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
3981
|
-
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3983
|
-
default as LucideEqualSquare
|
|
3984
|
-
} from '../icons/square-equal';
|
|
3985
3999
|
// SquareLibrary aliases
|
|
3986
4000
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
3987
4001
|
export {
|
|
@@ -4018,6 +4032,12 @@ export {
|
|
|
4018
4032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4019
4033
|
default as LucideParkingSquareOff
|
|
4020
4034
|
} from '../icons/square-parking-off';
|
|
4035
|
+
// SquareParking aliases
|
|
4036
|
+
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4037
|
+
export {
|
|
4038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4039
|
+
default as LucideParkingSquare
|
|
4040
|
+
} from '../icons/square-parking';
|
|
4021
4041
|
// SquarePen aliases
|
|
4022
4042
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4023
4043
|
export {
|
|
@@ -4038,12 +4058,6 @@ export {
|
|
|
4038
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4039
4059
|
default as LucidePercentSquare
|
|
4040
4060
|
} from '../icons/square-percent';
|
|
4041
|
-
// SquareParking aliases
|
|
4042
|
-
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4043
|
-
export {
|
|
4044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4045
|
-
default as LucideParkingSquare
|
|
4046
|
-
} from '../icons/square-parking';
|
|
4047
4061
|
// SquarePi aliases
|
|
4048
4062
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4049
4063
|
export {
|
|
@@ -4056,18 +4070,18 @@ export {
|
|
|
4056
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4057
4071
|
default as LucidePilcrowSquare
|
|
4058
4072
|
} from '../icons/square-pilcrow';
|
|
4059
|
-
// SquarePlus aliases
|
|
4060
|
-
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4063
|
-
default as LucidePlusSquare
|
|
4064
|
-
} from '../icons/square-plus';
|
|
4065
4073
|
// SquarePlay aliases
|
|
4066
4074
|
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4067
4075
|
export {
|
|
4068
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4069
4077
|
default as LucidePlaySquare
|
|
4070
4078
|
} from '../icons/square-play';
|
|
4079
|
+
// SquarePlus aliases
|
|
4080
|
+
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as LucidePlusSquare
|
|
4084
|
+
} from '../icons/square-plus';
|
|
4071
4085
|
// SquarePower aliases
|
|
4072
4086
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4073
4087
|
export {
|
|
@@ -4146,6 +4160,12 @@ export {
|
|
|
4146
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4147
4161
|
default as LucideAlignRight
|
|
4148
4162
|
} from '../icons/text-align-end';
|
|
4163
|
+
// TextAlignJustify aliases
|
|
4164
|
+
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4167
|
+
default as LucideAlignJustify
|
|
4168
|
+
} from '../icons/text-align-justify';
|
|
4149
4169
|
// TextAlignStart aliases
|
|
4150
4170
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4151
4171
|
export {
|
|
@@ -4156,12 +4176,6 @@ export {
|
|
|
4156
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4157
4177
|
default as LucideAlignLeft
|
|
4158
4178
|
} from '../icons/text-align-start';
|
|
4159
|
-
// TextAlignJustify aliases
|
|
4160
|
-
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4161
|
-
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4163
|
-
default as LucideAlignJustify
|
|
4164
|
-
} from '../icons/text-align-justify';
|
|
4165
4179
|
// TextInitial aliases
|
|
4166
4180
|
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4167
4181
|
export {
|
|
@@ -4210,18 +4224,18 @@ export {
|
|
|
4210
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4211
4225
|
default as LucideSchool2
|
|
4212
4226
|
} from '../icons/university';
|
|
4213
|
-
// UserRoundCheck aliases
|
|
4214
|
-
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4217
|
-
default as LucideUserCheck2
|
|
4218
|
-
} from '../icons/user-round-check';
|
|
4219
4227
|
// UserRoundCog aliases
|
|
4220
4228
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4221
4229
|
export {
|
|
4222
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4223
4231
|
default as LucideUserCog2
|
|
4224
4232
|
} from '../icons/user-round-cog';
|
|
4233
|
+
// UserRoundCheck aliases
|
|
4234
|
+
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4237
|
+
default as LucideUserCheck2
|
|
4238
|
+
} from '../icons/user-round-check';
|
|
4225
4239
|
// UserRoundMinus aliases
|
|
4226
4240
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4227
4241
|
export {
|
|
@@ -4234,30 +4248,30 @@ export {
|
|
|
4234
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4235
4249
|
default as LucideUserPlus2
|
|
4236
4250
|
} from '../icons/user-round-plus';
|
|
4237
|
-
// UserRound aliases
|
|
4238
|
-
export { default as LucideUserRound } from '../icons/user-round';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4241
|
-
default as LucideUser2
|
|
4242
|
-
} from '../icons/user-round';
|
|
4243
|
-
// UsersRound aliases
|
|
4244
|
-
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4245
|
-
export {
|
|
4246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4247
|
-
default as LucideUsers2
|
|
4248
|
-
} from '../icons/users-round';
|
|
4249
4251
|
// UserRoundX aliases
|
|
4250
4252
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4251
4253
|
export {
|
|
4252
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4253
4255
|
default as LucideUserX2
|
|
4254
4256
|
} from '../icons/user-round-x';
|
|
4257
|
+
// UserRound aliases
|
|
4258
|
+
export { default as LucideUserRound } from '../icons/user-round';
|
|
4259
|
+
export {
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4261
|
+
default as LucideUser2
|
|
4262
|
+
} from '../icons/user-round';
|
|
4255
4263
|
// UtensilsCrossed aliases
|
|
4256
4264
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4257
4265
|
export {
|
|
4258
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4259
4267
|
default as LucideForkKnifeCrossed
|
|
4260
4268
|
} from '../icons/utensils-crossed';
|
|
4269
|
+
// UsersRound aliases
|
|
4270
|
+
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as LucideUsers2
|
|
4274
|
+
} from '../icons/users-round';
|
|
4261
4275
|
// Utensils aliases
|
|
4262
4276
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4263
4277
|
export {
|