@lucide/astro 0.551.0 → 0.552.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 +186 -90
- package/src/aliases/prefixed.ts +767 -709
- package/src/aliases/suffixed.ts +1101 -1043
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/file-archive.ts +2 -2
- package/src/icons/file-axis-3d.ts +2 -2
- package/src/icons/file-badge.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/file-braces-corner.ts +18 -0
- package/src/icons/file-braces.ts +18 -0
- package/src/icons/file-chart-column-increasing.ts +2 -2
- package/src/icons/file-chart-column.ts +2 -2
- package/src/icons/file-chart-line.ts +2 -2
- package/src/icons/file-chart-pie.ts +2 -2
- package/src/icons/{file-search-2.ts → file-check-corner.ts} +4 -4
- package/src/icons/file-check.ts +2 -2
- package/src/icons/file-clock.ts +2 -2
- package/src/icons/{file-audio-2.ts → file-code-corner.ts} +4 -4
- package/src/icons/file-code.ts +2 -2
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-diff.ts +2 -2
- package/src/icons/file-digit.ts +2 -2
- package/src/icons/file-down.ts +2 -2
- package/src/icons/{file-key-2.ts → file-exclamation-point.ts} +4 -4
- package/src/icons/file-headphone.ts +18 -0
- package/src/icons/file-heart.ts +2 -2
- package/src/icons/file-image.ts +2 -2
- package/src/icons/file-input.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/file-lock.ts +2 -2
- package/src/icons/{file-minus-2.ts → file-minus-corner.ts} +4 -4
- package/src/icons/file-minus.ts +2 -2
- package/src/icons/file-music.ts +2 -2
- package/src/icons/file-output.ts +2 -2
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/file-pen.ts +2 -2
- package/src/icons/file-play.ts +2 -2
- package/src/icons/{file-code-2.ts → file-plus-corner.ts} +4 -4
- package/src/icons/file-plus.ts +2 -2
- package/src/icons/file-question-mark.ts +2 -2
- package/src/icons/file-scan.ts +2 -2
- package/src/icons/{file-type-2.ts → file-search-corner.ts} +4 -4
- package/src/icons/file-search.ts +2 -2
- package/src/icons/file-signal.ts +18 -0
- package/src/icons/file-sliders.ts +2 -2
- package/src/icons/file-spreadsheet.ts +2 -2
- package/src/icons/file-symlink.ts +2 -2
- package/src/icons/file-terminal.ts +2 -2
- package/src/icons/file-text.ts +2 -2
- package/src/icons/file-type-corner.ts +18 -0
- package/src/icons/file-type.ts +2 -2
- package/src/icons/file-up.ts +2 -2
- package/src/icons/file-user.ts +2 -2
- package/src/icons/file-video-camera.ts +2 -2
- package/src/icons/file-volume.ts +2 -2
- package/src/icons/{file-audio.ts → file-x-corner.ts} +4 -4
- package/src/icons/file-x.ts +2 -2
- package/src/icons/file.ts +2 -2
- package/src/icons/files.ts +2 -2
- package/src/icons/index.ts +186 -189
- package/src/icons/shredder.ts +2 -2
- package/src/icons/solar-panel.ts +18 -0
- package/src/icons/sticker.ts +2 -2
- package/src/icons/sticky-note.ts +2 -2
- package/src/icons/file-badge-2.ts +0 -18
- package/src/icons/file-check-2.ts +0 -18
- package/src/icons/file-json-2.ts +0 -18
- package/src/icons/file-json.ts +0 -18
- package/src/icons/file-lock-2.ts +0 -18
- package/src/icons/file-plus-2.ts +0 -18
- package/src/icons/file-volume-2.ts +0 -18
- package/src/icons/file-warning.ts +0 -18
- package/src/icons/file-x-2.ts +0 -18
package/src/aliases/prefixed.ts
CHANGED
|
@@ -2,36 +2,36 @@
|
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
9
|
-
// ALargeSmall aliases
|
|
10
|
-
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
25
21
|
// Album aliases
|
|
26
22
|
export { default as LucideAlbum } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignHorizontalDistributeCenter aliases
|
|
30
|
+
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
29
31
|
// AlignEndVertical aliases
|
|
30
32
|
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
31
33
|
// AlignHorizontalDistributeEnd aliases
|
|
32
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -50,10 +50,10 @@ export { default as LucideAlignStartHorizontal } from '../icons/align-start-hori
|
|
|
50
50
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
// AlignVerticalDistributeEnd aliases
|
|
54
|
-
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeEnd aliases
|
|
56
|
+
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyStart aliases
|
|
@@ -82,10 +82,10 @@ export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
|
82
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as LucideAperture } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as LucideAperture } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as LucideAppWindow } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -148,10 +148,10 @@ export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line'
|
|
|
148
148
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -166,10 +166,10 @@ export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
export { default as LucideAtom } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as LucideAtSign } from '../icons/at-sign';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
@@ -196,20 +196,20 @@ export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
|
196
196
|
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgePercent aliases
|
|
200
|
-
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
201
199
|
// BadgeMinus aliases
|
|
202
200
|
export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
201
|
+
// BadgePercent aliases
|
|
202
|
+
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
207
205
|
// BadgeRussianRuble aliases
|
|
208
206
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -240,18 +240,18 @@ export { default as LucideBaseline } from '../icons/baseline';
|
|
|
240
240
|
export { default as LucideBath } from '../icons/bath';
|
|
241
241
|
// BatteryCharging aliases
|
|
242
242
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
243
|
-
// BatteryFull aliases
|
|
244
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
245
243
|
// BatteryLow aliases
|
|
246
244
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
247
245
|
// BatteryMedium aliases
|
|
248
246
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
253
251
|
// Battery aliases
|
|
254
252
|
export { default as LucideBattery } from '../icons/battery';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
255
255
|
// Beaker aliases
|
|
256
256
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
257
257
|
// BeanOff aliases
|
|
@@ -264,14 +264,14 @@ export { default as LucideBedDouble } from '../icons/bed-double';
|
|
|
264
264
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as LucideBed } from '../icons/bed';
|
|
267
|
-
// BeerOff aliases
|
|
268
|
-
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
269
267
|
// Beef aliases
|
|
270
268
|
export { default as LucideBeef } from '../icons/beef';
|
|
271
|
-
// BellDot aliases
|
|
272
|
-
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
273
269
|
// Beer aliases
|
|
274
270
|
export { default as LucideBeer } from '../icons/beer';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
273
|
+
// BellDot aliases
|
|
274
|
+
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
277
277
|
// BellMinus aliases
|
|
@@ -282,14 +282,14 @@ export { default as LucideBellOff } from '../icons/bell-off';
|
|
|
282
282
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
285
|
-
// BetweenVerticalEnd aliases
|
|
286
|
-
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
287
|
-
// BicepsFlexed aliases
|
|
288
|
-
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
289
285
|
// Bell aliases
|
|
290
286
|
export { default as LucideBell } from '../icons/bell';
|
|
287
|
+
// BetweenVerticalEnd aliases
|
|
288
|
+
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
291
289
|
// BetweenVerticalStart aliases
|
|
292
290
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
291
|
+
// BicepsFlexed aliases
|
|
292
|
+
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
293
293
|
// Bike aliases
|
|
294
294
|
export { default as LucideBike } from '../icons/bike';
|
|
295
295
|
// Binary aliases
|
|
@@ -330,12 +330,12 @@ export { default as LucideBone } from '../icons/bone';
|
|
|
330
330
|
export { default as LucideBookA } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
335
333
|
// BookCheck aliases
|
|
336
334
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
337
335
|
// BookCopy aliases
|
|
338
336
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
341
341
|
// BookHeadphones aliases
|
|
@@ -374,36 +374,36 @@ export { default as LucideBookUser } from '../icons/book-user';
|
|
|
374
374
|
export { default as LucideBookX } from '../icons/book-x';
|
|
375
375
|
// Book aliases
|
|
376
376
|
export { default as LucideBook } from '../icons/book';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
379
377
|
// BookmarkMinus aliases
|
|
380
378
|
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
383
381
|
// BookmarkX aliases
|
|
384
382
|
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
387
385
|
// BoomBox aliases
|
|
388
386
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
387
|
+
// Bookmark aliases
|
|
388
|
+
export { default as LucideBookmark } from '../icons/bookmark';
|
|
389
389
|
// BotMessageSquare aliases
|
|
390
390
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
391
391
|
// BotOff aliases
|
|
392
392
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
393
|
+
// Bot aliases
|
|
394
|
+
export { default as LucideBot } from '../icons/bot';
|
|
393
395
|
// BottleWine aliases
|
|
394
396
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
395
397
|
// BowArrow aliases
|
|
396
398
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
397
|
-
// Bot aliases
|
|
398
|
-
export { default as LucideBot } from '../icons/bot';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as LucideBox } from '../icons/box';
|
|
401
401
|
// Boxes aliases
|
|
402
402
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
403
|
-
// Brackets aliases
|
|
404
|
-
export { default as LucideBrackets } from '../icons/brackets';
|
|
405
403
|
// BrainCircuit aliases
|
|
406
404
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
405
|
+
// Brackets aliases
|
|
406
|
+
export { default as LucideBrackets } from '../icons/brackets';
|
|
407
407
|
// BrainCog aliases
|
|
408
408
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
409
409
|
// Brain aliases
|
|
@@ -424,10 +424,10 @@ export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
|
424
424
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
425
425
|
// BringToFront aliases
|
|
426
426
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
427
|
-
// Brush aliases
|
|
428
|
-
export { default as LucideBrush } from '../icons/brush';
|
|
429
427
|
// BrushCleaning aliases
|
|
430
428
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
429
|
+
// Brush aliases
|
|
430
|
+
export { default as LucideBrush } from '../icons/brush';
|
|
431
431
|
// Bubbles aliases
|
|
432
432
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
433
433
|
// BugOff aliases
|
|
@@ -450,56 +450,56 @@ export { default as LucideCableCar } from '../icons/cable-car';
|
|
|
450
450
|
export { default as LucideCable } from '../icons/cable';
|
|
451
451
|
// CakeSlice aliases
|
|
452
452
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
453
|
-
// Cake aliases
|
|
454
|
-
export { default as LucideCake } from '../icons/cake';
|
|
455
453
|
// Calculator aliases
|
|
456
454
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as LucideCake } from '../icons/cake';
|
|
457
457
|
// Calendar1 aliases
|
|
458
458
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
460
460
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
461
|
-
// CalendarArrowUp aliases
|
|
462
|
-
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
463
461
|
// CalendarCheck2 aliases
|
|
464
462
|
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
463
|
+
// CalendarArrowUp aliases
|
|
464
|
+
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
465
465
|
// CalendarCheck aliases
|
|
466
466
|
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarDays aliases
|
|
472
|
-
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
473
471
|
// CalendarFold aliases
|
|
474
472
|
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
475
|
-
//
|
|
476
|
-
export { default as
|
|
473
|
+
// CalendarDays aliases
|
|
474
|
+
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
477
475
|
// CalendarHeart aliases
|
|
478
476
|
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
477
|
+
// CalendarMinus2 aliases
|
|
478
|
+
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
479
479
|
// CalendarMinus aliases
|
|
480
480
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
481
|
-
// CalendarOff aliases
|
|
482
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
483
481
|
// CalendarPlus2 aliases
|
|
484
482
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
485
|
-
//
|
|
486
|
-
export { default as
|
|
483
|
+
// CalendarOff aliases
|
|
484
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
487
485
|
// CalendarRange aliases
|
|
488
486
|
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
487
|
+
// CalendarPlus aliases
|
|
488
|
+
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
491
|
-
// CalendarX2 aliases
|
|
492
|
-
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
493
491
|
// CalendarSync aliases
|
|
494
492
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
493
|
+
// CalendarX2 aliases
|
|
494
|
+
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
495
495
|
// CalendarX aliases
|
|
496
496
|
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
498
498
|
export { default as LucideCalendar } from '../icons/calendar';
|
|
499
|
-
// Camera aliases
|
|
500
|
-
export { default as LucideCamera } from '../icons/camera';
|
|
501
499
|
// CameraOff aliases
|
|
502
500
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
501
|
+
// Camera aliases
|
|
502
|
+
export { default as LucideCamera } from '../icons/camera';
|
|
503
503
|
// CandyCane aliases
|
|
504
504
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
505
505
|
// CandyOff aliases
|
|
@@ -516,34 +516,34 @@ export { default as LucideCarFront } from '../icons/car-front';
|
|
|
516
516
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as LucideCar } from '../icons/car';
|
|
519
|
-
// Caravan aliases
|
|
520
|
-
export { default as LucideCaravan } from '../icons/caravan';
|
|
521
519
|
// CardSim aliases
|
|
522
520
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
521
|
+
// Caravan aliases
|
|
522
|
+
export { default as LucideCaravan } from '../icons/caravan';
|
|
523
523
|
// Carrot aliases
|
|
524
524
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
525
|
-
// CaseLower aliases
|
|
526
|
-
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
527
|
-
// CaseSensitive aliases
|
|
528
|
-
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
529
525
|
// CaseUpper aliases
|
|
530
526
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
527
|
+
// CaseSensitive aliases
|
|
528
|
+
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
529
|
+
// CaseLower aliases
|
|
530
|
+
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
534
534
|
export { default as LucideCast } from '../icons/cast';
|
|
535
|
-
// Castle aliases
|
|
536
|
-
export { default as LucideCastle } from '../icons/castle';
|
|
537
535
|
// Cat aliases
|
|
538
536
|
export { default as LucideCat } from '../icons/cat';
|
|
537
|
+
// Castle aliases
|
|
538
|
+
export { default as LucideCastle } from '../icons/castle';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as LucideCctv } from '../icons/cctv';
|
|
541
|
-
// ChartBarIncreasing aliases
|
|
542
|
-
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
543
541
|
// ChartBarDecreasing aliases
|
|
544
542
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
545
543
|
// ChartBarStacked aliases
|
|
546
544
|
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
545
|
+
// ChartBarIncreasing aliases
|
|
546
|
+
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
547
547
|
// ChartColumnDecreasing aliases
|
|
548
548
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartColumnStacked aliases
|
|
@@ -558,10 +558,10 @@ export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-
|
|
|
558
558
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
559
559
|
// ChartSpline aliases
|
|
560
560
|
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
561
|
-
// CheckCheck aliases
|
|
562
|
-
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
563
561
|
// CheckLine aliases
|
|
564
562
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
563
|
+
// CheckCheck aliases
|
|
564
|
+
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as LucideCheck } from '../icons/check';
|
|
567
567
|
// ChefHat aliases
|
|
@@ -572,56 +572,56 @@ export { default as LucideCherry } from '../icons/cherry';
|
|
|
572
572
|
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
573
573
|
// ChevronFirst aliases
|
|
574
574
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
575
|
-
// ChevronLast aliases
|
|
576
|
-
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
577
575
|
// ChevronLeft aliases
|
|
578
576
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
577
|
+
// ChevronLast aliases
|
|
578
|
+
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
579
579
|
// ChevronRight aliases
|
|
580
580
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
581
581
|
// ChevronUp aliases
|
|
582
582
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
583
|
-
// ChevronsDownUp aliases
|
|
584
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
585
583
|
// ChevronsDown aliases
|
|
586
584
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
587
585
|
// ChevronsLeftRightEllipsis aliases
|
|
588
586
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
+
// ChevronsDownUp aliases
|
|
588
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
589
589
|
// ChevronsLeftRight aliases
|
|
590
590
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
591
591
|
// ChevronsLeft aliases
|
|
592
592
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
593
|
-
// ChevronsUpDown aliases
|
|
594
|
-
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
595
593
|
// ChevronsRightLeft aliases
|
|
596
594
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
597
|
-
// ChevronsUp aliases
|
|
598
|
-
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
599
595
|
// ChevronsRight aliases
|
|
600
596
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
597
|
+
// ChevronsUpDown aliases
|
|
598
|
+
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
599
|
+
// ChevronsUp aliases
|
|
600
|
+
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
601
601
|
// Church aliases
|
|
602
602
|
export { default as LucideChurch } from '../icons/church';
|
|
603
|
-
// CigaretteOff aliases
|
|
604
|
-
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
605
|
-
// CircleDashed aliases
|
|
606
|
-
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
607
603
|
// Cigarette aliases
|
|
608
604
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
605
|
+
// CircleDashed aliases
|
|
606
|
+
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
607
|
+
// CigaretteOff aliases
|
|
608
|
+
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
611
611
|
// CircleDot aliases
|
|
612
612
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
613
|
-
// CircleEllipsis aliases
|
|
614
|
-
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
615
613
|
// CircleDotDashed aliases
|
|
616
614
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
615
|
+
// CircleEllipsis aliases
|
|
616
|
+
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
617
617
|
// CircleEqual aliases
|
|
618
618
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
619
619
|
// CircleFadingArrowUp aliases
|
|
620
620
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleFadingPlus aliases
|
|
622
|
-
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
623
621
|
// CircleOff aliases
|
|
624
622
|
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
623
|
+
// CircleFadingPlus aliases
|
|
624
|
+
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
625
625
|
// CirclePoundSterling aliases
|
|
626
626
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
627
627
|
// CircleSlash aliases
|
|
@@ -638,20 +638,20 @@ export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
|
638
638
|
export { default as LucideCitrus } from '../icons/citrus';
|
|
639
639
|
// Clapperboard aliases
|
|
640
640
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
641
|
-
// ClipboardCheck aliases
|
|
642
|
-
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
643
641
|
// ClipboardClock aliases
|
|
644
642
|
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
643
|
+
// ClipboardCheck aliases
|
|
644
|
+
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
645
645
|
// ClipboardCopy aliases
|
|
646
646
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
651
|
-
// ClipboardPaste aliases
|
|
652
|
-
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
653
651
|
// ClipboardPlus aliases
|
|
654
652
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
653
|
+
// ClipboardPaste aliases
|
|
654
|
+
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
655
655
|
// ClipboardType aliases
|
|
656
656
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
657
657
|
// ClipboardX aliases
|
|
@@ -660,12 +660,12 @@ export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
|
660
660
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
661
661
|
// Clock1 aliases
|
|
662
662
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
663
|
+
// Clock10 aliases
|
|
664
|
+
export { default as LucideClock10 } from '../icons/clock-10';
|
|
663
665
|
// Clock11 aliases
|
|
664
666
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
665
667
|
// Clock12 aliases
|
|
666
668
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
667
|
-
// Clock10 aliases
|
|
668
|
-
export { default as LucideClock10 } from '../icons/clock-10';
|
|
669
669
|
// Clock2 aliases
|
|
670
670
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
671
671
|
// Clock3 aliases
|
|
@@ -674,12 +674,12 @@ export { default as LucideClock3 } from '../icons/clock-3';
|
|
|
674
674
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
675
675
|
// Clock5 aliases
|
|
676
676
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
677
|
-
// Clock6 aliases
|
|
678
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
679
677
|
// Clock7 aliases
|
|
680
678
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
681
679
|
// Clock8 aliases
|
|
682
680
|
export { default as LucideClock8 } from '../icons/clock-8';
|
|
681
|
+
// Clock6 aliases
|
|
682
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
683
683
|
// Clock9 aliases
|
|
684
684
|
export { default as LucideClock9 } from '../icons/clock-9';
|
|
685
685
|
// ClockAlert aliases
|
|
@@ -694,10 +694,10 @@ export { default as LucideClockCheck } from '../icons/clock-check';
|
|
|
694
694
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
695
695
|
// ClockPlus aliases
|
|
696
696
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
697
|
-
// Clock aliases
|
|
698
|
-
export { default as LucideClock } from '../icons/clock';
|
|
699
697
|
// ClosedCaption aliases
|
|
700
698
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
699
|
+
// Clock aliases
|
|
700
|
+
export { default as LucideClock } from '../icons/clock';
|
|
701
701
|
// CloudAlert aliases
|
|
702
702
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
703
703
|
// CloudCheck aliases
|
|
@@ -716,20 +716,20 @@ export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
|
716
716
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
717
717
|
// CloudMoon aliases
|
|
718
718
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
719
|
-
// CloudOff aliases
|
|
720
|
-
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
721
719
|
// CloudRainWind aliases
|
|
722
720
|
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
721
|
+
// CloudOff aliases
|
|
722
|
+
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
723
723
|
// CloudRain aliases
|
|
724
724
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
725
725
|
// CloudSnow aliases
|
|
726
726
|
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
727
727
|
// CloudSunRain aliases
|
|
728
728
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
729
|
-
// CloudSun aliases
|
|
730
|
-
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
731
729
|
// Cloud aliases
|
|
732
730
|
export { default as LucideCloud } from '../icons/cloud';
|
|
731
|
+
// CloudSun aliases
|
|
732
|
+
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
733
733
|
// Cloudy aliases
|
|
734
734
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
735
735
|
// Clover aliases
|
|
@@ -762,10 +762,10 @@ export { default as LucideComponent } from '../icons/component';
|
|
|
762
762
|
export { default as LucideComputer } from '../icons/computer';
|
|
763
763
|
// ConciergeBell aliases
|
|
764
764
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
765
|
-
// Cone aliases
|
|
766
|
-
export { default as LucideCone } from '../icons/cone';
|
|
767
765
|
// Construction aliases
|
|
768
766
|
export { default as LucideConstruction } from '../icons/construction';
|
|
767
|
+
// Cone aliases
|
|
768
|
+
export { default as LucideCone } from '../icons/cone';
|
|
769
769
|
// Contact aliases
|
|
770
770
|
export { default as LucideContact } from '../icons/contact';
|
|
771
771
|
// Container aliases
|
|
@@ -790,18 +790,18 @@ export { default as LucideCopyX } from '../icons/copy-x';
|
|
|
790
790
|
export { default as LucideCopy } from '../icons/copy';
|
|
791
791
|
// Copyleft aliases
|
|
792
792
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
793
|
-
// CornerDownLeft aliases
|
|
794
|
-
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
795
793
|
// Copyright aliases
|
|
796
794
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
795
|
+
// CornerDownLeft aliases
|
|
796
|
+
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
797
797
|
// CornerDownRight aliases
|
|
798
798
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
799
799
|
// CornerLeftDown aliases
|
|
800
800
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
801
|
-
// CornerLeftUp aliases
|
|
802
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
803
801
|
// CornerRightDown aliases
|
|
804
802
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
803
|
+
// CornerLeftUp aliases
|
|
804
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
805
805
|
// CornerRightUp aliases
|
|
806
806
|
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
807
807
|
// CornerUpLeft aliases
|
|
@@ -862,10 +862,10 @@ export { default as LucideDice1 } from '../icons/dice-1';
|
|
|
862
862
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
863
863
|
// Dice3 aliases
|
|
864
864
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
865
|
-
// Dice4 aliases
|
|
866
|
-
export { default as LucideDice4 } from '../icons/dice-4';
|
|
867
865
|
// Dice5 aliases
|
|
868
866
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
867
|
+
// Dice4 aliases
|
|
868
|
+
export { default as LucideDice4 } from '../icons/dice-4';
|
|
869
869
|
// Dice6 aliases
|
|
870
870
|
export { default as LucideDice6 } from '../icons/dice-6';
|
|
871
871
|
// Dices aliases
|
|
@@ -896,14 +896,14 @@ export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
|
896
896
|
export { default as LucideDonut } from '../icons/donut';
|
|
897
897
|
// DoorClosedLocked aliases
|
|
898
898
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
899
|
-
// DoorClosed aliases
|
|
900
|
-
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
901
899
|
// DoorOpen aliases
|
|
902
900
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// DoorClosed aliases
|
|
902
|
+
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
905
903
|
// Dot aliases
|
|
906
904
|
export { default as LucideDot } from '../icons/dot';
|
|
905
|
+
// Download aliases
|
|
906
|
+
export { default as LucideDownload } from '../icons/download';
|
|
907
907
|
// DraftingCompass aliases
|
|
908
908
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
909
909
|
// Drama aliases
|
|
@@ -952,22 +952,22 @@ export { default as LucideEraser } from '../icons/eraser';
|
|
|
952
952
|
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
953
953
|
// Euro aliases
|
|
954
954
|
export { default as LucideEuro } from '../icons/euro';
|
|
955
|
-
// Expand aliases
|
|
956
|
-
export { default as LucideExpand } from '../icons/expand';
|
|
957
955
|
// EvCharger aliases
|
|
958
956
|
export { default as LucideEvCharger } from '../icons/ev-charger';
|
|
957
|
+
// Expand aliases
|
|
958
|
+
export { default as LucideExpand } from '../icons/expand';
|
|
959
959
|
// ExternalLink aliases
|
|
960
960
|
export { default as LucideExternalLink } from '../icons/external-link';
|
|
961
|
-
// EyeOff aliases
|
|
962
|
-
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
963
961
|
// EyeClosed aliases
|
|
964
962
|
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
963
|
+
// EyeOff aliases
|
|
964
|
+
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
965
965
|
// Eye aliases
|
|
966
966
|
export { default as LucideEye } from '../icons/eye';
|
|
967
|
-
// Facebook aliases
|
|
968
|
-
export { default as LucideFacebook } from '../icons/facebook';
|
|
969
967
|
// Factory aliases
|
|
970
968
|
export { default as LucideFactory } from '../icons/factory';
|
|
969
|
+
// Facebook aliases
|
|
970
|
+
export { default as LucideFacebook } from '../icons/facebook';
|
|
971
971
|
// Fan aliases
|
|
972
972
|
export { default as LucideFan } from '../icons/fan';
|
|
973
973
|
// FastForward aliases
|
|
@@ -982,80 +982,48 @@ export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
|
982
982
|
export { default as LucideFigma } from '../icons/figma';
|
|
983
983
|
// FileArchive aliases
|
|
984
984
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
985
|
-
// FileAudio2 aliases
|
|
986
|
-
export { default as LucideFileAudio2 } from '../icons/file-audio-2';
|
|
987
|
-
// FileAudio aliases
|
|
988
|
-
export { default as LucideFileAudio } from '../icons/file-audio';
|
|
989
|
-
// FileBadge2 aliases
|
|
990
|
-
export { default as LucideFileBadge2 } from '../icons/file-badge-2';
|
|
991
|
-
// FileBadge aliases
|
|
992
|
-
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
993
985
|
// FileBox aliases
|
|
994
986
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
995
|
-
// FileCheck2 aliases
|
|
996
|
-
export { default as LucideFileCheck2 } from '../icons/file-check-2';
|
|
997
987
|
// FileCheck aliases
|
|
998
988
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
999
989
|
// FileClock aliases
|
|
1000
990
|
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1001
|
-
// FileCode2 aliases
|
|
1002
|
-
export { default as LucideFileCode2 } from '../icons/file-code-2';
|
|
1003
991
|
// FileCode aliases
|
|
1004
992
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
1005
993
|
// FileDiff aliases
|
|
1006
994
|
export { default as LucideFileDiff } from '../icons/file-diff';
|
|
1007
995
|
// FileDigit aliases
|
|
1008
996
|
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1009
|
-
// FileHeart aliases
|
|
1010
|
-
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1011
997
|
// FileDown aliases
|
|
1012
998
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
999
|
+
// FileHeart aliases
|
|
1000
|
+
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1013
1001
|
// FileImage aliases
|
|
1014
1002
|
export { default as LucideFileImage } from '../icons/file-image';
|
|
1015
1003
|
// FileInput aliases
|
|
1016
1004
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1017
|
-
// FileJson2 aliases
|
|
1018
|
-
export { default as LucideFileJson2 } from '../icons/file-json-2';
|
|
1019
|
-
// FileKey2 aliases
|
|
1020
|
-
export { default as LucideFileKey2 } from '../icons/file-key-2';
|
|
1021
|
-
// FileJson aliases
|
|
1022
|
-
export { default as LucideFileJson } from '../icons/file-json';
|
|
1023
|
-
// FileKey aliases
|
|
1024
|
-
export { default as LucideFileKey } from '../icons/file-key';
|
|
1025
|
-
// FileLock2 aliases
|
|
1026
|
-
export { default as LucideFileLock2 } from '../icons/file-lock-2';
|
|
1027
|
-
// FileLock aliases
|
|
1028
|
-
export { default as LucideFileLock } from '../icons/file-lock';
|
|
1029
|
-
// FileMinus2 aliases
|
|
1030
|
-
export { default as LucideFileMinus2 } from '../icons/file-minus-2';
|
|
1031
1005
|
// FileMinus aliases
|
|
1032
1006
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1033
1007
|
// FileMusic aliases
|
|
1034
1008
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1035
1009
|
// FileOutput aliases
|
|
1036
1010
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1037
|
-
// FilePlus2 aliases
|
|
1038
|
-
export { default as LucideFilePlus2 } from '../icons/file-plus-2';
|
|
1039
1011
|
// FilePlus aliases
|
|
1040
1012
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1041
1013
|
// FileScan aliases
|
|
1042
1014
|
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1043
|
-
// FileSearch2 aliases
|
|
1044
|
-
export { default as LucideFileSearch2 } from '../icons/file-search-2';
|
|
1045
1015
|
// FileSearch aliases
|
|
1046
1016
|
export { default as LucideFileSearch } from '../icons/file-search';
|
|
1047
1017
|
// FileSliders aliases
|
|
1048
1018
|
export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1051
1019
|
// FileSpreadsheet aliases
|
|
1052
1020
|
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1053
|
-
//
|
|
1054
|
-
export { default as
|
|
1021
|
+
// FileStack aliases
|
|
1022
|
+
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1055
1023
|
// FileSymlink aliases
|
|
1056
1024
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1057
|
-
//
|
|
1058
|
-
export { default as
|
|
1025
|
+
// FileTerminal aliases
|
|
1026
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1059
1027
|
// FileText aliases
|
|
1060
1028
|
export { default as LucideFileText } from '../icons/file-text';
|
|
1061
1029
|
// FileType aliases
|
|
@@ -1064,14 +1032,8 @@ export { default as LucideFileType } from '../icons/file-type';
|
|
|
1064
1032
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1065
1033
|
// FileUser aliases
|
|
1066
1034
|
export { default as LucideFileUser } from '../icons/file-user';
|
|
1067
|
-
// FileVolume2 aliases
|
|
1068
|
-
export { default as LucideFileVolume2 } from '../icons/file-volume-2';
|
|
1069
1035
|
// FileVolume aliases
|
|
1070
1036
|
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1071
|
-
// FileWarning aliases
|
|
1072
|
-
export { default as LucideFileWarning } from '../icons/file-warning';
|
|
1073
|
-
// FileX2 aliases
|
|
1074
|
-
export { default as LucideFileX2 } from '../icons/file-x-2';
|
|
1075
1037
|
// FileX aliases
|
|
1076
1038
|
export { default as LucideFileX } from '../icons/file-x';
|
|
1077
1039
|
// File aliases
|
|
@@ -1110,12 +1072,12 @@ export { default as LucideFlashlight } from '../icons/flashlight';
|
|
|
1110
1072
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1111
1073
|
// FlaskConical aliases
|
|
1112
1074
|
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1075
|
+
// FlaskRound aliases
|
|
1076
|
+
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1113
1077
|
// FlipHorizontal2 aliases
|
|
1114
1078
|
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1115
1079
|
// FlipHorizontal aliases
|
|
1116
1080
|
export { default as LucideFlipHorizontal } from '../icons/flip-horizontal';
|
|
1117
|
-
// FlaskRound aliases
|
|
1118
|
-
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1119
1081
|
// FlipVertical2 aliases
|
|
1120
1082
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1121
1083
|
// FlipVertical aliases
|
|
@@ -1134,16 +1096,16 @@ export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
|
1134
1096
|
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1135
1097
|
// FolderCheck aliases
|
|
1136
1098
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1137
|
-
// FolderClock aliases
|
|
1138
|
-
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1139
1099
|
// FolderClosed aliases
|
|
1140
1100
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1101
|
+
// FolderClock aliases
|
|
1102
|
+
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1141
1103
|
// FolderCode aliases
|
|
1142
1104
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1143
|
-
// FolderDot aliases
|
|
1144
|
-
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1145
1105
|
// FolderDown aliases
|
|
1146
1106
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1107
|
+
// FolderDot aliases
|
|
1108
|
+
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1147
1109
|
// FolderGit2 aliases
|
|
1148
1110
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1149
1111
|
// FolderGit aliases
|
|
@@ -1170,10 +1132,10 @@ export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
|
1170
1132
|
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1171
1133
|
// FolderRoot aliases
|
|
1172
1134
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1173
|
-
// FolderSearch aliases
|
|
1174
|
-
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1175
1135
|
// FolderSearch2 aliases
|
|
1176
1136
|
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1137
|
+
// FolderSearch aliases
|
|
1138
|
+
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1177
1139
|
// FolderSymlink aliases
|
|
1178
1140
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1179
1141
|
// FolderSync aliases
|
|
@@ -1204,12 +1166,12 @@ export { default as LucideFrown } from '../icons/frown';
|
|
|
1204
1166
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1205
1167
|
// Fullscreen aliases
|
|
1206
1168
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1169
|
+
// FunnelPlus aliases
|
|
1170
|
+
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1207
1171
|
// GalleryHorizontalEnd aliases
|
|
1208
1172
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1209
1173
|
// GalleryHorizontal aliases
|
|
1210
1174
|
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1211
|
-
// FunnelPlus aliases
|
|
1212
|
-
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1213
1175
|
// GalleryThumbnails aliases
|
|
1214
1176
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1215
1177
|
// GalleryVerticalEnd aliases
|
|
@@ -1222,10 +1184,10 @@ export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
|
1222
1184
|
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1223
1185
|
// Gamepad aliases
|
|
1224
1186
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1225
|
-
// Gavel aliases
|
|
1226
|
-
export { default as LucideGavel } from '../icons/gavel';
|
|
1227
1187
|
// Gauge aliases
|
|
1228
1188
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1189
|
+
// Gavel aliases
|
|
1190
|
+
export { default as LucideGavel } from '../icons/gavel';
|
|
1229
1191
|
// Gem aliases
|
|
1230
1192
|
export { default as LucideGem } from '../icons/gem';
|
|
1231
1193
|
// GeorgianLari aliases
|
|
@@ -1242,12 +1204,12 @@ export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
|
1242
1204
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1243
1205
|
// GitCommitVertical aliases
|
|
1244
1206
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1245
|
-
// GitCompare aliases
|
|
1246
|
-
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1247
1207
|
// GitCompareArrows aliases
|
|
1248
1208
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1249
1209
|
// GitFork aliases
|
|
1250
1210
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1211
|
+
// GitCompare aliases
|
|
1212
|
+
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1251
1213
|
// GitGraph aliases
|
|
1252
1214
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1253
1215
|
// GitMerge aliases
|
|
@@ -1262,10 +1224,10 @@ export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-re
|
|
|
1262
1224
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1263
1225
|
// GitPullRequestDraft aliases
|
|
1264
1226
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1265
|
-
// GitPullRequest aliases
|
|
1266
|
-
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1267
1227
|
// Github aliases
|
|
1268
1228
|
export { default as LucideGithub } from '../icons/github';
|
|
1229
|
+
// GitPullRequest aliases
|
|
1230
|
+
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1269
1231
|
// Gitlab aliases
|
|
1270
1232
|
export { default as LucideGitlab } from '../icons/gitlab';
|
|
1271
1233
|
// GlassWater aliases
|
|
@@ -1276,12 +1238,12 @@ export { default as LucideGlasses } from '../icons/glasses';
|
|
|
1276
1238
|
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1277
1239
|
// Globe aliases
|
|
1278
1240
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1279
|
-
// Goal aliases
|
|
1280
|
-
export { default as LucideGoal } from '../icons/goal';
|
|
1281
1241
|
// Gpu aliases
|
|
1282
1242
|
export { default as LucideGpu } from '../icons/gpu';
|
|
1283
1243
|
// GraduationCap aliases
|
|
1284
1244
|
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1245
|
+
// Goal aliases
|
|
1246
|
+
export { default as LucideGoal } from '../icons/goal';
|
|
1285
1247
|
// Grape aliases
|
|
1286
1248
|
export { default as LucideGrape } from '../icons/grape';
|
|
1287
1249
|
// Grid3x2 aliases
|
|
@@ -1290,14 +1252,14 @@ export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
|
1290
1252
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1291
1253
|
// GripVertical aliases
|
|
1292
1254
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1293
|
-
// Group aliases
|
|
1294
|
-
export { default as LucideGroup } from '../icons/group';
|
|
1295
1255
|
// Grip aliases
|
|
1296
1256
|
export { default as LucideGrip } from '../icons/grip';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1257
|
+
// Group aliases
|
|
1258
|
+
export { default as LucideGroup } from '../icons/group';
|
|
1299
1259
|
// Guitar aliases
|
|
1300
1260
|
export { default as LucideGuitar } from '../icons/guitar';
|
|
1261
|
+
// Ham aliases
|
|
1262
|
+
export { default as LucideHam } from '../icons/ham';
|
|
1301
1263
|
// Hamburger aliases
|
|
1302
1264
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1303
1265
|
// Hammer aliases
|
|
@@ -1310,20 +1272,20 @@ export { default as LucideHandFist } from '../icons/hand-fist';
|
|
|
1310
1272
|
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1311
1273
|
// HandMetal aliases
|
|
1312
1274
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1313
|
-
// Hand aliases
|
|
1314
|
-
export { default as LucideHand } from '../icons/hand';
|
|
1315
1275
|
// HandPlatter aliases
|
|
1316
1276
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1277
|
+
// Hand aliases
|
|
1278
|
+
export { default as LucideHand } from '../icons/hand';
|
|
1317
1279
|
// Handbag aliases
|
|
1318
1280
|
export { default as LucideHandbag } from '../icons/handbag';
|
|
1319
1281
|
// Handshake aliases
|
|
1320
1282
|
export { default as LucideHandshake } from '../icons/handshake';
|
|
1283
|
+
// HardDriveUpload aliases
|
|
1284
|
+
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1321
1285
|
// HardDriveDownload aliases
|
|
1322
1286
|
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1323
1287
|
// HardDrive aliases
|
|
1324
1288
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1325
|
-
// HardDriveUpload aliases
|
|
1326
|
-
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1327
1289
|
// HardHat aliases
|
|
1328
1290
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1329
1291
|
// Hash aliases
|
|
@@ -1332,10 +1294,10 @@ export { default as LucideHash } from '../icons/hash';
|
|
|
1332
1294
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1333
1295
|
// Haze aliases
|
|
1334
1296
|
export { default as LucideHaze } from '../icons/haze';
|
|
1335
|
-
// HdmiPort aliases
|
|
1336
|
-
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1337
1297
|
// Heading1 aliases
|
|
1338
1298
|
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1299
|
+
// HdmiPort aliases
|
|
1300
|
+
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1339
1301
|
// Heading2 aliases
|
|
1340
1302
|
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1341
1303
|
// Heading3 aliases
|
|
@@ -1358,14 +1320,14 @@ export { default as LucideHeadset } from '../icons/headset';
|
|
|
1358
1320
|
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1359
1321
|
// HeartHandshake aliases
|
|
1360
1322
|
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1361
|
-
// HeartMinus aliases
|
|
1362
|
-
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1363
1323
|
// HeartOff aliases
|
|
1364
1324
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1365
|
-
//
|
|
1366
|
-
export { default as
|
|
1325
|
+
// HeartMinus aliases
|
|
1326
|
+
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1367
1327
|
// HeartPlus aliases
|
|
1368
1328
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1329
|
+
// HeartPulse aliases
|
|
1330
|
+
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1369
1331
|
// Heart aliases
|
|
1370
1332
|
export { default as LucideHeart } from '../icons/heart';
|
|
1371
1333
|
// Heater aliases
|
|
@@ -1396,64 +1358,64 @@ export { default as LucideHousePlug } from '../icons/house-plug';
|
|
|
1396
1358
|
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1397
1359
|
// HouseWifi aliases
|
|
1398
1360
|
export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
1399
|
-
// ImageDown aliases
|
|
1400
|
-
export { default as LucideImageDown } from '../icons/image-down';
|
|
1401
1361
|
// IdCardLanyard aliases
|
|
1402
1362
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1403
1363
|
// IdCard aliases
|
|
1404
1364
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1365
|
+
// ImageDown aliases
|
|
1366
|
+
export { default as LucideImageDown } from '../icons/image-down';
|
|
1405
1367
|
// ImageMinus aliases
|
|
1406
1368
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1407
1369
|
// ImageOff aliases
|
|
1408
1370
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1409
1371
|
// ImagePlay aliases
|
|
1410
1372
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1373
|
+
// ImagePlus aliases
|
|
1374
|
+
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1411
1375
|
// ImageUp aliases
|
|
1412
1376
|
export { default as LucideImageUp } from '../icons/image-up';
|
|
1413
1377
|
// ImageUpscale aliases
|
|
1414
1378
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1415
|
-
// ImagePlus aliases
|
|
1416
|
-
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1417
|
-
// Images aliases
|
|
1418
|
-
export { default as LucideImages } from '../icons/images';
|
|
1419
1379
|
// Image aliases
|
|
1420
1380
|
export { default as LucideImage } from '../icons/image';
|
|
1421
1381
|
// Import aliases
|
|
1422
1382
|
export { default as LucideImport } from '../icons/import';
|
|
1383
|
+
// Images aliases
|
|
1384
|
+
export { default as LucideImages } from '../icons/images';
|
|
1423
1385
|
// Inbox aliases
|
|
1424
1386
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1425
1387
|
// IndianRupee aliases
|
|
1426
1388
|
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1427
1389
|
// Infinity aliases
|
|
1428
1390
|
export { default as LucideInfinity } from '../icons/infinity';
|
|
1429
|
-
// Instagram aliases
|
|
1430
|
-
export { default as LucideInstagram } from '../icons/instagram';
|
|
1431
|
-
// InspectionPanel aliases
|
|
1432
|
-
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1433
1391
|
// Info aliases
|
|
1434
1392
|
export { default as LucideInfo } from '../icons/info';
|
|
1435
|
-
//
|
|
1436
|
-
export { default as
|
|
1393
|
+
// InspectionPanel aliases
|
|
1394
|
+
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1395
|
+
// Instagram aliases
|
|
1396
|
+
export { default as LucideInstagram } from '../icons/instagram';
|
|
1437
1397
|
// IterationCcw aliases
|
|
1438
1398
|
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1399
|
+
// Italic aliases
|
|
1400
|
+
export { default as LucideItalic } from '../icons/italic';
|
|
1439
1401
|
// IterationCw aliases
|
|
1440
1402
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1441
1403
|
// JapaneseYen aliases
|
|
1442
1404
|
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1443
|
-
// Kanban aliases
|
|
1444
|
-
export { default as LucideKanban } from '../icons/kanban';
|
|
1445
1405
|
// Joystick aliases
|
|
1446
1406
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1407
|
+
// Kanban aliases
|
|
1408
|
+
export { default as LucideKanban } from '../icons/kanban';
|
|
1447
1409
|
// Kayak aliases
|
|
1448
1410
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1449
1411
|
// KeyRound aliases
|
|
1450
1412
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1451
1413
|
// KeySquare aliases
|
|
1452
1414
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1453
|
-
// KeyboardMusic aliases
|
|
1454
|
-
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1455
1415
|
// Key aliases
|
|
1456
1416
|
export { default as LucideKey } from '../icons/key';
|
|
1417
|
+
// KeyboardMusic aliases
|
|
1418
|
+
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1457
1419
|
// KeyboardOff aliases
|
|
1458
1420
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1459
1421
|
// Keyboard aliases
|
|
@@ -1478,10 +1440,10 @@ export { default as LucideLandmark } from '../icons/landmark';
|
|
|
1478
1440
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1479
1441
|
// LaptopMinimalCheck aliases
|
|
1480
1442
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1481
|
-
// LassoSelect aliases
|
|
1482
|
-
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1483
1443
|
// Laptop aliases
|
|
1484
1444
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1445
|
+
// LassoSelect aliases
|
|
1446
|
+
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1485
1447
|
// Lasso aliases
|
|
1486
1448
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1487
1449
|
// Laugh aliases
|
|
@@ -1492,38 +1454,38 @@ export { default as LucideLayers2 } from '../icons/layers-2';
|
|
|
1492
1454
|
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1493
1455
|
// LayoutGrid aliases
|
|
1494
1456
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1495
|
-
// LayoutPanelLeft aliases
|
|
1496
|
-
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1497
1457
|
// LayoutList aliases
|
|
1498
1458
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1459
|
+
// LayoutPanelLeft aliases
|
|
1460
|
+
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1499
1461
|
// LayoutPanelTop aliases
|
|
1500
1462
|
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1501
|
-
// Leaf aliases
|
|
1502
|
-
export { default as LucideLeaf } from '../icons/leaf';
|
|
1503
1463
|
// LayoutTemplate aliases
|
|
1504
1464
|
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1465
|
+
// Leaf aliases
|
|
1466
|
+
export { default as LucideLeaf } from '../icons/leaf';
|
|
1505
1467
|
// LeafyGreen aliases
|
|
1506
1468
|
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1507
|
-
// LibraryBig aliases
|
|
1508
|
-
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1509
1469
|
// Lectern aliases
|
|
1510
1470
|
export { default as LucideLectern } from '../icons/lectern';
|
|
1471
|
+
// LibraryBig aliases
|
|
1472
|
+
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1511
1473
|
// Library aliases
|
|
1512
1474
|
export { default as LucideLibrary } from '../icons/library';
|
|
1513
|
-
// Ligature aliases
|
|
1514
|
-
export { default as LucideLigature } from '../icons/ligature';
|
|
1515
1475
|
// LifeBuoy aliases
|
|
1516
1476
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1477
|
+
// Ligature aliases
|
|
1478
|
+
export { default as LucideLigature } from '../icons/ligature';
|
|
1517
1479
|
// LightbulbOff aliases
|
|
1518
1480
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1519
1481
|
// Lightbulb aliases
|
|
1520
1482
|
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1483
|
+
// Link2Off aliases
|
|
1484
|
+
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1521
1485
|
// LineSquiggle aliases
|
|
1522
1486
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1523
1487
|
// Link2 aliases
|
|
1524
1488
|
export { default as LucideLink2 } from '../icons/link-2';
|
|
1525
|
-
// Link2Off aliases
|
|
1526
|
-
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1527
1489
|
// Link aliases
|
|
1528
1490
|
export { default as LucideLink } from '../icons/link';
|
|
1529
1491
|
// Linkedin aliases
|
|
@@ -1584,18 +1546,18 @@ export { default as LucideLock } from '../icons/lock';
|
|
|
1584
1546
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1585
1547
|
// LogOut aliases
|
|
1586
1548
|
export { default as LucideLogOut } from '../icons/log-out';
|
|
1549
|
+
// Logs aliases
|
|
1550
|
+
export { default as LucideLogs } from '../icons/logs';
|
|
1587
1551
|
// Lollipop aliases
|
|
1588
1552
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1589
1553
|
// Luggage aliases
|
|
1590
1554
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1591
|
-
// Logs aliases
|
|
1592
|
-
export { default as LucideLogs } from '../icons/logs';
|
|
1593
1555
|
// Magnet aliases
|
|
1594
1556
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1595
|
-
// MailCheck aliases
|
|
1596
|
-
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1597
1557
|
// MailMinus aliases
|
|
1598
1558
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1559
|
+
// MailCheck aliases
|
|
1560
|
+
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1599
1561
|
// MailOpen aliases
|
|
1600
1562
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1601
1563
|
// MailPlus aliases
|
|
@@ -1604,20 +1566,20 @@ export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
|
1604
1566
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1605
1567
|
// MailWarning aliases
|
|
1606
1568
|
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1607
|
-
// Mail aliases
|
|
1608
|
-
export { default as LucideMail } from '../icons/mail';
|
|
1609
1569
|
// MailX aliases
|
|
1610
1570
|
export { default as LucideMailX } from '../icons/mail-x';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1571
|
+
// Mail aliases
|
|
1572
|
+
export { default as LucideMail } from '../icons/mail';
|
|
1613
1573
|
// Mailbox aliases
|
|
1614
1574
|
export { default as LucideMailbox } from '../icons/mailbox';
|
|
1575
|
+
// Mails aliases
|
|
1576
|
+
export { default as LucideMails } from '../icons/mails';
|
|
1577
|
+
// MapMinus aliases
|
|
1578
|
+
export { default as LucideMapMinus } from '../icons/map-minus';
|
|
1615
1579
|
// MapPinCheckInside aliases
|
|
1616
1580
|
export { default as LucideMapPinCheckInside } from '../icons/map-pin-check-inside';
|
|
1617
1581
|
// MapPinCheck aliases
|
|
1618
1582
|
export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
1619
|
-
// MapMinus aliases
|
|
1620
|
-
export { default as LucideMapMinus } from '../icons/map-minus';
|
|
1621
1583
|
// MapPinHouse aliases
|
|
1622
1584
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1623
1585
|
// MapPinMinusInside aliases
|
|
@@ -1636,14 +1598,14 @@ export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
|
1636
1598
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1637
1599
|
// MapPin aliases
|
|
1638
1600
|
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1639
|
-
// MapPlus aliases
|
|
1640
|
-
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1641
1601
|
// MapPinned aliases
|
|
1642
1602
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1643
|
-
//
|
|
1644
|
-
export { default as
|
|
1603
|
+
// MapPlus aliases
|
|
1604
|
+
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1645
1605
|
// MarsStroke aliases
|
|
1646
1606
|
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1607
|
+
// Map aliases
|
|
1608
|
+
export { default as LucideMap } from '../icons/map';
|
|
1647
1609
|
// Mars aliases
|
|
1648
1610
|
export { default as LucideMars } from '../icons/mars';
|
|
1649
1611
|
// Martini aliases
|
|
@@ -1658,10 +1620,10 @@ export { default as LucideMedal } from '../icons/medal';
|
|
|
1658
1620
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1659
1621
|
// Megaphone aliases
|
|
1660
1622
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1661
|
-
// MemoryStick aliases
|
|
1662
|
-
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1663
1623
|
// Meh aliases
|
|
1664
1624
|
export { default as LucideMeh } from '../icons/meh';
|
|
1625
|
+
// MemoryStick aliases
|
|
1626
|
+
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1665
1627
|
// Merge aliases
|
|
1666
1628
|
export { default as LucideMerge } from '../icons/merge';
|
|
1667
1629
|
// Menu aliases
|
|
@@ -1670,16 +1632,16 @@ export { default as LucideMenu } from '../icons/menu';
|
|
|
1670
1632
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1671
1633
|
// MessageCircleDashed aliases
|
|
1672
1634
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1673
|
-
// MessageCircleMore aliases
|
|
1674
|
-
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1675
1635
|
// MessageCircleHeart aliases
|
|
1676
1636
|
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1637
|
+
// MessageCircleMore aliases
|
|
1638
|
+
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1677
1639
|
// MessageCircleOff aliases
|
|
1678
1640
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1679
|
-
// MessageCirclePlus aliases
|
|
1680
|
-
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1681
1641
|
// MessageCircleReply aliases
|
|
1682
1642
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1643
|
+
// MessageCirclePlus aliases
|
|
1644
|
+
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1683
1645
|
// MessageCircleWarning aliases
|
|
1684
1646
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1685
1647
|
// MessageCircleX aliases
|
|
@@ -1690,12 +1652,12 @@ export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
|
1690
1652
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1691
1653
|
// MessageSquareDashed aliases
|
|
1692
1654
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1655
|
+
// MessageSquareDot aliases
|
|
1656
|
+
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1693
1657
|
// MessageSquareDiff aliases
|
|
1694
1658
|
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1695
1659
|
// MessageSquareHeart aliases
|
|
1696
1660
|
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1697
|
-
// MessageSquareDot aliases
|
|
1698
|
-
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1699
1661
|
// MessageSquareLock aliases
|
|
1700
1662
|
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1701
1663
|
// MessageSquareMore aliases
|
|
@@ -1724,26 +1686,26 @@ export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
|
1724
1686
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1725
1687
|
// Mic aliases
|
|
1726
1688
|
export { default as LucideMic } from '../icons/mic';
|
|
1727
|
-
// Microscope aliases
|
|
1728
|
-
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1729
1689
|
// Microchip aliases
|
|
1730
1690
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1691
|
+
// Microscope aliases
|
|
1692
|
+
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1731
1693
|
// Microwave aliases
|
|
1732
1694
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1733
1695
|
// Milestone aliases
|
|
1734
1696
|
export { default as LucideMilestone } from '../icons/milestone';
|
|
1735
|
-
// Milk aliases
|
|
1736
|
-
export { default as LucideMilk } from '../icons/milk';
|
|
1737
1697
|
// MilkOff aliases
|
|
1738
1698
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1699
|
+
// Milk aliases
|
|
1700
|
+
export { default as LucideMilk } from '../icons/milk';
|
|
1739
1701
|
// Minimize2 aliases
|
|
1740
1702
|
export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
1703
|
+
// Minus aliases
|
|
1704
|
+
export { default as LucideMinus } from '../icons/minus';
|
|
1741
1705
|
// Minimize aliases
|
|
1742
1706
|
export { default as LucideMinimize } from '../icons/minimize';
|
|
1743
1707
|
// MonitorCheck aliases
|
|
1744
1708
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1745
|
-
// Minus aliases
|
|
1746
|
-
export { default as LucideMinus } from '../icons/minus';
|
|
1747
1709
|
// MonitorCloud aliases
|
|
1748
1710
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1749
1711
|
// MonitorCog aliases
|
|
@@ -1766,34 +1728,34 @@ export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
|
1766
1728
|
export { default as LucideMonitorStop } from '../icons/monitor-stop';
|
|
1767
1729
|
// MonitorUp aliases
|
|
1768
1730
|
export { default as LucideMonitorUp } from '../icons/monitor-up';
|
|
1731
|
+
// MonitorX aliases
|
|
1732
|
+
export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
1769
1733
|
// Monitor aliases
|
|
1770
1734
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1771
1735
|
// MoonStar aliases
|
|
1772
1736
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1773
|
-
// MonitorX aliases
|
|
1774
|
-
export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
1775
1737
|
// Moon aliases
|
|
1776
1738
|
export { default as LucideMoon } from '../icons/moon';
|
|
1777
1739
|
// Motorbike aliases
|
|
1778
1740
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1779
1741
|
// MountainSnow aliases
|
|
1780
1742
|
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1781
|
-
// MouseOff aliases
|
|
1782
|
-
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1783
1743
|
// Mountain aliases
|
|
1784
1744
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1785
|
-
//
|
|
1786
|
-
export { default as
|
|
1745
|
+
// MouseOff aliases
|
|
1746
|
+
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1787
1747
|
// MousePointer2 aliases
|
|
1788
1748
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1789
|
-
//
|
|
1790
|
-
export { default as
|
|
1749
|
+
// MousePointerBan aliases
|
|
1750
|
+
export { default as LucideMousePointerBan } from '../icons/mouse-pointer-ban';
|
|
1791
1751
|
// MousePointerClick aliases
|
|
1792
1752
|
export { default as LucideMousePointerClick } from '../icons/mouse-pointer-click';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1753
|
+
// MousePointer aliases
|
|
1754
|
+
export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
1795
1755
|
// MoveDiagonal2 aliases
|
|
1796
1756
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1757
|
+
// Mouse aliases
|
|
1758
|
+
export { default as LucideMouse } from '../icons/mouse';
|
|
1797
1759
|
// MoveDiagonal aliases
|
|
1798
1760
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1799
1761
|
// MoveDownLeft aliases
|
|
@@ -1844,10 +1806,10 @@ export { default as LucideNfc } from '../icons/nfc';
|
|
|
1844
1806
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1845
1807
|
// NotebookPen aliases
|
|
1846
1808
|
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1847
|
-
// NotebookTabs aliases
|
|
1848
|
-
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1849
1809
|
// NotebookText aliases
|
|
1850
1810
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1811
|
+
// NotebookTabs aliases
|
|
1812
|
+
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1851
1813
|
// Notebook aliases
|
|
1852
1814
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
1853
1815
|
// NotepadTextDashed aliases
|
|
@@ -1870,12 +1832,12 @@ export { default as LucideOption } from '../icons/option';
|
|
|
1870
1832
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1871
1833
|
// Origami aliases
|
|
1872
1834
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1835
|
+
// PackageMinus aliases
|
|
1836
|
+
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1873
1837
|
// Package2 aliases
|
|
1874
1838
|
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1875
1839
|
// PackageCheck aliases
|
|
1876
1840
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1877
|
-
// PackageMinus aliases
|
|
1878
|
-
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1879
1841
|
// PackageOpen aliases
|
|
1880
1842
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1881
1843
|
// PackagePlus aliases
|
|
@@ -1886,10 +1848,10 @@ export { default as LucidePackageSearch } from '../icons/package-search';
|
|
|
1886
1848
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1887
1849
|
// Package aliases
|
|
1888
1850
|
export { default as LucidePackage } from '../icons/package';
|
|
1889
|
-
// PaintBucket aliases
|
|
1890
|
-
export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
1891
1851
|
// PaintRoller aliases
|
|
1892
1852
|
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1853
|
+
// PaintBucket aliases
|
|
1854
|
+
export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
1893
1855
|
// Paintbrush aliases
|
|
1894
1856
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1895
1857
|
// Palette aliases
|
|
@@ -1916,44 +1878,44 @@ export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom
|
|
|
1916
1878
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1917
1879
|
// PanelTopOpen aliases
|
|
1918
1880
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1919
|
-
// PanelTop aliases
|
|
1920
|
-
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1921
1881
|
// PanelsLeftBottom aliases
|
|
1922
1882
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1883
|
+
// PanelTop aliases
|
|
1884
|
+
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1923
1885
|
// PanelsRightBottom aliases
|
|
1924
1886
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1925
1887
|
// Paperclip aliases
|
|
1926
1888
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1927
|
-
// ParkingMeter aliases
|
|
1928
|
-
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1929
1889
|
// Parentheses aliases
|
|
1930
1890
|
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1891
|
+
// ParkingMeter aliases
|
|
1892
|
+
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1931
1893
|
// PartyPopper aliases
|
|
1932
1894
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1933
|
-
// PawPrint aliases
|
|
1934
|
-
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1935
1895
|
// Pause aliases
|
|
1936
1896
|
export { default as LucidePause } from '../icons/pause';
|
|
1937
|
-
//
|
|
1938
|
-
export { default as
|
|
1897
|
+
// PawPrint aliases
|
|
1898
|
+
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1939
1899
|
// PenOff aliases
|
|
1940
1900
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1901
|
+
// PcCase aliases
|
|
1902
|
+
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1941
1903
|
// PenTool aliases
|
|
1942
1904
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1943
1905
|
// PencilLine aliases
|
|
1944
1906
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1945
|
-
// PencilRuler aliases
|
|
1946
|
-
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1947
1907
|
// PencilOff aliases
|
|
1948
1908
|
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1909
|
+
// PencilRuler aliases
|
|
1910
|
+
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1949
1911
|
// Pencil aliases
|
|
1950
1912
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1951
|
-
// Percent aliases
|
|
1952
|
-
export { default as LucidePercent } from '../icons/percent';
|
|
1953
1913
|
// Pentagon aliases
|
|
1954
1914
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1955
1915
|
// PersonStanding aliases
|
|
1956
1916
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1917
|
+
// Percent aliases
|
|
1918
|
+
export { default as LucidePercent } from '../icons/percent';
|
|
1957
1919
|
// PhilippinePeso aliases
|
|
1958
1920
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1959
1921
|
// PhoneCall aliases
|
|
@@ -1966,66 +1928,66 @@ export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
|
1966
1928
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1967
1929
|
// PhoneOff aliases
|
|
1968
1930
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
1969
|
-
// Phone aliases
|
|
1970
|
-
export { default as LucidePhone } from '../icons/phone';
|
|
1971
1931
|
// PhoneOutgoing aliases
|
|
1972
1932
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1973
|
-
//
|
|
1974
|
-
export { default as
|
|
1933
|
+
// Phone aliases
|
|
1934
|
+
export { default as LucidePhone } from '../icons/phone';
|
|
1975
1935
|
// Pi aliases
|
|
1976
1936
|
export { default as LucidePi } from '../icons/pi';
|
|
1937
|
+
// Piano aliases
|
|
1938
|
+
export { default as LucidePiano } from '../icons/piano';
|
|
1977
1939
|
// Pickaxe aliases
|
|
1978
1940
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
1979
1941
|
// PictureInPicture2 aliases
|
|
1980
1942
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
1981
1943
|
// PictureInPicture aliases
|
|
1982
1944
|
export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
1983
|
-
// PilcrowLeft aliases
|
|
1984
|
-
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
1985
1945
|
// PiggyBank aliases
|
|
1986
1946
|
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1947
|
+
// PilcrowLeft aliases
|
|
1948
|
+
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
1989
1949
|
// Pilcrow aliases
|
|
1990
1950
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
1991
1951
|
// PillBottle aliases
|
|
1992
1952
|
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
1953
|
+
// PilcrowRight aliases
|
|
1954
|
+
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
1993
1955
|
// Pill aliases
|
|
1994
1956
|
export { default as LucidePill } from '../icons/pill';
|
|
1995
1957
|
// PinOff aliases
|
|
1996
1958
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
1997
|
-
// Pipette aliases
|
|
1998
|
-
export { default as LucidePipette } from '../icons/pipette';
|
|
1999
1959
|
// Pin aliases
|
|
2000
1960
|
export { default as LucidePin } from '../icons/pin';
|
|
2001
1961
|
// Pizza aliases
|
|
2002
1962
|
export { default as LucidePizza } from '../icons/pizza';
|
|
1963
|
+
// Pipette aliases
|
|
1964
|
+
export { default as LucidePipette } from '../icons/pipette';
|
|
2003
1965
|
// PlaneLanding aliases
|
|
2004
1966
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
2005
1967
|
// PlaneTakeoff aliases
|
|
2006
1968
|
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2007
1969
|
// Plane aliases
|
|
2008
1970
|
export { default as LucidePlane } from '../icons/plane';
|
|
2009
|
-
// Play aliases
|
|
2010
|
-
export { default as LucidePlay } from '../icons/play';
|
|
2011
1971
|
// Plug2 aliases
|
|
2012
1972
|
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
1973
|
+
// Play aliases
|
|
1974
|
+
export { default as LucidePlay } from '../icons/play';
|
|
1975
|
+
// Plus aliases
|
|
1976
|
+
export { default as LucidePlus } from '../icons/plus';
|
|
2013
1977
|
// Plug aliases
|
|
2014
1978
|
export { default as LucidePlug } from '../icons/plug';
|
|
2015
1979
|
// PocketKnife aliases
|
|
2016
1980
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2017
|
-
// Plus aliases
|
|
2018
|
-
export { default as LucidePlus } from '../icons/plus';
|
|
2019
|
-
// Podcast aliases
|
|
2020
|
-
export { default as LucidePodcast } from '../icons/podcast';
|
|
2021
1981
|
// Pocket aliases
|
|
2022
1982
|
export { default as LucidePocket } from '../icons/pocket';
|
|
1983
|
+
// Podcast aliases
|
|
1984
|
+
export { default as LucidePodcast } from '../icons/podcast';
|
|
1985
|
+
// PointerOff aliases
|
|
1986
|
+
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2023
1987
|
// Pointer aliases
|
|
2024
1988
|
export { default as LucidePointer } from '../icons/pointer';
|
|
2025
1989
|
// Popcorn aliases
|
|
2026
1990
|
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2027
|
-
// PointerOff aliases
|
|
2028
|
-
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2029
1991
|
// Popsicle aliases
|
|
2030
1992
|
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2031
1993
|
// PoundSterling aliases
|
|
@@ -2036,20 +1998,20 @@ export { default as LucidePowerOff } from '../icons/power-off';
|
|
|
2036
1998
|
export { default as LucidePower } from '../icons/power';
|
|
2037
1999
|
// Presentation aliases
|
|
2038
2000
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2039
|
-
// PrinterCheck aliases
|
|
2040
|
-
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2041
2001
|
// Printer aliases
|
|
2042
2002
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2003
|
+
// PrinterCheck aliases
|
|
2004
|
+
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2043
2005
|
// Projector aliases
|
|
2044
2006
|
export { default as LucideProjector } from '../icons/projector';
|
|
2045
2007
|
// Proportions aliases
|
|
2046
2008
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2047
2009
|
// Puzzle aliases
|
|
2048
2010
|
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2049
|
-
// Pyramid aliases
|
|
2050
|
-
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2051
2011
|
// QrCode aliases
|
|
2052
2012
|
export { default as LucideQrCode } from '../icons/qr-code';
|
|
2013
|
+
// Pyramid aliases
|
|
2014
|
+
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2053
2015
|
// Quote aliases
|
|
2054
2016
|
export { default as LucideQuote } from '../icons/quote';
|
|
2055
2017
|
// Rabbit aliases
|
|
@@ -2058,10 +2020,10 @@ export { default as LucideRabbit } from '../icons/rabbit';
|
|
|
2058
2020
|
export { default as LucideRadar } from '../icons/radar';
|
|
2059
2021
|
// Radiation aliases
|
|
2060
2022
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2061
|
-
// Radical aliases
|
|
2062
|
-
export { default as LucideRadical } from '../icons/radical';
|
|
2063
2023
|
// RadioReceiver aliases
|
|
2064
2024
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2025
|
+
// Radical aliases
|
|
2026
|
+
export { default as LucideRadical } from '../icons/radical';
|
|
2065
2027
|
// RadioTower aliases
|
|
2066
2028
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2067
2029
|
// Radio aliases
|
|
@@ -2084,10 +2046,10 @@ export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
|
2084
2046
|
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2085
2047
|
// ReceiptJapaneseYen aliases
|
|
2086
2048
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2087
|
-
// ReceiptRussianRuble aliases
|
|
2088
|
-
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2089
2049
|
// ReceiptPoundSterling aliases
|
|
2090
2050
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2051
|
+
// ReceiptRussianRuble aliases
|
|
2052
|
+
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2091
2053
|
// ReceiptSwissFranc aliases
|
|
2092
2054
|
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2093
2055
|
// ReceiptText aliases
|
|
@@ -2096,20 +2058,20 @@ export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
|
2096
2058
|
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2097
2059
|
// Receipt aliases
|
|
2098
2060
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2061
|
+
// RectangleHorizontal aliases
|
|
2062
|
+
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2099
2063
|
// RectangleCircle aliases
|
|
2100
2064
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2101
2065
|
// RectangleGoggles aliases
|
|
2102
2066
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2103
|
-
// RectangleHorizontal aliases
|
|
2104
|
-
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2105
2067
|
// RectangleVertical aliases
|
|
2106
2068
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2107
2069
|
// Recycle aliases
|
|
2108
2070
|
export { default as LucideRecycle } from '../icons/recycle';
|
|
2109
|
-
// RedoDot aliases
|
|
2110
|
-
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2111
2071
|
// Redo2 aliases
|
|
2112
2072
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2073
|
+
// RedoDot aliases
|
|
2074
|
+
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2113
2075
|
// Redo aliases
|
|
2114
2076
|
export { default as LucideRedo } from '../icons/redo';
|
|
2115
2077
|
// RefreshCcwDot aliases
|
|
@@ -2138,10 +2100,10 @@ export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
|
2138
2100
|
export { default as LucideReplace } from '../icons/replace';
|
|
2139
2101
|
// ReplyAll aliases
|
|
2140
2102
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2141
|
-
// Reply aliases
|
|
2142
|
-
export { default as LucideReply } from '../icons/reply';
|
|
2143
2103
|
// Rewind aliases
|
|
2144
2104
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2105
|
+
// Reply aliases
|
|
2106
|
+
export { default as LucideReply } from '../icons/reply';
|
|
2145
2107
|
// Ribbon aliases
|
|
2146
2108
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2147
2109
|
// Rocket aliases
|
|
@@ -2188,28 +2150,28 @@ export { default as LucideSandwich } from '../icons/sandwich';
|
|
|
2188
2150
|
export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
2189
2151
|
// Satellite aliases
|
|
2190
2152
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2191
|
-
// SaudiRiyal aliases
|
|
2192
|
-
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2193
2153
|
// SaveAll aliases
|
|
2194
2154
|
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2155
|
+
// SaudiRiyal aliases
|
|
2156
|
+
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2195
2157
|
// SaveOff aliases
|
|
2196
2158
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2159
|
+
// Save aliases
|
|
2160
|
+
export { default as LucideSave } from '../icons/save';
|
|
2197
2161
|
// Scale aliases
|
|
2198
2162
|
export { default as LucideScale } from '../icons/scale';
|
|
2199
2163
|
// Scaling aliases
|
|
2200
2164
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2201
|
-
// Save aliases
|
|
2202
|
-
export { default as LucideSave } from '../icons/save';
|
|
2203
2165
|
// ScanBarcode aliases
|
|
2204
2166
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2205
2167
|
// ScanEye aliases
|
|
2206
2168
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2207
2169
|
// ScanFace aliases
|
|
2208
2170
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2209
|
-
// ScanHeart aliases
|
|
2210
|
-
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2211
2171
|
// ScanLine aliases
|
|
2212
2172
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2173
|
+
// ScanHeart aliases
|
|
2174
|
+
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2213
2175
|
// ScanQrCode aliases
|
|
2214
2176
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2215
2177
|
// ScanSearch aliases
|
|
@@ -2220,10 +2182,10 @@ export { default as LucideScanText } from '../icons/scan-text';
|
|
|
2220
2182
|
export { default as LucideScan } from '../icons/scan';
|
|
2221
2183
|
// School aliases
|
|
2222
2184
|
export { default as LucideSchool } from '../icons/school';
|
|
2223
|
-
// Scissors aliases
|
|
2224
|
-
export { default as LucideScissors } from '../icons/scissors';
|
|
2225
2185
|
// ScissorsLineDashed aliases
|
|
2226
2186
|
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2187
|
+
// Scissors aliases
|
|
2188
|
+
export { default as LucideScissors } from '../icons/scissors';
|
|
2227
2189
|
// ScreenShareOff aliases
|
|
2228
2190
|
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2229
2191
|
// ScreenShare aliases
|
|
@@ -2238,14 +2200,14 @@ export { default as LucideSearchCheck } from '../icons/search-check';
|
|
|
2238
2200
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2239
2201
|
// SearchSlash aliases
|
|
2240
2202
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2241
|
-
// Search aliases
|
|
2242
|
-
export { default as LucideSearch } from '../icons/search';
|
|
2243
2203
|
// SearchX aliases
|
|
2244
2204
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2205
|
+
// Search aliases
|
|
2206
|
+
export { default as LucideSearch } from '../icons/search';
|
|
2247
2207
|
// Section aliases
|
|
2248
2208
|
export { default as LucideSection } from '../icons/section';
|
|
2209
|
+
// SendToBack aliases
|
|
2210
|
+
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2249
2211
|
// Send aliases
|
|
2250
2212
|
export { default as LucideSend } from '../icons/send';
|
|
2251
2213
|
// SeparatorHorizontal aliases
|
|
@@ -2258,12 +2220,12 @@ export { default as LucideServerCog } from '../icons/server-cog';
|
|
|
2258
2220
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2259
2221
|
// ServerOff aliases
|
|
2260
2222
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2261
|
-
// Settings2 aliases
|
|
2262
|
-
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2263
|
-
// Settings aliases
|
|
2264
|
-
export { default as LucideSettings } from '../icons/settings';
|
|
2265
2223
|
// Server aliases
|
|
2266
2224
|
export { default as LucideServer } from '../icons/server';
|
|
2225
|
+
// Settings aliases
|
|
2226
|
+
export { default as LucideSettings } from '../icons/settings';
|
|
2227
|
+
// Settings2 aliases
|
|
2228
|
+
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2267
2229
|
// Shapes aliases
|
|
2268
2230
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2269
2231
|
// Share2 aliases
|
|
@@ -2274,12 +2236,12 @@ export { default as LucideShare } from '../icons/share';
|
|
|
2274
2236
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2275
2237
|
// Shell aliases
|
|
2276
2238
|
export { default as LucideShell } from '../icons/shell';
|
|
2277
|
-
// ShieldBan aliases
|
|
2278
|
-
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2279
2239
|
// ShieldAlert aliases
|
|
2280
2240
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2281
2241
|
// ShieldCheck aliases
|
|
2282
2242
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2243
|
+
// ShieldBan aliases
|
|
2244
|
+
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2283
2245
|
// ShieldEllipsis aliases
|
|
2284
2246
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2285
2247
|
// ShieldHalf aliases
|
|
@@ -2292,30 +2254,30 @@ export { default as LucideShieldOff } from '../icons/shield-off';
|
|
|
2292
2254
|
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2293
2255
|
// ShieldUser aliases
|
|
2294
2256
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2295
|
-
// ShipWheel aliases
|
|
2296
|
-
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2297
|
-
// Shirt aliases
|
|
2298
|
-
export { default as LucideShirt } from '../icons/shirt';
|
|
2299
2257
|
// Shield aliases
|
|
2300
2258
|
export { default as LucideShield } from '../icons/shield';
|
|
2259
|
+
// ShipWheel aliases
|
|
2260
|
+
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2301
2261
|
// Ship aliases
|
|
2302
2262
|
export { default as LucideShip } from '../icons/ship';
|
|
2263
|
+
// Shirt aliases
|
|
2264
|
+
export { default as LucideShirt } from '../icons/shirt';
|
|
2303
2265
|
// ShoppingBag aliases
|
|
2304
2266
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2305
|
-
// ShoppingCart aliases
|
|
2306
|
-
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2307
2267
|
// ShoppingBasket aliases
|
|
2308
2268
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2269
|
+
// ShoppingCart aliases
|
|
2270
|
+
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2309
2271
|
// Shovel aliases
|
|
2310
2272
|
export { default as LucideShovel } from '../icons/shovel';
|
|
2311
2273
|
// ShowerHead aliases
|
|
2312
2274
|
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2313
2275
|
// Shredder aliases
|
|
2314
2276
|
export { default as LucideShredder } from '../icons/shredder';
|
|
2315
|
-
// Shrink aliases
|
|
2316
|
-
export { default as LucideShrink } from '../icons/shrink';
|
|
2317
2277
|
// Shrimp aliases
|
|
2318
2278
|
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2279
|
+
// Shrink aliases
|
|
2280
|
+
export { default as LucideShrink } from '../icons/shrink';
|
|
2319
2281
|
// Shrub aliases
|
|
2320
2282
|
export { default as LucideShrub } from '../icons/shrub';
|
|
2321
2283
|
// Shuffle aliases
|
|
@@ -2338,10 +2300,10 @@ export { default as LucideSignature } from '../icons/signature';
|
|
|
2338
2300
|
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2339
2301
|
// Signpost aliases
|
|
2340
2302
|
export { default as LucideSignpost } from '../icons/signpost';
|
|
2341
|
-
// SkipBack aliases
|
|
2342
|
-
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2343
2303
|
// Siren aliases
|
|
2344
2304
|
export { default as LucideSiren } from '../icons/siren';
|
|
2305
|
+
// SkipBack aliases
|
|
2306
|
+
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2345
2307
|
// SkipForward aliases
|
|
2346
2308
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2347
2309
|
// Skull aliases
|
|
@@ -2352,14 +2314,14 @@ export { default as LucideSlack } from '../icons/slack';
|
|
|
2352
2314
|
export { default as LucideSlash } from '../icons/slash';
|
|
2353
2315
|
// Slice aliases
|
|
2354
2316
|
export { default as LucideSlice } from '../icons/slice';
|
|
2317
|
+
// SmartphoneCharging aliases
|
|
2318
|
+
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2355
2319
|
// SlidersHorizontal aliases
|
|
2356
2320
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2357
2321
|
// SmartphoneNfc aliases
|
|
2358
2322
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2359
2323
|
// Smartphone aliases
|
|
2360
2324
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2361
|
-
// SmartphoneCharging aliases
|
|
2362
|
-
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2363
2325
|
// SmilePlus aliases
|
|
2364
2326
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2365
2327
|
// Smile aliases
|
|
@@ -2372,12 +2334,14 @@ export { default as LucideSnail } from '../icons/snail';
|
|
|
2372
2334
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2373
2335
|
// Sofa aliases
|
|
2374
2336
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2337
|
+
// SolarPanel aliases
|
|
2338
|
+
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2375
2339
|
// Soup aliases
|
|
2376
2340
|
export { default as LucideSoup } from '../icons/soup';
|
|
2377
|
-
// Space aliases
|
|
2378
|
-
export { default as LucideSpace } from '../icons/space';
|
|
2379
2341
|
// Spade aliases
|
|
2380
2342
|
export { default as LucideSpade } from '../icons/spade';
|
|
2343
|
+
// Space aliases
|
|
2344
|
+
export { default as LucideSpace } from '../icons/space';
|
|
2381
2345
|
// Sparkle aliases
|
|
2382
2346
|
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2383
2347
|
// Speaker aliases
|
|
@@ -2392,24 +2356,24 @@ export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
|
2392
2356
|
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2393
2357
|
// Spline aliases
|
|
2394
2358
|
export { default as LucideSpline } from '../icons/spline';
|
|
2395
|
-
// Split aliases
|
|
2396
|
-
export { default as LucideSplit } from '../icons/split';
|
|
2397
2359
|
// Spool aliases
|
|
2398
2360
|
export { default as LucideSpool } from '../icons/spool';
|
|
2361
|
+
// Split aliases
|
|
2362
|
+
export { default as LucideSplit } from '../icons/split';
|
|
2399
2363
|
// Spotlight aliases
|
|
2400
2364
|
export { default as LucideSpotlight } from '../icons/spotlight';
|
|
2401
2365
|
// SprayCan aliases
|
|
2402
2366
|
export { default as LucideSprayCan } from '../icons/spray-can';
|
|
2403
2367
|
// Sprout aliases
|
|
2404
2368
|
export { default as LucideSprout } from '../icons/sprout';
|
|
2405
|
-
// SquareDashedBottomCode aliases
|
|
2406
|
-
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2407
2369
|
// SquareDashedBottom aliases
|
|
2408
2370
|
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2371
|
+
// SquareDashedBottomCode aliases
|
|
2372
|
+
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2411
2373
|
// SquarePause aliases
|
|
2412
2374
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2375
|
+
// SquareDashedTopSolid aliases
|
|
2376
|
+
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2413
2377
|
// SquareRadical aliases
|
|
2414
2378
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2415
2379
|
// SquareRoundCorner aliases
|
|
@@ -2424,54 +2388,54 @@ export { default as LucideSquareStar } from '../icons/square-star';
|
|
|
2424
2388
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2425
2389
|
// Square aliases
|
|
2426
2390
|
export { default as LucideSquare } from '../icons/square';
|
|
2391
|
+
// SquaresIntersect aliases
|
|
2392
|
+
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2427
2393
|
// SquaresExclude aliases
|
|
2428
2394
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2429
2395
|
// SquaresSubtract aliases
|
|
2430
2396
|
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2431
|
-
// SquaresIntersect aliases
|
|
2432
|
-
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2433
2397
|
// SquaresUnite aliases
|
|
2434
2398
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2399
|
+
// Squircle aliases
|
|
2400
|
+
export { default as LucideSquircle } from '../icons/squircle';
|
|
2435
2401
|
// SquircleDashed aliases
|
|
2436
2402
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2437
2403
|
// Squirrel aliases
|
|
2438
2404
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2439
|
-
// Squircle aliases
|
|
2440
|
-
export { default as LucideSquircle } from '../icons/squircle';
|
|
2441
2405
|
// Stamp aliases
|
|
2442
2406
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2443
2407
|
// StarHalf aliases
|
|
2444
2408
|
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2445
2409
|
// StarOff aliases
|
|
2446
2410
|
export { default as LucideStarOff } from '../icons/star-off';
|
|
2447
|
-
// StepBack aliases
|
|
2448
|
-
export { default as LucideStepBack } from '../icons/step-back';
|
|
2449
2411
|
// Star aliases
|
|
2450
2412
|
export { default as LucideStar } from '../icons/star';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2413
|
+
// StepBack aliases
|
|
2414
|
+
export { default as LucideStepBack } from '../icons/step-back';
|
|
2453
2415
|
// Stethoscope aliases
|
|
2454
2416
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2417
|
+
// StepForward aliases
|
|
2418
|
+
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2455
2419
|
// Sticker aliases
|
|
2456
2420
|
export { default as LucideSticker } from '../icons/sticker';
|
|
2457
2421
|
// StickyNote aliases
|
|
2458
2422
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2459
|
-
// Store aliases
|
|
2460
|
-
export { default as LucideStore } from '../icons/store';
|
|
2461
2423
|
// StretchHorizontal aliases
|
|
2462
2424
|
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2425
|
+
// Store aliases
|
|
2426
|
+
export { default as LucideStore } from '../icons/store';
|
|
2463
2427
|
// StretchVertical aliases
|
|
2464
2428
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2465
|
-
// Strikethrough aliases
|
|
2466
|
-
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2467
2429
|
// Subscript aliases
|
|
2468
2430
|
export { default as LucideSubscript } from '../icons/subscript';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2431
|
+
// Strikethrough aliases
|
|
2432
|
+
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2471
2433
|
// SunDim aliases
|
|
2472
2434
|
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2473
2435
|
// SunMoon aliases
|
|
2474
2436
|
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2437
|
+
// SunMedium aliases
|
|
2438
|
+
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2475
2439
|
// SunSnow aliases
|
|
2476
2440
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2477
2441
|
// Sun aliases
|
|
@@ -2482,10 +2446,10 @@ export { default as LucideSunrise } from '../icons/sunrise';
|
|
|
2482
2446
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2483
2447
|
// Superscript aliases
|
|
2484
2448
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2485
|
-
// SwatchBook aliases
|
|
2486
|
-
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2487
2449
|
// SwissFranc aliases
|
|
2488
2450
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2451
|
+
// SwatchBook aliases
|
|
2452
|
+
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2489
2453
|
// SwitchCamera aliases
|
|
2490
2454
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2491
2455
|
// Sword aliases
|
|
@@ -2502,10 +2466,10 @@ export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
|
2502
2466
|
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2503
2467
|
// TableColumnsSplit aliases
|
|
2504
2468
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2505
|
-
// TableProperties aliases
|
|
2506
|
-
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2507
2469
|
// TableOfContents aliases
|
|
2508
2470
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2471
|
+
// TableProperties aliases
|
|
2472
|
+
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2509
2473
|
// TableRowsSplit aliases
|
|
2510
2474
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2511
2475
|
// Table aliases
|
|
@@ -2526,10 +2490,10 @@ export { default as LucideTally1 } from '../icons/tally-1';
|
|
|
2526
2490
|
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2527
2491
|
// Tally3 aliases
|
|
2528
2492
|
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2529
|
-
// Tally5 aliases
|
|
2530
|
-
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2531
2493
|
// Tally4 aliases
|
|
2532
2494
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2495
|
+
// Tally5 aliases
|
|
2496
|
+
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2533
2497
|
// Tangent aliases
|
|
2534
2498
|
export { default as LucideTangent } from '../icons/tangent';
|
|
2535
2499
|
// Target aliases
|
|
@@ -2540,24 +2504,24 @@ export { default as LucideTelescope } from '../icons/telescope';
|
|
|
2540
2504
|
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2541
2505
|
// Tent aliases
|
|
2542
2506
|
export { default as LucideTent } from '../icons/tent';
|
|
2543
|
-
// Terminal aliases
|
|
2544
|
-
export { default as LucideTerminal } from '../icons/terminal';
|
|
2545
2507
|
// TestTube aliases
|
|
2546
2508
|
export { default as LucideTestTube } from '../icons/test-tube';
|
|
2509
|
+
// Terminal aliases
|
|
2510
|
+
export { default as LucideTerminal } from '../icons/terminal';
|
|
2547
2511
|
// TestTubes aliases
|
|
2548
2512
|
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2549
2513
|
// TextCursorInput aliases
|
|
2550
2514
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2551
|
-
// TextCursor aliases
|
|
2552
|
-
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2553
2515
|
// TextQuote aliases
|
|
2554
2516
|
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2517
|
+
// TextCursor aliases
|
|
2518
|
+
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2555
2519
|
// TextSearch aliases
|
|
2556
2520
|
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2557
|
-
// ThermometerSnowflake aliases
|
|
2558
|
-
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2559
2521
|
// Theater aliases
|
|
2560
2522
|
export { default as LucideTheater } from '../icons/theater';
|
|
2523
|
+
// ThermometerSnowflake aliases
|
|
2524
|
+
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2561
2525
|
// ThermometerSun aliases
|
|
2562
2526
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2563
2527
|
// Thermometer aliases
|
|
@@ -2568,10 +2532,10 @@ export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
|
2568
2532
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2569
2533
|
// TicketMinus aliases
|
|
2570
2534
|
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2571
|
-
// TicketCheck aliases
|
|
2572
|
-
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2573
2535
|
// TicketPercent aliases
|
|
2574
2536
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2537
|
+
// TicketCheck aliases
|
|
2538
|
+
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2575
2539
|
// TicketPlus aliases
|
|
2576
2540
|
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2577
2541
|
// TicketSlash aliases
|
|
@@ -2580,10 +2544,10 @@ export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
|
2580
2544
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2581
2545
|
// Ticket aliases
|
|
2582
2546
|
export { default as LucideTicket } from '../icons/ticket';
|
|
2583
|
-
// Tickets aliases
|
|
2584
|
-
export { default as LucideTickets } from '../icons/tickets';
|
|
2585
2547
|
// TicketsPlane aliases
|
|
2586
2548
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2549
|
+
// Tickets aliases
|
|
2550
|
+
export { default as LucideTickets } from '../icons/tickets';
|
|
2587
2551
|
// TimerOff aliases
|
|
2588
2552
|
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2589
2553
|
// TimerReset aliases
|
|
@@ -2592,42 +2556,42 @@ export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
|
2592
2556
|
export { default as LucideTimer } from '../icons/timer';
|
|
2593
2557
|
// ToggleLeft aliases
|
|
2594
2558
|
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2595
|
-
// ToggleRight aliases
|
|
2596
|
-
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2597
2559
|
// Toilet aliases
|
|
2598
2560
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2561
|
+
// ToggleRight aliases
|
|
2562
|
+
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2599
2563
|
// ToolCase aliases
|
|
2600
2564
|
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2601
|
-
// Torus aliases
|
|
2602
|
-
export { default as LucideTorus } from '../icons/torus';
|
|
2603
2565
|
// Tornado aliases
|
|
2604
2566
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2567
|
+
// Torus aliases
|
|
2568
|
+
export { default as LucideTorus } from '../icons/torus';
|
|
2607
2569
|
// Touchpad aliases
|
|
2608
2570
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2609
|
-
//
|
|
2610
|
-
export { default as
|
|
2571
|
+
// TouchpadOff aliases
|
|
2572
|
+
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2611
2573
|
// TowerControl aliases
|
|
2612
2574
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2613
|
-
//
|
|
2614
|
-
export { default as
|
|
2575
|
+
// ToyBrick aliases
|
|
2576
|
+
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2615
2577
|
// Tractor aliases
|
|
2616
2578
|
export { default as LucideTractor } from '../icons/tractor';
|
|
2617
2579
|
// TrainFrontTunnel aliases
|
|
2618
2580
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2581
|
+
// TrafficCone aliases
|
|
2582
|
+
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2621
2583
|
// TrainFront aliases
|
|
2622
2584
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2585
|
+
// TrainTrack aliases
|
|
2586
|
+
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2623
2587
|
// Transgender aliases
|
|
2624
2588
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2625
2589
|
// Trash2 aliases
|
|
2626
2590
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2627
|
-
// Trash aliases
|
|
2628
|
-
export { default as LucideTrash } from '../icons/trash';
|
|
2629
2591
|
// TreeDeciduous aliases
|
|
2630
2592
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2593
|
+
// Trash aliases
|
|
2594
|
+
export { default as LucideTrash } from '../icons/trash';
|
|
2631
2595
|
// TreePine aliases
|
|
2632
2596
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2633
2597
|
// Trees aliases
|
|
@@ -2642,22 +2606,22 @@ export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
|
2642
2606
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2643
2607
|
// TriangleDashed aliases
|
|
2644
2608
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2645
|
-
// Triangle aliases
|
|
2646
|
-
export { default as LucideTriangle } from '../icons/triangle';
|
|
2647
2609
|
// TriangleRight aliases
|
|
2648
2610
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2611
|
+
// Triangle aliases
|
|
2612
|
+
export { default as LucideTriangle } from '../icons/triangle';
|
|
2613
|
+
// TruckElectric aliases
|
|
2614
|
+
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2649
2615
|
// Trophy aliases
|
|
2650
2616
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2651
2617
|
// Truck aliases
|
|
2652
2618
|
export { default as LucideTruck } from '../icons/truck';
|
|
2653
|
-
// TruckElectric aliases
|
|
2654
|
-
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2655
2619
|
// TurkishLira aliases
|
|
2656
2620
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2657
|
-
// Turtle aliases
|
|
2658
|
-
export { default as LucideTurtle } from '../icons/turtle';
|
|
2659
2621
|
// Turntable aliases
|
|
2660
2622
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2623
|
+
// Turtle aliases
|
|
2624
|
+
export { default as LucideTurtle } from '../icons/turtle';
|
|
2661
2625
|
// TvMinimalPlay aliases
|
|
2662
2626
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2663
2627
|
// Tv aliases
|
|
@@ -2706,32 +2670,32 @@ export { default as LucideUserCog } from '../icons/user-cog';
|
|
|
2706
2670
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2707
2671
|
// UserPen aliases
|
|
2708
2672
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2709
|
-
// UserMinus aliases
|
|
2710
|
-
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2711
2673
|
// UserPlus aliases
|
|
2712
2674
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2675
|
+
// UserMinus aliases
|
|
2676
|
+
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2713
2677
|
// UserRoundPen aliases
|
|
2714
2678
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2715
|
-
// UserSearch aliases
|
|
2716
|
-
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2717
2679
|
// UserRoundSearch aliases
|
|
2718
2680
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2681
|
+
// UserSearch aliases
|
|
2682
|
+
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2719
2683
|
// UserStar aliases
|
|
2720
2684
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2721
2685
|
// UserX aliases
|
|
2722
2686
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2723
2687
|
// User aliases
|
|
2724
2688
|
export { default as LucideUser } from '../icons/user';
|
|
2725
|
-
// UtilityPole aliases
|
|
2726
|
-
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2727
2689
|
// Users aliases
|
|
2728
2690
|
export { default as LucideUsers } from '../icons/users';
|
|
2691
|
+
// UtilityPole aliases
|
|
2692
|
+
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2729
2693
|
// Variable aliases
|
|
2730
2694
|
export { default as LucideVariable } from '../icons/variable';
|
|
2731
|
-
// Vault aliases
|
|
2732
|
-
export { default as LucideVault } from '../icons/vault';
|
|
2733
2695
|
// VectorSquare aliases
|
|
2734
2696
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2697
|
+
// Vault aliases
|
|
2698
|
+
export { default as LucideVault } from '../icons/vault';
|
|
2735
2699
|
// Vegan aliases
|
|
2736
2700
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2737
2701
|
// VenetianMask aliases
|
|
@@ -2744,44 +2708,44 @@ export { default as LucideVenus } from '../icons/venus';
|
|
|
2744
2708
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2745
2709
|
// Vibrate aliases
|
|
2746
2710
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2747
|
-
// VideoOff aliases
|
|
2748
|
-
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2749
2711
|
// Video aliases
|
|
2750
2712
|
export { default as LucideVideo } from '../icons/video';
|
|
2713
|
+
// VideoOff aliases
|
|
2714
|
+
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2751
2715
|
// Videotape aliases
|
|
2752
2716
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2753
2717
|
// View aliases
|
|
2754
2718
|
export { default as LucideView } from '../icons/view';
|
|
2755
2719
|
// Voicemail aliases
|
|
2756
2720
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2757
|
-
// Volume1 aliases
|
|
2758
|
-
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2759
2721
|
// Volleyball aliases
|
|
2760
2722
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2723
|
+
// Volume1 aliases
|
|
2724
|
+
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2761
2725
|
// Volume2 aliases
|
|
2762
2726
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2763
|
-
// VolumeX aliases
|
|
2764
|
-
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2765
2727
|
// VolumeOff aliases
|
|
2766
2728
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2729
|
+
// VolumeX aliases
|
|
2730
|
+
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2767
2731
|
// Volume aliases
|
|
2768
2732
|
export { default as LucideVolume } from '../icons/volume';
|
|
2769
2733
|
// Vote aliases
|
|
2770
2734
|
export { default as LucideVote } from '../icons/vote';
|
|
2771
|
-
// WalletCards aliases
|
|
2772
|
-
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2773
2735
|
// Wallet aliases
|
|
2774
2736
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2737
|
+
// WalletCards aliases
|
|
2738
|
+
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2775
2739
|
// Wallpaper aliases
|
|
2776
2740
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2777
|
-
// Warehouse aliases
|
|
2778
|
-
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2779
2741
|
// Wand aliases
|
|
2780
2742
|
export { default as LucideWand } from '../icons/wand';
|
|
2781
|
-
//
|
|
2782
|
-
export { default as
|
|
2743
|
+
// Warehouse aliases
|
|
2744
|
+
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2783
2745
|
// WashingMachine aliases
|
|
2784
2746
|
export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
2747
|
+
// Watch aliases
|
|
2748
|
+
export { default as LucideWatch } from '../icons/watch';
|
|
2785
2749
|
// WavesLadder aliases
|
|
2786
2750
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2787
2751
|
// Waves aliases
|
|
@@ -2792,10 +2756,10 @@ export { default as LucideWaypoints } from '../icons/waypoints';
|
|
|
2792
2756
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2793
2757
|
// WebhookOff aliases
|
|
2794
2758
|
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2795
|
-
// Webhook aliases
|
|
2796
|
-
export { default as LucideWebhook } from '../icons/webhook';
|
|
2797
2759
|
// Weight aliases
|
|
2798
2760
|
export { default as LucideWeight } from '../icons/weight';
|
|
2761
|
+
// Webhook aliases
|
|
2762
|
+
export { default as LucideWebhook } from '../icons/webhook';
|
|
2799
2763
|
// WheatOff aliases
|
|
2800
2764
|
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2801
2765
|
// Wheat aliases
|
|
@@ -2804,44 +2768,44 @@ export { default as LucideWheat } from '../icons/wheat';
|
|
|
2804
2768
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
2805
2769
|
// WifiCog aliases
|
|
2806
2770
|
export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
2771
|
+
// WifiHigh aliases
|
|
2772
|
+
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2807
2773
|
// WifiLow aliases
|
|
2808
2774
|
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2809
2775
|
// WifiOff aliases
|
|
2810
2776
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2811
|
-
// WifiHigh aliases
|
|
2812
|
-
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2813
2777
|
// WifiPen aliases
|
|
2814
2778
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2815
2779
|
// WifiSync aliases
|
|
2816
2780
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2817
2781
|
// WifiZero aliases
|
|
2818
2782
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2783
|
+
// Wifi aliases
|
|
2784
|
+
export { default as LucideWifi } from '../icons/wifi';
|
|
2819
2785
|
// WindArrowDown aliases
|
|
2820
2786
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2821
2787
|
// Wind aliases
|
|
2822
2788
|
export { default as LucideWind } from '../icons/wind';
|
|
2823
|
-
// Wifi aliases
|
|
2824
|
-
export { default as LucideWifi } from '../icons/wifi';
|
|
2825
2789
|
// WineOff aliases
|
|
2826
2790
|
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2827
2791
|
// Wine aliases
|
|
2828
2792
|
export { default as LucideWine } from '../icons/wine';
|
|
2829
2793
|
// Workflow aliases
|
|
2830
2794
|
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2831
|
-
// Worm aliases
|
|
2832
|
-
export { default as LucideWorm } from '../icons/worm';
|
|
2833
2795
|
// Wrench aliases
|
|
2834
2796
|
export { default as LucideWrench } from '../icons/wrench';
|
|
2797
|
+
// Worm aliases
|
|
2798
|
+
export { default as LucideWorm } from '../icons/worm';
|
|
2835
2799
|
// X aliases
|
|
2836
2800
|
export { default as LucideX } from '../icons/x';
|
|
2837
2801
|
// Youtube aliases
|
|
2838
2802
|
export { default as LucideYoutube } from '../icons/youtube';
|
|
2839
2803
|
// ZapOff aliases
|
|
2840
2804
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2841
|
-
// ZoomIn aliases
|
|
2842
|
-
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2843
2805
|
// Zap aliases
|
|
2844
2806
|
export { default as LucideZap } from '../icons/zap';
|
|
2807
|
+
// ZoomIn aliases
|
|
2808
|
+
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2845
2809
|
// ZoomOut aliases
|
|
2846
2810
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2847
2811
|
// ArrowDown01 aliases
|
|
@@ -2858,18 +2822,18 @@ export {
|
|
|
2858
2822
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2859
2823
|
default as LucideAlarmCheck
|
|
2860
2824
|
} from '../icons/alarm-clock-check';
|
|
2861
|
-
// AlarmClockPlus aliases
|
|
2862
|
-
export { default as LucideAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
2863
|
-
export {
|
|
2864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2865
|
-
default as LucideAlarmPlus
|
|
2866
|
-
} from '../icons/alarm-clock-plus';
|
|
2867
2825
|
// AlarmClockMinus aliases
|
|
2868
2826
|
export { default as LucideAlarmClockMinus } from '../icons/alarm-clock-minus';
|
|
2869
2827
|
export {
|
|
2870
2828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2871
2829
|
default as LucideAlarmMinus
|
|
2872
2830
|
} from '../icons/alarm-clock-minus';
|
|
2831
|
+
// AlarmClockPlus aliases
|
|
2832
|
+
export { default as LucideAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
2833
|
+
export {
|
|
2834
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2835
|
+
default as LucideAlarmPlus
|
|
2836
|
+
} from '../icons/alarm-clock-plus';
|
|
2873
2837
|
// ArrowDownAZ aliases
|
|
2874
2838
|
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
2875
2839
|
export {
|
|
@@ -2972,78 +2936,72 @@ export {
|
|
|
2972
2936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2973
2937
|
default as LucideBarChartHorizontal
|
|
2974
2938
|
} from '../icons/chart-bar';
|
|
2975
|
-
// ChartColumnBig aliases
|
|
2976
|
-
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
2977
|
-
export {
|
|
2978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2979
|
-
default as LucideBarChartBig
|
|
2980
|
-
} from '../icons/chart-column-big';
|
|
2981
2939
|
// ChartCandlestick aliases
|
|
2982
2940
|
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2983
2941
|
export {
|
|
2984
2942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2985
2943
|
default as LucideCandlestickChart
|
|
2986
2944
|
} from '../icons/chart-candlestick';
|
|
2987
|
-
//
|
|
2988
|
-
export { default as
|
|
2945
|
+
// ChartColumnBig aliases
|
|
2946
|
+
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
2989
2947
|
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2991
|
-
default as
|
|
2992
|
-
} from '../icons/chart-column-
|
|
2948
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2949
|
+
default as LucideBarChartBig
|
|
2950
|
+
} from '../icons/chart-column-big';
|
|
2993
2951
|
// ChartColumn aliases
|
|
2994
2952
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
2995
2953
|
export {
|
|
2996
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2997
2955
|
default as LucideBarChart3
|
|
2998
2956
|
} from '../icons/chart-column';
|
|
2999
|
-
//
|
|
3000
|
-
export { default as
|
|
2957
|
+
// ChartColumnIncreasing aliases
|
|
2958
|
+
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3001
2959
|
export {
|
|
3002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3003
|
-
default as
|
|
3004
|
-
} from '../icons/chart-
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as LucideBarChart4
|
|
2962
|
+
} from '../icons/chart-column-increasing';
|
|
3005
2963
|
// ChartLine aliases
|
|
3006
2964
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3007
2965
|
export {
|
|
3008
2966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3009
2967
|
default as LucideLineChart
|
|
3010
2968
|
} from '../icons/chart-line';
|
|
3011
|
-
//
|
|
3012
|
-
export { default as
|
|
2969
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2970
|
+
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3013
2971
|
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3015
|
-
default as
|
|
3016
|
-
} from '../icons/chart-no-axes-
|
|
2972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2973
|
+
default as LucideBarChart
|
|
2974
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3017
2975
|
// ChartNoAxesColumn aliases
|
|
3018
2976
|
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3019
2977
|
export {
|
|
3020
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3021
2979
|
default as LucideBarChart2
|
|
3022
2980
|
} from '../icons/chart-no-axes-column';
|
|
3023
|
-
//
|
|
3024
|
-
export { default as
|
|
2981
|
+
// ChartNoAxesGantt aliases
|
|
2982
|
+
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3025
2983
|
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3027
|
-
default as
|
|
3028
|
-
} from '../icons/chart-
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as LucideGanttChart
|
|
2986
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3029
2987
|
// ChartScatter aliases
|
|
3030
2988
|
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3031
2989
|
export {
|
|
3032
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3033
2991
|
default as LucideScatterChart
|
|
3034
2992
|
} from '../icons/chart-scatter';
|
|
2993
|
+
// ChartPie aliases
|
|
2994
|
+
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
2995
|
+
export {
|
|
2996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2997
|
+
default as LucidePieChart
|
|
2998
|
+
} from '../icons/chart-pie';
|
|
3035
2999
|
// Chromium aliases
|
|
3036
3000
|
export { default as LucideChromium } from '../icons/chromium';
|
|
3037
3001
|
export {
|
|
3038
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3039
3003
|
default as LucideChrome
|
|
3040
3004
|
} from '../icons/chromium';
|
|
3041
|
-
// CircleArrowDown aliases
|
|
3042
|
-
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3043
|
-
export {
|
|
3044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3045
|
-
default as LucideArrowDownCircle
|
|
3046
|
-
} from '../icons/circle-arrow-down';
|
|
3047
3005
|
// CircleAlert aliases
|
|
3048
3006
|
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3049
3007
|
export {
|
|
@@ -3056,6 +3014,12 @@ export {
|
|
|
3056
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3057
3015
|
default as LucideArrowLeftCircle
|
|
3058
3016
|
} from '../icons/circle-arrow-left';
|
|
3017
|
+
// CircleArrowDown aliases
|
|
3018
|
+
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as LucideArrowDownCircle
|
|
3022
|
+
} from '../icons/circle-arrow-down';
|
|
3059
3023
|
// CircleArrowOutDownLeft aliases
|
|
3060
3024
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3061
3025
|
export {
|
|
@@ -3080,18 +3044,18 @@ export {
|
|
|
3080
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3081
3045
|
default as LucideArrowUpRightFromCircle
|
|
3082
3046
|
} from '../icons/circle-arrow-out-up-right';
|
|
3083
|
-
// CircleArrowUp aliases
|
|
3084
|
-
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3087
|
-
default as LucideArrowUpCircle
|
|
3088
|
-
} from '../icons/circle-arrow-up';
|
|
3089
3047
|
// CircleArrowRight aliases
|
|
3090
3048
|
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3091
3049
|
export {
|
|
3092
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3093
3051
|
default as LucideArrowRightCircle
|
|
3094
3052
|
} from '../icons/circle-arrow-right';
|
|
3053
|
+
// CircleArrowUp aliases
|
|
3054
|
+
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as LucideArrowUpCircle
|
|
3058
|
+
} from '../icons/circle-arrow-up';
|
|
3095
3059
|
// CircleCheckBig aliases
|
|
3096
3060
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3097
3061
|
export {
|
|
@@ -3116,18 +3080,18 @@ export {
|
|
|
3116
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3117
3081
|
default as LucideChevronLeftCircle
|
|
3118
3082
|
} from '../icons/circle-chevron-left';
|
|
3119
|
-
// CircleChevronRight aliases
|
|
3120
|
-
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3123
|
-
default as LucideChevronRightCircle
|
|
3124
|
-
} from '../icons/circle-chevron-right';
|
|
3125
3083
|
// CircleChevronUp aliases
|
|
3126
3084
|
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3127
3085
|
export {
|
|
3128
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3129
3087
|
default as LucideChevronUpCircle
|
|
3130
3088
|
} from '../icons/circle-chevron-up';
|
|
3089
|
+
// CircleChevronRight aliases
|
|
3090
|
+
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as LucideChevronRightCircle
|
|
3094
|
+
} from '../icons/circle-chevron-right';
|
|
3131
3095
|
// CircleDivide aliases
|
|
3132
3096
|
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3133
3097
|
export {
|
|
@@ -3140,24 +3104,18 @@ export {
|
|
|
3140
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3141
3105
|
default as LucideGaugeCircle
|
|
3142
3106
|
} from '../icons/circle-gauge';
|
|
3143
|
-
// CircleMinus aliases
|
|
3144
|
-
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3147
|
-
default as LucideMinusCircle
|
|
3148
|
-
} from '../icons/circle-minus';
|
|
3149
|
-
// CircleParking aliases
|
|
3150
|
-
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3153
|
-
default as LucideParkingCircle
|
|
3154
|
-
} from '../icons/circle-parking';
|
|
3155
3107
|
// CircleParkingOff aliases
|
|
3156
3108
|
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3157
3109
|
export {
|
|
3158
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3159
3111
|
default as LucideParkingCircleOff
|
|
3160
3112
|
} from '../icons/circle-parking-off';
|
|
3113
|
+
// CircleMinus aliases
|
|
3114
|
+
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as LucideMinusCircle
|
|
3118
|
+
} from '../icons/circle-minus';
|
|
3161
3119
|
// CirclePause aliases
|
|
3162
3120
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3163
3121
|
export {
|
|
@@ -3176,12 +3134,24 @@ export {
|
|
|
3176
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3177
3135
|
default as LucidePlayCircle
|
|
3178
3136
|
} from '../icons/circle-play';
|
|
3137
|
+
// CircleParking aliases
|
|
3138
|
+
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3141
|
+
default as LucideParkingCircle
|
|
3142
|
+
} from '../icons/circle-parking';
|
|
3179
3143
|
// CirclePlus aliases
|
|
3180
3144
|
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3181
3145
|
export {
|
|
3182
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3183
3147
|
default as LucidePlusCircle
|
|
3184
3148
|
} from '../icons/circle-plus';
|
|
3149
|
+
// CirclePower aliases
|
|
3150
|
+
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as LucidePowerCircle
|
|
3154
|
+
} from '../icons/circle-power';
|
|
3185
3155
|
// CircleQuestionMark aliases
|
|
3186
3156
|
export { default as LucideCircleQuestionMark } from '../icons/circle-question-mark';
|
|
3187
3157
|
export {
|
|
@@ -3192,42 +3162,36 @@ export {
|
|
|
3192
3162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3193
3163
|
default as LucideCircleHelp
|
|
3194
3164
|
} from '../icons/circle-question-mark';
|
|
3195
|
-
// CircleStop aliases
|
|
3196
|
-
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3199
|
-
default as LucideStopCircle
|
|
3200
|
-
} from '../icons/circle-stop';
|
|
3201
|
-
// CirclePower aliases
|
|
3202
|
-
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3203
|
-
export {
|
|
3204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3205
|
-
default as LucidePowerCircle
|
|
3206
|
-
} from '../icons/circle-power';
|
|
3207
3165
|
// CircleSlash2 aliases
|
|
3208
3166
|
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3209
3167
|
export {
|
|
3210
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3211
3169
|
default as LucideCircleSlashed
|
|
3212
3170
|
} from '../icons/circle-slash-2';
|
|
3213
|
-
//
|
|
3214
|
-
export { default as
|
|
3171
|
+
// CircleStop aliases
|
|
3172
|
+
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3215
3173
|
export {
|
|
3216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3217
|
-
default as
|
|
3218
|
-
} from '../icons/circle-
|
|
3174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3175
|
+
default as LucideStopCircle
|
|
3176
|
+
} from '../icons/circle-stop';
|
|
3177
|
+
// CircleUser aliases
|
|
3178
|
+
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3179
|
+
export {
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3181
|
+
default as LucideUserCircle
|
|
3182
|
+
} from '../icons/circle-user';
|
|
3219
3183
|
// CircleX aliases
|
|
3220
3184
|
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3221
3185
|
export {
|
|
3222
3186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3223
3187
|
default as LucideXCircle
|
|
3224
3188
|
} from '../icons/circle-x';
|
|
3225
|
-
//
|
|
3226
|
-
export { default as
|
|
3189
|
+
// CircleUserRound aliases
|
|
3190
|
+
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3227
3191
|
export {
|
|
3228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3229
|
-
default as
|
|
3230
|
-
} from '../icons/circle-user';
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as LucideUserCircle2
|
|
3194
|
+
} from '../icons/circle-user-round';
|
|
3231
3195
|
// ClipboardPenLine aliases
|
|
3232
3196
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3233
3197
|
export {
|
|
@@ -3270,12 +3234,6 @@ export {
|
|
|
3270
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3271
3235
|
default as LucidePanelsLeftRight
|
|
3272
3236
|
} from '../icons/columns-3';
|
|
3273
|
-
// ContactRound aliases
|
|
3274
|
-
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3277
|
-
default as LucideContact2
|
|
3278
|
-
} from '../icons/contact-round';
|
|
3279
3237
|
// Columns3Cog aliases
|
|
3280
3238
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3281
3239
|
export {
|
|
@@ -3286,6 +3244,12 @@ export {
|
|
|
3286
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3287
3245
|
default as LucideTableConfig
|
|
3288
3246
|
} from '../icons/columns-3-cog';
|
|
3247
|
+
// ContactRound aliases
|
|
3248
|
+
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3249
|
+
export {
|
|
3250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3251
|
+
default as LucideContact2
|
|
3252
|
+
} from '../icons/contact-round';
|
|
3289
3253
|
// DiamondPercent aliases
|
|
3290
3254
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3291
3255
|
export {
|
|
@@ -3298,6 +3262,12 @@ export {
|
|
|
3298
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3299
3263
|
default as LucideGlobe2
|
|
3300
3264
|
} from '../icons/earth';
|
|
3265
|
+
// FileAxis3d aliases
|
|
3266
|
+
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3269
|
+
default as LucideFileAxis3D
|
|
3270
|
+
} from '../icons/file-axis-3d';
|
|
3301
3271
|
// EllipsisVertical aliases
|
|
3302
3272
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3303
3273
|
export {
|
|
@@ -3310,24 +3280,36 @@ export {
|
|
|
3310
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3311
3281
|
default as LucideMoreHorizontal
|
|
3312
3282
|
} from '../icons/ellipsis';
|
|
3313
|
-
//
|
|
3314
|
-
export { default as
|
|
3315
|
-
export {
|
|
3316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3317
|
-
default as LucideFileAxis3D
|
|
3318
|
-
} from '../icons/file-axis-3d';
|
|
3319
|
-
// FileChartColumnIncreasing aliases
|
|
3320
|
-
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3283
|
+
// FileBadge aliases
|
|
3284
|
+
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3321
3285
|
export {
|
|
3322
|
-
/** @deprecated The
|
|
3323
|
-
default as
|
|
3324
|
-
} from '../icons/file-
|
|
3286
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3287
|
+
default as LucideFileBadge2
|
|
3288
|
+
} from '../icons/file-badge';
|
|
3289
|
+
// FileBracesCorner aliases
|
|
3290
|
+
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as LucideFileJson2
|
|
3294
|
+
} from '../icons/file-braces-corner';
|
|
3295
|
+
// FileBraces aliases
|
|
3296
|
+
export { default as LucideFileBraces } from '../icons/file-braces';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3299
|
+
default as LucideFileJson
|
|
3300
|
+
} from '../icons/file-braces';
|
|
3325
3301
|
// FileChartColumn aliases
|
|
3326
3302
|
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3327
3303
|
export {
|
|
3328
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3329
3305
|
default as LucideFileBarChart2
|
|
3330
3306
|
} from '../icons/file-chart-column';
|
|
3307
|
+
// FileChartColumnIncreasing aliases
|
|
3308
|
+
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3311
|
+
default as LucideFileBarChart
|
|
3312
|
+
} from '../icons/file-chart-column-increasing';
|
|
3331
3313
|
// FileChartLine aliases
|
|
3332
3314
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3333
3315
|
export {
|
|
@@ -3340,12 +3322,58 @@ export {
|
|
|
3340
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3341
3323
|
default as LucideFilePieChart
|
|
3342
3324
|
} from '../icons/file-chart-pie';
|
|
3325
|
+
// FileCheckCorner aliases
|
|
3326
|
+
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as LucideFileCheck2
|
|
3330
|
+
} from '../icons/file-check-corner';
|
|
3331
|
+
// FileCodeCorner aliases
|
|
3332
|
+
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as LucideFileCode2
|
|
3336
|
+
} from '../icons/file-code-corner';
|
|
3343
3337
|
// FileCog aliases
|
|
3344
3338
|
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3345
3339
|
export {
|
|
3346
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3347
3341
|
default as LucideFileCog2
|
|
3348
3342
|
} from '../icons/file-cog';
|
|
3343
|
+
// FileExclamationPoint aliases
|
|
3344
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as LucideFileWarning
|
|
3348
|
+
} from '../icons/file-exclamation-point';
|
|
3349
|
+
// FileHeadphone aliases
|
|
3350
|
+
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3353
|
+
default as LucideFileAudio
|
|
3354
|
+
} from '../icons/file-headphone';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as LucideFileAudio2
|
|
3358
|
+
} from '../icons/file-headphone';
|
|
3359
|
+
// FileLock aliases
|
|
3360
|
+
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3363
|
+
default as LucideFileLock2
|
|
3364
|
+
} from '../icons/file-lock';
|
|
3365
|
+
// FileKey aliases
|
|
3366
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as LucideFileKey2
|
|
3370
|
+
} from '../icons/file-key';
|
|
3371
|
+
// FileMinusCorner aliases
|
|
3372
|
+
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as LucideFileMinus2
|
|
3376
|
+
} from '../icons/file-minus-corner';
|
|
3349
3377
|
// FilePenLine aliases
|
|
3350
3378
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3351
3379
|
export {
|
|
@@ -3364,54 +3392,84 @@ export {
|
|
|
3364
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3365
3393
|
default as LucideFileVideo
|
|
3366
3394
|
} from '../icons/file-play';
|
|
3395
|
+
// FileQuestionMark aliases
|
|
3396
|
+
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as LucideFileQuestion
|
|
3400
|
+
} from '../icons/file-question-mark';
|
|
3401
|
+
// FileSearchCorner aliases
|
|
3402
|
+
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as LucideFileSearch2
|
|
3406
|
+
} from '../icons/file-search-corner';
|
|
3407
|
+
// FilePlusCorner aliases
|
|
3408
|
+
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3411
|
+
default as LucideFilePlus2
|
|
3412
|
+
} from '../icons/file-plus-corner';
|
|
3413
|
+
// FileSignal aliases
|
|
3414
|
+
export { default as LucideFileSignal } from '../icons/file-signal';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as LucideFileVolume2
|
|
3418
|
+
} from '../icons/file-signal';
|
|
3367
3419
|
// FileVideoCamera aliases
|
|
3368
3420
|
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3369
3421
|
export {
|
|
3370
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3371
3423
|
default as LucideFileVideo2
|
|
3372
3424
|
} from '../icons/file-video-camera';
|
|
3425
|
+
// FileTypeCorner aliases
|
|
3426
|
+
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
|
+
default as LucideFileType2
|
|
3430
|
+
} from '../icons/file-type-corner';
|
|
3431
|
+
// FileXCorner aliases
|
|
3432
|
+
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as LucideFileX2
|
|
3436
|
+
} from '../icons/file-x-corner';
|
|
3373
3437
|
// FolderCog aliases
|
|
3374
3438
|
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3375
3439
|
export {
|
|
3376
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3377
3441
|
default as LucideFolderCog2
|
|
3378
3442
|
} from '../icons/folder-cog';
|
|
3379
|
-
//
|
|
3380
|
-
export { default as
|
|
3381
|
-
export {
|
|
3382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3383
|
-
default as LucideFileQuestion
|
|
3384
|
-
} from '../icons/file-question-mark';
|
|
3385
|
-
// FolderPen aliases
|
|
3386
|
-
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3443
|
+
// FolderPen aliases
|
|
3444
|
+
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3387
3445
|
export {
|
|
3388
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3389
3447
|
default as LucideFolderEdit
|
|
3390
3448
|
} from '../icons/folder-pen';
|
|
3391
|
-
// Funnel aliases
|
|
3392
|
-
export { default as LucideFunnel } from '../icons/funnel';
|
|
3393
|
-
export {
|
|
3394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3395
|
-
default as LucideFilter
|
|
3396
|
-
} from '../icons/funnel';
|
|
3397
3449
|
// FunnelX aliases
|
|
3398
3450
|
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3399
3451
|
export {
|
|
3400
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3401
3453
|
default as LucideFilterX
|
|
3402
3454
|
} from '../icons/funnel-x';
|
|
3403
|
-
//
|
|
3404
|
-
export { default as
|
|
3455
|
+
// Funnel aliases
|
|
3456
|
+
export { default as LucideFunnel } from '../icons/funnel';
|
|
3405
3457
|
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3407
|
-
default as
|
|
3408
|
-
} from '../icons/
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as LucideFilter
|
|
3460
|
+
} from '../icons/funnel';
|
|
3409
3461
|
// GitCommitHorizontal aliases
|
|
3410
3462
|
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3411
3463
|
export {
|
|
3412
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3413
3465
|
default as LucideGitCommit
|
|
3414
3466
|
} from '../icons/git-commit-horizontal';
|
|
3467
|
+
// Grid2x2Check aliases
|
|
3468
|
+
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as LucideGrid2X2Check
|
|
3472
|
+
} from '../icons/grid-2x2-check';
|
|
3415
3473
|
// Grid2x2Plus aliases
|
|
3416
3474
|
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3417
3475
|
export {
|
|
@@ -3424,6 +3482,12 @@ export {
|
|
|
3424
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3425
3483
|
default as LucideGrid2X2X
|
|
3426
3484
|
} from '../icons/grid-2x2-x';
|
|
3485
|
+
// Grid2x2 aliases
|
|
3486
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3489
|
+
default as LucideGrid2X2
|
|
3490
|
+
} from '../icons/grid-2x2';
|
|
3427
3491
|
// Grid3x3 aliases
|
|
3428
3492
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3429
3493
|
export {
|
|
@@ -3434,12 +3498,6 @@ export {
|
|
|
3434
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3435
3499
|
default as LucideGrid3X3
|
|
3436
3500
|
} from '../icons/grid-3x3';
|
|
3437
|
-
// Grid2x2 aliases
|
|
3438
|
-
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as LucideGrid2X2
|
|
3442
|
-
} from '../icons/grid-2x2';
|
|
3443
3501
|
// HandGrab aliases
|
|
3444
3502
|
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3445
3503
|
export {
|
|
@@ -3458,12 +3516,6 @@ export {
|
|
|
3458
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3459
3517
|
default as LucideHome
|
|
3460
3518
|
} from '../icons/house';
|
|
3461
|
-
// IceCreamCone aliases
|
|
3462
|
-
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3465
|
-
default as LucideIceCream
|
|
3466
|
-
} from '../icons/ice-cream-cone';
|
|
3467
3519
|
// IceCreamBowl aliases
|
|
3468
3520
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3469
3521
|
export {
|
|
@@ -3482,6 +3534,12 @@ export {
|
|
|
3482
3534
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3483
3535
|
default as LucideLayers3
|
|
3484
3536
|
} from '../icons/layers';
|
|
3537
|
+
// IceCreamCone aliases
|
|
3538
|
+
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as LucideIceCream
|
|
3542
|
+
} from '../icons/ice-cream-cone';
|
|
3485
3543
|
// ListIndentDecrease aliases
|
|
3486
3544
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3487
3545
|
export {
|
|
@@ -3526,18 +3584,18 @@ export {
|
|
|
3526
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3527
3585
|
default as LucideMailQuestion
|
|
3528
3586
|
} from '../icons/mail-question-mark';
|
|
3529
|
-
// MessageCircleQuestionMark aliases
|
|
3530
|
-
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3533
|
-
default as LucideMessageCircleQuestion
|
|
3534
|
-
} from '../icons/message-circle-question-mark';
|
|
3535
3587
|
// MapPinPen aliases
|
|
3536
3588
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3537
3589
|
export {
|
|
3538
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3539
3591
|
default as LucideLocationEdit
|
|
3540
3592
|
} from '../icons/map-pin-pen';
|
|
3593
|
+
// MessageCircleQuestionMark aliases
|
|
3594
|
+
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3595
|
+
export {
|
|
3596
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3597
|
+
default as LucideMessageCircleQuestion
|
|
3598
|
+
} from '../icons/message-circle-question-mark';
|
|
3541
3599
|
// MicVocal aliases
|
|
3542
3600
|
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3543
3601
|
export {
|
|
@@ -3550,18 +3608,18 @@ export {
|
|
|
3550
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3551
3609
|
default as LucideMove3D
|
|
3552
3610
|
} from '../icons/move-3d';
|
|
3553
|
-
// OctagonAlert aliases
|
|
3554
|
-
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3557
|
-
default as LucideAlertOctagon
|
|
3558
|
-
} from '../icons/octagon-alert';
|
|
3559
3611
|
// OctagonPause aliases
|
|
3560
3612
|
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3561
3613
|
export {
|
|
3562
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3563
3615
|
default as LucidePauseOctagon
|
|
3564
3616
|
} from '../icons/octagon-pause';
|
|
3617
|
+
// OctagonAlert aliases
|
|
3618
|
+
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3619
|
+
export {
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3621
|
+
default as LucideAlertOctagon
|
|
3622
|
+
} from '../icons/octagon-alert';
|
|
3565
3623
|
// OctagonX aliases
|
|
3566
3624
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3567
3625
|
export {
|
|
@@ -3580,12 +3638,6 @@ export {
|
|
|
3580
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3581
3639
|
default as LucidePanelBottomInactive
|
|
3582
3640
|
} from '../icons/panel-bottom-dashed';
|
|
3583
|
-
// PanelLeftDashed aliases
|
|
3584
|
-
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3585
|
-
export {
|
|
3586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3587
|
-
default as LucidePanelLeftInactive
|
|
3588
|
-
} from '../icons/panel-left-dashed';
|
|
3589
3641
|
// PanelLeftClose aliases
|
|
3590
3642
|
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3591
3643
|
export {
|
|
@@ -3604,6 +3656,12 @@ export {
|
|
|
3604
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3605
3657
|
default as LucideSidebar
|
|
3606
3658
|
} from '../icons/panel-left';
|
|
3659
|
+
// PanelLeftDashed aliases
|
|
3660
|
+
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as LucidePanelLeftInactive
|
|
3664
|
+
} from '../icons/panel-left-dashed';
|
|
3607
3665
|
// PanelRightDashed aliases
|
|
3608
3666
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3609
3667
|
export {
|
|
@@ -3622,6 +3680,12 @@ export {
|
|
|
3622
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3623
3681
|
default as LucideLayout
|
|
3624
3682
|
} from '../icons/panels-top-left';
|
|
3683
|
+
// PenLine aliases
|
|
3684
|
+
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as LucideEdit3
|
|
3688
|
+
} from '../icons/pen-line';
|
|
3625
3689
|
// Pen aliases
|
|
3626
3690
|
export { default as LucidePen } from '../icons/pen';
|
|
3627
3691
|
export {
|
|
@@ -3634,24 +3698,18 @@ export {
|
|
|
3634
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3635
3699
|
default as LucidePlugZap2
|
|
3636
3700
|
} from '../icons/plug-zap';
|
|
3637
|
-
//
|
|
3638
|
-
export { default as
|
|
3701
|
+
// RectangleEllipsis aliases
|
|
3702
|
+
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3639
3703
|
export {
|
|
3640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3641
|
-
default as
|
|
3642
|
-
} from '../icons/
|
|
3704
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3705
|
+
default as LucideFormInput
|
|
3706
|
+
} from '../icons/rectangle-ellipsis';
|
|
3643
3707
|
// Rotate3d aliases
|
|
3644
3708
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3645
3709
|
export {
|
|
3646
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3647
3711
|
default as LucideRotate3D
|
|
3648
3712
|
} from '../icons/rotate-3d';
|
|
3649
|
-
// RectangleEllipsis aliases
|
|
3650
|
-
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3653
|
-
default as LucideFormInput
|
|
3654
|
-
} from '../icons/rectangle-ellipsis';
|
|
3655
3713
|
// Rows2 aliases
|
|
3656
3714
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3657
3715
|
export {
|
|
@@ -3670,18 +3728,18 @@ export {
|
|
|
3670
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3671
3729
|
default as LucideScale3D
|
|
3672
3730
|
} from '../icons/scale-3d';
|
|
3673
|
-
// ShieldQuestionMark aliases
|
|
3674
|
-
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3675
|
-
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3677
|
-
default as LucideShieldQuestion
|
|
3678
|
-
} from '../icons/shield-question-mark';
|
|
3679
3731
|
// SendHorizontal aliases
|
|
3680
3732
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3681
3733
|
export {
|
|
3682
3734
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3683
3735
|
default as LucideSendHorizonal
|
|
3684
3736
|
} from '../icons/send-horizontal';
|
|
3737
|
+
// ShieldQuestionMark aliases
|
|
3738
|
+
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as LucideShieldQuestion
|
|
3742
|
+
} from '../icons/shield-question-mark';
|
|
3685
3743
|
// ShieldX aliases
|
|
3686
3744
|
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3687
3745
|
export {
|
|
@@ -3694,36 +3752,36 @@ export {
|
|
|
3694
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3695
3753
|
default as LucideSliders
|
|
3696
3754
|
} from '../icons/sliders-vertical';
|
|
3697
|
-
// Sparkles aliases
|
|
3698
|
-
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3699
|
-
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3701
|
-
default as LucideStars
|
|
3702
|
-
} from '../icons/sparkles';
|
|
3703
3755
|
// SquareActivity aliases
|
|
3704
3756
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3705
3757
|
export {
|
|
3706
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3707
3759
|
default as LucideActivitySquare
|
|
3708
3760
|
} from '../icons/square-activity';
|
|
3761
|
+
// Sparkles aliases
|
|
3762
|
+
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as LucideStars
|
|
3766
|
+
} from '../icons/sparkles';
|
|
3709
3767
|
// SquareArrowDownLeft aliases
|
|
3710
3768
|
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3711
3769
|
export {
|
|
3712
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3713
3771
|
default as LucideArrowDownLeftSquare
|
|
3714
3772
|
} from '../icons/square-arrow-down-left';
|
|
3715
|
-
// SquareArrowDown aliases
|
|
3716
|
-
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3719
|
-
default as LucideArrowDownSquare
|
|
3720
|
-
} from '../icons/square-arrow-down';
|
|
3721
3773
|
// SquareArrowDownRight aliases
|
|
3722
3774
|
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3723
3775
|
export {
|
|
3724
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3725
3777
|
default as LucideArrowDownRightSquare
|
|
3726
3778
|
} from '../icons/square-arrow-down-right';
|
|
3779
|
+
// SquareArrowDown aliases
|
|
3780
|
+
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3783
|
+
default as LucideArrowDownSquare
|
|
3784
|
+
} from '../icons/square-arrow-down';
|
|
3727
3785
|
// SquareArrowLeft aliases
|
|
3728
3786
|
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
3729
3787
|
export {
|
|
@@ -3736,30 +3794,30 @@ export {
|
|
|
3736
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3737
3795
|
default as LucideArrowDownLeftFromSquare
|
|
3738
3796
|
} from '../icons/square-arrow-out-down-left';
|
|
3739
|
-
// SquareArrowOutUpLeft aliases
|
|
3740
|
-
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3741
|
-
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3743
|
-
default as LucideArrowUpLeftFromSquare
|
|
3744
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3745
3797
|
// SquareArrowOutDownRight aliases
|
|
3746
3798
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3747
3799
|
export {
|
|
3748
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3749
3801
|
default as LucideArrowDownRightFromSquare
|
|
3750
3802
|
} from '../icons/square-arrow-out-down-right';
|
|
3751
|
-
// SquareArrowRight aliases
|
|
3752
|
-
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3753
|
-
export {
|
|
3754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3755
|
-
default as LucideArrowRightSquare
|
|
3756
|
-
} from '../icons/square-arrow-right';
|
|
3757
3803
|
// SquareArrowOutUpRight aliases
|
|
3758
3804
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
3759
3805
|
export {
|
|
3760
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3761
3807
|
default as LucideArrowUpRightFromSquare
|
|
3762
3808
|
} from '../icons/square-arrow-out-up-right';
|
|
3809
|
+
// SquareArrowOutUpLeft aliases
|
|
3810
|
+
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3813
|
+
default as LucideArrowUpLeftFromSquare
|
|
3814
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3815
|
+
// SquareArrowRight aliases
|
|
3816
|
+
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as LucideArrowRightSquare
|
|
3820
|
+
} from '../icons/square-arrow-right';
|
|
3763
3821
|
// SquareArrowUpLeft aliases
|
|
3764
3822
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
3765
3823
|
export {
|
|
@@ -3772,18 +3830,18 @@ export {
|
|
|
3772
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3773
3831
|
default as LucideArrowUpRightSquare
|
|
3774
3832
|
} from '../icons/square-arrow-up-right';
|
|
3775
|
-
// SquareArrowUp aliases
|
|
3776
|
-
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3779
|
-
default as LucideArrowUpSquare
|
|
3780
|
-
} from '../icons/square-arrow-up';
|
|
3781
3833
|
// SquareAsterisk aliases
|
|
3782
3834
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
3783
3835
|
export {
|
|
3784
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3785
3837
|
default as LucideAsteriskSquare
|
|
3786
3838
|
} from '../icons/square-asterisk';
|
|
3839
|
+
// SquareArrowUp aliases
|
|
3840
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as LucideArrowUpSquare
|
|
3844
|
+
} from '../icons/square-arrow-up';
|
|
3787
3845
|
// SquareBottomDashedScissors aliases
|
|
3788
3846
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3789
3847
|
export {
|
|
@@ -3800,48 +3858,48 @@ export {
|
|
|
3800
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3801
3859
|
default as LucideSquareGanttChart
|
|
3802
3860
|
} from '../icons/square-chart-gantt';
|
|
3861
|
+
// SquareCheckBig aliases
|
|
3862
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as LucideCheckSquare
|
|
3866
|
+
} from '../icons/square-check-big';
|
|
3803
3867
|
// SquareCheck aliases
|
|
3804
3868
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3805
3869
|
export {
|
|
3806
3870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3807
3871
|
default as LucideCheckSquare2
|
|
3808
3872
|
} from '../icons/square-check';
|
|
3873
|
+
// SquareChevronLeft aliases
|
|
3874
|
+
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3875
|
+
export {
|
|
3876
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3877
|
+
default as LucideChevronLeftSquare
|
|
3878
|
+
} from '../icons/square-chevron-left';
|
|
3809
3879
|
// SquareChevronDown aliases
|
|
3810
3880
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
3811
3881
|
export {
|
|
3812
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3813
3883
|
default as LucideChevronDownSquare
|
|
3814
3884
|
} from '../icons/square-chevron-down';
|
|
3815
|
-
// SquareCheckBig aliases
|
|
3816
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3819
|
-
default as LucideCheckSquare
|
|
3820
|
-
} from '../icons/square-check-big';
|
|
3821
3885
|
// SquareChevronRight aliases
|
|
3822
3886
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
3823
3887
|
export {
|
|
3824
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3825
3889
|
default as LucideChevronRightSquare
|
|
3826
3890
|
} from '../icons/square-chevron-right';
|
|
3827
|
-
// SquareChevronUp aliases
|
|
3828
|
-
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3829
|
-
export {
|
|
3830
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3831
|
-
default as LucideChevronUpSquare
|
|
3832
|
-
} from '../icons/square-chevron-up';
|
|
3833
|
-
// SquareChevronLeft aliases
|
|
3834
|
-
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3837
|
-
default as LucideChevronLeftSquare
|
|
3838
|
-
} from '../icons/square-chevron-left';
|
|
3839
3891
|
// SquareCode aliases
|
|
3840
3892
|
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3841
3893
|
export {
|
|
3842
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3843
3895
|
default as LucideCodeSquare
|
|
3844
3896
|
} from '../icons/square-code';
|
|
3897
|
+
// SquareChevronUp aliases
|
|
3898
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as LucideChevronUpSquare
|
|
3902
|
+
} from '../icons/square-chevron-up';
|
|
3845
3903
|
// SquareDashedKanban aliases
|
|
3846
3904
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3847
3905
|
export {
|
|
@@ -3872,6 +3930,12 @@ export {
|
|
|
3872
3930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3873
3931
|
default as LucideDotSquare
|
|
3874
3932
|
} from '../icons/square-dot';
|
|
3933
|
+
// SquareEqual aliases
|
|
3934
|
+
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3937
|
+
default as LucideEqualSquare
|
|
3938
|
+
} from '../icons/square-equal';
|
|
3875
3939
|
// SquareFunction aliases
|
|
3876
3940
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
3877
3941
|
export {
|
|
@@ -3884,12 +3948,6 @@ export {
|
|
|
3884
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3885
3949
|
default as LucideKanbanSquare
|
|
3886
3950
|
} from '../icons/square-kanban';
|
|
3887
|
-
// SquareEqual aliases
|
|
3888
|
-
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3891
|
-
default as LucideEqualSquare
|
|
3892
|
-
} from '../icons/square-equal';
|
|
3893
3951
|
// SquareLibrary aliases
|
|
3894
3952
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
3895
3953
|
export {
|
|
@@ -3926,6 +3984,12 @@ export {
|
|
|
3926
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3927
3985
|
default as LucideParkingSquareOff
|
|
3928
3986
|
} from '../icons/square-parking-off';
|
|
3987
|
+
// SquareParking aliases
|
|
3988
|
+
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3991
|
+
default as LucideParkingSquare
|
|
3992
|
+
} from '../icons/square-parking';
|
|
3929
3993
|
// SquarePen aliases
|
|
3930
3994
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
3931
3995
|
export {
|
|
@@ -3940,18 +4004,18 @@ export {
|
|
|
3940
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3941
4005
|
default as LucidePenSquare
|
|
3942
4006
|
} from '../icons/square-pen';
|
|
3943
|
-
// SquareParking aliases
|
|
3944
|
-
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3947
|
-
default as LucideParkingSquare
|
|
3948
|
-
} from '../icons/square-parking';
|
|
3949
4007
|
// SquarePercent aliases
|
|
3950
4008
|
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
3951
4009
|
export {
|
|
3952
4010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3953
4011
|
default as LucidePercentSquare
|
|
3954
4012
|
} from '../icons/square-percent';
|
|
4013
|
+
// SquarePi aliases
|
|
4014
|
+
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4015
|
+
export {
|
|
4016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4017
|
+
default as LucidePiSquare
|
|
4018
|
+
} from '../icons/square-pi';
|
|
3955
4019
|
// SquarePilcrow aliases
|
|
3956
4020
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
3957
4021
|
export {
|
|
@@ -3964,12 +4028,6 @@ export {
|
|
|
3964
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3965
4029
|
default as LucidePlaySquare
|
|
3966
4030
|
} from '../icons/square-play';
|
|
3967
|
-
// SquarePi aliases
|
|
3968
|
-
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3971
|
-
default as LucidePiSquare
|
|
3972
|
-
} from '../icons/square-pi';
|
|
3973
4031
|
// SquarePlus aliases
|
|
3974
4032
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
3975
4033
|
export {
|
|
@@ -3988,36 +4046,30 @@ export {
|
|
|
3988
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
3989
4047
|
default as LucideScissorsSquare
|
|
3990
4048
|
} from '../icons/square-scissors';
|
|
3991
|
-
//
|
|
3992
|
-
export { default as
|
|
4049
|
+
// SquareSigma aliases
|
|
4050
|
+
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
3993
4051
|
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3995
|
-
default as
|
|
3996
|
-
} from '../icons/square-
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4053
|
+
default as LucideSigmaSquare
|
|
4054
|
+
} from '../icons/square-sigma';
|
|
3997
4055
|
// SquareSplitHorizontal aliases
|
|
3998
4056
|
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
3999
4057
|
export {
|
|
4000
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4001
4059
|
default as LucideSplitSquareHorizontal
|
|
4002
4060
|
} from '../icons/square-split-horizontal';
|
|
4003
|
-
//
|
|
4004
|
-
export { default as
|
|
4061
|
+
// SquareSlash aliases
|
|
4062
|
+
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4005
4063
|
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4007
|
-
default as
|
|
4008
|
-
} from '../icons/square-
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
|
+
default as LucideSlashSquare
|
|
4066
|
+
} from '../icons/square-slash';
|
|
4009
4067
|
// SquareSplitVertical aliases
|
|
4010
4068
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4011
4069
|
export {
|
|
4012
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4013
4071
|
default as LucideSplitSquareVertical
|
|
4014
4072
|
} from '../icons/square-split-vertical';
|
|
4015
|
-
// SquareUserRound aliases
|
|
4016
|
-
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as LucideUserSquare2
|
|
4020
|
-
} from '../icons/square-user-round';
|
|
4021
4073
|
// SquareTerminal aliases
|
|
4022
4074
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4023
4075
|
export {
|
|
@@ -4030,6 +4082,12 @@ export {
|
|
|
4030
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4031
4083
|
default as LucideUserSquare
|
|
4032
4084
|
} from '../icons/square-user';
|
|
4085
|
+
// SquareUserRound aliases
|
|
4086
|
+
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4089
|
+
default as LucideUserSquare2
|
|
4090
|
+
} from '../icons/square-user-round';
|
|
4033
4091
|
// SquareX aliases
|
|
4034
4092
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4035
4093
|
export {
|
|
@@ -4042,18 +4100,18 @@ export {
|
|
|
4042
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4043
4101
|
default as LucideTestTube2
|
|
4044
4102
|
} from '../icons/test-tube-diagonal';
|
|
4045
|
-
// TextAlignEnd aliases
|
|
4046
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4049
|
-
default as LucideAlignRight
|
|
4050
|
-
} from '../icons/text-align-end';
|
|
4051
4103
|
// TextAlignCenter aliases
|
|
4052
4104
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4053
4105
|
export {
|
|
4054
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4055
4107
|
default as LucideAlignCenter
|
|
4056
4108
|
} from '../icons/text-align-center';
|
|
4109
|
+
// TextAlignEnd aliases
|
|
4110
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as LucideAlignRight
|
|
4114
|
+
} from '../icons/text-align-end';
|
|
4057
4115
|
// TextAlignJustify aliases
|
|
4058
4116
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4059
4117
|
export {
|
|
@@ -4112,36 +4170,36 @@ export {
|
|
|
4112
4170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4113
4171
|
default as LucideTv2
|
|
4114
4172
|
} from '../icons/tv-minimal';
|
|
4115
|
-
// University aliases
|
|
4116
|
-
export { default as LucideUniversity } from '../icons/university';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4119
|
-
default as LucideSchool2
|
|
4120
|
-
} from '../icons/university';
|
|
4121
4173
|
// UserRoundCheck aliases
|
|
4122
4174
|
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4123
4175
|
export {
|
|
4124
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4125
4177
|
default as LucideUserCheck2
|
|
4126
4178
|
} from '../icons/user-round-check';
|
|
4179
|
+
// University aliases
|
|
4180
|
+
export { default as LucideUniversity } from '../icons/university';
|
|
4181
|
+
export {
|
|
4182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4183
|
+
default as LucideSchool2
|
|
4184
|
+
} from '../icons/university';
|
|
4127
4185
|
// UserRoundCog aliases
|
|
4128
4186
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4129
4187
|
export {
|
|
4130
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4131
4189
|
default as LucideUserCog2
|
|
4132
4190
|
} from '../icons/user-round-cog';
|
|
4133
|
-
// UserRoundMinus aliases
|
|
4134
|
-
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4137
|
-
default as LucideUserMinus2
|
|
4138
|
-
} from '../icons/user-round-minus';
|
|
4139
4191
|
// UserRoundPlus aliases
|
|
4140
4192
|
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4141
4193
|
export {
|
|
4142
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4143
4195
|
default as LucideUserPlus2
|
|
4144
4196
|
} from '../icons/user-round-plus';
|
|
4197
|
+
// UserRoundMinus aliases
|
|
4198
|
+
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4201
|
+
default as LucideUserMinus2
|
|
4202
|
+
} from '../icons/user-round-minus';
|
|
4145
4203
|
// UserRoundX aliases
|
|
4146
4204
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4147
4205
|
export {
|
|
@@ -4166,18 +4224,18 @@ export {
|
|
|
4166
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4167
4225
|
default as LucideUsers2
|
|
4168
4226
|
} from '../icons/users-round';
|
|
4169
|
-
// WalletMinimal aliases
|
|
4170
|
-
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4173
|
-
default as LucideWallet2
|
|
4174
|
-
} from '../icons/wallet-minimal';
|
|
4175
4227
|
// Utensils aliases
|
|
4176
4228
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4177
4229
|
export {
|
|
4178
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4179
4231
|
default as LucideForkKnife
|
|
4180
4232
|
} from '../icons/utensils';
|
|
4233
|
+
// WalletMinimal aliases
|
|
4234
|
+
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4235
|
+
export {
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4237
|
+
default as LucideWallet2
|
|
4238
|
+
} from '../icons/wallet-minimal';
|
|
4181
4239
|
// WandSparkles aliases
|
|
4182
4240
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4183
4241
|
export {
|