@lucide/astro 1.25.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/aliases/aliases.ts +136 -124
- package/src/aliases/prefixed.ts +701 -677
- package/src/aliases/suffixed.ts +1029 -1005
- package/src/icons/a-large-small.ts +1 -1
- package/src/icons/ambulance.ts +1 -1
- package/src/icons/barrel.ts +2 -2
- package/src/icons/bone-fracture.ts +1 -1
- package/src/icons/book-open-check.ts +2 -2
- package/src/icons/book-open-text.ts +2 -2
- package/src/icons/book-open.ts +2 -2
- package/src/icons/bot-off.ts +1 -1
- package/src/icons/captions.ts +1 -1
- package/src/icons/circle-fading-plus.ts +1 -1
- package/src/icons/columns-3-cog.ts +2 -2
- package/src/icons/diamond-minus.ts +1 -1
- package/src/icons/diamond-plus.ts +1 -1
- package/src/icons/feather.ts +2 -2
- package/src/icons/flag-triangle-left.ts +1 -1
- package/src/icons/gamepad-directional.ts +1 -1
- package/src/icons/git-merge-conflict.ts +1 -1
- package/src/icons/id-card-lanyard.ts +1 -1
- package/src/icons/index.ts +218 -210
- package/src/icons/keyboard-off.ts +1 -1
- package/src/icons/layers-plus.ts +1 -1
- package/src/icons/layout-freeform.ts +18 -0
- package/src/icons/lens-convex.ts +1 -1
- package/src/icons/line-squiggle.ts +1 -1
- package/src/icons/mic-audio-lines.ts +18 -0
- package/src/icons/mic-signal.ts +18 -0
- package/src/icons/mirror-rectangular.ts +1 -1
- package/src/icons/mirror-round.ts +1 -1
- package/src/icons/mosque.ts +18 -0
- package/src/icons/pilcrow-right.ts +1 -1
- package/src/icons/{history.ts → rotate-ccw-clock.ts} +4 -4
- package/src/icons/rotate-cw-fading-clock.ts +18 -0
- package/src/icons/{podcast.ts → scan-square.ts} +4 -4
- package/src/icons/scooter.ts +1 -1
- package/src/icons/search-alert.ts +1 -1
- package/src/icons/shield-keyhole.ts +18 -0
- package/src/icons/spline-pointer.ts +1 -1
- package/src/icons/square-arrow-right-enter.ts +1 -1
- package/src/icons/square-arrow-right-exit.ts +1 -1
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-off.ts +18 -0
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/squares-exclude.ts +1 -1
- package/src/icons/squares-intersect.ts +1 -1
- package/src/icons/squares-subtract.ts +1 -1
- package/src/icons/squares-unite.ts +1 -1
- package/src/icons/toilet.ts +1 -1
- package/src/icons/toolbox.ts +2 -2
- package/src/icons/trophy.ts +2 -2
- package/src/icons/truck.ts +1 -1
- package/src/icons/user-shield.ts +18 -0
- package/src/icons/van.ts +1 -1
- package/src/icons/zap-off.ts +2 -2
- package/src/icons/zap.ts +2 -2
package/src/aliases/prefixed.ts
CHANGED
|
@@ -16,16 +16,16 @@ export { default as LucideAirVent } from '../icons/air-vent';
|
|
|
16
16
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
17
17
|
// AlarmClockOff aliases
|
|
18
18
|
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
19
|
-
// AlarmClock aliases
|
|
20
|
-
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
|
+
// AlarmClock aliases
|
|
22
|
+
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as LucideAlbum } from '../icons/album';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenterHorizontal aliases
|
|
28
26
|
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
@@ -36,18 +36,18 @@ export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align
|
|
|
36
36
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyStart aliases
|
|
40
|
-
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
41
39
|
// AlignHorizontalJustifyCenter aliases
|
|
42
40
|
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
42
|
+
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalJustifyEnd aliases
|
|
46
44
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
49
47
|
// AlignHorizontalSpaceBetween aliases
|
|
50
48
|
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
51
51
|
// AlignStartVertical aliases
|
|
52
52
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -56,18 +56,18 @@ export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-v
|
|
|
56
56
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
58
58
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
61
|
// AlignVerticalJustifyEnd aliases
|
|
60
62
|
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
63
|
// AlignVerticalJustifyStart aliases
|
|
62
64
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
66
66
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
69
67
|
// AlignVerticalSpaceBetween aliases
|
|
70
68
|
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
69
|
+
// Ambulance aliases
|
|
70
|
+
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
73
73
|
// Ampersands aliases
|
|
@@ -82,34 +82,34 @@ export { default as LucideAngry } from '../icons/angry';
|
|
|
82
82
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
83
83
|
// Antenna aliases
|
|
84
84
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
85
|
-
// Anvil aliases
|
|
86
|
-
export { default as LucideAnvil } from '../icons/anvil';
|
|
87
85
|
// Aperture aliases
|
|
88
86
|
export { default as LucideAperture } from '../icons/aperture';
|
|
87
|
+
// Anvil aliases
|
|
88
|
+
export { default as LucideAnvil } from '../icons/anvil';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
91
91
|
// AppWindow aliases
|
|
92
92
|
export { default as LucideAppWindow } from '../icons/app-window';
|
|
93
|
-
// ArchiveRestore aliases
|
|
94
|
-
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
93
|
// Apple aliases
|
|
96
94
|
export { default as LucideApple } from '../icons/apple';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
99
97
|
// Archive aliases
|
|
100
98
|
export { default as LucideArchive } from '../icons/archive';
|
|
99
|
+
// ArchiveX aliases
|
|
100
|
+
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
101
101
|
// Armchair aliases
|
|
102
102
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
105
107
|
// ArrowBigLeftDash aliases
|
|
106
108
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
107
109
|
// ArrowBigLeft aliases
|
|
108
110
|
export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
109
111
|
// ArrowBigRightDash aliases
|
|
110
112
|
export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
@@ -124,10 +124,10 @@ export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
|
124
124
|
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownToDot aliases
|
|
128
|
-
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
@@ -162,10 +162,10 @@ export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
|
162
162
|
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
165
|
-
// ArrowUp aliases
|
|
166
|
-
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
|
+
// ArrowUp aliases
|
|
168
|
+
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
169
169
|
// Asterisk aliases
|
|
170
170
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
171
171
|
// Astroid aliases
|
|
@@ -178,10 +178,10 @@ export { default as LucideAtom } from '../icons/atom';
|
|
|
178
178
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
179
179
|
// AudioWaveform aliases
|
|
180
180
|
export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as LucideAxe } from '../icons/axe';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as LucideAward } from '../icons/award';
|
|
183
|
+
// Axe aliases
|
|
184
|
+
export { default as LucideAxe } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as LucideBaby } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
@@ -192,10 +192,10 @@ export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
|
192
192
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeEuro aliases
|
|
196
|
-
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
197
195
|
// BadgeIndianRupee aliases
|
|
198
196
|
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
197
|
+
// BadgeEuro aliases
|
|
198
|
+
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
199
199
|
// BadgeInfo aliases
|
|
200
200
|
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
@@ -212,62 +212,62 @@ export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterli
|
|
|
212
212
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
214
214
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeX aliases
|
|
216
|
-
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as LucideBadge } from '../icons/badge';
|
|
221
|
-
// BaggageClaim aliases
|
|
222
|
-
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
223
221
|
// Balloon aliases
|
|
224
222
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
223
|
+
// BaggageClaim aliases
|
|
224
|
+
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as LucideBan } from '../icons/ban';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as LucideBandage } from '../icons/bandage';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as LucideBanana } from '../icons/banana';
|
|
231
|
-
//
|
|
232
|
-
export { default as
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as LucideBandage } from '../icons/bandage';
|
|
233
231
|
// BanknoteArrowUp aliases
|
|
234
232
|
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteCheck aliases
|
|
236
234
|
export { default as LucideBanknoteCheck } from '../icons/banknote-check';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
237
|
+
// BanknoteArrowDown aliases
|
|
238
|
+
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
241
|
-
// Barrel aliases
|
|
242
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Barrel aliases
|
|
244
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
251
247
|
// Bath aliases
|
|
252
248
|
export { default as LucideBath } from '../icons/bath';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
251
|
+
// BatteryCharging aliases
|
|
252
|
+
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
253
253
|
// BatteryLow aliases
|
|
254
254
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
255
255
|
// BatteryMedium aliases
|
|
256
256
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
259
|
-
// Battery aliases
|
|
260
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as LucideBattery } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
267
|
-
// BedDouble aliases
|
|
268
|
-
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
269
267
|
// Bean aliases
|
|
270
268
|
export { default as LucideBean } from '../icons/bean';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
@@ -304,18 +304,18 @@ export { default as LucideBetweenVerticalStart } from '../icons/between-vertical
|
|
|
304
304
|
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as LucideBike } from '../icons/bike';
|
|
307
|
-
// Binary aliases
|
|
308
|
-
export { default as LucideBinary } from '../icons/binary';
|
|
309
307
|
// Binoculars aliases
|
|
310
308
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
309
|
+
// Binary aliases
|
|
310
|
+
export { default as LucideBinary } from '../icons/binary';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as LucideBird } from '../icons/bird';
|
|
313
315
|
// Birdhouse aliases
|
|
314
316
|
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
315
317
|
// Bitcoin aliases
|
|
316
318
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
317
|
-
// Bird aliases
|
|
318
|
-
export { default as LucideBird } from '../icons/bird';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as LucideBlend } from '../icons/blend';
|
|
321
321
|
// Blender aliases
|
|
@@ -330,22 +330,22 @@ export { default as LucideBluetoothConnected } from '../icons/bluetooth-connecte
|
|
|
330
330
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
331
331
|
// BluetoothSearching aliases
|
|
332
332
|
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
333
|
-
// Bold aliases
|
|
334
|
-
export { default as LucideBold } from '../icons/bold';
|
|
335
333
|
// Bluetooth aliases
|
|
336
334
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
335
|
+
// Bold aliases
|
|
336
|
+
export { default as LucideBold } from '../icons/bold';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as LucideBolt } from '../icons/bolt';
|
|
339
|
-
//
|
|
340
|
-
export { default as
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as LucideBomb } from '../icons/bomb';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as LucideBoneFracture } from '../icons/bone-fracture';
|
|
343
|
+
// Bone aliases
|
|
344
|
+
export { default as LucideBone } from '../icons/bone';
|
|
343
345
|
// BookA aliases
|
|
344
346
|
export { default as LucideBookA } from '../icons/book-a';
|
|
345
347
|
// BookAlert aliases
|
|
346
348
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
347
|
-
// Bomb aliases
|
|
348
|
-
export { default as LucideBomb } from '../icons/bomb';
|
|
349
349
|
// BookAudio aliases
|
|
350
350
|
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
351
351
|
// BookCheck aliases
|
|
@@ -354,10 +354,10 @@ export { default as LucideBookCheck } from '../icons/book-check';
|
|
|
354
354
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
357
|
-
// BookHeart aliases
|
|
358
|
-
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
359
357
|
// BookHeadphones aliases
|
|
360
358
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
359
|
+
// BookHeart aliases
|
|
360
|
+
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
363
363
|
// BookKey aliases
|
|
@@ -374,22 +374,22 @@ export { default as LucideBookOpenCheck } from '../icons/book-open-check';
|
|
|
374
374
|
export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
375
375
|
// BookOpen aliases
|
|
376
376
|
export { default as LucideBookOpen } from '../icons/book-open';
|
|
377
|
-
// BookSearch aliases
|
|
378
|
-
export { default as LucideBookSearch } from '../icons/book-search';
|
|
379
377
|
// BookPlus aliases
|
|
380
378
|
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
379
|
+
// BookSearch aliases
|
|
380
|
+
export { default as LucideBookSearch } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as LucideBookText } from '../icons/book-text';
|
|
383
383
|
// BookType aliases
|
|
384
384
|
export { default as LucideBookType } from '../icons/book-type';
|
|
385
|
-
// BookUp2 aliases
|
|
386
|
-
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
387
385
|
// BookUp aliases
|
|
388
386
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
389
|
-
//
|
|
390
|
-
export { default as
|
|
387
|
+
// BookUp2 aliases
|
|
388
|
+
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as LucideBookX } from '../icons/book-x';
|
|
391
|
+
// BookUser aliases
|
|
392
|
+
export { default as LucideBookUser } from '../icons/book-user';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as LucideBook } from '../icons/book';
|
|
395
395
|
// BookmarkCheck aliases
|
|
@@ -406,38 +406,38 @@ export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
|
406
406
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
407
407
|
// BoomBox aliases
|
|
408
408
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
409
|
+
// BotOff aliases
|
|
410
|
+
export { default as LucideBotOff } from '../icons/bot-off';
|
|
409
411
|
// BotMessageSquare aliases
|
|
410
412
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
411
413
|
// Bot aliases
|
|
412
414
|
export { default as LucideBot } from '../icons/bot';
|
|
413
|
-
// BotOff aliases
|
|
414
|
-
export { default as LucideBotOff } from '../icons/bot-off';
|
|
415
|
-
// BottleWine aliases
|
|
416
|
-
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
417
415
|
// BowArrow aliases
|
|
418
416
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
419
|
-
//
|
|
420
|
-
export { default as
|
|
417
|
+
// BottleWine aliases
|
|
418
|
+
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
421
419
|
// Box aliases
|
|
422
420
|
export { default as LucideBox } from '../icons/box';
|
|
423
421
|
// Brackets aliases
|
|
424
422
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
423
|
+
// Boxes aliases
|
|
424
|
+
export { default as LucideBoxes } from '../icons/boxes';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
427
|
-
// Brain aliases
|
|
428
|
-
export { default as LucideBrain } from '../icons/brain';
|
|
429
427
|
// BrainCog aliases
|
|
430
428
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as LucideBrain } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
433
433
|
// BrickWall aliases
|
|
434
434
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
435
|
+
// BriefcaseBusiness aliases
|
|
436
|
+
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
435
437
|
// BrickWallShield aliases
|
|
436
438
|
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
437
439
|
// BriefcaseConveyorBelt aliases
|
|
438
440
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
439
|
-
// BriefcaseBusiness aliases
|
|
440
|
-
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
@@ -448,28 +448,28 @@ export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
|
448
448
|
export { default as LucideBroccoli } from '../icons/broccoli';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
451
|
+
// Brush aliases
|
|
452
|
+
export { default as LucideBrush } from '../icons/brush';
|
|
451
453
|
// Bubbles aliases
|
|
452
454
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
453
455
|
// BugOff aliases
|
|
454
456
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
455
|
-
//
|
|
456
|
-
export { default as
|
|
457
|
+
// Bug aliases
|
|
458
|
+
export { default as LucideBug } from '../icons/bug';
|
|
457
459
|
// BugPlay aliases
|
|
458
460
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
459
461
|
// Building2 aliases
|
|
460
462
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as LucideBuilding } from '../icons/building';
|
|
463
|
-
// Bug aliases
|
|
464
|
-
export { default as LucideBug } from '../icons/bug';
|
|
465
465
|
// BusFront aliases
|
|
466
466
|
export { default as LucideBusFront } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as LucideBus } from '../icons/bus';
|
|
469
|
-
// CakeSlice aliases
|
|
470
|
-
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
471
469
|
// CableCar aliases
|
|
472
470
|
export { default as LucideCableCar } from '../icons/cable-car';
|
|
471
|
+
// CakeSlice aliases
|
|
472
|
+
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
473
473
|
// Cable aliases
|
|
474
474
|
export { default as LucideCable } from '../icons/cable';
|
|
475
475
|
// Cake aliases
|
|
@@ -480,42 +480,42 @@ export { default as LucideCalculator } from '../icons/calculator';
|
|
|
480
480
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
482
482
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
483
|
-
// CalendarArrowUp aliases
|
|
484
|
-
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
485
|
-
// CalendarCheck2 aliases
|
|
486
|
-
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
487
483
|
// CalendarCheck aliases
|
|
488
484
|
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
485
|
+
// CalendarArrowUp aliases
|
|
486
|
+
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
489
487
|
// CalendarClock aliases
|
|
490
488
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
489
|
+
// CalendarCheck2 aliases
|
|
490
|
+
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
491
491
|
// CalendarCog aliases
|
|
492
492
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
493
493
|
// CalendarDays aliases
|
|
494
494
|
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
495
|
-
// CalendarFold aliases
|
|
496
|
-
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
497
|
-
// CalendarHeart aliases
|
|
498
|
-
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
499
495
|
// CalendarMinus2 aliases
|
|
500
496
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
497
|
+
// CalendarHeart aliases
|
|
498
|
+
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
499
|
+
// CalendarFold aliases
|
|
500
|
+
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
503
|
+
// CalendarOff aliases
|
|
504
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
503
505
|
// CalendarPlus2 aliases
|
|
504
506
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
505
507
|
// CalendarPlus aliases
|
|
506
508
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
507
|
-
// CalendarOff aliases
|
|
508
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
509
509
|
// CalendarRange aliases
|
|
510
510
|
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
511
511
|
// CalendarSearch aliases
|
|
512
512
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
515
|
-
// CalendarX2 aliases
|
|
516
|
-
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
517
515
|
// CalendarX aliases
|
|
518
516
|
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
517
|
+
// CalendarX2 aliases
|
|
518
|
+
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
519
519
|
// Calendar aliases
|
|
520
520
|
export { default as LucideCalendar } from '../icons/calendar';
|
|
521
521
|
// Calendars aliases
|
|
@@ -538,12 +538,12 @@ export { default as LucideCannabis } from '../icons/cannabis';
|
|
|
538
538
|
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
541
|
-
// CarTaxiFront aliases
|
|
542
|
-
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
543
541
|
// Car aliases
|
|
544
542
|
export { default as LucideCar } from '../icons/car';
|
|
545
543
|
// Caravan aliases
|
|
546
544
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
545
|
+
// CarTaxiFront aliases
|
|
546
|
+
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
547
547
|
// CardSim aliases
|
|
548
548
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
549
549
|
// Carrot aliases
|
|
@@ -552,10 +552,10 @@ export { default as LucideCarrot } from '../icons/carrot';
|
|
|
552
552
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
553
553
|
// CaseSensitive aliases
|
|
554
554
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
555
|
-
// CassetteTape aliases
|
|
556
|
-
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
557
555
|
// CaseUpper aliases
|
|
558
556
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
557
|
+
// CassetteTape aliases
|
|
558
|
+
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
559
559
|
// Cast aliases
|
|
560
560
|
export { default as LucideCast } from '../icons/cast';
|
|
561
561
|
// Castle aliases
|
|
@@ -574,10 +574,10 @@ export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasi
|
|
|
574
574
|
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
575
575
|
// ChartColumnDecreasing aliases
|
|
576
576
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
577
|
-
// ChartColumnStacked aliases
|
|
578
|
-
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
579
577
|
// ChartGantt aliases
|
|
580
578
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
579
|
+
// ChartColumnStacked aliases
|
|
580
|
+
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -590,10 +590,10 @@ export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
|
590
590
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
591
591
|
// CheckLine aliases
|
|
592
592
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
593
|
-
// Check aliases
|
|
594
|
-
export { default as LucideCheck } from '../icons/check';
|
|
595
593
|
// ChefHat aliases
|
|
596
594
|
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
595
|
+
// Check aliases
|
|
596
|
+
export { default as LucideCheck } from '../icons/check';
|
|
597
597
|
// Cherry aliases
|
|
598
598
|
export { default as LucideCherry } from '../icons/cherry';
|
|
599
599
|
// ChessBishop aliases
|
|
@@ -608,16 +608,16 @@ export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
|
608
608
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
609
609
|
// ChessRook aliases
|
|
610
610
|
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
611
|
-
// ChevronDown aliases
|
|
612
|
-
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
613
611
|
// ChevronFirst aliases
|
|
614
612
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
613
|
+
// ChevronDown aliases
|
|
614
|
+
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
615
615
|
// ChevronLast aliases
|
|
616
616
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
617
|
-
// ChevronRight aliases
|
|
618
|
-
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
619
617
|
// ChevronLeft aliases
|
|
620
618
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
619
|
+
// ChevronRight aliases
|
|
620
|
+
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
621
621
|
// ChevronUp aliases
|
|
622
622
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
623
623
|
// ChevronsDownUp aliases
|
|
@@ -628,32 +628,32 @@ export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
|
628
628
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
629
629
|
// ChevronsLeftRight aliases
|
|
630
630
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
631
|
-
// ChevronsLeft aliases
|
|
632
|
-
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
633
631
|
// ChevronsRightLeft aliases
|
|
634
632
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
633
|
+
// ChevronsLeft aliases
|
|
634
|
+
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
635
635
|
// ChevronsRight aliases
|
|
636
636
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
637
637
|
// ChevronsUpDown aliases
|
|
638
638
|
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
639
639
|
// ChevronsUp aliases
|
|
640
640
|
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
641
|
-
// Church aliases
|
|
642
|
-
export { default as LucideChurch } from '../icons/church';
|
|
643
641
|
// CigaretteOff aliases
|
|
644
642
|
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
643
|
+
// Church aliases
|
|
644
|
+
export { default as LucideChurch } from '../icons/church';
|
|
645
645
|
// Cigarette aliases
|
|
646
646
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
647
647
|
// CircleDashed aliases
|
|
648
648
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDotDashed aliases
|
|
650
|
-
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
651
649
|
// CircleDollarSign aliases
|
|
652
650
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
651
|
+
// CircleDotDashed aliases
|
|
652
|
+
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
655
653
|
// CircleEllipsis aliases
|
|
656
654
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
655
|
+
// CircleDot aliases
|
|
656
|
+
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
659
659
|
// CircleEuro aliases
|
|
@@ -674,46 +674,46 @@ export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
|
674
674
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
675
675
|
// CircleStar aliases
|
|
676
676
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
677
|
-
// Circle aliases
|
|
678
|
-
export { default as LucideCircle } from '../icons/circle';
|
|
679
677
|
// CircuitBoard aliases
|
|
680
678
|
export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
679
|
+
// Circle aliases
|
|
680
|
+
export { default as LucideCircle } from '../icons/circle';
|
|
681
681
|
// Citrus aliases
|
|
682
682
|
export { default as LucideCitrus } from '../icons/citrus';
|
|
683
683
|
// Clapperboard aliases
|
|
684
684
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
685
685
|
// ClipboardCheck aliases
|
|
686
686
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
687
|
+
// ClipboardClock aliases
|
|
688
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
687
689
|
// ClipboardCopy aliases
|
|
688
690
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
689
691
|
// ClipboardList aliases
|
|
690
692
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
691
|
-
// ClipboardClock aliases
|
|
692
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
693
693
|
// ClipboardMinus aliases
|
|
694
694
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
695
|
-
// ClipboardPlus aliases
|
|
696
|
-
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
697
695
|
// ClipboardPaste aliases
|
|
698
696
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// ClipboardPlus aliases
|
|
698
|
+
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
701
699
|
// ClipboardType aliases
|
|
702
700
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
705
|
-
// Clock10 aliases
|
|
706
|
-
export { default as LucideClock10 } from '../icons/clock-10';
|
|
701
|
+
// ClipboardX aliases
|
|
702
|
+
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
707
703
|
// Clock1 aliases
|
|
708
704
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
705
|
+
// Clock10 aliases
|
|
706
|
+
export { default as LucideClock10 } from '../icons/clock-10';
|
|
709
707
|
// Clock11 aliases
|
|
710
708
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
709
|
+
// Clipboard aliases
|
|
710
|
+
export { default as LucideClipboard } from '../icons/clipboard';
|
|
711
711
|
// Clock12 aliases
|
|
712
712
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
713
|
-
// Clock3 aliases
|
|
714
|
-
export { default as LucideClock3 } from '../icons/clock-3';
|
|
715
713
|
// Clock2 aliases
|
|
716
714
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
715
|
+
// Clock3 aliases
|
|
716
|
+
export { default as LucideClock3 } from '../icons/clock-3';
|
|
717
717
|
// Clock4 aliases
|
|
718
718
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
719
719
|
// Clock5 aliases
|
|
@@ -732,20 +732,20 @@ export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
|
732
732
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
733
733
|
// ClockArrowLeft aliases
|
|
734
734
|
export { default as LucideClockArrowLeft } from '../icons/clock-arrow-left';
|
|
735
|
+
// ClockArrowRight aliases
|
|
736
|
+
export { default as LucideClockArrowRight } from '../icons/clock-arrow-right';
|
|
735
737
|
// ClockArrowUp aliases
|
|
736
738
|
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
737
739
|
// ClockCheck aliases
|
|
738
740
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
739
|
-
// ClockArrowRight aliases
|
|
740
|
-
export { default as LucideClockArrowRight } from '../icons/clock-arrow-right';
|
|
741
741
|
// ClockFading aliases
|
|
742
742
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
743
743
|
// ClockPlus aliases
|
|
744
744
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
745
|
-
// ClosedCaption aliases
|
|
746
|
-
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
747
745
|
// Clock aliases
|
|
748
746
|
export { default as LucideClock } from '../icons/clock';
|
|
747
|
+
// ClosedCaption aliases
|
|
748
|
+
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
749
749
|
// CloudAlert aliases
|
|
750
750
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
751
751
|
// CloudBackup aliases
|
|
@@ -774,26 +774,26 @@ export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
|
774
774
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
775
775
|
// CloudSnow aliases
|
|
776
776
|
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
777
|
-
// CloudSun aliases
|
|
778
|
-
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
779
777
|
// CloudSunRain aliases
|
|
780
778
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
779
|
+
// CloudSun aliases
|
|
780
|
+
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
781
781
|
// CloudSync aliases
|
|
782
782
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
783
783
|
// Cloud aliases
|
|
784
784
|
export { default as LucideCloud } from '../icons/cloud';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as LucideClover } from '../icons/clover';
|
|
787
785
|
// Cloudy aliases
|
|
788
786
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
787
|
+
// Clover aliases
|
|
788
|
+
export { default as LucideClover } from '../icons/clover';
|
|
789
789
|
// Club aliases
|
|
790
790
|
export { default as LucideClub } from '../icons/club';
|
|
791
791
|
// Code aliases
|
|
792
792
|
export { default as LucideCode } from '../icons/code';
|
|
793
|
-
// Cog aliases
|
|
794
|
-
export { default as LucideCog } from '../icons/cog';
|
|
795
793
|
// Coffee aliases
|
|
796
794
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
795
|
+
// Cog aliases
|
|
796
|
+
export { default as LucideCog } from '../icons/cog';
|
|
797
797
|
// Coins aliases
|
|
798
798
|
export { default as LucideCoins } from '../icons/coins';
|
|
799
799
|
// Columns4 aliases
|
|
@@ -802,52 +802,52 @@ export { default as LucideColumns4 } from '../icons/columns-4';
|
|
|
802
802
|
export { default as LucideCombine } from '../icons/combine';
|
|
803
803
|
// Command aliases
|
|
804
804
|
export { default as LucideCommand } from '../icons/command';
|
|
805
|
-
// Compass aliases
|
|
806
|
-
export { default as LucideCompass } from '../icons/compass';
|
|
807
805
|
// Component aliases
|
|
808
806
|
export { default as LucideComponent } from '../icons/component';
|
|
807
|
+
// Compass aliases
|
|
808
|
+
export { default as LucideCompass } from '../icons/compass';
|
|
809
|
+
// Computer aliases
|
|
810
|
+
export { default as LucideComputer } from '../icons/computer';
|
|
809
811
|
// ConciergeBell aliases
|
|
810
812
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
811
813
|
// Cone aliases
|
|
812
814
|
export { default as LucideCone } from '../icons/cone';
|
|
813
|
-
// Computer aliases
|
|
814
|
-
export { default as LucideComputer } from '../icons/computer';
|
|
815
|
-
// Contact aliases
|
|
816
|
-
export { default as LucideContact } from '../icons/contact';
|
|
817
815
|
// Construction aliases
|
|
818
816
|
export { default as LucideConstruction } from '../icons/construction';
|
|
817
|
+
// Contact aliases
|
|
818
|
+
export { default as LucideContact } from '../icons/contact';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as LucideContainer } from '../icons/container';
|
|
821
821
|
// Contrast aliases
|
|
822
822
|
export { default as LucideContrast } from '../icons/contrast';
|
|
823
|
-
// CookingPot aliases
|
|
824
|
-
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
825
823
|
// Cookie aliases
|
|
826
824
|
export { default as LucideCookie } from '../icons/cookie';
|
|
825
|
+
// CookingPot aliases
|
|
826
|
+
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
827
827
|
// CopyCheck aliases
|
|
828
828
|
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
829
|
-
// CopyMinus aliases
|
|
830
|
-
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
831
829
|
// CopyPlus aliases
|
|
832
830
|
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// CopyMinus aliases
|
|
832
|
+
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
835
833
|
// CopySlash aliases
|
|
836
834
|
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
835
|
+
// CopyX aliases
|
|
836
|
+
export { default as LucideCopyX } from '../icons/copy-x';
|
|
837
837
|
// Copy aliases
|
|
838
838
|
export { default as LucideCopy } from '../icons/copy';
|
|
839
839
|
// Copyleft aliases
|
|
840
840
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
841
841
|
// Copyright aliases
|
|
842
842
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
843
|
-
// CornerDownLeft aliases
|
|
844
|
-
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
845
|
-
// CornerLeftDown aliases
|
|
846
|
-
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
847
843
|
// CornerDownRight aliases
|
|
848
844
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
845
|
+
// CornerDownLeft aliases
|
|
846
|
+
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
849
847
|
// CornerLeftUp aliases
|
|
850
848
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
849
|
+
// CornerLeftDown aliases
|
|
850
|
+
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
851
851
|
// CornerRightDown aliases
|
|
852
852
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
853
853
|
// CornerRightUp aliases
|
|
@@ -878,16 +878,16 @@ export { default as LucideCuboid } from '../icons/cuboid';
|
|
|
878
878
|
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
879
879
|
// Currency aliases
|
|
880
880
|
export { default as LucideCurrency } from '../icons/currency';
|
|
881
|
+
// Cylinder aliases
|
|
882
|
+
export { default as LucideCylinder } from '../icons/cylinder';
|
|
881
883
|
// Dam aliases
|
|
882
884
|
export { default as LucideDam } from '../icons/dam';
|
|
883
885
|
// DatabaseArrowDown aliases
|
|
884
886
|
export { default as LucideDatabaseArrowDown } from '../icons/database-arrow-down';
|
|
885
|
-
// DatabaseArrowUp aliases
|
|
886
|
-
export { default as LucideDatabaseArrowUp } from '../icons/database-arrow-up';
|
|
887
|
-
// Cylinder aliases
|
|
888
|
-
export { default as LucideCylinder } from '../icons/cylinder';
|
|
889
887
|
// DatabaseBackup aliases
|
|
890
888
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
889
|
+
// DatabaseArrowUp aliases
|
|
890
|
+
export { default as LucideDatabaseArrowUp } from '../icons/database-arrow-up';
|
|
891
891
|
// DatabaseCheck aliases
|
|
892
892
|
export { default as LucideDatabaseCheck } from '../icons/database-check';
|
|
893
893
|
// DatabaseMinus aliases
|
|
@@ -914,18 +914,18 @@ export { default as LucideDessert } from '../icons/dessert';
|
|
|
914
914
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
915
915
|
// DiamondMinus aliases
|
|
916
916
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
917
|
-
// Diamond aliases
|
|
918
|
-
export { default as LucideDiamond } from '../icons/diamond';
|
|
919
917
|
// DiamondPlus aliases
|
|
920
918
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
921
|
-
//
|
|
922
|
-
export { default as
|
|
919
|
+
// Diamond aliases
|
|
920
|
+
export { default as LucideDiamond } from '../icons/diamond';
|
|
923
921
|
// Dice1 aliases
|
|
924
922
|
export { default as LucideDice1 } from '../icons/dice-1';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Dice2 aliases
|
|
924
|
+
export { default as LucideDice2 } from '../icons/dice-2';
|
|
927
925
|
// Dice4 aliases
|
|
928
926
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
927
|
+
// Dice3 aliases
|
|
928
|
+
export { default as LucideDice3 } from '../icons/dice-3';
|
|
929
929
|
// Dice5 aliases
|
|
930
930
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
931
931
|
// Dice6 aliases
|
|
@@ -944,10 +944,10 @@ export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
|
944
944
|
export { default as LucideDisc } from '../icons/disc';
|
|
945
945
|
// Divide aliases
|
|
946
946
|
export { default as LucideDivide } from '../icons/divide';
|
|
947
|
-
// DnaOff aliases
|
|
948
|
-
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
949
947
|
// Dna aliases
|
|
950
948
|
export { default as LucideDna } from '../icons/dna';
|
|
949
|
+
// DnaOff aliases
|
|
950
|
+
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
951
951
|
// Dock aliases
|
|
952
952
|
export { default as LucideDock } from '../icons/dock';
|
|
953
953
|
// Dog aliases
|
|
@@ -962,10 +962,10 @@ export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
|
962
962
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
963
963
|
// DoorOpen aliases
|
|
964
964
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
965
|
-
// Download aliases
|
|
966
|
-
export { default as LucideDownload } from '../icons/download';
|
|
967
965
|
// Dot aliases
|
|
968
966
|
export { default as LucideDot } from '../icons/dot';
|
|
967
|
+
// Download aliases
|
|
968
|
+
export { default as LucideDownload } from '../icons/download';
|
|
969
969
|
// DraftingCompass aliases
|
|
970
970
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
971
971
|
// Drama aliases
|
|
@@ -976,10 +976,10 @@ export { default as LucideDrill } from '../icons/drill';
|
|
|
976
976
|
export { default as LucideDrone } from '../icons/drone';
|
|
977
977
|
// DropletOff aliases
|
|
978
978
|
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
979
|
-
// Droplets aliases
|
|
980
|
-
export { default as LucideDroplets } from '../icons/droplets';
|
|
981
979
|
// Droplet aliases
|
|
982
980
|
export { default as LucideDroplet } from '../icons/droplet';
|
|
981
|
+
// Droplets aliases
|
|
982
|
+
export { default as LucideDroplets } from '../icons/droplets';
|
|
983
983
|
// Drum aliases
|
|
984
984
|
export { default as LucideDrum } from '../icons/drum';
|
|
985
985
|
// Drumstick aliases
|
|
@@ -996,14 +996,14 @@ export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
|
996
996
|
export { default as LucideEclipse } from '../icons/eclipse';
|
|
997
997
|
// EggFried aliases
|
|
998
998
|
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
999
|
-
// EggOff aliases
|
|
1000
|
-
export { default as LucideEggOff } from '../icons/egg-off';
|
|
1001
999
|
// Egg aliases
|
|
1002
1000
|
export { default as LucideEgg } from '../icons/egg';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1001
|
+
// EggOff aliases
|
|
1002
|
+
export { default as LucideEggOff } from '../icons/egg-off';
|
|
1005
1003
|
// Ellipse aliases
|
|
1006
1004
|
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1005
|
+
// EqualApproximately aliases
|
|
1006
|
+
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
1009
1009
|
// Equal aliases
|
|
@@ -1032,10 +1032,10 @@ export { default as LucideEye } from '../icons/eye';
|
|
|
1032
1032
|
export { default as LucideFactory } from '../icons/factory';
|
|
1033
1033
|
// Fan aliases
|
|
1034
1034
|
export { default as LucideFan } from '../icons/fan';
|
|
1035
|
-
// Feather aliases
|
|
1036
|
-
export { default as LucideFeather } from '../icons/feather';
|
|
1037
1035
|
// FastForward aliases
|
|
1038
1036
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1037
|
+
// Feather aliases
|
|
1038
|
+
export { default as LucideFeather } from '../icons/feather';
|
|
1039
1039
|
// Fence aliases
|
|
1040
1040
|
export { default as LucideFence } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
@@ -1060,6 +1060,8 @@ export { default as LucideFileDown } from '../icons/file-down';
|
|
|
1060
1060
|
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1061
1061
|
// FileImage aliases
|
|
1062
1062
|
export { default as LucideFileImage } from '../icons/file-image';
|
|
1063
|
+
// FileInput aliases
|
|
1064
|
+
export { default as LucideFileInput } from '../icons/file-input';
|
|
1063
1065
|
// FileMinus aliases
|
|
1064
1066
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1065
1067
|
// FileMusic aliases
|
|
@@ -1068,24 +1070,22 @@ export { default as LucideFileMusic } from '../icons/file-music';
|
|
|
1068
1070
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1069
1071
|
// FilePlus aliases
|
|
1070
1072
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1071
|
-
// FileInput aliases
|
|
1072
|
-
export { default as LucideFileInput } from '../icons/file-input';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1075
1075
|
// FileSearch aliases
|
|
1076
1076
|
export { default as LucideFileSearch } from '../icons/file-search';
|
|
1077
1077
|
// FileSliders aliases
|
|
1078
1078
|
export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
1079
|
-
// FileSpreadsheet aliases
|
|
1080
|
-
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1081
1079
|
// FileStack aliases
|
|
1082
1080
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1083
|
-
// FileText aliases
|
|
1084
|
-
export { default as LucideFileText } from '../icons/file-text';
|
|
1085
|
-
// FileTerminal aliases
|
|
1086
|
-
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1087
1081
|
// FileSymlink aliases
|
|
1088
1082
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1083
|
+
// FileSpreadsheet aliases
|
|
1084
|
+
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1087
|
+
// FileText aliases
|
|
1088
|
+
export { default as LucideFileText } from '../icons/file-text';
|
|
1089
1089
|
// FileType aliases
|
|
1090
1090
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1091
1091
|
// FileUp aliases
|
|
@@ -1102,12 +1102,12 @@ export { default as LucideFile } from '../icons/file';
|
|
|
1102
1102
|
export { default as LucideFiles } from '../icons/files';
|
|
1103
1103
|
// Film aliases
|
|
1104
1104
|
export { default as LucideFilm } from '../icons/film';
|
|
1105
|
-
// FireExtinguisher aliases
|
|
1106
|
-
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1107
1105
|
// FishOff aliases
|
|
1108
1106
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1109
1107
|
// FishSymbol aliases
|
|
1110
1108
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1109
|
+
// FireExtinguisher aliases
|
|
1110
|
+
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1111
1111
|
// Fish aliases
|
|
1112
1112
|
export { default as LucideFish } from '../icons/fish';
|
|
1113
1113
|
// FishingHook aliases
|
|
@@ -1118,28 +1118,28 @@ export { default as LucideFishingRod } from '../icons/fishing-rod';
|
|
|
1118
1118
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1119
1119
|
// FlagTriangleLeft aliases
|
|
1120
1120
|
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1121
|
-
// FlagTriangleRight aliases
|
|
1122
|
-
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1123
1121
|
// Flag aliases
|
|
1124
1122
|
export { default as LucideFlag } from '../icons/flag';
|
|
1123
|
+
// FlagTriangleRight aliases
|
|
1124
|
+
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1125
1125
|
// FlameKindling aliases
|
|
1126
1126
|
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1127
1127
|
// Flame aliases
|
|
1128
1128
|
export { default as LucideFlame } from '../icons/flame';
|
|
1129
1129
|
// FlashlightOff aliases
|
|
1130
1130
|
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1131
|
-
// FlaskConicalOff aliases
|
|
1132
|
-
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1133
1131
|
// Flashlight aliases
|
|
1134
1132
|
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1133
|
+
// FlaskConicalOff aliases
|
|
1134
|
+
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1137
1137
|
// FlaskRound aliases
|
|
1138
1138
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1139
|
-
// FlipVertical2 aliases
|
|
1140
|
-
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1141
1139
|
// FlipHorizontal2 aliases
|
|
1142
1140
|
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1141
|
+
// FlipVertical2 aliases
|
|
1142
|
+
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1143
1143
|
// Flower2 aliases
|
|
1144
1144
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1145
1145
|
// Flower aliases
|
|
@@ -1158,10 +1158,10 @@ export { default as LucideFolderBookmark } from '../icons/folder-bookmark';
|
|
|
1158
1158
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1159
1159
|
// FolderClock aliases
|
|
1160
1160
|
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1161
|
-
// FolderCode aliases
|
|
1162
|
-
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1163
1161
|
// FolderClosed aliases
|
|
1164
1162
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1163
|
+
// FolderCode aliases
|
|
1164
|
+
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1165
1165
|
// FolderDot aliases
|
|
1166
1166
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1167
1167
|
// FolderDown aliases
|
|
@@ -1176,10 +1176,10 @@ export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
|
1176
1176
|
export { default as LucideFolderInput } from '../icons/folder-input';
|
|
1177
1177
|
// FolderKanban aliases
|
|
1178
1178
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1179
|
-
// FolderLock aliases
|
|
1180
|
-
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1181
1179
|
// FolderKey aliases
|
|
1182
1180
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1181
|
+
// FolderLock aliases
|
|
1182
|
+
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1183
1183
|
// FolderMinus aliases
|
|
1184
1184
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1185
1185
|
// FolderOpenDot aliases
|
|
@@ -1214,18 +1214,18 @@ export { default as LucideFolders } from '../icons/folders';
|
|
|
1214
1214
|
export { default as LucideFootprints } from '../icons/footprints';
|
|
1215
1215
|
// Forklift aliases
|
|
1216
1216
|
export { default as LucideForklift } from '../icons/forklift';
|
|
1217
|
-
// Forward aliases
|
|
1218
|
-
export { default as LucideForward } from '../icons/forward';
|
|
1219
1217
|
// Form aliases
|
|
1220
1218
|
export { default as LucideForm } from '../icons/form';
|
|
1219
|
+
// Forward aliases
|
|
1220
|
+
export { default as LucideForward } from '../icons/forward';
|
|
1221
1221
|
// Frame aliases
|
|
1222
1222
|
export { default as LucideFrame } from '../icons/frame';
|
|
1223
|
-
// Frown aliases
|
|
1224
|
-
export { default as LucideFrown } from '../icons/frown';
|
|
1225
1223
|
// Fuel aliases
|
|
1226
1224
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1227
1225
|
// Fullscreen aliases
|
|
1228
1226
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1227
|
+
// Frown aliases
|
|
1228
|
+
export { default as LucideFrown } from '../icons/frown';
|
|
1229
1229
|
// FunnelPlus aliases
|
|
1230
1230
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1231
1231
|
// GalleryHorizontalEnd aliases
|
|
@@ -1248,20 +1248,20 @@ export { default as LucideGamepadDirectional } from '../icons/gamepad-directiona
|
|
|
1248
1248
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1249
1249
|
// Gavel aliases
|
|
1250
1250
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1251
|
-
// GeorgianLari aliases
|
|
1252
|
-
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1253
1251
|
// Gem aliases
|
|
1254
1252
|
export { default as LucideGem } from '../icons/gem';
|
|
1253
|
+
// GeorgianLari aliases
|
|
1254
|
+
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1255
1255
|
// Ghost aliases
|
|
1256
1256
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1257
1257
|
// Gift aliases
|
|
1258
1258
|
export { default as LucideGift } from '../icons/gift';
|
|
1259
1259
|
// GitBranchMinus aliases
|
|
1260
1260
|
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1261
|
-
// GitBranchPlus aliases
|
|
1262
|
-
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1263
1261
|
// GitBranch aliases
|
|
1264
1262
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1263
|
+
// GitBranchPlus aliases
|
|
1264
|
+
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1265
1265
|
// GitCommitVertical aliases
|
|
1266
1266
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1267
1267
|
// GitCompareArrows aliases
|
|
@@ -1272,16 +1272,16 @@ export { default as LucideGitCompare } from '../icons/git-compare';
|
|
|
1272
1272
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1273
1273
|
// GitGraph aliases
|
|
1274
1274
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1275
|
-
// GitMergeConflict aliases
|
|
1276
|
-
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1277
1275
|
// GitMerge aliases
|
|
1278
1276
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1277
|
+
// GitMergeConflict aliases
|
|
1278
|
+
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1279
|
+
// GitPullRequestArrow aliases
|
|
1280
|
+
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1279
1281
|
// GitPullRequestClosed aliases
|
|
1280
1282
|
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1281
1283
|
// GitPullRequestCreateArrow aliases
|
|
1282
1284
|
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
-
// GitPullRequestArrow aliases
|
|
1284
|
-
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
1286
1286
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1287
1287
|
// GitPullRequestDraft aliases
|
|
@@ -1292,10 +1292,10 @@ export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
|
1292
1292
|
export { default as LucideGlassWater } from '../icons/glass-water';
|
|
1293
1293
|
// Glasses aliases
|
|
1294
1294
|
export { default as LucideGlasses } from '../icons/glasses';
|
|
1295
|
-
// GlobeLock aliases
|
|
1296
|
-
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1297
1295
|
// GlobeCheck aliases
|
|
1298
1296
|
export { default as LucideGlobeCheck } from '../icons/globe-check';
|
|
1297
|
+
// GlobeLock aliases
|
|
1298
|
+
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1299
1299
|
// GlobeOff aliases
|
|
1300
1300
|
export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
1301
1301
|
// GlobeX aliases
|
|
@@ -1338,18 +1338,18 @@ export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
|
1338
1338
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1339
1339
|
// HandPlatter aliases
|
|
1340
1340
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1341
|
-
// Handbag aliases
|
|
1342
|
-
export { default as LucideHandbag } from '../icons/handbag';
|
|
1343
1341
|
// Hand aliases
|
|
1344
1342
|
export { default as LucideHand } from '../icons/hand';
|
|
1343
|
+
// Handbag aliases
|
|
1344
|
+
export { default as LucideHandbag } from '../icons/handbag';
|
|
1345
1345
|
// Handshake aliases
|
|
1346
1346
|
export { default as LucideHandshake } from '../icons/handshake';
|
|
1347
1347
|
// HardDriveDownload aliases
|
|
1348
1348
|
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1349
|
-
// HardDrive aliases
|
|
1350
|
-
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1351
1349
|
// HardDriveUpload aliases
|
|
1352
1350
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1351
|
+
// HardDrive aliases
|
|
1352
|
+
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1353
1353
|
// HardHat aliases
|
|
1354
1354
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1355
1355
|
// Hash aliases
|
|
@@ -1392,10 +1392,10 @@ export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
|
1392
1392
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1393
1393
|
// HeartPlus aliases
|
|
1394
1394
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1395
|
-
// HeartPulse aliases
|
|
1396
|
-
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1397
1395
|
// HeartX aliases
|
|
1398
1396
|
export { default as LucideHeartX } from '../icons/heart-x';
|
|
1397
|
+
// HeartPulse aliases
|
|
1398
|
+
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1399
1399
|
// Heart aliases
|
|
1400
1400
|
export { default as LucideHeart } from '../icons/heart';
|
|
1401
1401
|
// Heater aliases
|
|
@@ -1406,8 +1406,6 @@ export { default as LucideHelicopter } from '../icons/helicopter';
|
|
|
1406
1406
|
export { default as LucideHexagon } from '../icons/hexagon';
|
|
1407
1407
|
// Highlighter aliases
|
|
1408
1408
|
export { default as LucideHighlighter } from '../icons/highlighter';
|
|
1409
|
-
// History aliases
|
|
1410
|
-
export { default as LucideHistory } from '../icons/history';
|
|
1411
1409
|
// HopOff aliases
|
|
1412
1410
|
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1413
1411
|
// Hop aliases
|
|
@@ -1422,20 +1420,20 @@ export { default as LucideHourglass } from '../icons/hourglass';
|
|
|
1422
1420
|
export { default as LucideHouseHeart } from '../icons/house-heart';
|
|
1423
1421
|
// HousePlug aliases
|
|
1424
1422
|
export { default as LucideHousePlug } from '../icons/house-plug';
|
|
1425
|
-
// HousePlus aliases
|
|
1426
|
-
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1427
1423
|
// HouseWifi aliases
|
|
1428
1424
|
export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
1425
|
+
// HousePlus aliases
|
|
1426
|
+
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1429
1427
|
// IdCardLanyard aliases
|
|
1430
1428
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1431
1429
|
// IdCard aliases
|
|
1432
1430
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1433
1431
|
// ImageDown aliases
|
|
1434
1432
|
export { default as LucideImageDown } from '../icons/image-down';
|
|
1435
|
-
// ImageOff aliases
|
|
1436
|
-
export { default as LucideImageOff } from '../icons/image-off';
|
|
1437
1433
|
// ImageMinus aliases
|
|
1438
1434
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1435
|
+
// ImageOff aliases
|
|
1436
|
+
export { default as LucideImageOff } from '../icons/image-off';
|
|
1439
1437
|
// ImagePlay aliases
|
|
1440
1438
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1441
1439
|
// ImagePlus aliases
|
|
@@ -1464,24 +1462,24 @@ export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
|
1464
1462
|
export { default as LucideItalic } from '../icons/italic';
|
|
1465
1463
|
// IterationCcw aliases
|
|
1466
1464
|
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1467
|
-
// JapaneseYen aliases
|
|
1468
|
-
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1469
1465
|
// IterationCw aliases
|
|
1470
1466
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1471
1467
|
// Joystick aliases
|
|
1472
1468
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1473
|
-
//
|
|
1474
|
-
export { default as
|
|
1469
|
+
// JapaneseYen aliases
|
|
1470
|
+
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1475
1471
|
// Kanban aliases
|
|
1476
1472
|
export { default as LucideKanban } from '../icons/kanban';
|
|
1473
|
+
// Kayak aliases
|
|
1474
|
+
export { default as LucideKayak } from '../icons/kayak';
|
|
1477
1475
|
// KeyRound aliases
|
|
1478
1476
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1479
1477
|
// KeySquare aliases
|
|
1480
1478
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1481
|
-
// Key aliases
|
|
1482
|
-
export { default as LucideKey } from '../icons/key';
|
|
1483
1479
|
// KeyboardMusic aliases
|
|
1484
1480
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as LucideKey } from '../icons/key';
|
|
1485
1483
|
// KeyboardOff aliases
|
|
1486
1484
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1487
1485
|
// Keyboard aliases
|
|
@@ -1492,24 +1490,24 @@ export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
|
1492
1490
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1493
1491
|
// LampFloor aliases
|
|
1494
1492
|
export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
1495
|
-
// LampWallUp aliases
|
|
1496
|
-
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1497
1493
|
// LampWallDown aliases
|
|
1498
1494
|
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1499
1495
|
// Lamp aliases
|
|
1500
1496
|
export { default as LucideLamp } from '../icons/lamp';
|
|
1497
|
+
// LampWallUp aliases
|
|
1498
|
+
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1501
1499
|
// LandPlot aliases
|
|
1502
1500
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1503
1501
|
// Landmark aliases
|
|
1504
1502
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1505
1503
|
// Languages aliases
|
|
1506
1504
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1505
|
+
// LaptopMinimalCheck aliases
|
|
1506
|
+
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1507
1507
|
// Laptop aliases
|
|
1508
1508
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
1510
1510
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1511
|
-
// LaptopMinimalCheck aliases
|
|
1512
|
-
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1513
1511
|
// Lasso aliases
|
|
1514
1512
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1515
1513
|
// Laugh aliases
|
|
@@ -1522,16 +1520,18 @@ export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
|
1522
1520
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1523
1521
|
// LayoutDashboard aliases
|
|
1524
1522
|
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1523
|
+
// LayoutFreeform aliases
|
|
1524
|
+
export { default as LucideLayoutFreeform } from '../icons/layout-freeform';
|
|
1525
1525
|
// LayoutGrid aliases
|
|
1526
1526
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1527
1527
|
// LayoutList aliases
|
|
1528
1528
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1529
|
-
// LayoutPanelLeft aliases
|
|
1530
|
-
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1531
1529
|
// LayoutPanelTop aliases
|
|
1532
1530
|
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1533
1531
|
// LayoutTemplate aliases
|
|
1534
1532
|
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1533
|
+
// LayoutPanelLeft aliases
|
|
1534
|
+
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1535
1535
|
// Leaf aliases
|
|
1536
1536
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1537
1537
|
// LeafyGreen aliases
|
|
@@ -1548,32 +1548,32 @@ export { default as LucideLibraryBig } from '../icons/library-big';
|
|
|
1548
1548
|
export { default as LucideLibrary } from '../icons/library';
|
|
1549
1549
|
// LifeBuoy aliases
|
|
1550
1550
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1551
|
-
// Ligature aliases
|
|
1552
|
-
export { default as LucideLigature } from '../icons/ligature';
|
|
1553
1551
|
// LightbulbOff aliases
|
|
1554
1552
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1553
|
+
// Ligature aliases
|
|
1554
|
+
export { default as LucideLigature } from '../icons/ligature';
|
|
1555
1555
|
// Lightbulb aliases
|
|
1556
1556
|
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1557
1557
|
// LineDotRightHorizontal aliases
|
|
1558
1558
|
export { default as LucideLineDotRightHorizontal } from '../icons/line-dot-right-horizontal';
|
|
1559
1559
|
// LineSquiggle aliases
|
|
1560
1560
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1561
|
-
// LineStyle aliases
|
|
1562
|
-
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1563
1561
|
// Link2Off aliases
|
|
1564
1562
|
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1565
1563
|
// Link2 aliases
|
|
1566
1564
|
export { default as LucideLink2 } from '../icons/link-2';
|
|
1565
|
+
// LineStyle aliases
|
|
1566
|
+
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1567
1567
|
// Link aliases
|
|
1568
1568
|
export { default as LucideLink } from '../icons/link';
|
|
1569
1569
|
// ListCheck aliases
|
|
1570
1570
|
export { default as LucideListCheck } from '../icons/list-check';
|
|
1571
1571
|
// ListChecks aliases
|
|
1572
1572
|
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1573
|
-
// ListChevronsDownUp aliases
|
|
1574
|
-
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1575
1573
|
// ListChevronsUpDown aliases
|
|
1576
1574
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1575
|
+
// ListChevronsDownUp aliases
|
|
1576
|
+
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1577
1577
|
// ListCollapse aliases
|
|
1578
1578
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1579
1579
|
// ListEnd aliases
|
|
@@ -1582,36 +1582,36 @@ export { default as LucideListEnd } from '../icons/list-end';
|
|
|
1582
1582
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1583
1583
|
// ListFilter aliases
|
|
1584
1584
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1585
|
-
// ListMinus aliases
|
|
1586
|
-
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1587
1585
|
// ListMusic aliases
|
|
1588
1586
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1589
1587
|
// ListOrdered aliases
|
|
1590
1588
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1589
|
+
// ListMinus aliases
|
|
1590
|
+
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1591
1591
|
// ListPlus aliases
|
|
1592
1592
|
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1593
1593
|
// ListRestart aliases
|
|
1594
1594
|
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1595
1595
|
// ListSortAscending aliases
|
|
1596
1596
|
export { default as LucideListSortAscending } from '../icons/list-sort-ascending';
|
|
1597
|
-
// ListSortDescending aliases
|
|
1598
|
-
export { default as LucideListSortDescending } from '../icons/list-sort-descending';
|
|
1599
1597
|
// ListStart aliases
|
|
1600
1598
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1599
|
+
// ListSortDescending aliases
|
|
1600
|
+
export { default as LucideListSortDescending } from '../icons/list-sort-descending';
|
|
1601
1601
|
// ListTodo aliases
|
|
1602
1602
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1603
|
-
// ListTree aliases
|
|
1604
|
-
export { default as LucideListTree } from '../icons/list-tree';
|
|
1605
1603
|
// ListVideo aliases
|
|
1606
1604
|
export { default as LucideListVideo } from '../icons/list-video';
|
|
1605
|
+
// ListTree aliases
|
|
1606
|
+
export { default as LucideListTree } from '../icons/list-tree';
|
|
1607
1607
|
// ListX aliases
|
|
1608
1608
|
export { default as LucideListX } from '../icons/list-x';
|
|
1609
1609
|
// List aliases
|
|
1610
1610
|
export { default as LucideList } from '../icons/list';
|
|
1611
|
-
// LoaderPinwheel aliases
|
|
1612
|
-
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1613
1611
|
// Loader aliases
|
|
1614
1612
|
export { default as LucideLoader } from '../icons/loader';
|
|
1613
|
+
// LoaderPinwheel aliases
|
|
1614
|
+
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1615
1615
|
// LocateFixed aliases
|
|
1616
1616
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1617
1617
|
// LocateOff aliases
|
|
@@ -1644,18 +1644,18 @@ export { default as LucideMailOpen } from '../icons/mail-open';
|
|
|
1644
1644
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1645
1645
|
// MailSearch aliases
|
|
1646
1646
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1647
|
-
// MailX aliases
|
|
1648
|
-
export { default as LucideMailX } from '../icons/mail-x';
|
|
1649
1647
|
// MailWarning aliases
|
|
1650
1648
|
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1649
|
+
// MailX aliases
|
|
1650
|
+
export { default as LucideMailX } from '../icons/mail-x';
|
|
1651
1651
|
// Mail aliases
|
|
1652
1652
|
export { default as LucideMail } from '../icons/mail';
|
|
1653
1653
|
// Mailbox aliases
|
|
1654
1654
|
export { default as LucideMailbox } from '../icons/mailbox';
|
|
1655
|
-
// Mails aliases
|
|
1656
|
-
export { default as LucideMails } from '../icons/mails';
|
|
1657
1655
|
// MapMinus aliases
|
|
1658
1656
|
export { default as LucideMapMinus } from '../icons/map-minus';
|
|
1657
|
+
// Mails aliases
|
|
1658
|
+
export { default as LucideMails } from '../icons/mails';
|
|
1659
1659
|
// MapPinCheckInside aliases
|
|
1660
1660
|
export { default as LucideMapPinCheckInside } from '../icons/map-pin-check-inside';
|
|
1661
1661
|
// MapPinCheck aliases
|
|
@@ -1672,10 +1672,10 @@ export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
|
1672
1672
|
export { default as LucideMapPinPlusInside } from '../icons/map-pin-plus-inside';
|
|
1673
1673
|
// MapPinPlus aliases
|
|
1674
1674
|
export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
1675
|
-
// MapPinXInside aliases
|
|
1676
|
-
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1677
1675
|
// MapPinSearch aliases
|
|
1678
1676
|
export { default as LucideMapPinSearch } from '../icons/map-pin-search';
|
|
1677
|
+
// MapPinXInside aliases
|
|
1678
|
+
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1679
1679
|
// MapPinX aliases
|
|
1680
1680
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1681
1681
|
// MapPin aliases
|
|
@@ -1692,22 +1692,22 @@ export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
|
1692
1692
|
export { default as LucideMars } from '../icons/mars';
|
|
1693
1693
|
// Martini aliases
|
|
1694
1694
|
export { default as LucideMartini } from '../icons/martini';
|
|
1695
|
-
// Maximize2 aliases
|
|
1696
|
-
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1697
1695
|
// Maximize aliases
|
|
1698
1696
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1699
1697
|
// Medal aliases
|
|
1700
1698
|
export { default as LucideMedal } from '../icons/medal';
|
|
1701
|
-
//
|
|
1702
|
-
export { default as
|
|
1699
|
+
// Maximize2 aliases
|
|
1700
|
+
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1703
1701
|
// MegaphoneOff aliases
|
|
1704
1702
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1705
1703
|
// Meh aliases
|
|
1706
1704
|
export { default as LucideMeh } from '../icons/meh';
|
|
1707
|
-
// Menu aliases
|
|
1708
|
-
export { default as LucideMenu } from '../icons/menu';
|
|
1709
1705
|
// MemoryStick aliases
|
|
1710
1706
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1707
|
+
// Megaphone aliases
|
|
1708
|
+
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1709
|
+
// Menu aliases
|
|
1710
|
+
export { default as LucideMenu } from '../icons/menu';
|
|
1711
1711
|
// Merge aliases
|
|
1712
1712
|
export { default as LucideMerge } from '../icons/merge';
|
|
1713
1713
|
// MessageCircleCheck aliases
|
|
@@ -1732,22 +1732,22 @@ export { default as LucideMessageCircleWarning } from '../icons/message-circle-w
|
|
|
1732
1732
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1733
1733
|
// MessageCircle aliases
|
|
1734
1734
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1735
|
-
// MessageSquareCheck aliases
|
|
1736
|
-
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1737
1735
|
// MessageSquareCode aliases
|
|
1738
1736
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1737
|
+
// MessageSquareCheck aliases
|
|
1738
|
+
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1739
1739
|
// MessageSquareDashed aliases
|
|
1740
1740
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1741
1741
|
// MessageSquareDiff aliases
|
|
1742
1742
|
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1743
1743
|
// MessageSquareDot aliases
|
|
1744
1744
|
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1745
|
+
// MessageSquareLock aliases
|
|
1746
|
+
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1745
1747
|
// MessageSquareHeart aliases
|
|
1746
1748
|
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1747
1749
|
// MessageSquareMore aliases
|
|
1748
1750
|
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1749
|
-
// MessageSquareLock aliases
|
|
1750
|
-
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1751
1751
|
// MessageSquareOff aliases
|
|
1752
1752
|
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1753
1753
|
// MessageSquarePlus aliases
|
|
@@ -1762,22 +1762,24 @@ export { default as LucideMessageSquareShare } from '../icons/message-square-sha
|
|
|
1762
1762
|
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1763
1763
|
// MessageSquareWarning aliases
|
|
1764
1764
|
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1765
|
-
// MessageSquareX aliases
|
|
1766
|
-
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1767
1765
|
// MessageSquare aliases
|
|
1768
1766
|
export { default as LucideMessageSquare } from '../icons/message-square';
|
|
1769
1767
|
// MessagesSquare aliases
|
|
1770
1768
|
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1769
|
+
// MessageSquareX aliases
|
|
1770
|
+
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1771
1771
|
// Metronome aliases
|
|
1772
1772
|
export { default as LucideMetronome } from '../icons/metronome';
|
|
1773
|
+
// MicAudioLines aliases
|
|
1774
|
+
export { default as LucideMicAudioLines } from '../icons/mic-audio-lines';
|
|
1773
1775
|
// MicOff aliases
|
|
1774
1776
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1775
1777
|
// Mic aliases
|
|
1776
1778
|
export { default as LucideMic } from '../icons/mic';
|
|
1777
|
-
// Microscope aliases
|
|
1778
|
-
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1779
1779
|
// Microchip aliases
|
|
1780
1780
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1781
|
+
// Microscope aliases
|
|
1782
|
+
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1781
1783
|
// Microwave aliases
|
|
1782
1784
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1783
1785
|
// Milestone aliases
|
|
@@ -1788,18 +1790,18 @@ export { default as LucideMilkOff } from '../icons/milk-off';
|
|
|
1788
1790
|
export { default as LucideMilk } from '../icons/milk';
|
|
1789
1791
|
// Minimize2 aliases
|
|
1790
1792
|
export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
1791
|
-
// Minimize aliases
|
|
1792
|
-
export { default as LucideMinimize } from '../icons/minimize';
|
|
1793
1793
|
// Minus aliases
|
|
1794
1794
|
export { default as LucideMinus } from '../icons/minus';
|
|
1795
|
+
// Minimize aliases
|
|
1796
|
+
export { default as LucideMinimize } from '../icons/minimize';
|
|
1795
1797
|
// MirrorRectangular aliases
|
|
1796
1798
|
export { default as LucideMirrorRectangular } from '../icons/mirror-rectangular';
|
|
1797
1799
|
// MirrorRound aliases
|
|
1798
1800
|
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1799
|
-
// MonitorCheck aliases
|
|
1800
|
-
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1801
1801
|
// MonitorCloud aliases
|
|
1802
1802
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1803
|
+
// MonitorCheck aliases
|
|
1804
|
+
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1803
1805
|
// MonitorCog aliases
|
|
1804
1806
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1805
1807
|
// MonitorDot aliases
|
|
@@ -1828,16 +1830,18 @@ export { default as LucideMonitor } from '../icons/monitor';
|
|
|
1828
1830
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1829
1831
|
// Moon aliases
|
|
1830
1832
|
export { default as LucideMoon } from '../icons/moon';
|
|
1833
|
+
// Mosque aliases
|
|
1834
|
+
export { default as LucideMosque } from '../icons/mosque';
|
|
1831
1835
|
// Motorbike aliases
|
|
1832
1836
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1833
1837
|
// MountainSnow aliases
|
|
1834
1838
|
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1835
1839
|
// Mountain aliases
|
|
1836
1840
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1837
|
-
// MouseLeft aliases
|
|
1838
|
-
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1839
1841
|
// MouseOff aliases
|
|
1840
1842
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1843
|
+
// MouseLeft aliases
|
|
1844
|
+
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1841
1845
|
// MousePointer2Off aliases
|
|
1842
1846
|
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1843
1847
|
// MousePointer2 aliases
|
|
@@ -1856,10 +1860,10 @@ export { default as LucideMouse } from '../icons/mouse';
|
|
|
1856
1860
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1857
1861
|
// MoveDiagonal aliases
|
|
1858
1862
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1859
|
-
// MoveDownLeft aliases
|
|
1860
|
-
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1861
1863
|
// MoveDownRight aliases
|
|
1862
1864
|
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1865
|
+
// MoveDownLeft aliases
|
|
1866
|
+
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1863
1867
|
// MoveDown aliases
|
|
1864
1868
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1865
1869
|
// MoveHorizontal aliases
|
|
@@ -1876,10 +1880,10 @@ export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
|
1876
1880
|
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1877
1881
|
// MoveVertical aliases
|
|
1878
1882
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1879
|
-
// Music2 aliases
|
|
1880
|
-
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1881
1883
|
// Move aliases
|
|
1882
1884
|
export { default as LucideMove } from '../icons/move';
|
|
1885
|
+
// Music2 aliases
|
|
1886
|
+
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1883
1887
|
// Music3 aliases
|
|
1884
1888
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1885
1889
|
// Music4 aliases
|
|
@@ -1902,16 +1906,16 @@ export { default as LucideNewspaper } from '../icons/newspaper';
|
|
|
1902
1906
|
export { default as LucideNfc } from '../icons/nfc';
|
|
1903
1907
|
// NonBinary aliases
|
|
1904
1908
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1905
|
-
// NotebookTabs aliases
|
|
1906
|
-
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1907
1909
|
// NotebookPen aliases
|
|
1908
1910
|
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1911
|
+
// NotebookTabs aliases
|
|
1912
|
+
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1909
1913
|
// NotebookText aliases
|
|
1910
1914
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1911
|
-
// Notebook aliases
|
|
1912
|
-
export { default as LucideNotebook } from '../icons/notebook';
|
|
1913
1915
|
// NotepadTextDashed aliases
|
|
1914
1916
|
export { default as LucideNotepadTextDashed } from '../icons/notepad-text-dashed';
|
|
1917
|
+
// Notebook aliases
|
|
1918
|
+
export { default as LucideNotebook } from '../icons/notebook';
|
|
1915
1919
|
// NotepadText aliases
|
|
1916
1920
|
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
1917
1921
|
// NutOff aliases
|
|
@@ -1942,20 +1946,20 @@ export { default as LucidePackageOpen } from '../icons/package-open';
|
|
|
1942
1946
|
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1943
1947
|
// PackageSearch aliases
|
|
1944
1948
|
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1949
|
+
// Package aliases
|
|
1950
|
+
export { default as LucidePackage } from '../icons/package';
|
|
1945
1951
|
// PackageX aliases
|
|
1946
1952
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1947
1953
|
// PaintBucket aliases
|
|
1948
1954
|
export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
1949
|
-
// Package aliases
|
|
1950
|
-
export { default as LucidePackage } from '../icons/package';
|
|
1951
1955
|
// PaintRoller aliases
|
|
1952
1956
|
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1953
1957
|
// Paintbrush aliases
|
|
1954
1958
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1955
|
-
// Panda aliases
|
|
1956
|
-
export { default as LucidePanda } from '../icons/panda';
|
|
1957
1959
|
// Palette aliases
|
|
1958
1960
|
export { default as LucidePalette } from '../icons/palette';
|
|
1961
|
+
// Panda aliases
|
|
1962
|
+
export { default as LucidePanda } from '../icons/panda';
|
|
1959
1963
|
// PanelBottomClose aliases
|
|
1960
1964
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1961
1965
|
// PanelBottomOpen aliases
|
|
@@ -1966,20 +1970,20 @@ export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
|
1966
1970
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1967
1971
|
// PanelRightClose aliases
|
|
1968
1972
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1969
|
-
// PanelRightOpen aliases
|
|
1970
|
-
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
1971
1973
|
// PanelRight aliases
|
|
1972
1974
|
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
1975
|
+
// PanelRightOpen aliases
|
|
1976
|
+
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
1973
1977
|
// PanelTopBottomDashed aliases
|
|
1974
1978
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1975
1979
|
// PanelTopClose aliases
|
|
1976
1980
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1977
|
-
// PanelTop aliases
|
|
1978
|
-
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1979
|
-
// PanelsLeftBottom aliases
|
|
1980
|
-
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1981
1981
|
// PanelTopOpen aliases
|
|
1982
1982
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1983
|
+
// PanelsLeftBottom aliases
|
|
1984
|
+
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1985
|
+
// PanelTop aliases
|
|
1986
|
+
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1983
1987
|
// PanelsRightBottom aliases
|
|
1984
1988
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1985
1989
|
// PaperBag aliases
|
|
@@ -1998,10 +2002,10 @@ export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
|
1998
2002
|
export { default as LucidePause } from '../icons/pause';
|
|
1999
2003
|
// PawPrint aliases
|
|
2000
2004
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
2001
|
-
// PenOff aliases
|
|
2002
|
-
export { default as LucidePenOff } from '../icons/pen-off';
|
|
2003
2005
|
// PcCase aliases
|
|
2004
2006
|
export { default as LucidePcCase } from '../icons/pc-case';
|
|
2007
|
+
// PenOff aliases
|
|
2008
|
+
export { default as LucidePenOff } from '../icons/pen-off';
|
|
2005
2009
|
// PenTool aliases
|
|
2006
2010
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
2007
2011
|
// PencilLine aliases
|
|
@@ -2026,18 +2030,18 @@ export { default as LucidePhi } from '../icons/phi';
|
|
|
2026
2030
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
2027
2031
|
// PhoneCall aliases
|
|
2028
2032
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
2029
|
-
// PhoneForwarded aliases
|
|
2030
|
-
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
2031
2033
|
// PhoneIncoming aliases
|
|
2032
2034
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
2033
2035
|
// PhoneMissed aliases
|
|
2034
2036
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
2037
|
+
// PhoneForwarded aliases
|
|
2038
|
+
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
2035
2039
|
// PhoneOff aliases
|
|
2036
2040
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
2037
|
-
// Phone aliases
|
|
2038
|
-
export { default as LucidePhone } from '../icons/phone';
|
|
2039
2041
|
// PhoneOutgoing aliases
|
|
2040
2042
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
2043
|
+
// Phone aliases
|
|
2044
|
+
export { default as LucidePhone } from '../icons/phone';
|
|
2041
2045
|
// Pi aliases
|
|
2042
2046
|
export { default as LucidePi } from '../icons/pi';
|
|
2043
2047
|
// Piano aliases
|
|
@@ -2054,10 +2058,10 @@ export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
|
2054
2058
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
2055
2059
|
// PilcrowRight aliases
|
|
2056
2060
|
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
2057
|
-
// PillBottle aliases
|
|
2058
|
-
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2059
2061
|
// Pilcrow aliases
|
|
2060
2062
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
2063
|
+
// PillBottle aliases
|
|
2064
|
+
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2061
2065
|
// Pill aliases
|
|
2062
2066
|
export { default as LucidePill } from '../icons/pill';
|
|
2063
2067
|
// PinOff aliases
|
|
@@ -2070,10 +2074,10 @@ export { default as LucidePipette } from '../icons/pipette';
|
|
|
2070
2074
|
export { default as LucidePizza } from '../icons/pizza';
|
|
2071
2075
|
// PlaneLanding aliases
|
|
2072
2076
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
2073
|
-
// Plane aliases
|
|
2074
|
-
export { default as LucidePlane } from '../icons/plane';
|
|
2075
2077
|
// PlaneTakeoff aliases
|
|
2076
2078
|
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2079
|
+
// Plane aliases
|
|
2080
|
+
export { default as LucidePlane } from '../icons/plane';
|
|
2077
2081
|
// PlayOff aliases
|
|
2078
2082
|
export { default as LucidePlayOff } from '../icons/play-off';
|
|
2079
2083
|
// Play aliases
|
|
@@ -2084,12 +2088,10 @@ export { default as LucidePlug2 } from '../icons/plug-2';
|
|
|
2084
2088
|
export { default as LucidePlug } from '../icons/plug';
|
|
2085
2089
|
// Plus aliases
|
|
2086
2090
|
export { default as LucidePlus } from '../icons/plus';
|
|
2087
|
-
// Podium aliases
|
|
2088
|
-
export { default as LucidePodium } from '../icons/podium';
|
|
2089
2091
|
// PocketKnife aliases
|
|
2090
2092
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2091
|
-
//
|
|
2092
|
-
export { default as
|
|
2093
|
+
// Podium aliases
|
|
2094
|
+
export { default as LucidePodium } from '../icons/podium';
|
|
2093
2095
|
// PointerOff aliases
|
|
2094
2096
|
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2095
2097
|
// Pointer aliases
|
|
@@ -2108,10 +2110,10 @@ export { default as LucidePower } from '../icons/power';
|
|
|
2108
2110
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2109
2111
|
// PrinterCheck aliases
|
|
2110
2112
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2111
|
-
// PrinterX aliases
|
|
2112
|
-
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2113
2113
|
// Printer aliases
|
|
2114
2114
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2115
|
+
// PrinterX aliases
|
|
2116
|
+
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2115
2117
|
// Projector aliases
|
|
2116
2118
|
export { default as LucideProjector } from '../icons/projector';
|
|
2117
2119
|
// Proportions aliases
|
|
@@ -2130,10 +2132,10 @@ export { default as LucideRabbit } from '../icons/rabbit';
|
|
|
2130
2132
|
export { default as LucideRadar } from '../icons/radar';
|
|
2131
2133
|
// Radiation aliases
|
|
2132
2134
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2133
|
-
// RadioOff aliases
|
|
2134
|
-
export { default as LucideRadioOff } from '../icons/radio-off';
|
|
2135
2135
|
// Radical aliases
|
|
2136
2136
|
export { default as LucideRadical } from '../icons/radical';
|
|
2137
|
+
// RadioOff aliases
|
|
2138
|
+
export { default as LucideRadioOff } from '../icons/radio-off';
|
|
2137
2139
|
// RadioReceiver aliases
|
|
2138
2140
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2139
2141
|
// RadioTower aliases
|
|
@@ -2174,38 +2176,38 @@ export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
|
2174
2176
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2175
2177
|
// RectangleHorizontal aliases
|
|
2176
2178
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2177
|
-
// Recycle aliases
|
|
2178
|
-
export { default as LucideRecycle } from '../icons/recycle';
|
|
2179
2179
|
// RectangleVertical aliases
|
|
2180
2180
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2181
|
+
// Recycle aliases
|
|
2182
|
+
export { default as LucideRecycle } from '../icons/recycle';
|
|
2181
2183
|
// Redo2 aliases
|
|
2182
2184
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2183
2185
|
// RedoDot aliases
|
|
2184
2186
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2185
|
-
// RefreshCcwDot aliases
|
|
2186
|
-
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2187
2187
|
// Redo aliases
|
|
2188
2188
|
export { default as LucideRedo } from '../icons/redo';
|
|
2189
2189
|
// RefreshCcw aliases
|
|
2190
2190
|
export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2191
|
+
// RefreshCcwDot aliases
|
|
2192
|
+
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2193
2193
|
// RefreshCw aliases
|
|
2194
2194
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2195
2195
|
// Refrigerator aliases
|
|
2196
2196
|
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2197
|
+
// RefreshCwOff aliases
|
|
2198
|
+
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2197
2199
|
// Regex aliases
|
|
2198
2200
|
export { default as LucideRegex } from '../icons/regex';
|
|
2199
|
-
// Repeat1 aliases
|
|
2200
|
-
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2201
2201
|
// RemoveFormatting aliases
|
|
2202
2202
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2203
|
+
// Repeat1 aliases
|
|
2204
|
+
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2203
2205
|
// Repeat2 aliases
|
|
2204
2206
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2205
|
-
// Repeat aliases
|
|
2206
|
-
export { default as LucideRepeat } from '../icons/repeat';
|
|
2207
2207
|
// RepeatOff aliases
|
|
2208
2208
|
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2209
|
+
// Repeat aliases
|
|
2210
|
+
export { default as LucideRepeat } from '../icons/repeat';
|
|
2209
2211
|
// ReplaceAll aliases
|
|
2210
2212
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2211
2213
|
// Replace aliases
|
|
@@ -2220,10 +2222,10 @@ export { default as LucideRewind } from '../icons/rewind';
|
|
|
2220
2222
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2221
2223
|
// Road aliases
|
|
2222
2224
|
export { default as LucideRoad } from '../icons/road';
|
|
2223
|
-
// Rocket aliases
|
|
2224
|
-
export { default as LucideRocket } from '../icons/rocket';
|
|
2225
2225
|
// RockingChair aliases
|
|
2226
2226
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2227
|
+
// Rocket aliases
|
|
2228
|
+
export { default as LucideRocket } from '../icons/rocket';
|
|
2227
2229
|
// RollerCoaster aliases
|
|
2228
2230
|
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2229
2231
|
// Rose aliases
|
|
@@ -2234,18 +2236,20 @@ export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
|
2234
2236
|
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2235
2237
|
// RotateCcw aliases
|
|
2236
2238
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2239
|
+
// RotateCwFadingClock aliases
|
|
2240
|
+
export { default as LucideRotateCwFadingClock } from '../icons/rotate-cw-fading-clock';
|
|
2237
2241
|
// RotateCwSquare aliases
|
|
2238
2242
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2239
|
-
// RotateCw aliases
|
|
2240
|
-
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2241
2243
|
// RouteOff aliases
|
|
2242
2244
|
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2243
2245
|
// Route aliases
|
|
2244
2246
|
export { default as LucideRoute } from '../icons/route';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2247
|
+
// RotateCw aliases
|
|
2248
|
+
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2247
2249
|
// Router aliases
|
|
2248
2250
|
export { default as LucideRouter } from '../icons/router';
|
|
2251
|
+
// Rows4 aliases
|
|
2252
|
+
export { default as LucideRows4 } from '../icons/rows-4';
|
|
2249
2253
|
// Rss aliases
|
|
2250
2254
|
export { default as LucideRss } from '../icons/rss';
|
|
2251
2255
|
// RulerDimensionLine aliases
|
|
@@ -2268,20 +2272,20 @@ export { default as LucideSatellite } from '../icons/satellite';
|
|
|
2268
2272
|
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2269
2273
|
// SaveAll aliases
|
|
2270
2274
|
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2271
|
-
// SaveCheck aliases
|
|
2272
|
-
export { default as LucideSaveCheck } from '../icons/save-check';
|
|
2273
2275
|
// SaveOff aliases
|
|
2274
2276
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2277
|
+
// SaveCheck aliases
|
|
2278
|
+
export { default as LucideSaveCheck } from '../icons/save-check';
|
|
2275
2279
|
// SavePen aliases
|
|
2276
2280
|
export { default as LucideSavePen } from '../icons/save-pen';
|
|
2277
2281
|
// SavePlus aliases
|
|
2278
2282
|
export { default as LucideSavePlus } from '../icons/save-plus';
|
|
2279
2283
|
// Save aliases
|
|
2280
2284
|
export { default as LucideSave } from '../icons/save';
|
|
2281
|
-
// Scale aliases
|
|
2282
|
-
export { default as LucideScale } from '../icons/scale';
|
|
2283
2285
|
// Scaling aliases
|
|
2284
2286
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2287
|
+
// Scale aliases
|
|
2288
|
+
export { default as LucideScale } from '../icons/scale';
|
|
2285
2289
|
// ScanBarcode aliases
|
|
2286
2290
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2287
2291
|
// ScanBox aliases
|
|
@@ -2298,6 +2302,8 @@ export { default as LucideScanLine } from '../icons/scan-line';
|
|
|
2298
2302
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2299
2303
|
// ScanSearch aliases
|
|
2300
2304
|
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2305
|
+
// ScanSquare aliases
|
|
2306
|
+
export { default as LucideScanSquare } from '../icons/scan-square';
|
|
2301
2307
|
// ScanText aliases
|
|
2302
2308
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2303
2309
|
// Scan aliases
|
|
@@ -2308,36 +2314,36 @@ export { default as LucideSchool } from '../icons/school';
|
|
|
2308
2314
|
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2309
2315
|
// Scissors aliases
|
|
2310
2316
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2311
|
-
// ScreenShareOff aliases
|
|
2312
|
-
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2313
2317
|
// Scooter aliases
|
|
2314
2318
|
export { default as LucideScooter } from '../icons/scooter';
|
|
2319
|
+
// ScreenShareOff aliases
|
|
2320
|
+
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2315
2321
|
// ScreenShare aliases
|
|
2316
2322
|
export { default as LucideScreenShare } from '../icons/screen-share';
|
|
2317
2323
|
// ScrollText aliases
|
|
2318
2324
|
export { default as LucideScrollText } from '../icons/scroll-text';
|
|
2319
2325
|
// Scroll aliases
|
|
2320
2326
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2321
|
-
// SearchAlert aliases
|
|
2322
|
-
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2323
2327
|
// SearchCheck aliases
|
|
2324
2328
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2329
|
+
// SearchAlert aliases
|
|
2330
|
+
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2325
2331
|
// SearchCode aliases
|
|
2326
2332
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2327
|
-
// SearchX aliases
|
|
2328
|
-
export { default as LucideSearchX } from '../icons/search-x';
|
|
2329
2333
|
// SearchSlash aliases
|
|
2330
2334
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2335
|
+
// SearchX aliases
|
|
2336
|
+
export { default as LucideSearchX } from '../icons/search-x';
|
|
2331
2337
|
// Search aliases
|
|
2332
2338
|
export { default as LucideSearch } from '../icons/search';
|
|
2333
2339
|
// Section aliases
|
|
2334
2340
|
export { default as LucideSection } from '../icons/section';
|
|
2341
|
+
// SendToBack aliases
|
|
2342
|
+
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2335
2343
|
// Send aliases
|
|
2336
2344
|
export { default as LucideSend } from '../icons/send';
|
|
2337
2345
|
// SeparatorHorizontal aliases
|
|
2338
2346
|
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2339
|
-
// SendToBack aliases
|
|
2340
|
-
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2341
2347
|
// SeparatorVertical aliases
|
|
2342
2348
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2343
2349
|
// ServerCog aliases
|
|
@@ -2348,46 +2354,48 @@ export { default as LucideServerCrash } from '../icons/server-crash';
|
|
|
2348
2354
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2349
2355
|
// ServerPlus aliases
|
|
2350
2356
|
export { default as LucideServerPlus } from '../icons/server-plus';
|
|
2351
|
-
// Settings2 aliases
|
|
2352
|
-
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2353
2357
|
// Server aliases
|
|
2354
2358
|
export { default as LucideServer } from '../icons/server';
|
|
2359
|
+
// Settings2 aliases
|
|
2360
|
+
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2355
2361
|
// Settings aliases
|
|
2356
2362
|
export { default as LucideSettings } from '../icons/settings';
|
|
2357
2363
|
// Shapes aliases
|
|
2358
2364
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2359
|
-
// Share2 aliases
|
|
2360
|
-
export { default as LucideShare2 } from '../icons/share-2';
|
|
2361
2365
|
// Share aliases
|
|
2362
2366
|
export { default as LucideShare } from '../icons/share';
|
|
2367
|
+
// Share2 aliases
|
|
2368
|
+
export { default as LucideShare2 } from '../icons/share-2';
|
|
2363
2369
|
// Sheet aliases
|
|
2364
2370
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2365
2371
|
// Shell aliases
|
|
2366
2372
|
export { default as LucideShell } from '../icons/shell';
|
|
2367
|
-
// ShelvingUnit aliases
|
|
2368
|
-
export { default as LucideShelvingUnit } from '../icons/shelving-unit';
|
|
2369
2373
|
// ShieldAlert aliases
|
|
2370
2374
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2371
|
-
// ShieldBan aliases
|
|
2372
|
-
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2373
2375
|
// ShieldCheck aliases
|
|
2374
2376
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2377
|
+
// ShieldBan aliases
|
|
2378
|
+
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2375
2379
|
// ShieldCogCorner aliases
|
|
2376
2380
|
export { default as LucideShieldCogCorner } from '../icons/shield-cog-corner';
|
|
2381
|
+
// ShelvingUnit aliases
|
|
2382
|
+
export { default as LucideShelvingUnit } from '../icons/shelving-unit';
|
|
2377
2383
|
// ShieldCog aliases
|
|
2378
2384
|
export { default as LucideShieldCog } from '../icons/shield-cog';
|
|
2379
|
-
// ShieldEllipsis aliases
|
|
2380
|
-
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2381
2385
|
// ShieldHalf aliases
|
|
2382
2386
|
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2387
|
+
// ShieldEllipsis aliases
|
|
2388
|
+
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2389
|
+
// ShieldKeyhole aliases
|
|
2390
|
+
export { default as LucideShieldKeyhole } from '../icons/shield-keyhole';
|
|
2383
2391
|
// ShieldMinus aliases
|
|
2384
2392
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2385
2393
|
// ShieldOff aliases
|
|
2386
2394
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2387
|
-
// ShieldUser aliases
|
|
2388
|
-
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2389
2395
|
// ShieldPlus aliases
|
|
2390
2396
|
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2397
|
+
// ShieldUser aliases
|
|
2398
|
+
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2391
2399
|
// Shield aliases
|
|
2392
2400
|
export { default as LucideShield } from '../icons/shield';
|
|
2393
2401
|
// ShipWheel aliases
|
|
@@ -2416,16 +2424,16 @@ export { default as LucideShrink } from '../icons/shrink';
|
|
|
2416
2424
|
export { default as LucideShrub } from '../icons/shrub';
|
|
2417
2425
|
// Shuffle aliases
|
|
2418
2426
|
export { default as LucideShuffle } from '../icons/shuffle';
|
|
2419
|
-
// Sigma aliases
|
|
2420
|
-
export { default as LucideSigma } from '../icons/sigma';
|
|
2421
2427
|
// SignalHigh aliases
|
|
2422
2428
|
export { default as LucideSignalHigh } from '../icons/signal-high';
|
|
2429
|
+
// Sigma aliases
|
|
2430
|
+
export { default as LucideSigma } from '../icons/sigma';
|
|
2423
2431
|
// SignalLow aliases
|
|
2424
2432
|
export { default as LucideSignalLow } from '../icons/signal-low';
|
|
2425
|
-
// SignalMedium aliases
|
|
2426
|
-
export { default as LucideSignalMedium } from '../icons/signal-medium';
|
|
2427
2433
|
// SignalZero aliases
|
|
2428
2434
|
export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
2435
|
+
// SignalMedium aliases
|
|
2436
|
+
export { default as LucideSignalMedium } from '../icons/signal-medium';
|
|
2429
2437
|
// Signal aliases
|
|
2430
2438
|
export { default as LucideSignal } from '../icons/signal';
|
|
2431
2439
|
// Signature aliases
|
|
@@ -2434,24 +2442,24 @@ export { default as LucideSignature } from '../icons/signature';
|
|
|
2434
2442
|
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2435
2443
|
// Signpost aliases
|
|
2436
2444
|
export { default as LucideSignpost } from '../icons/signpost';
|
|
2437
|
-
// Siren aliases
|
|
2438
|
-
export { default as LucideSiren } from '../icons/siren';
|
|
2439
2445
|
// SkipBack aliases
|
|
2440
2446
|
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2447
|
+
// Siren aliases
|
|
2448
|
+
export { default as LucideSiren } from '../icons/siren';
|
|
2441
2449
|
// SkipForward aliases
|
|
2442
2450
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2443
2451
|
// Skull aliases
|
|
2444
2452
|
export { default as LucideSkull } from '../icons/skull';
|
|
2445
2453
|
// Slash aliases
|
|
2446
2454
|
export { default as LucideSlash } from '../icons/slash';
|
|
2447
|
-
// SlidersHorizontal aliases
|
|
2448
|
-
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2449
2455
|
// Slice aliases
|
|
2450
2456
|
export { default as LucideSlice } from '../icons/slice';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2457
|
+
// SlidersHorizontal aliases
|
|
2458
|
+
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2453
2459
|
// SmartphoneNfc aliases
|
|
2454
2460
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2461
|
+
// SmartphoneCharging aliases
|
|
2462
|
+
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2455
2463
|
// Smartphone aliases
|
|
2456
2464
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2457
2465
|
// SmilePlus aliases
|
|
@@ -2460,28 +2468,28 @@ export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
|
2460
2468
|
export { default as LucideSmile } from '../icons/smile';
|
|
2461
2469
|
// Snail aliases
|
|
2462
2470
|
export { default as LucideSnail } from '../icons/snail';
|
|
2463
|
-
// Snowflake aliases
|
|
2464
|
-
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2465
2471
|
// SoapDispenserDroplet aliases
|
|
2466
2472
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2473
|
+
// Snowflake aliases
|
|
2474
|
+
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2467
2475
|
// Sofa aliases
|
|
2468
2476
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2469
|
-
// SolarPanel aliases
|
|
2470
|
-
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2471
2477
|
// Soup aliases
|
|
2472
2478
|
export { default as LucideSoup } from '../icons/soup';
|
|
2473
|
-
//
|
|
2474
|
-
export { default as
|
|
2479
|
+
// SolarPanel aliases
|
|
2480
|
+
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2475
2481
|
// Space aliases
|
|
2476
2482
|
export { default as LucideSpace } from '../icons/space';
|
|
2483
|
+
// Spade aliases
|
|
2484
|
+
export { default as LucideSpade } from '../icons/spade';
|
|
2477
2485
|
// Sparkle aliases
|
|
2478
2486
|
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2479
2487
|
// Speaker aliases
|
|
2480
2488
|
export { default as LucideSpeaker } from '../icons/speaker';
|
|
2481
|
-
// Speech aliases
|
|
2482
|
-
export { default as LucideSpeech } from '../icons/speech';
|
|
2483
2489
|
// SpellCheck2 aliases
|
|
2484
2490
|
export { default as LucideSpellCheck2 } from '../icons/spell-check-2';
|
|
2491
|
+
// Speech aliases
|
|
2492
|
+
export { default as LucideSpeech } from '../icons/speech';
|
|
2485
2493
|
// SpellCheck aliases
|
|
2486
2494
|
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2487
2495
|
// SplinePointer aliases
|
|
@@ -2492,10 +2500,10 @@ export { default as LucideSpline } from '../icons/spline';
|
|
|
2492
2500
|
export { default as LucideSplit } from '../icons/split';
|
|
2493
2501
|
// Spool aliases
|
|
2494
2502
|
export { default as LucideSpool } from '../icons/spool';
|
|
2495
|
-
// SportShoe aliases
|
|
2496
|
-
export { default as LucideSportShoe } from '../icons/sport-shoe';
|
|
2497
2503
|
// Spotlight aliases
|
|
2498
2504
|
export { default as LucideSpotlight } from '../icons/spotlight';
|
|
2505
|
+
// SportShoe aliases
|
|
2506
|
+
export { default as LucideSportShoe } from '../icons/sport-shoe';
|
|
2499
2507
|
// SprayCan aliases
|
|
2500
2508
|
export { default as LucideSprayCan } from '../icons/spray-can';
|
|
2501
2509
|
// Sprout aliases
|
|
@@ -2504,12 +2512,14 @@ export { default as LucideSprout } from '../icons/sprout';
|
|
|
2504
2512
|
export { default as LucideSquareArrowRightEnter } from '../icons/square-arrow-right-enter';
|
|
2505
2513
|
// SquareArrowRightExit aliases
|
|
2506
2514
|
export { default as LucideSquareArrowRightExit } from '../icons/square-arrow-right-exit';
|
|
2515
|
+
// SquareDashedBottomCode aliases
|
|
2516
|
+
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2507
2517
|
// SquareDashedBottom aliases
|
|
2508
2518
|
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2509
2519
|
// SquareDashedTopSolid aliases
|
|
2510
2520
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2521
|
+
// SquareOff aliases
|
|
2522
|
+
export { default as LucideSquareOff } from '../icons/square-off';
|
|
2513
2523
|
// SquarePause aliases
|
|
2514
2524
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2515
2525
|
// SquareRadical aliases
|
|
@@ -2570,10 +2580,10 @@ export { default as LucideStickyNoteCheck } from '../icons/sticky-note-check';
|
|
|
2570
2580
|
export { default as LucideStickyNoteMinus } from '../icons/sticky-note-minus';
|
|
2571
2581
|
// StickyNoteOff aliases
|
|
2572
2582
|
export { default as LucideStickyNoteOff } from '../icons/sticky-note-off';
|
|
2573
|
-
// StickyNoteX aliases
|
|
2574
|
-
export { default as LucideStickyNoteX } from '../icons/sticky-note-x';
|
|
2575
2583
|
// StickyNotePlus aliases
|
|
2576
2584
|
export { default as LucideStickyNotePlus } from '../icons/sticky-note-plus';
|
|
2585
|
+
// StickyNoteX aliases
|
|
2586
|
+
export { default as LucideStickyNoteX } from '../icons/sticky-note-x';
|
|
2577
2587
|
// StickyNote aliases
|
|
2578
2588
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2579
2589
|
// StickyNotes aliases
|
|
@@ -2592,12 +2602,12 @@ export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
|
2592
2602
|
export { default as LucideSubscript } from '../icons/subscript';
|
|
2593
2603
|
// Summary aliases
|
|
2594
2604
|
export { default as LucideSummary } from '../icons/summary';
|
|
2595
|
-
// SunDim aliases
|
|
2596
|
-
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2597
2605
|
// SunMedium aliases
|
|
2598
2606
|
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2599
2607
|
// SunMoon aliases
|
|
2600
2608
|
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2609
|
+
// SunDim aliases
|
|
2610
|
+
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2601
2611
|
// SunSnow aliases
|
|
2602
2612
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2603
2613
|
// Sun aliases
|
|
@@ -2666,10 +2676,10 @@ export { default as LucideTangent } from '../icons/tangent';
|
|
|
2666
2676
|
export { default as LucideTarget } from '../icons/target';
|
|
2667
2677
|
// Telescope aliases
|
|
2668
2678
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2669
|
-
// TentTree aliases
|
|
2670
|
-
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2671
2679
|
// Tent aliases
|
|
2672
2680
|
export { default as LucideTent } from '../icons/tent';
|
|
2681
|
+
// TentTree aliases
|
|
2682
|
+
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2673
2683
|
// Terminal aliases
|
|
2674
2684
|
export { default as LucideTerminal } from '../icons/terminal';
|
|
2675
2685
|
// TestTube aliases
|
|
@@ -2678,8 +2688,6 @@ export { default as LucideTestTube } from '../icons/test-tube';
|
|
|
2678
2688
|
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2679
2689
|
// TextCursorInput aliases
|
|
2680
2690
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2681
|
-
// TextSearch aliases
|
|
2682
|
-
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2683
2691
|
// TextCursor aliases
|
|
2684
2692
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2685
2693
|
// TextQuote aliases
|
|
@@ -2688,6 +2696,8 @@ export { default as LucideTextQuote } from '../icons/text-quote';
|
|
|
2688
2696
|
export { default as LucideTheater } from '../icons/theater';
|
|
2689
2697
|
// ThermometerSnowflake aliases
|
|
2690
2698
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2699
|
+
// TextSearch aliases
|
|
2700
|
+
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2691
2701
|
// ThermometerSun aliases
|
|
2692
2702
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2693
2703
|
// Thermometer aliases
|
|
@@ -2752,12 +2762,12 @@ export { default as LucideTractor } from '../icons/tractor';
|
|
|
2752
2762
|
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2753
2763
|
// TrainFrontTunnel aliases
|
|
2754
2764
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2755
|
-
// TrainTrack aliases
|
|
2756
|
-
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2757
2765
|
// TrainFront aliases
|
|
2758
2766
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2759
2767
|
// Transgender aliases
|
|
2760
2768
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2769
|
+
// TrainTrack aliases
|
|
2770
|
+
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2761
2771
|
// Trash2 aliases
|
|
2762
2772
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2763
2773
|
// Trash aliases
|
|
@@ -2770,28 +2780,28 @@ export { default as LucideTreePine } from '../icons/tree-pine';
|
|
|
2770
2780
|
export { default as LucideTrees } from '../icons/trees';
|
|
2771
2781
|
// TrendingDown aliases
|
|
2772
2782
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2773
|
-
// TrendingUpDown aliases
|
|
2774
|
-
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2775
2783
|
// TrendingUp aliases
|
|
2776
2784
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2785
|
+
// TrendingUpDown aliases
|
|
2786
|
+
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2777
2787
|
// TriangleDashed aliases
|
|
2778
2788
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2779
|
-
// Triangle aliases
|
|
2780
|
-
export { default as LucideTriangle } from '../icons/triangle';
|
|
2781
2789
|
// TriangleRight aliases
|
|
2782
2790
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2791
|
+
// Triangle aliases
|
|
2792
|
+
export { default as LucideTriangle } from '../icons/triangle';
|
|
2783
2793
|
// Trophy aliases
|
|
2784
2794
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2785
|
-
// TruckElectric aliases
|
|
2786
|
-
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2787
2795
|
// Truck aliases
|
|
2788
2796
|
export { default as LucideTruck } from '../icons/truck';
|
|
2789
2797
|
// TurkishLira aliases
|
|
2790
2798
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2791
|
-
//
|
|
2792
|
-
export { default as
|
|
2799
|
+
// TruckElectric aliases
|
|
2800
|
+
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2793
2801
|
// Turntable aliases
|
|
2794
2802
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2803
|
+
// Turtle aliases
|
|
2804
|
+
export { default as LucideTurtle } from '../icons/turtle';
|
|
2795
2805
|
// TvMinimalPlay aliases
|
|
2796
2806
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2797
2807
|
// Tv aliases
|
|
@@ -2808,50 +2818,52 @@ export { default as LucideUmbrella } from '../icons/umbrella';
|
|
|
2808
2818
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2809
2819
|
// Undo2 aliases
|
|
2810
2820
|
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2811
|
-
// Undo aliases
|
|
2812
|
-
export { default as LucideUndo } from '../icons/undo';
|
|
2813
2821
|
// UndoDot aliases
|
|
2814
2822
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2823
|
+
// Undo aliases
|
|
2824
|
+
export { default as LucideUndo } from '../icons/undo';
|
|
2815
2825
|
// UnfoldHorizontal aliases
|
|
2816
2826
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2827
|
+
// Ungroup aliases
|
|
2828
|
+
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2817
2829
|
// UnfoldVertical aliases
|
|
2818
2830
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2819
2831
|
// Unlink2 aliases
|
|
2820
2832
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2821
|
-
// Ungroup aliases
|
|
2822
|
-
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2823
2833
|
// Unlink aliases
|
|
2824
2834
|
export { default as LucideUnlink } from '../icons/unlink';
|
|
2825
2835
|
// Unplug aliases
|
|
2826
2836
|
export { default as LucideUnplug } from '../icons/unplug';
|
|
2827
2837
|
// Upload aliases
|
|
2828
2838
|
export { default as LucideUpload } from '../icons/upload';
|
|
2839
|
+
// Usb aliases
|
|
2840
|
+
export { default as LucideUsb } from '../icons/usb';
|
|
2829
2841
|
// UserCheck aliases
|
|
2830
2842
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2831
2843
|
// UserCog aliases
|
|
2832
2844
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2833
|
-
// Usb aliases
|
|
2834
|
-
export { default as LucideUsb } from '../icons/usb';
|
|
2835
2845
|
// UserKey aliases
|
|
2836
2846
|
export { default as LucideUserKey } from '../icons/user-key';
|
|
2837
2847
|
// UserLock aliases
|
|
2838
2848
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2839
|
-
// UserPen aliases
|
|
2840
|
-
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2841
2849
|
// UserMinus aliases
|
|
2842
2850
|
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2843
2851
|
// UserPlus aliases
|
|
2844
2852
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2853
|
+
// UserPen aliases
|
|
2854
|
+
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2845
2855
|
// UserRoundArrowLeft aliases
|
|
2846
2856
|
export { default as LucideUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2847
|
-
// UserRoundPen aliases
|
|
2848
|
-
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2849
2857
|
// UserRoundKey aliases
|
|
2850
2858
|
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2859
|
+
// UserRoundPen aliases
|
|
2860
|
+
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2851
2861
|
// UserRoundSearch aliases
|
|
2852
2862
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2853
2863
|
// UserSearch aliases
|
|
2854
2864
|
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2865
|
+
// UserShield aliases
|
|
2866
|
+
export { default as LucideUserShield } from '../icons/user-shield';
|
|
2855
2867
|
// UserStar aliases
|
|
2856
2868
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2857
2869
|
// UserX aliases
|
|
@@ -2884,20 +2896,20 @@ export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
|
2884
2896
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2885
2897
|
// VideoOff aliases
|
|
2886
2898
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2887
|
-
// Videotape aliases
|
|
2888
|
-
export { default as LucideVideotape } from '../icons/videotape';
|
|
2889
2899
|
// Video aliases
|
|
2890
2900
|
export { default as LucideVideo } from '../icons/video';
|
|
2901
|
+
// Videotape aliases
|
|
2902
|
+
export { default as LucideVideotape } from '../icons/videotape';
|
|
2891
2903
|
// View aliases
|
|
2892
2904
|
export { default as LucideView } from '../icons/view';
|
|
2893
2905
|
// Voicemail aliases
|
|
2894
2906
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2895
2907
|
// Volleyball aliases
|
|
2896
2908
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2897
|
-
// Volume1 aliases
|
|
2898
|
-
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2899
2909
|
// Volume2 aliases
|
|
2900
2910
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2911
|
+
// Volume1 aliases
|
|
2912
|
+
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2901
2913
|
// VolumeOff aliases
|
|
2902
2914
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2903
2915
|
// VolumeX aliases
|
|
@@ -2912,10 +2924,10 @@ export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
|
2912
2924
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2913
2925
|
// Wallpaper aliases
|
|
2914
2926
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2915
|
-
// Warehouse aliases
|
|
2916
|
-
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2917
2927
|
// Wand aliases
|
|
2918
2928
|
export { default as LucideWand } from '../icons/wand';
|
|
2929
|
+
// Warehouse aliases
|
|
2930
|
+
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2919
2931
|
// WashingMachine aliases
|
|
2920
2932
|
export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
2921
2933
|
// Watch aliases
|
|
@@ -2928,10 +2940,10 @@ export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
|
2928
2940
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2929
2941
|
// WavesVertical aliases
|
|
2930
2942
|
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
2931
|
-
// Waypoints aliases
|
|
2932
|
-
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2933
2943
|
// WebcamOff aliases
|
|
2934
2944
|
export { default as LucideWebcamOff } from '../icons/webcam-off';
|
|
2945
|
+
// Waypoints aliases
|
|
2946
|
+
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2935
2947
|
// Webcam aliases
|
|
2936
2948
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2937
2949
|
// WebhookOff aliases
|
|
@@ -2942,40 +2954,40 @@ export { default as LucideWebhook } from '../icons/webhook';
|
|
|
2942
2954
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2943
2955
|
// Weight aliases
|
|
2944
2956
|
export { default as LucideWeight } from '../icons/weight';
|
|
2945
|
-
// WheatOff aliases
|
|
2946
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2947
2957
|
// Wheat aliases
|
|
2948
2958
|
export { default as LucideWheat } from '../icons/wheat';
|
|
2959
|
+
// WheatOff aliases
|
|
2960
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2949
2961
|
// WholeWord aliases
|
|
2950
2962
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
2951
|
-
// WifiCog aliases
|
|
2952
|
-
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
2953
2963
|
// WifiHigh aliases
|
|
2954
2964
|
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2965
|
+
// WifiCog aliases
|
|
2966
|
+
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
2955
2967
|
// WifiLow aliases
|
|
2956
2968
|
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2957
2969
|
// WifiOff aliases
|
|
2958
2970
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2959
2971
|
// WifiPen aliases
|
|
2960
2972
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2961
|
-
// WifiZero aliases
|
|
2962
|
-
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2963
2973
|
// WifiSync aliases
|
|
2964
2974
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2975
|
+
// WifiZero aliases
|
|
2976
|
+
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2965
2977
|
// Wifi aliases
|
|
2966
2978
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2967
2979
|
// WindArrowDown aliases
|
|
2968
2980
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2969
|
-
// Wind aliases
|
|
2970
|
-
export { default as LucideWind } from '../icons/wind';
|
|
2971
2981
|
// WineOff aliases
|
|
2972
2982
|
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2983
|
+
// Wind aliases
|
|
2984
|
+
export { default as LucideWind } from '../icons/wind';
|
|
2973
2985
|
// Wine aliases
|
|
2974
2986
|
export { default as LucideWine } from '../icons/wine';
|
|
2975
|
-
// Worm aliases
|
|
2976
|
-
export { default as LucideWorm } from '../icons/worm';
|
|
2977
2987
|
// Workflow aliases
|
|
2978
2988
|
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2989
|
+
// Worm aliases
|
|
2990
|
+
export { default as LucideWorm } from '../icons/worm';
|
|
2979
2991
|
// WrenchOff aliases
|
|
2980
2992
|
export { default as LucideWrenchOff } from '../icons/wrench-off';
|
|
2981
2993
|
// Wrench aliases
|
|
@@ -2994,22 +3006,22 @@ export { default as LucideZodiacAquarius } from '../icons/zodiac-aquarius';
|
|
|
2994
3006
|
export { default as LucideZodiacAries } from '../icons/zodiac-aries';
|
|
2995
3007
|
// ZodiacCancer aliases
|
|
2996
3008
|
export { default as LucideZodiacCancer } from '../icons/zodiac-cancer';
|
|
2997
|
-
// ZodiacGemini aliases
|
|
2998
|
-
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
2999
3009
|
// ZodiacCapricorn aliases
|
|
3000
3010
|
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
3011
|
+
// ZodiacGemini aliases
|
|
3012
|
+
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
3003
3013
|
// ZodiacLeo aliases
|
|
3004
3014
|
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
3005
3015
|
// ZodiacOphiuchus aliases
|
|
3006
3016
|
export { default as LucideZodiacOphiuchus } from '../icons/zodiac-ophiuchus';
|
|
3007
|
-
//
|
|
3008
|
-
export { default as
|
|
3017
|
+
// ZodiacLibra aliases
|
|
3018
|
+
export { default as LucideZodiacLibra } from '../icons/zodiac-libra';
|
|
3009
3019
|
// ZodiacPisces aliases
|
|
3010
3020
|
export { default as LucideZodiacPisces } from '../icons/zodiac-pisces';
|
|
3011
3021
|
// ZodiacScorpio aliases
|
|
3012
3022
|
export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
3023
|
+
// ZodiacSagittarius aliases
|
|
3024
|
+
export { default as LucideZodiacSagittarius } from '../icons/zodiac-sagittarius';
|
|
3013
3025
|
// ZodiacTaurus aliases
|
|
3014
3026
|
export { default as LucideZodiacTaurus } from '../icons/zodiac-taurus';
|
|
3015
3027
|
// ZodiacVirgo aliases
|
|
@@ -3092,36 +3104,36 @@ export {
|
|
|
3092
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3093
3105
|
default as LucideVerified
|
|
3094
3106
|
} from '../icons/badge-check';
|
|
3095
|
-
// BadgeQuestionMark aliases
|
|
3096
|
-
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3097
|
-
export {
|
|
3098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3099
|
-
default as LucideBadgeHelp
|
|
3100
|
-
} from '../icons/badge-question-mark';
|
|
3101
3107
|
// BetweenHorizontalEnd aliases
|
|
3102
3108
|
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3103
3109
|
export {
|
|
3104
3110
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3105
3111
|
default as LucideBetweenHorizonalEnd
|
|
3106
3112
|
} from '../icons/between-horizontal-end';
|
|
3113
|
+
// BadgeQuestionMark aliases
|
|
3114
|
+
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3117
|
+
default as LucideBadgeHelp
|
|
3118
|
+
} from '../icons/badge-question-mark';
|
|
3107
3119
|
// BetweenHorizontalStart aliases
|
|
3108
3120
|
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3109
3121
|
export {
|
|
3110
3122
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3111
3123
|
default as LucideBetweenHorizonalStart
|
|
3112
3124
|
} from '../icons/between-horizontal-start';
|
|
3113
|
-
// BookDashed aliases
|
|
3114
|
-
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3115
|
-
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3117
|
-
default as LucideBookTemplate
|
|
3118
|
-
} from '../icons/book-dashed';
|
|
3119
3125
|
// Braces aliases
|
|
3120
3126
|
export { default as LucideBraces } from '../icons/braces';
|
|
3121
3127
|
export {
|
|
3122
3128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3123
3129
|
default as LucideCurlyBraces
|
|
3124
3130
|
} from '../icons/braces';
|
|
3131
|
+
// BookDashed aliases
|
|
3132
|
+
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3133
|
+
export {
|
|
3134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3135
|
+
default as LucideBookTemplate
|
|
3136
|
+
} from '../icons/book-dashed';
|
|
3125
3137
|
// Captions aliases
|
|
3126
3138
|
export { default as LucideCaptions } from '../icons/captions';
|
|
3127
3139
|
export {
|
|
@@ -3152,12 +3164,6 @@ export {
|
|
|
3152
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3153
3165
|
default as LucideBarChartBig
|
|
3154
3166
|
} from '../icons/chart-column-big';
|
|
3155
|
-
// ChartCandlestick aliases
|
|
3156
|
-
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3159
|
-
default as LucideCandlestickChart
|
|
3160
|
-
} from '../icons/chart-candlestick';
|
|
3161
3167
|
// ChartColumnIncreasing aliases
|
|
3162
3168
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3163
3169
|
export {
|
|
@@ -3170,6 +3176,12 @@ export {
|
|
|
3170
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3171
3177
|
default as LucideBarChart3
|
|
3172
3178
|
} from '../icons/chart-column';
|
|
3179
|
+
// ChartCandlestick aliases
|
|
3180
|
+
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3183
|
+
default as LucideCandlestickChart
|
|
3184
|
+
} from '../icons/chart-candlestick';
|
|
3173
3185
|
// ChartLine aliases
|
|
3174
3186
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3175
3187
|
export {
|
|
@@ -3224,18 +3236,24 @@ export {
|
|
|
3224
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3225
3237
|
default as LucideArrowLeftCircle
|
|
3226
3238
|
} from '../icons/circle-arrow-left';
|
|
3239
|
+
// CircleArrowOutDownRight aliases
|
|
3240
|
+
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3243
|
+
default as LucideArrowDownRightFromCircle
|
|
3244
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3227
3245
|
// CircleArrowOutDownLeft aliases
|
|
3228
3246
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3229
3247
|
export {
|
|
3230
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3231
3249
|
default as LucideArrowDownLeftFromCircle
|
|
3232
3250
|
} from '../icons/circle-arrow-out-down-left';
|
|
3233
|
-
//
|
|
3234
|
-
export { default as
|
|
3251
|
+
// CircleArrowOutUpRight aliases
|
|
3252
|
+
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3235
3253
|
export {
|
|
3236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3237
|
-
default as
|
|
3238
|
-
} from '../icons/circle-arrow-out-
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3255
|
+
default as LucideArrowUpRightFromCircle
|
|
3256
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3239
3257
|
// CircleArrowOutUpLeft aliases
|
|
3240
3258
|
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3241
3259
|
export {
|
|
@@ -3248,12 +3266,6 @@ export {
|
|
|
3248
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3249
3267
|
default as LucideArrowRightCircle
|
|
3250
3268
|
} from '../icons/circle-arrow-right';
|
|
3251
|
-
// CircleArrowOutUpRight aliases
|
|
3252
|
-
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3253
|
-
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3255
|
-
default as LucideArrowUpRightFromCircle
|
|
3256
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3257
3269
|
// CircleArrowUp aliases
|
|
3258
3270
|
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3259
3271
|
export {
|
|
@@ -3272,84 +3284,84 @@ export {
|
|
|
3272
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3273
3285
|
default as LucideChevronDownCircle
|
|
3274
3286
|
} from '../icons/circle-chevron-down';
|
|
3275
|
-
// CircleChevronLeft aliases
|
|
3276
|
-
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3279
|
-
default as LucideChevronLeftCircle
|
|
3280
|
-
} from '../icons/circle-chevron-left';
|
|
3281
3287
|
// CircleCheck aliases
|
|
3282
3288
|
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3283
3289
|
export {
|
|
3284
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3285
3291
|
default as LucideCheckCircle2
|
|
3286
3292
|
} from '../icons/circle-check';
|
|
3293
|
+
// CircleChevronLeft aliases
|
|
3294
|
+
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3297
|
+
default as LucideChevronLeftCircle
|
|
3298
|
+
} from '../icons/circle-chevron-left';
|
|
3287
3299
|
// CircleChevronRight aliases
|
|
3288
3300
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3289
3301
|
export {
|
|
3290
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3291
3303
|
default as LucideChevronRightCircle
|
|
3292
3304
|
} from '../icons/circle-chevron-right';
|
|
3293
|
-
// CircleDivide aliases
|
|
3294
|
-
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3297
|
-
default as LucideDivideCircle
|
|
3298
|
-
} from '../icons/circle-divide';
|
|
3299
3305
|
// CircleChevronUp aliases
|
|
3300
3306
|
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3301
3307
|
export {
|
|
3302
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3303
3309
|
default as LucideChevronUpCircle
|
|
3304
3310
|
} from '../icons/circle-chevron-up';
|
|
3311
|
+
// CircleDivide aliases
|
|
3312
|
+
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3313
|
+
export {
|
|
3314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3315
|
+
default as LucideDivideCircle
|
|
3316
|
+
} from '../icons/circle-divide';
|
|
3305
3317
|
// CircleGauge aliases
|
|
3306
3318
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3307
3319
|
export {
|
|
3308
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3309
3321
|
default as LucideGaugeCircle
|
|
3310
3322
|
} from '../icons/circle-gauge';
|
|
3311
|
-
// CircleParkingOff aliases
|
|
3312
|
-
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3315
|
-
default as LucideParkingCircleOff
|
|
3316
|
-
} from '../icons/circle-parking-off';
|
|
3317
3323
|
// CircleMinus aliases
|
|
3318
3324
|
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3319
3325
|
export {
|
|
3320
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3321
3327
|
default as LucideMinusCircle
|
|
3322
3328
|
} from '../icons/circle-minus';
|
|
3323
|
-
//
|
|
3324
|
-
export { default as
|
|
3329
|
+
// CircleParkingOff aliases
|
|
3330
|
+
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3325
3331
|
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3327
|
-
default as
|
|
3328
|
-
} from '../icons/circle-parking';
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3333
|
+
default as LucideParkingCircleOff
|
|
3334
|
+
} from '../icons/circle-parking-off';
|
|
3329
3335
|
// CirclePause aliases
|
|
3330
3336
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3331
3337
|
export {
|
|
3332
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3333
3339
|
default as LucidePauseCircle
|
|
3334
3340
|
} from '../icons/circle-pause';
|
|
3341
|
+
// CircleParking aliases
|
|
3342
|
+
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3343
|
+
export {
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3345
|
+
default as LucideParkingCircle
|
|
3346
|
+
} from '../icons/circle-parking';
|
|
3335
3347
|
// CirclePercent aliases
|
|
3336
3348
|
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3337
3349
|
export {
|
|
3338
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3339
3351
|
default as LucidePercentCircle
|
|
3340
3352
|
} from '../icons/circle-percent';
|
|
3341
|
-
// CirclePlus aliases
|
|
3342
|
-
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3345
|
-
default as LucidePlusCircle
|
|
3346
|
-
} from '../icons/circle-plus';
|
|
3347
3353
|
// CirclePlay aliases
|
|
3348
3354
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3349
3355
|
export {
|
|
3350
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3351
3357
|
default as LucidePlayCircle
|
|
3352
3358
|
} from '../icons/circle-play';
|
|
3359
|
+
// CirclePlus aliases
|
|
3360
|
+
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3363
|
+
default as LucidePlusCircle
|
|
3364
|
+
} from '../icons/circle-plus';
|
|
3353
3365
|
// CirclePower aliases
|
|
3354
3366
|
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3355
3367
|
export {
|
|
@@ -3384,18 +3396,18 @@ export {
|
|
|
3384
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3385
3397
|
default as LucideUserCircle2
|
|
3386
3398
|
} from '../icons/circle-user-round';
|
|
3387
|
-
// CircleUser aliases
|
|
3388
|
-
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3391
|
-
default as LucideUserCircle
|
|
3392
|
-
} from '../icons/circle-user';
|
|
3393
3399
|
// CircleX aliases
|
|
3394
3400
|
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3395
3401
|
export {
|
|
3396
3402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3397
3403
|
default as LucideXCircle
|
|
3398
3404
|
} from '../icons/circle-x';
|
|
3405
|
+
// CircleUser aliases
|
|
3406
|
+
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3409
|
+
default as LucideUserCircle
|
|
3410
|
+
} from '../icons/circle-user';
|
|
3399
3411
|
// ClipboardPenLine aliases
|
|
3400
3412
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3401
3413
|
export {
|
|
@@ -3432,6 +3444,12 @@ export {
|
|
|
3432
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3433
3445
|
default as LucideColumns
|
|
3434
3446
|
} from '../icons/columns-2';
|
|
3447
|
+
// Columns3 aliases
|
|
3448
|
+
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3451
|
+
default as LucidePanelsLeftRight
|
|
3452
|
+
} from '../icons/columns-3';
|
|
3435
3453
|
// Columns3Cog aliases
|
|
3436
3454
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3437
3455
|
export {
|
|
@@ -3442,36 +3460,30 @@ export {
|
|
|
3442
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3443
3461
|
default as LucideTableConfig
|
|
3444
3462
|
} from '../icons/columns-3-cog';
|
|
3445
|
-
// DiamondPercent aliases
|
|
3446
|
-
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3449
|
-
default as LucidePercentDiamond
|
|
3450
|
-
} from '../icons/diamond-percent';
|
|
3451
|
-
// Columns3 aliases
|
|
3452
|
-
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3453
|
-
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3455
|
-
default as LucidePanelsLeftRight
|
|
3456
|
-
} from '../icons/columns-3';
|
|
3457
3463
|
// ContactRound aliases
|
|
3458
3464
|
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3459
3465
|
export {
|
|
3460
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3461
3467
|
default as LucideContact2
|
|
3462
3468
|
} from '../icons/contact-round';
|
|
3463
|
-
//
|
|
3464
|
-
export { default as
|
|
3469
|
+
// DiamondPercent aliases
|
|
3470
|
+
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3465
3471
|
export {
|
|
3466
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3467
|
-
default as
|
|
3468
|
-
} from '../icons/
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3473
|
+
default as LucidePercentDiamond
|
|
3474
|
+
} from '../icons/diamond-percent';
|
|
3469
3475
|
// EllipsisVertical aliases
|
|
3470
3476
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3471
3477
|
export {
|
|
3472
3478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3473
3479
|
default as LucideMoreVertical
|
|
3474
3480
|
} from '../icons/ellipsis-vertical';
|
|
3481
|
+
// Earth aliases
|
|
3482
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3483
|
+
export {
|
|
3484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3485
|
+
default as LucideGlobe2
|
|
3486
|
+
} from '../icons/earth';
|
|
3475
3487
|
// Ellipsis aliases
|
|
3476
3488
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3477
3489
|
export {
|
|
@@ -3544,12 +3556,6 @@ export {
|
|
|
3544
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3545
3557
|
default as LucideFileCog2
|
|
3546
3558
|
} from '../icons/file-cog';
|
|
3547
|
-
// FileExclamationPoint aliases
|
|
3548
|
-
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3551
|
-
default as LucideFileWarning
|
|
3552
|
-
} from '../icons/file-exclamation-point';
|
|
3553
3559
|
// FileHeadphone aliases
|
|
3554
3560
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3555
3561
|
export {
|
|
@@ -3560,12 +3566,12 @@ export {
|
|
|
3560
3566
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3561
3567
|
default as LucideFileAudio2
|
|
3562
3568
|
} from '../icons/file-headphone';
|
|
3563
|
-
//
|
|
3564
|
-
export { default as
|
|
3569
|
+
// FileExclamationPoint aliases
|
|
3570
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3565
3571
|
export {
|
|
3566
|
-
/** @deprecated The icon was
|
|
3567
|
-
default as
|
|
3568
|
-
} from '../icons/file-
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3573
|
+
default as LucideFileWarning
|
|
3574
|
+
} from '../icons/file-exclamation-point';
|
|
3569
3575
|
// FileLock aliases
|
|
3570
3576
|
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3571
3577
|
export {
|
|
@@ -3578,6 +3584,12 @@ export {
|
|
|
3578
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3579
3585
|
default as LucideFileMinus2
|
|
3580
3586
|
} from '../icons/file-minus-corner';
|
|
3587
|
+
// FileKey aliases
|
|
3588
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3589
|
+
export {
|
|
3590
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3591
|
+
default as LucideFileKey2
|
|
3592
|
+
} from '../icons/file-key';
|
|
3581
3593
|
// FilePenLine aliases
|
|
3582
3594
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3583
3595
|
export {
|
|
@@ -3590,18 +3602,24 @@ export {
|
|
|
3590
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3591
3603
|
default as LucideFileEdit
|
|
3592
3604
|
} from '../icons/file-pen';
|
|
3605
|
+
// FilePlusCorner aliases
|
|
3606
|
+
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3609
|
+
default as LucideFilePlus2
|
|
3610
|
+
} from '../icons/file-plus-corner';
|
|
3593
3611
|
// FilePlay aliases
|
|
3594
3612
|
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3595
3613
|
export {
|
|
3596
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3597
3615
|
default as LucideFileVideo
|
|
3598
3616
|
} from '../icons/file-play';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3617
|
+
// FileSearchCorner aliases
|
|
3618
|
+
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3601
3619
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/file-
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
+
default as LucideFileSearch2
|
|
3622
|
+
} from '../icons/file-search-corner';
|
|
3605
3623
|
// FileQuestionMark aliases
|
|
3606
3624
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3607
3625
|
export {
|
|
@@ -3614,12 +3632,6 @@ export {
|
|
|
3614
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3615
3633
|
default as LucideFileVolume2
|
|
3616
3634
|
} from '../icons/file-signal';
|
|
3617
|
-
// FileSearchCorner aliases
|
|
3618
|
-
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
-
default as LucideFileSearch2
|
|
3622
|
-
} from '../icons/file-search-corner';
|
|
3623
3635
|
// FileTypeCorner aliases
|
|
3624
3636
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3625
3637
|
export {
|
|
@@ -3668,18 +3680,18 @@ export {
|
|
|
3668
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3669
3681
|
default as LucideFilter
|
|
3670
3682
|
} from '../icons/funnel';
|
|
3671
|
-
// Grid2x2Check aliases
|
|
3672
|
-
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3673
|
-
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3675
|
-
default as LucideGrid2X2Check
|
|
3676
|
-
} from '../icons/grid-2x2-check';
|
|
3677
3683
|
// GitCommitHorizontal aliases
|
|
3678
3684
|
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3679
3685
|
export {
|
|
3680
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
3687
|
default as LucideGitCommit
|
|
3682
3688
|
} from '../icons/git-commit-horizontal';
|
|
3689
|
+
// Grid2x2Check aliases
|
|
3690
|
+
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3693
|
+
default as LucideGrid2X2Check
|
|
3694
|
+
} from '../icons/grid-2x2-check';
|
|
3683
3695
|
// Grid2x2Plus aliases
|
|
3684
3696
|
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3685
3697
|
export {
|
|
@@ -3692,6 +3704,12 @@ export {
|
|
|
3692
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3693
3705
|
default as LucideGrid2X2X
|
|
3694
3706
|
} from '../icons/grid-2x2-x';
|
|
3707
|
+
// Grid2x2 aliases
|
|
3708
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3711
|
+
default as LucideGrid2X2
|
|
3712
|
+
} from '../icons/grid-2x2';
|
|
3695
3713
|
// Grid3x3 aliases
|
|
3696
3714
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3697
3715
|
export {
|
|
@@ -3702,12 +3720,6 @@ export {
|
|
|
3702
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3703
3721
|
default as LucideGrid3X3
|
|
3704
3722
|
} from '../icons/grid-3x3';
|
|
3705
|
-
// Grid2x2 aliases
|
|
3706
|
-
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3709
|
-
default as LucideGrid2X2
|
|
3710
|
-
} from '../icons/grid-2x2';
|
|
3711
3723
|
// HandHelping aliases
|
|
3712
3724
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3713
3725
|
export {
|
|
@@ -3760,12 +3772,6 @@ export {
|
|
|
3760
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3761
3773
|
default as LucideIndentDecrease
|
|
3762
3774
|
} from '../icons/list-indent-decrease';
|
|
3763
|
-
// LoaderCircle aliases
|
|
3764
|
-
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3765
|
-
export {
|
|
3766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3767
|
-
default as LucideLoader2
|
|
3768
|
-
} from '../icons/loader-circle';
|
|
3769
3775
|
// ListIndentIncrease aliases
|
|
3770
3776
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3771
3777
|
export {
|
|
@@ -3776,6 +3782,12 @@ export {
|
|
|
3776
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3777
3783
|
default as LucideIndentIncrease
|
|
3778
3784
|
} from '../icons/list-indent-increase';
|
|
3785
|
+
// LoaderCircle aliases
|
|
3786
|
+
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3789
|
+
default as LucideLoader2
|
|
3790
|
+
} from '../icons/loader-circle';
|
|
3779
3791
|
// LockKeyholeOpen aliases
|
|
3780
3792
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3781
3793
|
export {
|
|
@@ -3788,12 +3800,6 @@ export {
|
|
|
3788
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3789
3801
|
default as LucideUnlock
|
|
3790
3802
|
} from '../icons/lock-open';
|
|
3791
|
-
// MessageCircleQuestionMark aliases
|
|
3792
|
-
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3793
|
-
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3795
|
-
default as LucideMessageCircleQuestion
|
|
3796
|
-
} from '../icons/message-circle-question-mark';
|
|
3797
3803
|
// MailQuestionMark aliases
|
|
3798
3804
|
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3799
3805
|
export {
|
|
@@ -3806,6 +3812,18 @@ export {
|
|
|
3806
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3807
3813
|
default as LucideLocationEdit
|
|
3808
3814
|
} from '../icons/map-pin-pen';
|
|
3815
|
+
// MessageCircleQuestionMark aliases
|
|
3816
|
+
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3819
|
+
default as LucideMessageCircleQuestion
|
|
3820
|
+
} from '../icons/message-circle-question-mark';
|
|
3821
|
+
// MicSignal aliases
|
|
3822
|
+
export { default as LucideMicSignal } from '../icons/mic-signal';
|
|
3823
|
+
export {
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
|
|
3825
|
+
default as LucidePodcast
|
|
3826
|
+
} from '../icons/mic-signal';
|
|
3809
3827
|
// MicVocal aliases
|
|
3810
3828
|
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3811
3829
|
export {
|
|
@@ -3830,30 +3848,24 @@ export {
|
|
|
3830
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3831
3849
|
default as LucidePauseOctagon
|
|
3832
3850
|
} from '../icons/octagon-pause';
|
|
3833
|
-
// PanelBottomDashed aliases
|
|
3834
|
-
export { default as LucidePanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3837
|
-
default as LucidePanelBottomInactive
|
|
3838
|
-
} from '../icons/panel-bottom-dashed';
|
|
3839
3851
|
// OctagonX aliases
|
|
3840
3852
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3841
3853
|
export {
|
|
3842
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3843
3855
|
default as LucideXOctagon
|
|
3844
3856
|
} from '../icons/octagon-x';
|
|
3845
|
-
// PanelLeftClose aliases
|
|
3846
|
-
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3849
|
-
default as LucideSidebarClose
|
|
3850
|
-
} from '../icons/panel-left-close';
|
|
3851
3857
|
// PaintbrushVertical aliases
|
|
3852
3858
|
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3853
3859
|
export {
|
|
3854
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3855
3861
|
default as LucidePaintbrush2
|
|
3856
3862
|
} from '../icons/paintbrush-vertical';
|
|
3863
|
+
// PanelBottomDashed aliases
|
|
3864
|
+
export { default as LucidePanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3867
|
+
default as LucidePanelBottomInactive
|
|
3868
|
+
} from '../icons/panel-bottom-dashed';
|
|
3857
3869
|
// PanelLeftDashed aliases
|
|
3858
3870
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3859
3871
|
export {
|
|
@@ -3872,6 +3884,12 @@ export {
|
|
|
3872
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3873
3885
|
default as LucideSidebar
|
|
3874
3886
|
} from '../icons/panel-left';
|
|
3887
|
+
// PanelLeftClose aliases
|
|
3888
|
+
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3891
|
+
default as LucideSidebarClose
|
|
3892
|
+
} from '../icons/panel-left-close';
|
|
3875
3893
|
// PanelRightDashed aliases
|
|
3876
3894
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3877
3895
|
export {
|
|
@@ -3920,6 +3938,12 @@ export {
|
|
|
3920
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3921
3939
|
default as LucideRotate3D
|
|
3922
3940
|
} from '../icons/rotate-3d';
|
|
3941
|
+
// RotateCcwClock aliases
|
|
3942
|
+
export { default as LucideRotateCcwClock } from '../icons/rotate-ccw-clock';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3945
|
+
default as LucideHistory
|
|
3946
|
+
} from '../icons/rotate-ccw-clock';
|
|
3923
3947
|
// Rows2 aliases
|
|
3924
3948
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3925
3949
|
export {
|
|
@@ -3938,36 +3962,36 @@ export {
|
|
|
3938
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3939
3963
|
default as LucideScale3D
|
|
3940
3964
|
} from '../icons/scale-3d';
|
|
3941
|
-
// ShieldQuestionMark aliases
|
|
3942
|
-
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3945
|
-
default as LucideShieldQuestion
|
|
3946
|
-
} from '../icons/shield-question-mark';
|
|
3947
3965
|
// SendHorizontal aliases
|
|
3948
3966
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3949
3967
|
export {
|
|
3950
3968
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3951
3969
|
default as LucideSendHorizonal
|
|
3952
3970
|
} from '../icons/send-horizontal';
|
|
3953
|
-
//
|
|
3954
|
-
export { default as
|
|
3971
|
+
// ShieldQuestionMark aliases
|
|
3972
|
+
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3955
3973
|
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3957
|
-
default as
|
|
3958
|
-
} from '../icons/shield-
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3975
|
+
default as LucideShieldQuestion
|
|
3976
|
+
} from '../icons/shield-question-mark';
|
|
3977
|
+
// SlidersVertical aliases
|
|
3978
|
+
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3979
|
+
export {
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
3981
|
+
default as LucideSliders
|
|
3982
|
+
} from '../icons/sliders-vertical';
|
|
3959
3983
|
// Sparkles aliases
|
|
3960
3984
|
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3961
3985
|
export {
|
|
3962
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3963
3987
|
default as LucideStars
|
|
3964
3988
|
} from '../icons/sparkles';
|
|
3965
|
-
//
|
|
3966
|
-
export { default as
|
|
3989
|
+
// ShieldX aliases
|
|
3990
|
+
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3967
3991
|
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3969
|
-
default as
|
|
3970
|
-
} from '../icons/
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3993
|
+
default as LucideShieldClose
|
|
3994
|
+
} from '../icons/shield-x';
|
|
3971
3995
|
// SquareActivity aliases
|
|
3972
3996
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3973
3997
|
export {
|
|
@@ -3998,12 +4022,6 @@ export {
|
|
|
3998
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
3999
4023
|
default as LucideArrowLeftSquare
|
|
4000
4024
|
} from '../icons/square-arrow-left';
|
|
4001
|
-
// SquareArrowOutDownLeft aliases
|
|
4002
|
-
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
4003
|
-
export {
|
|
4004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4005
|
-
default as LucideArrowDownLeftFromSquare
|
|
4006
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4007
4025
|
// SquareArrowOutDownRight aliases
|
|
4008
4026
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
4009
4027
|
export {
|
|
@@ -4016,6 +4034,12 @@ export {
|
|
|
4016
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4017
4035
|
default as LucideArrowUpLeftFromSquare
|
|
4018
4036
|
} from '../icons/square-arrow-out-up-left';
|
|
4037
|
+
// SquareArrowOutDownLeft aliases
|
|
4038
|
+
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
4039
|
+
export {
|
|
4040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4041
|
+
default as LucideArrowDownLeftFromSquare
|
|
4042
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4019
4043
|
// SquareArrowOutUpRight aliases
|
|
4020
4044
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
4021
4045
|
export {
|
|
@@ -4040,18 +4064,18 @@ export {
|
|
|
4040
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4041
4065
|
default as LucideArrowUpRightSquare
|
|
4042
4066
|
} from '../icons/square-arrow-up-right';
|
|
4043
|
-
// SquareArrowUp aliases
|
|
4044
|
-
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
4045
|
-
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4047
|
-
default as LucideArrowUpSquare
|
|
4048
|
-
} from '../icons/square-arrow-up';
|
|
4049
4067
|
// SquareAsterisk aliases
|
|
4050
4068
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
4051
4069
|
export {
|
|
4052
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4053
4071
|
default as LucideAsteriskSquare
|
|
4054
4072
|
} from '../icons/square-asterisk';
|
|
4073
|
+
// SquareArrowUp aliases
|
|
4074
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
4075
|
+
export {
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4077
|
+
default as LucideArrowUpSquare
|
|
4078
|
+
} from '../icons/square-arrow-up';
|
|
4055
4079
|
// SquareBottomDashedScissors aliases
|
|
4056
4080
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
4057
4081
|
export {
|
|
@@ -4070,6 +4094,12 @@ export {
|
|
|
4070
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4071
4095
|
default as LucideFlipVertical
|
|
4072
4096
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4097
|
+
// SquareCheck aliases
|
|
4098
|
+
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
4099
|
+
export {
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4101
|
+
default as LucideCheckSquare2
|
|
4102
|
+
} from '../icons/square-check';
|
|
4073
4103
|
// SquareChartGantt aliases
|
|
4074
4104
|
export { default as LucideSquareChartGantt } from '../icons/square-chart-gantt';
|
|
4075
4105
|
export {
|
|
@@ -4086,30 +4116,18 @@ export {
|
|
|
4086
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4087
4117
|
default as LucideCheckSquare
|
|
4088
4118
|
} from '../icons/square-check-big';
|
|
4089
|
-
// SquareCheck aliases
|
|
4090
|
-
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
4091
|
-
export {
|
|
4092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4093
|
-
default as LucideCheckSquare2
|
|
4094
|
-
} from '../icons/square-check';
|
|
4095
|
-
// SquareChevronLeft aliases
|
|
4096
|
-
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4097
|
-
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4099
|
-
default as LucideChevronLeftSquare
|
|
4100
|
-
} from '../icons/square-chevron-left';
|
|
4101
4119
|
// SquareChevronDown aliases
|
|
4102
4120
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
4103
4121
|
export {
|
|
4104
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4105
4123
|
default as LucideChevronDownSquare
|
|
4106
4124
|
} from '../icons/square-chevron-down';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4125
|
+
// SquareChevronLeft aliases
|
|
4126
|
+
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4109
4127
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-chevron-
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4129
|
+
default as LucideChevronLeftSquare
|
|
4130
|
+
} from '../icons/square-chevron-left';
|
|
4113
4131
|
// SquareChevronRight aliases
|
|
4114
4132
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4115
4133
|
export {
|
|
@@ -4128,6 +4146,18 @@ export {
|
|
|
4128
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4129
4147
|
default as LucideKanbanSquareDashed
|
|
4130
4148
|
} from '../icons/square-dashed-kanban';
|
|
4149
|
+
// SquareChevronUp aliases
|
|
4150
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4153
|
+
default as LucideChevronUpSquare
|
|
4154
|
+
} from '../icons/square-chevron-up';
|
|
4155
|
+
// SquareDashedMousePointer aliases
|
|
4156
|
+
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4159
|
+
default as LucideMousePointerSquareDashed
|
|
4160
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4131
4161
|
// SquareDashedText aliases
|
|
4132
4162
|
export { default as LucideSquareDashedText } from '../icons/square-dashed-text';
|
|
4133
4163
|
export {
|
|
@@ -4138,30 +4168,30 @@ export {
|
|
|
4138
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4139
4169
|
default as LucideTextSelect
|
|
4140
4170
|
} from '../icons/square-dashed-text';
|
|
4171
|
+
// SquareDot aliases
|
|
4172
|
+
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4173
|
+
export {
|
|
4174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4175
|
+
default as LucideDotSquare
|
|
4176
|
+
} from '../icons/square-dot';
|
|
4141
4177
|
// SquareDivide aliases
|
|
4142
4178
|
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4143
4179
|
export {
|
|
4144
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4145
4181
|
default as LucideDivideSquare
|
|
4146
4182
|
} from '../icons/square-divide';
|
|
4147
|
-
// SquareDashedMousePointer aliases
|
|
4148
|
-
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4151
|
-
default as LucideMousePointerSquareDashed
|
|
4152
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4153
4183
|
// SquareDashed aliases
|
|
4154
4184
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
4155
4185
|
export {
|
|
4156
4186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4157
4187
|
default as LucideBoxSelect
|
|
4158
4188
|
} from '../icons/square-dashed';
|
|
4159
|
-
//
|
|
4160
|
-
export { default as
|
|
4189
|
+
// SquareEqual aliases
|
|
4190
|
+
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4161
4191
|
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4163
|
-
default as
|
|
4164
|
-
} from '../icons/square-
|
|
4192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4193
|
+
default as LucideEqualSquare
|
|
4194
|
+
} from '../icons/square-equal';
|
|
4165
4195
|
// SquareFunction aliases
|
|
4166
4196
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4167
4197
|
export {
|
|
@@ -4174,12 +4204,6 @@ export {
|
|
|
4174
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4175
4205
|
default as LucideKanbanSquare
|
|
4176
4206
|
} from '../icons/square-kanban';
|
|
4177
|
-
// SquareEqual aliases
|
|
4178
|
-
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4179
|
-
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4181
|
-
default as LucideEqualSquare
|
|
4182
|
-
} from '../icons/square-equal';
|
|
4183
4207
|
// SquareLibrary aliases
|
|
4184
4208
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4185
4209
|
export {
|
|
@@ -4192,24 +4216,24 @@ export {
|
|
|
4192
4216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4193
4217
|
default as LucideMSquare
|
|
4194
4218
|
} from '../icons/square-m';
|
|
4195
|
-
//
|
|
4196
|
-
export { default as
|
|
4219
|
+
// SquareMenu aliases
|
|
4220
|
+
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4197
4221
|
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4199
|
-
default as
|
|
4200
|
-
} from '../icons/square-
|
|
4222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4223
|
+
default as LucideMenuSquare
|
|
4224
|
+
} from '../icons/square-menu';
|
|
4201
4225
|
// SquareMousePointer aliases
|
|
4202
4226
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4203
4227
|
export {
|
|
4204
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4205
4229
|
default as LucideInspect
|
|
4206
4230
|
} from '../icons/square-mouse-pointer';
|
|
4207
|
-
//
|
|
4208
|
-
export { default as
|
|
4231
|
+
// SquareMinus aliases
|
|
4232
|
+
export { default as LucideSquareMinus } from '../icons/square-minus';
|
|
4209
4233
|
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4211
|
-
default as
|
|
4212
|
-
} from '../icons/square-
|
|
4234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4235
|
+
default as LucideMinusSquare
|
|
4236
|
+
} from '../icons/square-minus';
|
|
4213
4237
|
// SquareParkingOff aliases
|
|
4214
4238
|
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4215
4239
|
export {
|
|
@@ -4236,18 +4260,18 @@ export {
|
|
|
4236
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4237
4261
|
default as LucidePenSquare
|
|
4238
4262
|
} from '../icons/square-pen';
|
|
4239
|
-
// SquarePercent aliases
|
|
4240
|
-
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4241
|
-
export {
|
|
4242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4243
|
-
default as LucidePercentSquare
|
|
4244
|
-
} from '../icons/square-percent';
|
|
4245
4263
|
// SquarePi aliases
|
|
4246
4264
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4247
4265
|
export {
|
|
4248
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4249
4267
|
default as LucidePiSquare
|
|
4250
4268
|
} from '../icons/square-pi';
|
|
4269
|
+
// SquarePercent aliases
|
|
4270
|
+
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4273
|
+
default as LucidePercentSquare
|
|
4274
|
+
} from '../icons/square-percent';
|
|
4251
4275
|
// SquarePilcrow aliases
|
|
4252
4276
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4253
4277
|
export {
|
|
@@ -4290,18 +4314,18 @@ export {
|
|
|
4290
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4291
4315
|
default as LucideSlashSquare
|
|
4292
4316
|
} from '../icons/square-slash';
|
|
4293
|
-
// SquareSplitVertical aliases
|
|
4294
|
-
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4295
|
-
export {
|
|
4296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4297
|
-
default as LucideSplitSquareVertical
|
|
4298
|
-
} from '../icons/square-split-vertical';
|
|
4299
4317
|
// SquareSplitHorizontal aliases
|
|
4300
4318
|
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4301
4319
|
export {
|
|
4302
4320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4303
4321
|
default as LucideSplitSquareHorizontal
|
|
4304
4322
|
} from '../icons/square-split-horizontal';
|
|
4323
|
+
// SquareSplitVertical aliases
|
|
4324
|
+
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4325
|
+
export {
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4327
|
+
default as LucideSplitSquareVertical
|
|
4328
|
+
} from '../icons/square-split-vertical';
|
|
4305
4329
|
// SquareTerminal aliases
|
|
4306
4330
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4307
4331
|
export {
|
|
@@ -4338,18 +4362,18 @@ export {
|
|
|
4338
4362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4339
4363
|
default as LucideAlignCenter
|
|
4340
4364
|
} from '../icons/text-align-center';
|
|
4341
|
-
// TextAlignJustify aliases
|
|
4342
|
-
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4343
|
-
export {
|
|
4344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4345
|
-
default as LucideAlignJustify
|
|
4346
|
-
} from '../icons/text-align-justify';
|
|
4347
4365
|
// TextAlignEnd aliases
|
|
4348
4366
|
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4349
4367
|
export {
|
|
4350
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4351
4369
|
default as LucideAlignRight
|
|
4352
4370
|
} from '../icons/text-align-end';
|
|
4371
|
+
// TextAlignJustify aliases
|
|
4372
|
+
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4375
|
+
default as LucideAlignJustify
|
|
4376
|
+
} from '../icons/text-align-justify';
|
|
4353
4377
|
// TextAlignStart aliases
|
|
4354
4378
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4355
4379
|
export {
|
|
@@ -4360,18 +4384,18 @@ export {
|
|
|
4360
4384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4361
4385
|
default as LucideAlignLeft
|
|
4362
4386
|
} from '../icons/text-align-start';
|
|
4363
|
-
// TextWrap aliases
|
|
4364
|
-
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4365
|
-
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4367
|
-
default as LucideWrapText
|
|
4368
|
-
} from '../icons/text-wrap';
|
|
4369
4387
|
// TextInitial aliases
|
|
4370
4388
|
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4371
4389
|
export {
|
|
4372
4390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4373
4391
|
default as LucideLetterText
|
|
4374
4392
|
} from '../icons/text-initial';
|
|
4393
|
+
// TextWrap aliases
|
|
4394
|
+
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4395
|
+
export {
|
|
4396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4397
|
+
default as LucideWrapText
|
|
4398
|
+
} from '../icons/text-wrap';
|
|
4375
4399
|
// TramFront aliases
|
|
4376
4400
|
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4377
4401
|
export {
|
|
@@ -4396,18 +4420,18 @@ export {
|
|
|
4396
4420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4397
4421
|
default as LucideTv2
|
|
4398
4422
|
} from '../icons/tv-minimal';
|
|
4399
|
-
// University aliases
|
|
4400
|
-
export { default as LucideUniversity } from '../icons/university';
|
|
4401
|
-
export {
|
|
4402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4403
|
-
default as LucideSchool2
|
|
4404
|
-
} from '../icons/university';
|
|
4405
4423
|
// UserRoundCheck aliases
|
|
4406
4424
|
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4407
4425
|
export {
|
|
4408
4426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4409
4427
|
default as LucideUserCheck2
|
|
4410
4428
|
} from '../icons/user-round-check';
|
|
4429
|
+
// University aliases
|
|
4430
|
+
export { default as LucideUniversity } from '../icons/university';
|
|
4431
|
+
export {
|
|
4432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4433
|
+
default as LucideSchool2
|
|
4434
|
+
} from '../icons/university';
|
|
4411
4435
|
// UserRoundCog aliases
|
|
4412
4436
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4413
4437
|
export {
|
|
@@ -4426,12 +4450,6 @@ export {
|
|
|
4426
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4427
4451
|
default as LucideUserPlus2
|
|
4428
4452
|
} from '../icons/user-round-plus';
|
|
4429
|
-
// UserRound aliases
|
|
4430
|
-
export { default as LucideUserRound } from '../icons/user-round';
|
|
4431
|
-
export {
|
|
4432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4433
|
-
default as LucideUser2
|
|
4434
|
-
} from '../icons/user-round';
|
|
4435
4453
|
// UserRoundX aliases
|
|
4436
4454
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4437
4455
|
export {
|
|
@@ -4444,6 +4462,18 @@ export {
|
|
|
4444
4462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4445
4463
|
default as LucideUsers2
|
|
4446
4464
|
} from '../icons/users-round';
|
|
4465
|
+
// UserRound aliases
|
|
4466
|
+
export { default as LucideUserRound } from '../icons/user-round';
|
|
4467
|
+
export {
|
|
4468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4469
|
+
default as LucideUser2
|
|
4470
|
+
} from '../icons/user-round';
|
|
4471
|
+
// Utensils aliases
|
|
4472
|
+
export { default as LucideUtensils } from '../icons/utensils';
|
|
4473
|
+
export {
|
|
4474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4475
|
+
default as LucideForkKnife
|
|
4476
|
+
} from '../icons/utensils';
|
|
4447
4477
|
// UtensilsCrossed aliases
|
|
4448
4478
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4449
4479
|
export {
|
|
@@ -4456,12 +4486,6 @@ export {
|
|
|
4456
4486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4457
4487
|
default as LucideWallet2
|
|
4458
4488
|
} from '../icons/wallet-minimal';
|
|
4459
|
-
// Utensils aliases
|
|
4460
|
-
export { default as LucideUtensils } from '../icons/utensils';
|
|
4461
|
-
export {
|
|
4462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4463
|
-
default as LucideForkKnife
|
|
4464
|
-
} from '../icons/utensils';
|
|
4465
4489
|
// WandSparkles aliases
|
|
4466
4490
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4467
4491
|
export {
|