@lucide/astro 1.12.0 → 1.13.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 +54 -48
- package/src/aliases/prefixed.ts +680 -674
- package/src/aliases/suffixed.ts +984 -978
- package/src/icons/index.ts +112 -111
- package/src/icons/waves-horizontal.ts +18 -0
- package/src/icons/waves-vertical.ts +18 -0
- package/src/icons/waves.ts +0 -18
package/src/aliases/prefixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
7
|
+
// AirVent aliases
|
|
8
|
+
export { default as LucideAirVent } from '../icons/air-vent';
|
|
7
9
|
// Accessibility aliases
|
|
8
10
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
9
11
|
// Activity aliases
|
|
10
12
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
|
-
// AirVent aliases
|
|
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
|
|
@@ -26,18 +26,18 @@ export { default as LucideAlignCenterHorizontal } from '../icons/align-center-ho
|
|
|
26
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
|
-
// AlignEndVertical aliases
|
|
30
|
-
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
31
29
|
// AlignHorizontalDistributeCenter aliases
|
|
32
30
|
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyCenter aliases
|
|
38
|
-
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround 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
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -74,14 +74,14 @@ export { default as LucideAmpersands } from '../icons/ampersands';
|
|
|
74
74
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as LucideAnchor } from '../icons/anchor';
|
|
77
|
-
// Angry aliases
|
|
78
|
-
export { default as LucideAngry } from '../icons/angry';
|
|
79
77
|
// Annoyed aliases
|
|
80
78
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
|
-
//
|
|
82
|
-
export { default as
|
|
79
|
+
// Angry aliases
|
|
80
|
+
export { default as LucideAngry } from '../icons/angry';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as LucideAntenna } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as LucideAperture } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -100,10 +100,10 @@ export { default as LucideArchive } from '../icons/archive';
|
|
|
100
100
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
@@ -114,20 +114,20 @@ export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
|
114
114
|
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToLine aliases
|
|
130
|
+
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
@@ -138,30 +138,30 @@ export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
|
138
138
|
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
163
|
+
// ArrowUpWideNarrow aliases
|
|
164
|
+
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
@@ -186,18 +186,18 @@ export { default as LucideBaby } from '../icons/baby';
|
|
|
186
186
|
export { default as LucideBackpack } from '../icons/backpack';
|
|
187
187
|
// BadgeAlert aliases
|
|
188
188
|
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
189
|
-
// BadgeCent aliases
|
|
190
|
-
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
191
189
|
// BadgeDollarSign aliases
|
|
192
190
|
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
191
|
+
// BadgeCent aliases
|
|
192
|
+
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
193
193
|
// BadgeEuro aliases
|
|
194
194
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
195
195
|
// BadgeIndianRupee aliases
|
|
196
196
|
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
197
|
-
// BadgeInfo aliases
|
|
198
|
-
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
199
197
|
// BadgeJapaneseYen aliases
|
|
200
198
|
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
199
|
+
// BadgeInfo aliases
|
|
200
|
+
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
201
201
|
// BadgeMinus aliases
|
|
202
202
|
export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
203
203
|
// BadgePercent aliases
|
|
@@ -218,10 +218,10 @@ export { default as LucideBadgeX } from '../icons/badge-x';
|
|
|
218
218
|
export { default as LucideBadge } from '../icons/badge';
|
|
219
219
|
// BaggageClaim aliases
|
|
220
220
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
221
|
-
// Balloon aliases
|
|
222
|
-
export { default as LucideBalloon } from '../icons/balloon';
|
|
223
221
|
// Ban aliases
|
|
224
222
|
export { default as LucideBan } from '../icons/ban';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as LucideBalloon } from '../icons/balloon';
|
|
225
225
|
// Banana aliases
|
|
226
226
|
export { default as LucideBanana } from '../icons/banana';
|
|
227
227
|
// Bandage aliases
|
|
@@ -244,10 +244,10 @@ export { default as LucideBaseline } from '../icons/baseline';
|
|
|
244
244
|
export { default as LucideBath } from '../icons/bath';
|
|
245
245
|
// BatteryCharging aliases
|
|
246
246
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
249
247
|
// BatteryLow aliases
|
|
250
248
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
253
253
|
// BatteryPlus aliases
|
|
@@ -282,18 +282,18 @@ export { default as LucideBellCheck } from '../icons/bell-check';
|
|
|
282
282
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
285
|
-
// BellMinus aliases
|
|
286
|
-
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
287
285
|
// BellOff aliases
|
|
288
286
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
287
|
+
// BellMinus aliases
|
|
288
|
+
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
289
289
|
// BellPlus aliases
|
|
290
290
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
293
|
-
// Bell aliases
|
|
294
|
-
export { default as LucideBell } from '../icons/bell';
|
|
295
293
|
// BetweenVerticalEnd aliases
|
|
296
294
|
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
295
|
+
// Bell aliases
|
|
296
|
+
export { default as LucideBell } from '../icons/bell';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
299
299
|
// BicepsFlexed aliases
|
|
@@ -314,12 +314,12 @@ export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
|
314
314
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
315
315
|
// Blend aliases
|
|
316
316
|
export { default as LucideBlend } from '../icons/blend';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
317
319
|
// Blinds aliases
|
|
318
320
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
319
321
|
// Blocks aliases
|
|
320
322
|
export { default as LucideBlocks } from '../icons/blocks';
|
|
321
|
-
// BluetoothConnected aliases
|
|
322
|
-
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
323
323
|
// BluetoothOff aliases
|
|
324
324
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
325
325
|
// BluetoothSearching aliases
|
|
@@ -330,24 +330,24 @@ export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
|
330
330
|
export { default as LucideBold } from '../icons/bold';
|
|
331
331
|
// Bolt aliases
|
|
332
332
|
export { default as LucideBolt } from '../icons/bolt';
|
|
333
|
-
// Bomb aliases
|
|
334
|
-
export { default as LucideBomb } from '../icons/bomb';
|
|
335
333
|
// Bone aliases
|
|
336
334
|
export { default as LucideBone } from '../icons/bone';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// Bomb aliases
|
|
336
|
+
export { default as LucideBomb } from '../icons/bomb';
|
|
339
337
|
// BookAlert aliases
|
|
340
338
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
339
|
+
// BookA aliases
|
|
340
|
+
export { default as LucideBookA } from '../icons/book-a';
|
|
341
341
|
// BookAudio aliases
|
|
342
342
|
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
343
343
|
// BookCheck aliases
|
|
344
344
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
345
345
|
// BookCopy aliases
|
|
346
346
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
347
|
-
// BookDown aliases
|
|
348
|
-
export { default as LucideBookDown } from '../icons/book-down';
|
|
349
347
|
// BookHeadphones aliases
|
|
350
348
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
349
|
+
// BookDown aliases
|
|
350
|
+
export { default as LucideBookDown } from '../icons/book-down';
|
|
351
351
|
// BookHeart aliases
|
|
352
352
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
353
353
|
// BookImage aliases
|
|
@@ -372,10 +372,10 @@ export { default as LucideBookPlus } from '../icons/book-plus';
|
|
|
372
372
|
export { default as LucideBookSearch } from '../icons/book-search';
|
|
373
373
|
// BookText aliases
|
|
374
374
|
export { default as LucideBookText } from '../icons/book-text';
|
|
375
|
-
// BookType aliases
|
|
376
|
-
export { default as LucideBookType } from '../icons/book-type';
|
|
377
375
|
// BookUp2 aliases
|
|
378
376
|
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
377
|
+
// BookType aliases
|
|
378
|
+
export { default as LucideBookType } from '../icons/book-type';
|
|
379
379
|
// BookUp aliases
|
|
380
380
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
381
381
|
// BookUser aliases
|
|
@@ -386,22 +386,22 @@ export { default as LucideBookX } from '../icons/book-x';
|
|
|
386
386
|
export { default as LucideBook } from '../icons/book';
|
|
387
387
|
// BookmarkCheck aliases
|
|
388
388
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
389
|
-
// BookmarkMinus aliases
|
|
390
|
-
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
391
389
|
// BookmarkOff aliases
|
|
392
390
|
export { default as LucideBookmarkOff } from '../icons/bookmark-off';
|
|
393
391
|
// BookmarkPlus aliases
|
|
394
392
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
395
393
|
// BookmarkX aliases
|
|
396
394
|
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
395
|
+
// BookmarkMinus aliases
|
|
396
|
+
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
397
397
|
// Bookmark aliases
|
|
398
398
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
399
399
|
// BoomBox aliases
|
|
400
400
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
401
|
-
// BotMessageSquare aliases
|
|
402
|
-
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
403
401
|
// BotOff aliases
|
|
404
402
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
403
|
+
// BotMessageSquare aliases
|
|
404
|
+
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
405
405
|
// Bot aliases
|
|
406
406
|
export { default as LucideBot } from '../icons/bot';
|
|
407
407
|
// BottleWine aliases
|
|
@@ -418,16 +418,16 @@ export { default as LucideBrackets } from '../icons/brackets';
|
|
|
418
418
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
419
419
|
// BrainCog aliases
|
|
420
420
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
421
|
-
// Brain aliases
|
|
422
|
-
export { default as LucideBrain } from '../icons/brain';
|
|
423
421
|
// BrickWallFire aliases
|
|
424
422
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
423
|
+
// Brain aliases
|
|
424
|
+
export { default as LucideBrain } from '../icons/brain';
|
|
425
425
|
// BrickWallShield aliases
|
|
426
426
|
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
427
|
-
// BrickWall aliases
|
|
428
|
-
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
429
427
|
// BriefcaseBusiness aliases
|
|
430
428
|
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
429
|
+
// BrickWall aliases
|
|
430
|
+
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
431
431
|
// BriefcaseConveyorBelt aliases
|
|
432
432
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
433
433
|
// BriefcaseMedical aliases
|
|
@@ -444,12 +444,12 @@ export { default as LucideBrush } from '../icons/brush';
|
|
|
444
444
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
445
445
|
// BugOff aliases
|
|
446
446
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
447
|
-
// BugPlay aliases
|
|
448
|
-
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
449
447
|
// Bug aliases
|
|
450
448
|
export { default as LucideBug } from '../icons/bug';
|
|
451
449
|
// Building2 aliases
|
|
452
450
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
451
|
+
// BugPlay aliases
|
|
452
|
+
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
453
453
|
// Building aliases
|
|
454
454
|
export { default as LucideBuilding } from '../icons/building';
|
|
455
455
|
// BusFront aliases
|
|
@@ -472,10 +472,10 @@ export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
|
472
472
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
473
473
|
// CalendarArrowUp aliases
|
|
474
474
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
475
|
-
// CalendarCheck2 aliases
|
|
476
|
-
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
477
475
|
// CalendarCheck aliases
|
|
478
476
|
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
477
|
+
// CalendarCheck2 aliases
|
|
478
|
+
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
479
479
|
// CalendarClock aliases
|
|
480
480
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
481
481
|
// CalendarCog aliases
|
|
@@ -530,22 +530,22 @@ export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
|
530
530
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
531
531
|
// CarTaxiFront aliases
|
|
532
532
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
533
|
-
// Car aliases
|
|
534
|
-
export { default as LucideCar } from '../icons/car';
|
|
535
533
|
// Caravan aliases
|
|
536
534
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// Car aliases
|
|
536
|
+
export { default as LucideCar } from '../icons/car';
|
|
539
537
|
// Carrot aliases
|
|
540
538
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
539
|
+
// CardSim aliases
|
|
540
|
+
export { default as LucideCardSim } from '../icons/card-sim';
|
|
541
541
|
// CaseLower aliases
|
|
542
542
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
543
543
|
// CaseSensitive aliases
|
|
544
544
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
545
|
-
// CaseUpper aliases
|
|
546
|
-
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
547
545
|
// CassetteTape aliases
|
|
548
546
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
547
|
+
// CaseUpper aliases
|
|
548
|
+
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
549
549
|
// Cast aliases
|
|
550
550
|
export { default as LucideCast } from '../icons/cast';
|
|
551
551
|
// Castle aliases
|
|
@@ -560,12 +560,12 @@ export { default as LucideCctv } from '../icons/cctv';
|
|
|
560
560
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
561
561
|
// ChartBarIncreasing aliases
|
|
562
562
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
563
|
-
// ChartBarStacked aliases
|
|
564
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
565
563
|
// ChartColumnDecreasing aliases
|
|
566
564
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
567
565
|
// ChartColumnStacked aliases
|
|
568
566
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
567
|
+
// ChartBarStacked aliases
|
|
568
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
569
569
|
// ChartGantt aliases
|
|
570
570
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
571
571
|
// ChartNetwork aliases
|
|
@@ -574,64 +574,64 @@ export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
|
574
574
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
575
575
|
// ChartNoAxesCombined aliases
|
|
576
576
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
577
|
-
// ChartSpline aliases
|
|
578
|
-
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
579
577
|
// CheckCheck aliases
|
|
580
578
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
579
|
+
// ChartSpline aliases
|
|
580
|
+
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
583
581
|
// CheckLine aliases
|
|
584
582
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
583
|
+
// Check aliases
|
|
584
|
+
export { default as LucideCheck } from '../icons/check';
|
|
585
585
|
// ChefHat aliases
|
|
586
586
|
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
587
587
|
// Cherry aliases
|
|
588
588
|
export { default as LucideCherry } from '../icons/cherry';
|
|
589
589
|
// ChessBishop aliases
|
|
590
590
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
591
|
-
// ChessKnight aliases
|
|
592
|
-
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
593
591
|
// ChessKing aliases
|
|
594
592
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
593
|
+
// ChessKnight aliases
|
|
594
|
+
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
595
595
|
// ChessPawn aliases
|
|
596
596
|
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
597
597
|
// ChessQueen aliases
|
|
598
598
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
599
599
|
// ChessRook aliases
|
|
600
600
|
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
601
|
-
// ChevronDown aliases
|
|
602
|
-
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
603
601
|
// ChevronFirst aliases
|
|
604
602
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
603
|
+
// ChevronDown aliases
|
|
604
|
+
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
607
605
|
// ChevronLeft aliases
|
|
608
606
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
609
607
|
// ChevronRight aliases
|
|
610
608
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
609
|
+
// ChevronLast aliases
|
|
610
|
+
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
611
611
|
// ChevronUp aliases
|
|
612
612
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
613
613
|
// ChevronsDownUp aliases
|
|
614
614
|
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
615
|
-
// ChevronsLeftRightEllipsis aliases
|
|
616
|
-
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
617
615
|
// ChevronsDown aliases
|
|
618
616
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChevronsLeftRightEllipsis aliases
|
|
618
|
+
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
621
619
|
// ChevronsLeftRight aliases
|
|
622
620
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
621
|
+
// ChevronsLeft aliases
|
|
622
|
+
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
625
623
|
// ChevronsRight aliases
|
|
626
624
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
625
|
+
// ChevronsRightLeft aliases
|
|
626
|
+
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
627
627
|
// ChevronsUpDown aliases
|
|
628
628
|
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
629
629
|
// ChevronsUp aliases
|
|
630
630
|
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
631
|
-
// Church aliases
|
|
632
|
-
export { default as LucideChurch } from '../icons/church';
|
|
633
631
|
// CigaretteOff aliases
|
|
634
632
|
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
633
|
+
// Church aliases
|
|
634
|
+
export { default as LucideChurch } from '../icons/church';
|
|
635
635
|
// Cigarette aliases
|
|
636
636
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
637
637
|
// CircleDashed aliases
|
|
@@ -646,20 +646,20 @@ export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
|
646
646
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
647
647
|
// CircleEqual aliases
|
|
648
648
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
649
|
-
// CircleFadingArrowUp aliases
|
|
650
|
-
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
651
649
|
// CircleFadingPlus aliases
|
|
652
650
|
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
651
|
+
// CircleFadingArrowUp aliases
|
|
652
|
+
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
653
653
|
// CircleOff aliases
|
|
654
654
|
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
655
655
|
// CirclePile aliases
|
|
656
656
|
export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
657
|
-
// CirclePoundSterling aliases
|
|
658
|
-
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
659
657
|
// CircleSlash aliases
|
|
660
658
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
661
659
|
// CircleSmall aliases
|
|
662
660
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
661
|
+
// CirclePoundSterling aliases
|
|
662
|
+
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
663
663
|
// CircleStar aliases
|
|
664
664
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
665
665
|
// Circle aliases
|
|
@@ -672,22 +672,22 @@ export { default as LucideCitrus } from '../icons/citrus';
|
|
|
672
672
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
673
673
|
// ClipboardCheck aliases
|
|
674
674
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
675
|
-
// ClipboardClock aliases
|
|
676
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
677
675
|
// ClipboardCopy aliases
|
|
678
676
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
679
677
|
// ClipboardList aliases
|
|
680
678
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
679
|
+
// ClipboardClock aliases
|
|
680
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
681
681
|
// ClipboardMinus aliases
|
|
682
682
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
683
683
|
// ClipboardPaste aliases
|
|
684
684
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
685
685
|
// ClipboardPlus aliases
|
|
686
686
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
687
|
-
// ClipboardType aliases
|
|
688
|
-
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
689
687
|
// ClipboardX aliases
|
|
690
688
|
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
689
|
+
// ClipboardType aliases
|
|
690
|
+
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
691
691
|
// Clipboard aliases
|
|
692
692
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
693
693
|
// Clock1 aliases
|
|
@@ -700,10 +700,10 @@ export { default as LucideClock11 } from '../icons/clock-11';
|
|
|
700
700
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
701
701
|
// Clock2 aliases
|
|
702
702
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
703
|
-
// Clock3 aliases
|
|
704
|
-
export { default as LucideClock3 } from '../icons/clock-3';
|
|
705
703
|
// Clock4 aliases
|
|
706
704
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
705
|
+
// Clock3 aliases
|
|
706
|
+
export { default as LucideClock3 } from '../icons/clock-3';
|
|
707
707
|
// Clock5 aliases
|
|
708
708
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
709
709
|
// Clock6 aliases
|
|
@@ -724,20 +724,20 @@ export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
|
724
724
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
725
725
|
// ClockFading aliases
|
|
726
726
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
727
|
-
// ClockPlus aliases
|
|
728
|
-
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
729
727
|
// Clock aliases
|
|
730
728
|
export { default as LucideClock } from '../icons/clock';
|
|
731
729
|
// ClosedCaption aliases
|
|
732
730
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
731
|
+
// ClockPlus aliases
|
|
732
|
+
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
733
733
|
// CloudAlert aliases
|
|
734
734
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
735
735
|
// CloudBackup aliases
|
|
736
736
|
export { default as LucideCloudBackup } from '../icons/cloud-backup';
|
|
737
|
-
// CloudCheck aliases
|
|
738
|
-
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
739
737
|
// CloudCog aliases
|
|
740
738
|
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
739
|
+
// CloudCheck aliases
|
|
740
|
+
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
741
741
|
// CloudDrizzle aliases
|
|
742
742
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
743
743
|
// CloudFog aliases
|
|
@@ -746,10 +746,10 @@ export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
|
746
746
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
747
747
|
// CloudLightning aliases
|
|
748
748
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
749
|
-
// CloudMoonRain aliases
|
|
750
|
-
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
751
749
|
// CloudMoon aliases
|
|
752
750
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
751
|
+
// CloudMoonRain aliases
|
|
752
|
+
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
753
753
|
// CloudOff aliases
|
|
754
754
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
755
755
|
// CloudRainWind aliases
|
|
@@ -764,24 +764,24 @@ export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
|
764
764
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
765
765
|
// CloudSync aliases
|
|
766
766
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
767
|
-
// Cloud aliases
|
|
768
|
-
export { default as LucideCloud } from '../icons/cloud';
|
|
769
767
|
// Cloudy aliases
|
|
770
768
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
771
|
-
// Clover aliases
|
|
772
|
-
export { default as LucideClover } from '../icons/clover';
|
|
773
769
|
// Club aliases
|
|
774
770
|
export { default as LucideClub } from '../icons/club';
|
|
771
|
+
// Cloud aliases
|
|
772
|
+
export { default as LucideCloud } from '../icons/cloud';
|
|
773
|
+
// Clover aliases
|
|
774
|
+
export { default as LucideClover } from '../icons/clover';
|
|
775
775
|
// Code aliases
|
|
776
776
|
export { default as LucideCode } from '../icons/code';
|
|
777
777
|
// Coffee aliases
|
|
778
778
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
779
779
|
// Cog aliases
|
|
780
780
|
export { default as LucideCog } from '../icons/cog';
|
|
781
|
-
// Coins aliases
|
|
782
|
-
export { default as LucideCoins } from '../icons/coins';
|
|
783
781
|
// Columns4 aliases
|
|
784
782
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
783
|
+
// Coins aliases
|
|
784
|
+
export { default as LucideCoins } from '../icons/coins';
|
|
785
785
|
// Combine aliases
|
|
786
786
|
export { default as LucideCombine } from '../icons/combine';
|
|
787
787
|
// Command aliases
|
|
@@ -794,14 +794,14 @@ export { default as LucideComponent } from '../icons/component';
|
|
|
794
794
|
export { default as LucideComputer } from '../icons/computer';
|
|
795
795
|
// ConciergeBell aliases
|
|
796
796
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
797
|
-
// Cone aliases
|
|
798
|
-
export { default as LucideCone } from '../icons/cone';
|
|
799
797
|
// Construction aliases
|
|
800
798
|
export { default as LucideConstruction } from '../icons/construction';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
799
|
+
// Cone aliases
|
|
800
|
+
export { default as LucideCone } from '../icons/cone';
|
|
803
801
|
// Container aliases
|
|
804
802
|
export { default as LucideContainer } from '../icons/container';
|
|
803
|
+
// Contact aliases
|
|
804
|
+
export { default as LucideContact } from '../icons/contact';
|
|
805
805
|
// Contrast aliases
|
|
806
806
|
export { default as LucideContrast } from '../icons/contrast';
|
|
807
807
|
// Cookie aliases
|
|
@@ -822,10 +822,10 @@ export { default as LucideCopyX } from '../icons/copy-x';
|
|
|
822
822
|
export { default as LucideCopy } from '../icons/copy';
|
|
823
823
|
// Copyleft aliases
|
|
824
824
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
825
|
-
// Copyright aliases
|
|
826
|
-
export { default as LucideCopyright } from '../icons/copyright';
|
|
827
825
|
// CornerDownLeft aliases
|
|
828
826
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
827
|
+
// Copyright aliases
|
|
828
|
+
export { default as LucideCopyright } from '../icons/copyright';
|
|
829
829
|
// CornerDownRight aliases
|
|
830
830
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
831
831
|
// CornerLeftDown aliases
|
|
@@ -834,10 +834,10 @@ export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
|
834
834
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
835
835
|
// CornerRightDown aliases
|
|
836
836
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
837
|
-
// CornerRightUp aliases
|
|
838
|
-
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
839
837
|
// CornerUpLeft aliases
|
|
840
838
|
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
839
|
+
// CornerRightUp aliases
|
|
840
|
+
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
841
841
|
// CornerUpRight aliases
|
|
842
842
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
843
843
|
// Cpu aliases
|
|
@@ -864,10 +864,10 @@ export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
|
864
864
|
export { default as LucideCurrency } from '../icons/currency';
|
|
865
865
|
// Cylinder aliases
|
|
866
866
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
867
|
-
// DatabaseBackup aliases
|
|
868
|
-
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
869
867
|
// Dam aliases
|
|
870
868
|
export { default as LucideDam } from '../icons/dam';
|
|
869
|
+
// DatabaseBackup aliases
|
|
870
|
+
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
871
871
|
// DatabaseSearch aliases
|
|
872
872
|
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
873
873
|
// DatabaseZap aliases
|
|
@@ -882,12 +882,12 @@ export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-rig
|
|
|
882
882
|
export { default as LucideDelete } from '../icons/delete';
|
|
883
883
|
// Dessert aliases
|
|
884
884
|
export { default as LucideDessert } from '../icons/dessert';
|
|
885
|
-
// Diameter aliases
|
|
886
|
-
export { default as LucideDiameter } from '../icons/diameter';
|
|
887
885
|
// DiamondMinus aliases
|
|
888
886
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
889
887
|
// DiamondPlus aliases
|
|
890
888
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
889
|
+
// Diameter aliases
|
|
890
|
+
export { default as LucideDiameter } from '../icons/diameter';
|
|
891
891
|
// Diamond aliases
|
|
892
892
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
893
893
|
// Dice1 aliases
|
|
@@ -900,36 +900,38 @@ export { default as LucideDice3 } from '../icons/dice-3';
|
|
|
900
900
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
901
901
|
// Dice5 aliases
|
|
902
902
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
903
|
-
// Dice6 aliases
|
|
904
|
-
export { default as LucideDice6 } from '../icons/dice-6';
|
|
905
903
|
// Dices aliases
|
|
906
904
|
export { default as LucideDices } from '../icons/dices';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Dice6 aliases
|
|
906
|
+
export { default as LucideDice6 } from '../icons/dice-6';
|
|
909
907
|
// Disc2 aliases
|
|
910
908
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
913
|
-
// DiscAlbum aliases
|
|
914
|
-
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
909
|
+
// Diff aliases
|
|
910
|
+
export { default as LucideDiff } from '../icons/diff';
|
|
915
911
|
// Disc aliases
|
|
916
912
|
export { default as LucideDisc } from '../icons/disc';
|
|
913
|
+
// Disc3 aliases
|
|
914
|
+
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
915
|
+
// DiscAlbum aliases
|
|
916
|
+
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
917
|
+
// Divide aliases
|
|
918
|
+
export { default as LucideDivide } from '../icons/divide';
|
|
917
919
|
// DnaOff aliases
|
|
918
920
|
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
919
921
|
// Dna aliases
|
|
920
922
|
export { default as LucideDna } from '../icons/dna';
|
|
921
923
|
// Dock aliases
|
|
922
924
|
export { default as LucideDock } from '../icons/dock';
|
|
923
|
-
// Dog aliases
|
|
924
|
-
export { default as LucideDog } from '../icons/dog';
|
|
925
925
|
// DollarSign aliases
|
|
926
926
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
927
|
+
// Dog aliases
|
|
928
|
+
export { default as LucideDog } from '../icons/dog';
|
|
927
929
|
// Donut aliases
|
|
928
930
|
export { default as LucideDonut } from '../icons/donut';
|
|
929
|
-
// DoorClosedLocked aliases
|
|
930
|
-
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
931
931
|
// DoorClosed aliases
|
|
932
932
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
933
|
+
// DoorClosedLocked aliases
|
|
934
|
+
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
933
935
|
// DoorOpen aliases
|
|
934
936
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
935
937
|
// Dot aliases
|
|
@@ -950,36 +952,36 @@ export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
|
950
952
|
export { default as LucideDroplet } from '../icons/droplet';
|
|
951
953
|
// Droplets aliases
|
|
952
954
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
955
|
+
// Drumstick aliases
|
|
956
|
+
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
953
957
|
// Drum aliases
|
|
954
958
|
export { default as LucideDrum } from '../icons/drum';
|
|
955
959
|
// Dumbbell aliases
|
|
956
960
|
export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
957
|
-
// Drumstick aliases
|
|
958
|
-
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
959
961
|
// EarOff aliases
|
|
960
962
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
961
963
|
// Ear aliases
|
|
962
964
|
export { default as LucideEar } from '../icons/ear';
|
|
963
965
|
// EarthLock aliases
|
|
964
966
|
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
965
|
-
// Eclipse aliases
|
|
966
|
-
export { default as LucideEclipse } from '../icons/eclipse';
|
|
967
967
|
// EggFried aliases
|
|
968
968
|
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
969
|
+
// Eclipse aliases
|
|
970
|
+
export { default as LucideEclipse } from '../icons/eclipse';
|
|
969
971
|
// EggOff aliases
|
|
970
972
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
971
973
|
// Egg aliases
|
|
972
974
|
export { default as LucideEgg } from '../icons/egg';
|
|
973
|
-
// Ellipse aliases
|
|
974
|
-
export { default as LucideEllipse } from '../icons/ellipse';
|
|
975
975
|
// EqualApproximately aliases
|
|
976
976
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
977
|
+
// Ellipse aliases
|
|
978
|
+
export { default as LucideEllipse } from '../icons/ellipse';
|
|
977
979
|
// EqualNot aliases
|
|
978
980
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
979
|
-
// Equal aliases
|
|
980
|
-
export { default as LucideEqual } from '../icons/equal';
|
|
981
981
|
// Eraser aliases
|
|
982
982
|
export { default as LucideEraser } from '../icons/eraser';
|
|
983
|
+
// Equal aliases
|
|
984
|
+
export { default as LucideEqual } from '../icons/equal';
|
|
983
985
|
// EthernetPort aliases
|
|
984
986
|
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
985
987
|
// Euro aliases
|
|
@@ -988,32 +990,30 @@ export { default as LucideEuro } from '../icons/euro';
|
|
|
988
990
|
export { default as LucideEvCharger } from '../icons/ev-charger';
|
|
989
991
|
// Expand aliases
|
|
990
992
|
export { default as LucideExpand } from '../icons/expand';
|
|
991
|
-
// ExternalLink aliases
|
|
992
|
-
export { default as LucideExternalLink } from '../icons/external-link';
|
|
993
993
|
// EyeClosed aliases
|
|
994
994
|
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
995
|
+
// ExternalLink aliases
|
|
996
|
+
export { default as LucideExternalLink } from '../icons/external-link';
|
|
995
997
|
// EyeOff aliases
|
|
996
998
|
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
997
|
-
// Divide aliases
|
|
998
|
-
export { default as LucideDivide } from '../icons/divide';
|
|
999
999
|
// Eye aliases
|
|
1000
1000
|
export { default as LucideEye } from '../icons/eye';
|
|
1001
|
-
// Fan aliases
|
|
1002
|
-
export { default as LucideFan } from '../icons/fan';
|
|
1003
1001
|
// Factory aliases
|
|
1004
1002
|
export { default as LucideFactory } from '../icons/factory';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1003
|
+
// Fan aliases
|
|
1004
|
+
export { default as LucideFan } from '../icons/fan';
|
|
1007
1005
|
// FastForward aliases
|
|
1008
1006
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1009
|
-
//
|
|
1010
|
-
export { default as
|
|
1007
|
+
// Feather aliases
|
|
1008
|
+
export { default as LucideFeather } from '../icons/feather';
|
|
1011
1009
|
// FerrisWheel aliases
|
|
1012
1010
|
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1013
|
-
//
|
|
1014
|
-
export { default as
|
|
1011
|
+
// Fence aliases
|
|
1012
|
+
export { default as LucideFence } from '../icons/fence';
|
|
1015
1013
|
// FileArchive aliases
|
|
1016
1014
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1015
|
+
// FileBox aliases
|
|
1016
|
+
export { default as LucideFileBox } from '../icons/file-box';
|
|
1017
1017
|
// FileCheck aliases
|
|
1018
1018
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1019
1019
|
// FileClock aliases
|
|
@@ -1034,28 +1034,28 @@ export { default as LucideFileImage } from '../icons/file-image';
|
|
|
1034
1034
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1035
1035
|
// FileMinus aliases
|
|
1036
1036
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1037
|
-
// FilePlus aliases
|
|
1038
|
-
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1039
|
-
// FileOutput aliases
|
|
1040
|
-
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1041
1037
|
// FileMusic aliases
|
|
1042
1038
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1039
|
+
// FileOutput aliases
|
|
1040
|
+
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1041
|
+
// FilePlus aliases
|
|
1042
|
+
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1043
1043
|
// FileScan aliases
|
|
1044
1044
|
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1045
1045
|
// FileSearch aliases
|
|
1046
1046
|
export { default as LucideFileSearch } from '../icons/file-search';
|
|
1047
1047
|
// FileSliders aliases
|
|
1048
1048
|
export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
1049
|
-
// FileSpreadsheet aliases
|
|
1050
|
-
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1051
1049
|
// FileStack aliases
|
|
1052
1050
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1051
|
+
// FileSpreadsheet aliases
|
|
1052
|
+
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1053
|
+
// FileTerminal aliases
|
|
1054
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1053
1055
|
// FileSymlink aliases
|
|
1054
1056
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1055
1057
|
// FileText aliases
|
|
1056
1058
|
export { default as LucideFileText } from '../icons/file-text';
|
|
1057
|
-
// FileTerminal aliases
|
|
1058
|
-
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1059
1059
|
// FileType aliases
|
|
1060
1060
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1061
1061
|
// FileUp aliases
|
|
@@ -1076,10 +1076,10 @@ export { default as LucideFilm } from '../icons/film';
|
|
|
1076
1076
|
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1077
1077
|
// FishOff aliases
|
|
1078
1078
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1079
|
-
// FishSymbol aliases
|
|
1080
|
-
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1081
1079
|
// Fish aliases
|
|
1082
1080
|
export { default as LucideFish } from '../icons/fish';
|
|
1081
|
+
// FishSymbol aliases
|
|
1082
|
+
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1083
1083
|
// FishingHook aliases
|
|
1084
1084
|
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1085
1085
|
// FishingRod aliases
|
|
@@ -1116,10 +1116,10 @@ export { default as LucideFlower2 } from '../icons/flower-2';
|
|
|
1116
1116
|
export { default as LucideFlower } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as LucideFocus } from '../icons/focus';
|
|
1119
|
-
// FoldVertical aliases
|
|
1120
|
-
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1121
1119
|
// FoldHorizontal aliases
|
|
1122
1120
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderBookmark aliases
|
|
@@ -1130,10 +1130,10 @@ export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
|
1130
1130
|
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1131
1131
|
// FolderClosed aliases
|
|
1132
1132
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1133
|
-
// FolderDot aliases
|
|
1134
|
-
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1135
1133
|
// FolderCode aliases
|
|
1136
1134
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1135
|
+
// FolderDot aliases
|
|
1136
|
+
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1137
1137
|
// FolderDown aliases
|
|
1138
1138
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1139
1139
|
// FolderGit2 aliases
|
|
@@ -1148,14 +1148,14 @@ export { default as LucideFolderInput } from '../icons/folder-input';
|
|
|
1148
1148
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1149
1149
|
// FolderKey aliases
|
|
1150
1150
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1151
|
-
// FolderLock aliases
|
|
1152
|
-
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1153
1151
|
// FolderMinus aliases
|
|
1154
1152
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1153
|
+
// FolderLock aliases
|
|
1154
|
+
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderOpen aliases
|
|
1158
1156
|
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1157
|
+
// FolderOpenDot aliases
|
|
1158
|
+
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1159
1159
|
// FolderOutput aliases
|
|
1160
1160
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1161
1161
|
// FolderPlus aliases
|
|
@@ -1170,12 +1170,12 @@ export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
|
1170
1170
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1171
1171
|
// FolderSync aliases
|
|
1172
1172
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1173
|
+
// FolderTree aliases
|
|
1174
|
+
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1173
1175
|
// FolderUp aliases
|
|
1174
1176
|
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1175
1177
|
// FolderX aliases
|
|
1176
1178
|
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1177
|
-
// FolderTree aliases
|
|
1178
|
-
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1179
1179
|
// Folder aliases
|
|
1180
1180
|
export { default as LucideFolder } from '../icons/folder';
|
|
1181
1181
|
// Folders aliases
|
|
@@ -1196,10 +1196,10 @@ export { default as LucideFrown } from '../icons/frown';
|
|
|
1196
1196
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1199
|
-
// GalleryHorizontalEnd aliases
|
|
1200
|
-
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1201
1199
|
// FunnelPlus aliases
|
|
1202
1200
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1201
|
+
// GalleryHorizontalEnd aliases
|
|
1202
|
+
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1203
1203
|
// GalleryHorizontal aliases
|
|
1204
1204
|
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1205
1205
|
// GalleryThumbnails aliases
|
|
@@ -1208,10 +1208,10 @@ export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails'
|
|
|
1208
1208
|
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
1210
1210
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1211
|
-
// Gamepad2 aliases
|
|
1212
|
-
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1213
1211
|
// GamepadDirectional aliases
|
|
1214
1212
|
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1213
|
+
// Gamepad2 aliases
|
|
1214
|
+
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1215
1215
|
// Gamepad aliases
|
|
1216
1216
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1217
1217
|
// Gauge aliases
|
|
@@ -1220,10 +1220,10 @@ export { default as LucideGauge } from '../icons/gauge';
|
|
|
1220
1220
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as LucideGem } from '../icons/gem';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1225
1223
|
// Ghost aliases
|
|
1226
1224
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1227
1227
|
// Gift aliases
|
|
1228
1228
|
export { default as LucideGift } from '../icons/gift';
|
|
1229
1229
|
// GitBranchMinus aliases
|
|
@@ -1234,10 +1234,10 @@ export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
|
1234
1234
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1235
1235
|
// GitCommitVertical aliases
|
|
1236
1236
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompareArrows aliases
|
|
1238
|
-
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1239
1237
|
// GitCompare aliases
|
|
1240
1238
|
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1239
|
+
// GitCompareArrows aliases
|
|
1240
|
+
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1241
1241
|
// GitFork aliases
|
|
1242
1242
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1243
1243
|
// GitGraph aliases
|
|
@@ -1270,22 +1270,22 @@ export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
|
1270
1270
|
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1271
1271
|
// Globe aliases
|
|
1272
1272
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1273
|
-
// Goal aliases
|
|
1274
|
-
export { default as LucideGoal } from '../icons/goal';
|
|
1275
1273
|
// Gpu aliases
|
|
1276
1274
|
export { default as LucideGpu } from '../icons/gpu';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1275
|
+
// Goal aliases
|
|
1276
|
+
export { default as LucideGoal } from '../icons/goal';
|
|
1279
1277
|
// Grape aliases
|
|
1280
1278
|
export { default as LucideGrape } from '../icons/grape';
|
|
1279
|
+
// GraduationCap aliases
|
|
1280
|
+
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1281
1281
|
// Grid3x2 aliases
|
|
1282
1282
|
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1283
1283
|
// GripHorizontal aliases
|
|
1284
1284
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1285
|
-
// GripVertical aliases
|
|
1286
|
-
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1287
1285
|
// Grip aliases
|
|
1288
1286
|
export { default as LucideGrip } from '../icons/grip';
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1289
1289
|
// Group aliases
|
|
1290
1290
|
export { default as LucideGroup } from '../icons/group';
|
|
1291
1291
|
// Guitar aliases
|
|
@@ -1302,10 +1302,10 @@ export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
|
1302
1302
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1303
1303
|
// HandHeart aliases
|
|
1304
1304
|
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1305
|
-
// HandMetal aliases
|
|
1306
|
-
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1307
1305
|
// HandPlatter aliases
|
|
1308
1306
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1307
|
+
// HandMetal aliases
|
|
1308
|
+
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1309
1309
|
// Hand aliases
|
|
1310
1310
|
export { default as LucideHand } from '../icons/hand';
|
|
1311
1311
|
// Handbag aliases
|
|
@@ -1318,10 +1318,10 @@ export { default as LucideHardDriveDownload } from '../icons/hard-drive-download
|
|
|
1318
1318
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1319
1319
|
// HardDrive aliases
|
|
1320
1320
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1321
|
-
// HardHat aliases
|
|
1322
|
-
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1323
1321
|
// Hash aliases
|
|
1324
1322
|
export { default as LucideHash } from '../icons/hash';
|
|
1323
|
+
// HardHat aliases
|
|
1324
|
+
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1325
1325
|
// HatGlasses aliases
|
|
1326
1326
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1327
1327
|
// Haze aliases
|
|
@@ -1330,10 +1330,10 @@ export { default as LucideHaze } from '../icons/haze';
|
|
|
1330
1330
|
export { default as LucideHd } from '../icons/hd';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1333
|
-
// Heading1 aliases
|
|
1334
|
-
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1335
1333
|
// Heading2 aliases
|
|
1336
1334
|
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1335
|
+
// Heading1 aliases
|
|
1336
|
+
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as LucideHeading3 } from '../icons/heading-3';
|
|
1339
1339
|
// Heading4 aliases
|
|
@@ -1356,10 +1356,10 @@ export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
|
1356
1356
|
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1357
1357
|
// HeartMinus aliases
|
|
1358
1358
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1359
|
-
// HeartOff aliases
|
|
1360
|
-
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1361
1359
|
// HeartPlus aliases
|
|
1362
1360
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1361
|
+
// HeartOff aliases
|
|
1362
|
+
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1363
1363
|
// HeartPulse aliases
|
|
1364
1364
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1365
1365
|
// HeartX aliases
|
|
@@ -1370,18 +1370,18 @@ export { default as LucideHeart } from '../icons/heart';
|
|
|
1370
1370
|
export { default as LucideHeater } from '../icons/heater';
|
|
1371
1371
|
// Helicopter aliases
|
|
1372
1372
|
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1373
|
-
// Hexagon aliases
|
|
1374
|
-
export { default as LucideHexagon } from '../icons/hexagon';
|
|
1375
1373
|
// Highlighter aliases
|
|
1376
1374
|
export { default as LucideHighlighter } from '../icons/highlighter';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// Hexagon aliases
|
|
1376
|
+
export { default as LucideHexagon } from '../icons/hexagon';
|
|
1379
1377
|
// HopOff aliases
|
|
1380
1378
|
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1381
|
-
//
|
|
1382
|
-
export { default as
|
|
1379
|
+
// History aliases
|
|
1380
|
+
export { default as LucideHistory } from '../icons/history';
|
|
1383
1381
|
// Hospital aliases
|
|
1384
1382
|
export { default as LucideHospital } from '../icons/hospital';
|
|
1383
|
+
// Hop aliases
|
|
1384
|
+
export { default as LucideHop } from '../icons/hop';
|
|
1385
1385
|
// Hotel aliases
|
|
1386
1386
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1387
1387
|
// Hourglass aliases
|
|
@@ -1390,10 +1390,10 @@ export { default as LucideHourglass } from '../icons/hourglass';
|
|
|
1390
1390
|
export { default as LucideHouseHeart } from '../icons/house-heart';
|
|
1391
1391
|
// HousePlug aliases
|
|
1392
1392
|
export { default as LucideHousePlug } from '../icons/house-plug';
|
|
1393
|
-
// HouseWifi aliases
|
|
1394
|
-
export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
1395
1393
|
// HousePlus aliases
|
|
1396
1394
|
export { default as LucideHousePlus } from '../icons/house-plus';
|
|
1395
|
+
// HouseWifi aliases
|
|
1396
|
+
export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
1397
1397
|
// IdCardLanyard aliases
|
|
1398
1398
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1399
1399
|
// IdCard aliases
|
|
@@ -1406,24 +1406,24 @@ export { default as LucideImageMinus } from '../icons/image-minus';
|
|
|
1406
1406
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1407
1407
|
// ImagePlay aliases
|
|
1408
1408
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1409
|
-
// ImageUp aliases
|
|
1410
|
-
export { default as LucideImageUp } from '../icons/image-up';
|
|
1411
1409
|
// ImagePlus aliases
|
|
1412
1410
|
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as LucideImageUp } from '../icons/image-up';
|
|
1415
1413
|
// Image aliases
|
|
1416
1414
|
export { default as LucideImage } from '../icons/image';
|
|
1415
|
+
// ImageUpscale aliases
|
|
1416
|
+
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1417
1417
|
// Images aliases
|
|
1418
1418
|
export { default as LucideImages } from '../icons/images';
|
|
1419
1419
|
// Import aliases
|
|
1420
1420
|
export { default as LucideImport } from '../icons/import';
|
|
1421
1421
|
// Inbox aliases
|
|
1422
1422
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1423
|
-
// IndianRupee aliases
|
|
1424
|
-
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1425
1423
|
// Infinity aliases
|
|
1426
1424
|
export { default as LucideInfinity } from '../icons/infinity';
|
|
1425
|
+
// IndianRupee aliases
|
|
1426
|
+
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1427
1427
|
// Info aliases
|
|
1428
1428
|
export { default as LucideInfo } from '../icons/info';
|
|
1429
1429
|
// InspectionPanel aliases
|
|
@@ -1454,40 +1454,40 @@ export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
|
1454
1454
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1455
1455
|
// Keyboard aliases
|
|
1456
1456
|
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1457
|
-
// LampCeiling aliases
|
|
1458
|
-
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1459
1457
|
// LampDesk aliases
|
|
1460
1458
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1459
|
+
// LampCeiling aliases
|
|
1460
|
+
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1463
1461
|
// LampWallDown aliases
|
|
1464
1462
|
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1463
|
+
// LampFloor aliases
|
|
1464
|
+
export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
1465
1465
|
// LampWallUp aliases
|
|
1466
1466
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1467
1467
|
// Lamp aliases
|
|
1468
1468
|
export { default as LucideLamp } from '../icons/lamp';
|
|
1469
|
-
// LandPlot aliases
|
|
1470
|
-
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1471
1469
|
// Landmark aliases
|
|
1472
1470
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1471
|
+
// LandPlot aliases
|
|
1472
|
+
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1473
1473
|
// Languages aliases
|
|
1474
1474
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1475
1475
|
// LaptopMinimalCheck aliases
|
|
1476
1476
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1477
|
-
// LassoSelect aliases
|
|
1478
|
-
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1479
1477
|
// Laptop aliases
|
|
1480
1478
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1481
|
-
//
|
|
1482
|
-
export { default as
|
|
1479
|
+
// LassoSelect aliases
|
|
1480
|
+
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1483
1481
|
// Laugh aliases
|
|
1484
1482
|
export { default as LucideLaugh } from '../icons/laugh';
|
|
1485
|
-
//
|
|
1486
|
-
export { default as
|
|
1483
|
+
// Lasso aliases
|
|
1484
|
+
export { default as LucideLasso } from '../icons/lasso';
|
|
1487
1485
|
// LayersMinus aliases
|
|
1488
1486
|
export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
1489
1487
|
// LayersPlus aliases
|
|
1490
1488
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1489
|
+
// Layers2 aliases
|
|
1490
|
+
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1491
1491
|
// LayoutDashboard aliases
|
|
1492
1492
|
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1493
1493
|
// LayoutGrid aliases
|
|
@@ -1520,12 +1520,12 @@ export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
|
1520
1520
|
export { default as LucideLigature } from '../icons/ligature';
|
|
1521
1521
|
// LightbulbOff aliases
|
|
1522
1522
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1523
|
-
// Lightbulb aliases
|
|
1524
|
-
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1525
1523
|
// LineDotRightHorizontal aliases
|
|
1526
1524
|
export { default as LucideLineDotRightHorizontal } from '../icons/line-dot-right-horizontal';
|
|
1527
1525
|
// LineSquiggle aliases
|
|
1528
1526
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1527
|
+
// Lightbulb aliases
|
|
1528
|
+
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1529
1529
|
// LineStyle aliases
|
|
1530
1530
|
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1531
1531
|
// Link2Off aliases
|
|
@@ -1540,20 +1540,20 @@ export { default as LucideListCheck } from '../icons/list-check';
|
|
|
1540
1540
|
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1541
1541
|
// ListChevronsDownUp aliases
|
|
1542
1542
|
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1543
|
-
// ListChevronsUpDown aliases
|
|
1544
|
-
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1545
1543
|
// ListCollapse aliases
|
|
1546
1544
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1545
|
+
// ListChevronsUpDown aliases
|
|
1546
|
+
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1547
1547
|
// ListEnd aliases
|
|
1548
1548
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1549
1549
|
// ListFilterPlus aliases
|
|
1550
1550
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1551
|
+
// ListFilter aliases
|
|
1552
|
+
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1551
1553
|
// ListMinus aliases
|
|
1552
1554
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1553
1555
|
// ListMusic aliases
|
|
1554
1556
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1555
|
-
// ListFilter aliases
|
|
1556
|
-
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1557
1557
|
// ListOrdered aliases
|
|
1558
1558
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1559
1559
|
// ListPlus aliases
|
|
@@ -1564,10 +1564,10 @@ export { default as LucideListRestart } from '../icons/list-restart';
|
|
|
1564
1564
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1565
1565
|
// ListTodo aliases
|
|
1566
1566
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1567
|
-
// ListVideo aliases
|
|
1568
|
-
export { default as LucideListVideo } from '../icons/list-video';
|
|
1569
1567
|
// ListTree aliases
|
|
1570
1568
|
export { default as LucideListTree } from '../icons/list-tree';
|
|
1569
|
+
// ListVideo aliases
|
|
1570
|
+
export { default as LucideListVideo } from '../icons/list-video';
|
|
1571
1571
|
// ListX aliases
|
|
1572
1572
|
export { default as LucideListX } from '../icons/list-x';
|
|
1573
1573
|
// List aliases
|
|
@@ -1580,26 +1580,26 @@ export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
|
1580
1580
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1581
1581
|
// LocateOff aliases
|
|
1582
1582
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1583
|
-
// LockKeyhole aliases
|
|
1584
|
-
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1585
1583
|
// Locate aliases
|
|
1586
1584
|
export { default as LucideLocate } from '../icons/locate';
|
|
1585
|
+
// LockKeyhole aliases
|
|
1586
|
+
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1587
1587
|
// Lock aliases
|
|
1588
1588
|
export { default as LucideLock } from '../icons/lock';
|
|
1589
|
+
// LogOut aliases
|
|
1590
|
+
export { default as LucideLogOut } from '../icons/log-out';
|
|
1589
1591
|
// LogIn aliases
|
|
1590
1592
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1591
1593
|
// Logs aliases
|
|
1592
1594
|
export { default as LucideLogs } from '../icons/logs';
|
|
1593
|
-
// LogOut aliases
|
|
1594
|
-
export { default as LucideLogOut } from '../icons/log-out';
|
|
1595
1595
|
// Lollipop aliases
|
|
1596
1596
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1597
|
+
// MailCheck aliases
|
|
1598
|
+
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1597
1599
|
// Luggage aliases
|
|
1598
1600
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1599
1601
|
// Magnet aliases
|
|
1600
1602
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1601
|
-
// MailCheck aliases
|
|
1602
|
-
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1603
1603
|
// MailMinus aliases
|
|
1604
1604
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1605
1605
|
// MailOpen aliases
|
|
@@ -1652,38 +1652,38 @@ export { default as LucideMapPlus } from '../icons/map-plus';
|
|
|
1652
1652
|
export { default as LucideMap } from '../icons/map';
|
|
1653
1653
|
// MarsStroke aliases
|
|
1654
1654
|
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1655
|
-
// Mars aliases
|
|
1656
|
-
export { default as LucideMars } from '../icons/mars';
|
|
1657
1655
|
// Martini aliases
|
|
1658
1656
|
export { default as LucideMartini } from '../icons/martini';
|
|
1657
|
+
// Mars aliases
|
|
1658
|
+
export { default as LucideMars } from '../icons/mars';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
1662
1662
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1663
|
+
// Megaphone aliases
|
|
1664
|
+
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1663
1665
|
// Medal aliases
|
|
1664
1666
|
export { default as LucideMedal } from '../icons/medal';
|
|
1665
1667
|
// MegaphoneOff aliases
|
|
1666
1668
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1667
|
-
// Megaphone aliases
|
|
1668
|
-
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as LucideMeh } from '../icons/meh';
|
|
1671
1671
|
// MemoryStick aliases
|
|
1672
1672
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1673
|
-
// Merge aliases
|
|
1674
|
-
export { default as LucideMerge } from '../icons/merge';
|
|
1675
1673
|
// Menu aliases
|
|
1676
1674
|
export { default as LucideMenu } from '../icons/menu';
|
|
1675
|
+
// Merge aliases
|
|
1676
|
+
export { default as LucideMerge } from '../icons/merge';
|
|
1677
1677
|
// MessageCircleCheck aliases
|
|
1678
1678
|
export { default as LucideMessageCircleCheck } from '../icons/message-circle-check';
|
|
1679
1679
|
// MessageCircleCode aliases
|
|
1680
1680
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1683
1681
|
// MessageCircleDashed aliases
|
|
1684
1682
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1685
1683
|
// MessageCircleMore aliases
|
|
1686
1684
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1685
|
+
// MessageCircleHeart aliases
|
|
1686
|
+
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1687
1687
|
// MessageCircleOff aliases
|
|
1688
1688
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1689
1689
|
// MessageCirclePlus aliases
|
|
@@ -1694,18 +1694,18 @@ export { default as LucideMessageCircleReply } from '../icons/message-circle-rep
|
|
|
1694
1694
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1695
1695
|
// MessageCircleX aliases
|
|
1696
1696
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1697
|
-
// MessageSquareCheck aliases
|
|
1698
|
-
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1699
1697
|
// MessageCircle aliases
|
|
1700
1698
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1699
|
+
// MessageSquareCheck aliases
|
|
1700
|
+
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1701
1701
|
// MessageSquareCode aliases
|
|
1702
1702
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1703
1703
|
// MessageSquareDashed aliases
|
|
1704
1704
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1705
|
-
// MessageSquareDiff aliases
|
|
1706
|
-
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1707
1705
|
// MessageSquareDot aliases
|
|
1708
1706
|
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1707
|
+
// MessageSquareDiff aliases
|
|
1708
|
+
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1709
1709
|
// MessageSquareHeart aliases
|
|
1710
1710
|
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1711
1711
|
// MessageSquareLock aliases
|
|
@@ -1744,10 +1744,10 @@ export { default as LucideMicrochip } from '../icons/microchip';
|
|
|
1744
1744
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1745
1745
|
// Microwave aliases
|
|
1746
1746
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1747
|
-
// Milestone aliases
|
|
1748
|
-
export { default as LucideMilestone } from '../icons/milestone';
|
|
1749
1747
|
// MilkOff aliases
|
|
1750
1748
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1749
|
+
// Milestone aliases
|
|
1750
|
+
export { default as LucideMilestone } from '../icons/milestone';
|
|
1751
1751
|
// Milk aliases
|
|
1752
1752
|
export { default as LucideMilk } from '../icons/milk';
|
|
1753
1753
|
// Minimize2 aliases
|
|
@@ -1758,18 +1758,18 @@ export { default as LucideMinimize } from '../icons/minimize';
|
|
|
1758
1758
|
export { default as LucideMinus } from '../icons/minus';
|
|
1759
1759
|
// MirrorRectangular aliases
|
|
1760
1760
|
export { default as LucideMirrorRectangular } from '../icons/mirror-rectangular';
|
|
1761
|
-
// MonitorCheck aliases
|
|
1762
|
-
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1763
1761
|
// MirrorRound aliases
|
|
1764
1762
|
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1763
|
+
// MonitorCheck aliases
|
|
1764
|
+
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1765
1765
|
// MonitorCloud aliases
|
|
1766
1766
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1767
|
-
// MonitorCog aliases
|
|
1768
|
-
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1769
1767
|
// MonitorDot aliases
|
|
1770
1768
|
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1771
1769
|
// MonitorDown aliases
|
|
1772
1770
|
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1771
|
+
// MonitorCog aliases
|
|
1772
|
+
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1773
1773
|
// MonitorOff aliases
|
|
1774
1774
|
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1775
1775
|
// MonitorPlay aliases
|
|
@@ -1790,20 +1790,20 @@ export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
|
1790
1790
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1791
1791
|
// MoonStar aliases
|
|
1792
1792
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1793
|
-
// Moon aliases
|
|
1794
|
-
export { default as LucideMoon } from '../icons/moon';
|
|
1795
1793
|
// Motorbike aliases
|
|
1796
1794
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1795
|
+
// Moon aliases
|
|
1796
|
+
export { default as LucideMoon } from '../icons/moon';
|
|
1799
1797
|
// Mountain aliases
|
|
1800
1798
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1799
|
+
// MountainSnow aliases
|
|
1800
|
+
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1801
1801
|
// MouseLeft aliases
|
|
1802
1802
|
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1803
|
-
// MouseOff aliases
|
|
1804
|
-
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1805
1803
|
// MousePointer2Off aliases
|
|
1806
1804
|
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1805
|
+
// MouseOff aliases
|
|
1806
|
+
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1807
1807
|
// MousePointer2 aliases
|
|
1808
1808
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1809
1809
|
// MousePointerBan aliases
|
|
@@ -1816,10 +1816,10 @@ export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
|
1816
1816
|
export { default as LucideMouseRight } from '../icons/mouse-right';
|
|
1817
1817
|
// Mouse aliases
|
|
1818
1818
|
export { default as LucideMouse } from '../icons/mouse';
|
|
1819
|
-
// MoveDiagonal2 aliases
|
|
1820
|
-
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1821
1819
|
// MoveDiagonal aliases
|
|
1822
1820
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1821
|
+
// MoveDiagonal2 aliases
|
|
1822
|
+
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1823
1823
|
// MoveDownLeft aliases
|
|
1824
1824
|
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1825
1825
|
// MoveDownRight aliases
|
|
@@ -1836,24 +1836,24 @@ export { default as LucideMoveRight } from '../icons/move-right';
|
|
|
1836
1836
|
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1837
1837
|
// MoveUpRight aliases
|
|
1838
1838
|
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1839
|
-
// MoveUp aliases
|
|
1840
|
-
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1841
1839
|
// MoveVertical aliases
|
|
1842
1840
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1841
|
+
// MoveUp aliases
|
|
1842
|
+
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1843
1843
|
// Move aliases
|
|
1844
1844
|
export { default as LucideMove } from '../icons/move';
|
|
1845
1845
|
// Music2 aliases
|
|
1846
1846
|
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1847
1847
|
// Music3 aliases
|
|
1848
1848
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1849
|
-
// Music4 aliases
|
|
1850
|
-
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1851
1849
|
// Music aliases
|
|
1852
1850
|
export { default as LucideMusic } from '../icons/music';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1851
|
+
// Music4 aliases
|
|
1852
|
+
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1855
1853
|
// Navigation2 aliases
|
|
1856
1854
|
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1855
|
+
// Navigation2Off aliases
|
|
1856
|
+
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1857
1857
|
// NavigationOff aliases
|
|
1858
1858
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1859
1859
|
// Navigation aliases
|
|
@@ -1884,30 +1884,30 @@ export { default as LucideNutOff } from '../icons/nut-off';
|
|
|
1884
1884
|
export { default as LucideNut } from '../icons/nut';
|
|
1885
1885
|
// OctagonMinus aliases
|
|
1886
1886
|
export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
1887
|
-
// Octagon aliases
|
|
1888
|
-
export { default as LucideOctagon } from '../icons/octagon';
|
|
1889
1887
|
// Omega aliases
|
|
1890
1888
|
export { default as LucideOmega } from '../icons/omega';
|
|
1889
|
+
// Octagon aliases
|
|
1890
|
+
export { default as LucideOctagon } from '../icons/octagon';
|
|
1891
1891
|
// Option aliases
|
|
1892
1892
|
export { default as LucideOption } from '../icons/option';
|
|
1893
1893
|
// Orbit aliases
|
|
1894
1894
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1895
1895
|
// Origami aliases
|
|
1896
1896
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1897
|
-
// Package2 aliases
|
|
1898
|
-
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1899
1897
|
// PackageCheck aliases
|
|
1900
1898
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1899
|
+
// Package2 aliases
|
|
1900
|
+
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1901
1901
|
// PackageMinus aliases
|
|
1902
1902
|
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1903
1903
|
// PackageOpen aliases
|
|
1904
1904
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1905
|
-
// PackagePlus aliases
|
|
1906
|
-
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1907
1905
|
// PackageSearch aliases
|
|
1908
1906
|
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1909
1907
|
// PackageX aliases
|
|
1910
1908
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1909
|
+
// PackagePlus aliases
|
|
1910
|
+
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1911
1911
|
// Package aliases
|
|
1912
1912
|
export { default as LucidePackage } from '../icons/package';
|
|
1913
1913
|
// PaintBucket aliases
|
|
@@ -1920,14 +1920,14 @@ export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
|
1920
1920
|
export { default as LucidePalette } from '../icons/palette';
|
|
1921
1921
|
// Panda aliases
|
|
1922
1922
|
export { default as LucidePanda } from '../icons/panda';
|
|
1923
|
-
// PanelBottomClose aliases
|
|
1924
|
-
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1925
1923
|
// PanelBottomOpen aliases
|
|
1926
1924
|
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1925
|
+
// PanelBottomClose aliases
|
|
1926
|
+
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1929
1927
|
// PanelLeftRightDashed aliases
|
|
1930
1928
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1929
|
+
// PanelBottom aliases
|
|
1930
|
+
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1931
1931
|
// PanelRightClose aliases
|
|
1932
1932
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1933
1933
|
// PanelRightOpen aliases
|
|
@@ -1944,10 +1944,10 @@ export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
|
1944
1944
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1945
1945
|
// PanelsLeftBottom aliases
|
|
1946
1946
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1947
|
-
// PanelsRightBottom aliases
|
|
1948
|
-
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1949
1947
|
// Paperclip aliases
|
|
1950
1948
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1949
|
+
// PanelsRightBottom aliases
|
|
1950
|
+
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1951
1951
|
// Parentheses aliases
|
|
1952
1952
|
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1953
1953
|
// ParkingMeter aliases
|
|
@@ -1966,10 +1966,10 @@ export { default as LucidePenOff } from '../icons/pen-off';
|
|
|
1966
1966
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1967
1967
|
// PencilLine aliases
|
|
1968
1968
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1969
|
-
// PencilOff aliases
|
|
1970
|
-
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1971
1969
|
// PencilRuler aliases
|
|
1972
1970
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1971
|
+
// PencilOff aliases
|
|
1972
|
+
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1973
1973
|
// Pencil aliases
|
|
1974
1974
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1975
1975
|
// Pentagon aliases
|
|
@@ -1994,28 +1994,28 @@ export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
|
1994
1994
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1995
1995
|
// Phone aliases
|
|
1996
1996
|
export { default as LucidePhone } from '../icons/phone';
|
|
1997
|
-
// Pi aliases
|
|
1998
|
-
export { default as LucidePi } from '../icons/pi';
|
|
1999
1997
|
// Piano aliases
|
|
2000
1998
|
export { default as LucidePiano } from '../icons/piano';
|
|
2001
1999
|
// Pickaxe aliases
|
|
2002
2000
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
2001
|
+
// Pi aliases
|
|
2002
|
+
export { default as LucidePi } from '../icons/pi';
|
|
2003
2003
|
// PictureInPicture2 aliases
|
|
2004
2004
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
2005
2005
|
// PictureInPicture aliases
|
|
2006
2006
|
export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
2007
|
-
// PilcrowLeft aliases
|
|
2008
|
-
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
2009
2007
|
// PiggyBank aliases
|
|
2010
2008
|
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
2009
|
+
// PilcrowLeft aliases
|
|
2010
|
+
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
2011
2011
|
// PilcrowRight aliases
|
|
2012
2012
|
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
2013
2013
|
// Pilcrow aliases
|
|
2014
2014
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
2015
|
-
// PillBottle aliases
|
|
2016
|
-
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2017
2015
|
// Pill aliases
|
|
2018
2016
|
export { default as LucidePill } from '../icons/pill';
|
|
2017
|
+
// PillBottle aliases
|
|
2018
|
+
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2019
2019
|
// PinOff aliases
|
|
2020
2020
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
2021
2021
|
// Pin aliases
|
|
@@ -2048,40 +2048,40 @@ export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
|
2048
2048
|
export { default as LucidePointer } from '../icons/pointer';
|
|
2049
2049
|
// Popcorn aliases
|
|
2050
2050
|
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2051
|
+
// Popsicle aliases
|
|
2052
|
+
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2051
2053
|
// PoundSterling aliases
|
|
2052
2054
|
export { default as LucidePoundSterling } from '../icons/pound-sterling';
|
|
2053
2055
|
// PowerOff aliases
|
|
2054
2056
|
export { default as LucidePowerOff } from '../icons/power-off';
|
|
2055
|
-
// Popsicle aliases
|
|
2056
|
-
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2057
2057
|
// Power aliases
|
|
2058
2058
|
export { default as LucidePower } from '../icons/power';
|
|
2059
2059
|
// Presentation aliases
|
|
2060
2060
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2061
|
-
// PrinterCheck aliases
|
|
2062
|
-
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2063
|
-
// Printer aliases
|
|
2064
|
-
export { default as LucidePrinter } from '../icons/printer';
|
|
2065
2061
|
// PrinterX aliases
|
|
2066
2062
|
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2063
|
+
// PrinterCheck aliases
|
|
2064
|
+
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2067
2065
|
// Projector aliases
|
|
2068
2066
|
export { default as LucideProjector } from '../icons/projector';
|
|
2067
|
+
// Printer aliases
|
|
2068
|
+
export { default as LucidePrinter } from '../icons/printer';
|
|
2069
2069
|
// Proportions aliases
|
|
2070
2070
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2071
|
-
// Puzzle aliases
|
|
2072
|
-
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2073
2071
|
// Pyramid aliases
|
|
2074
2072
|
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2073
|
+
// Puzzle aliases
|
|
2074
|
+
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2077
2075
|
// Quote aliases
|
|
2078
2076
|
export { default as LucideQuote } from '../icons/quote';
|
|
2077
|
+
// QrCode aliases
|
|
2078
|
+
export { default as LucideQrCode } from '../icons/qr-code';
|
|
2079
2079
|
// Rabbit aliases
|
|
2080
2080
|
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2081
|
-
// Radiation aliases
|
|
2082
|
-
export { default as LucideRadiation } from '../icons/radiation';
|
|
2083
2081
|
// Radar aliases
|
|
2084
2082
|
export { default as LucideRadar } from '../icons/radar';
|
|
2083
|
+
// Radiation aliases
|
|
2084
|
+
export { default as LucideRadiation } from '../icons/radiation';
|
|
2085
2085
|
// Radical aliases
|
|
2086
2086
|
export { default as LucideRadical } from '../icons/radical';
|
|
2087
2087
|
// RadioOff aliases
|
|
@@ -2102,44 +2102,44 @@ export { default as LucideRat } from '../icons/rat';
|
|
|
2102
2102
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2103
2103
|
// ReceiptCent aliases
|
|
2104
2104
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2105
|
-
// ReceiptEuro aliases
|
|
2106
|
-
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2107
2105
|
// ReceiptIndianRupee aliases
|
|
2108
2106
|
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2107
|
+
// ReceiptEuro aliases
|
|
2108
|
+
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2109
2109
|
// ReceiptJapaneseYen aliases
|
|
2110
2110
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2111
|
-
// ReceiptRussianRuble aliases
|
|
2112
|
-
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2113
|
-
// ReceiptSwissFranc aliases
|
|
2114
|
-
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2115
2111
|
// ReceiptPoundSterling aliases
|
|
2116
2112
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2113
|
+
// ReceiptRussianRuble aliases
|
|
2114
|
+
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2117
2115
|
// ReceiptText aliases
|
|
2118
2116
|
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2117
|
+
// ReceiptSwissFranc aliases
|
|
2118
|
+
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2121
2119
|
// Receipt aliases
|
|
2122
2120
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2121
|
+
// ReceiptTurkishLira aliases
|
|
2122
|
+
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2123
2123
|
// RectangleCircle aliases
|
|
2124
2124
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2125
2125
|
// RectangleGoggles aliases
|
|
2126
2126
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2127
2127
|
// RectangleHorizontal aliases
|
|
2128
2128
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2129
|
-
// RectangleVertical aliases
|
|
2130
|
-
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2131
2129
|
// Recycle aliases
|
|
2132
2130
|
export { default as LucideRecycle } from '../icons/recycle';
|
|
2133
2131
|
// Redo2 aliases
|
|
2134
2132
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2133
|
+
// RectangleVertical aliases
|
|
2134
|
+
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2135
2135
|
// RedoDot aliases
|
|
2136
2136
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2137
|
+
// Redo aliases
|
|
2138
|
+
export { default as LucideRedo } from '../icons/redo';
|
|
2137
2139
|
// RefreshCcwDot aliases
|
|
2138
2140
|
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2139
2141
|
// RefreshCcw aliases
|
|
2140
2142
|
export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
2141
|
-
// Redo aliases
|
|
2142
|
-
export { default as LucideRedo } from '../icons/redo';
|
|
2143
2143
|
// RefreshCwOff aliases
|
|
2144
2144
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2145
2145
|
// RefreshCw aliases
|
|
@@ -2148,12 +2148,12 @@ export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
|
2148
2148
|
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2149
2149
|
// Regex aliases
|
|
2150
2150
|
export { default as LucideRegex } from '../icons/regex';
|
|
2151
|
+
// Repeat1 aliases
|
|
2152
|
+
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2151
2153
|
// RemoveFormatting aliases
|
|
2152
2154
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2153
2155
|
// Repeat2 aliases
|
|
2154
2156
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2155
|
-
// Repeat1 aliases
|
|
2156
|
-
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2157
2157
|
// Repeat aliases
|
|
2158
2158
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2159
2159
|
// ReplaceAll aliases
|
|
@@ -2186,26 +2186,26 @@ export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
|
2186
2186
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2187
2187
|
// RotateCwSquare aliases
|
|
2188
2188
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2189
|
-
// RotateCw aliases
|
|
2190
|
-
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2191
2189
|
// RouteOff aliases
|
|
2192
2190
|
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2191
|
+
// RotateCw aliases
|
|
2192
|
+
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2193
2193
|
// Route aliases
|
|
2194
2194
|
export { default as LucideRoute } from '../icons/route';
|
|
2195
2195
|
// Router aliases
|
|
2196
2196
|
export { default as LucideRouter } from '../icons/router';
|
|
2197
2197
|
// Rows4 aliases
|
|
2198
2198
|
export { default as LucideRows4 } from '../icons/rows-4';
|
|
2199
|
-
// Rss aliases
|
|
2200
|
-
export { default as LucideRss } from '../icons/rss';
|
|
2201
2199
|
// RulerDimensionLine aliases
|
|
2202
2200
|
export { default as LucideRulerDimensionLine } from '../icons/ruler-dimension-line';
|
|
2201
|
+
// Rss aliases
|
|
2202
|
+
export { default as LucideRss } from '../icons/rss';
|
|
2203
2203
|
// Ruler aliases
|
|
2204
2204
|
export { default as LucideRuler } from '../icons/ruler';
|
|
2205
|
-
// RussianRuble aliases
|
|
2206
|
-
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2207
2205
|
// Sailboat aliases
|
|
2208
2206
|
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2207
|
+
// RussianRuble aliases
|
|
2208
|
+
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2209
2209
|
// Salad aliases
|
|
2210
2210
|
export { default as LucideSalad } from '../icons/salad';
|
|
2211
2211
|
// Sandwich aliases
|
|
@@ -2260,10 +2260,10 @@ export { default as LucideScreenShare } from '../icons/screen-share';
|
|
|
2260
2260
|
export { default as LucideScrollText } from '../icons/scroll-text';
|
|
2261
2261
|
// Scroll aliases
|
|
2262
2262
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2263
|
-
// SearchAlert aliases
|
|
2264
|
-
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2265
2263
|
// SearchCheck aliases
|
|
2266
2264
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2265
|
+
// SearchAlert aliases
|
|
2266
|
+
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2267
2267
|
// SearchCode aliases
|
|
2268
2268
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2269
2269
|
// SearchSlash aliases
|
|
@@ -2272,10 +2272,10 @@ export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
|
2272
2272
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2273
2273
|
// Search aliases
|
|
2274
2274
|
export { default as LucideSearch } from '../icons/search';
|
|
2275
|
-
// Section aliases
|
|
2276
|
-
export { default as LucideSection } from '../icons/section';
|
|
2277
2275
|
// SendToBack aliases
|
|
2278
2276
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2277
|
+
// Section aliases
|
|
2278
|
+
export { default as LucideSection } from '../icons/section';
|
|
2279
2279
|
// Send aliases
|
|
2280
2280
|
export { default as LucideSend } from '../icons/send';
|
|
2281
2281
|
// SeparatorHorizontal aliases
|
|
@@ -2298,10 +2298,10 @@ export { default as LucideSettings } from '../icons/settings';
|
|
|
2298
2298
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2299
2299
|
// Share2 aliases
|
|
2300
2300
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2301
|
-
// Share aliases
|
|
2302
|
-
export { default as LucideShare } from '../icons/share';
|
|
2303
2301
|
// Sheet aliases
|
|
2304
2302
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2303
|
+
// Share aliases
|
|
2304
|
+
export { default as LucideShare } from '../icons/share';
|
|
2305
2305
|
// Shell aliases
|
|
2306
2306
|
export { default as LucideShell } from '../icons/shell';
|
|
2307
2307
|
// ShelvingUnit aliases
|
|
@@ -2324,10 +2324,10 @@ export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
|
2324
2324
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2325
2325
|
// ShieldOff aliases
|
|
2326
2326
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2327
|
-
// ShieldPlus aliases
|
|
2328
|
-
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2329
2327
|
// ShieldUser aliases
|
|
2330
2328
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2329
|
+
// ShieldPlus aliases
|
|
2330
|
+
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2331
2331
|
// Shield aliases
|
|
2332
2332
|
export { default as LucideShield } from '../icons/shield';
|
|
2333
2333
|
// ShipWheel aliases
|
|
@@ -2336,10 +2336,10 @@ export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
|
2336
2336
|
export { default as LucideShip } from '../icons/ship';
|
|
2337
2337
|
// Shirt aliases
|
|
2338
2338
|
export { default as LucideShirt } from '../icons/shirt';
|
|
2339
|
-
// ShoppingBag aliases
|
|
2340
|
-
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2341
2339
|
// ShoppingBasket aliases
|
|
2342
2340
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2341
|
+
// ShoppingBag aliases
|
|
2342
|
+
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2343
2343
|
// ShoppingCart aliases
|
|
2344
2344
|
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2345
2345
|
// Shovel aliases
|
|
@@ -2350,10 +2350,10 @@ export { default as LucideShowerHead } from '../icons/shower-head';
|
|
|
2350
2350
|
export { default as LucideShredder } from '../icons/shredder';
|
|
2351
2351
|
// Shrimp aliases
|
|
2352
2352
|
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2353
|
-
// Shrub aliases
|
|
2354
|
-
export { default as LucideShrub } from '../icons/shrub';
|
|
2355
2353
|
// Shrink aliases
|
|
2356
2354
|
export { default as LucideShrink } from '../icons/shrink';
|
|
2355
|
+
// Shrub aliases
|
|
2356
|
+
export { default as LucideShrub } from '../icons/shrub';
|
|
2357
2357
|
// Shuffle aliases
|
|
2358
2358
|
export { default as LucideShuffle } from '../icons/shuffle';
|
|
2359
2359
|
// Sigma aliases
|
|
@@ -2388,26 +2388,26 @@ export { default as LucideSlash } from '../icons/slash';
|
|
|
2388
2388
|
export { default as LucideSlice } from '../icons/slice';
|
|
2389
2389
|
// SlidersHorizontal aliases
|
|
2390
2390
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2391
|
-
// SmartphoneCharging aliases
|
|
2392
|
-
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2393
2391
|
// SmartphoneNfc aliases
|
|
2394
2392
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2393
|
+
// SmartphoneCharging aliases
|
|
2394
|
+
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2395
2395
|
// Smartphone aliases
|
|
2396
2396
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2397
2397
|
// SmilePlus aliases
|
|
2398
2398
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2399
|
-
// Smile aliases
|
|
2400
|
-
export { default as LucideSmile } from '../icons/smile';
|
|
2401
2399
|
// Snail aliases
|
|
2402
2400
|
export { default as LucideSnail } from '../icons/snail';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2401
|
+
// Smile aliases
|
|
2402
|
+
export { default as LucideSmile } from '../icons/smile';
|
|
2405
2403
|
// SoapDispenserDroplet aliases
|
|
2406
2404
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2405
|
+
// Snowflake aliases
|
|
2406
|
+
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2409
2407
|
// SolarPanel aliases
|
|
2410
2408
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2409
|
+
// Sofa aliases
|
|
2410
|
+
export { default as LucideSofa } from '../icons/sofa';
|
|
2411
2411
|
// Soup aliases
|
|
2412
2412
|
export { default as LucideSoup } from '../icons/soup';
|
|
2413
2413
|
// Space aliases
|
|
@@ -2422,10 +2422,10 @@ export { default as LucideSpeaker } from '../icons/speaker';
|
|
|
2422
2422
|
export { default as LucideSpeech } from '../icons/speech';
|
|
2423
2423
|
// SpellCheck2 aliases
|
|
2424
2424
|
export { default as LucideSpellCheck2 } from '../icons/spell-check-2';
|
|
2425
|
-
// SplinePointer aliases
|
|
2426
|
-
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2427
2425
|
// SpellCheck aliases
|
|
2428
2426
|
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2427
|
+
// SplinePointer aliases
|
|
2428
|
+
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2429
2429
|
// Spline aliases
|
|
2430
2430
|
export { default as LucideSpline } from '../icons/spline';
|
|
2431
2431
|
// Split aliases
|
|
@@ -2456,10 +2456,10 @@ export { default as LucideSquarePause } from '../icons/square-pause';
|
|
|
2456
2456
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2457
2457
|
// SquareRoundCorner aliases
|
|
2458
2458
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2459
|
-
// SquareSquare aliases
|
|
2460
|
-
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2461
2459
|
// SquareStack aliases
|
|
2462
2460
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2461
|
+
// SquareSquare aliases
|
|
2462
|
+
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2463
2463
|
// SquareStar aliases
|
|
2464
2464
|
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2465
2465
|
// SquareStop aliases
|
|
@@ -2470,24 +2470,24 @@ export { default as LucideSquare } from '../icons/square';
|
|
|
2470
2470
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2471
2471
|
// SquaresIntersect aliases
|
|
2472
2472
|
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2473
|
-
// SquaresUnite aliases
|
|
2474
|
-
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2475
2473
|
// SquaresSubtract aliases
|
|
2476
2474
|
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2475
|
+
// SquaresUnite aliases
|
|
2476
|
+
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2477
2477
|
// SquircleDashed aliases
|
|
2478
2478
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2479
|
-
// Squircle aliases
|
|
2480
|
-
export { default as LucideSquircle } from '../icons/squircle';
|
|
2481
2479
|
// Squirrel aliases
|
|
2482
2480
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2481
|
+
// Squircle aliases
|
|
2482
|
+
export { default as LucideSquircle } from '../icons/squircle';
|
|
2483
2483
|
// Stamp aliases
|
|
2484
2484
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2485
2485
|
// StarHalf aliases
|
|
2486
2486
|
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2487
|
-
// Star aliases
|
|
2488
|
-
export { default as LucideStar } from '../icons/star';
|
|
2489
2487
|
// StarOff aliases
|
|
2490
2488
|
export { default as LucideStarOff } from '../icons/star-off';
|
|
2489
|
+
// Star aliases
|
|
2490
|
+
export { default as LucideStar } from '../icons/star';
|
|
2491
2491
|
// StepBack aliases
|
|
2492
2492
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2493
2493
|
// StepForward aliases
|
|
@@ -2532,14 +2532,14 @@ export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
|
2532
2532
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2533
2533
|
// SwitchCamera aliases
|
|
2534
2534
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2535
|
-
// Swords aliases
|
|
2536
|
-
export { default as LucideSwords } from '../icons/swords';
|
|
2537
2535
|
// Sword aliases
|
|
2538
2536
|
export { default as LucideSword } from '../icons/sword';
|
|
2539
|
-
//
|
|
2540
|
-
export { default as
|
|
2537
|
+
// Swords aliases
|
|
2538
|
+
export { default as LucideSwords } from '../icons/swords';
|
|
2541
2539
|
// Table2 aliases
|
|
2542
2540
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2541
|
+
// Syringe aliases
|
|
2542
|
+
export { default as LucideSyringe } from '../icons/syringe';
|
|
2543
2543
|
// TableCellsMerge aliases
|
|
2544
2544
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2545
2545
|
// TableCellsSplit aliases
|
|
@@ -2548,20 +2548,20 @@ export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
|
2548
2548
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2549
2549
|
// TableOfContents aliases
|
|
2550
2550
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2551
|
-
// TableProperties aliases
|
|
2552
|
-
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2553
2551
|
// TableRowsSplit aliases
|
|
2554
2552
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2553
|
+
// TableProperties aliases
|
|
2554
|
+
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2557
2555
|
// TabletSmartphone aliases
|
|
2558
2556
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2557
|
+
// Table aliases
|
|
2558
|
+
export { default as LucideTable } from '../icons/table';
|
|
2559
2559
|
// Tablet aliases
|
|
2560
2560
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2561
|
-
// Tablets aliases
|
|
2562
|
-
export { default as LucideTablets } from '../icons/tablets';
|
|
2563
2561
|
// Tag aliases
|
|
2564
2562
|
export { default as LucideTag } from '../icons/tag';
|
|
2563
|
+
// Tablets aliases
|
|
2564
|
+
export { default as LucideTablets } from '../icons/tablets';
|
|
2565
2565
|
// Tags aliases
|
|
2566
2566
|
export { default as LucideTags } from '../icons/tags';
|
|
2567
2567
|
// Tally1 aliases
|
|
@@ -2574,10 +2574,10 @@ export { default as LucideTally3 } from '../icons/tally-3';
|
|
|
2574
2574
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2575
2575
|
// Tally5 aliases
|
|
2576
2576
|
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2577
|
-
// Target aliases
|
|
2578
|
-
export { default as LucideTarget } from '../icons/target';
|
|
2579
2577
|
// Tangent aliases
|
|
2580
2578
|
export { default as LucideTangent } from '../icons/tangent';
|
|
2579
|
+
// Target aliases
|
|
2580
|
+
export { default as LucideTarget } from '../icons/target';
|
|
2581
2581
|
// Telescope aliases
|
|
2582
2582
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2583
2583
|
// TentTree aliases
|
|
@@ -2594,18 +2594,18 @@ export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
|
2594
2594
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2595
2595
|
// TextCursor aliases
|
|
2596
2596
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2597
|
-
// TextQuote aliases
|
|
2598
|
-
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2599
2597
|
// TextSearch aliases
|
|
2600
2598
|
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2599
|
+
// TextQuote aliases
|
|
2600
|
+
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2601
2601
|
// Theater aliases
|
|
2602
2602
|
export { default as LucideTheater } from '../icons/theater';
|
|
2603
2603
|
// ThermometerSnowflake aliases
|
|
2604
2604
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2605
|
-
// ThermometerSun aliases
|
|
2606
|
-
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2607
2605
|
// Thermometer aliases
|
|
2608
2606
|
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2607
|
+
// ThermometerSun aliases
|
|
2608
|
+
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2609
2609
|
// ThumbsDown aliases
|
|
2610
2610
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2611
2611
|
// ThumbsUp aliases
|
|
@@ -2624,40 +2624,40 @@ export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
|
2624
2624
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2625
2625
|
// Ticket aliases
|
|
2626
2626
|
export { default as LucideTicket } from '../icons/ticket';
|
|
2627
|
-
// TicketsPlane aliases
|
|
2628
|
-
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2629
2627
|
// Tickets aliases
|
|
2630
2628
|
export { default as LucideTickets } from '../icons/tickets';
|
|
2629
|
+
// TicketsPlane aliases
|
|
2630
|
+
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2631
2631
|
// Timeline aliases
|
|
2632
2632
|
export { default as LucideTimeline } from '../icons/timeline';
|
|
2633
|
-
// TimerOff aliases
|
|
2634
|
-
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2635
2633
|
// TimerReset aliases
|
|
2636
2634
|
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2635
|
+
// TimerOff aliases
|
|
2636
|
+
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2637
2637
|
// Timer aliases
|
|
2638
2638
|
export { default as LucideTimer } from '../icons/timer';
|
|
2639
|
-
// ToggleLeft aliases
|
|
2640
|
-
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2641
2639
|
// ToggleRight aliases
|
|
2642
2640
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2641
|
+
// ToggleLeft aliases
|
|
2642
|
+
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2643
2643
|
// Toilet aliases
|
|
2644
2644
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2645
|
-
// ToolCase aliases
|
|
2646
|
-
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2647
2645
|
// Toolbox aliases
|
|
2648
2646
|
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2647
|
+
// ToolCase aliases
|
|
2648
|
+
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2649
2649
|
// Tornado aliases
|
|
2650
2650
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2651
|
-
// Torus aliases
|
|
2652
|
-
export { default as LucideTorus } from '../icons/torus';
|
|
2653
2651
|
// TouchpadOff aliases
|
|
2654
2652
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2653
|
+
// Torus aliases
|
|
2654
|
+
export { default as LucideTorus } from '../icons/torus';
|
|
2655
2655
|
// Touchpad aliases
|
|
2656
2656
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2657
|
-
// TowelRack aliases
|
|
2658
|
-
export { default as LucideTowelRack } from '../icons/towel-rack';
|
|
2659
2657
|
// TowerControl aliases
|
|
2660
2658
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2659
|
+
// TowelRack aliases
|
|
2660
|
+
export { default as LucideTowelRack } from '../icons/towel-rack';
|
|
2661
2661
|
// ToyBrick aliases
|
|
2662
2662
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2663
2663
|
// Tractor aliases
|
|
@@ -2670,10 +2670,10 @@ export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
|
2670
2670
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2671
2671
|
// TrainTrack aliases
|
|
2672
2672
|
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2673
|
-
// Transgender aliases
|
|
2674
|
-
export { default as LucideTransgender } from '../icons/transgender';
|
|
2675
2673
|
// Trash2 aliases
|
|
2676
2674
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2675
|
+
// Transgender aliases
|
|
2676
|
+
export { default as LucideTransgender } from '../icons/transgender';
|
|
2677
2677
|
// Trash aliases
|
|
2678
2678
|
export { default as LucideTrash } from '../icons/trash';
|
|
2679
2679
|
// TreeDeciduous aliases
|
|
@@ -2712,26 +2712,26 @@ export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
|
2712
2712
|
export { default as LucideTv } from '../icons/tv';
|
|
2713
2713
|
// TypeOutline aliases
|
|
2714
2714
|
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2715
|
-
// Type aliases
|
|
2716
|
-
export { default as LucideType } from '../icons/type';
|
|
2717
2715
|
// UmbrellaOff aliases
|
|
2718
2716
|
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2717
|
+
// Type aliases
|
|
2718
|
+
export { default as LucideType } from '../icons/type';
|
|
2719
2719
|
// Umbrella aliases
|
|
2720
2720
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2721
2721
|
// Underline aliases
|
|
2722
2722
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2723
|
-
// Undo2 aliases
|
|
2724
|
-
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2725
2723
|
// UndoDot aliases
|
|
2726
2724
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2725
|
+
// Undo2 aliases
|
|
2726
|
+
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2727
2727
|
// Undo aliases
|
|
2728
2728
|
export { default as LucideUndo } from '../icons/undo';
|
|
2729
2729
|
// UnfoldVertical aliases
|
|
2730
2730
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2731
|
-
// Ungroup aliases
|
|
2732
|
-
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2733
2731
|
// UnfoldHorizontal aliases
|
|
2734
2732
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2733
|
+
// Ungroup aliases
|
|
2734
|
+
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2735
2735
|
// Unlink2 aliases
|
|
2736
2736
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2737
2737
|
// Unlink aliases
|
|
@@ -2762,20 +2762,20 @@ export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
|
2762
2762
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2763
2763
|
// UserRoundSearch aliases
|
|
2764
2764
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2765
|
-
// UserSearch aliases
|
|
2766
|
-
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2767
2765
|
// UserStar aliases
|
|
2768
2766
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2767
|
+
// UserSearch aliases
|
|
2768
|
+
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2769
2769
|
// UserX aliases
|
|
2770
2770
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2771
2771
|
// User aliases
|
|
2772
2772
|
export { default as LucideUser } from '../icons/user';
|
|
2773
2773
|
// Users aliases
|
|
2774
2774
|
export { default as LucideUsers } from '../icons/users';
|
|
2775
|
-
// UtilityPole aliases
|
|
2776
|
-
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2777
2775
|
// Van aliases
|
|
2778
2776
|
export { default as LucideVan } from '../icons/van';
|
|
2777
|
+
// UtilityPole aliases
|
|
2778
|
+
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2779
2779
|
// Variable aliases
|
|
2780
2780
|
export { default as LucideVariable } from '../icons/variable';
|
|
2781
2781
|
// Vault aliases
|
|
@@ -2794,10 +2794,10 @@ export { default as LucideVenus } from '../icons/venus';
|
|
|
2794
2794
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2795
2795
|
// Vibrate aliases
|
|
2796
2796
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2797
|
-
// VideoOff aliases
|
|
2798
|
-
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2799
2797
|
// Video aliases
|
|
2800
2798
|
export { default as LucideVideo } from '../icons/video';
|
|
2799
|
+
// VideoOff aliases
|
|
2800
|
+
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2801
2801
|
// Videotape aliases
|
|
2802
2802
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2803
2803
|
// View aliases
|
|
@@ -2808,16 +2808,16 @@ export { default as LucideVoicemail } from '../icons/voicemail';
|
|
|
2808
2808
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2809
2809
|
// Volume1 aliases
|
|
2810
2810
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2811
|
-
// Volume2 aliases
|
|
2812
|
-
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2813
2811
|
// VolumeOff aliases
|
|
2814
2812
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2813
|
+
// Volume2 aliases
|
|
2814
|
+
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2815
2815
|
// VolumeX aliases
|
|
2816
2816
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2817
|
-
// Volume aliases
|
|
2818
|
-
export { default as LucideVolume } from '../icons/volume';
|
|
2819
2817
|
// Vote aliases
|
|
2820
2818
|
export { default as LucideVote } from '../icons/vote';
|
|
2819
|
+
// Volume aliases
|
|
2820
|
+
export { default as LucideVolume } from '../icons/volume';
|
|
2821
2821
|
// WalletCards aliases
|
|
2822
2822
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2823
2823
|
// Wallet aliases
|
|
@@ -2838,8 +2838,8 @@ export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
|
2838
2838
|
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2839
2839
|
// WavesLadder aliases
|
|
2840
2840
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2841
|
-
//
|
|
2842
|
-
export { default as
|
|
2841
|
+
// WavesVertical aliases
|
|
2842
|
+
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
2843
2843
|
// Waypoints aliases
|
|
2844
2844
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2845
2845
|
// Webcam aliases
|
|
@@ -2850,12 +2850,12 @@ export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
|
2850
2850
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2851
2851
|
// WeightTilde aliases
|
|
2852
2852
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2853
|
-
// Weight aliases
|
|
2854
|
-
export { default as LucideWeight } from '../icons/weight';
|
|
2855
|
-
// WheatOff aliases
|
|
2856
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2857
2853
|
// Wheat aliases
|
|
2858
2854
|
export { default as LucideWheat } from '../icons/wheat';
|
|
2855
|
+
// WheatOff aliases
|
|
2856
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2857
|
+
// Weight aliases
|
|
2858
|
+
export { default as LucideWeight } from '../icons/weight';
|
|
2859
2859
|
// WholeWord aliases
|
|
2860
2860
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
2861
2861
|
// WifiCog aliases
|
|
@@ -2868,14 +2868,14 @@ export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
|
2868
2868
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2869
2869
|
// WifiPen aliases
|
|
2870
2870
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2871
|
-
// WifiSync aliases
|
|
2872
|
-
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2873
2871
|
// WifiZero aliases
|
|
2874
2872
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2873
|
+
// WifiSync aliases
|
|
2874
|
+
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2877
2875
|
// WindArrowDown aliases
|
|
2878
2876
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2877
|
+
// Wifi aliases
|
|
2878
|
+
export { default as LucideWifi } from '../icons/wifi';
|
|
2879
2879
|
// Wind aliases
|
|
2880
2880
|
export { default as LucideWind } from '../icons/wind';
|
|
2881
2881
|
// WineOff aliases
|
|
@@ -2892,10 +2892,10 @@ export { default as LucideWrench } from '../icons/wrench';
|
|
|
2892
2892
|
export { default as LucideXLineTop } from '../icons/x-line-top';
|
|
2893
2893
|
// X aliases
|
|
2894
2894
|
export { default as LucideX } from '../icons/x';
|
|
2895
|
-
// ZapOff aliases
|
|
2896
|
-
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2897
2895
|
// Zap aliases
|
|
2898
2896
|
export { default as LucideZap } from '../icons/zap';
|
|
2897
|
+
// ZapOff aliases
|
|
2898
|
+
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2899
2899
|
// ZodiacAquarius aliases
|
|
2900
2900
|
export { default as LucideZodiacAquarius } from '../icons/zodiac-aquarius';
|
|
2901
2901
|
// ZodiacAries aliases
|
|
@@ -2934,6 +2934,12 @@ export { default as LucideArrowDown10 } from '../icons/arrow-down-1-0';
|
|
|
2934
2934
|
export { default as LucideArrowUp01 } from '../icons/arrow-up-0-1';
|
|
2935
2935
|
// ArrowUp10 aliases
|
|
2936
2936
|
export { default as LucideArrowUp10 } from '../icons/arrow-up-1-0';
|
|
2937
|
+
// AlarmClockCheck aliases
|
|
2938
|
+
export { default as LucideAlarmClockCheck } from '../icons/alarm-clock-check';
|
|
2939
|
+
export {
|
|
2940
|
+
/** @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 */
|
|
2941
|
+
default as LucideAlarmCheck
|
|
2942
|
+
} from '../icons/alarm-clock-check';
|
|
2937
2943
|
// AlarmClockMinus aliases
|
|
2938
2944
|
export { default as LucideAlarmClockMinus } from '../icons/alarm-clock-minus';
|
|
2939
2945
|
export {
|
|
@@ -2970,18 +2976,18 @@ export {
|
|
|
2970
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2971
2977
|
default as LucideArrowUpAz
|
|
2972
2978
|
} from '../icons/arrow-up-a-z';
|
|
2973
|
-
// ArrowUpNarrowWide aliases
|
|
2974
|
-
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as LucideSortAsc
|
|
2978
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2979
2979
|
// ArrowUpZA aliases
|
|
2980
2980
|
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
2981
2981
|
export {
|
|
2982
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2983
2983
|
default as LucideArrowUpZa
|
|
2984
2984
|
} from '../icons/arrow-up-z-a';
|
|
2985
|
+
// ArrowUpNarrowWide aliases
|
|
2986
|
+
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as LucideSortAsc
|
|
2990
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2985
2991
|
// Axis3d aliases
|
|
2986
2992
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2987
2993
|
export {
|
|
@@ -2994,30 +3000,30 @@ export {
|
|
|
2994
3000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2995
3001
|
default as LucideVerified
|
|
2996
3002
|
} from '../icons/badge-check';
|
|
2997
|
-
// BadgeQuestionMark aliases
|
|
2998
|
-
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
2999
|
-
export {
|
|
3000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3001
|
-
default as LucideBadgeHelp
|
|
3002
|
-
} from '../icons/badge-question-mark';
|
|
3003
|
-
// BetweenHorizontalStart aliases
|
|
3004
|
-
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3005
|
-
export {
|
|
3006
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3007
|
-
default as LucideBetweenHorizonalStart
|
|
3008
|
-
} from '../icons/between-horizontal-start';
|
|
3009
3003
|
// BetweenHorizontalEnd aliases
|
|
3010
3004
|
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3011
3005
|
export {
|
|
3012
3006
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3013
3007
|
default as LucideBetweenHorizonalEnd
|
|
3014
3008
|
} from '../icons/between-horizontal-end';
|
|
3009
|
+
// BadgeQuestionMark aliases
|
|
3010
|
+
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3011
|
+
export {
|
|
3012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3013
|
+
default as LucideBadgeHelp
|
|
3014
|
+
} from '../icons/badge-question-mark';
|
|
3015
3015
|
// BookDashed aliases
|
|
3016
3016
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3017
3017
|
export {
|
|
3018
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3019
3019
|
default as LucideBookTemplate
|
|
3020
3020
|
} from '../icons/book-dashed';
|
|
3021
|
+
// BetweenHorizontalStart aliases
|
|
3022
|
+
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3025
|
+
default as LucideBetweenHorizonalStart
|
|
3026
|
+
} from '../icons/between-horizontal-start';
|
|
3021
3027
|
// Braces aliases
|
|
3022
3028
|
export { default as LucideBraces } from '../icons/braces';
|
|
3023
3029
|
export {
|
|
@@ -3054,18 +3060,18 @@ export {
|
|
|
3054
3060
|
/** @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 */
|
|
3055
3061
|
default as LucideCandlestickChart
|
|
3056
3062
|
} from '../icons/chart-candlestick';
|
|
3057
|
-
// ChartColumnIncreasing aliases
|
|
3058
|
-
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @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 */
|
|
3061
|
-
default as LucideBarChart4
|
|
3062
|
-
} from '../icons/chart-column-increasing';
|
|
3063
3063
|
// ChartColumnBig aliases
|
|
3064
3064
|
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3065
3065
|
export {
|
|
3066
3066
|
/** @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 */
|
|
3067
3067
|
default as LucideBarChartBig
|
|
3068
3068
|
} from '../icons/chart-column-big';
|
|
3069
|
+
// ChartColumnIncreasing aliases
|
|
3070
|
+
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @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 */
|
|
3073
|
+
default as LucideBarChart4
|
|
3074
|
+
} from '../icons/chart-column-increasing';
|
|
3069
3075
|
// ChartColumn aliases
|
|
3070
3076
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3071
3077
|
export {
|
|
@@ -3078,30 +3084,30 @@ export {
|
|
|
3078
3084
|
/** @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 */
|
|
3079
3085
|
default as LucideLineChart
|
|
3080
3086
|
} from '../icons/chart-line';
|
|
3081
|
-
// ChartNoAxesColumn aliases
|
|
3082
|
-
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3083
|
-
export {
|
|
3084
|
-
/** @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 */
|
|
3085
|
-
default as LucideBarChart2
|
|
3086
|
-
} from '../icons/chart-no-axes-column';
|
|
3087
3087
|
// ChartNoAxesColumnIncreasing aliases
|
|
3088
3088
|
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3089
3089
|
export {
|
|
3090
3090
|
/** @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 */
|
|
3091
3091
|
default as LucideBarChart
|
|
3092
3092
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3093
|
-
//
|
|
3094
|
-
export { default as
|
|
3093
|
+
// ChartNoAxesColumn aliases
|
|
3094
|
+
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3095
3095
|
export {
|
|
3096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3097
|
-
default as
|
|
3098
|
-
} from '../icons/chart-
|
|
3096
|
+
/** @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 */
|
|
3097
|
+
default as LucideBarChart2
|
|
3098
|
+
} from '../icons/chart-no-axes-column';
|
|
3099
3099
|
// ChartNoAxesGantt aliases
|
|
3100
3100
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3101
3101
|
export {
|
|
3102
3102
|
/** @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 */
|
|
3103
3103
|
default as LucideGanttChart
|
|
3104
3104
|
} from '../icons/chart-no-axes-gantt';
|
|
3105
|
+
// ChartPie aliases
|
|
3106
|
+
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3107
|
+
export {
|
|
3108
|
+
/** @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 */
|
|
3109
|
+
default as LucidePieChart
|
|
3110
|
+
} from '../icons/chart-pie';
|
|
3105
3111
|
// ChartScatter aliases
|
|
3106
3112
|
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3107
3113
|
export {
|
|
@@ -3126,30 +3132,30 @@ export {
|
|
|
3126
3132
|
/** @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 */
|
|
3127
3133
|
default as LucideArrowDownCircle
|
|
3128
3134
|
} from '../icons/circle-arrow-down';
|
|
3129
|
-
// CircleArrowOutDownLeft aliases
|
|
3130
|
-
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3133
|
-
default as LucideArrowDownLeftFromCircle
|
|
3134
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3135
3135
|
// CircleArrowOutDownRight aliases
|
|
3136
3136
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3137
3137
|
export {
|
|
3138
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3139
3139
|
default as LucideArrowDownRightFromCircle
|
|
3140
3140
|
} from '../icons/circle-arrow-out-down-right';
|
|
3141
|
-
// CircleArrowOutUpRight aliases
|
|
3142
|
-
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @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 */
|
|
3145
|
-
default as LucideArrowUpRightFromCircle
|
|
3146
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3147
3141
|
// CircleArrowOutUpLeft aliases
|
|
3148
3142
|
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3149
3143
|
export {
|
|
3150
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3151
3145
|
default as LucideArrowUpLeftFromCircle
|
|
3152
3146
|
} from '../icons/circle-arrow-out-up-left';
|
|
3147
|
+
// CircleArrowOutDownLeft aliases
|
|
3148
|
+
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as LucideArrowDownLeftFromCircle
|
|
3152
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3153
|
+
// CircleArrowOutUpRight aliases
|
|
3154
|
+
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3155
|
+
export {
|
|
3156
|
+
/** @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 */
|
|
3157
|
+
default as LucideArrowUpRightFromCircle
|
|
3158
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3153
3159
|
// CircleArrowRight aliases
|
|
3154
3160
|
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3155
3161
|
export {
|
|
@@ -3168,18 +3174,18 @@ export {
|
|
|
3168
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3169
3175
|
default as LucideCheckCircle
|
|
3170
3176
|
} from '../icons/circle-check-big';
|
|
3171
|
-
// CircleCheck aliases
|
|
3172
|
-
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3173
|
-
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3175
|
-
default as LucideCheckCircle2
|
|
3176
|
-
} from '../icons/circle-check';
|
|
3177
3177
|
// CircleChevronDown aliases
|
|
3178
3178
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3179
3179
|
export {
|
|
3180
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3181
3181
|
default as LucideChevronDownCircle
|
|
3182
3182
|
} from '../icons/circle-chevron-down';
|
|
3183
|
+
// CircleCheck aliases
|
|
3184
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as LucideCheckCircle2
|
|
3188
|
+
} from '../icons/circle-check';
|
|
3183
3189
|
// CircleChevronLeft aliases
|
|
3184
3190
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3185
3191
|
export {
|
|
@@ -3192,12 +3198,6 @@ export {
|
|
|
3192
3198
|
/** @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 */
|
|
3193
3199
|
default as LucideChevronRightCircle
|
|
3194
3200
|
} from '../icons/circle-chevron-right';
|
|
3195
|
-
// CircleChevronUp aliases
|
|
3196
|
-
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @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 */
|
|
3199
|
-
default as LucideChevronUpCircle
|
|
3200
|
-
} from '../icons/circle-chevron-up';
|
|
3201
3201
|
// CircleDivide aliases
|
|
3202
3202
|
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3203
3203
|
export {
|
|
@@ -3216,36 +3216,30 @@ export {
|
|
|
3216
3216
|
/** @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 */
|
|
3217
3217
|
default as LucideMinusCircle
|
|
3218
3218
|
} from '../icons/circle-minus';
|
|
3219
|
-
//
|
|
3220
|
-
export { default as
|
|
3219
|
+
// CircleChevronUp aliases
|
|
3220
|
+
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3221
3221
|
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3223
|
-
default as
|
|
3224
|
-
} from '../icons/circle-
|
|
3222
|
+
/** @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 */
|
|
3223
|
+
default as LucideChevronUpCircle
|
|
3224
|
+
} from '../icons/circle-chevron-up';
|
|
3225
3225
|
// CircleParking aliases
|
|
3226
3226
|
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3227
3227
|
export {
|
|
3228
3228
|
/** @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 */
|
|
3229
3229
|
default as LucideParkingCircle
|
|
3230
3230
|
} from '../icons/circle-parking';
|
|
3231
|
+
// CircleParkingOff aliases
|
|
3232
|
+
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as LucideParkingCircleOff
|
|
3236
|
+
} from '../icons/circle-parking-off';
|
|
3231
3237
|
// CirclePause aliases
|
|
3232
3238
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3233
3239
|
export {
|
|
3234
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3235
3241
|
default as LucidePauseCircle
|
|
3236
3242
|
} from '../icons/circle-pause';
|
|
3237
|
-
// CirclePercent aliases
|
|
3238
|
-
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3239
|
-
export {
|
|
3240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3241
|
-
default as LucidePercentCircle
|
|
3242
|
-
} from '../icons/circle-percent';
|
|
3243
|
-
// AlarmClockCheck aliases
|
|
3244
|
-
export { default as LucideAlarmClockCheck } from '../icons/alarm-clock-check';
|
|
3245
|
-
export {
|
|
3246
|
-
/** @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 */
|
|
3247
|
-
default as LucideAlarmCheck
|
|
3248
|
-
} from '../icons/alarm-clock-check';
|
|
3249
3243
|
// CirclePlay aliases
|
|
3250
3244
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3251
3245
|
export {
|
|
@@ -3264,6 +3258,12 @@ export {
|
|
|
3264
3258
|
/** @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 */
|
|
3265
3259
|
default as LucidePowerCircle
|
|
3266
3260
|
} from '../icons/circle-power';
|
|
3261
|
+
// CirclePercent aliases
|
|
3262
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as LucidePercentCircle
|
|
3266
|
+
} from '../icons/circle-percent';
|
|
3267
3267
|
// CircleQuestionMark aliases
|
|
3268
3268
|
export { default as LucideCircleQuestionMark } from '../icons/circle-question-mark';
|
|
3269
3269
|
export {
|
|
@@ -3356,18 +3356,18 @@ export {
|
|
|
3356
3356
|
/** @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 */
|
|
3357
3357
|
default as LucidePanelsLeftRight
|
|
3358
3358
|
} from '../icons/columns-3';
|
|
3359
|
-
// ContactRound aliases
|
|
3360
|
-
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @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 */
|
|
3363
|
-
default as LucideContact2
|
|
3364
|
-
} from '../icons/contact-round';
|
|
3365
3359
|
// DiamondPercent aliases
|
|
3366
3360
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3367
3361
|
export {
|
|
3368
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3369
3363
|
default as LucidePercentDiamond
|
|
3370
3364
|
} from '../icons/diamond-percent';
|
|
3365
|
+
// ContactRound aliases
|
|
3366
|
+
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @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 */
|
|
3369
|
+
default as LucideContact2
|
|
3370
|
+
} from '../icons/contact-round';
|
|
3371
3371
|
// Earth aliases
|
|
3372
3372
|
export { default as LucideEarth } from '../icons/earth';
|
|
3373
3373
|
export {
|
|
@@ -3386,18 +3386,18 @@ export {
|
|
|
3386
3386
|
/** @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 */
|
|
3387
3387
|
default as LucideMoreHorizontal
|
|
3388
3388
|
} from '../icons/ellipsis';
|
|
3389
|
-
// FileAxis3d aliases
|
|
3390
|
-
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @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 */
|
|
3393
|
-
default as LucideFileAxis3D
|
|
3394
|
-
} from '../icons/file-axis-3d';
|
|
3395
3389
|
// FileBadge aliases
|
|
3396
3390
|
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3397
3391
|
export {
|
|
3398
3392
|
/** @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 */
|
|
3399
3393
|
default as LucideFileBadge2
|
|
3400
3394
|
} from '../icons/file-badge';
|
|
3395
|
+
// FileAxis3d aliases
|
|
3396
|
+
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @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 */
|
|
3399
|
+
default as LucideFileAxis3D
|
|
3400
|
+
} from '../icons/file-axis-3d';
|
|
3401
3401
|
// FileBracesCorner aliases
|
|
3402
3402
|
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3403
3403
|
export {
|
|
@@ -3446,18 +3446,18 @@ export {
|
|
|
3446
3446
|
/** @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 */
|
|
3447
3447
|
default as LucideFileCode2
|
|
3448
3448
|
} from '../icons/file-code-corner';
|
|
3449
|
-
// FileCog aliases
|
|
3450
|
-
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3451
|
-
export {
|
|
3452
|
-
/** @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 */
|
|
3453
|
-
default as LucideFileCog2
|
|
3454
|
-
} from '../icons/file-cog';
|
|
3455
3449
|
// FileExclamationPoint aliases
|
|
3456
3450
|
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3457
3451
|
export {
|
|
3458
3452
|
/** @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 */
|
|
3459
3453
|
default as LucideFileWarning
|
|
3460
3454
|
} from '../icons/file-exclamation-point';
|
|
3455
|
+
// FileCog aliases
|
|
3456
|
+
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @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 */
|
|
3459
|
+
default as LucideFileCog2
|
|
3460
|
+
} from '../icons/file-cog';
|
|
3461
3461
|
// FileHeadphone aliases
|
|
3462
3462
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3463
3463
|
export {
|
|
@@ -3468,12 +3468,6 @@ export {
|
|
|
3468
3468
|
/** @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 */
|
|
3469
3469
|
default as LucideFileAudio2
|
|
3470
3470
|
} from '../icons/file-headphone';
|
|
3471
|
-
// FileKey aliases
|
|
3472
|
-
export { default as LucideFileKey } from '../icons/file-key';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @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 */
|
|
3475
|
-
default as LucideFileKey2
|
|
3476
|
-
} from '../icons/file-key';
|
|
3477
3471
|
// FileLock aliases
|
|
3478
3472
|
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3479
3473
|
export {
|
|
@@ -3486,6 +3480,12 @@ export {
|
|
|
3486
3480
|
/** @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 */
|
|
3487
3481
|
default as LucideFileMinus2
|
|
3488
3482
|
} from '../icons/file-minus-corner';
|
|
3483
|
+
// FileKey aliases
|
|
3484
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @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 */
|
|
3487
|
+
default as LucideFileKey2
|
|
3488
|
+
} from '../icons/file-key';
|
|
3489
3489
|
// FilePenLine aliases
|
|
3490
3490
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3491
3491
|
export {
|
|
@@ -3570,20 +3570,20 @@ export {
|
|
|
3570
3570
|
/** @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 */
|
|
3571
3571
|
default as LucideFilterX
|
|
3572
3572
|
} from '../icons/funnel-x';
|
|
3573
|
-
// Funnel aliases
|
|
3574
|
-
export { default as LucideFunnel } from '../icons/funnel';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @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 */
|
|
3577
|
-
default as LucideFilter
|
|
3578
|
-
} from '../icons/funnel';
|
|
3579
3573
|
// GitCommitHorizontal aliases
|
|
3580
3574
|
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3581
3575
|
export {
|
|
3582
3576
|
/** @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 */
|
|
3583
3577
|
default as LucideGitCommit
|
|
3584
3578
|
} from '../icons/git-commit-horizontal';
|
|
3585
|
-
//
|
|
3586
|
-
export { default as
|
|
3579
|
+
// Funnel aliases
|
|
3580
|
+
export { default as LucideFunnel } from '../icons/funnel';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @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 */
|
|
3583
|
+
default as LucideFilter
|
|
3584
|
+
} from '../icons/funnel';
|
|
3585
|
+
// Grid2x2Check aliases
|
|
3586
|
+
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3587
3587
|
export {
|
|
3588
3588
|
/** @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 */
|
|
3589
3589
|
default as LucideGrid2X2Check
|
|
@@ -3600,12 +3600,6 @@ export {
|
|
|
3600
3600
|
/** @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 */
|
|
3601
3601
|
default as LucideGrid2X2X
|
|
3602
3602
|
} from '../icons/grid-2x2-x';
|
|
3603
|
-
// Grid2x2 aliases
|
|
3604
|
-
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @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 */
|
|
3607
|
-
default as LucideGrid2X2
|
|
3608
|
-
} from '../icons/grid-2x2';
|
|
3609
3603
|
// Grid3x3 aliases
|
|
3610
3604
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3611
3605
|
export {
|
|
@@ -3616,6 +3610,12 @@ export {
|
|
|
3616
3610
|
/** @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 */
|
|
3617
3611
|
default as LucideGrid3X3
|
|
3618
3612
|
} from '../icons/grid-3x3';
|
|
3613
|
+
// Grid2x2 aliases
|
|
3614
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @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 */
|
|
3617
|
+
default as LucideGrid2X2
|
|
3618
|
+
} from '../icons/grid-2x2';
|
|
3619
3619
|
// HandGrab aliases
|
|
3620
3620
|
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3621
3621
|
export {
|
|
@@ -3628,18 +3628,18 @@ export {
|
|
|
3628
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3629
3629
|
default as LucideHelpingHand
|
|
3630
3630
|
} from '../icons/hand-helping';
|
|
3631
|
-
// House aliases
|
|
3632
|
-
export { default as LucideHouse } from '../icons/house';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @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 */
|
|
3635
|
-
default as LucideHome
|
|
3636
|
-
} from '../icons/house';
|
|
3637
3631
|
// IceCreamBowl aliases
|
|
3638
3632
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3639
3633
|
export {
|
|
3640
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3641
3635
|
default as LucideIceCream2
|
|
3642
3636
|
} from '../icons/ice-cream-bowl';
|
|
3637
|
+
// House aliases
|
|
3638
|
+
export { default as LucideHouse } from '../icons/house';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @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 */
|
|
3641
|
+
default as LucideHome
|
|
3642
|
+
} from '../icons/house';
|
|
3643
3643
|
// IceCreamCone aliases
|
|
3644
3644
|
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3645
3645
|
export {
|
|
@@ -3690,18 +3690,18 @@ export {
|
|
|
3690
3690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3691
3691
|
default as LucideUnlockKeyhole
|
|
3692
3692
|
} from '../icons/lock-keyhole-open';
|
|
3693
|
-
// LockOpen aliases
|
|
3694
|
-
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3695
|
-
export {
|
|
3696
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3697
|
-
default as LucideUnlock
|
|
3698
|
-
} from '../icons/lock-open';
|
|
3699
3693
|
// MailQuestionMark aliases
|
|
3700
3694
|
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3701
3695
|
export {
|
|
3702
3696
|
/** @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 */
|
|
3703
3697
|
default as LucideMailQuestion
|
|
3704
3698
|
} from '../icons/mail-question-mark';
|
|
3699
|
+
// LockOpen aliases
|
|
3700
|
+
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3701
|
+
export {
|
|
3702
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3703
|
+
default as LucideUnlock
|
|
3704
|
+
} from '../icons/lock-open';
|
|
3705
3705
|
// MapPinPen aliases
|
|
3706
3706
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3707
3707
|
export {
|
|
@@ -3756,18 +3756,18 @@ export {
|
|
|
3756
3756
|
/** @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 */
|
|
3757
3757
|
default as LucidePanelBottomInactive
|
|
3758
3758
|
} from '../icons/panel-bottom-dashed';
|
|
3759
|
-
// PanelLeftClose aliases
|
|
3760
|
-
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3763
|
-
default as LucideSidebarClose
|
|
3764
|
-
} from '../icons/panel-left-close';
|
|
3765
3759
|
// PanelLeftDashed aliases
|
|
3766
3760
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3767
3761
|
export {
|
|
3768
3762
|
/** @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 */
|
|
3769
3763
|
default as LucidePanelLeftInactive
|
|
3770
3764
|
} from '../icons/panel-left-dashed';
|
|
3765
|
+
// PanelLeftClose aliases
|
|
3766
|
+
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3769
|
+
default as LucideSidebarClose
|
|
3770
|
+
} from '../icons/panel-left-close';
|
|
3771
3771
|
// PanelLeftOpen aliases
|
|
3772
3772
|
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3773
3773
|
export {
|
|
@@ -3780,18 +3780,18 @@ export {
|
|
|
3780
3780
|
/** @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 */
|
|
3781
3781
|
default as LucideSidebar
|
|
3782
3782
|
} from '../icons/panel-left';
|
|
3783
|
-
// PanelTopDashed aliases
|
|
3784
|
-
export { default as LucidePanelTopDashed } from '../icons/panel-top-dashed';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as LucidePanelTopInactive
|
|
3788
|
-
} from '../icons/panel-top-dashed';
|
|
3789
3783
|
// PanelRightDashed aliases
|
|
3790
3784
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3791
3785
|
export {
|
|
3792
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3793
3787
|
default as LucidePanelRightInactive
|
|
3794
3788
|
} from '../icons/panel-right-dashed';
|
|
3789
|
+
// PanelTopDashed aliases
|
|
3790
|
+
export { default as LucidePanelTopDashed } from '../icons/panel-top-dashed';
|
|
3791
|
+
export {
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3793
|
+
default as LucidePanelTopInactive
|
|
3794
|
+
} from '../icons/panel-top-dashed';
|
|
3795
3795
|
// PanelsTopLeft aliases
|
|
3796
3796
|
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3797
3797
|
export {
|
|
@@ -3804,18 +3804,18 @@ export {
|
|
|
3804
3804
|
/** @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 */
|
|
3805
3805
|
default as LucideEdit3
|
|
3806
3806
|
} from '../icons/pen-line';
|
|
3807
|
-
// Pen aliases
|
|
3808
|
-
export { default as LucidePen } from '../icons/pen';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3811
|
-
default as LucideEdit2
|
|
3812
|
-
} from '../icons/pen';
|
|
3813
3807
|
// PlugZap aliases
|
|
3814
3808
|
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3815
3809
|
export {
|
|
3816
3810
|
/** @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 */
|
|
3817
3811
|
default as LucidePlugZap2
|
|
3818
3812
|
} from '../icons/plug-zap';
|
|
3813
|
+
// Pen aliases
|
|
3814
|
+
export { default as LucidePen } from '../icons/pen';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3817
|
+
default as LucideEdit2
|
|
3818
|
+
} from '../icons/pen';
|
|
3819
3819
|
// RectangleEllipsis aliases
|
|
3820
3820
|
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3821
3821
|
export {
|
|
@@ -3834,36 +3834,36 @@ export {
|
|
|
3834
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3835
3835
|
default as LucideRows
|
|
3836
3836
|
} from '../icons/rows-2';
|
|
3837
|
-
// Rows3 aliases
|
|
3838
|
-
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3841
|
-
default as LucidePanelsTopBottom
|
|
3842
|
-
} from '../icons/rows-3';
|
|
3843
3837
|
// Scale3d aliases
|
|
3844
3838
|
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
3845
3839
|
export {
|
|
3846
3840
|
/** @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 */
|
|
3847
3841
|
default as LucideScale3D
|
|
3848
3842
|
} from '../icons/scale-3d';
|
|
3843
|
+
// Rows3 aliases
|
|
3844
|
+
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3847
|
+
default as LucidePanelsTopBottom
|
|
3848
|
+
} from '../icons/rows-3';
|
|
3849
3849
|
// SendHorizontal aliases
|
|
3850
3850
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3851
3851
|
export {
|
|
3852
3852
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3853
3853
|
default as LucideSendHorizonal
|
|
3854
3854
|
} from '../icons/send-horizontal';
|
|
3855
|
-
// ShieldQuestionMark aliases
|
|
3856
|
-
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @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 */
|
|
3859
|
-
default as LucideShieldQuestion
|
|
3860
|
-
} from '../icons/shield-question-mark';
|
|
3861
3855
|
// ShieldX aliases
|
|
3862
3856
|
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3863
3857
|
export {
|
|
3864
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3865
3859
|
default as LucideShieldClose
|
|
3866
3860
|
} from '../icons/shield-x';
|
|
3861
|
+
// ShieldQuestionMark aliases
|
|
3862
|
+
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @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 */
|
|
3865
|
+
default as LucideShieldQuestion
|
|
3866
|
+
} from '../icons/shield-question-mark';
|
|
3867
3867
|
// SlidersVertical aliases
|
|
3868
3868
|
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3869
3869
|
export {
|
|
@@ -3876,18 +3876,18 @@ export {
|
|
|
3876
3876
|
/** @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 */
|
|
3877
3877
|
default as LucideStars
|
|
3878
3878
|
} from '../icons/sparkles';
|
|
3879
|
-
// SquareArrowDownLeft aliases
|
|
3880
|
-
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3881
|
-
export {
|
|
3882
|
-
/** @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 */
|
|
3883
|
-
default as LucideArrowDownLeftSquare
|
|
3884
|
-
} from '../icons/square-arrow-down-left';
|
|
3885
3879
|
// SquareActivity aliases
|
|
3886
3880
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3887
3881
|
export {
|
|
3888
3882
|
/** @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 */
|
|
3889
3883
|
default as LucideActivitySquare
|
|
3890
3884
|
} from '../icons/square-activity';
|
|
3885
|
+
// SquareArrowDownLeft aliases
|
|
3886
|
+
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3887
|
+
export {
|
|
3888
|
+
/** @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 */
|
|
3889
|
+
default as LucideArrowDownLeftSquare
|
|
3890
|
+
} from '../icons/square-arrow-down-left';
|
|
3891
3891
|
// SquareArrowDownRight aliases
|
|
3892
3892
|
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3893
3893
|
export {
|
|
@@ -3936,6 +3936,12 @@ export {
|
|
|
3936
3936
|
/** @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 */
|
|
3937
3937
|
default as LucideArrowRightSquare
|
|
3938
3938
|
} from '../icons/square-arrow-right';
|
|
3939
|
+
// SquareArrowUp aliases
|
|
3940
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @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 */
|
|
3943
|
+
default as LucideArrowUpSquare
|
|
3944
|
+
} from '../icons/square-arrow-up';
|
|
3939
3945
|
// SquareArrowUpLeft aliases
|
|
3940
3946
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
3941
3947
|
export {
|
|
@@ -3948,18 +3954,6 @@ export {
|
|
|
3948
3954
|
/** @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 */
|
|
3949
3955
|
default as LucideArrowUpRightSquare
|
|
3950
3956
|
} from '../icons/square-arrow-up-right';
|
|
3951
|
-
// SquareArrowUp aliases
|
|
3952
|
-
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3953
|
-
export {
|
|
3954
|
-
/** @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 */
|
|
3955
|
-
default as LucideArrowUpSquare
|
|
3956
|
-
} from '../icons/square-arrow-up';
|
|
3957
|
-
// SquareBottomDashedScissors aliases
|
|
3958
|
-
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3961
|
-
default as LucideScissorsSquareDashedBottom
|
|
3962
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3963
3957
|
// SquareAsterisk aliases
|
|
3964
3958
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
3965
3959
|
export {
|
|
@@ -3988,60 +3982,66 @@ export {
|
|
|
3988
3982
|
/** @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 */
|
|
3989
3983
|
default as LucideSquareGanttChart
|
|
3990
3984
|
} from '../icons/square-chart-gantt';
|
|
3991
|
-
//
|
|
3992
|
-
export { default as
|
|
3985
|
+
// SquareBottomDashedScissors aliases
|
|
3986
|
+
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3993
3987
|
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-
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as LucideScissorsSquareDashedBottom
|
|
3990
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3997
3991
|
// SquareCheck aliases
|
|
3998
3992
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3999
3993
|
export {
|
|
4000
3994
|
/** @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 */
|
|
4001
3995
|
default as LucideCheckSquare2
|
|
4002
3996
|
} from '../icons/square-check';
|
|
4003
|
-
//
|
|
4004
|
-
export { default as
|
|
3997
|
+
// SquareCheckBig aliases
|
|
3998
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4005
3999
|
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-
|
|
4000
|
+
/** @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 */
|
|
4001
|
+
default as LucideCheckSquare
|
|
4002
|
+
} from '../icons/square-check-big';
|
|
4009
4003
|
// SquareChevronLeft aliases
|
|
4010
4004
|
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4011
4005
|
export {
|
|
4012
4006
|
/** @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 */
|
|
4013
4007
|
default as LucideChevronLeftSquare
|
|
4014
4008
|
} from '../icons/square-chevron-left';
|
|
4009
|
+
// SquareChevronDown aliases
|
|
4010
|
+
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @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 */
|
|
4013
|
+
default as LucideChevronDownSquare
|
|
4014
|
+
} from '../icons/square-chevron-down';
|
|
4015
4015
|
// SquareChevronRight aliases
|
|
4016
4016
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4017
4017
|
export {
|
|
4018
4018
|
/** @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 */
|
|
4019
4019
|
default as LucideChevronRightSquare
|
|
4020
4020
|
} from '../icons/square-chevron-right';
|
|
4021
|
-
// SquareChevronUp aliases
|
|
4022
|
-
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @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 */
|
|
4025
|
-
default as LucideChevronUpSquare
|
|
4026
|
-
} from '../icons/square-chevron-up';
|
|
4027
4021
|
// SquareCode aliases
|
|
4028
4022
|
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4029
4023
|
export {
|
|
4030
4024
|
/** @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 */
|
|
4031
4025
|
default as LucideCodeSquare
|
|
4032
4026
|
} from '../icons/square-code';
|
|
4033
|
-
//
|
|
4034
|
-
export { default as
|
|
4027
|
+
// SquareChevronUp aliases
|
|
4028
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4035
4029
|
export {
|
|
4036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4037
|
-
default as
|
|
4038
|
-
} from '../icons/square-
|
|
4030
|
+
/** @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 */
|
|
4031
|
+
default as LucideChevronUpSquare
|
|
4032
|
+
} from '../icons/square-chevron-up';
|
|
4039
4033
|
// SquareDashedKanban aliases
|
|
4040
4034
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
4041
4035
|
export {
|
|
4042
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4043
4037
|
default as LucideKanbanSquareDashed
|
|
4044
4038
|
} from '../icons/square-dashed-kanban';
|
|
4039
|
+
// SquareDashedMousePointer aliases
|
|
4040
|
+
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as LucideMousePointerSquareDashed
|
|
4044
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4045
4045
|
// SquareDashedText aliases
|
|
4046
4046
|
export { default as LucideSquareDashedText } from '../icons/square-dashed-text';
|
|
4047
4047
|
export {
|
|
@@ -4058,12 +4058,6 @@ export {
|
|
|
4058
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4059
4059
|
default as LucideBoxSelect
|
|
4060
4060
|
} from '../icons/square-dashed';
|
|
4061
|
-
// SquareDivide aliases
|
|
4062
|
-
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4065
|
-
default as LucideDivideSquare
|
|
4066
|
-
} from '../icons/square-divide';
|
|
4067
4061
|
// SquareDot aliases
|
|
4068
4062
|
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4069
4063
|
export {
|
|
@@ -4076,6 +4070,12 @@ export {
|
|
|
4076
4070
|
/** @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 */
|
|
4077
4071
|
default as LucideEqualSquare
|
|
4078
4072
|
} from '../icons/square-equal';
|
|
4073
|
+
// SquareDivide aliases
|
|
4074
|
+
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4075
|
+
export {
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4077
|
+
default as LucideDivideSquare
|
|
4078
|
+
} from '../icons/square-divide';
|
|
4079
4079
|
// SquareFunction aliases
|
|
4080
4080
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4081
4081
|
export {
|
|
@@ -4112,18 +4112,18 @@ export {
|
|
|
4112
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4113
4113
|
default as LucideMinusSquare
|
|
4114
4114
|
} from '../icons/square-minus';
|
|
4115
|
-
// SquareMousePointer aliases
|
|
4116
|
-
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4119
|
-
default as LucideInspect
|
|
4120
|
-
} from '../icons/square-mouse-pointer';
|
|
4121
4115
|
// SquareParkingOff aliases
|
|
4122
4116
|
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4123
4117
|
export {
|
|
4124
4118
|
/** @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 */
|
|
4125
4119
|
default as LucideParkingSquareOff
|
|
4126
4120
|
} from '../icons/square-parking-off';
|
|
4121
|
+
// SquareMousePointer aliases
|
|
4122
|
+
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4123
|
+
export {
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4125
|
+
default as LucideInspect
|
|
4126
|
+
} from '../icons/square-mouse-pointer';
|
|
4127
4127
|
// SquareParking aliases
|
|
4128
4128
|
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4129
4129
|
export {
|
|
@@ -4144,30 +4144,24 @@ export {
|
|
|
4144
4144
|
/** @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 */
|
|
4145
4145
|
default as LucidePenSquare
|
|
4146
4146
|
} from '../icons/square-pen';
|
|
4147
|
-
// SquarePercent aliases
|
|
4148
|
-
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @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 */
|
|
4151
|
-
default as LucidePercentSquare
|
|
4152
|
-
} from '../icons/square-percent';
|
|
4153
4147
|
// SquarePi aliases
|
|
4154
4148
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4155
4149
|
export {
|
|
4156
4150
|
/** @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 */
|
|
4157
4151
|
default as LucidePiSquare
|
|
4158
4152
|
} from '../icons/square-pi';
|
|
4153
|
+
// SquarePercent aliases
|
|
4154
|
+
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4155
|
+
export {
|
|
4156
|
+
/** @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 */
|
|
4157
|
+
default as LucidePercentSquare
|
|
4158
|
+
} from '../icons/square-percent';
|
|
4159
4159
|
// SquarePilcrow aliases
|
|
4160
4160
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4161
4161
|
export {
|
|
4162
4162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4163
4163
|
default as LucidePilcrowSquare
|
|
4164
4164
|
} from '../icons/square-pilcrow';
|
|
4165
|
-
// SquarePlay aliases
|
|
4166
|
-
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4167
|
-
export {
|
|
4168
|
-
/** @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 */
|
|
4169
|
-
default as LucidePlaySquare
|
|
4170
|
-
} from '../icons/square-play';
|
|
4171
4165
|
// SquarePlus aliases
|
|
4172
4166
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4173
4167
|
export {
|
|
@@ -4186,30 +4180,36 @@ export {
|
|
|
4186
4180
|
/** @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 */
|
|
4187
4181
|
default as LucideScissorsSquare
|
|
4188
4182
|
} from '../icons/square-scissors';
|
|
4189
|
-
//
|
|
4190
|
-
export { default as
|
|
4183
|
+
// SquarePlay aliases
|
|
4184
|
+
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4191
4185
|
export {
|
|
4192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4193
|
-
default as
|
|
4194
|
-
} from '../icons/square-
|
|
4186
|
+
/** @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 */
|
|
4187
|
+
default as LucidePlaySquare
|
|
4188
|
+
} from '../icons/square-play';
|
|
4195
4189
|
// SquareSigma aliases
|
|
4196
4190
|
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4197
4191
|
export {
|
|
4198
4192
|
/** @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 */
|
|
4199
4193
|
default as LucideSigmaSquare
|
|
4200
4194
|
} from '../icons/square-sigma';
|
|
4201
|
-
//
|
|
4202
|
-
export { default as
|
|
4195
|
+
// SquareSlash aliases
|
|
4196
|
+
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4203
4197
|
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4205
|
-
default as
|
|
4206
|
-
} from '../icons/square-
|
|
4198
|
+
/** @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 */
|
|
4199
|
+
default as LucideSlashSquare
|
|
4200
|
+
} from '../icons/square-slash';
|
|
4207
4201
|
// SquareSplitVertical aliases
|
|
4208
4202
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4209
4203
|
export {
|
|
4210
4204
|
/** @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 */
|
|
4211
4205
|
default as LucideSplitSquareVertical
|
|
4212
4206
|
} from '../icons/square-split-vertical';
|
|
4207
|
+
// SquareSplitHorizontal aliases
|
|
4208
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @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 */
|
|
4211
|
+
default as LucideSplitSquareHorizontal
|
|
4212
|
+
} from '../icons/square-split-horizontal';
|
|
4213
4213
|
// SquareTerminal aliases
|
|
4214
4214
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4215
4215
|
export {
|
|
@@ -4222,12 +4222,6 @@ export {
|
|
|
4222
4222
|
/** @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 */
|
|
4223
4223
|
default as LucideUserSquare2
|
|
4224
4224
|
} from '../icons/square-user-round';
|
|
4225
|
-
// SquareUser aliases
|
|
4226
|
-
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4227
|
-
export {
|
|
4228
|
-
/** @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 */
|
|
4229
|
-
default as LucideUserSquare
|
|
4230
|
-
} from '../icons/square-user';
|
|
4231
4225
|
// SquareX aliases
|
|
4232
4226
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4233
4227
|
export {
|
|
@@ -4240,6 +4234,12 @@ export {
|
|
|
4240
4234
|
/** @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 */
|
|
4241
4235
|
default as LucideTestTube2
|
|
4242
4236
|
} from '../icons/test-tube-diagonal';
|
|
4237
|
+
// SquareUser aliases
|
|
4238
|
+
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4239
|
+
export {
|
|
4240
|
+
/** @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 */
|
|
4241
|
+
default as LucideUserSquare
|
|
4242
|
+
} from '../icons/square-user';
|
|
4243
4243
|
// TextAlignCenter aliases
|
|
4244
4244
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4245
4245
|
export {
|
|
@@ -4268,12 +4268,6 @@ export {
|
|
|
4268
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4269
4269
|
default as LucideAlignLeft
|
|
4270
4270
|
} from '../icons/text-align-start';
|
|
4271
|
-
// TextInitial aliases
|
|
4272
|
-
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4273
|
-
export {
|
|
4274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4275
|
-
default as LucideLetterText
|
|
4276
|
-
} from '../icons/text-initial';
|
|
4277
4271
|
// TextWrap aliases
|
|
4278
4272
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4279
4273
|
export {
|
|
@@ -4286,6 +4280,12 @@ export {
|
|
|
4286
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4287
4281
|
default as LucideTrain
|
|
4288
4282
|
} from '../icons/tram-front';
|
|
4283
|
+
// TextInitial aliases
|
|
4284
|
+
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4287
|
+
default as LucideLetterText
|
|
4288
|
+
} from '../icons/text-initial';
|
|
4289
4289
|
// TreePalm aliases
|
|
4290
4290
|
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4291
4291
|
export {
|
|
@@ -4304,18 +4304,18 @@ export {
|
|
|
4304
4304
|
/** @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 */
|
|
4305
4305
|
default as LucideTv2
|
|
4306
4306
|
} from '../icons/tv-minimal';
|
|
4307
|
-
// University aliases
|
|
4308
|
-
export { default as LucideUniversity } from '../icons/university';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @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 */
|
|
4311
|
-
default as LucideSchool2
|
|
4312
|
-
} from '../icons/university';
|
|
4313
4307
|
// UserRoundCheck aliases
|
|
4314
4308
|
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4315
4309
|
export {
|
|
4316
4310
|
/** @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 */
|
|
4317
4311
|
default as LucideUserCheck2
|
|
4318
4312
|
} from '../icons/user-round-check';
|
|
4313
|
+
// University aliases
|
|
4314
|
+
export { default as LucideUniversity } from '../icons/university';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @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 */
|
|
4317
|
+
default as LucideSchool2
|
|
4318
|
+
} from '../icons/university';
|
|
4319
4319
|
// UserRoundCog aliases
|
|
4320
4320
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4321
4321
|
export {
|
|
@@ -4328,52 +4328,58 @@ export {
|
|
|
4328
4328
|
/** @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 */
|
|
4329
4329
|
default as LucideUserMinus2
|
|
4330
4330
|
} from '../icons/user-round-minus';
|
|
4331
|
-
// UserRoundPlus aliases
|
|
4332
|
-
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @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 */
|
|
4335
|
-
default as LucideUserPlus2
|
|
4336
|
-
} from '../icons/user-round-plus';
|
|
4337
4331
|
// UserRoundX aliases
|
|
4338
4332
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4339
4333
|
export {
|
|
4340
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4341
4335
|
default as LucideUserX2
|
|
4342
4336
|
} from '../icons/user-round-x';
|
|
4343
|
-
//
|
|
4344
|
-
export { default as
|
|
4337
|
+
// UserRoundPlus aliases
|
|
4338
|
+
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4345
4339
|
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4347
|
-
default as
|
|
4348
|
-
} from '../icons/
|
|
4340
|
+
/** @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 */
|
|
4341
|
+
default as LucideUserPlus2
|
|
4342
|
+
} from '../icons/user-round-plus';
|
|
4349
4343
|
// UserRound aliases
|
|
4350
4344
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4351
4345
|
export {
|
|
4352
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4353
4347
|
default as LucideUser2
|
|
4354
4348
|
} from '../icons/user-round';
|
|
4349
|
+
// UsersRound aliases
|
|
4350
|
+
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @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 */
|
|
4353
|
+
default as LucideUsers2
|
|
4354
|
+
} from '../icons/users-round';
|
|
4355
4355
|
// Utensils aliases
|
|
4356
4356
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4357
4357
|
export {
|
|
4358
4358
|
/** @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 */
|
|
4359
4359
|
default as LucideForkKnife
|
|
4360
4360
|
} from '../icons/utensils';
|
|
4361
|
-
// UtensilsCrossed aliases
|
|
4362
|
-
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4363
|
-
export {
|
|
4364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4365
|
-
default as LucideForkKnifeCrossed
|
|
4366
|
-
} from '../icons/utensils-crossed';
|
|
4367
4361
|
// WalletMinimal aliases
|
|
4368
4362
|
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4369
4363
|
export {
|
|
4370
4364
|
/** @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 */
|
|
4371
4365
|
default as LucideWallet2
|
|
4372
4366
|
} from '../icons/wallet-minimal';
|
|
4367
|
+
// UtensilsCrossed aliases
|
|
4368
|
+
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4369
|
+
export {
|
|
4370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4371
|
+
default as LucideForkKnifeCrossed
|
|
4372
|
+
} from '../icons/utensils-crossed';
|
|
4373
4373
|
// WandSparkles aliases
|
|
4374
4374
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4375
4375
|
export {
|
|
4376
4376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4377
4377
|
default as LucideWand2
|
|
4378
4378
|
} from '../icons/wand-sparkles';
|
|
4379
|
+
// WavesHorizontal aliases
|
|
4380
|
+
export { default as LucideWavesHorizontal } from '../icons/waves-horizontal';
|
|
4381
|
+
export {
|
|
4382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4383
|
+
default as LucideWaves
|
|
4384
|
+
} from '../icons/waves-horizontal';
|
|
4379
4385
|
|