@lucide/astro 1.46.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +190 -190
- package/src/aliases/prefixed.ts +688 -668
- package/src/aliases/suffixed.ts +976 -956
- package/src/icons/broccoli.ts +2 -2
- package/src/icons/calendar-chevrons-right.ts +2 -2
- package/src/icons/cupcake.ts +20 -0
- package/src/icons/door-closed-package.ts +20 -0
- package/src/icons/faucet.ts +20 -0
- package/src/icons/index.ts +205 -195
- package/src/icons/lambda.ts +20 -0
- package/src/icons/nepali-rupee.ts +20 -0
- package/src/icons/rotate-cw-clock.ts +20 -0
- package/src/icons/save-off.ts +2 -2
- package/src/icons/square-dashed-plus.ts +20 -0
- package/src/icons/square-dashed-x-corner.ts +20 -0
- package/src/icons/square-dashed-x.ts +20 -0
- package/src/icons/tube-lotion.ts +20 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -40,10 +40,10 @@ export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-ho
|
|
|
40
40
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
// AlignHorizontalSpaceBetween aliases
|
|
44
|
-
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
@@ -52,14 +52,14 @@ export { default as LucideAlignStartVertical } from '../icons/align-start-vertic
|
|
|
52
52
|
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -72,10 +72,10 @@ export { default as LucideAmpersand } from '../icons/ampersand';
|
|
|
72
72
|
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
75
|
-
// Angle aliases
|
|
76
|
-
export { default as LucideAngle } from '../icons/angle';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as LucideAnchor } from '../icons/anchor';
|
|
77
|
+
// Angle aliases
|
|
78
|
+
export { default as LucideAngle } from '../icons/angle';
|
|
79
79
|
// Antenna aliases
|
|
80
80
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
81
81
|
// Anvil aliases
|
|
@@ -124,10 +124,10 @@ export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
|
124
124
|
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
125
125
|
// ArrowDownToLine aliases
|
|
126
126
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
127
|
-
// ArrowDown aliases
|
|
128
|
-
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
131
131
|
// ArrowLeftFromLine aliases
|
|
132
132
|
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
133
133
|
// ArrowLeftRight aliases
|
|
@@ -136,20 +136,20 @@ export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
|
136
136
|
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
141
139
|
// ArrowRightLeft aliases
|
|
142
140
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightToLine aliases
|
|
144
144
|
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
145
145
|
// ArrowRight aliases
|
|
146
146
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
147
147
|
// ArrowUpDown aliases
|
|
148
148
|
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
151
149
|
// ArrowUpFromLine aliases
|
|
152
150
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpLeft aliases
|
|
154
154
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
155
155
|
// ArrowUpRight aliases
|
|
@@ -166,10 +166,10 @@ export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line'
|
|
|
166
166
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
167
167
|
// Astroid aliases
|
|
168
168
|
export { default as LucideAstroid } from '../icons/astroid';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as LucideAtom } from '../icons/atom';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as LucideAtom } from '../icons/atom';
|
|
173
173
|
// AudioLinesOff aliases
|
|
174
174
|
export { default as LucideAudioLinesOff } from '../icons/audio-lines-off';
|
|
175
175
|
// AudioLinesX aliases
|
|
@@ -212,48 +212,48 @@ 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
|
-
// Balloon aliases
|
|
222
|
-
export { default as LucideBalloon } from '../icons/balloon';
|
|
223
221
|
// BaggageClaim aliases
|
|
224
222
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as LucideBalloon } from '../icons/balloon';
|
|
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
|
// BanknoteArrowDown aliases
|
|
234
232
|
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
233
|
+
// BanknoteArrowUp aliases
|
|
234
|
+
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
235
235
|
// BanknoteCheck aliases
|
|
236
236
|
export { default as LucideBanknoteCheck } from '../icons/banknote-check';
|
|
237
|
-
// Banknote aliases
|
|
238
|
-
export { default as LucideBanknote } from '../icons/banknote';
|
|
239
237
|
// BanknoteX aliases
|
|
240
238
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
239
|
+
// Banknote aliases
|
|
240
|
+
export { default as LucideBanknote } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
244
244
|
export { default as LucideBarrel } from '../icons/barrel';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
249
247
|
// Bath aliases
|
|
250
248
|
export { default as LucideBath } from '../icons/bath';
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
253
|
-
// BatteryMedium aliases
|
|
254
|
-
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
255
253
|
// BatteryLow aliases
|
|
256
254
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
255
|
+
// BatteryMedium aliases
|
|
256
|
+
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
259
259
|
// BatteryWarning aliases
|
|
@@ -278,10 +278,10 @@ export { default as LucideBeefOff } from '../icons/beef-off';
|
|
|
278
278
|
export { default as LucideBeef } from '../icons/beef';
|
|
279
279
|
// BeerOff aliases
|
|
280
280
|
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
281
|
-
// BellCheck aliases
|
|
282
|
-
export { default as LucideBellCheck } from '../icons/bell-check';
|
|
283
281
|
// Beer aliases
|
|
284
282
|
export { default as LucideBeer } from '../icons/beer';
|
|
283
|
+
// BellCheck aliases
|
|
284
|
+
export { default as LucideBellCheck } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
287
287
|
// BellElectric aliases
|
|
@@ -292,26 +292,26 @@ export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
|
292
292
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
293
293
|
// BellPlus aliases
|
|
294
294
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
295
|
-
// BellRing aliases
|
|
296
|
-
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
297
295
|
// Bell aliases
|
|
298
296
|
export { default as LucideBell } from '../icons/bell';
|
|
299
297
|
// BetweenVerticalEnd aliases
|
|
300
298
|
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
299
|
+
// BellRing aliases
|
|
300
|
+
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
305
303
|
// Bike aliases
|
|
306
304
|
export { default as LucideBike } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
309
305
|
// Binary aliases
|
|
310
306
|
export { default as LucideBinary } from '../icons/binary';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
307
|
+
// Binoculars aliases
|
|
308
|
+
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
309
|
+
// BicepsFlexed aliases
|
|
310
|
+
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
313
311
|
// Biohazard aliases
|
|
314
312
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as LucideBird } from '../icons/bird';
|
|
315
315
|
// Birdhouse aliases
|
|
316
316
|
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
317
317
|
// Bitcoin aliases
|
|
@@ -320,10 +320,10 @@ export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
|
320
320
|
export { default as LucideBlend } from '../icons/blend';
|
|
321
321
|
// Blender aliases
|
|
322
322
|
export { default as LucideBlender } from '../icons/blender';
|
|
323
|
-
// Blocks aliases
|
|
324
|
-
export { default as LucideBlocks } from '../icons/blocks';
|
|
325
323
|
// Blinds aliases
|
|
326
324
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
325
|
+
// Blocks aliases
|
|
326
|
+
export { default as LucideBlocks } from '../icons/blocks';
|
|
327
327
|
// BluetoothConnected aliases
|
|
328
328
|
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
329
329
|
// BluetoothOff aliases
|
|
@@ -360,10 +360,10 @@ export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
|
360
360
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as LucideBookKey } from '../icons/book-key';
|
|
365
363
|
// BookLock aliases
|
|
366
364
|
export { default as LucideBookLock } from '../icons/book-lock';
|
|
365
|
+
// BookKey aliases
|
|
366
|
+
export { default as LucideBookKey } from '../icons/book-key';
|
|
367
367
|
// BookMinus aliases
|
|
368
368
|
export { default as LucideBookMinus } from '../icons/book-minus';
|
|
369
369
|
// BookOpenCheck aliases
|
|
@@ -374,62 +374,62 @@ export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
|
374
374
|
export { default as LucideBookOpen } from '../icons/book-open';
|
|
375
375
|
// BookPlus aliases
|
|
376
376
|
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
377
|
-
// BookSearch aliases
|
|
378
|
-
export { default as LucideBookSearch } from '../icons/book-search';
|
|
379
377
|
// BookText aliases
|
|
380
378
|
export { default as LucideBookText } from '../icons/book-text';
|
|
379
|
+
// BookSearch aliases
|
|
380
|
+
export { default as LucideBookSearch } from '../icons/book-search';
|
|
381
381
|
// BookType aliases
|
|
382
382
|
export { default as LucideBookType } from '../icons/book-type';
|
|
383
383
|
// BookUp2 aliases
|
|
384
384
|
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
385
385
|
// BookUp aliases
|
|
386
386
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
387
|
-
// BookUser aliases
|
|
388
|
-
export { default as LucideBookUser } from '../icons/book-user';
|
|
389
387
|
// BookX aliases
|
|
390
388
|
export { default as LucideBookX } from '../icons/book-x';
|
|
389
|
+
// BookUser aliases
|
|
390
|
+
export { default as LucideBookUser } from '../icons/book-user';
|
|
391
391
|
// Book aliases
|
|
392
392
|
export { default as LucideBook } from '../icons/book';
|
|
393
|
-
// BookmarkCheck aliases
|
|
394
|
-
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
395
393
|
// BookmarkMinus aliases
|
|
396
394
|
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
395
|
+
// BookmarkCheck aliases
|
|
396
|
+
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
397
397
|
// BookmarkOff aliases
|
|
398
398
|
export { default as LucideBookmarkOff } from '../icons/bookmark-off';
|
|
399
399
|
// BookmarkPlus aliases
|
|
400
400
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
401
|
-
// BookmarkX aliases
|
|
402
|
-
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
403
401
|
// Bookmark aliases
|
|
404
402
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
403
|
+
// BookmarkX aliases
|
|
404
|
+
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
405
405
|
// BoomBox aliases
|
|
406
406
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
407
407
|
// BotMessageSquare aliases
|
|
408
408
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
409
|
-
// Bot aliases
|
|
410
|
-
export { default as LucideBot } from '../icons/bot';
|
|
411
409
|
// BotOff aliases
|
|
412
410
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
411
|
+
// Bot aliases
|
|
412
|
+
export { default as LucideBot } from '../icons/bot';
|
|
413
413
|
// BottleWine aliases
|
|
414
414
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
415
415
|
// BowArrow aliases
|
|
416
416
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
417
417
|
// Box aliases
|
|
418
418
|
export { default as LucideBox } from '../icons/box';
|
|
419
|
-
// Boxes aliases
|
|
420
|
-
export { default as LucideBoxes } from '../icons/boxes';
|
|
421
419
|
// Brackets aliases
|
|
422
420
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
421
|
+
// Boxes aliases
|
|
422
|
+
export { default as LucideBoxes } from '../icons/boxes';
|
|
423
423
|
// BrainCircuit aliases
|
|
424
424
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
425
425
|
// BrainCog aliases
|
|
426
426
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
427
427
|
// Brain aliases
|
|
428
428
|
export { default as LucideBrain } from '../icons/brain';
|
|
429
|
-
// BrickWallShield aliases
|
|
430
|
-
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
431
429
|
// BrickWallFire aliases
|
|
432
430
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
431
|
+
// BrickWallShield aliases
|
|
432
|
+
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
433
433
|
// BrickWall aliases
|
|
434
434
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
435
435
|
// Bridge aliases
|
|
@@ -440,12 +440,12 @@ export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business'
|
|
|
440
440
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
443
|
-
// Briefcase aliases
|
|
444
|
-
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
445
443
|
// BringToFront aliases
|
|
446
444
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
447
445
|
// Broccoli aliases
|
|
448
446
|
export { default as LucideBroccoli } from '../icons/broccoli';
|
|
447
|
+
// Briefcase aliases
|
|
448
|
+
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
449
449
|
// BroomSparkles aliases
|
|
450
450
|
export { default as LucideBroomSparkles } from '../icons/broom-sparkles';
|
|
451
451
|
// Broom aliases
|
|
@@ -456,10 +456,10 @@ export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
|
456
456
|
export { default as LucideBrush } from '../icons/brush';
|
|
457
457
|
// Bubbles aliases
|
|
458
458
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
459
|
-
// BugPlay aliases
|
|
460
|
-
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
461
459
|
// BugOff aliases
|
|
462
460
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
461
|
+
// BugPlay aliases
|
|
462
|
+
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
463
463
|
// Bug aliases
|
|
464
464
|
export { default as LucideBug } from '../icons/bug';
|
|
465
465
|
// BuildingComplexPlus aliases
|
|
@@ -468,20 +468,20 @@ export { default as LucideBuildingComplexPlus } from '../icons/building-complex-
|
|
|
468
468
|
export { default as LucideBuilding } from '../icons/building';
|
|
469
469
|
// BusFront aliases
|
|
470
470
|
export { default as LucideBusFront } from '../icons/bus-front';
|
|
471
|
-
// Bus aliases
|
|
472
|
-
export { default as LucideBus } from '../icons/bus';
|
|
473
471
|
// CableCar aliases
|
|
474
472
|
export { default as LucideCableCar } from '../icons/cable-car';
|
|
473
|
+
// Bus aliases
|
|
474
|
+
export { default as LucideBus } from '../icons/bus';
|
|
475
475
|
// Cable aliases
|
|
476
476
|
export { default as LucideCable } from '../icons/cable';
|
|
477
477
|
// CakeSlice aliases
|
|
478
478
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
479
479
|
// Cake aliases
|
|
480
480
|
export { default as LucideCake } from '../icons/cake';
|
|
481
|
-
// Calculator aliases
|
|
482
|
-
export { default as LucideCalculator } from '../icons/calculator';
|
|
483
481
|
// Calendar1 aliases
|
|
484
482
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
483
|
+
// Calculator aliases
|
|
484
|
+
export { default as LucideCalculator } from '../icons/calculator';
|
|
485
485
|
// CalendarArrowDown aliases
|
|
486
486
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
487
487
|
// CalendarArrowUp aliases
|
|
@@ -498,18 +498,18 @@ export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
|
498
498
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
499
499
|
// CalendarDays aliases
|
|
500
500
|
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
501
|
-
// CalendarFold aliases
|
|
502
|
-
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
503
501
|
// CalendarHeart aliases
|
|
504
502
|
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
503
|
+
// CalendarFold aliases
|
|
504
|
+
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
506
506
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
507
507
|
// CalendarMinus aliases
|
|
508
508
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
509
|
-
// CalendarPlus2 aliases
|
|
510
|
-
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
511
509
|
// CalendarOff aliases
|
|
512
510
|
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
511
|
+
// CalendarPlus2 aliases
|
|
512
|
+
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
513
513
|
// CalendarPlus aliases
|
|
514
514
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
515
515
|
// CalendarRange aliases
|
|
@@ -518,10 +518,10 @@ export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
|
518
518
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
521
|
-
// CalendarX2 aliases
|
|
522
|
-
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
523
521
|
// CalendarX aliases
|
|
524
522
|
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
523
|
+
// CalendarX2 aliases
|
|
524
|
+
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
525
525
|
// Calendar aliases
|
|
526
526
|
export { default as LucideCalendar } from '../icons/calendar';
|
|
527
527
|
// Calendars aliases
|
|
@@ -536,16 +536,16 @@ export { default as LucideCanSoda } from '../icons/can-soda';
|
|
|
536
536
|
export { default as LucideCan } from '../icons/can';
|
|
537
537
|
// CandyCane aliases
|
|
538
538
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
539
|
-
// Candy aliases
|
|
540
|
-
export { default as LucideCandy } from '../icons/candy';
|
|
541
539
|
// CandyOff aliases
|
|
542
540
|
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
541
|
+
// Candy aliases
|
|
542
|
+
export { default as LucideCandy } from '../icons/candy';
|
|
543
543
|
// CannabisOff aliases
|
|
544
544
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
545
|
-
// Cannabis aliases
|
|
546
|
-
export { default as LucideCannabis } from '../icons/cannabis';
|
|
547
545
|
// CaptionsOff aliases
|
|
548
546
|
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
547
|
+
// Cannabis aliases
|
|
548
|
+
export { default as LucideCannabis } from '../icons/cannabis';
|
|
549
549
|
// CarBattery aliases
|
|
550
550
|
export { default as LucideCarBattery } from '../icons/car-battery';
|
|
551
551
|
// CarFront aliases
|
|
@@ -558,30 +558,30 @@ export { default as LucideCar } from '../icons/car';
|
|
|
558
558
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
559
559
|
// CardSim aliases
|
|
560
560
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
561
|
-
// Carrot aliases
|
|
562
|
-
export { default as LucideCarrot } from '../icons/carrot';
|
|
563
561
|
// CartonOff aliases
|
|
564
562
|
export { default as LucideCartonOff } from '../icons/carton-off';
|
|
563
|
+
// Carrot aliases
|
|
564
|
+
export { default as LucideCarrot } from '../icons/carrot';
|
|
565
565
|
// Carton aliases
|
|
566
566
|
export { default as LucideCarton } from '../icons/carton';
|
|
567
567
|
// CaseLower aliases
|
|
568
568
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
569
569
|
// CaseSensitive aliases
|
|
570
570
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
571
|
-
// CaseUpper aliases
|
|
572
|
-
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
573
571
|
// CassetteTape aliases
|
|
574
572
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
575
573
|
// Cast aliases
|
|
576
574
|
export { default as LucideCast } from '../icons/cast';
|
|
575
|
+
// CaseUpper aliases
|
|
576
|
+
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
577
577
|
// Castle aliases
|
|
578
578
|
export { default as LucideCastle } from '../icons/castle';
|
|
579
579
|
// Cat aliases
|
|
580
580
|
export { default as LucideCat } from '../icons/cat';
|
|
581
|
-
// CctvOff aliases
|
|
582
|
-
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
583
581
|
// Cctv aliases
|
|
584
582
|
export { default as LucideCctv } from '../icons/cctv';
|
|
583
|
+
// CctvOff aliases
|
|
584
|
+
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
585
585
|
// ChartBarDecreasing aliases
|
|
586
586
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
587
587
|
// ChartBarIncreasing aliases
|
|
@@ -606,16 +606,16 @@ export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
|
606
606
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
607
607
|
// CheckLine aliases
|
|
608
608
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
609
|
-
// ChefHat aliases
|
|
610
|
-
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
611
609
|
// Check aliases
|
|
612
610
|
export { default as LucideCheck } from '../icons/check';
|
|
611
|
+
// ChefHat aliases
|
|
612
|
+
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
613
613
|
// ChessBishop aliases
|
|
614
614
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
615
|
-
// ChessKing aliases
|
|
616
|
-
export { default as LucideChessKing } from '../icons/chess-king';
|
|
617
615
|
// Cherry aliases
|
|
618
616
|
export { default as LucideCherry } from '../icons/cherry';
|
|
617
|
+
// ChessKing aliases
|
|
618
|
+
export { default as LucideChessKing } from '../icons/chess-king';
|
|
619
619
|
// ChessKnight aliases
|
|
620
620
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
621
621
|
// ChessPawn aliases
|
|
@@ -632,12 +632,12 @@ export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
|
632
632
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
633
633
|
// ChevronLeft aliases
|
|
634
634
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
635
|
-
// ChevronRight aliases
|
|
636
|
-
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
637
635
|
// ChevronUp aliases
|
|
638
636
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
639
637
|
// ChevronsDownUp aliases
|
|
640
638
|
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
639
|
+
// ChevronRight aliases
|
|
640
|
+
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
641
641
|
// ChevronsDown aliases
|
|
642
642
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
643
643
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -670,12 +670,12 @@ export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
|
670
670
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
671
671
|
// CircleDot aliases
|
|
672
672
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
673
|
-
// CircleEllipsis aliases
|
|
674
|
-
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
675
673
|
// CircleEqual aliases
|
|
676
674
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
677
675
|
// CircleEuro aliases
|
|
678
676
|
export { default as LucideCircleEuro } from '../icons/circle-euro';
|
|
677
|
+
// CircleEllipsis aliases
|
|
678
|
+
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
679
679
|
// CircleFadingArrowUp aliases
|
|
680
680
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
681
681
|
// CircleFadingPlus aliases
|
|
@@ -688,28 +688,28 @@ export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
|
688
688
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
689
689
|
// CircleSlash aliases
|
|
690
690
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
691
|
-
// CircleStar aliases
|
|
692
|
-
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
693
691
|
// CircleSmall aliases
|
|
694
692
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
693
|
+
// CircleStar aliases
|
|
694
|
+
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
695
695
|
// Circle aliases
|
|
696
696
|
export { default as LucideCircle } from '../icons/circle';
|
|
697
697
|
// CircuitBoard aliases
|
|
698
698
|
export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
699
|
-
// Citrus aliases
|
|
700
|
-
export { default as LucideCitrus } from '../icons/citrus';
|
|
701
699
|
// Clapperboard aliases
|
|
702
700
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
701
|
+
// Citrus aliases
|
|
702
|
+
export { default as LucideCitrus } from '../icons/citrus';
|
|
703
703
|
// ClefAlto aliases
|
|
704
704
|
export { default as LucideClefAlto } from '../icons/clef-alto';
|
|
705
705
|
// ClefBass aliases
|
|
706
706
|
export { default as LucideClefBass } from '../icons/clef-bass';
|
|
707
|
-
// ClefTreble aliases
|
|
708
|
-
export { default as LucideClefTreble } from '../icons/clef-treble';
|
|
709
707
|
// ClipboardCheck aliases
|
|
710
708
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
711
709
|
// ClipboardClock aliases
|
|
712
710
|
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
711
|
+
// ClefTreble aliases
|
|
712
|
+
export { default as LucideClefTreble } from '../icons/clef-treble';
|
|
713
713
|
// ClipboardCopy aliases
|
|
714
714
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
715
715
|
// ClipboardList aliases
|
|
@@ -726,10 +726,10 @@ export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
|
726
726
|
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
727
727
|
// Clipboard aliases
|
|
728
728
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
729
|
-
// Clock1 aliases
|
|
730
|
-
export { default as LucideClock1 } from '../icons/clock-1';
|
|
731
729
|
// Clock10 aliases
|
|
732
730
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
731
|
+
// Clock1 aliases
|
|
732
|
+
export { default as LucideClock1 } from '../icons/clock-1';
|
|
733
733
|
// Clock11 aliases
|
|
734
734
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
735
735
|
// Clock12 aliases
|
|
@@ -802,14 +802,14 @@ export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
|
802
802
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
803
803
|
// CloudSun aliases
|
|
804
804
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
805
|
+
// CloudSync aliases
|
|
806
|
+
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
805
807
|
// Cloud aliases
|
|
806
808
|
export { default as LucideCloud } from '../icons/cloud';
|
|
807
809
|
// Cloudy aliases
|
|
808
810
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
809
811
|
// Clover aliases
|
|
810
812
|
export { default as LucideClover } from '../icons/clover';
|
|
811
|
-
// CloudSync aliases
|
|
812
|
-
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
813
813
|
// Club aliases
|
|
814
814
|
export { default as LucideClub } from '../icons/club';
|
|
815
815
|
// Code aliases
|
|
@@ -824,18 +824,18 @@ export { default as LucideCoins } from '../icons/coins';
|
|
|
824
824
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
825
825
|
// Combine aliases
|
|
826
826
|
export { default as LucideCombine } from '../icons/combine';
|
|
827
|
-
// Command aliases
|
|
828
|
-
export { default as LucideCommand } from '../icons/command';
|
|
829
827
|
// Compass aliases
|
|
830
828
|
export { default as LucideCompass } from '../icons/compass';
|
|
829
|
+
// Command aliases
|
|
830
|
+
export { default as LucideCommand } from '../icons/command';
|
|
831
831
|
// Component aliases
|
|
832
832
|
export { default as LucideComponent } from '../icons/component';
|
|
833
833
|
// Computer aliases
|
|
834
834
|
export { default as LucideComputer } from '../icons/computer';
|
|
835
|
-
// Cone aliases
|
|
836
|
-
export { default as LucideCone } from '../icons/cone';
|
|
837
835
|
// ConciergeBell aliases
|
|
838
836
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
837
|
+
// Cone aliases
|
|
838
|
+
export { default as LucideCone } from '../icons/cone';
|
|
839
839
|
// Construction aliases
|
|
840
840
|
export { default as LucideConstruction } from '../icons/construction';
|
|
841
841
|
// Contact aliases
|
|
@@ -866,12 +866,12 @@ export { default as LucideCopyleft } from '../icons/copyleft';
|
|
|
866
866
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
867
867
|
// CornerDownLeft aliases
|
|
868
868
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
869
|
-
// CornerLeftUp aliases
|
|
870
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
871
869
|
// CornerDownRight aliases
|
|
872
870
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
873
871
|
// CornerLeftDown aliases
|
|
874
872
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
873
|
+
// CornerLeftUp aliases
|
|
874
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
875
875
|
// CornerRightDown aliases
|
|
876
876
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
877
877
|
// CornerRightUp aliases
|
|
@@ -880,10 +880,10 @@ export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
|
880
880
|
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
881
881
|
// CornerUpRight aliases
|
|
882
882
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
883
|
-
// Cpu aliases
|
|
884
|
-
export { default as LucideCpu } from '../icons/cpu';
|
|
885
883
|
// CreativeCommons aliases
|
|
886
884
|
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
885
|
+
// Cpu aliases
|
|
886
|
+
export { default as LucideCpu } from '../icons/cpu';
|
|
887
887
|
// CreditCardCheck aliases
|
|
888
888
|
export { default as LucideCreditCardCheck } from '../icons/credit-card-check';
|
|
889
889
|
// CreditCardMinus aliases
|
|
@@ -912,6 +912,8 @@ export { default as LucideCuboid } from '../icons/cuboid';
|
|
|
912
912
|
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
913
913
|
// Currency aliases
|
|
914
914
|
export { default as LucideCurrency } from '../icons/currency';
|
|
915
|
+
// Cupcake aliases
|
|
916
|
+
export { default as LucideCupcake } from '../icons/cupcake';
|
|
915
917
|
// Cylinder aliases
|
|
916
918
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
917
919
|
// Dam aliases
|
|
@@ -922,18 +924,18 @@ export { default as LucideDatabaseArrowDown } from '../icons/database-arrow-down
|
|
|
922
924
|
export { default as LucideDatabaseArrowUp } from '../icons/database-arrow-up';
|
|
923
925
|
// DatabaseBackup aliases
|
|
924
926
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
925
|
-
// DatabaseCheck aliases
|
|
926
|
-
export { default as LucideDatabaseCheck } from '../icons/database-check';
|
|
927
927
|
// DatabaseMinus aliases
|
|
928
928
|
export { default as LucideDatabaseMinus } from '../icons/database-minus';
|
|
929
|
-
//
|
|
930
|
-
export { default as
|
|
929
|
+
// DatabaseCheck aliases
|
|
930
|
+
export { default as LucideDatabaseCheck } from '../icons/database-check';
|
|
931
931
|
// DatabasePlus aliases
|
|
932
932
|
export { default as LucideDatabasePlus } from '../icons/database-plus';
|
|
933
|
-
// DatabaseX aliases
|
|
934
|
-
export { default as LucideDatabaseX } from '../icons/database-x';
|
|
935
933
|
// DatabaseZap aliases
|
|
936
934
|
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
935
|
+
// DatabaseSearch aliases
|
|
936
|
+
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
937
|
+
// DatabaseX aliases
|
|
938
|
+
export { default as LucideDatabaseX } from '../icons/database-x';
|
|
937
939
|
// Database aliases
|
|
938
940
|
export { default as LucideDatabase } from '../icons/database';
|
|
939
941
|
// DecimalsArrowLeft aliases
|
|
@@ -950,30 +952,30 @@ export { default as LucideDiameter } from '../icons/diameter';
|
|
|
950
952
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
951
953
|
// DiamondPlus aliases
|
|
952
954
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
953
|
-
// Dice1 aliases
|
|
954
|
-
export { default as LucideDice1 } from '../icons/dice-1';
|
|
955
955
|
// Diamond aliases
|
|
956
956
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
957
|
-
//
|
|
958
|
-
export { default as
|
|
957
|
+
// Dice1 aliases
|
|
958
|
+
export { default as LucideDice1 } from '../icons/dice-1';
|
|
959
959
|
// Dice2 aliases
|
|
960
960
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
961
|
-
//
|
|
962
|
-
export { default as
|
|
961
|
+
// Dice3 aliases
|
|
962
|
+
export { default as LucideDice3 } from '../icons/dice-3';
|
|
963
963
|
// Dice4 aliases
|
|
964
964
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
965
965
|
// Dice6 aliases
|
|
966
966
|
export { default as LucideDice6 } from '../icons/dice-6';
|
|
967
|
+
// Dice5 aliases
|
|
968
|
+
export { default as LucideDice5 } from '../icons/dice-5';
|
|
967
969
|
// Dices aliases
|
|
968
970
|
export { default as LucideDices } from '../icons/dices';
|
|
969
971
|
// Diff aliases
|
|
970
972
|
export { default as LucideDiff } from '../icons/diff';
|
|
971
973
|
// Disc2 aliases
|
|
972
974
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
973
|
-
// Disc3 aliases
|
|
974
|
-
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
975
975
|
// DiscAlbum aliases
|
|
976
976
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
977
|
+
// Disc3 aliases
|
|
978
|
+
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
977
979
|
// Disc aliases
|
|
978
980
|
export { default as LucideDisc } from '../icons/disc';
|
|
979
981
|
// Divide aliases
|
|
@@ -990,10 +992,12 @@ export { default as LucideDog } from '../icons/dog';
|
|
|
990
992
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
991
993
|
// Dome aliases
|
|
992
994
|
export { default as LucideDome } from '../icons/dome';
|
|
993
|
-
// DoorClosedLocked aliases
|
|
994
|
-
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
995
995
|
// Donut aliases
|
|
996
996
|
export { default as LucideDonut } from '../icons/donut';
|
|
997
|
+
// DoorClosedLocked aliases
|
|
998
|
+
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
999
|
+
// DoorClosedPackage aliases
|
|
1000
|
+
export { default as LucideDoorClosedPackage } from '../icons/door-closed-package';
|
|
997
1001
|
// DoorClosed aliases
|
|
998
1002
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
999
1003
|
// DoorOpen aliases
|
|
@@ -1020,10 +1024,10 @@ export { default as LucideDroplet } from '../icons/droplet';
|
|
|
1020
1024
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
1021
1025
|
// Drum aliases
|
|
1022
1026
|
export { default as LucideDrum } from '../icons/drum';
|
|
1023
|
-
// Drumstick aliases
|
|
1024
|
-
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
1025
1027
|
// Dumbbell aliases
|
|
1026
1028
|
export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
1029
|
+
// Drumstick aliases
|
|
1030
|
+
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
1027
1031
|
// EarOff aliases
|
|
1028
1032
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
1029
1033
|
// Ear aliases
|
|
@@ -1038,10 +1042,10 @@ export { default as LucideEggFried } from '../icons/egg-fried';
|
|
|
1038
1042
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
1039
1043
|
// Egg aliases
|
|
1040
1044
|
export { default as LucideEgg } from '../icons/egg';
|
|
1041
|
-
// Ellipse aliases
|
|
1042
|
-
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1043
1045
|
// Eject aliases
|
|
1044
1046
|
export { default as LucideEject } from '../icons/eject';
|
|
1047
|
+
// Ellipse aliases
|
|
1048
|
+
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1045
1049
|
// Engine aliases
|
|
1046
1050
|
export { default as LucideEngine } from '../icons/engine';
|
|
1047
1051
|
// EqualApproximatelyNot aliases
|
|
@@ -1078,6 +1082,8 @@ export { default as LucideFactory } from '../icons/factory';
|
|
|
1078
1082
|
export { default as LucideFan } from '../icons/fan';
|
|
1079
1083
|
// FastForward aliases
|
|
1080
1084
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1085
|
+
// Faucet aliases
|
|
1086
|
+
export { default as LucideFaucet } from '../icons/faucet';
|
|
1081
1087
|
// Feather aliases
|
|
1082
1088
|
export { default as LucideFeather } from '../icons/feather';
|
|
1083
1089
|
// Fence aliases
|
|
@@ -1100,14 +1106,14 @@ export { default as LucideFileDiff } from '../icons/file-diff';
|
|
|
1100
1106
|
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1101
1107
|
// FileDown aliases
|
|
1102
1108
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
1103
|
-
// FileImage aliases
|
|
1104
|
-
export { default as LucideFileImage } from '../icons/file-image';
|
|
1105
1109
|
// FileHeart aliases
|
|
1106
1110
|
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1107
1111
|
// FileInput aliases
|
|
1108
1112
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1109
1113
|
// FileMinus aliases
|
|
1110
1114
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1115
|
+
// FileImage aliases
|
|
1116
|
+
export { default as LucideFileImage } from '../icons/file-image';
|
|
1111
1117
|
// FileMusic aliases
|
|
1112
1118
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1113
1119
|
// FileOutput aliases
|
|
@@ -1126,18 +1132,18 @@ export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
|
1126
1132
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1127
1133
|
// FileStack aliases
|
|
1128
1134
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1129
|
-
// FileText aliases
|
|
1130
|
-
export { default as LucideFileText } from '../icons/file-text';
|
|
1131
1135
|
// FileTerminal aliases
|
|
1132
1136
|
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1137
|
+
// FileText aliases
|
|
1138
|
+
export { default as LucideFileText } from '../icons/file-text';
|
|
1133
1139
|
// FileType aliases
|
|
1134
1140
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1135
1141
|
// FileUp aliases
|
|
1136
1142
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1137
|
-
// FileVolume aliases
|
|
1138
|
-
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1139
1143
|
// FileUser aliases
|
|
1140
1144
|
export { default as LucideFileUser } from '../icons/file-user';
|
|
1145
|
+
// FileVolume aliases
|
|
1146
|
+
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1141
1147
|
// FileX aliases
|
|
1142
1148
|
export { default as LucideFileX } from '../icons/file-x';
|
|
1143
1149
|
// File aliases
|
|
@@ -1146,28 +1152,28 @@ export { default as LucideFile } from '../icons/file';
|
|
|
1146
1152
|
export { default as LucideFiles } from '../icons/files';
|
|
1147
1153
|
// Film aliases
|
|
1148
1154
|
export { default as LucideFilm } from '../icons/film';
|
|
1149
|
-
// FireExtinguisher aliases
|
|
1150
|
-
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1151
1155
|
// FishOff aliases
|
|
1152
1156
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1153
|
-
//
|
|
1154
|
-
export { default as
|
|
1157
|
+
// FireExtinguisher aliases
|
|
1158
|
+
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1155
1159
|
// FishSymbol aliases
|
|
1156
1160
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1161
|
+
// Fish aliases
|
|
1162
|
+
export { default as LucideFish } from '../icons/fish';
|
|
1157
1163
|
// FishingHook aliases
|
|
1158
1164
|
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1159
|
-
// FlagTriangleLeft aliases
|
|
1160
|
-
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1161
1165
|
// FishingRod aliases
|
|
1162
1166
|
export { default as LucideFishingRod } from '../icons/fishing-rod';
|
|
1163
1167
|
// FlagOff aliases
|
|
1164
1168
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1169
|
+
// FlagTriangleLeft aliases
|
|
1170
|
+
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1165
1171
|
// FlagTriangleRight aliases
|
|
1166
1172
|
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1167
|
-
// Flag aliases
|
|
1168
|
-
export { default as LucideFlag } from '../icons/flag';
|
|
1169
1173
|
// FlameKindling aliases
|
|
1170
1174
|
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1175
|
+
// Flag aliases
|
|
1176
|
+
export { default as LucideFlag } from '../icons/flag';
|
|
1171
1177
|
// Flame aliases
|
|
1172
1178
|
export { default as LucideFlame } from '../icons/flame';
|
|
1173
1179
|
// FlashlightOff aliases
|
|
@@ -1198,18 +1204,18 @@ export { default as LucideFolderBookmark } from '../icons/folder-bookmark';
|
|
|
1198
1204
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1199
1205
|
// FolderClock aliases
|
|
1200
1206
|
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1201
|
-
// FolderCode aliases
|
|
1202
|
-
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1203
1207
|
// FolderClosed aliases
|
|
1204
1208
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1209
|
+
// FolderCode aliases
|
|
1210
|
+
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1205
1211
|
// FolderDot aliases
|
|
1206
1212
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1207
1213
|
// FolderDown aliases
|
|
1208
1214
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1209
|
-
// FolderGit aliases
|
|
1210
|
-
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1211
1215
|
// FolderGit2 aliases
|
|
1212
1216
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1217
|
+
// FolderGit aliases
|
|
1218
|
+
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1213
1219
|
// FolderHeart aliases
|
|
1214
1220
|
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1215
1221
|
// FolderInput aliases
|
|
@@ -1218,14 +1224,14 @@ export { default as LucideFolderInput } from '../icons/folder-input';
|
|
|
1218
1224
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1219
1225
|
// FolderKanban aliases
|
|
1220
1226
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1227
|
+
// FolderLock aliases
|
|
1228
|
+
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1221
1229
|
// FolderMinus aliases
|
|
1222
1230
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1223
1231
|
// FolderOpenDot aliases
|
|
1224
1232
|
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1225
1233
|
// FolderOpen aliases
|
|
1226
1234
|
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1227
|
-
// FolderLock aliases
|
|
1228
|
-
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1229
1235
|
// FolderOutput aliases
|
|
1230
1236
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1231
1237
|
// FolderPlus aliases
|
|
@@ -1240,14 +1246,14 @@ export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
|
1240
1246
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1241
1247
|
// FolderSync aliases
|
|
1242
1248
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1243
|
-
// FolderTree aliases
|
|
1244
|
-
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1245
1249
|
// FolderUp aliases
|
|
1246
1250
|
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1251
|
+
// FolderTree aliases
|
|
1252
|
+
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1249
1253
|
// Folder aliases
|
|
1250
1254
|
export { default as LucideFolder } from '../icons/folder';
|
|
1255
|
+
// FolderX aliases
|
|
1256
|
+
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1251
1257
|
// Folders aliases
|
|
1252
1258
|
export { default as LucideFolders } from '../icons/folders';
|
|
1253
1259
|
// Footprints aliases
|
|
@@ -1274,28 +1280,28 @@ export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizont
|
|
|
1274
1280
|
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1275
1281
|
// GalleryThumbnails aliases
|
|
1276
1282
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1277
|
-
// GalleryVerticalEnd aliases
|
|
1278
|
-
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1279
1283
|
// GalleryVertical aliases
|
|
1280
1284
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1281
1285
|
// Gamepad2 aliases
|
|
1282
1286
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1287
|
+
// GalleryVerticalEnd aliases
|
|
1288
|
+
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1283
1289
|
// GamepadDirectional aliases
|
|
1284
1290
|
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1285
1291
|
// Gamepad aliases
|
|
1286
1292
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1293
|
+
// GapHorizontal aliases
|
|
1294
|
+
export { default as LucideGapHorizontal } from '../icons/gap-horizontal';
|
|
1287
1295
|
// GapVertical aliases
|
|
1288
1296
|
export { default as LucideGapVertical } from '../icons/gap-vertical';
|
|
1289
1297
|
// Gauge aliases
|
|
1290
1298
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1291
|
-
// GapHorizontal aliases
|
|
1292
|
-
export { default as LucideGapHorizontal } from '../icons/gap-horizontal';
|
|
1293
1299
|
// Gavel aliases
|
|
1294
1300
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1295
|
-
// Gem aliases
|
|
1296
|
-
export { default as LucideGem } from '../icons/gem';
|
|
1297
1301
|
// GeorgianLari aliases
|
|
1298
1302
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1303
|
+
// Gem aliases
|
|
1304
|
+
export { default as LucideGem } from '../icons/gem';
|
|
1299
1305
|
// GermOff aliases
|
|
1300
1306
|
export { default as LucideGermOff } from '../icons/germ-off';
|
|
1301
1307
|
// Germ aliases
|
|
@@ -1320,10 +1326,10 @@ export { default as LucideGitCompare } from '../icons/git-compare';
|
|
|
1320
1326
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1321
1327
|
// GitGraph aliases
|
|
1322
1328
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1323
|
-
// GitMerge aliases
|
|
1324
|
-
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1325
1329
|
// GitMergeConflict aliases
|
|
1326
1330
|
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1331
|
+
// GitMerge aliases
|
|
1332
|
+
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1327
1333
|
// GitPullRequestArrow aliases
|
|
1328
1334
|
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1329
1335
|
// GitPullRequestClosed aliases
|
|
@@ -1368,14 +1374,14 @@ export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
|
1368
1374
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1369
1375
|
// Grip aliases
|
|
1370
1376
|
export { default as LucideGrip } from '../icons/grip';
|
|
1371
|
-
// Guitar aliases
|
|
1372
|
-
export { default as LucideGuitar } from '../icons/guitar';
|
|
1373
1377
|
// Group aliases
|
|
1374
1378
|
export { default as LucideGroup } from '../icons/group';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1379
|
+
// Guitar aliases
|
|
1380
|
+
export { default as LucideGuitar } from '../icons/guitar';
|
|
1377
1381
|
// Ham aliases
|
|
1378
1382
|
export { default as LucideHam } from '../icons/ham';
|
|
1383
|
+
// Hamburger aliases
|
|
1384
|
+
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1379
1385
|
// Hammer aliases
|
|
1380
1386
|
export { default as LucideHammer } from '../icons/hammer';
|
|
1381
1387
|
// HandCoins aliases
|
|
@@ -1400,12 +1406,12 @@ export { default as LucideHardDriveDownload } from '../icons/hard-drive-download
|
|
|
1400
1406
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1401
1407
|
// HardDrive aliases
|
|
1402
1408
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1409
|
+
// Hash aliases
|
|
1410
|
+
export { default as LucideHash } from '../icons/hash';
|
|
1403
1411
|
// HardHat aliases
|
|
1404
1412
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1405
1413
|
// HatGlasses aliases
|
|
1406
1414
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1407
|
-
// Hash aliases
|
|
1408
|
-
export { default as LucideHash } from '../icons/hash';
|
|
1409
1415
|
// Haze aliases
|
|
1410
1416
|
export { default as LucideHaze } from '../icons/haze';
|
|
1411
1417
|
// Hd aliases
|
|
@@ -1420,16 +1426,16 @@ export { default as LucideHeading2 } from '../icons/heading-2';
|
|
|
1420
1426
|
export { default as LucideHeading3 } from '../icons/heading-3';
|
|
1421
1427
|
// Heading4 aliases
|
|
1422
1428
|
export { default as LucideHeading4 } from '../icons/heading-4';
|
|
1429
|
+
// Heading6 aliases
|
|
1430
|
+
export { default as LucideHeading6 } from '../icons/heading-6';
|
|
1423
1431
|
// Heading5 aliases
|
|
1424
1432
|
export { default as LucideHeading5 } from '../icons/heading-5';
|
|
1425
1433
|
// Heading aliases
|
|
1426
1434
|
export { default as LucideHeading } from '../icons/heading';
|
|
1427
|
-
// Heading6 aliases
|
|
1428
|
-
export { default as LucideHeading6 } from '../icons/heading-6';
|
|
1429
|
-
// HeadphoneOff aliases
|
|
1430
|
-
export { default as LucideHeadphoneOff } from '../icons/headphone-off';
|
|
1431
1435
|
// Headphones aliases
|
|
1432
1436
|
export { default as LucideHeadphones } from '../icons/headphones';
|
|
1437
|
+
// HeadphoneOff aliases
|
|
1438
|
+
export { default as LucideHeadphoneOff } from '../icons/headphone-off';
|
|
1433
1439
|
// Headset aliases
|
|
1434
1440
|
export { default as LucideHeadset } from '../icons/headset';
|
|
1435
1441
|
// HeartCrack aliases
|
|
@@ -1484,10 +1490,10 @@ export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
|
1484
1490
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1485
1491
|
// ImageDown aliases
|
|
1486
1492
|
export { default as LucideImageDown } from '../icons/image-down';
|
|
1487
|
-
// ImageOff aliases
|
|
1488
|
-
export { default as LucideImageOff } from '../icons/image-off';
|
|
1489
1493
|
// ImageMinus aliases
|
|
1490
1494
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1495
|
+
// ImageOff aliases
|
|
1496
|
+
export { default as LucideImageOff } from '../icons/image-off';
|
|
1491
1497
|
// ImagePlay aliases
|
|
1492
1498
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1493
1499
|
// ImagePlus aliases
|
|
@@ -1514,10 +1520,10 @@ export { default as LucideInfo } from '../icons/info';
|
|
|
1514
1520
|
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1515
1521
|
// Italic aliases
|
|
1516
1522
|
export { default as LucideItalic } from '../icons/italic';
|
|
1517
|
-
// IterationCw aliases
|
|
1518
|
-
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1519
1523
|
// IterationCcw aliases
|
|
1520
1524
|
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1525
|
+
// IterationCw aliases
|
|
1526
|
+
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1521
1527
|
// IvBag aliases
|
|
1522
1528
|
export { default as LucideIvBag } from '../icons/iv-bag';
|
|
1523
1529
|
// JapaneseYen aliases
|
|
@@ -1536,10 +1542,12 @@ export { default as LucideKeySquare } from '../icons/key-square';
|
|
|
1536
1542
|
export { default as LucideKey } from '../icons/key';
|
|
1537
1543
|
// KeyboardMusic aliases
|
|
1538
1544
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1539
|
-
// KeyboardOff aliases
|
|
1540
|
-
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1541
1545
|
// Keyboard aliases
|
|
1542
1546
|
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1547
|
+
// KeyboardOff aliases
|
|
1548
|
+
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1549
|
+
// Lambda aliases
|
|
1550
|
+
export { default as LucideLambda } from '../icons/lambda';
|
|
1543
1551
|
// LampCeiling aliases
|
|
1544
1552
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1545
1553
|
// LampDesk aliases
|
|
@@ -1560,22 +1568,22 @@ export { default as LucideLandmark } from '../icons/landmark';
|
|
|
1560
1568
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1561
1569
|
// LaptopMinimalCheck aliases
|
|
1562
1570
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1563
|
-
// Laptop aliases
|
|
1564
|
-
export { default as LucideLaptop } from '../icons/laptop';
|
|
1565
1571
|
// LassoSelect aliases
|
|
1566
1572
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1573
|
+
// Laptop aliases
|
|
1574
|
+
export { default as LucideLaptop } from '../icons/laptop';
|
|
1567
1575
|
// Lasso aliases
|
|
1568
1576
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1569
1577
|
// LayerArrowDown aliases
|
|
1570
1578
|
export { default as LucideLayerArrowDown } from '../icons/layer-arrow-down';
|
|
1571
|
-
// Layers2 aliases
|
|
1572
|
-
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1573
1579
|
// LayerArrowUp aliases
|
|
1574
1580
|
export { default as LucideLayerArrowUp } from '../icons/layer-arrow-up';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1581
|
+
// Layers2 aliases
|
|
1582
|
+
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1577
1583
|
// LayersArrowDown aliases
|
|
1578
1584
|
export { default as LucideLayersArrowDown } from '../icons/layers-arrow-down';
|
|
1585
|
+
// LayersArrowUp aliases
|
|
1586
|
+
export { default as LucideLayersArrowUp } from '../icons/layers-arrow-up';
|
|
1579
1587
|
// LayersMinus aliases
|
|
1580
1588
|
export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
1581
1589
|
// LayersPlus aliases
|
|
@@ -1604,12 +1612,12 @@ export { default as LucideLeaf } from '../icons/leaf';
|
|
|
1604
1612
|
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1605
1613
|
// Lectern aliases
|
|
1606
1614
|
export { default as LucideLectern } from '../icons/lectern';
|
|
1607
|
-
// LensConvex aliases
|
|
1608
|
-
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1609
1615
|
// LensConcave aliases
|
|
1610
1616
|
export { default as LucideLensConcave } from '../icons/lens-concave';
|
|
1611
1617
|
// LibraryBig aliases
|
|
1612
1618
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1619
|
+
// LensConvex aliases
|
|
1620
|
+
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1613
1621
|
// Library aliases
|
|
1614
1622
|
export { default as LucideLibrary } from '../icons/library';
|
|
1615
1623
|
// LifeBuoy aliases
|
|
@@ -1624,10 +1632,10 @@ export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
|
1624
1632
|
export { default as LucideLighthouse } from '../icons/lighthouse';
|
|
1625
1633
|
// LineDotRightHorizontal aliases
|
|
1626
1634
|
export { default as LucideLineDotRightHorizontal } from '../icons/line-dot-right-horizontal';
|
|
1627
|
-
// LineSquiggle aliases
|
|
1628
|
-
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1629
1635
|
// LineStyle aliases
|
|
1630
1636
|
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1637
|
+
// LineSquiggle aliases
|
|
1638
|
+
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1631
1639
|
// Link2Off aliases
|
|
1632
1640
|
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1633
1641
|
// Link2 aliases
|
|
@@ -1644,18 +1652,18 @@ export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down
|
|
|
1644
1652
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1645
1653
|
// ListClock aliases
|
|
1646
1654
|
export { default as LucideListClock } from '../icons/list-clock';
|
|
1647
|
-
// ListCollapse aliases
|
|
1648
|
-
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1649
1655
|
// ListEnd aliases
|
|
1650
1656
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1657
|
+
// ListCollapse aliases
|
|
1658
|
+
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1651
1659
|
// ListFilterPlus aliases
|
|
1652
1660
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1653
1661
|
// ListFilter aliases
|
|
1654
1662
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1655
|
-
// ListMusic aliases
|
|
1656
|
-
export { default as LucideListMusic } from '../icons/list-music';
|
|
1657
1663
|
// ListMinus aliases
|
|
1658
1664
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1665
|
+
// ListMusic aliases
|
|
1666
|
+
export { default as LucideListMusic } from '../icons/list-music';
|
|
1659
1667
|
// ListOrdered aliases
|
|
1660
1668
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1661
1669
|
// ListPlus aliases
|
|
@@ -1680,10 +1688,10 @@ export { default as LucideListX } from '../icons/list-x';
|
|
|
1680
1688
|
export { default as LucideList } from '../icons/list';
|
|
1681
1689
|
// LoaderPinwheel aliases
|
|
1682
1690
|
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1683
|
-
// LocateFixed aliases
|
|
1684
|
-
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1685
1691
|
// Loader aliases
|
|
1686
1692
|
export { default as LucideLoader } from '../icons/loader';
|
|
1693
|
+
// LocateFixed aliases
|
|
1694
|
+
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1687
1695
|
// LocateOff aliases
|
|
1688
1696
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1689
1697
|
// Locate aliases
|
|
@@ -1754,20 +1762,20 @@ export { default as LucideMapPinSearch } from '../icons/map-pin-search';
|
|
|
1754
1762
|
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1755
1763
|
// MapPinX aliases
|
|
1756
1764
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1757
|
-
// MapPinned aliases
|
|
1758
|
-
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1759
1765
|
// MapPin aliases
|
|
1760
1766
|
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1767
|
+
// MapPinned aliases
|
|
1768
|
+
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1761
1769
|
// MapPlus aliases
|
|
1762
1770
|
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1763
1771
|
// Map aliases
|
|
1764
1772
|
export { default as LucideMap } from '../icons/map';
|
|
1765
1773
|
// MarsStroke aliases
|
|
1766
1774
|
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1767
|
-
// Mars aliases
|
|
1768
|
-
export { default as LucideMars } from '../icons/mars';
|
|
1769
1775
|
// Martini aliases
|
|
1770
1776
|
export { default as LucideMartini } from '../icons/martini';
|
|
1777
|
+
// Mars aliases
|
|
1778
|
+
export { default as LucideMars } from '../icons/mars';
|
|
1771
1779
|
// Maximize2 aliases
|
|
1772
1780
|
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1773
1781
|
// Maximize aliases
|
|
@@ -1778,20 +1786,20 @@ export { default as LucideMedal } from '../icons/medal';
|
|
|
1778
1786
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1779
1787
|
// Megaphone aliases
|
|
1780
1788
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1781
|
-
// MemoryStick aliases
|
|
1782
|
-
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1783
1789
|
// Menu aliases
|
|
1784
1790
|
export { default as LucideMenu } from '../icons/menu';
|
|
1791
|
+
// MemoryStick aliases
|
|
1792
|
+
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1785
1793
|
// Merge aliases
|
|
1786
1794
|
export { default as LucideMerge } from '../icons/merge';
|
|
1787
1795
|
// MessageCircleCheck aliases
|
|
1788
1796
|
export { default as LucideMessageCircleCheck } from '../icons/message-circle-check';
|
|
1789
1797
|
// MessageCircleCode aliases
|
|
1790
1798
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1791
|
-
// MessageCircleDashed aliases
|
|
1792
|
-
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1793
1799
|
// MessageCircleDashedCheck aliases
|
|
1794
1800
|
export { default as LucideMessageCircleDashedCheck } from '../icons/message-circle-dashed-check';
|
|
1801
|
+
// MessageCircleDashed aliases
|
|
1802
|
+
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1795
1803
|
// MessageCircleHeart aliases
|
|
1796
1804
|
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1797
1805
|
// MessageCircleMore aliases
|
|
@@ -1802,10 +1810,10 @@ export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
|
1802
1810
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1803
1811
|
// MessageCircleReply aliases
|
|
1804
1812
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1805
|
-
// MessageCircleWarning aliases
|
|
1806
|
-
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1807
1813
|
// MessageCircleX aliases
|
|
1808
1814
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1815
|
+
// MessageCircleWarning aliases
|
|
1816
|
+
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1809
1817
|
// MessageCircle aliases
|
|
1810
1818
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1811
1819
|
// MessageSquareCheck aliases
|
|
@@ -1852,10 +1860,10 @@ export { default as LucideMetronome } from '../icons/metronome';
|
|
|
1852
1860
|
export { default as LucideMicAudioLines } from '../icons/mic-audio-lines';
|
|
1853
1861
|
// MicOff aliases
|
|
1854
1862
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1855
|
-
// Microchip aliases
|
|
1856
|
-
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1857
1863
|
// Mic aliases
|
|
1858
1864
|
export { default as LucideMic } from '../icons/mic';
|
|
1865
|
+
// Microchip aliases
|
|
1866
|
+
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1859
1867
|
// Microscope aliases
|
|
1860
1868
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1861
1869
|
// Microwave aliases
|
|
@@ -1870,18 +1878,18 @@ export { default as LucideMilkOff } from '../icons/milk-off';
|
|
|
1870
1878
|
export { default as LucideMilk } from '../icons/milk';
|
|
1871
1879
|
// Minimize2 aliases
|
|
1872
1880
|
export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
1873
|
-
// Minimize aliases
|
|
1874
|
-
export { default as LucideMinimize } from '../icons/minimize';
|
|
1875
1881
|
// Minus aliases
|
|
1876
1882
|
export { default as LucideMinus } from '../icons/minus';
|
|
1883
|
+
// Minimize aliases
|
|
1884
|
+
export { default as LucideMinimize } from '../icons/minimize';
|
|
1877
1885
|
// MirrorRectangular aliases
|
|
1878
1886
|
export { default as LucideMirrorRectangular } from '../icons/mirror-rectangular';
|
|
1887
|
+
// MonitorCheck aliases
|
|
1888
|
+
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1879
1889
|
// MirrorRound aliases
|
|
1880
1890
|
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1881
1891
|
// MonitorCloud aliases
|
|
1882
1892
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1883
|
-
// MonitorCheck aliases
|
|
1884
|
-
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1885
1893
|
// MonitorCog aliases
|
|
1886
1894
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1887
1895
|
// MonitorDot aliases
|
|
@@ -1908,18 +1916,18 @@ export { default as LucideMonitorUp } from '../icons/monitor-up';
|
|
|
1908
1916
|
export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
1909
1917
|
// Monitor aliases
|
|
1910
1918
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1911
|
-
// Moon aliases
|
|
1912
|
-
export { default as LucideMoon } from '../icons/moon';
|
|
1913
1919
|
// MoonStar aliases
|
|
1914
1920
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1921
|
+
// Moon aliases
|
|
1922
|
+
export { default as LucideMoon } from '../icons/moon';
|
|
1915
1923
|
// MopSparkles aliases
|
|
1916
1924
|
export { default as LucideMopSparkles } from '../icons/mop-sparkles';
|
|
1917
|
-
// Mop aliases
|
|
1918
|
-
export { default as LucideMop } from '../icons/mop';
|
|
1919
1925
|
// Mosque aliases
|
|
1920
1926
|
export { default as LucideMosque } from '../icons/mosque';
|
|
1921
1927
|
// Motorbike aliases
|
|
1922
1928
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1929
|
+
// Mop aliases
|
|
1930
|
+
export { default as LucideMop } from '../icons/mop';
|
|
1923
1931
|
// MountainSnow aliases
|
|
1924
1932
|
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1925
1933
|
// Mountain aliases
|
|
@@ -1930,10 +1938,10 @@ export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
|
1930
1938
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1931
1939
|
// MousePointer2Off aliases
|
|
1932
1940
|
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1933
|
-
// MousePointer2 aliases
|
|
1934
|
-
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1935
1941
|
// MousePointerBan aliases
|
|
1936
1942
|
export { default as LucideMousePointerBan } from '../icons/mouse-pointer-ban';
|
|
1943
|
+
// MousePointer2 aliases
|
|
1944
|
+
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1937
1945
|
// MousePointerClick aliases
|
|
1938
1946
|
export { default as LucideMousePointerClick } from '../icons/mouse-pointer-click';
|
|
1939
1947
|
// MousePointer aliases
|
|
@@ -1948,16 +1956,16 @@ export { default as LucideMouthOff } from '../icons/mouth-off';
|
|
|
1948
1956
|
export { default as LucideMouth } from '../icons/mouth';
|
|
1949
1957
|
// MoveDiagonal2 aliases
|
|
1950
1958
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1951
|
-
// MoveDiagonal aliases
|
|
1952
|
-
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1953
1959
|
// MoveDownLeft aliases
|
|
1954
1960
|
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1961
|
+
// MoveDiagonal aliases
|
|
1962
|
+
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1963
|
+
// MoveDownRight aliases
|
|
1964
|
+
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1955
1965
|
// MoveDown aliases
|
|
1956
1966
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1957
1967
|
// MoveHorizontal aliases
|
|
1958
1968
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1959
|
-
// MoveDownRight aliases
|
|
1960
|
-
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1961
1969
|
// MoveLeft aliases
|
|
1962
1970
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1963
1971
|
// MoveRight aliases
|
|
@@ -1982,12 +1990,14 @@ export { default as LucideMusic4 } from '../icons/music-4';
|
|
|
1982
1990
|
export { default as LucideMusic } from '../icons/music';
|
|
1983
1991
|
// Navigation2Off aliases
|
|
1984
1992
|
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1985
|
-
// Navigation2 aliases
|
|
1986
|
-
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1987
1993
|
// NavigationOff aliases
|
|
1988
1994
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1995
|
+
// Navigation2 aliases
|
|
1996
|
+
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1989
1997
|
// Navigation aliases
|
|
1990
1998
|
export { default as LucideNavigation } from '../icons/navigation';
|
|
1999
|
+
// NepaliRupee aliases
|
|
2000
|
+
export { default as LucideNepaliRupee } from '../icons/nepali-rupee';
|
|
1991
2001
|
// Network aliases
|
|
1992
2002
|
export { default as LucideNetwork } from '../icons/network';
|
|
1993
2003
|
// Newspaper aliases
|
|
@@ -2008,14 +2018,14 @@ export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
|
2008
2018
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
2009
2019
|
// NotepadTextDashed aliases
|
|
2010
2020
|
export { default as LucideNotepadTextDashed } from '../icons/notepad-text-dashed';
|
|
2011
|
-
// NotepadText aliases
|
|
2012
|
-
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
2013
2021
|
// NutOff aliases
|
|
2014
2022
|
export { default as LucideNutOff } from '../icons/nut-off';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2023
|
+
// NotepadText aliases
|
|
2024
|
+
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
2017
2025
|
// OctagonMinus aliases
|
|
2018
2026
|
export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
2027
|
+
// Nut aliases
|
|
2028
|
+
export { default as LucideNut } from '../icons/nut';
|
|
2019
2029
|
// Octagon aliases
|
|
2020
2030
|
export { default as LucideOctagon } from '../icons/octagon';
|
|
2021
2031
|
// Omega aliases
|
|
@@ -2066,18 +2076,18 @@ export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
|
2066
2076
|
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
2067
2077
|
// PanelRight aliases
|
|
2068
2078
|
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
2069
|
-
// PanelTopClose aliases
|
|
2070
|
-
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
2071
2079
|
// PanelTopBottomDashed aliases
|
|
2072
2080
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
2081
|
+
// PanelTopClose aliases
|
|
2082
|
+
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
2073
2083
|
// PanelTopOpen aliases
|
|
2074
2084
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
2075
2085
|
// PanelTop aliases
|
|
2076
2086
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
2077
|
-
// PanelsRightBottom aliases
|
|
2078
|
-
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
2079
2087
|
// PanelsLeftBottom aliases
|
|
2080
2088
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
2089
|
+
// PanelsRightBottom aliases
|
|
2090
|
+
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
2081
2091
|
// PaperBag aliases
|
|
2082
2092
|
export { default as LucidePaperBag } from '../icons/paper-bag';
|
|
2083
2093
|
// Paperclip aliases
|
|
@@ -2090,10 +2100,10 @@ export { default as LucideParentheses } from '../icons/parentheses';
|
|
|
2090
2100
|
export { default as LucidePark } from '../icons/park';
|
|
2091
2101
|
// ParkingMeter aliases
|
|
2092
2102
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
2093
|
-
// PartyPopper aliases
|
|
2094
|
-
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
2095
2103
|
// Pause aliases
|
|
2096
2104
|
export { default as LucidePause } from '../icons/pause';
|
|
2105
|
+
// PartyPopper aliases
|
|
2106
|
+
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
2097
2107
|
// PawPrint aliases
|
|
2098
2108
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
2099
2109
|
// PcCase aliases
|
|
@@ -2102,16 +2112,16 @@ export { default as LucidePcCase } from '../icons/pc-case';
|
|
|
2102
2112
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
2103
2113
|
// PenTool aliases
|
|
2104
2114
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
2105
|
-
// PencilOff aliases
|
|
2106
|
-
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
2107
2115
|
// PencilLine aliases
|
|
2108
2116
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
2117
|
+
// PencilOff aliases
|
|
2118
|
+
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
2109
2119
|
// PencilRuler aliases
|
|
2110
2120
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
2111
|
-
// Pencil aliases
|
|
2112
|
-
export { default as LucidePencil } from '../icons/pencil';
|
|
2113
2121
|
// PencilSparkles aliases
|
|
2114
2122
|
export { default as LucidePencilSparkles } from '../icons/pencil-sparkles';
|
|
2123
|
+
// Pencil aliases
|
|
2124
|
+
export { default as LucidePencil } from '../icons/pencil';
|
|
2115
2125
|
// Pentagon aliases
|
|
2116
2126
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
2117
2127
|
// Percent aliases
|
|
@@ -2132,10 +2142,10 @@ export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
|
2132
2142
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
2133
2143
|
// PhoneOff aliases
|
|
2134
2144
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
2135
|
-
// Phone aliases
|
|
2136
|
-
export { default as LucidePhone } from '../icons/phone';
|
|
2137
2145
|
// PhoneOutgoing aliases
|
|
2138
2146
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
2147
|
+
// Phone aliases
|
|
2148
|
+
export { default as LucidePhone } from '../icons/phone';
|
|
2139
2149
|
// Pi aliases
|
|
2140
2150
|
export { default as LucidePi } from '../icons/pi';
|
|
2141
2151
|
// Piano aliases
|
|
@@ -2166,10 +2176,10 @@ export { default as LucidePin } from '../icons/pin';
|
|
|
2166
2176
|
export { default as LucidePipette } from '../icons/pipette';
|
|
2167
2177
|
// Pizza aliases
|
|
2168
2178
|
export { default as LucidePizza } from '../icons/pizza';
|
|
2169
|
-
// PlaneTakeoff aliases
|
|
2170
|
-
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2171
2179
|
// PlaneLanding aliases
|
|
2172
2180
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
2181
|
+
// PlaneTakeoff aliases
|
|
2182
|
+
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2173
2183
|
// Plane aliases
|
|
2174
2184
|
export { default as LucidePlane } from '../icons/plane';
|
|
2175
2185
|
// PlantPot aliases
|
|
@@ -2194,10 +2204,10 @@ export { default as LucidePlus } from '../icons/plus';
|
|
|
2194
2204
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2195
2205
|
// Podium aliases
|
|
2196
2206
|
export { default as LucidePodium } from '../icons/podium';
|
|
2197
|
-
// Pointer aliases
|
|
2198
|
-
export { default as LucidePointer } from '../icons/pointer';
|
|
2199
2207
|
// PointerOff aliases
|
|
2200
2208
|
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2209
|
+
// Pointer aliases
|
|
2210
|
+
export { default as LucidePointer } from '../icons/pointer';
|
|
2201
2211
|
// Popcorn aliases
|
|
2202
2212
|
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2203
2213
|
// Popsicle aliases
|
|
@@ -2240,10 +2250,10 @@ export { default as LucideRadical } from '../icons/radical';
|
|
|
2240
2250
|
export { default as LucideRadioOff } from '../icons/radio-off';
|
|
2241
2251
|
// RadioReceiver aliases
|
|
2242
2252
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2243
|
-
// Radio aliases
|
|
2244
|
-
export { default as LucideRadio } from '../icons/radio';
|
|
2245
2253
|
// RadioTower aliases
|
|
2246
2254
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2255
|
+
// Radio aliases
|
|
2256
|
+
export { default as LucideRadio } from '../icons/radio';
|
|
2247
2257
|
// Radius aliases
|
|
2248
2258
|
export { default as LucideRadius } from '../icons/radius';
|
|
2249
2259
|
// Rainbow aliases
|
|
@@ -2254,10 +2264,10 @@ export { default as LucideRat } from '../icons/rat';
|
|
|
2254
2264
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2255
2265
|
// ReceiptCent aliases
|
|
2256
2266
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2257
|
-
// ReceiptEuro aliases
|
|
2258
|
-
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2259
2267
|
// ReceiptIndianRupee aliases
|
|
2260
2268
|
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2269
|
+
// ReceiptEuro aliases
|
|
2270
|
+
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2261
2271
|
// ReceiptJapaneseYen aliases
|
|
2262
2272
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2263
2273
|
// ReceiptPoundSterling aliases
|
|
@@ -2302,10 +2312,10 @@ export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
|
2302
2312
|
export { default as LucideRegex } from '../icons/regex';
|
|
2303
2313
|
// RemoveFormatting aliases
|
|
2304
2314
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2305
|
-
// Repeat2 aliases
|
|
2306
|
-
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2307
2315
|
// Repeat1 aliases
|
|
2308
2316
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2317
|
+
// Repeat2 aliases
|
|
2318
|
+
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2309
2319
|
// RepeatOff aliases
|
|
2310
2320
|
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2311
2321
|
// Repeat aliases
|
|
@@ -2318,10 +2328,10 @@ export { default as LucideReplace } from '../icons/replace';
|
|
|
2318
2328
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2319
2329
|
// Reply aliases
|
|
2320
2330
|
export { default as LucideReply } from '../icons/reply';
|
|
2321
|
-
// Ribbon aliases
|
|
2322
|
-
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2323
2331
|
// Rewind aliases
|
|
2324
2332
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2333
|
+
// Ribbon aliases
|
|
2334
|
+
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2325
2335
|
// Road aliases
|
|
2326
2336
|
export { default as LucideRoad } from '../icons/road';
|
|
2327
2337
|
// RobotArm aliases
|
|
@@ -2342,6 +2352,8 @@ export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
|
2342
2352
|
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2343
2353
|
// RotateCcw aliases
|
|
2344
2354
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2355
|
+
// RotateCwClock aliases
|
|
2356
|
+
export { default as LucideRotateCwClock } from '../icons/rotate-cw-clock';
|
|
2345
2357
|
// RotateCwFadingClock aliases
|
|
2346
2358
|
export { default as LucideRotateCwFadingClock } from '../icons/rotate-cw-fading-clock';
|
|
2347
2359
|
// RotateCwSquare aliases
|
|
@@ -2374,10 +2386,10 @@ export { default as LucideSandwich } from '../icons/sandwich';
|
|
|
2374
2386
|
export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
2375
2387
|
// Satellite aliases
|
|
2376
2388
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2377
|
-
// SaveAll aliases
|
|
2378
|
-
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2379
2389
|
// SaudiRiyal aliases
|
|
2380
2390
|
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2391
|
+
// SaveAll aliases
|
|
2392
|
+
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2381
2393
|
// SaveCheck aliases
|
|
2382
2394
|
export { default as LucideSaveCheck } from '../icons/save-check';
|
|
2383
2395
|
// SaveOff aliases
|
|
@@ -2404,14 +2416,14 @@ export { default as LucideScanFace } from '../icons/scan-face';
|
|
|
2404
2416
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2405
2417
|
// ScanLine aliases
|
|
2406
2418
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2407
|
-
// ScanSearch aliases
|
|
2408
|
-
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2409
2419
|
// ScanQrCode aliases
|
|
2410
2420
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2421
|
+
// ScanSearch aliases
|
|
2422
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2413
2423
|
// ScanSquare aliases
|
|
2414
2424
|
export { default as LucideScanSquare } from '../icons/scan-square';
|
|
2425
|
+
// ScanText aliases
|
|
2426
|
+
export { default as LucideScanText } from '../icons/scan-text';
|
|
2415
2427
|
// Scan aliases
|
|
2416
2428
|
export { default as LucideScan } from '../icons/scan';
|
|
2417
2429
|
// School aliases
|
|
@@ -2436,10 +2448,10 @@ export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
|
2436
2448
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2437
2449
|
// SearchCode aliases
|
|
2438
2450
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2439
|
-
// SearchX aliases
|
|
2440
|
-
export { default as LucideSearchX } from '../icons/search-x';
|
|
2441
2451
|
// SearchSlash aliases
|
|
2442
2452
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2453
|
+
// SearchX aliases
|
|
2454
|
+
export { default as LucideSearchX } from '../icons/search-x';
|
|
2443
2455
|
// Search aliases
|
|
2444
2456
|
export { default as LucideSearch } from '../icons/search';
|
|
2445
2457
|
// Section aliases
|
|
@@ -2462,10 +2474,10 @@ export { default as LucideServerOff } from '../icons/server-off';
|
|
|
2462
2474
|
export { default as LucideServerPlus } from '../icons/server-plus';
|
|
2463
2475
|
// Server aliases
|
|
2464
2476
|
export { default as LucideServer } from '../icons/server';
|
|
2465
|
-
// Settings2 aliases
|
|
2466
|
-
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2467
2477
|
// Settings aliases
|
|
2468
2478
|
export { default as LucideSettings } from '../icons/settings';
|
|
2479
|
+
// Settings2 aliases
|
|
2480
|
+
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2469
2481
|
// Shapes aliases
|
|
2470
2482
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2471
2483
|
// Share2 aliases
|
|
@@ -2484,14 +2496,14 @@ export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
|
2484
2496
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2485
2497
|
// ShieldCheck aliases
|
|
2486
2498
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2487
|
-
// ShieldCog aliases
|
|
2488
|
-
export { default as LucideShieldCog } from '../icons/shield-cog';
|
|
2489
2499
|
// ShieldCogCorner aliases
|
|
2490
2500
|
export { default as LucideShieldCogCorner } from '../icons/shield-cog-corner';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2501
|
+
// ShieldCog aliases
|
|
2502
|
+
export { default as LucideShieldCog } from '../icons/shield-cog';
|
|
2493
2503
|
// ShieldEllipsis aliases
|
|
2494
2504
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2505
|
+
// ShieldHalf aliases
|
|
2506
|
+
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2495
2507
|
// ShieldKeyhole aliases
|
|
2496
2508
|
export { default as LucideShieldKeyhole } from '../icons/shield-keyhole';
|
|
2497
2509
|
// ShieldLock aliases
|
|
@@ -2516,10 +2528,10 @@ export { default as LucideShip } from '../icons/ship';
|
|
|
2516
2528
|
export { default as LucideShirt } from '../icons/shirt';
|
|
2517
2529
|
// ShoppingBag aliases
|
|
2518
2530
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2519
|
-
// ShoppingCartMinus aliases
|
|
2520
|
-
export { default as LucideShoppingCartMinus } from '../icons/shopping-cart-minus';
|
|
2521
2531
|
// ShoppingBasket aliases
|
|
2522
2532
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2533
|
+
// ShoppingCartMinus aliases
|
|
2534
|
+
export { default as LucideShoppingCartMinus } from '../icons/shopping-cart-minus';
|
|
2523
2535
|
// ShoppingCartPlus aliases
|
|
2524
2536
|
export { default as LucideShoppingCartPlus } from '../icons/shopping-cart-plus';
|
|
2525
2537
|
// ShoppingCart aliases
|
|
@@ -2532,10 +2544,10 @@ export { default as LucideShowerHead } from '../icons/shower-head';
|
|
|
2532
2544
|
export { default as LucideShredder } from '../icons/shredder';
|
|
2533
2545
|
// ShrimpOff aliases
|
|
2534
2546
|
export { default as LucideShrimpOff } from '../icons/shrimp-off';
|
|
2535
|
-
// Shrimp aliases
|
|
2536
|
-
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2537
2547
|
// Shrink aliases
|
|
2538
2548
|
export { default as LucideShrink } from '../icons/shrink';
|
|
2549
|
+
// Shrimp aliases
|
|
2550
|
+
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2539
2551
|
// Shrub aliases
|
|
2540
2552
|
export { default as LucideShrub } from '../icons/shrub';
|
|
2541
2553
|
// Shuffle aliases
|
|
@@ -2548,10 +2560,10 @@ export { default as LucideSignalHigh } from '../icons/signal-high';
|
|
|
2548
2560
|
export { default as LucideSignalLow } from '../icons/signal-low';
|
|
2549
2561
|
// SignalMedium aliases
|
|
2550
2562
|
export { default as LucideSignalMedium } from '../icons/signal-medium';
|
|
2551
|
-
// SignalZero aliases
|
|
2552
|
-
export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
2553
2563
|
// Signal aliases
|
|
2554
2564
|
export { default as LucideSignal } from '../icons/signal';
|
|
2565
|
+
// SignalZero aliases
|
|
2566
|
+
export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
2555
2567
|
// Signature aliases
|
|
2556
2568
|
export { default as LucideSignature } from '../icons/signature';
|
|
2557
2569
|
// SignpostBig aliases
|
|
@@ -2582,10 +2594,10 @@ export { default as LucideSmartphone } from '../icons/smartphone';
|
|
|
2582
2594
|
export { default as LucideSnail } from '../icons/snail';
|
|
2583
2595
|
// Snowflake aliases
|
|
2584
2596
|
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2585
|
-
// Sofa aliases
|
|
2586
|
-
export { default as LucideSofa } from '../icons/sofa';
|
|
2587
2597
|
// SoapDispenserDroplet aliases
|
|
2588
2598
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2599
|
+
// Sofa aliases
|
|
2600
|
+
export { default as LucideSofa } from '../icons/sofa';
|
|
2589
2601
|
// SolarPanel aliases
|
|
2590
2602
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2591
2603
|
// Soup aliases
|
|
@@ -2594,10 +2606,10 @@ export { default as LucideSoup } from '../icons/soup';
|
|
|
2594
2606
|
export { default as LucideSpace } from '../icons/space';
|
|
2595
2607
|
// Spade aliases
|
|
2596
2608
|
export { default as LucideSpade } from '../icons/spade';
|
|
2597
|
-
// Sparkle aliases
|
|
2598
|
-
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2599
2609
|
// Speaker aliases
|
|
2600
2610
|
export { default as LucideSpeaker } from '../icons/speaker';
|
|
2611
|
+
// Sparkle aliases
|
|
2612
|
+
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2601
2613
|
// Speech aliases
|
|
2602
2614
|
export { default as LucideSpeech } from '../icons/speech';
|
|
2603
2615
|
// SpellCheck2 aliases
|
|
@@ -2628,8 +2640,14 @@ export { default as LucideSquareArrowRightExit } from '../icons/square-arrow-rig
|
|
|
2628
2640
|
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2629
2641
|
// SquareDashedBottom aliases
|
|
2630
2642
|
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2643
|
+
// SquareDashedPlus aliases
|
|
2644
|
+
export { default as LucideSquareDashedPlus } from '../icons/square-dashed-plus';
|
|
2631
2645
|
// SquareDashedTopSolid aliases
|
|
2632
2646
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2647
|
+
// SquareDashedXCorner aliases
|
|
2648
|
+
export { default as LucideSquareDashedXCorner } from '../icons/square-dashed-x-corner';
|
|
2649
|
+
// SquareDashedX aliases
|
|
2650
|
+
export { default as LucideSquareDashedX } from '../icons/square-dashed-x';
|
|
2633
2651
|
// SquareDimensions aliases
|
|
2634
2652
|
export { default as LucideSquareDimensions } from '../icons/square-dimensions';
|
|
2635
2653
|
// SquareExclamationPoint aliases
|
|
@@ -2642,10 +2660,10 @@ export { default as LucideSquarePause } from '../icons/square-pause';
|
|
|
2642
2660
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2643
2661
|
// SquareRoundCorner aliases
|
|
2644
2662
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2645
|
-
// SquareSquare aliases
|
|
2646
|
-
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2647
2663
|
// SquareStack aliases
|
|
2648
2664
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2665
|
+
// SquareSquare aliases
|
|
2666
|
+
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2649
2667
|
// SquareStar aliases
|
|
2650
2668
|
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2651
2669
|
// SquareStop aliases
|
|
@@ -2684,18 +2702,18 @@ export { default as LucideStarPlus } from '../icons/star-plus';
|
|
|
2684
2702
|
export { default as LucideStarX } from '../icons/star-x';
|
|
2685
2703
|
// Star aliases
|
|
2686
2704
|
export { default as LucideStar } from '../icons/star';
|
|
2687
|
-
// StepForward aliases
|
|
2688
|
-
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2689
2705
|
// StepBack aliases
|
|
2690
2706
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2707
|
+
// StepForward aliases
|
|
2708
|
+
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2691
2709
|
// Stethoscope aliases
|
|
2692
2710
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2693
|
-
// StickyNoteCheck aliases
|
|
2694
|
-
export { default as LucideStickyNoteCheck } from '../icons/sticky-note-check';
|
|
2695
2711
|
// Sticker aliases
|
|
2696
2712
|
export { default as LucideSticker } from '../icons/sticker';
|
|
2697
2713
|
// StickyNoteMinus aliases
|
|
2698
2714
|
export { default as LucideStickyNoteMinus } from '../icons/sticky-note-minus';
|
|
2715
|
+
// StickyNoteCheck aliases
|
|
2716
|
+
export { default as LucideStickyNoteCheck } from '../icons/sticky-note-check';
|
|
2699
2717
|
// StickyNoteOff aliases
|
|
2700
2718
|
export { default as LucideStickyNoteOff } from '../icons/sticky-note-off';
|
|
2701
2719
|
// StickyNotePlus aliases
|
|
@@ -2724,10 +2742,10 @@ export { default as LucideSummary } from '../icons/summary';
|
|
|
2724
2742
|
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2725
2743
|
// SunMedium aliases
|
|
2726
2744
|
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2727
|
-
// SunMoon aliases
|
|
2728
|
-
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2729
2745
|
// SunSnow aliases
|
|
2730
2746
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2747
|
+
// SunMoon aliases
|
|
2748
|
+
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2731
2749
|
// Sun aliases
|
|
2732
2750
|
export { default as LucideSun } from '../icons/sun';
|
|
2733
2751
|
// Sunrise aliases
|
|
@@ -2736,40 +2754,40 @@ export { default as LucideSunrise } from '../icons/sunrise';
|
|
|
2736
2754
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2737
2755
|
// Superscript aliases
|
|
2738
2756
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2739
|
-
// SwissFranc aliases
|
|
2740
|
-
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2741
2757
|
// SwatchBook aliases
|
|
2742
2758
|
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2759
|
+
// SwissFranc aliases
|
|
2760
|
+
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2743
2761
|
// SwitchCamera aliases
|
|
2744
2762
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2745
|
-
// Sword aliases
|
|
2746
|
-
export { default as LucideSword } from '../icons/sword';
|
|
2747
2763
|
// Swords aliases
|
|
2748
2764
|
export { default as LucideSwords } from '../icons/swords';
|
|
2765
|
+
// Sword aliases
|
|
2766
|
+
export { default as LucideSword } from '../icons/sword';
|
|
2749
2767
|
// Syringe aliases
|
|
2750
2768
|
export { default as LucideSyringe } from '../icons/syringe';
|
|
2769
|
+
// Table2 aliases
|
|
2770
|
+
export { default as LucideTable2 } from '../icons/table-2';
|
|
2751
2771
|
// TableCellsMerge aliases
|
|
2752
2772
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2753
2773
|
// TableCellsSplit aliases
|
|
2754
2774
|
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2755
|
-
// Table2 aliases
|
|
2756
|
-
export { default as LucideTable2 } from '../icons/table-2';
|
|
2757
2775
|
// TableColumnsSplit aliases
|
|
2758
2776
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2759
|
-
// TableOfContents aliases
|
|
2760
|
-
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2761
2777
|
// TableProperties aliases
|
|
2762
2778
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2779
|
+
// TableOfContents aliases
|
|
2780
|
+
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2763
2781
|
// TableRowsSplit aliases
|
|
2764
2782
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2765
2783
|
// Table aliases
|
|
2766
2784
|
export { default as LucideTable } from '../icons/table';
|
|
2767
2785
|
// TabletSmartphone aliases
|
|
2768
2786
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2769
|
-
// Tablets aliases
|
|
2770
|
-
export { default as LucideTablets } from '../icons/tablets';
|
|
2771
2787
|
// Tablet aliases
|
|
2772
2788
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2789
|
+
// Tablets aliases
|
|
2790
|
+
export { default as LucideTablets } from '../icons/tablets';
|
|
2773
2791
|
// TagPlus aliases
|
|
2774
2792
|
export { default as LucideTagPlus } from '../icons/tag-plus';
|
|
2775
2793
|
// TagX aliases
|
|
@@ -2780,24 +2798,24 @@ export { default as LucideTag } from '../icons/tag';
|
|
|
2780
2798
|
export { default as LucideTags } from '../icons/tags';
|
|
2781
2799
|
// Tally1 aliases
|
|
2782
2800
|
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2783
|
-
// Tally3 aliases
|
|
2784
|
-
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2785
2801
|
// Tally2 aliases
|
|
2786
2802
|
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2803
|
+
// Tally3 aliases
|
|
2804
|
+
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2787
2805
|
// Tally4 aliases
|
|
2788
2806
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2789
2807
|
// Tally5 aliases
|
|
2790
2808
|
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2791
2809
|
// Tangent aliases
|
|
2792
2810
|
export { default as LucideTangent } from '../icons/tangent';
|
|
2793
|
-
// Target aliases
|
|
2794
|
-
export { default as LucideTarget } from '../icons/target';
|
|
2795
2811
|
// Telescope aliases
|
|
2796
2812
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2797
|
-
//
|
|
2798
|
-
export { default as
|
|
2813
|
+
// Target aliases
|
|
2814
|
+
export { default as LucideTarget } from '../icons/target';
|
|
2799
2815
|
// TentTree aliases
|
|
2800
2816
|
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2817
|
+
// Tent aliases
|
|
2818
|
+
export { default as LucideTent } from '../icons/tent';
|
|
2801
2819
|
// Terminal aliases
|
|
2802
2820
|
export { default as LucideTerminal } from '../icons/terminal';
|
|
2803
2821
|
// TestTube aliases
|
|
@@ -2816,16 +2834,16 @@ export { default as LucideTextSearch } from '../icons/text-search';
|
|
|
2816
2834
|
export { default as LucideTheater } from '../icons/theater';
|
|
2817
2835
|
// ThermometerSnowflake aliases
|
|
2818
2836
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2819
|
-
// Thermometer aliases
|
|
2820
|
-
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2821
2837
|
// ThermometerSun aliases
|
|
2822
2838
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2839
|
+
// Thermometer aliases
|
|
2840
|
+
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2823
2841
|
// ThumbsDown aliases
|
|
2824
2842
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2825
|
-
// ThumbsUp aliases
|
|
2826
|
-
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2827
2843
|
// TicTacToe aliases
|
|
2828
2844
|
export { default as LucideTicTacToe } from '../icons/tic-tac-toe';
|
|
2845
|
+
// ThumbsUp aliases
|
|
2846
|
+
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2829
2847
|
// TicketCheck aliases
|
|
2830
2848
|
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2831
2849
|
// TicketMinus aliases
|
|
@@ -2854,10 +2872,10 @@ export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
|
2854
2872
|
export { default as LucideTimer } from '../icons/timer';
|
|
2855
2873
|
// ToggleLeft aliases
|
|
2856
2874
|
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2857
|
-
// Toilet aliases
|
|
2858
|
-
export { default as LucideToilet } from '../icons/toilet';
|
|
2859
2875
|
// ToggleRight aliases
|
|
2860
2876
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2877
|
+
// Toilet aliases
|
|
2878
|
+
export { default as LucideToilet } from '../icons/toilet';
|
|
2861
2879
|
// ToolCase aliases
|
|
2862
2880
|
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2863
2881
|
// Toolbox aliases
|
|
@@ -2890,10 +2908,10 @@ export { default as LucideTrailer } from '../icons/trailer';
|
|
|
2890
2908
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2891
2909
|
// TrainFront aliases
|
|
2892
2910
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2893
|
-
// Transgender aliases
|
|
2894
|
-
export { default as LucideTransgender } from '../icons/transgender';
|
|
2895
2911
|
// TrainTrack aliases
|
|
2896
2912
|
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2913
|
+
// Transgender aliases
|
|
2914
|
+
export { default as LucideTransgender } from '../icons/transgender';
|
|
2897
2915
|
// TrashOff aliases
|
|
2898
2916
|
export { default as LucideTrashOff } from '../icons/trash-off';
|
|
2899
2917
|
// TreeDeciduous aliases
|
|
@@ -2902,12 +2920,12 @@ export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
|
2902
2920
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2903
2921
|
// Trees aliases
|
|
2904
2922
|
export { default as LucideTrees } from '../icons/trees';
|
|
2905
|
-
// TrendingUpDown aliases
|
|
2906
|
-
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2907
2923
|
// TrendingDown aliases
|
|
2908
2924
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2909
2925
|
// TrendingUp aliases
|
|
2910
2926
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2927
|
+
// TrendingUpDown aliases
|
|
2928
|
+
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2911
2929
|
// TriangleDashed aliases
|
|
2912
2930
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2913
2931
|
// TriangleRight aliases
|
|
@@ -2920,6 +2938,8 @@ export { default as LucideTrophy } from '../icons/trophy';
|
|
|
2920
2938
|
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2921
2939
|
// Truck aliases
|
|
2922
2940
|
export { default as LucideTruck } from '../icons/truck';
|
|
2941
|
+
// TubeLotion aliases
|
|
2942
|
+
export { default as LucideTubeLotion } from '../icons/tube-lotion';
|
|
2923
2943
|
// TurkishLira aliases
|
|
2924
2944
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2925
2945
|
// Turntable aliases
|
|
@@ -2938,10 +2958,10 @@ export { default as LucideType } from '../icons/type';
|
|
|
2938
2958
|
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2939
2959
|
// Umbrella aliases
|
|
2940
2960
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2941
|
-
// Undo2 aliases
|
|
2942
|
-
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2943
2961
|
// Underline aliases
|
|
2944
2962
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2963
|
+
// Undo2 aliases
|
|
2964
|
+
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2945
2965
|
// UndoDot aliases
|
|
2946
2966
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2947
2967
|
// Undo aliases
|
|
@@ -2952,10 +2972,10 @@ export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
|
2952
2972
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2953
2973
|
// Ungroup aliases
|
|
2954
2974
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2955
|
-
// Unlink aliases
|
|
2956
|
-
export { default as LucideUnlink } from '../icons/unlink';
|
|
2957
2975
|
// Unlink2 aliases
|
|
2958
2976
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2977
|
+
// Unlink aliases
|
|
2978
|
+
export { default as LucideUnlink } from '../icons/unlink';
|
|
2959
2979
|
// Unplug aliases
|
|
2960
2980
|
export { default as LucideUnplug } from '../icons/unplug';
|
|
2961
2981
|
// Upload aliases
|
|
@@ -2968,10 +2988,10 @@ export { default as LucideUsb } from '../icons/usb';
|
|
|
2968
2988
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2969
2989
|
// UserCog aliases
|
|
2970
2990
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2971
|
-
// UserGroup aliases
|
|
2972
|
-
export { default as LucideUserGroup } from '../icons/user-group';
|
|
2973
2991
|
// UserKey aliases
|
|
2974
2992
|
export { default as LucideUserKey } from '../icons/user-key';
|
|
2993
|
+
// UserGroup aliases
|
|
2994
|
+
export { default as LucideUserGroup } from '../icons/user-group';
|
|
2975
2995
|
// UserLock aliases
|
|
2976
2996
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2977
2997
|
// UserMinus aliases
|
|
@@ -2984,18 +3004,18 @@ export { default as LucideUserPlus } from '../icons/user-plus';
|
|
|
2984
3004
|
export { default as LucideUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2985
3005
|
// UserRoundGroup aliases
|
|
2986
3006
|
export { default as LucideUserRoundGroup } from '../icons/user-round-group';
|
|
2987
|
-
// UserRoundKey aliases
|
|
2988
|
-
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2989
3007
|
// UserRoundPen aliases
|
|
2990
3008
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
3009
|
+
// UserRoundKey aliases
|
|
3010
|
+
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2991
3011
|
// UserRoundSearch aliases
|
|
2992
3012
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2993
3013
|
// UserSearch aliases
|
|
2994
3014
|
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2995
|
-
// UserShield aliases
|
|
2996
|
-
export { default as LucideUserShield } from '../icons/user-shield';
|
|
2997
3015
|
// UserStar aliases
|
|
2998
3016
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
3017
|
+
// UserShield aliases
|
|
3018
|
+
export { default as LucideUserShield } from '../icons/user-shield';
|
|
2999
3019
|
// UserX aliases
|
|
3000
3020
|
export { default as LucideUserX } from '../icons/user-x';
|
|
3001
3021
|
// User aliases
|
|
@@ -3014,16 +3034,16 @@ export { default as LucideVault } from '../icons/vault';
|
|
|
3014
3034
|
export { default as LucideVectorPolygon } from '../icons/vector-polygon';
|
|
3015
3035
|
// VectorSquare aliases
|
|
3016
3036
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
3017
|
-
// VenetianMask aliases
|
|
3018
|
-
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
3019
3037
|
// Vegan aliases
|
|
3020
3038
|
export { default as LucideVegan } from '../icons/vegan';
|
|
3021
3039
|
// VenusAndMars aliases
|
|
3022
3040
|
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
3041
|
+
// VenetianMask aliases
|
|
3042
|
+
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
3025
3043
|
// VibrateOff aliases
|
|
3026
3044
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
3045
|
+
// Venus aliases
|
|
3046
|
+
export { default as LucideVenus } from '../icons/venus';
|
|
3027
3047
|
// Vibrate aliases
|
|
3028
3048
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
3029
3049
|
// VideoOff aliases
|
|
@@ -3044,26 +3064,26 @@ export { default as LucideVoicemail } from '../icons/voicemail';
|
|
|
3044
3064
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
3045
3065
|
// Volume1 aliases
|
|
3046
3066
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
3047
|
-
// Volume2 aliases
|
|
3048
|
-
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
3049
3067
|
// VolumeOff aliases
|
|
3050
3068
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
3069
|
+
// Volume2 aliases
|
|
3070
|
+
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
3051
3071
|
// Volume aliases
|
|
3052
3072
|
export { default as LucideVolume } from '../icons/volume';
|
|
3053
3073
|
// VolumeX aliases
|
|
3054
3074
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
3055
3075
|
// Vote aliases
|
|
3056
3076
|
export { default as LucideVote } from '../icons/vote';
|
|
3057
|
-
// Wallet aliases
|
|
3058
|
-
export { default as LucideWallet } from '../icons/wallet';
|
|
3059
3077
|
// WalletCards aliases
|
|
3060
3078
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
3079
|
+
// Wallet aliases
|
|
3080
|
+
export { default as LucideWallet } from '../icons/wallet';
|
|
3061
3081
|
// Wallpaper aliases
|
|
3062
3082
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
3063
|
-
// Wand aliases
|
|
3064
|
-
export { default as LucideWand } from '../icons/wand';
|
|
3065
3083
|
// Warehouse aliases
|
|
3066
3084
|
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
3085
|
+
// Wand aliases
|
|
3086
|
+
export { default as LucideWand } from '../icons/wand';
|
|
3067
3087
|
// WashingMachine aliases
|
|
3068
3088
|
export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
3069
3089
|
// Watch aliases
|
|
@@ -3072,10 +3092,10 @@ export { default as LucideWatch } from '../icons/watch';
|
|
|
3072
3092
|
export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
3073
3093
|
// WavesArrowUp aliases
|
|
3074
3094
|
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
3075
|
-
// WavesLadder aliases
|
|
3076
|
-
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
3077
3095
|
// WavesVertical aliases
|
|
3078
3096
|
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
3097
|
+
// WavesLadder aliases
|
|
3098
|
+
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
3079
3099
|
// Waypoints aliases
|
|
3080
3100
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
3081
3101
|
// WebcamOff aliases
|
|
@@ -3090,30 +3110,30 @@ export { default as LucideWebhook } from '../icons/webhook';
|
|
|
3090
3110
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
3091
3111
|
// Weight aliases
|
|
3092
3112
|
export { default as LucideWeight } from '../icons/weight';
|
|
3093
|
-
// WheatOff aliases
|
|
3094
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
3095
3113
|
// Wheat aliases
|
|
3096
3114
|
export { default as LucideWheat } from '../icons/wheat';
|
|
3115
|
+
// WheatOff aliases
|
|
3116
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
3097
3117
|
// Whistle aliases
|
|
3098
3118
|
export { default as LucideWhistle } from '../icons/whistle';
|
|
3099
3119
|
// WholeWord aliases
|
|
3100
3120
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
3101
|
-
// WifiCog aliases
|
|
3102
|
-
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
3103
3121
|
// WifiHigh aliases
|
|
3104
3122
|
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
3123
|
+
// WifiCog aliases
|
|
3124
|
+
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
3105
3125
|
// WifiLow aliases
|
|
3106
3126
|
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
3107
3127
|
// WifiOff aliases
|
|
3108
3128
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
3109
3129
|
// WifiPen aliases
|
|
3110
3130
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
3131
|
+
// WifiSync aliases
|
|
3132
|
+
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
3111
3133
|
// WifiZero aliases
|
|
3112
3134
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
3113
3135
|
// Wifi aliases
|
|
3114
3136
|
export { default as LucideWifi } from '../icons/wifi';
|
|
3115
|
-
// WifiSync aliases
|
|
3116
|
-
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
3117
3137
|
// WindArrowDown aliases
|
|
3118
3138
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
3119
3139
|
// Wind aliases
|
|
@@ -3124,10 +3144,10 @@ export { default as LucideWineOff } from '../icons/wine-off';
|
|
|
3124
3144
|
export { default as LucideWine } from '../icons/wine';
|
|
3125
3145
|
// Workflow aliases
|
|
3126
3146
|
export { default as LucideWorkflow } from '../icons/workflow';
|
|
3127
|
-
// WrenchOff aliases
|
|
3128
|
-
export { default as LucideWrenchOff } from '../icons/wrench-off';
|
|
3129
3147
|
// Worm aliases
|
|
3130
3148
|
export { default as LucideWorm } from '../icons/worm';
|
|
3149
|
+
// WrenchOff aliases
|
|
3150
|
+
export { default as LucideWrenchOff } from '../icons/wrench-off';
|
|
3131
3151
|
// Wrench aliases
|
|
3132
3152
|
export { default as LucideWrench } from '../icons/wrench';
|
|
3133
3153
|
// XLineTop aliases
|
|
@@ -3148,10 +3168,10 @@ export { default as LucideZodiacCancer } from '../icons/zodiac-cancer';
|
|
|
3148
3168
|
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
3149
3169
|
// ZodiacGemini aliases
|
|
3150
3170
|
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
3151
|
-
// ZodiacLeo aliases
|
|
3152
|
-
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
3153
3171
|
// ZodiacLibra aliases
|
|
3154
3172
|
export { default as LucideZodiacLibra } from '../icons/zodiac-libra';
|
|
3173
|
+
// ZodiacLeo aliases
|
|
3174
|
+
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
3155
3175
|
// ZodiacOphiuchus aliases
|
|
3156
3176
|
export { default as LucideZodiacOphiuchus } from '../icons/zodiac-ophiuchus';
|
|
3157
3177
|
// ZodiacPisces aliases
|
|
@@ -3162,10 +3182,10 @@ export { default as LucideZodiacSagittarius } from '../icons/zodiac-sagittarius'
|
|
|
3162
3182
|
export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
3163
3183
|
// ZodiacTaurus aliases
|
|
3164
3184
|
export { default as LucideZodiacTaurus } from '../icons/zodiac-taurus';
|
|
3165
|
-
// ZodiacVirgo aliases
|
|
3166
|
-
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
3167
3185
|
// ZoomIn aliases
|
|
3168
3186
|
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
3187
|
+
// ZodiacVirgo aliases
|
|
3188
|
+
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
3169
3189
|
// ZoomOut aliases
|
|
3170
3190
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
3171
3191
|
// ArrowDown01 aliases
|
|
@@ -3194,102 +3214,96 @@ export {
|
|
|
3194
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3195
3215
|
default as LucideAlarmPlus
|
|
3196
3216
|
} from '../icons/alarm-clock-plus';
|
|
3197
|
-
// ArrowDownAZ aliases
|
|
3198
|
-
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3201
|
-
default as LucideArrowDownAz
|
|
3202
|
-
} from '../icons/arrow-down-a-z';
|
|
3203
3217
|
// ArrowDownWideNarrow aliases
|
|
3204
3218
|
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
3205
3219
|
export {
|
|
3206
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3207
3221
|
default as LucideSortDesc
|
|
3208
3222
|
} from '../icons/arrow-down-wide-narrow';
|
|
3223
|
+
// ArrowDownAZ aliases
|
|
3224
|
+
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3225
|
+
export {
|
|
3226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3227
|
+
default as LucideArrowDownAz
|
|
3228
|
+
} from '../icons/arrow-down-a-z';
|
|
3209
3229
|
// ArrowDownZA aliases
|
|
3210
3230
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
3211
3231
|
export {
|
|
3212
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3213
3233
|
default as LucideArrowDownZa
|
|
3214
3234
|
} from '../icons/arrow-down-z-a';
|
|
3215
|
-
// ArrowUpNarrowWide aliases
|
|
3216
|
-
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3219
|
-
default as LucideSortAsc
|
|
3220
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3221
3235
|
// ArrowUpAZ aliases
|
|
3222
3236
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
3223
3237
|
export {
|
|
3224
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3225
3239
|
default as LucideArrowUpAz
|
|
3226
3240
|
} from '../icons/arrow-up-a-z';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3241
|
+
// ArrowUpNarrowWide aliases
|
|
3242
|
+
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
3229
3243
|
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3231
|
-
default as
|
|
3232
|
-
} from '../icons/arrow-up-
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3245
|
+
default as LucideSortAsc
|
|
3246
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3233
3247
|
// Axis3d aliases
|
|
3234
3248
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
3235
3249
|
export {
|
|
3236
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3237
3251
|
default as LucideAxis3D
|
|
3238
3252
|
} from '../icons/axis-3d';
|
|
3253
|
+
// ArrowUpZA aliases
|
|
3254
|
+
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3257
|
+
default as LucideArrowUpZa
|
|
3258
|
+
} from '../icons/arrow-up-z-a';
|
|
3239
3259
|
// BadgeCheck aliases
|
|
3240
3260
|
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
3241
3261
|
export {
|
|
3242
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3243
3263
|
default as LucideVerified
|
|
3244
3264
|
} from '../icons/badge-check';
|
|
3265
|
+
// BadgeQuestionMark aliases
|
|
3266
|
+
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3269
|
+
default as LucideBadgeHelp
|
|
3270
|
+
} from '../icons/badge-question-mark';
|
|
3245
3271
|
// BetweenHorizontalEnd aliases
|
|
3246
3272
|
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3247
3273
|
export {
|
|
3248
3274
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3249
3275
|
default as LucideBetweenHorizonalEnd
|
|
3250
3276
|
} from '../icons/between-horizontal-end';
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3277
|
+
// BetweenHorizontalStart aliases
|
|
3278
|
+
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3253
3279
|
export {
|
|
3254
|
-
/** @deprecated
|
|
3255
|
-
default as
|
|
3256
|
-
} from '../icons/
|
|
3280
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3281
|
+
default as LucideBetweenHorizonalStart
|
|
3282
|
+
} from '../icons/between-horizontal-start';
|
|
3257
3283
|
// BookBookmark aliases
|
|
3258
3284
|
export { default as LucideBookBookmark } from '../icons/book-bookmark';
|
|
3259
3285
|
export {
|
|
3260
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3261
3287
|
default as LucideBookMarked
|
|
3262
3288
|
} from '../icons/book-bookmark';
|
|
3263
|
-
// BuildingComplex aliases
|
|
3264
|
-
export { default as LucideBuildingComplex } from '../icons/building-complex';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3267
|
-
default as LucideBuilding2
|
|
3268
|
-
} from '../icons/building-complex';
|
|
3269
3289
|
// BookDashed aliases
|
|
3270
3290
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3271
3291
|
export {
|
|
3272
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3273
3293
|
default as LucideBookTemplate
|
|
3274
3294
|
} from '../icons/book-dashed';
|
|
3275
|
-
// BetweenHorizontalStart aliases
|
|
3276
|
-
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3279
|
-
default as LucideBetweenHorizonalStart
|
|
3280
|
-
} from '../icons/between-horizontal-start';
|
|
3281
3295
|
// Braces aliases
|
|
3282
3296
|
export { default as LucideBraces } from '../icons/braces';
|
|
3283
3297
|
export {
|
|
3284
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3285
3299
|
default as LucideCurlyBraces
|
|
3286
3300
|
} from '../icons/braces';
|
|
3287
|
-
//
|
|
3288
|
-
export { default as
|
|
3301
|
+
// BuildingComplex aliases
|
|
3302
|
+
export { default as LucideBuildingComplex } from '../icons/building-complex';
|
|
3289
3303
|
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3291
|
-
default as
|
|
3292
|
-
} from '../icons/
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3305
|
+
default as LucideBuilding2
|
|
3306
|
+
} from '../icons/building-complex';
|
|
3293
3307
|
// ChartArea aliases
|
|
3294
3308
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
3295
3309
|
export {
|
|
@@ -3302,30 +3316,42 @@ export {
|
|
|
3302
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3303
3317
|
default as LucideBarChartHorizontalBig
|
|
3304
3318
|
} from '../icons/chart-bar-big';
|
|
3305
|
-
//
|
|
3306
|
-
export { default as
|
|
3319
|
+
// Captions aliases
|
|
3320
|
+
export { default as LucideCaptions } from '../icons/captions';
|
|
3307
3321
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3309
|
-
default as
|
|
3310
|
-
} from '../icons/
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3323
|
+
default as LucideSubtitles
|
|
3324
|
+
} from '../icons/captions';
|
|
3311
3325
|
// ChartBar aliases
|
|
3312
3326
|
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
3313
3327
|
export {
|
|
3314
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3315
3329
|
default as LucideBarChartHorizontal
|
|
3316
3330
|
} from '../icons/chart-bar';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3331
|
+
// ChartCandlestick aliases
|
|
3332
|
+
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3319
3333
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/chart-
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3335
|
+
default as LucideCandlestickChart
|
|
3336
|
+
} from '../icons/chart-candlestick';
|
|
3323
3337
|
// ChartColumnIncreasing aliases
|
|
3324
3338
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3325
3339
|
export {
|
|
3326
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3327
3341
|
default as LucideBarChart4
|
|
3328
3342
|
} from '../icons/chart-column-increasing';
|
|
3343
|
+
// ChartLine aliases
|
|
3344
|
+
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3347
|
+
default as LucideLineChart
|
|
3348
|
+
} from '../icons/chart-line';
|
|
3349
|
+
// ChartColumnBig aliases
|
|
3350
|
+
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3353
|
+
default as LucideBarChartBig
|
|
3354
|
+
} from '../icons/chart-column-big';
|
|
3329
3355
|
// ChartColumn aliases
|
|
3330
3356
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3331
3357
|
export {
|
|
@@ -3344,12 +3370,6 @@ export {
|
|
|
3344
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3345
3371
|
default as LucideBarChart2
|
|
3346
3372
|
} from '../icons/chart-no-axes-column';
|
|
3347
|
-
// ChartLine aliases
|
|
3348
|
-
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3351
|
-
default as LucideLineChart
|
|
3352
|
-
} from '../icons/chart-line';
|
|
3353
3373
|
// ChartNoAxesGantt aliases
|
|
3354
3374
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3355
3375
|
export {
|
|
@@ -3380,18 +3400,18 @@ export {
|
|
|
3380
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3381
3401
|
default as LucideArrowDownCircle
|
|
3382
3402
|
} from '../icons/circle-arrow-down';
|
|
3383
|
-
// CircleArrowOutDownLeft aliases
|
|
3384
|
-
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3387
|
-
default as LucideArrowDownLeftFromCircle
|
|
3388
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3389
3403
|
// CircleArrowLeft aliases
|
|
3390
3404
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3391
3405
|
export {
|
|
3392
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3393
3407
|
default as LucideArrowLeftCircle
|
|
3394
3408
|
} from '../icons/circle-arrow-left';
|
|
3409
|
+
// CircleArrowOutDownLeft aliases
|
|
3410
|
+
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3413
|
+
default as LucideArrowDownLeftFromCircle
|
|
3414
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3395
3415
|
// CircleArrowOutDownRight aliases
|
|
3396
3416
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3397
3417
|
export {
|
|
@@ -3404,48 +3424,48 @@ export {
|
|
|
3404
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3405
3425
|
default as LucideArrowUpLeftFromCircle
|
|
3406
3426
|
} from '../icons/circle-arrow-out-up-left';
|
|
3407
|
-
// CircleArrowRight aliases
|
|
3408
|
-
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3411
|
-
default as LucideArrowRightCircle
|
|
3412
|
-
} from '../icons/circle-arrow-right';
|
|
3413
3427
|
// CircleArrowOutUpRight aliases
|
|
3414
3428
|
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3415
3429
|
export {
|
|
3416
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3417
3431
|
default as LucideArrowUpRightFromCircle
|
|
3418
3432
|
} from '../icons/circle-arrow-out-up-right';
|
|
3433
|
+
// CircleArrowRight aliases
|
|
3434
|
+
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3437
|
+
default as LucideArrowRightCircle
|
|
3438
|
+
} from '../icons/circle-arrow-right';
|
|
3419
3439
|
// CircleCheckBig aliases
|
|
3420
3440
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3421
3441
|
export {
|
|
3422
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3423
3443
|
default as LucideCheckCircle
|
|
3424
3444
|
} from '../icons/circle-check-big';
|
|
3425
|
-
// CircleArrowUp aliases
|
|
3426
|
-
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3429
|
-
default as LucideArrowUpCircle
|
|
3430
|
-
} from '../icons/circle-arrow-up';
|
|
3431
3445
|
// CircleCheck aliases
|
|
3432
3446
|
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3433
3447
|
export {
|
|
3434
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3435
3449
|
default as LucideCheckCircle2
|
|
3436
3450
|
} from '../icons/circle-check';
|
|
3437
|
-
//
|
|
3438
|
-
export { default as
|
|
3451
|
+
// CircleArrowUp aliases
|
|
3452
|
+
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3439
3453
|
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3441
|
-
default as
|
|
3442
|
-
} from '../icons/circle-
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3455
|
+
default as LucideArrowUpCircle
|
|
3456
|
+
} from '../icons/circle-arrow-up';
|
|
3443
3457
|
// CircleChevronDown aliases
|
|
3444
3458
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3445
3459
|
export {
|
|
3446
3460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3447
3461
|
default as LucideChevronDownCircle
|
|
3448
3462
|
} from '../icons/circle-chevron-down';
|
|
3463
|
+
// CircleChevronLeft aliases
|
|
3464
|
+
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3467
|
+
default as LucideChevronLeftCircle
|
|
3468
|
+
} from '../icons/circle-chevron-left';
|
|
3449
3469
|
// CircleChevronRight aliases
|
|
3450
3470
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3451
3471
|
export {
|
|
@@ -3582,12 +3602,6 @@ export {
|
|
|
3582
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3583
3603
|
default as LucideUploadCloud
|
|
3584
3604
|
} from '../icons/cloud-upload';
|
|
3585
|
-
// Columns2 aliases
|
|
3586
|
-
export { default as LucideColumns2 } from '../icons/columns-2';
|
|
3587
|
-
export {
|
|
3588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3589
|
-
default as LucideColumns
|
|
3590
|
-
} from '../icons/columns-2';
|
|
3591
3605
|
// CodeXml aliases
|
|
3592
3606
|
export { default as LucideCodeXml } from '../icons/code-xml';
|
|
3593
3607
|
export {
|
|
@@ -3604,6 +3618,12 @@ export {
|
|
|
3604
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3605
3619
|
default as LucideTableConfig
|
|
3606
3620
|
} from '../icons/columns-3-cog';
|
|
3621
|
+
// Columns2 aliases
|
|
3622
|
+
export { default as LucideColumns2 } from '../icons/columns-2';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3625
|
+
default as LucideColumns
|
|
3626
|
+
} from '../icons/columns-2';
|
|
3607
3627
|
// Columns3 aliases
|
|
3608
3628
|
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3609
3629
|
export {
|
|
@@ -3616,18 +3636,18 @@ export {
|
|
|
3616
3636
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3617
3637
|
default as LucideContact2
|
|
3618
3638
|
} from '../icons/contact-round';
|
|
3619
|
-
// Earth aliases
|
|
3620
|
-
export { default as LucideEarth } from '../icons/earth';
|
|
3621
|
-
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3623
|
-
default as LucideGlobe2
|
|
3624
|
-
} from '../icons/earth';
|
|
3625
3639
|
// DiamondPercent aliases
|
|
3626
3640
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3627
3641
|
export {
|
|
3628
3642
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3629
3643
|
default as LucidePercentDiamond
|
|
3630
3644
|
} from '../icons/diamond-percent';
|
|
3645
|
+
// Earth aliases
|
|
3646
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3649
|
+
default as LucideGlobe2
|
|
3650
|
+
} from '../icons/earth';
|
|
3631
3651
|
// EllipsisVertical aliases
|
|
3632
3652
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3633
3653
|
export {
|
|
@@ -3646,24 +3666,30 @@ export {
|
|
|
3646
3666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3647
3667
|
default as LucideAngry
|
|
3648
3668
|
} from '../icons/face-angry';
|
|
3649
|
-
// FaceGrinning aliases
|
|
3650
|
-
export { default as LucideFaceGrinning } from '../icons/face-grinning';
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3653
|
-
default as LucideLaugh
|
|
3654
|
-
} from '../icons/face-grinning';
|
|
3655
3669
|
// FaceExpressionless aliases
|
|
3656
3670
|
export { default as LucideFaceExpressionless } from '../icons/face-expressionless';
|
|
3657
3671
|
export {
|
|
3658
3672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3659
3673
|
default as LucideAnnoyed
|
|
3660
3674
|
} from '../icons/face-expressionless';
|
|
3675
|
+
// FaceGrinning aliases
|
|
3676
|
+
export { default as LucideFaceGrinning } from '../icons/face-grinning';
|
|
3677
|
+
export {
|
|
3678
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3679
|
+
default as LucideLaugh
|
|
3680
|
+
} from '../icons/face-grinning';
|
|
3661
3681
|
// FaceNeutral aliases
|
|
3662
3682
|
export { default as LucideFaceNeutral } from '../icons/face-neutral';
|
|
3663
3683
|
export {
|
|
3664
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3665
3685
|
default as LucideMeh
|
|
3666
3686
|
} from '../icons/face-neutral';
|
|
3687
|
+
// FaceSlightlyFrowning aliases
|
|
3688
|
+
export { default as LucideFaceSlightlyFrowning } from '../icons/face-slightly-frowning';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3691
|
+
default as LucideFrown
|
|
3692
|
+
} from '../icons/face-slightly-frowning';
|
|
3667
3693
|
// FaceSlightlySmilingPlus aliases
|
|
3668
3694
|
export { default as LucideFaceSlightlySmilingPlus } from '../icons/face-slightly-smiling-plus';
|
|
3669
3695
|
export {
|
|
@@ -3676,24 +3702,18 @@ export {
|
|
|
3676
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3677
3703
|
default as LucideSmile
|
|
3678
3704
|
} from '../icons/face-slightly-smiling';
|
|
3679
|
-
//
|
|
3680
|
-
export { default as
|
|
3705
|
+
// FileBadge aliases
|
|
3706
|
+
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3681
3707
|
export {
|
|
3682
|
-
/** @deprecated The
|
|
3683
|
-
default as
|
|
3684
|
-
} from '../icons/
|
|
3708
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3709
|
+
default as LucideFileBadge2
|
|
3710
|
+
} from '../icons/file-badge';
|
|
3685
3711
|
// FileAxis3d aliases
|
|
3686
3712
|
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3687
3713
|
export {
|
|
3688
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3689
3715
|
default as LucideFileAxis3D
|
|
3690
3716
|
} from '../icons/file-axis-3d';
|
|
3691
|
-
// FileBadge aliases
|
|
3692
|
-
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3695
|
-
default as LucideFileBadge2
|
|
3696
|
-
} from '../icons/file-badge';
|
|
3697
3717
|
// FileBracesCorner aliases
|
|
3698
3718
|
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3699
3719
|
export {
|
|
@@ -3706,48 +3726,48 @@ export {
|
|
|
3706
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3707
3727
|
default as LucideFileJson
|
|
3708
3728
|
} from '../icons/file-braces';
|
|
3709
|
-
// FileChartColumn aliases
|
|
3710
|
-
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3711
|
-
export {
|
|
3712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3713
|
-
default as LucideFileBarChart2
|
|
3714
|
-
} from '../icons/file-chart-column';
|
|
3715
3729
|
// FileChartColumnIncreasing aliases
|
|
3716
3730
|
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3717
3731
|
export {
|
|
3718
3732
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3719
3733
|
default as LucideFileBarChart
|
|
3720
3734
|
} from '../icons/file-chart-column-increasing';
|
|
3735
|
+
// FileChartColumn aliases
|
|
3736
|
+
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3739
|
+
default as LucideFileBarChart2
|
|
3740
|
+
} from '../icons/file-chart-column';
|
|
3721
3741
|
// FileChartLine aliases
|
|
3722
3742
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3723
3743
|
export {
|
|
3724
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3725
3745
|
default as LucideFileLineChart
|
|
3726
3746
|
} from '../icons/file-chart-line';
|
|
3727
|
-
// FileChartPie aliases
|
|
3728
|
-
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3731
|
-
default as LucideFilePieChart
|
|
3732
|
-
} from '../icons/file-chart-pie';
|
|
3733
3747
|
// FileCheckCorner aliases
|
|
3734
3748
|
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3735
3749
|
export {
|
|
3736
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3737
3751
|
default as LucideFileCheck2
|
|
3738
3752
|
} from '../icons/file-check-corner';
|
|
3739
|
-
//
|
|
3740
|
-
export { default as
|
|
3753
|
+
// FileChartPie aliases
|
|
3754
|
+
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3741
3755
|
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3743
|
-
default as
|
|
3744
|
-
} from '../icons/file-
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3757
|
+
default as LucideFilePieChart
|
|
3758
|
+
} from '../icons/file-chart-pie';
|
|
3745
3759
|
// FileCodeCorner aliases
|
|
3746
3760
|
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3747
3761
|
export {
|
|
3748
3762
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3749
3763
|
default as LucideFileCode2
|
|
3750
3764
|
} from '../icons/file-code-corner';
|
|
3765
|
+
// FileCog aliases
|
|
3766
|
+
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3769
|
+
default as LucideFileCog2
|
|
3770
|
+
} from '../icons/file-cog';
|
|
3751
3771
|
// FileExclamationPoint aliases
|
|
3752
3772
|
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3753
3773
|
export {
|
|
@@ -3782,60 +3802,60 @@ export {
|
|
|
3782
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3783
3803
|
default as LucideFileMinus2
|
|
3784
3804
|
} from '../icons/file-minus-corner';
|
|
3805
|
+
// FilePenLine aliases
|
|
3806
|
+
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3809
|
+
default as LucideFileSignature
|
|
3810
|
+
} from '../icons/file-pen-line';
|
|
3785
3811
|
// FilePen aliases
|
|
3786
3812
|
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3787
3813
|
export {
|
|
3788
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3789
3815
|
default as LucideFileEdit
|
|
3790
3816
|
} from '../icons/file-pen';
|
|
3791
|
-
//
|
|
3792
|
-
export { default as
|
|
3793
|
-
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3795
|
-
default as LucideFilePlus2
|
|
3796
|
-
} from '../icons/file-plus-corner';
|
|
3797
|
-
// FilePenLine aliases
|
|
3798
|
-
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3817
|
+
// FilePlay aliases
|
|
3818
|
+
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3799
3819
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/file-
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3821
|
+
default as LucideFileVideo
|
|
3822
|
+
} from '../icons/file-play';
|
|
3803
3823
|
// FileQuestionMark aliases
|
|
3804
3824
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3805
3825
|
export {
|
|
3806
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3807
3827
|
default as LucideFileQuestion
|
|
3808
3828
|
} from '../icons/file-question-mark';
|
|
3829
|
+
// FilePlusCorner aliases
|
|
3830
|
+
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3833
|
+
default as LucideFilePlus2
|
|
3834
|
+
} from '../icons/file-plus-corner';
|
|
3809
3835
|
// FileSearchCorner aliases
|
|
3810
3836
|
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3811
3837
|
export {
|
|
3812
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3813
3839
|
default as LucideFileSearch2
|
|
3814
3840
|
} from '../icons/file-search-corner';
|
|
3815
|
-
// FilePlay aliases
|
|
3816
|
-
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3819
|
-
default as LucideFileVideo
|
|
3820
|
-
} from '../icons/file-play';
|
|
3821
3841
|
// FileSignal aliases
|
|
3822
3842
|
export { default as LucideFileSignal } from '../icons/file-signal';
|
|
3823
3843
|
export {
|
|
3824
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3825
3845
|
default as LucideFileVolume2
|
|
3826
3846
|
} from '../icons/file-signal';
|
|
3827
|
-
// FileVideoCamera aliases
|
|
3828
|
-
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3829
|
-
export {
|
|
3830
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3831
|
-
default as LucideFileVideo2
|
|
3832
|
-
} from '../icons/file-video-camera';
|
|
3833
3847
|
// FileTypeCorner aliases
|
|
3834
3848
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3835
3849
|
export {
|
|
3836
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3837
3851
|
default as LucideFileType2
|
|
3838
3852
|
} from '../icons/file-type-corner';
|
|
3853
|
+
// FileVideoCamera aliases
|
|
3854
|
+
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3857
|
+
default as LucideFileVideo2
|
|
3858
|
+
} from '../icons/file-video-camera';
|
|
3839
3859
|
// FileXCorner aliases
|
|
3840
3860
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3841
3861
|
export {
|
|
@@ -3854,36 +3874,36 @@ export {
|
|
|
3854
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3855
3875
|
default as LucideFolderCog2
|
|
3856
3876
|
} from '../icons/folder-cog';
|
|
3857
|
-
// FunnelX aliases
|
|
3858
|
-
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3859
|
-
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3861
|
-
default as LucideFilterX
|
|
3862
|
-
} from '../icons/funnel-x';
|
|
3863
3877
|
// FolderPen aliases
|
|
3864
3878
|
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3865
3879
|
export {
|
|
3866
3880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3867
3881
|
default as LucideFolderEdit
|
|
3868
3882
|
} from '../icons/folder-pen';
|
|
3883
|
+
// FunnelX aliases
|
|
3884
|
+
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3885
|
+
export {
|
|
3886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3887
|
+
default as LucideFilterX
|
|
3888
|
+
} from '../icons/funnel-x';
|
|
3869
3889
|
// Funnel aliases
|
|
3870
3890
|
export { default as LucideFunnel } from '../icons/funnel';
|
|
3871
3891
|
export {
|
|
3872
3892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3873
3893
|
default as LucideFilter
|
|
3874
3894
|
} from '../icons/funnel';
|
|
3875
|
-
// GitCommitHorizontal aliases
|
|
3876
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3879
|
-
default as LucideGitCommit
|
|
3880
|
-
} from '../icons/git-commit-horizontal';
|
|
3881
3895
|
// Grid2x2Check aliases
|
|
3882
3896
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3883
3897
|
export {
|
|
3884
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3885
3899
|
default as LucideGrid2X2Check
|
|
3886
3900
|
} from '../icons/grid-2x2-check';
|
|
3901
|
+
// GitCommitHorizontal aliases
|
|
3902
|
+
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3905
|
+
default as LucideGitCommit
|
|
3906
|
+
} from '../icons/git-commit-horizontal';
|
|
3887
3907
|
// Grid2x2Plus aliases
|
|
3888
3908
|
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3889
3909
|
export {
|
|
@@ -3896,6 +3916,12 @@ export {
|
|
|
3896
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3897
3917
|
default as LucideGrid2X2X
|
|
3898
3918
|
} from '../icons/grid-2x2-x';
|
|
3919
|
+
// Grid2x2 aliases
|
|
3920
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3923
|
+
default as LucideGrid2X2
|
|
3924
|
+
} from '../icons/grid-2x2';
|
|
3899
3925
|
// Grid3x3 aliases
|
|
3900
3926
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3901
3927
|
export {
|
|
@@ -3906,24 +3932,18 @@ export {
|
|
|
3906
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3907
3933
|
default as LucideGrid3X3
|
|
3908
3934
|
} from '../icons/grid-3x3';
|
|
3909
|
-
//
|
|
3910
|
-
export { default as
|
|
3935
|
+
// HandGrab aliases
|
|
3936
|
+
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3911
3937
|
export {
|
|
3912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3913
|
-
default as
|
|
3914
|
-
} from '../icons/
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3939
|
+
default as LucideGrab
|
|
3940
|
+
} from '../icons/hand-grab';
|
|
3915
3941
|
// HandHelping aliases
|
|
3916
3942
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3917
3943
|
export {
|
|
3918
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3919
3945
|
default as LucideHelpingHand
|
|
3920
3946
|
} from '../icons/hand-helping';
|
|
3921
|
-
// HandGrab aliases
|
|
3922
|
-
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3925
|
-
default as LucideGrab
|
|
3926
|
-
} from '../icons/hand-grab';
|
|
3927
3947
|
// House aliases
|
|
3928
3948
|
export { default as LucideHouse } from '../icons/house';
|
|
3929
3949
|
export {
|
|
@@ -3942,18 +3962,18 @@ export {
|
|
|
3942
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3943
3963
|
default as LucideIceCream
|
|
3944
3964
|
} from '../icons/ice-cream-cone';
|
|
3945
|
-
//
|
|
3946
|
-
export { default as
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3949
|
-
default as LucideLayers3
|
|
3950
|
-
} from '../icons/layers';
|
|
3951
|
-
// LaptopMinimal aliases
|
|
3952
|
-
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3965
|
+
// LaptopMinimal aliases
|
|
3966
|
+
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3953
3967
|
export {
|
|
3954
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3955
3969
|
default as LucideLaptop2
|
|
3956
3970
|
} from '../icons/laptop-minimal';
|
|
3971
|
+
// Layers aliases
|
|
3972
|
+
export { default as LucideLayers } from '../icons/layers';
|
|
3973
|
+
export {
|
|
3974
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3975
|
+
default as LucideLayers3
|
|
3976
|
+
} from '../icons/layers';
|
|
3957
3977
|
// ListIndentDecrease aliases
|
|
3958
3978
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3959
3979
|
export {
|
|
@@ -3980,18 +4000,18 @@ export {
|
|
|
3980
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3981
4001
|
default as LucideLoader2
|
|
3982
4002
|
} from '../icons/loader-circle';
|
|
3983
|
-
// LockOpen aliases
|
|
3984
|
-
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3987
|
-
default as LucideUnlock
|
|
3988
|
-
} from '../icons/lock-open';
|
|
3989
4003
|
// LockKeyholeOpen aliases
|
|
3990
4004
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3991
4005
|
export {
|
|
3992
4006
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3993
4007
|
default as LucideUnlockKeyhole
|
|
3994
4008
|
} from '../icons/lock-keyhole-open';
|
|
4009
|
+
// LockOpen aliases
|
|
4010
|
+
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
4013
|
+
default as LucideUnlock
|
|
4014
|
+
} from '../icons/lock-open';
|
|
3995
4015
|
// MailQuestionMark aliases
|
|
3996
4016
|
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3997
4017
|
export {
|
|
@@ -4016,18 +4036,18 @@ export {
|
|
|
4016
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
4017
4037
|
default as LucidePodcast
|
|
4018
4038
|
} from '../icons/mic-signal';
|
|
4019
|
-
// Move3d aliases
|
|
4020
|
-
export { default as LucideMove3d } from '../icons/move-3d';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
4023
|
-
default as LucideMove3D
|
|
4024
|
-
} from '../icons/move-3d';
|
|
4025
4039
|
// MicVocal aliases
|
|
4026
4040
|
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
4027
4041
|
export {
|
|
4028
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
4029
4043
|
default as LucideMic2
|
|
4030
4044
|
} from '../icons/mic-vocal';
|
|
4045
|
+
// Move3d aliases
|
|
4046
|
+
export { default as LucideMove3d } from '../icons/move-3d';
|
|
4047
|
+
export {
|
|
4048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
4049
|
+
default as LucideMove3D
|
|
4050
|
+
} from '../icons/move-3d';
|
|
4031
4051
|
// OctagonAlert aliases
|
|
4032
4052
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
4033
4053
|
export {
|
|
@@ -4064,30 +4084,30 @@ export {
|
|
|
4064
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4065
4085
|
default as LucideSidebarClose
|
|
4066
4086
|
} from '../icons/panel-left-close';
|
|
4067
|
-
// PanelLeftOpen aliases
|
|
4068
|
-
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4071
|
-
default as LucideSidebarOpen
|
|
4072
|
-
} from '../icons/panel-left-open';
|
|
4073
4087
|
// PanelLeftDashed aliases
|
|
4074
4088
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
4075
4089
|
export {
|
|
4076
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4077
4091
|
default as LucidePanelLeftInactive
|
|
4078
4092
|
} from '../icons/panel-left-dashed';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4093
|
+
// PanelLeftOpen aliases
|
|
4094
|
+
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
4081
4095
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/panel-
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4097
|
+
default as LucideSidebarOpen
|
|
4098
|
+
} from '../icons/panel-left-open';
|
|
4085
4099
|
// PanelLeft aliases
|
|
4086
4100
|
export { default as LucidePanelLeft } from '../icons/panel-left';
|
|
4087
4101
|
export {
|
|
4088
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4089
4103
|
default as LucideSidebar
|
|
4090
4104
|
} from '../icons/panel-left';
|
|
4105
|
+
// PanelRightDashed aliases
|
|
4106
|
+
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
4109
|
+
default as LucidePanelRightInactive
|
|
4110
|
+
} from '../icons/panel-right-dashed';
|
|
4091
4111
|
// PanelTopDashed aliases
|
|
4092
4112
|
export { default as LucidePanelTopDashed } from '../icons/panel-top-dashed';
|
|
4093
4113
|
export {
|
|
@@ -4118,24 +4138,30 @@ export {
|
|
|
4118
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4119
4139
|
default as LucidePlugZap2
|
|
4120
4140
|
} from '../icons/plug-zap';
|
|
4121
|
-
// Rotate3d aliases
|
|
4122
|
-
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4125
|
-
default as LucideRotate3D
|
|
4126
|
-
} from '../icons/rotate-3d';
|
|
4127
4141
|
// RectangleEllipsis aliases
|
|
4128
4142
|
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
4129
4143
|
export {
|
|
4130
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4131
4145
|
default as LucideFormInput
|
|
4132
4146
|
} from '../icons/rectangle-ellipsis';
|
|
4147
|
+
// Rotate3d aliases
|
|
4148
|
+
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4151
|
+
default as LucideRotate3D
|
|
4152
|
+
} from '../icons/rotate-3d';
|
|
4133
4153
|
// RotateCcwClock aliases
|
|
4134
4154
|
export { default as LucideRotateCcwClock } from '../icons/rotate-ccw-clock';
|
|
4135
4155
|
export {
|
|
4136
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4137
4157
|
default as LucideHistory
|
|
4138
4158
|
} from '../icons/rotate-ccw-clock';
|
|
4159
|
+
// Rows2 aliases
|
|
4160
|
+
export { default as LucideRows2 } from '../icons/rows-2';
|
|
4161
|
+
export {
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4163
|
+
default as LucideRows
|
|
4164
|
+
} from '../icons/rows-2';
|
|
4139
4165
|
// Scale3d aliases
|
|
4140
4166
|
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
4141
4167
|
export {
|
|
@@ -4148,12 +4174,6 @@ export {
|
|
|
4148
4174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4149
4175
|
default as LucidePanelsTopBottom
|
|
4150
4176
|
} from '../icons/rows-3';
|
|
4151
|
-
// Rows2 aliases
|
|
4152
|
-
export { default as LucideRows2 } from '../icons/rows-2';
|
|
4153
|
-
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4155
|
-
default as LucideRows
|
|
4156
|
-
} from '../icons/rows-2';
|
|
4157
4177
|
// SendHorizontal aliases
|
|
4158
4178
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
4159
4179
|
export {
|
|
@@ -4184,30 +4204,30 @@ export {
|
|
|
4184
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4185
4205
|
default as LucideStars
|
|
4186
4206
|
} from '../icons/sparkles';
|
|
4187
|
-
// SquareArrowDownLeft aliases
|
|
4188
|
-
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4191
|
-
default as LucideArrowDownLeftSquare
|
|
4192
|
-
} from '../icons/square-arrow-down-left';
|
|
4193
4207
|
// SquareActivity aliases
|
|
4194
4208
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
4195
4209
|
export {
|
|
4196
4210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4197
4211
|
default as LucideActivitySquare
|
|
4198
4212
|
} from '../icons/square-activity';
|
|
4199
|
-
//
|
|
4200
|
-
export { default as
|
|
4213
|
+
// SquareArrowDownLeft aliases
|
|
4214
|
+
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
4201
4215
|
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4203
|
-
default as
|
|
4204
|
-
} from '../icons/square-arrow-left';
|
|
4216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4217
|
+
default as LucideArrowDownLeftSquare
|
|
4218
|
+
} from '../icons/square-arrow-down-left';
|
|
4205
4219
|
// SquareArrowDownRight aliases
|
|
4206
4220
|
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
4207
4221
|
export {
|
|
4208
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4209
4223
|
default as LucideArrowDownRightSquare
|
|
4210
4224
|
} from '../icons/square-arrow-down-right';
|
|
4225
|
+
// SquareArrowLeft aliases
|
|
4226
|
+
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
4227
|
+
export {
|
|
4228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4229
|
+
default as LucideArrowLeftSquare
|
|
4230
|
+
} from '../icons/square-arrow-left';
|
|
4211
4231
|
// SquareArrowDown aliases
|
|
4212
4232
|
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
4213
4233
|
export {
|
|
@@ -4232,18 +4252,18 @@ export {
|
|
|
4232
4252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4233
4253
|
default as LucideArrowUpLeftFromSquare
|
|
4234
4254
|
} from '../icons/square-arrow-out-up-left';
|
|
4235
|
-
// SquareArrowRight aliases
|
|
4236
|
-
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
4237
|
-
export {
|
|
4238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4239
|
-
default as LucideArrowRightSquare
|
|
4240
|
-
} from '../icons/square-arrow-right';
|
|
4241
4255
|
// SquareArrowOutUpRight aliases
|
|
4242
4256
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
4243
4257
|
export {
|
|
4244
4258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4245
4259
|
default as LucideArrowUpRightFromSquare
|
|
4246
4260
|
} from '../icons/square-arrow-out-up-right';
|
|
4261
|
+
// SquareArrowRight aliases
|
|
4262
|
+
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
4263
|
+
export {
|
|
4264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4265
|
+
default as LucideArrowRightSquare
|
|
4266
|
+
} from '../icons/square-arrow-right';
|
|
4247
4267
|
// SquareArrowUpLeft aliases
|
|
4248
4268
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
4249
4269
|
export {
|
|
@@ -4262,18 +4282,18 @@ export {
|
|
|
4262
4282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4263
4283
|
default as LucideArrowUpSquare
|
|
4264
4284
|
} from '../icons/square-arrow-up';
|
|
4265
|
-
// SquareBookmark aliases
|
|
4266
|
-
export { default as LucideSquareBookmark } from '../icons/square-bookmark';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4269
|
-
default as LucideAlbum
|
|
4270
|
-
} from '../icons/square-bookmark';
|
|
4271
4285
|
// SquareAsterisk aliases
|
|
4272
4286
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
4273
4287
|
export {
|
|
4274
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4275
4289
|
default as LucideAsteriskSquare
|
|
4276
4290
|
} from '../icons/square-asterisk';
|
|
4291
|
+
// SquareBookmark aliases
|
|
4292
|
+
export { default as LucideSquareBookmark } from '../icons/square-bookmark';
|
|
4293
|
+
export {
|
|
4294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4295
|
+
default as LucideAlbum
|
|
4296
|
+
} from '../icons/square-bookmark';
|
|
4277
4297
|
// SquareBottomDashedScissors aliases
|
|
4278
4298
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
4279
4299
|
export {
|
|
@@ -4302,18 +4322,18 @@ export {
|
|
|
4302
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4303
4323
|
default as LucideSquareGanttChart
|
|
4304
4324
|
} from '../icons/square-chart-gantt';
|
|
4305
|
-
// SquareCheckBig aliases
|
|
4306
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4307
|
-
export {
|
|
4308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4309
|
-
default as LucideCheckSquare
|
|
4310
|
-
} from '../icons/square-check-big';
|
|
4311
4325
|
// SquareCheck aliases
|
|
4312
4326
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
4313
4327
|
export {
|
|
4314
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4315
4329
|
default as LucideCheckSquare2
|
|
4316
4330
|
} from '../icons/square-check';
|
|
4331
|
+
// SquareCheckBig aliases
|
|
4332
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4333
|
+
export {
|
|
4334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4335
|
+
default as LucideCheckSquare
|
|
4336
|
+
} from '../icons/square-check-big';
|
|
4317
4337
|
// SquareChevronDown aliases
|
|
4318
4338
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
4319
4339
|
export {
|
|
@@ -4326,6 +4346,12 @@ export {
|
|
|
4326
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4327
4347
|
default as LucideChevronLeftSquare
|
|
4328
4348
|
} from '../icons/square-chevron-left';
|
|
4349
|
+
// SquareChevronRight aliases
|
|
4350
|
+
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4353
|
+
default as LucideChevronRightSquare
|
|
4354
|
+
} from '../icons/square-chevron-right';
|
|
4329
4355
|
// SquareChevronUp aliases
|
|
4330
4356
|
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4331
4357
|
export {
|
|
@@ -4356,12 +4382,6 @@ export {
|
|
|
4356
4382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4357
4383
|
default as LucideBoxSelect
|
|
4358
4384
|
} from '../icons/square-dashed';
|
|
4359
|
-
// SquareChevronRight aliases
|
|
4360
|
-
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4361
|
-
export {
|
|
4362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4363
|
-
default as LucideChevronRightSquare
|
|
4364
|
-
} from '../icons/square-chevron-right';
|
|
4365
4385
|
// SquareDashedText aliases
|
|
4366
4386
|
export { default as LucideSquareDashedText } from '../icons/square-dashed-text';
|
|
4367
4387
|
export {
|
|
@@ -4384,18 +4404,18 @@ export {
|
|
|
4384
4404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4385
4405
|
default as LucideDotSquare
|
|
4386
4406
|
} from '../icons/square-dot';
|
|
4387
|
-
// SquareFunction aliases
|
|
4388
|
-
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4389
|
-
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4391
|
-
default as LucideFunctionSquare
|
|
4392
|
-
} from '../icons/square-function';
|
|
4393
4407
|
// SquareEqual aliases
|
|
4394
4408
|
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4395
4409
|
export {
|
|
4396
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4397
4411
|
default as LucideEqualSquare
|
|
4398
4412
|
} from '../icons/square-equal';
|
|
4413
|
+
// SquareFunction aliases
|
|
4414
|
+
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4415
|
+
export {
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4417
|
+
default as LucideFunctionSquare
|
|
4418
|
+
} from '../icons/square-function';
|
|
4399
4419
|
// SquareKanban aliases
|
|
4400
4420
|
export { default as LucideSquareKanban } from '../icons/square-kanban';
|
|
4401
4421
|
export {
|
|
@@ -4414,30 +4434,30 @@ export {
|
|
|
4414
4434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4415
4435
|
default as LucideMSquare
|
|
4416
4436
|
} from '../icons/square-m';
|
|
4417
|
-
// SquareMenu aliases
|
|
4418
|
-
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4419
|
-
export {
|
|
4420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4421
|
-
default as LucideMenuSquare
|
|
4422
|
-
} from '../icons/square-menu';
|
|
4423
4437
|
// SquareMinus aliases
|
|
4424
4438
|
export { default as LucideSquareMinus } from '../icons/square-minus';
|
|
4425
4439
|
export {
|
|
4426
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4427
4441
|
default as LucideMinusSquare
|
|
4428
4442
|
} from '../icons/square-minus';
|
|
4429
|
-
//
|
|
4430
|
-
export { default as
|
|
4443
|
+
// SquareMenu aliases
|
|
4444
|
+
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4431
4445
|
export {
|
|
4432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4433
|
-
default as
|
|
4434
|
-
} from '../icons/square-
|
|
4446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4447
|
+
default as LucideMenuSquare
|
|
4448
|
+
} from '../icons/square-menu';
|
|
4435
4449
|
// SquareMousePointer aliases
|
|
4436
4450
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4437
4451
|
export {
|
|
4438
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4439
4453
|
default as LucideInspect
|
|
4440
4454
|
} from '../icons/square-mouse-pointer';
|
|
4455
|
+
// SquareParkingOff aliases
|
|
4456
|
+
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4459
|
+
default as LucideParkingSquareOff
|
|
4460
|
+
} from '../icons/square-parking-off';
|
|
4441
4461
|
// SquareParking aliases
|
|
4442
4462
|
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4443
4463
|
export {
|
|
@@ -4464,30 +4484,30 @@ export {
|
|
|
4464
4484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4465
4485
|
default as LucidePercentSquare
|
|
4466
4486
|
} from '../icons/square-percent';
|
|
4467
|
-
// SquarePi aliases
|
|
4468
|
-
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4469
|
-
export {
|
|
4470
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4471
|
-
default as LucidePiSquare
|
|
4472
|
-
} from '../icons/square-pi';
|
|
4473
|
-
// SquarePlay aliases
|
|
4474
|
-
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4475
|
-
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4477
|
-
default as LucidePlaySquare
|
|
4478
|
-
} from '../icons/square-play';
|
|
4479
4487
|
// SquarePilcrow aliases
|
|
4480
4488
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4481
4489
|
export {
|
|
4482
4490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4483
4491
|
default as LucidePilcrowSquare
|
|
4484
4492
|
} from '../icons/square-pilcrow';
|
|
4493
|
+
// SquarePi aliases
|
|
4494
|
+
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4495
|
+
export {
|
|
4496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4497
|
+
default as LucidePiSquare
|
|
4498
|
+
} from '../icons/square-pi';
|
|
4485
4499
|
// SquarePlus aliases
|
|
4486
4500
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4487
4501
|
export {
|
|
4488
4502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4489
4503
|
default as LucidePlusSquare
|
|
4490
4504
|
} from '../icons/square-plus';
|
|
4505
|
+
// SquarePlay aliases
|
|
4506
|
+
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4507
|
+
export {
|
|
4508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4509
|
+
default as LucidePlaySquare
|
|
4510
|
+
} from '../icons/square-play';
|
|
4491
4511
|
// SquarePower aliases
|
|
4492
4512
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4493
4513
|
export {
|
|
@@ -4506,18 +4526,18 @@ export {
|
|
|
4506
4526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4507
4527
|
default as LucideSigmaSquare
|
|
4508
4528
|
} from '../icons/square-sigma';
|
|
4509
|
-
// SquareSplitHorizontal aliases
|
|
4510
|
-
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4511
|
-
export {
|
|
4512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4513
|
-
default as LucideSplitSquareHorizontal
|
|
4514
|
-
} from '../icons/square-split-horizontal';
|
|
4515
4529
|
// SquareSlash aliases
|
|
4516
4530
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4517
4531
|
export {
|
|
4518
4532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4519
4533
|
default as LucideSlashSquare
|
|
4520
4534
|
} from '../icons/square-slash';
|
|
4535
|
+
// SquareSplitHorizontal aliases
|
|
4536
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4537
|
+
export {
|
|
4538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4539
|
+
default as LucideSplitSquareHorizontal
|
|
4540
|
+
} from '../icons/square-split-horizontal';
|
|
4521
4541
|
// SquareSplitVertical aliases
|
|
4522
4542
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4523
4543
|
export {
|
|
@@ -4554,18 +4574,18 @@ export {
|
|
|
4554
4574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4555
4575
|
default as LucideTestTube2
|
|
4556
4576
|
} from '../icons/test-tube-diagonal';
|
|
4557
|
-
// TextAlignEnd aliases
|
|
4558
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4559
|
-
export {
|
|
4560
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4561
|
-
default as LucideAlignRight
|
|
4562
|
-
} from '../icons/text-align-end';
|
|
4563
4577
|
// TextAlignCenter aliases
|
|
4564
4578
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4565
4579
|
export {
|
|
4566
4580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4567
4581
|
default as LucideAlignCenter
|
|
4568
4582
|
} from '../icons/text-align-center';
|
|
4583
|
+
// TextAlignEnd aliases
|
|
4584
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4585
|
+
export {
|
|
4586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4587
|
+
default as LucideAlignRight
|
|
4588
|
+
} from '../icons/text-align-end';
|
|
4569
4589
|
// TextAlignStart aliases
|
|
4570
4590
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4571
4591
|
export {
|
|
@@ -4588,42 +4608,42 @@ export {
|
|
|
4588
4608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4589
4609
|
default as LucideLetterText
|
|
4590
4610
|
} from '../icons/text-initial';
|
|
4591
|
-
// TramFront aliases
|
|
4592
|
-
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4593
|
-
export {
|
|
4594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4595
|
-
default as LucideTrain
|
|
4596
|
-
} from '../icons/tram-front';
|
|
4597
4611
|
// TextWrap aliases
|
|
4598
4612
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4599
4613
|
export {
|
|
4600
4614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4601
4615
|
default as LucideWrapText
|
|
4602
4616
|
} from '../icons/text-wrap';
|
|
4603
|
-
//
|
|
4604
|
-
export { default as
|
|
4617
|
+
// TramFront aliases
|
|
4618
|
+
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4605
4619
|
export {
|
|
4606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4607
|
-
default as
|
|
4608
|
-
} from '../icons/
|
|
4620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4621
|
+
default as LucideTrain
|
|
4622
|
+
} from '../icons/tram-front';
|
|
4609
4623
|
// Trash aliases
|
|
4610
4624
|
export { default as LucideTrash } from '../icons/trash';
|
|
4611
4625
|
export {
|
|
4612
4626
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4613
4627
|
default as LucideTrash2
|
|
4614
4628
|
} from '../icons/trash';
|
|
4615
|
-
//
|
|
4616
|
-
export { default as
|
|
4629
|
+
// TreePalm aliases
|
|
4630
|
+
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4617
4631
|
export {
|
|
4618
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4619
|
-
default as
|
|
4620
|
-
} from '../icons/
|
|
4632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4633
|
+
default as LucidePalmtree
|
|
4634
|
+
} from '../icons/tree-palm';
|
|
4621
4635
|
// TrianglesCenterlineDashedHorizontal aliases
|
|
4622
4636
|
export { default as LucideTrianglesCenterlineDashedHorizontal } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4623
4637
|
export {
|
|
4624
4638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
|
|
4625
4639
|
default as LucideFlipHorizontal2
|
|
4626
4640
|
} from '../icons/triangles-centerline-dashed-horizontal';
|
|
4641
|
+
// TriangleAlert aliases
|
|
4642
|
+
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4643
|
+
export {
|
|
4644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4645
|
+
default as LucideAlertTriangle
|
|
4646
|
+
} from '../icons/triangle-alert';
|
|
4627
4647
|
// TrianglesCenterlineDashedVertical aliases
|
|
4628
4648
|
export { default as LucideTrianglesCenterlineDashedVertical } from '../icons/triangles-centerline-dashed-vertical';
|
|
4629
4649
|
export {
|
|
@@ -4648,24 +4668,18 @@ export {
|
|
|
4648
4668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4649
4669
|
default as LucideUserCheck2
|
|
4650
4670
|
} from '../icons/user-round-check';
|
|
4651
|
-
// UserRoundCog aliases
|
|
4652
|
-
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4653
|
-
export {
|
|
4654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4655
|
-
default as LucideUserCog2
|
|
4656
|
-
} from '../icons/user-round-cog';
|
|
4657
4671
|
// UserRoundMinus aliases
|
|
4658
4672
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4659
4673
|
export {
|
|
4660
4674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4661
4675
|
default as LucideUserMinus2
|
|
4662
4676
|
} from '../icons/user-round-minus';
|
|
4663
|
-
//
|
|
4664
|
-
export { default as
|
|
4677
|
+
// UserRoundCog aliases
|
|
4678
|
+
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4665
4679
|
export {
|
|
4666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4667
|
-
default as
|
|
4668
|
-
} from '../icons/user-round-
|
|
4680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4681
|
+
default as LucideUserCog2
|
|
4682
|
+
} from '../icons/user-round-cog';
|
|
4669
4683
|
// UserRoundX aliases
|
|
4670
4684
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4671
4685
|
export {
|
|
@@ -4678,40 +4692,46 @@ export {
|
|
|
4678
4692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4679
4693
|
default as LucideUser2
|
|
4680
4694
|
} from '../icons/user-round';
|
|
4695
|
+
// UserRoundPlus aliases
|
|
4696
|
+
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4697
|
+
export {
|
|
4698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4699
|
+
default as LucideUserPlus2
|
|
4700
|
+
} from '../icons/user-round-plus';
|
|
4681
4701
|
// UsersRound aliases
|
|
4682
4702
|
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4683
4703
|
export {
|
|
4684
4704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4685
4705
|
default as LucideUsers2
|
|
4686
4706
|
} from '../icons/users-round';
|
|
4687
|
-
// Utensils aliases
|
|
4688
|
-
export { default as LucideUtensils } from '../icons/utensils';
|
|
4689
|
-
export {
|
|
4690
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4691
|
-
default as LucideForkKnife
|
|
4692
|
-
} from '../icons/utensils';
|
|
4693
4707
|
// UtensilsCrossed aliases
|
|
4694
4708
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4695
4709
|
export {
|
|
4696
4710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4697
4711
|
default as LucideForkKnifeCrossed
|
|
4698
4712
|
} from '../icons/utensils-crossed';
|
|
4713
|
+
// WalletMinimal aliases
|
|
4714
|
+
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4715
|
+
export {
|
|
4716
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4717
|
+
default as LucideWallet2
|
|
4718
|
+
} from '../icons/wallet-minimal';
|
|
4699
4719
|
// WandSparkles aliases
|
|
4700
4720
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4701
4721
|
export {
|
|
4702
4722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4703
4723
|
default as LucideWand2
|
|
4704
4724
|
} from '../icons/wand-sparkles';
|
|
4725
|
+
// Utensils aliases
|
|
4726
|
+
export { default as LucideUtensils } from '../icons/utensils';
|
|
4727
|
+
export {
|
|
4728
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4729
|
+
default as LucideForkKnife
|
|
4730
|
+
} from '../icons/utensils';
|
|
4705
4731
|
// WavesHorizontal aliases
|
|
4706
4732
|
export { default as LucideWavesHorizontal } from '../icons/waves-horizontal';
|
|
4707
4733
|
export {
|
|
4708
4734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4709
4735
|
default as LucideWaves
|
|
4710
4736
|
} from '../icons/waves-horizontal';
|
|
4711
|
-
// WalletMinimal aliases
|
|
4712
|
-
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4713
|
-
export {
|
|
4714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4715
|
-
default as LucideWallet2
|
|
4716
|
-
} from '../icons/wallet-minimal';
|
|
4717
4737
|
|