@lucide/astro 0.552.0 → 0.553.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 +70 -70
- package/src/aliases/prefixed.ts +629 -615
- package/src/aliases/suffixed.ts +975 -961
- package/src/icons/chess-bishop.ts +18 -0
- package/src/icons/chess-king.ts +18 -0
- package/src/icons/chess-knight.ts +18 -0
- package/src/icons/chess-pawn.ts +18 -0
- package/src/icons/chess-queen.ts +18 -0
- package/src/icons/chess-rook.ts +18 -0
- package/src/icons/index.ts +168 -161
- package/src/icons/mouse-pointer-2-off.ts +18 -0
- package/src/icons/ruler-dimension-line.ts +2 -2
package/src/aliases/prefixed.ts
CHANGED
|
@@ -14,10 +14,10 @@ export { default as LucideAirVent } from '../icons/air-vent';
|
|
|
14
14
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as LucideAlbum } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -26,10 +26,10 @@ 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
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
@@ -50,16 +50,16 @@ 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
|
-
// AlignVerticalDistributeStart aliases
|
|
54
|
-
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -72,30 +72,30 @@ export { default as LucideAmpersand } from '../icons/ampersand';
|
|
|
72
72
|
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as LucideAnchor } from '../icons/anchor';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as LucideAngry } from '../icons/angry';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as LucideAnchor } from '../icons/anchor';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
|
+
// Aperture aliases
|
|
84
|
+
export { default as LucideAperture } from '../icons/aperture';
|
|
83
85
|
// Anvil aliases
|
|
84
86
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
85
87
|
// AppWindowMac aliases
|
|
86
88
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
87
|
-
// Aperture aliases
|
|
88
|
-
export { default as LucideAperture } from '../icons/aperture';
|
|
89
|
-
// AppWindow aliases
|
|
90
|
-
export { default as LucideAppWindow } from '../icons/app-window';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as LucideApple } from '../icons/apple';
|
|
91
|
+
// AppWindow aliases
|
|
92
|
+
export { default as LucideAppWindow } from '../icons/app-window';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
97
95
|
// Archive aliases
|
|
98
96
|
export { default as LucideArchive } from '../icons/archive';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
@@ -142,16 +142,16 @@ export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -166,10 +166,10 @@ export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as LucideAtom } from '../icons/atom';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as LucideAtom } from '../icons/atom';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
@@ -180,10 +180,10 @@ export { default as LucideAward } from '../icons/award';
|
|
|
180
180
|
export { default as LucideAxe } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as LucideBaby } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as LucideBackpack } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as LucideBackpack } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
@@ -202,14 +202,14 @@ export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
|
202
202
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
207
205
|
// BadgePoundSterling aliases
|
|
208
206
|
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -218,58 +218,58 @@ export { default as LucideBadge } from '../icons/badge';
|
|
|
218
218
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as LucideBan } from '../icons/ban';
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as LucideBanana } from '../icons/banana';
|
|
223
221
|
// Bandage aliases
|
|
224
222
|
export { default as LucideBandage } from '../icons/bandage';
|
|
223
|
+
// Banana aliases
|
|
224
|
+
export { default as LucideBanana } from '../icons/banana';
|
|
225
225
|
// BanknoteArrowDown aliases
|
|
226
226
|
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
231
229
|
// Banknote aliases
|
|
232
230
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
233
233
|
// Barcode aliases
|
|
234
234
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
235
|
-
// Barrel aliases
|
|
236
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
237
235
|
// Baseline aliases
|
|
238
236
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
239
239
|
// Bath aliases
|
|
240
240
|
export { default as LucideBath } from '../icons/bath';
|
|
241
241
|
// BatteryCharging aliases
|
|
242
242
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
243
|
+
// BatteryFull aliases
|
|
244
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
243
245
|
// BatteryLow aliases
|
|
244
246
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
245
247
|
// BatteryMedium aliases
|
|
246
248
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
251
|
-
// Battery aliases
|
|
252
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
253
251
|
// BatteryWarning aliases
|
|
254
252
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
253
|
+
// Battery aliases
|
|
254
|
+
export { default as LucideBattery } from '../icons/battery';
|
|
255
255
|
// Beaker aliases
|
|
256
256
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
257
|
-
// BeanOff aliases
|
|
258
|
-
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
259
257
|
// Bean aliases
|
|
260
258
|
export { default as LucideBean } from '../icons/bean';
|
|
259
|
+
// BeanOff aliases
|
|
260
|
+
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
261
261
|
// BedDouble aliases
|
|
262
262
|
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
263
|
-
// BedSingle aliases
|
|
264
|
-
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
265
263
|
// Bed aliases
|
|
266
264
|
export { default as LucideBed } from '../icons/bed';
|
|
265
|
+
// BedSingle aliases
|
|
266
|
+
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
267
267
|
// Beef aliases
|
|
268
268
|
export { default as LucideBeef } from '../icons/beef';
|
|
269
|
-
// Beer aliases
|
|
270
|
-
export { default as LucideBeer } from '../icons/beer';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
271
|
+
// Beer aliases
|
|
272
|
+
export { default as LucideBeer } from '../icons/beer';
|
|
273
273
|
// BellDot aliases
|
|
274
274
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
@@ -288,20 +288,20 @@ export { default as LucideBell } from '../icons/bell';
|
|
|
288
288
|
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
289
289
|
// BetweenVerticalStart aliases
|
|
290
290
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
291
|
-
// BicepsFlexed aliases
|
|
292
|
-
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
293
291
|
// Bike aliases
|
|
294
292
|
export { default as LucideBike } from '../icons/bike';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
295
295
|
// Binary aliases
|
|
296
296
|
export { default as LucideBinary } from '../icons/binary';
|
|
297
297
|
// Binoculars aliases
|
|
298
298
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
299
299
|
// Biohazard aliases
|
|
300
300
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
301
|
-
// Bird aliases
|
|
302
|
-
export { default as LucideBird } from '../icons/bird';
|
|
303
301
|
// Birdhouse aliases
|
|
304
302
|
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as LucideBird } from '../icons/bird';
|
|
305
305
|
// Bitcoin aliases
|
|
306
306
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
307
307
|
// Blend aliases
|
|
@@ -310,12 +310,12 @@ export { default as LucideBlend } from '../icons/blend';
|
|
|
310
310
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
311
311
|
// Blocks aliases
|
|
312
312
|
export { default as LucideBlocks } from '../icons/blocks';
|
|
313
|
-
// BluetoothConnected aliases
|
|
314
|
-
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
315
313
|
// BluetoothOff aliases
|
|
316
314
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
317
315
|
// BluetoothSearching aliases
|
|
318
316
|
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
319
319
|
// Bluetooth aliases
|
|
320
320
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
321
321
|
// Bold aliases
|
|
@@ -330,12 +330,12 @@ export { default as LucideBone } from '../icons/bone';
|
|
|
330
330
|
export { default as LucideBookA } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
333
|
+
// BookAudio aliases
|
|
334
|
+
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
333
335
|
// BookCheck aliases
|
|
334
336
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
335
337
|
// BookCopy aliases
|
|
336
338
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
337
|
-
// BookAudio aliases
|
|
338
|
-
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
341
341
|
// BookHeadphones aliases
|
|
@@ -364,28 +364,28 @@ export { default as LucideBookPlus } from '../icons/book-plus';
|
|
|
364
364
|
export { default as LucideBookText } from '../icons/book-text';
|
|
365
365
|
// BookType aliases
|
|
366
366
|
export { default as LucideBookType } from '../icons/book-type';
|
|
367
|
-
// BookUp2 aliases
|
|
368
|
-
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
369
367
|
// BookUp aliases
|
|
370
368
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
369
|
+
// BookUp2 aliases
|
|
370
|
+
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
371
371
|
// BookUser aliases
|
|
372
372
|
export { default as LucideBookUser } from '../icons/book-user';
|
|
373
|
-
// BookX aliases
|
|
374
|
-
export { default as LucideBookX } from '../icons/book-x';
|
|
375
373
|
// Book aliases
|
|
376
374
|
export { default as LucideBook } from '../icons/book';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookX aliases
|
|
376
|
+
export { default as LucideBookX } from '../icons/book-x';
|
|
379
377
|
// BookmarkCheck aliases
|
|
380
378
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookmarkMinus aliases
|
|
380
|
+
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkPlus aliases
|
|
384
382
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkX aliases
|
|
384
|
+
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
387
385
|
// Bookmark aliases
|
|
388
386
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
387
|
+
// BoomBox aliases
|
|
388
|
+
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
389
389
|
// BotMessageSquare aliases
|
|
390
390
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
391
391
|
// BotOff aliases
|
|
@@ -394,10 +394,10 @@ export { default as LucideBotOff } from '../icons/bot-off';
|
|
|
394
394
|
export { default as LucideBot } from '../icons/bot';
|
|
395
395
|
// BottleWine aliases
|
|
396
396
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
399
397
|
// Box aliases
|
|
400
398
|
export { default as LucideBox } from '../icons/box';
|
|
399
|
+
// BowArrow aliases
|
|
400
|
+
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
401
401
|
// Boxes aliases
|
|
402
402
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
403
403
|
// BrainCircuit aliases
|
|
@@ -416,18 +416,18 @@ export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
|
416
416
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseConveyorBelt aliases
|
|
420
|
-
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
421
419
|
// BriefcaseMedical aliases
|
|
422
420
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
421
|
+
// BriefcaseConveyorBelt aliases
|
|
422
|
+
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
423
423
|
// Briefcase aliases
|
|
424
424
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
425
425
|
// BringToFront aliases
|
|
426
426
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
427
|
-
// BrushCleaning aliases
|
|
428
|
-
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
429
427
|
// Brush aliases
|
|
430
428
|
export { default as LucideBrush } from '../icons/brush';
|
|
429
|
+
// BrushCleaning aliases
|
|
430
|
+
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
431
431
|
// Bubbles aliases
|
|
432
432
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
433
433
|
// BugOff aliases
|
|
@@ -436,10 +436,10 @@ export { default as LucideBugOff } from '../icons/bug-off';
|
|
|
436
436
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
437
437
|
// Bug aliases
|
|
438
438
|
export { default as LucideBug } from '../icons/bug';
|
|
439
|
-
// Building2 aliases
|
|
440
|
-
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
441
439
|
// Building aliases
|
|
442
440
|
export { default as LucideBuilding } from '../icons/building';
|
|
441
|
+
// Building2 aliases
|
|
442
|
+
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as LucideBusFront } from '../icons/bus-front';
|
|
445
445
|
// Bus aliases
|
|
@@ -450,46 +450,46 @@ export { default as LucideCableCar } from '../icons/cable-car';
|
|
|
450
450
|
export { default as LucideCable } from '../icons/cable';
|
|
451
451
|
// CakeSlice aliases
|
|
452
452
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
453
|
-
// Calculator aliases
|
|
454
|
-
export { default as LucideCalculator } from '../icons/calculator';
|
|
455
453
|
// Cake aliases
|
|
456
454
|
export { default as LucideCake } from '../icons/cake';
|
|
455
|
+
// Calculator aliases
|
|
456
|
+
export { default as LucideCalculator } from '../icons/calculator';
|
|
457
457
|
// Calendar1 aliases
|
|
458
458
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
460
460
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
461
|
-
// CalendarCheck2 aliases
|
|
462
|
-
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
463
461
|
// CalendarArrowUp aliases
|
|
464
462
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
463
|
+
// CalendarCheck2 aliases
|
|
464
|
+
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
465
465
|
// CalendarCheck aliases
|
|
466
466
|
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarFold aliases
|
|
472
|
-
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
473
471
|
// CalendarDays aliases
|
|
474
472
|
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
473
|
+
// CalendarFold aliases
|
|
474
|
+
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
475
475
|
// CalendarHeart aliases
|
|
476
476
|
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
477
477
|
// CalendarMinus2 aliases
|
|
478
478
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
479
|
+
// CalendarOff aliases
|
|
480
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
479
481
|
// CalendarMinus aliases
|
|
480
482
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
481
483
|
// CalendarPlus2 aliases
|
|
482
484
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
483
|
-
// CalendarOff aliases
|
|
484
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
485
|
-
// CalendarRange aliases
|
|
486
|
-
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
487
485
|
// CalendarPlus aliases
|
|
488
486
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
489
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarRange aliases
|
|
488
|
+
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
491
489
|
// CalendarSync aliases
|
|
492
490
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
491
|
+
// CalendarSearch aliases
|
|
492
|
+
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
493
493
|
// CalendarX2 aliases
|
|
494
494
|
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
495
495
|
// CalendarX aliases
|
|
@@ -516,38 +516,38 @@ export { default as LucideCarFront } from '../icons/car-front';
|
|
|
516
516
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as LucideCar } from '../icons/car';
|
|
519
|
-
// CardSim aliases
|
|
520
|
-
export { default as LucideCardSim } from '../icons/card-sim';
|
|
521
519
|
// Caravan aliases
|
|
522
520
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
521
|
+
// CardSim aliases
|
|
522
|
+
export { default as LucideCardSim } from '../icons/card-sim';
|
|
523
523
|
// Carrot aliases
|
|
524
524
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
525
|
-
// CaseUpper aliases
|
|
526
|
-
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
527
|
-
// CaseSensitive aliases
|
|
528
|
-
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
529
525
|
// CaseLower aliases
|
|
530
526
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
527
|
+
// CaseSensitive aliases
|
|
528
|
+
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
529
|
+
// CaseUpper aliases
|
|
530
|
+
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
534
534
|
export { default as LucideCast } from '../icons/cast';
|
|
535
|
-
// Cat aliases
|
|
536
|
-
export { default as LucideCat } from '../icons/cat';
|
|
537
535
|
// Castle aliases
|
|
538
536
|
export { default as LucideCastle } from '../icons/castle';
|
|
537
|
+
// Cat aliases
|
|
538
|
+
export { default as LucideCat } from '../icons/cat';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as LucideCctv } from '../icons/cctv';
|
|
541
541
|
// ChartBarDecreasing aliases
|
|
542
542
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
543
|
-
// ChartBarStacked aliases
|
|
544
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
545
543
|
// ChartBarIncreasing aliases
|
|
546
544
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
545
|
+
// ChartBarStacked aliases
|
|
546
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
549
547
|
// ChartColumnStacked aliases
|
|
550
548
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
549
|
+
// ChartColumnDecreasing aliases
|
|
550
|
+
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNetwork aliases
|
|
@@ -556,36 +556,48 @@ export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
|
556
556
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
559
|
-
// ChartSpline aliases
|
|
560
|
-
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
561
|
-
// CheckLine aliases
|
|
562
|
-
export { default as LucideCheckLine } from '../icons/check-line';
|
|
563
559
|
// CheckCheck aliases
|
|
564
560
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
561
|
+
// CheckLine aliases
|
|
562
|
+
export { default as LucideCheckLine } from '../icons/check-line';
|
|
563
|
+
// ChartSpline aliases
|
|
564
|
+
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as LucideCheck } from '../icons/check';
|
|
567
|
-
// ChefHat aliases
|
|
568
|
-
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
569
567
|
// Cherry aliases
|
|
570
568
|
export { default as LucideCherry } from '../icons/cherry';
|
|
569
|
+
// ChefHat aliases
|
|
570
|
+
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
571
|
+
// ChessBishop aliases
|
|
572
|
+
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
573
|
+
// ChessKing aliases
|
|
574
|
+
export { default as LucideChessKing } from '../icons/chess-king';
|
|
575
|
+
// ChessKnight aliases
|
|
576
|
+
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
577
|
+
// ChessPawn aliases
|
|
578
|
+
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
579
|
+
// ChessQueen aliases
|
|
580
|
+
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
581
|
+
// ChessRook aliases
|
|
582
|
+
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
571
583
|
// ChevronDown aliases
|
|
572
584
|
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
573
585
|
// ChevronFirst aliases
|
|
574
586
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
575
|
-
// ChevronLeft aliases
|
|
576
|
-
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
577
587
|
// ChevronLast aliases
|
|
578
588
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
589
|
+
// ChevronLeft aliases
|
|
590
|
+
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
579
591
|
// ChevronRight aliases
|
|
580
592
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
581
593
|
// ChevronUp aliases
|
|
582
594
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
595
|
+
// ChevronsDownUp aliases
|
|
596
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
583
597
|
// ChevronsDown aliases
|
|
584
598
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
585
599
|
// ChevronsLeftRightEllipsis aliases
|
|
586
600
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsDownUp aliases
|
|
588
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
589
601
|
// ChevronsLeftRight aliases
|
|
590
602
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
591
603
|
// ChevronsLeft aliases
|
|
@@ -596,34 +608,34 @@ export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left
|
|
|
596
608
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
597
609
|
// ChevronsUpDown aliases
|
|
598
610
|
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
599
|
-
// ChevronsUp aliases
|
|
600
|
-
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
601
611
|
// Church aliases
|
|
602
612
|
export { default as LucideChurch } from '../icons/church';
|
|
613
|
+
// ChevronsUp aliases
|
|
614
|
+
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
615
|
+
// CigaretteOff aliases
|
|
616
|
+
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
603
617
|
// Cigarette aliases
|
|
604
618
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
605
619
|
// CircleDashed aliases
|
|
606
620
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
607
|
-
// CigaretteOff aliases
|
|
608
|
-
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
609
621
|
// CircleDollarSign aliases
|
|
610
622
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
611
|
-
// CircleDot aliases
|
|
612
|
-
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
613
623
|
// CircleDotDashed aliases
|
|
614
624
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
625
|
+
// CircleDot aliases
|
|
626
|
+
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
615
627
|
// CircleEllipsis aliases
|
|
616
628
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
617
629
|
// CircleEqual aliases
|
|
618
630
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
619
631
|
// CircleFadingArrowUp aliases
|
|
620
632
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleOff aliases
|
|
622
|
-
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
623
633
|
// CircleFadingPlus aliases
|
|
624
634
|
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
625
635
|
// CirclePoundSterling aliases
|
|
626
636
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
637
|
+
// CircleOff aliases
|
|
638
|
+
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
627
639
|
// CircleSlash aliases
|
|
628
640
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
629
641
|
// CircleSmall aliases
|
|
@@ -638,20 +650,20 @@ export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
|
638
650
|
export { default as LucideCitrus } from '../icons/citrus';
|
|
639
651
|
// Clapperboard aliases
|
|
640
652
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
641
|
-
// ClipboardClock aliases
|
|
642
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
643
653
|
// ClipboardCheck aliases
|
|
644
654
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
655
|
+
// ClipboardClock aliases
|
|
656
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
645
657
|
// ClipboardCopy aliases
|
|
646
658
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
647
659
|
// ClipboardList aliases
|
|
648
660
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
649
661
|
// ClipboardMinus aliases
|
|
650
662
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
651
|
-
// ClipboardPlus aliases
|
|
652
|
-
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
653
663
|
// ClipboardPaste aliases
|
|
654
664
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
665
|
+
// ClipboardPlus aliases
|
|
666
|
+
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
655
667
|
// ClipboardType aliases
|
|
656
668
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
657
669
|
// ClipboardX aliases
|
|
@@ -666,38 +678,38 @@ export { default as LucideClock10 } from '../icons/clock-10';
|
|
|
666
678
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
667
679
|
// Clock12 aliases
|
|
668
680
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
669
|
-
// Clock2 aliases
|
|
670
|
-
export { default as LucideClock2 } from '../icons/clock-2';
|
|
671
|
-
// Clock3 aliases
|
|
672
|
-
export { default as LucideClock3 } from '../icons/clock-3';
|
|
673
681
|
// Clock4 aliases
|
|
674
682
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
683
|
+
// Clock3 aliases
|
|
684
|
+
export { default as LucideClock3 } from '../icons/clock-3';
|
|
685
|
+
// Clock2 aliases
|
|
686
|
+
export { default as LucideClock2 } from '../icons/clock-2';
|
|
675
687
|
// Clock5 aliases
|
|
676
688
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
689
|
+
// Clock6 aliases
|
|
690
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
677
691
|
// Clock7 aliases
|
|
678
692
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
679
693
|
// Clock8 aliases
|
|
680
694
|
export { default as LucideClock8 } from '../icons/clock-8';
|
|
681
|
-
// Clock6 aliases
|
|
682
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
683
|
-
// Clock9 aliases
|
|
684
|
-
export { default as LucideClock9 } from '../icons/clock-9';
|
|
685
695
|
// ClockAlert aliases
|
|
686
696
|
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
697
|
+
// Clock9 aliases
|
|
698
|
+
export { default as LucideClock9 } from '../icons/clock-9';
|
|
687
699
|
// ClockArrowDown aliases
|
|
688
700
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
689
701
|
// ClockArrowUp aliases
|
|
690
702
|
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
703
|
+
// ClockPlus aliases
|
|
704
|
+
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
691
705
|
// ClockCheck aliases
|
|
692
706
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
693
707
|
// ClockFading aliases
|
|
694
708
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
695
|
-
// ClockPlus aliases
|
|
696
|
-
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
697
|
-
// ClosedCaption aliases
|
|
698
|
-
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
699
709
|
// Clock aliases
|
|
700
710
|
export { default as LucideClock } from '../icons/clock';
|
|
711
|
+
// ClosedCaption aliases
|
|
712
|
+
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
701
713
|
// CloudAlert aliases
|
|
702
714
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
703
715
|
// CloudCheck aliases
|
|
@@ -712,32 +724,32 @@ export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
|
712
724
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
713
725
|
// CloudLightning aliases
|
|
714
726
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
715
|
-
// CloudMoonRain aliases
|
|
716
|
-
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
717
727
|
// CloudMoon aliases
|
|
718
728
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
729
|
+
// CloudMoonRain aliases
|
|
730
|
+
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
721
731
|
// CloudOff aliases
|
|
722
732
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
733
|
+
// CloudRainWind aliases
|
|
734
|
+
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
723
735
|
// CloudRain aliases
|
|
724
736
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
725
737
|
// CloudSnow aliases
|
|
726
738
|
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
727
739
|
// CloudSunRain aliases
|
|
728
740
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
729
|
-
// Cloud aliases
|
|
730
|
-
export { default as LucideCloud } from '../icons/cloud';
|
|
731
741
|
// CloudSun aliases
|
|
732
742
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
743
|
+
// Cloud aliases
|
|
744
|
+
export { default as LucideCloud } from '../icons/cloud';
|
|
733
745
|
// Cloudy aliases
|
|
734
746
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
735
747
|
// Clover aliases
|
|
736
748
|
export { default as LucideClover } from '../icons/clover';
|
|
737
|
-
// Club aliases
|
|
738
|
-
export { default as LucideClub } from '../icons/club';
|
|
739
749
|
// Code aliases
|
|
740
750
|
export { default as LucideCode } from '../icons/code';
|
|
751
|
+
// Club aliases
|
|
752
|
+
export { default as LucideClub } from '../icons/club';
|
|
741
753
|
// Codepen aliases
|
|
742
754
|
export { default as LucideCodepen } from '../icons/codepen';
|
|
743
755
|
// Codesandbox aliases
|
|
@@ -746,26 +758,26 @@ export { default as LucideCodesandbox } from '../icons/codesandbox';
|
|
|
746
758
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
747
759
|
// Cog aliases
|
|
748
760
|
export { default as LucideCog } from '../icons/cog';
|
|
749
|
-
// Coins aliases
|
|
750
|
-
export { default as LucideCoins } from '../icons/coins';
|
|
751
761
|
// Columns4 aliases
|
|
752
762
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
763
|
+
// Coins aliases
|
|
764
|
+
export { default as LucideCoins } from '../icons/coins';
|
|
753
765
|
// Combine aliases
|
|
754
766
|
export { default as LucideCombine } from '../icons/combine';
|
|
755
767
|
// Command aliases
|
|
756
768
|
export { default as LucideCommand } from '../icons/command';
|
|
757
769
|
// Compass aliases
|
|
758
770
|
export { default as LucideCompass } from '../icons/compass';
|
|
759
|
-
// Component aliases
|
|
760
|
-
export { default as LucideComponent } from '../icons/component';
|
|
761
771
|
// Computer aliases
|
|
762
772
|
export { default as LucideComputer } from '../icons/computer';
|
|
773
|
+
// Component aliases
|
|
774
|
+
export { default as LucideComponent } from '../icons/component';
|
|
763
775
|
// ConciergeBell aliases
|
|
764
776
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
765
|
-
// Construction aliases
|
|
766
|
-
export { default as LucideConstruction } from '../icons/construction';
|
|
767
777
|
// Cone aliases
|
|
768
778
|
export { default as LucideCone } from '../icons/cone';
|
|
779
|
+
// Construction aliases
|
|
780
|
+
export { default as LucideConstruction } from '../icons/construction';
|
|
769
781
|
// Contact aliases
|
|
770
782
|
export { default as LucideContact } from '../icons/contact';
|
|
771
783
|
// Container aliases
|
|
@@ -800,18 +812,18 @@ export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
|
800
812
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
801
813
|
// CornerRightDown aliases
|
|
802
814
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
803
|
-
// CornerLeftUp aliases
|
|
804
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
805
815
|
// CornerRightUp aliases
|
|
806
816
|
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
817
|
+
// CornerLeftUp aliases
|
|
818
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
807
819
|
// CornerUpLeft aliases
|
|
808
820
|
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
809
821
|
// CornerUpRight aliases
|
|
810
822
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
811
|
-
// Cpu aliases
|
|
812
|
-
export { default as LucideCpu } from '../icons/cpu';
|
|
813
823
|
// CreativeCommons aliases
|
|
814
824
|
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
825
|
+
// Cpu aliases
|
|
826
|
+
export { default as LucideCpu } from '../icons/cpu';
|
|
815
827
|
// CreditCard aliases
|
|
816
828
|
export { default as LucideCreditCard } from '../icons/credit-card';
|
|
817
829
|
// Croissant aliases
|
|
@@ -844,10 +856,10 @@ export { default as LucideDatabase } from '../icons/database';
|
|
|
844
856
|
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
845
857
|
// DecimalsArrowRight aliases
|
|
846
858
|
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
847
|
-
// Dessert aliases
|
|
848
|
-
export { default as LucideDessert } from '../icons/dessert';
|
|
849
859
|
// Delete aliases
|
|
850
860
|
export { default as LucideDelete } from '../icons/delete';
|
|
861
|
+
// Dessert aliases
|
|
862
|
+
export { default as LucideDessert } from '../icons/dessert';
|
|
851
863
|
// Diameter aliases
|
|
852
864
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
853
865
|
// DiamondMinus aliases
|
|
@@ -860,12 +872,12 @@ export { default as LucideDiamond } from '../icons/diamond';
|
|
|
860
872
|
export { default as LucideDice1 } from '../icons/dice-1';
|
|
861
873
|
// Dice2 aliases
|
|
862
874
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
875
|
+
// Dice4 aliases
|
|
876
|
+
export { default as LucideDice4 } from '../icons/dice-4';
|
|
863
877
|
// Dice3 aliases
|
|
864
878
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
865
879
|
// Dice5 aliases
|
|
866
880
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
867
|
-
// Dice4 aliases
|
|
868
|
-
export { default as LucideDice4 } from '../icons/dice-4';
|
|
869
881
|
// Dice6 aliases
|
|
870
882
|
export { default as LucideDice6 } from '../icons/dice-6';
|
|
871
883
|
// Dices aliases
|
|
@@ -878,10 +890,10 @@ export { default as LucideDisc2 } from '../icons/disc-2';
|
|
|
878
890
|
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
879
891
|
// DiscAlbum aliases
|
|
880
892
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
881
|
-
// Disc aliases
|
|
882
|
-
export { default as LucideDisc } from '../icons/disc';
|
|
883
893
|
// Divide aliases
|
|
884
894
|
export { default as LucideDivide } from '../icons/divide';
|
|
895
|
+
// Disc aliases
|
|
896
|
+
export { default as LucideDisc } from '../icons/disc';
|
|
885
897
|
// DnaOff aliases
|
|
886
898
|
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
887
899
|
// Dna aliases
|
|
@@ -896,20 +908,20 @@ export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
|
896
908
|
export { default as LucideDonut } from '../icons/donut';
|
|
897
909
|
// DoorClosedLocked aliases
|
|
898
910
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
899
|
-
// DoorOpen aliases
|
|
900
|
-
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
901
911
|
// DoorClosed aliases
|
|
902
912
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
913
|
+
// DoorOpen aliases
|
|
914
|
+
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
903
915
|
// Dot aliases
|
|
904
916
|
export { default as LucideDot } from '../icons/dot';
|
|
905
917
|
// Download aliases
|
|
906
918
|
export { default as LucideDownload } from '../icons/download';
|
|
907
919
|
// DraftingCompass aliases
|
|
908
920
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
909
|
-
// Drama aliases
|
|
910
|
-
export { default as LucideDrama } from '../icons/drama';
|
|
911
921
|
// Dribbble aliases
|
|
912
922
|
export { default as LucideDribbble } from '../icons/dribbble';
|
|
923
|
+
// Drama aliases
|
|
924
|
+
export { default as LucideDrama } from '../icons/drama';
|
|
913
925
|
// Drill aliases
|
|
914
926
|
export { default as LucideDrill } from '../icons/drill';
|
|
915
927
|
// Drone aliases
|
|
@@ -932,12 +944,12 @@ export { default as LucideEarOff } from '../icons/ear-off';
|
|
|
932
944
|
export { default as LucideEar } from '../icons/ear';
|
|
933
945
|
// EarthLock aliases
|
|
934
946
|
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
935
|
-
// Eclipse aliases
|
|
936
|
-
export { default as LucideEclipse } from '../icons/eclipse';
|
|
937
947
|
// EggFried aliases
|
|
938
948
|
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
939
949
|
// EggOff aliases
|
|
940
950
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
951
|
+
// Eclipse aliases
|
|
952
|
+
export { default as LucideEclipse } from '../icons/eclipse';
|
|
941
953
|
// Egg aliases
|
|
942
954
|
export { default as LucideEgg } from '../icons/egg';
|
|
943
955
|
// EqualApproximately aliases
|
|
@@ -964,10 +976,10 @@ export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
|
964
976
|
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
965
977
|
// Eye aliases
|
|
966
978
|
export { default as LucideEye } from '../icons/eye';
|
|
967
|
-
// Factory aliases
|
|
968
|
-
export { default as LucideFactory } from '../icons/factory';
|
|
969
979
|
// Facebook aliases
|
|
970
980
|
export { default as LucideFacebook } from '../icons/facebook';
|
|
981
|
+
// Factory aliases
|
|
982
|
+
export { default as LucideFactory } from '../icons/factory';
|
|
971
983
|
// Fan aliases
|
|
972
984
|
export { default as LucideFan } from '../icons/fan';
|
|
973
985
|
// FastForward aliases
|
|
@@ -992,10 +1004,10 @@ export { default as LucideFileClock } from '../icons/file-clock';
|
|
|
992
1004
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
993
1005
|
// FileDiff aliases
|
|
994
1006
|
export { default as LucideFileDiff } from '../icons/file-diff';
|
|
995
|
-
// FileDigit aliases
|
|
996
|
-
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
997
1007
|
// FileDown aliases
|
|
998
1008
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
1009
|
+
// FileDigit aliases
|
|
1010
|
+
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
999
1011
|
// FileHeart aliases
|
|
1000
1012
|
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1001
1013
|
// FileImage aliases
|
|
@@ -1086,26 +1098,26 @@ export { default as LucideFlipVertical } from '../icons/flip-vertical';
|
|
|
1086
1098
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1087
1099
|
// Flower aliases
|
|
1088
1100
|
export { default as LucideFlower } from '../icons/flower';
|
|
1089
|
-
// Focus aliases
|
|
1090
|
-
export { default as LucideFocus } from '../icons/focus';
|
|
1091
1101
|
// FoldHorizontal aliases
|
|
1092
1102
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1093
1103
|
// FoldVertical aliases
|
|
1094
1104
|
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1105
|
+
// Focus aliases
|
|
1106
|
+
export { default as LucideFocus } from '../icons/focus';
|
|
1095
1107
|
// FolderArchive aliases
|
|
1096
1108
|
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1109
|
+
// FolderClock aliases
|
|
1110
|
+
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1097
1111
|
// FolderCheck aliases
|
|
1098
1112
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1099
1113
|
// FolderClosed aliases
|
|
1100
1114
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1101
|
-
// FolderClock aliases
|
|
1102
|
-
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1103
1115
|
// FolderCode aliases
|
|
1104
1116
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1105
|
-
// FolderDown aliases
|
|
1106
|
-
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1107
1117
|
// FolderDot aliases
|
|
1108
1118
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1119
|
+
// FolderDown aliases
|
|
1120
|
+
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1109
1121
|
// FolderGit2 aliases
|
|
1110
1122
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1111
1123
|
// FolderGit aliases
|
|
@@ -1150,10 +1162,10 @@ export { default as LucideFolderX } from '../icons/folder-x';
|
|
|
1150
1162
|
export { default as LucideFolder } from '../icons/folder';
|
|
1151
1163
|
// Folders aliases
|
|
1152
1164
|
export { default as LucideFolders } from '../icons/folders';
|
|
1153
|
-
// Footprints aliases
|
|
1154
|
-
export { default as LucideFootprints } from '../icons/footprints';
|
|
1155
1165
|
// Forklift aliases
|
|
1156
1166
|
export { default as LucideForklift } from '../icons/forklift';
|
|
1167
|
+
// Footprints aliases
|
|
1168
|
+
export { default as LucideFootprints } from '../icons/footprints';
|
|
1157
1169
|
// Forward aliases
|
|
1158
1170
|
export { default as LucideForward } from '../icons/forward';
|
|
1159
1171
|
// Frame aliases
|
|
@@ -1186,48 +1198,48 @@ export { default as LucideGamepadDirectional } from '../icons/gamepad-directiona
|
|
|
1186
1198
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1187
1199
|
// Gauge aliases
|
|
1188
1200
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1189
|
-
// Gavel aliases
|
|
1190
|
-
export { default as LucideGavel } from '../icons/gavel';
|
|
1191
1201
|
// Gem aliases
|
|
1192
1202
|
export { default as LucideGem } from '../icons/gem';
|
|
1203
|
+
// Gavel aliases
|
|
1204
|
+
export { default as LucideGavel } from '../icons/gavel';
|
|
1193
1205
|
// GeorgianLari aliases
|
|
1194
1206
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1195
1207
|
// Ghost aliases
|
|
1196
1208
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1197
1209
|
// Gift aliases
|
|
1198
1210
|
export { default as LucideGift } from '../icons/gift';
|
|
1199
|
-
// GitBranchMinus aliases
|
|
1200
|
-
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1201
1211
|
// GitBranchPlus aliases
|
|
1202
1212
|
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1213
|
+
// GitBranchMinus aliases
|
|
1214
|
+
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1203
1215
|
// GitBranch aliases
|
|
1204
1216
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1205
1217
|
// GitCommitVertical aliases
|
|
1206
1218
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1207
1219
|
// GitCompareArrows aliases
|
|
1208
1220
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1209
|
-
// GitFork aliases
|
|
1210
|
-
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1211
1221
|
// GitCompare aliases
|
|
1212
1222
|
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1213
|
-
//
|
|
1214
|
-
export { default as
|
|
1223
|
+
// GitFork aliases
|
|
1224
|
+
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1215
1225
|
// GitMerge aliases
|
|
1216
1226
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1227
|
+
// GitGraph aliases
|
|
1228
|
+
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1217
1229
|
// GitPullRequestArrow aliases
|
|
1218
1230
|
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1219
1231
|
// GitPullRequestClosed aliases
|
|
1220
1232
|
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1221
|
-
// GitPullRequestCreateArrow aliases
|
|
1222
|
-
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1223
1233
|
// GitPullRequestCreate aliases
|
|
1224
1234
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1235
|
+
// GitPullRequestCreateArrow aliases
|
|
1236
|
+
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1225
1237
|
// GitPullRequestDraft aliases
|
|
1226
1238
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1227
|
-
// Github aliases
|
|
1228
|
-
export { default as LucideGithub } from '../icons/github';
|
|
1229
1239
|
// GitPullRequest aliases
|
|
1230
1240
|
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1241
|
+
// Github aliases
|
|
1242
|
+
export { default as LucideGithub } from '../icons/github';
|
|
1231
1243
|
// Gitlab aliases
|
|
1232
1244
|
export { default as LucideGitlab } from '../icons/gitlab';
|
|
1233
1245
|
// GlassWater aliases
|
|
@@ -1238,12 +1250,12 @@ export { default as LucideGlasses } from '../icons/glasses';
|
|
|
1238
1250
|
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1239
1251
|
// Globe aliases
|
|
1240
1252
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1253
|
+
// Goal aliases
|
|
1254
|
+
export { default as LucideGoal } from '../icons/goal';
|
|
1241
1255
|
// Gpu aliases
|
|
1242
1256
|
export { default as LucideGpu } from '../icons/gpu';
|
|
1243
1257
|
// GraduationCap aliases
|
|
1244
1258
|
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1245
|
-
// Goal aliases
|
|
1246
|
-
export { default as LucideGoal } from '../icons/goal';
|
|
1247
1259
|
// Grape aliases
|
|
1248
1260
|
export { default as LucideGrape } from '../icons/grape';
|
|
1249
1261
|
// Grid3x2 aliases
|
|
@@ -1256,10 +1268,10 @@ export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
|
1256
1268
|
export { default as LucideGrip } from '../icons/grip';
|
|
1257
1269
|
// Group aliases
|
|
1258
1270
|
export { default as LucideGroup } from '../icons/group';
|
|
1259
|
-
// Guitar aliases
|
|
1260
|
-
export { default as LucideGuitar } from '../icons/guitar';
|
|
1261
1271
|
// Ham aliases
|
|
1262
1272
|
export { default as LucideHam } from '../icons/ham';
|
|
1273
|
+
// Guitar aliases
|
|
1274
|
+
export { default as LucideGuitar } from '../icons/guitar';
|
|
1263
1275
|
// Hamburger aliases
|
|
1264
1276
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1265
1277
|
// Hammer aliases
|
|
@@ -1270,20 +1282,20 @@ export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
|
1270
1282
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1271
1283
|
// HandHeart aliases
|
|
1272
1284
|
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1273
|
-
// HandMetal aliases
|
|
1274
|
-
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1275
1285
|
// HandPlatter aliases
|
|
1276
1286
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1287
|
+
// HandMetal aliases
|
|
1288
|
+
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1277
1289
|
// Hand aliases
|
|
1278
1290
|
export { default as LucideHand } from '../icons/hand';
|
|
1279
1291
|
// Handbag aliases
|
|
1280
1292
|
export { default as LucideHandbag } from '../icons/handbag';
|
|
1293
|
+
// HardDriveDownload aliases
|
|
1294
|
+
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1281
1295
|
// Handshake aliases
|
|
1282
1296
|
export { default as LucideHandshake } from '../icons/handshake';
|
|
1283
1297
|
// HardDriveUpload aliases
|
|
1284
1298
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1285
|
-
// HardDriveDownload aliases
|
|
1286
|
-
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1287
1299
|
// HardDrive aliases
|
|
1288
1300
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1289
1301
|
// HardHat aliases
|
|
@@ -1294,18 +1306,18 @@ export { default as LucideHash } from '../icons/hash';
|
|
|
1294
1306
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1295
1307
|
// Haze aliases
|
|
1296
1308
|
export { default as LucideHaze } from '../icons/haze';
|
|
1297
|
-
// Heading1 aliases
|
|
1298
|
-
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1299
1309
|
// HdmiPort aliases
|
|
1300
1310
|
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1311
|
+
// Heading1 aliases
|
|
1312
|
+
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1301
1313
|
// Heading2 aliases
|
|
1302
1314
|
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1303
1315
|
// Heading3 aliases
|
|
1304
1316
|
export { default as LucideHeading3 } from '../icons/heading-3';
|
|
1305
|
-
// Heading4 aliases
|
|
1306
|
-
export { default as LucideHeading4 } from '../icons/heading-4';
|
|
1307
1317
|
// Heading5 aliases
|
|
1308
1318
|
export { default as LucideHeading5 } from '../icons/heading-5';
|
|
1319
|
+
// Heading4 aliases
|
|
1320
|
+
export { default as LucideHeading4 } from '../icons/heading-4';
|
|
1309
1321
|
// Heading6 aliases
|
|
1310
1322
|
export { default as LucideHeading6 } from '../icons/heading-6';
|
|
1311
1323
|
// Heading aliases
|
|
@@ -1320,14 +1332,14 @@ export { default as LucideHeadset } from '../icons/headset';
|
|
|
1320
1332
|
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1321
1333
|
// HeartHandshake aliases
|
|
1322
1334
|
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1323
|
-
// HeartOff aliases
|
|
1324
|
-
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1325
1335
|
// HeartMinus aliases
|
|
1326
1336
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1337
|
+
// HeartOff aliases
|
|
1338
|
+
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1329
1339
|
// HeartPulse aliases
|
|
1330
1340
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1341
|
+
// HeartPlus aliases
|
|
1342
|
+
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1331
1343
|
// Heart aliases
|
|
1332
1344
|
export { default as LucideHeart } from '../icons/heart';
|
|
1333
1345
|
// Heater aliases
|
|
@@ -1378,10 +1390,10 @@ export { default as LucideImageUp } from '../icons/image-up';
|
|
|
1378
1390
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1379
1391
|
// Image aliases
|
|
1380
1392
|
export { default as LucideImage } from '../icons/image';
|
|
1381
|
-
// Import aliases
|
|
1382
|
-
export { default as LucideImport } from '../icons/import';
|
|
1383
1393
|
// Images aliases
|
|
1384
1394
|
export { default as LucideImages } from '../icons/images';
|
|
1395
|
+
// Import aliases
|
|
1396
|
+
export { default as LucideImport } from '../icons/import';
|
|
1385
1397
|
// Inbox aliases
|
|
1386
1398
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1387
1399
|
// IndianRupee aliases
|
|
@@ -1394,20 +1406,20 @@ export { default as LucideInfo } from '../icons/info';
|
|
|
1394
1406
|
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1395
1407
|
// Instagram aliases
|
|
1396
1408
|
export { default as LucideInstagram } from '../icons/instagram';
|
|
1397
|
-
// IterationCcw aliases
|
|
1398
|
-
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1399
1409
|
// Italic aliases
|
|
1400
1410
|
export { default as LucideItalic } from '../icons/italic';
|
|
1411
|
+
// IterationCcw aliases
|
|
1412
|
+
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1401
1413
|
// IterationCw aliases
|
|
1402
1414
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1403
1415
|
// JapaneseYen aliases
|
|
1404
1416
|
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1405
1417
|
// Joystick aliases
|
|
1406
1418
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1407
|
-
// Kanban aliases
|
|
1408
|
-
export { default as LucideKanban } from '../icons/kanban';
|
|
1409
1419
|
// Kayak aliases
|
|
1410
1420
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1421
|
+
// Kanban aliases
|
|
1422
|
+
export { default as LucideKanban } from '../icons/kanban';
|
|
1411
1423
|
// KeyRound aliases
|
|
1412
1424
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1413
1425
|
// KeySquare aliases
|
|
@@ -1418,10 +1430,10 @@ export { default as LucideKey } from '../icons/key';
|
|
|
1418
1430
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1419
1431
|
// KeyboardOff aliases
|
|
1420
1432
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1421
|
-
// Keyboard aliases
|
|
1422
|
-
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1423
1433
|
// LampCeiling aliases
|
|
1424
1434
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1435
|
+
// Keyboard aliases
|
|
1436
|
+
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1425
1437
|
// LampDesk aliases
|
|
1426
1438
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1427
1439
|
// LampFloor aliases
|
|
@@ -1438,10 +1450,10 @@ export { default as LucideLandPlot } from '../icons/land-plot';
|
|
|
1438
1450
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1439
1451
|
// Languages aliases
|
|
1440
1452
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1441
|
-
// LaptopMinimalCheck aliases
|
|
1442
|
-
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1443
1453
|
// Laptop aliases
|
|
1444
1454
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1455
|
+
// LaptopMinimalCheck aliases
|
|
1456
|
+
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1445
1457
|
// LassoSelect aliases
|
|
1446
1458
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1447
1459
|
// Lasso aliases
|
|
@@ -1476,14 +1488,14 @@ export { default as LucideLibrary } from '../icons/library';
|
|
|
1476
1488
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1477
1489
|
// Ligature aliases
|
|
1478
1490
|
export { default as LucideLigature } from '../icons/ligature';
|
|
1479
|
-
// LightbulbOff aliases
|
|
1480
|
-
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1481
1491
|
// Lightbulb aliases
|
|
1482
1492
|
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1483
|
-
// Link2Off aliases
|
|
1484
|
-
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1485
1493
|
// LineSquiggle aliases
|
|
1486
1494
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1495
|
+
// LightbulbOff aliases
|
|
1496
|
+
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1497
|
+
// Link2Off aliases
|
|
1498
|
+
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1487
1499
|
// Link2 aliases
|
|
1488
1500
|
export { default as LucideLink2 } from '../icons/link-2';
|
|
1489
1501
|
// Link aliases
|
|
@@ -1514,10 +1526,10 @@ export { default as LucideListMusic } from '../icons/list-music';
|
|
|
1514
1526
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1515
1527
|
// ListPlus aliases
|
|
1516
1528
|
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1517
|
-
// ListRestart aliases
|
|
1518
|
-
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1519
1529
|
// ListStart aliases
|
|
1520
1530
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1531
|
+
// ListRestart aliases
|
|
1532
|
+
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1521
1533
|
// ListTodo aliases
|
|
1522
1534
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1523
1535
|
// ListTree aliases
|
|
@@ -1532,20 +1544,20 @@ export { default as LucideList } from '../icons/list';
|
|
|
1532
1544
|
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1533
1545
|
// Loader aliases
|
|
1534
1546
|
export { default as LucideLoader } from '../icons/loader';
|
|
1535
|
-
// LocateFixed aliases
|
|
1536
|
-
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1537
1547
|
// LocateOff aliases
|
|
1538
1548
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1549
|
+
// LocateFixed aliases
|
|
1550
|
+
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1539
1551
|
// Locate aliases
|
|
1540
1552
|
export { default as LucideLocate } from '../icons/locate';
|
|
1541
1553
|
// LockKeyhole aliases
|
|
1542
1554
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1543
1555
|
// Lock aliases
|
|
1544
1556
|
export { default as LucideLock } from '../icons/lock';
|
|
1545
|
-
// LogIn aliases
|
|
1546
|
-
export { default as LucideLogIn } from '../icons/log-in';
|
|
1547
1557
|
// LogOut aliases
|
|
1548
1558
|
export { default as LucideLogOut } from '../icons/log-out';
|
|
1559
|
+
// LogIn aliases
|
|
1560
|
+
export { default as LucideLogIn } from '../icons/log-in';
|
|
1549
1561
|
// Logs aliases
|
|
1550
1562
|
export { default as LucideLogs } from '../icons/logs';
|
|
1551
1563
|
// Lollipop aliases
|
|
@@ -1556,10 +1568,10 @@ export { default as LucideLuggage } from '../icons/luggage';
|
|
|
1556
1568
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1557
1569
|
// MailMinus aliases
|
|
1558
1570
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1559
|
-
// MailCheck aliases
|
|
1560
|
-
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1561
1571
|
// MailOpen aliases
|
|
1562
1572
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1573
|
+
// MailCheck aliases
|
|
1574
|
+
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1563
1575
|
// MailPlus aliases
|
|
1564
1576
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1565
1577
|
// MailSearch aliases
|
|
@@ -1584,16 +1596,16 @@ export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
|
1584
1596
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1585
1597
|
// MapPinMinusInside aliases
|
|
1586
1598
|
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1587
|
-
// MapPinMinus aliases
|
|
1588
|
-
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1589
1599
|
// MapPinOff aliases
|
|
1590
1600
|
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1601
|
+
// MapPinMinus aliases
|
|
1602
|
+
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1591
1603
|
// MapPinPlusInside aliases
|
|
1592
1604
|
export { default as LucideMapPinPlusInside } from '../icons/map-pin-plus-inside';
|
|
1593
|
-
// MapPinXInside aliases
|
|
1594
|
-
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1595
1605
|
// MapPinPlus aliases
|
|
1596
1606
|
export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
1607
|
+
// MapPinXInside aliases
|
|
1608
|
+
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1597
1609
|
// MapPinX aliases
|
|
1598
1610
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1599
1611
|
// MapPin aliases
|
|
@@ -1602,10 +1614,10 @@ export { default as LucideMapPin } from '../icons/map-pin';
|
|
|
1602
1614
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1603
1615
|
// MapPlus aliases
|
|
1604
1616
|
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1605
|
-
// MarsStroke aliases
|
|
1606
|
-
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1607
1617
|
// Map aliases
|
|
1608
1618
|
export { default as LucideMap } from '../icons/map';
|
|
1619
|
+
// MarsStroke aliases
|
|
1620
|
+
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1609
1621
|
// Mars aliases
|
|
1610
1622
|
export { default as LucideMars } from '../icons/mars';
|
|
1611
1623
|
// Martini aliases
|
|
@@ -1622,40 +1634,40 @@ export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
|
1622
1634
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1623
1635
|
// Meh aliases
|
|
1624
1636
|
export { default as LucideMeh } from '../icons/meh';
|
|
1637
|
+
// Menu aliases
|
|
1638
|
+
export { default as LucideMenu } from '../icons/menu';
|
|
1625
1639
|
// MemoryStick aliases
|
|
1626
1640
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1627
1641
|
// Merge aliases
|
|
1628
1642
|
export { default as LucideMerge } from '../icons/merge';
|
|
1629
|
-
// Menu aliases
|
|
1630
|
-
export { default as LucideMenu } from '../icons/menu';
|
|
1631
1643
|
// MessageCircleCode aliases
|
|
1632
1644
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1633
1645
|
// MessageCircleDashed aliases
|
|
1634
1646
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1635
|
-
// MessageCircleHeart aliases
|
|
1636
|
-
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1637
1647
|
// MessageCircleMore aliases
|
|
1638
1648
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1649
|
+
// MessageCircleHeart aliases
|
|
1650
|
+
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1639
1651
|
// MessageCircleOff aliases
|
|
1640
1652
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1641
|
-
// MessageCircleReply aliases
|
|
1642
|
-
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1643
1653
|
// MessageCirclePlus aliases
|
|
1644
1654
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1645
1655
|
// MessageCircleWarning aliases
|
|
1646
1656
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1657
|
+
// MessageCircleReply aliases
|
|
1658
|
+
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1647
1659
|
// MessageCircleX aliases
|
|
1648
1660
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1649
1661
|
// MessageCircle aliases
|
|
1650
1662
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1651
|
-
// MessageSquareCode aliases
|
|
1652
|
-
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1653
1663
|
// MessageSquareDashed aliases
|
|
1654
1664
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1665
|
+
// MessageSquareCode aliases
|
|
1666
|
+
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1657
1667
|
// MessageSquareDiff aliases
|
|
1658
1668
|
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1669
|
+
// MessageSquareDot aliases
|
|
1670
|
+
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1659
1671
|
// MessageSquareHeart aliases
|
|
1660
1672
|
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1661
1673
|
// MessageSquareLock aliases
|
|
@@ -1666,24 +1678,24 @@ export { default as LucideMessageSquareMore } from '../icons/message-square-more
|
|
|
1666
1678
|
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1667
1679
|
// MessageSquarePlus aliases
|
|
1668
1680
|
export { default as LucideMessageSquarePlus } from '../icons/message-square-plus';
|
|
1669
|
-
// MessageSquareQuote aliases
|
|
1670
|
-
export { default as LucideMessageSquareQuote } from '../icons/message-square-quote';
|
|
1671
1681
|
// MessageSquareReply aliases
|
|
1672
1682
|
export { default as LucideMessageSquareReply } from '../icons/message-square-reply';
|
|
1683
|
+
// MessageSquareQuote aliases
|
|
1684
|
+
export { default as LucideMessageSquareQuote } from '../icons/message-square-quote';
|
|
1673
1685
|
// MessageSquareShare aliases
|
|
1674
1686
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1675
|
-
// MessageSquareText aliases
|
|
1676
|
-
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1677
1687
|
// MessageSquareWarning aliases
|
|
1678
1688
|
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1689
|
+
// MessageSquareText aliases
|
|
1690
|
+
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1679
1691
|
// MessageSquareX aliases
|
|
1680
1692
|
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1681
1693
|
// MessageSquare aliases
|
|
1682
1694
|
export { default as LucideMessageSquare } from '../icons/message-square';
|
|
1683
|
-
// MessagesSquare aliases
|
|
1684
|
-
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1685
1695
|
// MicOff aliases
|
|
1686
1696
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1697
|
+
// MessagesSquare aliases
|
|
1698
|
+
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1687
1699
|
// Mic aliases
|
|
1688
1700
|
export { default as LucideMic } from '../icons/mic';
|
|
1689
1701
|
// Microchip aliases
|
|
@@ -1700,12 +1712,12 @@ export { default as LucideMilkOff } from '../icons/milk-off';
|
|
|
1700
1712
|
export { default as LucideMilk } from '../icons/milk';
|
|
1701
1713
|
// Minimize2 aliases
|
|
1702
1714
|
export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
1703
|
-
// Minus aliases
|
|
1704
|
-
export { default as LucideMinus } from '../icons/minus';
|
|
1705
1715
|
// Minimize aliases
|
|
1706
1716
|
export { default as LucideMinimize } from '../icons/minimize';
|
|
1707
1717
|
// MonitorCheck aliases
|
|
1708
1718
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1719
|
+
// Minus aliases
|
|
1720
|
+
export { default as LucideMinus } from '../icons/minus';
|
|
1709
1721
|
// MonitorCloud aliases
|
|
1710
1722
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1711
1723
|
// MonitorCog aliases
|
|
@@ -1744,6 +1756,8 @@ export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
|
1744
1756
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1745
1757
|
// MouseOff aliases
|
|
1746
1758
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1759
|
+
// MousePointer2Off aliases
|
|
1760
|
+
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1747
1761
|
// MousePointer2 aliases
|
|
1748
1762
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1749
1763
|
// MousePointerBan aliases
|
|
@@ -1752,10 +1766,10 @@ export { default as LucideMousePointerBan } from '../icons/mouse-pointer-ban';
|
|
|
1752
1766
|
export { default as LucideMousePointerClick } from '../icons/mouse-pointer-click';
|
|
1753
1767
|
// MousePointer aliases
|
|
1754
1768
|
export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
1755
|
-
// MoveDiagonal2 aliases
|
|
1756
|
-
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1757
1769
|
// Mouse aliases
|
|
1758
1770
|
export { default as LucideMouse } from '../icons/mouse';
|
|
1771
|
+
// MoveDiagonal2 aliases
|
|
1772
|
+
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1759
1773
|
// MoveDiagonal aliases
|
|
1760
1774
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1761
1775
|
// MoveDownLeft aliases
|
|
@@ -1768,10 +1782,10 @@ export { default as LucideMoveDown } from '../icons/move-down';
|
|
|
1768
1782
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1769
1783
|
// MoveLeft aliases
|
|
1770
1784
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1771
|
-
// MoveRight aliases
|
|
1772
|
-
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1773
1785
|
// MoveUpLeft aliases
|
|
1774
1786
|
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1787
|
+
// MoveRight aliases
|
|
1788
|
+
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1775
1789
|
// MoveUpRight aliases
|
|
1776
1790
|
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1777
1791
|
// MoveUp aliases
|
|
@@ -1806,10 +1820,10 @@ export { default as LucideNfc } from '../icons/nfc';
|
|
|
1806
1820
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1807
1821
|
// NotebookPen aliases
|
|
1808
1822
|
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1809
|
-
// NotebookText aliases
|
|
1810
|
-
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1811
1823
|
// NotebookTabs aliases
|
|
1812
1824
|
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1825
|
+
// NotebookText aliases
|
|
1826
|
+
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1813
1827
|
// Notebook aliases
|
|
1814
1828
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
1815
1829
|
// NotepadTextDashed aliases
|
|
@@ -1832,12 +1846,12 @@ export { default as LucideOption } from '../icons/option';
|
|
|
1832
1846
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1833
1847
|
// Origami aliases
|
|
1834
1848
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1835
|
-
// PackageMinus aliases
|
|
1836
|
-
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1837
1849
|
// Package2 aliases
|
|
1838
1850
|
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1839
1851
|
// PackageCheck aliases
|
|
1840
1852
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1853
|
+
// PackageMinus aliases
|
|
1854
|
+
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1841
1855
|
// PackageOpen aliases
|
|
1842
1856
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1843
1857
|
// PackagePlus aliases
|
|
@@ -1848,12 +1862,12 @@ export { default as LucidePackageSearch } from '../icons/package-search';
|
|
|
1848
1862
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1849
1863
|
// Package aliases
|
|
1850
1864
|
export { default as LucidePackage } from '../icons/package';
|
|
1851
|
-
// PaintRoller aliases
|
|
1852
|
-
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1853
1865
|
// PaintBucket aliases
|
|
1854
1866
|
export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
1855
1867
|
// Paintbrush aliases
|
|
1856
1868
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1869
|
+
// PaintRoller aliases
|
|
1870
|
+
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1857
1871
|
// Palette aliases
|
|
1858
1872
|
export { default as LucidePalette } from '../icons/palette';
|
|
1859
1873
|
// Panda aliases
|
|
@@ -1862,10 +1876,10 @@ export { default as LucidePanda } from '../icons/panda';
|
|
|
1862
1876
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1863
1877
|
// PanelBottomOpen aliases
|
|
1864
1878
|
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1865
|
-
// PanelBottom aliases
|
|
1866
|
-
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1867
1879
|
// PanelLeftRightDashed aliases
|
|
1868
1880
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1881
|
+
// PanelBottom aliases
|
|
1882
|
+
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1869
1883
|
// PanelRightClose aliases
|
|
1870
1884
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1871
1885
|
// PanelRightOpen aliases
|
|
@@ -1874,14 +1888,14 @@ export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
|
1874
1888
|
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
1875
1889
|
// PanelTopBottomDashed aliases
|
|
1876
1890
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1891
|
+
// PanelTop aliases
|
|
1892
|
+
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1877
1893
|
// PanelTopClose aliases
|
|
1878
1894
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1879
1895
|
// PanelTopOpen aliases
|
|
1880
1896
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1881
1897
|
// PanelsLeftBottom aliases
|
|
1882
1898
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1883
|
-
// PanelTop aliases
|
|
1884
|
-
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1885
1899
|
// PanelsRightBottom aliases
|
|
1886
1900
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1887
1901
|
// Paperclip aliases
|
|
@@ -1910,12 +1924,12 @@ export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
|
1910
1924
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1911
1925
|
// Pencil aliases
|
|
1912
1926
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1927
|
+
// Percent aliases
|
|
1928
|
+
export { default as LucidePercent } from '../icons/percent';
|
|
1913
1929
|
// Pentagon aliases
|
|
1914
1930
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1915
1931
|
// PersonStanding aliases
|
|
1916
1932
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1917
|
-
// Percent aliases
|
|
1918
|
-
export { default as LucidePercent } from '../icons/percent';
|
|
1919
1933
|
// PhilippinePeso aliases
|
|
1920
1934
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1921
1935
|
// PhoneCall aliases
|
|
@@ -1946,34 +1960,34 @@ export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
|
1946
1960
|
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1947
1961
|
// PilcrowLeft aliases
|
|
1948
1962
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
1963
|
+
// PilcrowRight aliases
|
|
1964
|
+
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
1949
1965
|
// Pilcrow aliases
|
|
1950
1966
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
1951
1967
|
// PillBottle aliases
|
|
1952
1968
|
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
1953
|
-
// PilcrowRight aliases
|
|
1954
|
-
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
1955
1969
|
// Pill aliases
|
|
1956
1970
|
export { default as LucidePill } from '../icons/pill';
|
|
1957
1971
|
// PinOff aliases
|
|
1958
1972
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
1959
1973
|
// Pin aliases
|
|
1960
1974
|
export { default as LucidePin } from '../icons/pin';
|
|
1961
|
-
// Pizza aliases
|
|
1962
|
-
export { default as LucidePizza } from '../icons/pizza';
|
|
1963
1975
|
// Pipette aliases
|
|
1964
1976
|
export { default as LucidePipette } from '../icons/pipette';
|
|
1977
|
+
// Pizza aliases
|
|
1978
|
+
export { default as LucidePizza } from '../icons/pizza';
|
|
1965
1979
|
// PlaneLanding aliases
|
|
1966
1980
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
1967
1981
|
// PlaneTakeoff aliases
|
|
1968
1982
|
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
1969
1983
|
// Plane aliases
|
|
1970
1984
|
export { default as LucidePlane } from '../icons/plane';
|
|
1971
|
-
// Plug2 aliases
|
|
1972
|
-
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
1973
1985
|
// Play aliases
|
|
1974
1986
|
export { default as LucidePlay } from '../icons/play';
|
|
1975
1987
|
// Plus aliases
|
|
1976
1988
|
export { default as LucidePlus } from '../icons/plus';
|
|
1989
|
+
// Plug2 aliases
|
|
1990
|
+
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
1977
1991
|
// Plug aliases
|
|
1978
1992
|
export { default as LucidePlug } from '../icons/plug';
|
|
1979
1993
|
// PocketKnife aliases
|
|
@@ -1998,20 +2012,20 @@ export { default as LucidePowerOff } from '../icons/power-off';
|
|
|
1998
2012
|
export { default as LucidePower } from '../icons/power';
|
|
1999
2013
|
// Presentation aliases
|
|
2000
2014
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2001
|
-
// Printer aliases
|
|
2002
|
-
export { default as LucidePrinter } from '../icons/printer';
|
|
2003
2015
|
// PrinterCheck aliases
|
|
2004
2016
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as LucidePrinter } from '../icons/printer';
|
|
2005
2019
|
// Projector aliases
|
|
2006
2020
|
export { default as LucideProjector } from '../icons/projector';
|
|
2007
|
-
// Proportions aliases
|
|
2008
|
-
export { default as LucideProportions } from '../icons/proportions';
|
|
2009
2021
|
// Puzzle aliases
|
|
2010
2022
|
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2011
|
-
//
|
|
2012
|
-
export { default as
|
|
2023
|
+
// Proportions aliases
|
|
2024
|
+
export { default as LucideProportions } from '../icons/proportions';
|
|
2013
2025
|
// Pyramid aliases
|
|
2014
2026
|
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2027
|
+
// QrCode aliases
|
|
2028
|
+
export { default as LucideQrCode } from '../icons/qr-code';
|
|
2015
2029
|
// Quote aliases
|
|
2016
2030
|
export { default as LucideQuote } from '../icons/quote';
|
|
2017
2031
|
// Rabbit aliases
|
|
@@ -2020,10 +2034,10 @@ export { default as LucideRabbit } from '../icons/rabbit';
|
|
|
2020
2034
|
export { default as LucideRadar } from '../icons/radar';
|
|
2021
2035
|
// Radiation aliases
|
|
2022
2036
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2023
|
-
// RadioReceiver aliases
|
|
2024
|
-
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2025
2037
|
// Radical aliases
|
|
2026
2038
|
export { default as LucideRadical } from '../icons/radical';
|
|
2039
|
+
// RadioReceiver aliases
|
|
2040
|
+
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2027
2041
|
// RadioTower aliases
|
|
2028
2042
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2029
2043
|
// Radio aliases
|
|
@@ -2036,10 +2050,10 @@ export { default as LucideRailSymbol } from '../icons/rail-symbol';
|
|
|
2036
2050
|
export { default as LucideRainbow } from '../icons/rainbow';
|
|
2037
2051
|
// Rat aliases
|
|
2038
2052
|
export { default as LucideRat } from '../icons/rat';
|
|
2039
|
-
// ReceiptCent aliases
|
|
2040
|
-
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2041
2053
|
// Ratio aliases
|
|
2042
2054
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2055
|
+
// ReceiptCent aliases
|
|
2056
|
+
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2043
2057
|
// ReceiptEuro aliases
|
|
2044
2058
|
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2045
2059
|
// ReceiptIndianRupee aliases
|
|
@@ -2056,14 +2070,14 @@ export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc
|
|
|
2056
2070
|
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2057
2071
|
// ReceiptTurkishLira aliases
|
|
2058
2072
|
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2059
|
-
// Receipt aliases
|
|
2060
|
-
export { default as LucideReceipt } from '../icons/receipt';
|
|
2061
|
-
// RectangleHorizontal aliases
|
|
2062
|
-
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2063
2073
|
// RectangleCircle aliases
|
|
2064
2074
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2065
2075
|
// RectangleGoggles aliases
|
|
2066
2076
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2077
|
+
// Receipt aliases
|
|
2078
|
+
export { default as LucideReceipt } from '../icons/receipt';
|
|
2079
|
+
// RectangleHorizontal aliases
|
|
2080
|
+
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2067
2081
|
// RectangleVertical aliases
|
|
2068
2082
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2069
2083
|
// Recycle aliases
|
|
@@ -2100,10 +2114,10 @@ export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
|
2100
2114
|
export { default as LucideReplace } from '../icons/replace';
|
|
2101
2115
|
// ReplyAll aliases
|
|
2102
2116
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2103
|
-
// Rewind aliases
|
|
2104
|
-
export { default as LucideRewind } from '../icons/rewind';
|
|
2105
2117
|
// Reply aliases
|
|
2106
2118
|
export { default as LucideReply } from '../icons/reply';
|
|
2119
|
+
// Rewind aliases
|
|
2120
|
+
export { default as LucideRewind } from '../icons/rewind';
|
|
2107
2121
|
// Ribbon aliases
|
|
2108
2122
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2109
2123
|
// Rocket aliases
|
|
@@ -2140,20 +2154,20 @@ export { default as LucideRulerDimensionLine } from '../icons/ruler-dimension-li
|
|
|
2140
2154
|
export { default as LucideRuler } from '../icons/ruler';
|
|
2141
2155
|
// RussianRuble aliases
|
|
2142
2156
|
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2143
|
-
// Sailboat aliases
|
|
2144
|
-
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2145
2157
|
// Salad aliases
|
|
2146
2158
|
export { default as LucideSalad } from '../icons/salad';
|
|
2159
|
+
// Sailboat aliases
|
|
2160
|
+
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2147
2161
|
// Sandwich aliases
|
|
2148
2162
|
export { default as LucideSandwich } from '../icons/sandwich';
|
|
2149
2163
|
// SatelliteDish aliases
|
|
2150
2164
|
export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
2151
2165
|
// Satellite aliases
|
|
2152
2166
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2153
|
-
// SaveAll aliases
|
|
2154
|
-
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2155
2167
|
// SaudiRiyal aliases
|
|
2156
2168
|
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2169
|
+
// SaveAll aliases
|
|
2170
|
+
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2157
2171
|
// SaveOff aliases
|
|
2158
2172
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2159
2173
|
// Save aliases
|
|
@@ -2168,16 +2182,16 @@ export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
|
2168
2182
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2169
2183
|
// ScanFace aliases
|
|
2170
2184
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2171
|
-
// ScanLine aliases
|
|
2172
|
-
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2173
2185
|
// ScanHeart aliases
|
|
2174
2186
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2187
|
+
// ScanLine aliases
|
|
2188
|
+
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2175
2189
|
// ScanQrCode aliases
|
|
2176
2190
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2177
|
-
// ScanSearch aliases
|
|
2178
|
-
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2179
2191
|
// ScanText aliases
|
|
2180
2192
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2193
|
+
// ScanSearch aliases
|
|
2194
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2181
2195
|
// Scan aliases
|
|
2182
2196
|
export { default as LucideScan } from '../icons/scan';
|
|
2183
2197
|
// School aliases
|
|
@@ -2202,10 +2216,10 @@ export { default as LucideSearchCode } from '../icons/search-code';
|
|
|
2202
2216
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2203
2217
|
// SearchX aliases
|
|
2204
2218
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2205
|
-
// Search aliases
|
|
2206
|
-
export { default as LucideSearch } from '../icons/search';
|
|
2207
2219
|
// Section aliases
|
|
2208
2220
|
export { default as LucideSection } from '../icons/section';
|
|
2221
|
+
// Search aliases
|
|
2222
|
+
export { default as LucideSearch } from '../icons/search';
|
|
2209
2223
|
// SendToBack aliases
|
|
2210
2224
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2211
2225
|
// Send aliases
|
|
@@ -2214,34 +2228,34 @@ export { default as LucideSend } from '../icons/send';
|
|
|
2214
2228
|
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2215
2229
|
// SeparatorVertical aliases
|
|
2216
2230
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2217
|
-
// ServerCog aliases
|
|
2218
|
-
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2219
2231
|
// ServerCrash aliases
|
|
2220
2232
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2233
|
+
// ServerCog aliases
|
|
2234
|
+
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2221
2235
|
// ServerOff aliases
|
|
2222
2236
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2223
2237
|
// Server aliases
|
|
2224
2238
|
export { default as LucideServer } from '../icons/server';
|
|
2225
|
-
// Settings aliases
|
|
2226
|
-
export { default as LucideSettings } from '../icons/settings';
|
|
2227
2239
|
// Settings2 aliases
|
|
2228
2240
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2241
|
+
// Settings aliases
|
|
2242
|
+
export { default as LucideSettings } from '../icons/settings';
|
|
2229
2243
|
// Shapes aliases
|
|
2230
2244
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2231
|
-
// Share2 aliases
|
|
2232
|
-
export { default as LucideShare2 } from '../icons/share-2';
|
|
2233
2245
|
// Share aliases
|
|
2234
2246
|
export { default as LucideShare } from '../icons/share';
|
|
2247
|
+
// Share2 aliases
|
|
2248
|
+
export { default as LucideShare2 } from '../icons/share-2';
|
|
2235
2249
|
// Sheet aliases
|
|
2236
2250
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2237
2251
|
// Shell aliases
|
|
2238
2252
|
export { default as LucideShell } from '../icons/shell';
|
|
2239
2253
|
// ShieldAlert aliases
|
|
2240
2254
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2241
|
-
// ShieldCheck aliases
|
|
2242
|
-
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2243
2255
|
// ShieldBan aliases
|
|
2244
2256
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2257
|
+
// ShieldCheck aliases
|
|
2258
|
+
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2245
2259
|
// ShieldEllipsis aliases
|
|
2246
2260
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2247
2261
|
// ShieldHalf aliases
|
|
@@ -2260,10 +2274,10 @@ export { default as LucideShield } from '../icons/shield';
|
|
|
2260
2274
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2261
2275
|
// Ship aliases
|
|
2262
2276
|
export { default as LucideShip } from '../icons/ship';
|
|
2263
|
-
// Shirt aliases
|
|
2264
|
-
export { default as LucideShirt } from '../icons/shirt';
|
|
2265
2277
|
// ShoppingBag aliases
|
|
2266
2278
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2279
|
+
// Shirt aliases
|
|
2280
|
+
export { default as LucideShirt } from '../icons/shirt';
|
|
2267
2281
|
// ShoppingBasket aliases
|
|
2268
2282
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2269
2283
|
// ShoppingCart aliases
|
|
@@ -2296,28 +2310,28 @@ export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
|
2296
2310
|
export { default as LucideSignal } from '../icons/signal';
|
|
2297
2311
|
// Signature aliases
|
|
2298
2312
|
export { default as LucideSignature } from '../icons/signature';
|
|
2299
|
-
// SignpostBig aliases
|
|
2300
|
-
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2301
2313
|
// Signpost aliases
|
|
2302
2314
|
export { default as LucideSignpost } from '../icons/signpost';
|
|
2315
|
+
// SignpostBig aliases
|
|
2316
|
+
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2303
2317
|
// Siren aliases
|
|
2304
2318
|
export { default as LucideSiren } from '../icons/siren';
|
|
2305
2319
|
// SkipBack aliases
|
|
2306
2320
|
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2307
2321
|
// SkipForward aliases
|
|
2308
2322
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2309
|
-
// Skull aliases
|
|
2310
|
-
export { default as LucideSkull } from '../icons/skull';
|
|
2311
2323
|
// Slack aliases
|
|
2312
2324
|
export { default as LucideSlack } from '../icons/slack';
|
|
2325
|
+
// Skull aliases
|
|
2326
|
+
export { default as LucideSkull } from '../icons/skull';
|
|
2313
2327
|
// Slash aliases
|
|
2314
2328
|
export { default as LucideSlash } from '../icons/slash';
|
|
2315
2329
|
// Slice aliases
|
|
2316
2330
|
export { default as LucideSlice } from '../icons/slice';
|
|
2317
|
-
// SmartphoneCharging aliases
|
|
2318
|
-
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2319
2331
|
// SlidersHorizontal aliases
|
|
2320
2332
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2333
|
+
// SmartphoneCharging aliases
|
|
2334
|
+
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2321
2335
|
// SmartphoneNfc aliases
|
|
2322
2336
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2323
2337
|
// Smartphone aliases
|
|
@@ -2326,22 +2340,22 @@ export { default as LucideSmartphone } from '../icons/smartphone';
|
|
|
2326
2340
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2327
2341
|
// Smile aliases
|
|
2328
2342
|
export { default as LucideSmile } from '../icons/smile';
|
|
2329
|
-
// Snowflake aliases
|
|
2330
|
-
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2331
2343
|
// Snail aliases
|
|
2332
2344
|
export { default as LucideSnail } from '../icons/snail';
|
|
2345
|
+
// Snowflake aliases
|
|
2346
|
+
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2333
2347
|
// SoapDispenserDroplet aliases
|
|
2334
2348
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2335
2349
|
// Sofa aliases
|
|
2336
2350
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2337
|
-
// SolarPanel aliases
|
|
2338
|
-
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2339
2351
|
// Soup aliases
|
|
2340
2352
|
export { default as LucideSoup } from '../icons/soup';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2353
|
+
// SolarPanel aliases
|
|
2354
|
+
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2343
2355
|
// Space aliases
|
|
2344
2356
|
export { default as LucideSpace } from '../icons/space';
|
|
2357
|
+
// Spade aliases
|
|
2358
|
+
export { default as LucideSpade } from '../icons/spade';
|
|
2345
2359
|
// Sparkle aliases
|
|
2346
2360
|
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2347
2361
|
// Speaker aliases
|
|
@@ -2356,28 +2370,28 @@ export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
|
2356
2370
|
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2357
2371
|
// Spline aliases
|
|
2358
2372
|
export { default as LucideSpline } from '../icons/spline';
|
|
2359
|
-
// Spool aliases
|
|
2360
|
-
export { default as LucideSpool } from '../icons/spool';
|
|
2361
2373
|
// Split aliases
|
|
2362
2374
|
export { default as LucideSplit } from '../icons/split';
|
|
2375
|
+
// Spool aliases
|
|
2376
|
+
export { default as LucideSpool } from '../icons/spool';
|
|
2363
2377
|
// Spotlight aliases
|
|
2364
2378
|
export { default as LucideSpotlight } from '../icons/spotlight';
|
|
2365
2379
|
// SprayCan aliases
|
|
2366
2380
|
export { default as LucideSprayCan } from '../icons/spray-can';
|
|
2367
2381
|
// Sprout aliases
|
|
2368
2382
|
export { default as LucideSprout } from '../icons/sprout';
|
|
2369
|
-
// SquareDashedBottom aliases
|
|
2370
|
-
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2371
2383
|
// SquareDashedBottomCode aliases
|
|
2372
2384
|
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2373
|
-
//
|
|
2374
|
-
export { default as
|
|
2385
|
+
// SquareDashedBottom aliases
|
|
2386
|
+
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2375
2387
|
// SquareDashedTopSolid aliases
|
|
2376
2388
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2389
|
+
// SquarePause aliases
|
|
2390
|
+
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2379
2391
|
// SquareRoundCorner aliases
|
|
2380
2392
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2393
|
+
// SquareRadical aliases
|
|
2394
|
+
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2381
2395
|
// SquareSquare aliases
|
|
2382
2396
|
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2383
2397
|
// SquareStack aliases
|
|
@@ -2388,18 +2402,18 @@ export { default as LucideSquareStar } from '../icons/square-star';
|
|
|
2388
2402
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2389
2403
|
// Square aliases
|
|
2390
2404
|
export { default as LucideSquare } from '../icons/square';
|
|
2391
|
-
// SquaresIntersect aliases
|
|
2392
|
-
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2393
2405
|
// SquaresExclude aliases
|
|
2394
2406
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2407
|
+
// SquaresIntersect aliases
|
|
2408
|
+
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2395
2409
|
// SquaresSubtract aliases
|
|
2396
2410
|
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2397
2411
|
// SquaresUnite aliases
|
|
2398
2412
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2399
|
-
// Squircle aliases
|
|
2400
|
-
export { default as LucideSquircle } from '../icons/squircle';
|
|
2401
2413
|
// SquircleDashed aliases
|
|
2402
2414
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2415
|
+
// Squircle aliases
|
|
2416
|
+
export { default as LucideSquircle } from '../icons/squircle';
|
|
2403
2417
|
// Squirrel aliases
|
|
2404
2418
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2405
2419
|
// Stamp aliases
|
|
@@ -2412,30 +2426,30 @@ export { default as LucideStarOff } from '../icons/star-off';
|
|
|
2412
2426
|
export { default as LucideStar } from '../icons/star';
|
|
2413
2427
|
// StepBack aliases
|
|
2414
2428
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2415
|
-
// Stethoscope aliases
|
|
2416
|
-
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2417
2429
|
// StepForward aliases
|
|
2418
2430
|
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2431
|
+
// Stethoscope aliases
|
|
2432
|
+
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2419
2433
|
// Sticker aliases
|
|
2420
2434
|
export { default as LucideSticker } from '../icons/sticker';
|
|
2421
2435
|
// StickyNote aliases
|
|
2422
2436
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2423
|
-
// StretchHorizontal aliases
|
|
2424
|
-
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2425
2437
|
// Store aliases
|
|
2426
2438
|
export { default as LucideStore } from '../icons/store';
|
|
2439
|
+
// StretchHorizontal aliases
|
|
2440
|
+
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2427
2441
|
// StretchVertical aliases
|
|
2428
2442
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2429
|
-
// Subscript aliases
|
|
2430
|
-
export { default as LucideSubscript } from '../icons/subscript';
|
|
2431
2443
|
// Strikethrough aliases
|
|
2432
2444
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2433
2445
|
// SunDim aliases
|
|
2434
2446
|
export { default as LucideSunDim } from '../icons/sun-dim';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2447
|
+
// Subscript aliases
|
|
2448
|
+
export { default as LucideSubscript } from '../icons/subscript';
|
|
2437
2449
|
// SunMedium aliases
|
|
2438
2450
|
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2451
|
+
// SunMoon aliases
|
|
2452
|
+
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2439
2453
|
// SunSnow aliases
|
|
2440
2454
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2441
2455
|
// Sun aliases
|
|
@@ -2444,16 +2458,16 @@ export { default as LucideSun } from '../icons/sun';
|
|
|
2444
2458
|
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2445
2459
|
// Sunset aliases
|
|
2446
2460
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2461
|
+
// SwatchBook aliases
|
|
2462
|
+
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2447
2463
|
// Superscript aliases
|
|
2448
2464
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2449
2465
|
// SwissFranc aliases
|
|
2450
2466
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2451
|
-
// SwatchBook aliases
|
|
2452
|
-
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2453
|
-
// SwitchCamera aliases
|
|
2454
|
-
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2455
2467
|
// Sword aliases
|
|
2456
2468
|
export { default as LucideSword } from '../icons/sword';
|
|
2469
|
+
// SwitchCamera aliases
|
|
2470
|
+
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2457
2471
|
// Swords aliases
|
|
2458
2472
|
export { default as LucideSwords } from '../icons/swords';
|
|
2459
2473
|
// Syringe aliases
|
|
@@ -2474,12 +2488,12 @@ export { default as LucideTableProperties } from '../icons/table-properties';
|
|
|
2474
2488
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2475
2489
|
// Table aliases
|
|
2476
2490
|
export { default as LucideTable } from '../icons/table';
|
|
2491
|
+
// Tablets aliases
|
|
2492
|
+
export { default as LucideTablets } from '../icons/tablets';
|
|
2477
2493
|
// TabletSmartphone aliases
|
|
2478
2494
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2479
2495
|
// Tablet aliases
|
|
2480
2496
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2481
|
-
// Tablets aliases
|
|
2482
|
-
export { default as LucideTablets } from '../icons/tablets';
|
|
2483
2497
|
// Tag aliases
|
|
2484
2498
|
export { default as LucideTag } from '../icons/tag';
|
|
2485
2499
|
// Tags aliases
|
|
@@ -2500,44 +2514,44 @@ export { default as LucideTangent } from '../icons/tangent';
|
|
|
2500
2514
|
export { default as LucideTarget } from '../icons/target';
|
|
2501
2515
|
// Telescope aliases
|
|
2502
2516
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2503
|
-
// TentTree aliases
|
|
2504
|
-
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2505
2517
|
// Tent aliases
|
|
2506
2518
|
export { default as LucideTent } from '../icons/tent';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2519
|
+
// TentTree aliases
|
|
2520
|
+
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2509
2521
|
// Terminal aliases
|
|
2510
2522
|
export { default as LucideTerminal } from '../icons/terminal';
|
|
2523
|
+
// TestTube aliases
|
|
2524
|
+
export { default as LucideTestTube } from '../icons/test-tube';
|
|
2511
2525
|
// TestTubes aliases
|
|
2512
2526
|
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2513
2527
|
// TextCursorInput aliases
|
|
2514
2528
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2515
|
-
// TextQuote aliases
|
|
2516
|
-
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2517
2529
|
// TextCursor aliases
|
|
2518
2530
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2519
2531
|
// TextSearch aliases
|
|
2520
2532
|
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2533
|
+
// TextQuote aliases
|
|
2534
|
+
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2523
2535
|
// ThermometerSnowflake aliases
|
|
2524
2536
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2537
|
+
// Theater aliases
|
|
2538
|
+
export { default as LucideTheater } from '../icons/theater';
|
|
2525
2539
|
// ThermometerSun aliases
|
|
2526
2540
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2527
2541
|
// Thermometer aliases
|
|
2528
2542
|
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2529
|
-
// ThumbsDown aliases
|
|
2530
|
-
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2531
2543
|
// ThumbsUp aliases
|
|
2532
2544
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2533
|
-
//
|
|
2534
|
-
export { default as
|
|
2535
|
-
// TicketPercent aliases
|
|
2536
|
-
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2545
|
+
// ThumbsDown aliases
|
|
2546
|
+
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2537
2547
|
// TicketCheck aliases
|
|
2538
2548
|
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2549
|
+
// TicketMinus aliases
|
|
2550
|
+
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2539
2551
|
// TicketPlus aliases
|
|
2540
2552
|
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2553
|
+
// TicketPercent aliases
|
|
2554
|
+
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2541
2555
|
// TicketSlash aliases
|
|
2542
2556
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2543
2557
|
// TicketX aliases
|
|
@@ -2556,30 +2570,30 @@ export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
|
2556
2570
|
export { default as LucideTimer } from '../icons/timer';
|
|
2557
2571
|
// ToggleLeft aliases
|
|
2558
2572
|
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2559
|
-
// Toilet aliases
|
|
2560
|
-
export { default as LucideToilet } from '../icons/toilet';
|
|
2561
2573
|
// ToggleRight aliases
|
|
2562
2574
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2575
|
+
// Toilet aliases
|
|
2576
|
+
export { default as LucideToilet } from '../icons/toilet';
|
|
2565
2577
|
// Tornado aliases
|
|
2566
2578
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2579
|
+
// ToolCase aliases
|
|
2580
|
+
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2567
2581
|
// Torus aliases
|
|
2568
2582
|
export { default as LucideTorus } from '../icons/torus';
|
|
2569
|
-
// Touchpad aliases
|
|
2570
|
-
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2571
2583
|
// TouchpadOff aliases
|
|
2572
2584
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2585
|
+
// Touchpad aliases
|
|
2586
|
+
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2573
2587
|
// TowerControl aliases
|
|
2574
2588
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2575
2589
|
// ToyBrick aliases
|
|
2576
2590
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2591
|
+
// TrafficCone aliases
|
|
2592
|
+
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2577
2593
|
// Tractor aliases
|
|
2578
2594
|
export { default as LucideTractor } from '../icons/tractor';
|
|
2579
2595
|
// TrainFrontTunnel aliases
|
|
2580
2596
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2581
|
-
// TrafficCone aliases
|
|
2582
|
-
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2583
2597
|
// TrainFront aliases
|
|
2584
2598
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2585
2599
|
// TrainTrack aliases
|
|
@@ -2590,30 +2604,30 @@ export { default as LucideTransgender } from '../icons/transgender';
|
|
|
2590
2604
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2591
2605
|
// TreeDeciduous aliases
|
|
2592
2606
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2593
|
-
// Trash aliases
|
|
2594
|
-
export { default as LucideTrash } from '../icons/trash';
|
|
2595
2607
|
// TreePine aliases
|
|
2596
2608
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2609
|
+
// Trash aliases
|
|
2610
|
+
export { default as LucideTrash } from '../icons/trash';
|
|
2597
2611
|
// Trees aliases
|
|
2598
2612
|
export { default as LucideTrees } from '../icons/trees';
|
|
2599
2613
|
// Trello aliases
|
|
2600
2614
|
export { default as LucideTrello } from '../icons/trello';
|
|
2601
2615
|
// TrendingDown aliases
|
|
2602
2616
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2603
|
-
// TrendingUpDown aliases
|
|
2604
|
-
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2605
2617
|
// TrendingUp aliases
|
|
2606
2618
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2607
|
-
//
|
|
2608
|
-
export { default as
|
|
2619
|
+
// TrendingUpDown aliases
|
|
2620
|
+
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2609
2621
|
// TriangleRight aliases
|
|
2610
2622
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2623
|
+
// TriangleDashed aliases
|
|
2624
|
+
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2625
|
+
// Trophy aliases
|
|
2626
|
+
export { default as LucideTrophy } from '../icons/trophy';
|
|
2611
2627
|
// Triangle aliases
|
|
2612
2628
|
export { default as LucideTriangle } from '../icons/triangle';
|
|
2613
2629
|
// TruckElectric aliases
|
|
2614
2630
|
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2615
|
-
// Trophy aliases
|
|
2616
|
-
export { default as LucideTrophy } from '../icons/trophy';
|
|
2617
2631
|
// Truck aliases
|
|
2618
2632
|
export { default as LucideTruck } from '../icons/truck';
|
|
2619
2633
|
// TurkishLira aliases
|
|
@@ -2650,10 +2664,10 @@ export { default as LucideUndo } from '../icons/undo';
|
|
|
2650
2664
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2651
2665
|
// UnfoldVertical aliases
|
|
2652
2666
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2653
|
-
// Ungroup aliases
|
|
2654
|
-
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2655
2667
|
// Unlink2 aliases
|
|
2656
2668
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2669
|
+
// Ungroup aliases
|
|
2670
|
+
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2657
2671
|
// Unlink aliases
|
|
2658
2672
|
export { default as LucideUnlink } from '../icons/unlink';
|
|
2659
2673
|
// Unplug aliases
|
|
@@ -2668,12 +2682,12 @@ export { default as LucideUserCheck } from '../icons/user-check';
|
|
|
2668
2682
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2669
2683
|
// UserLock aliases
|
|
2670
2684
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2685
|
+
// UserMinus aliases
|
|
2686
|
+
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2671
2687
|
// UserPen aliases
|
|
2672
2688
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2673
2689
|
// UserPlus aliases
|
|
2674
2690
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2675
|
-
// UserMinus aliases
|
|
2676
|
-
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2677
2691
|
// UserRoundPen aliases
|
|
2678
2692
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2679
2693
|
// UserRoundSearch aliases
|
|
@@ -2692,10 +2706,10 @@ export { default as LucideUsers } from '../icons/users';
|
|
|
2692
2706
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2693
2707
|
// Variable aliases
|
|
2694
2708
|
export { default as LucideVariable } from '../icons/variable';
|
|
2695
|
-
// VectorSquare aliases
|
|
2696
|
-
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2697
2709
|
// Vault aliases
|
|
2698
2710
|
export { default as LucideVault } from '../icons/vault';
|
|
2711
|
+
// VectorSquare aliases
|
|
2712
|
+
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2699
2713
|
// Vegan aliases
|
|
2700
2714
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2701
2715
|
// VenetianMask aliases
|
|
@@ -2708,10 +2722,10 @@ export { default as LucideVenus } from '../icons/venus';
|
|
|
2708
2722
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2709
2723
|
// Vibrate aliases
|
|
2710
2724
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2711
|
-
// Video aliases
|
|
2712
|
-
export { default as LucideVideo } from '../icons/video';
|
|
2713
2725
|
// VideoOff aliases
|
|
2714
2726
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2727
|
+
// Video aliases
|
|
2728
|
+
export { default as LucideVideo } from '../icons/video';
|
|
2715
2729
|
// Videotape aliases
|
|
2716
2730
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2717
2731
|
// View aliases
|
|
@@ -2722,20 +2736,20 @@ export { default as LucideVoicemail } from '../icons/voicemail';
|
|
|
2722
2736
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2723
2737
|
// Volume1 aliases
|
|
2724
2738
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2725
|
-
// Volume2 aliases
|
|
2726
|
-
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2727
2739
|
// VolumeOff aliases
|
|
2728
2740
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2741
|
+
// Volume2 aliases
|
|
2742
|
+
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2729
2743
|
// VolumeX aliases
|
|
2730
2744
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2731
2745
|
// Volume aliases
|
|
2732
2746
|
export { default as LucideVolume } from '../icons/volume';
|
|
2747
|
+
// WalletCards aliases
|
|
2748
|
+
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2733
2749
|
// Vote aliases
|
|
2734
2750
|
export { default as LucideVote } from '../icons/vote';
|
|
2735
2751
|
// Wallet aliases
|
|
2736
2752
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2737
|
-
// WalletCards aliases
|
|
2738
|
-
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2739
2753
|
// Wallpaper aliases
|
|
2740
2754
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2741
2755
|
// Wand aliases
|
|
@@ -2756,10 +2770,10 @@ export { default as LucideWaypoints } from '../icons/waypoints';
|
|
|
2756
2770
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2757
2771
|
// WebhookOff aliases
|
|
2758
2772
|
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2759
|
-
// Weight aliases
|
|
2760
|
-
export { default as LucideWeight } from '../icons/weight';
|
|
2761
2773
|
// Webhook aliases
|
|
2762
2774
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2775
|
+
// Weight aliases
|
|
2776
|
+
export { default as LucideWeight } from '../icons/weight';
|
|
2763
2777
|
// WheatOff aliases
|
|
2764
2778
|
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2765
2779
|
// Wheat aliases
|
|
@@ -2786,10 +2800,10 @@ export { default as LucideWifi } from '../icons/wifi';
|
|
|
2786
2800
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2787
2801
|
// Wind aliases
|
|
2788
2802
|
export { default as LucideWind } from '../icons/wind';
|
|
2789
|
-
// WineOff aliases
|
|
2790
|
-
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2791
2803
|
// Wine aliases
|
|
2792
2804
|
export { default as LucideWine } from '../icons/wine';
|
|
2805
|
+
// WineOff aliases
|
|
2806
|
+
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2793
2807
|
// Workflow aliases
|
|
2794
2808
|
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2795
2809
|
// Wrench aliases
|
|
@@ -2802,10 +2816,10 @@ export { default as LucideX } from '../icons/x';
|
|
|
2802
2816
|
export { default as LucideYoutube } from '../icons/youtube';
|
|
2803
2817
|
// ZapOff aliases
|
|
2804
2818
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2805
|
-
// Zap aliases
|
|
2806
|
-
export { default as LucideZap } from '../icons/zap';
|
|
2807
2819
|
// ZoomIn aliases
|
|
2808
2820
|
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2821
|
+
// Zap aliases
|
|
2822
|
+
export { default as LucideZap } from '../icons/zap';
|
|
2809
2823
|
// ZoomOut aliases
|
|
2810
2824
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2811
2825
|
// ArrowDown01 aliases
|
|
@@ -2840,18 +2854,18 @@ export {
|
|
|
2840
2854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2841
2855
|
default as LucideArrowDownAz
|
|
2842
2856
|
} from '../icons/arrow-down-a-z';
|
|
2843
|
-
// ArrowDownWideNarrow aliases
|
|
2844
|
-
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2845
|
-
export {
|
|
2846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2847
|
-
default as LucideSortDesc
|
|
2848
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2849
2857
|
// ArrowDownZA aliases
|
|
2850
2858
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
2851
2859
|
export {
|
|
2852
2860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2853
2861
|
default as LucideArrowDownZa
|
|
2854
2862
|
} from '../icons/arrow-down-z-a';
|
|
2863
|
+
// ArrowDownWideNarrow aliases
|
|
2864
|
+
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2867
|
+
default as LucideSortDesc
|
|
2868
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2855
2869
|
// ArrowUpAZ aliases
|
|
2856
2870
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2857
2871
|
export {
|
|
@@ -2912,18 +2926,18 @@ export {
|
|
|
2912
2926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2913
2927
|
default as LucideCurlyBraces
|
|
2914
2928
|
} from '../icons/braces';
|
|
2915
|
-
// Captions aliases
|
|
2916
|
-
export { default as LucideCaptions } from '../icons/captions';
|
|
2917
|
-
export {
|
|
2918
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2919
|
-
default as LucideSubtitles
|
|
2920
|
-
} from '../icons/captions';
|
|
2921
2929
|
// ChartArea aliases
|
|
2922
2930
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
2923
2931
|
export {
|
|
2924
2932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2925
2933
|
default as LucideAreaChart
|
|
2926
2934
|
} from '../icons/chart-area';
|
|
2935
|
+
// Captions aliases
|
|
2936
|
+
export { default as LucideCaptions } from '../icons/captions';
|
|
2937
|
+
export {
|
|
2938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2939
|
+
default as LucideSubtitles
|
|
2940
|
+
} from '../icons/captions';
|
|
2927
2941
|
// ChartBarBig aliases
|
|
2928
2942
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
2929
2943
|
export {
|
|
@@ -2936,30 +2950,30 @@ export {
|
|
|
2936
2950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2937
2951
|
default as LucideBarChartHorizontal
|
|
2938
2952
|
} from '../icons/chart-bar';
|
|
2939
|
-
// ChartCandlestick aliases
|
|
2940
|
-
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2941
|
-
export {
|
|
2942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2943
|
-
default as LucideCandlestickChart
|
|
2944
|
-
} from '../icons/chart-candlestick';
|
|
2945
2953
|
// ChartColumnBig aliases
|
|
2946
2954
|
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
2947
2955
|
export {
|
|
2948
2956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2949
2957
|
default as LucideBarChartBig
|
|
2950
2958
|
} from '../icons/chart-column-big';
|
|
2951
|
-
//
|
|
2952
|
-
export { default as
|
|
2959
|
+
// ChartCandlestick aliases
|
|
2960
|
+
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2953
2961
|
export {
|
|
2954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2955
|
-
default as
|
|
2956
|
-
} from '../icons/chart-
|
|
2962
|
+
/** @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 */
|
|
2963
|
+
default as LucideCandlestickChart
|
|
2964
|
+
} from '../icons/chart-candlestick';
|
|
2957
2965
|
// ChartColumnIncreasing aliases
|
|
2958
2966
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
2959
2967
|
export {
|
|
2960
2968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2961
2969
|
default as LucideBarChart4
|
|
2962
2970
|
} from '../icons/chart-column-increasing';
|
|
2971
|
+
// ChartColumn aliases
|
|
2972
|
+
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
2973
|
+
export {
|
|
2974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2975
|
+
default as LucideBarChart3
|
|
2976
|
+
} from '../icons/chart-column';
|
|
2963
2977
|
// ChartLine aliases
|
|
2964
2978
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
2965
2979
|
export {
|
|
@@ -2984,18 +2998,18 @@ export {
|
|
|
2984
2998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2985
2999
|
default as LucideGanttChart
|
|
2986
3000
|
} from '../icons/chart-no-axes-gantt';
|
|
2987
|
-
// ChartScatter aliases
|
|
2988
|
-
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2991
|
-
default as LucideScatterChart
|
|
2992
|
-
} from '../icons/chart-scatter';
|
|
2993
3001
|
// ChartPie aliases
|
|
2994
3002
|
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
2995
3003
|
export {
|
|
2996
3004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2997
3005
|
default as LucidePieChart
|
|
2998
3006
|
} from '../icons/chart-pie';
|
|
3007
|
+
// ChartScatter aliases
|
|
3008
|
+
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3009
|
+
export {
|
|
3010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3011
|
+
default as LucideScatterChart
|
|
3012
|
+
} from '../icons/chart-scatter';
|
|
2999
3013
|
// Chromium aliases
|
|
3000
3014
|
export { default as LucideChromium } from '../icons/chromium';
|
|
3001
3015
|
export {
|
|
@@ -3008,18 +3022,18 @@ export {
|
|
|
3008
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3009
3023
|
default as LucideAlertCircle
|
|
3010
3024
|
} from '../icons/circle-alert';
|
|
3011
|
-
// CircleArrowLeft aliases
|
|
3012
|
-
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3013
|
-
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3015
|
-
default as LucideArrowLeftCircle
|
|
3016
|
-
} from '../icons/circle-arrow-left';
|
|
3017
3025
|
// CircleArrowDown aliases
|
|
3018
3026
|
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3019
3027
|
export {
|
|
3020
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
3029
|
default as LucideArrowDownCircle
|
|
3022
3030
|
} from '../icons/circle-arrow-down';
|
|
3031
|
+
// CircleArrowLeft aliases
|
|
3032
|
+
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as LucideArrowLeftCircle
|
|
3036
|
+
} from '../icons/circle-arrow-left';
|
|
3023
3037
|
// CircleArrowOutDownLeft aliases
|
|
3024
3038
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3025
3039
|
export {
|
|
@@ -3068,30 +3082,30 @@ export {
|
|
|
3068
3082
|
/** @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 */
|
|
3069
3083
|
default as LucideCheckCircle2
|
|
3070
3084
|
} from '../icons/circle-check';
|
|
3071
|
-
// CircleChevronDown aliases
|
|
3072
|
-
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3073
|
-
export {
|
|
3074
|
-
/** @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 */
|
|
3075
|
-
default as LucideChevronDownCircle
|
|
3076
|
-
} from '../icons/circle-chevron-down';
|
|
3077
3085
|
// CircleChevronLeft aliases
|
|
3078
3086
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3079
3087
|
export {
|
|
3080
3088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3081
3089
|
default as LucideChevronLeftCircle
|
|
3082
3090
|
} from '../icons/circle-chevron-left';
|
|
3083
|
-
//
|
|
3084
|
-
export { default as
|
|
3091
|
+
// CircleChevronDown aliases
|
|
3092
|
+
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3085
3093
|
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3087
|
-
default as
|
|
3088
|
-
} from '../icons/circle-chevron-
|
|
3094
|
+
/** @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 */
|
|
3095
|
+
default as LucideChevronDownCircle
|
|
3096
|
+
} from '../icons/circle-chevron-down';
|
|
3089
3097
|
// CircleChevronRight aliases
|
|
3090
3098
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3091
3099
|
export {
|
|
3092
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3093
3101
|
default as LucideChevronRightCircle
|
|
3094
3102
|
} from '../icons/circle-chevron-right';
|
|
3103
|
+
// CircleChevronUp aliases
|
|
3104
|
+
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @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 */
|
|
3107
|
+
default as LucideChevronUpCircle
|
|
3108
|
+
} from '../icons/circle-chevron-up';
|
|
3095
3109
|
// CircleDivide aliases
|
|
3096
3110
|
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3097
3111
|
export {
|
|
@@ -3104,18 +3118,24 @@ export {
|
|
|
3104
3118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3105
3119
|
default as LucideGaugeCircle
|
|
3106
3120
|
} from '../icons/circle-gauge';
|
|
3121
|
+
// CircleMinus aliases
|
|
3122
|
+
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @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 */
|
|
3125
|
+
default as LucideMinusCircle
|
|
3126
|
+
} from '../icons/circle-minus';
|
|
3107
3127
|
// CircleParkingOff aliases
|
|
3108
3128
|
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3109
3129
|
export {
|
|
3110
3130
|
/** @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 */
|
|
3111
3131
|
default as LucideParkingCircleOff
|
|
3112
3132
|
} from '../icons/circle-parking-off';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3133
|
+
// CircleParking aliases
|
|
3134
|
+
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3115
3135
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/circle-
|
|
3136
|
+
/** @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 */
|
|
3137
|
+
default as LucideParkingCircle
|
|
3138
|
+
} from '../icons/circle-parking';
|
|
3119
3139
|
// CirclePause aliases
|
|
3120
3140
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3121
3141
|
export {
|
|
@@ -3134,12 +3154,6 @@ export {
|
|
|
3134
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3135
3155
|
default as LucidePlayCircle
|
|
3136
3156
|
} from '../icons/circle-play';
|
|
3137
|
-
// CircleParking aliases
|
|
3138
|
-
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3141
|
-
default as LucideParkingCircle
|
|
3142
|
-
} from '../icons/circle-parking';
|
|
3143
3157
|
// CirclePlus aliases
|
|
3144
3158
|
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3145
3159
|
export {
|
|
@@ -3174,6 +3188,12 @@ export {
|
|
|
3174
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3175
3189
|
default as LucideStopCircle
|
|
3176
3190
|
} from '../icons/circle-stop';
|
|
3191
|
+
// CircleUserRound aliases
|
|
3192
|
+
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as LucideUserCircle2
|
|
3196
|
+
} from '../icons/circle-user-round';
|
|
3177
3197
|
// CircleUser aliases
|
|
3178
3198
|
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3179
3199
|
export {
|
|
@@ -3186,12 +3206,6 @@ export {
|
|
|
3186
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3187
3207
|
default as LucideXCircle
|
|
3188
3208
|
} from '../icons/circle-x';
|
|
3189
|
-
// CircleUserRound aliases
|
|
3190
|
-
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
-
default as LucideUserCircle2
|
|
3194
|
-
} from '../icons/circle-user-round';
|
|
3195
3209
|
// ClipboardPenLine aliases
|
|
3196
3210
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3197
3211
|
export {
|
|
@@ -3228,12 +3242,6 @@ export {
|
|
|
3228
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3229
3243
|
default as LucideColumns
|
|
3230
3244
|
} from '../icons/columns-2';
|
|
3231
|
-
// Columns3 aliases
|
|
3232
|
-
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3235
|
-
default as LucidePanelsLeftRight
|
|
3236
|
-
} from '../icons/columns-3';
|
|
3237
3245
|
// Columns3Cog aliases
|
|
3238
3246
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3239
3247
|
export {
|
|
@@ -3244,42 +3252,48 @@ export {
|
|
|
3244
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3245
3253
|
default as LucideTableConfig
|
|
3246
3254
|
} from '../icons/columns-3-cog';
|
|
3255
|
+
// Columns3 aliases
|
|
3256
|
+
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @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 */
|
|
3259
|
+
default as LucidePanelsLeftRight
|
|
3260
|
+
} from '../icons/columns-3';
|
|
3247
3261
|
// ContactRound aliases
|
|
3248
3262
|
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3249
3263
|
export {
|
|
3250
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3251
3265
|
default as LucideContact2
|
|
3252
3266
|
} from '../icons/contact-round';
|
|
3253
|
-
// DiamondPercent aliases
|
|
3254
|
-
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @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 */
|
|
3257
|
-
default as LucidePercentDiamond
|
|
3258
|
-
} from '../icons/diamond-percent';
|
|
3259
3267
|
// Earth aliases
|
|
3260
3268
|
export { default as LucideEarth } from '../icons/earth';
|
|
3261
3269
|
export {
|
|
3262
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3263
3271
|
default as LucideGlobe2
|
|
3264
3272
|
} from '../icons/earth';
|
|
3265
|
-
// FileAxis3d aliases
|
|
3266
|
-
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3267
|
-
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3269
|
-
default as LucideFileAxis3D
|
|
3270
|
-
} from '../icons/file-axis-3d';
|
|
3271
3273
|
// EllipsisVertical aliases
|
|
3272
3274
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3273
3275
|
export {
|
|
3274
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3275
3277
|
default as LucideMoreVertical
|
|
3276
3278
|
} from '../icons/ellipsis-vertical';
|
|
3279
|
+
// DiamondPercent aliases
|
|
3280
|
+
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3281
|
+
export {
|
|
3282
|
+
/** @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 */
|
|
3283
|
+
default as LucidePercentDiamond
|
|
3284
|
+
} from '../icons/diamond-percent';
|
|
3277
3285
|
// Ellipsis aliases
|
|
3278
3286
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3279
3287
|
export {
|
|
3280
3288
|
/** @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 */
|
|
3281
3289
|
default as LucideMoreHorizontal
|
|
3282
3290
|
} from '../icons/ellipsis';
|
|
3291
|
+
// FileAxis3d aliases
|
|
3292
|
+
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as LucideFileAxis3D
|
|
3296
|
+
} from '../icons/file-axis-3d';
|
|
3283
3297
|
// FileBadge aliases
|
|
3284
3298
|
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3285
3299
|
export {
|
|
@@ -3298,18 +3312,18 @@ export {
|
|
|
3298
3312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3299
3313
|
default as LucideFileJson
|
|
3300
3314
|
} from '../icons/file-braces';
|
|
3301
|
-
// FileChartColumn aliases
|
|
3302
|
-
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3305
|
-
default as LucideFileBarChart2
|
|
3306
|
-
} from '../icons/file-chart-column';
|
|
3307
3315
|
// FileChartColumnIncreasing aliases
|
|
3308
3316
|
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3309
3317
|
export {
|
|
3310
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3311
3319
|
default as LucideFileBarChart
|
|
3312
3320
|
} from '../icons/file-chart-column-increasing';
|
|
3321
|
+
// FileChartColumn aliases
|
|
3322
|
+
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3325
|
+
default as LucideFileBarChart2
|
|
3326
|
+
} from '../icons/file-chart-column';
|
|
3313
3327
|
// FileChartLine aliases
|
|
3314
3328
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3315
3329
|
export {
|
|
@@ -3346,6 +3360,12 @@ export {
|
|
|
3346
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3347
3361
|
default as LucideFileWarning
|
|
3348
3362
|
} from '../icons/file-exclamation-point';
|
|
3363
|
+
// FileKey aliases
|
|
3364
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3365
|
+
export {
|
|
3366
|
+
/** @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 */
|
|
3367
|
+
default as LucideFileKey2
|
|
3368
|
+
} from '../icons/file-key';
|
|
3349
3369
|
// FileHeadphone aliases
|
|
3350
3370
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3351
3371
|
export {
|
|
@@ -3362,12 +3382,6 @@ export {
|
|
|
3362
3382
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3363
3383
|
default as LucideFileLock2
|
|
3364
3384
|
} from '../icons/file-lock';
|
|
3365
|
-
// FileKey aliases
|
|
3366
|
-
export { default as LucideFileKey } from '../icons/file-key';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as LucideFileKey2
|
|
3370
|
-
} from '../icons/file-key';
|
|
3371
3385
|
// FileMinusCorner aliases
|
|
3372
3386
|
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3373
3387
|
export {
|
|
@@ -3392,6 +3406,12 @@ export {
|
|
|
3392
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3393
3407
|
default as LucideFileVideo
|
|
3394
3408
|
} from '../icons/file-play';
|
|
3409
|
+
// FilePlusCorner aliases
|
|
3410
|
+
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as LucideFilePlus2
|
|
3414
|
+
} from '../icons/file-plus-corner';
|
|
3395
3415
|
// FileQuestionMark aliases
|
|
3396
3416
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3397
3417
|
export {
|
|
@@ -3404,30 +3424,24 @@ export {
|
|
|
3404
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
3425
|
default as LucideFileSearch2
|
|
3406
3426
|
} from '../icons/file-search-corner';
|
|
3407
|
-
// FilePlusCorner aliases
|
|
3408
|
-
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as LucideFilePlus2
|
|
3412
|
-
} from '../icons/file-plus-corner';
|
|
3413
3427
|
// FileSignal aliases
|
|
3414
3428
|
export { default as LucideFileSignal } from '../icons/file-signal';
|
|
3415
3429
|
export {
|
|
3416
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3417
3431
|
default as LucideFileVolume2
|
|
3418
3432
|
} from '../icons/file-signal';
|
|
3419
|
-
// FileVideoCamera aliases
|
|
3420
|
-
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3423
|
-
default as LucideFileVideo2
|
|
3424
|
-
} from '../icons/file-video-camera';
|
|
3425
3433
|
// FileTypeCorner aliases
|
|
3426
3434
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3427
3435
|
export {
|
|
3428
3436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
3437
|
default as LucideFileType2
|
|
3430
3438
|
} from '../icons/file-type-corner';
|
|
3439
|
+
// FileVideoCamera aliases
|
|
3440
|
+
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3441
|
+
export {
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3443
|
+
default as LucideFileVideo2
|
|
3444
|
+
} from '../icons/file-video-camera';
|
|
3431
3445
|
// FileXCorner aliases
|
|
3432
3446
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3433
3447
|
export {
|
|
@@ -3498,18 +3512,18 @@ export {
|
|
|
3498
3512
|
/** @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 */
|
|
3499
3513
|
default as LucideGrid3X3
|
|
3500
3514
|
} from '../icons/grid-3x3';
|
|
3501
|
-
// HandGrab aliases
|
|
3502
|
-
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as LucideGrab
|
|
3506
|
-
} from '../icons/hand-grab';
|
|
3507
3515
|
// HandHelping aliases
|
|
3508
3516
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3509
3517
|
export {
|
|
3510
3518
|
/** @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 */
|
|
3511
3519
|
default as LucideHelpingHand
|
|
3512
3520
|
} from '../icons/hand-helping';
|
|
3521
|
+
// HandGrab aliases
|
|
3522
|
+
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3525
|
+
default as LucideGrab
|
|
3526
|
+
} from '../icons/hand-grab';
|
|
3513
3527
|
// House aliases
|
|
3514
3528
|
export { default as LucideHouse } from '../icons/house';
|
|
3515
3529
|
export {
|
|
@@ -3522,6 +3536,12 @@ export {
|
|
|
3522
3536
|
/** @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 */
|
|
3523
3537
|
default as LucideIceCream2
|
|
3524
3538
|
} from '../icons/ice-cream-bowl';
|
|
3539
|
+
// IceCreamCone aliases
|
|
3540
|
+
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3541
|
+
export {
|
|
3542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3543
|
+
default as LucideIceCream
|
|
3544
|
+
} from '../icons/ice-cream-cone';
|
|
3525
3545
|
// LaptopMinimal aliases
|
|
3526
3546
|
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3527
3547
|
export {
|
|
@@ -3534,12 +3554,6 @@ export {
|
|
|
3534
3554
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3535
3555
|
default as LucideLayers3
|
|
3536
3556
|
} from '../icons/layers';
|
|
3537
|
-
// IceCreamCone aliases
|
|
3538
|
-
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3541
|
-
default as LucideIceCream
|
|
3542
|
-
} from '../icons/ice-cream-cone';
|
|
3543
3557
|
// ListIndentDecrease aliases
|
|
3544
3558
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3545
3559
|
export {
|
|
@@ -3578,18 +3592,18 @@ export {
|
|
|
3578
3592
|
/** @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 */
|
|
3579
3593
|
default as LucideUnlock
|
|
3580
3594
|
} from '../icons/lock-open';
|
|
3581
|
-
// MailQuestionMark aliases
|
|
3582
|
-
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3583
|
-
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3585
|
-
default as LucideMailQuestion
|
|
3586
|
-
} from '../icons/mail-question-mark';
|
|
3587
3595
|
// MapPinPen aliases
|
|
3588
3596
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3589
3597
|
export {
|
|
3590
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3591
3599
|
default as LucideLocationEdit
|
|
3592
3600
|
} from '../icons/map-pin-pen';
|
|
3601
|
+
// MailQuestionMark aliases
|
|
3602
|
+
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3603
|
+
export {
|
|
3604
|
+
/** @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 */
|
|
3605
|
+
default as LucideMailQuestion
|
|
3606
|
+
} from '../icons/mail-question-mark';
|
|
3593
3607
|
// MessageCircleQuestionMark aliases
|
|
3594
3608
|
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3595
3609
|
export {
|
|
@@ -3608,18 +3622,18 @@ export {
|
|
|
3608
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3609
3623
|
default as LucideMove3D
|
|
3610
3624
|
} from '../icons/move-3d';
|
|
3611
|
-
// OctagonPause aliases
|
|
3612
|
-
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3613
|
-
export {
|
|
3614
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3615
|
-
default as LucidePauseOctagon
|
|
3616
|
-
} from '../icons/octagon-pause';
|
|
3617
3625
|
// OctagonAlert aliases
|
|
3618
3626
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3619
3627
|
export {
|
|
3620
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3621
3629
|
default as LucideAlertOctagon
|
|
3622
3630
|
} from '../icons/octagon-alert';
|
|
3631
|
+
// OctagonPause aliases
|
|
3632
|
+
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as LucidePauseOctagon
|
|
3636
|
+
} from '../icons/octagon-pause';
|
|
3623
3637
|
// OctagonX aliases
|
|
3624
3638
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3625
3639
|
export {
|
|
@@ -3644,6 +3658,12 @@ export {
|
|
|
3644
3658
|
/** @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 */
|
|
3645
3659
|
default as LucideSidebarClose
|
|
3646
3660
|
} from '../icons/panel-left-close';
|
|
3661
|
+
// PanelLeftDashed aliases
|
|
3662
|
+
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @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 */
|
|
3665
|
+
default as LucidePanelLeftInactive
|
|
3666
|
+
} from '../icons/panel-left-dashed';
|
|
3647
3667
|
// PanelLeftOpen aliases
|
|
3648
3668
|
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3649
3669
|
export {
|
|
@@ -3656,12 +3676,6 @@ export {
|
|
|
3656
3676
|
/** @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 */
|
|
3657
3677
|
default as LucideSidebar
|
|
3658
3678
|
} from '../icons/panel-left';
|
|
3659
|
-
// PanelLeftDashed aliases
|
|
3660
|
-
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3663
|
-
default as LucidePanelLeftInactive
|
|
3664
|
-
} from '../icons/panel-left-dashed';
|
|
3665
3679
|
// PanelRightDashed aliases
|
|
3666
3680
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3667
3681
|
export {
|
|
@@ -3752,18 +3766,18 @@ export {
|
|
|
3752
3766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3753
3767
|
default as LucideSliders
|
|
3754
3768
|
} from '../icons/sliders-vertical';
|
|
3755
|
-
// SquareActivity aliases
|
|
3756
|
-
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3759
|
-
default as LucideActivitySquare
|
|
3760
|
-
} from '../icons/square-activity';
|
|
3761
3769
|
// Sparkles aliases
|
|
3762
3770
|
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3763
3771
|
export {
|
|
3764
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3765
3773
|
default as LucideStars
|
|
3766
3774
|
} from '../icons/sparkles';
|
|
3775
|
+
// SquareActivity aliases
|
|
3776
|
+
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3777
|
+
export {
|
|
3778
|
+
/** @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 */
|
|
3779
|
+
default as LucideActivitySquare
|
|
3780
|
+
} from '../icons/square-activity';
|
|
3767
3781
|
// SquareArrowDownLeft aliases
|
|
3768
3782
|
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3769
3783
|
export {
|
|
@@ -3800,30 +3814,36 @@ export {
|
|
|
3800
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3801
3815
|
default as LucideArrowDownRightFromSquare
|
|
3802
3816
|
} from '../icons/square-arrow-out-down-right';
|
|
3817
|
+
// SquareArrowOutUpLeft aliases
|
|
3818
|
+
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3819
|
+
export {
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as LucideArrowUpLeftFromSquare
|
|
3822
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3803
3823
|
// SquareArrowOutUpRight aliases
|
|
3804
3824
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
3805
3825
|
export {
|
|
3806
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3807
3827
|
default as LucideArrowUpRightFromSquare
|
|
3808
3828
|
} from '../icons/square-arrow-out-up-right';
|
|
3809
|
-
//
|
|
3810
|
-
export { default as
|
|
3829
|
+
// SquareArrowUpLeft aliases
|
|
3830
|
+
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
3811
3831
|
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3813
|
-
default as
|
|
3814
|
-
} from '../icons/square-arrow-
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as LucideArrowUpLeftSquare
|
|
3834
|
+
} from '../icons/square-arrow-up-left';
|
|
3815
3835
|
// SquareArrowRight aliases
|
|
3816
3836
|
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3817
3837
|
export {
|
|
3818
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3819
3839
|
default as LucideArrowRightSquare
|
|
3820
3840
|
} from '../icons/square-arrow-right';
|
|
3821
|
-
//
|
|
3822
|
-
export { default as
|
|
3841
|
+
// SquareArrowUp aliases
|
|
3842
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3823
3843
|
export {
|
|
3824
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3825
|
-
default as
|
|
3826
|
-
} from '../icons/square-arrow-up
|
|
3844
|
+
/** @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 */
|
|
3845
|
+
default as LucideArrowUpSquare
|
|
3846
|
+
} from '../icons/square-arrow-up';
|
|
3827
3847
|
// SquareArrowUpRight aliases
|
|
3828
3848
|
export { default as LucideSquareArrowUpRight } from '../icons/square-arrow-up-right';
|
|
3829
3849
|
export {
|
|
@@ -3836,12 +3856,6 @@ export {
|
|
|
3836
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3837
3857
|
default as LucideAsteriskSquare
|
|
3838
3858
|
} from '../icons/square-asterisk';
|
|
3839
|
-
// SquareArrowUp aliases
|
|
3840
|
-
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3841
|
-
export {
|
|
3842
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3843
|
-
default as LucideArrowUpSquare
|
|
3844
|
-
} from '../icons/square-arrow-up';
|
|
3845
3859
|
// SquareBottomDashedScissors aliases
|
|
3846
3860
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3847
3861
|
export {
|
|
@@ -3858,30 +3872,30 @@ export {
|
|
|
3858
3872
|
/** @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 */
|
|
3859
3873
|
default as LucideSquareGanttChart
|
|
3860
3874
|
} from '../icons/square-chart-gantt';
|
|
3861
|
-
// SquareCheckBig aliases
|
|
3862
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3863
|
-
export {
|
|
3864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3865
|
-
default as LucideCheckSquare
|
|
3866
|
-
} from '../icons/square-check-big';
|
|
3867
3875
|
// SquareCheck aliases
|
|
3868
3876
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3869
3877
|
export {
|
|
3870
3878
|
/** @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 */
|
|
3871
3879
|
default as LucideCheckSquare2
|
|
3872
3880
|
} from '../icons/square-check';
|
|
3873
|
-
//
|
|
3874
|
-
export { default as
|
|
3881
|
+
// SquareCheckBig aliases
|
|
3882
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3875
3883
|
export {
|
|
3876
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3877
|
-
default as
|
|
3878
|
-
} from '../icons/square-
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as LucideCheckSquare
|
|
3886
|
+
} from '../icons/square-check-big';
|
|
3879
3887
|
// SquareChevronDown aliases
|
|
3880
3888
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
3881
3889
|
export {
|
|
3882
3890
|
/** @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 */
|
|
3883
3891
|
default as LucideChevronDownSquare
|
|
3884
3892
|
} from '../icons/square-chevron-down';
|
|
3893
|
+
// SquareChevronLeft aliases
|
|
3894
|
+
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3895
|
+
export {
|
|
3896
|
+
/** @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 */
|
|
3897
|
+
default as LucideChevronLeftSquare
|
|
3898
|
+
} from '../icons/square-chevron-left';
|
|
3885
3899
|
// SquareChevronRight aliases
|
|
3886
3900
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
3887
3901
|
export {
|
|
@@ -3918,18 +3932,18 @@ export {
|
|
|
3918
3932
|
/** @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 */
|
|
3919
3933
|
default as LucideBoxSelect
|
|
3920
3934
|
} from '../icons/square-dashed';
|
|
3921
|
-
// SquareDivide aliases
|
|
3922
|
-
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @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 */
|
|
3925
|
-
default as LucideDivideSquare
|
|
3926
|
-
} from '../icons/square-divide';
|
|
3927
3935
|
// SquareDot aliases
|
|
3928
3936
|
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
3929
3937
|
export {
|
|
3930
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3931
3939
|
default as LucideDotSquare
|
|
3932
3940
|
} from '../icons/square-dot';
|
|
3941
|
+
// SquareDivide aliases
|
|
3942
|
+
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @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 */
|
|
3945
|
+
default as LucideDivideSquare
|
|
3946
|
+
} from '../icons/square-divide';
|
|
3933
3947
|
// SquareEqual aliases
|
|
3934
3948
|
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
3935
3949
|
export {
|
|
@@ -4022,12 +4036,6 @@ export {
|
|
|
4022
4036
|
/** @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 */
|
|
4023
4037
|
default as LucidePilcrowSquare
|
|
4024
4038
|
} from '../icons/square-pilcrow';
|
|
4025
|
-
// SquarePlay aliases
|
|
4026
|
-
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4027
|
-
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4029
|
-
default as LucidePlaySquare
|
|
4030
|
-
} from '../icons/square-play';
|
|
4031
4039
|
// SquarePlus aliases
|
|
4032
4040
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4033
4041
|
export {
|
|
@@ -4040,6 +4048,12 @@ export {
|
|
|
4040
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4041
4049
|
default as LucidePowerSquare
|
|
4042
4050
|
} from '../icons/square-power';
|
|
4051
|
+
// SquarePlay aliases
|
|
4052
|
+
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @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 */
|
|
4055
|
+
default as LucidePlaySquare
|
|
4056
|
+
} from '../icons/square-play';
|
|
4043
4057
|
// SquareScissors aliases
|
|
4044
4058
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4045
4059
|
export {
|
|
@@ -4052,48 +4066,48 @@ export {
|
|
|
4052
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4053
4067
|
default as LucideSigmaSquare
|
|
4054
4068
|
} from '../icons/square-sigma';
|
|
4055
|
-
// SquareSplitHorizontal aliases
|
|
4056
|
-
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4057
|
-
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4059
|
-
default as LucideSplitSquareHorizontal
|
|
4060
|
-
} from '../icons/square-split-horizontal';
|
|
4061
4069
|
// SquareSlash aliases
|
|
4062
4070
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4063
4071
|
export {
|
|
4064
4072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
4073
|
default as LucideSlashSquare
|
|
4066
4074
|
} from '../icons/square-slash';
|
|
4075
|
+
// SquareSplitHorizontal aliases
|
|
4076
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4077
|
+
export {
|
|
4078
|
+
/** @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 */
|
|
4079
|
+
default as LucideSplitSquareHorizontal
|
|
4080
|
+
} from '../icons/square-split-horizontal';
|
|
4067
4081
|
// SquareSplitVertical aliases
|
|
4068
4082
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4069
4083
|
export {
|
|
4070
4084
|
/** @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 */
|
|
4071
4085
|
default as LucideSplitSquareVertical
|
|
4072
4086
|
} from '../icons/square-split-vertical';
|
|
4073
|
-
// SquareTerminal aliases
|
|
4074
|
-
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4077
|
-
default as LucideTerminalSquare
|
|
4078
|
-
} from '../icons/square-terminal';
|
|
4079
|
-
// SquareUser aliases
|
|
4080
|
-
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4083
|
-
default as LucideUserSquare
|
|
4084
|
-
} from '../icons/square-user';
|
|
4085
4087
|
// SquareUserRound aliases
|
|
4086
4088
|
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4087
4089
|
export {
|
|
4088
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4089
4091
|
default as LucideUserSquare2
|
|
4090
4092
|
} from '../icons/square-user-round';
|
|
4093
|
+
// SquareTerminal aliases
|
|
4094
|
+
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as LucideTerminalSquare
|
|
4098
|
+
} from '../icons/square-terminal';
|
|
4091
4099
|
// SquareX aliases
|
|
4092
4100
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4093
4101
|
export {
|
|
4094
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4095
4103
|
default as LucideXSquare
|
|
4096
4104
|
} from '../icons/square-x';
|
|
4105
|
+
// SquareUser aliases
|
|
4106
|
+
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @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 */
|
|
4109
|
+
default as LucideUserSquare
|
|
4110
|
+
} from '../icons/square-user';
|
|
4097
4111
|
// TestTubeDiagonal aliases
|
|
4098
4112
|
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4099
4113
|
export {
|
|
@@ -4106,18 +4120,18 @@ export {
|
|
|
4106
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4107
4121
|
default as LucideAlignCenter
|
|
4108
4122
|
} from '../icons/text-align-center';
|
|
4109
|
-
// TextAlignEnd aliases
|
|
4110
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4113
|
-
default as LucideAlignRight
|
|
4114
|
-
} from '../icons/text-align-end';
|
|
4115
4123
|
// TextAlignJustify aliases
|
|
4116
4124
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4117
4125
|
export {
|
|
4118
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4119
4127
|
default as LucideAlignJustify
|
|
4120
4128
|
} from '../icons/text-align-justify';
|
|
4129
|
+
// TextAlignEnd aliases
|
|
4130
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4131
|
+
export {
|
|
4132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4133
|
+
default as LucideAlignRight
|
|
4134
|
+
} from '../icons/text-align-end';
|
|
4121
4135
|
// TextAlignStart aliases
|
|
4122
4136
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4123
4137
|
export {
|
|
@@ -4158,48 +4172,48 @@ export {
|
|
|
4158
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4159
4173
|
default as LucidePalmtree
|
|
4160
4174
|
} from '../icons/tree-palm';
|
|
4161
|
-
// TriangleAlert aliases
|
|
4162
|
-
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4165
|
-
default as LucideAlertTriangle
|
|
4166
|
-
} from '../icons/triangle-alert';
|
|
4167
4175
|
// TvMinimal aliases
|
|
4168
4176
|
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4169
4177
|
export {
|
|
4170
4178
|
/** @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 */
|
|
4171
4179
|
default as LucideTv2
|
|
4172
4180
|
} from '../icons/tv-minimal';
|
|
4173
|
-
//
|
|
4174
|
-
export { default as
|
|
4181
|
+
// TriangleAlert aliases
|
|
4182
|
+
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4175
4183
|
export {
|
|
4176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4177
|
-
default as
|
|
4178
|
-
} from '../icons/
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4185
|
+
default as LucideAlertTriangle
|
|
4186
|
+
} from '../icons/triangle-alert';
|
|
4179
4187
|
// University aliases
|
|
4180
4188
|
export { default as LucideUniversity } from '../icons/university';
|
|
4181
4189
|
export {
|
|
4182
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4183
4191
|
default as LucideSchool2
|
|
4184
4192
|
} from '../icons/university';
|
|
4193
|
+
// UserRoundCheck aliases
|
|
4194
|
+
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as LucideUserCheck2
|
|
4198
|
+
} from '../icons/user-round-check';
|
|
4185
4199
|
// UserRoundCog aliases
|
|
4186
4200
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4187
4201
|
export {
|
|
4188
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4189
4203
|
default as LucideUserCog2
|
|
4190
4204
|
} from '../icons/user-round-cog';
|
|
4191
|
-
// UserRoundPlus aliases
|
|
4192
|
-
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4195
|
-
default as LucideUserPlus2
|
|
4196
|
-
} from '../icons/user-round-plus';
|
|
4197
4205
|
// UserRoundMinus aliases
|
|
4198
4206
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4199
4207
|
export {
|
|
4200
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4201
4209
|
default as LucideUserMinus2
|
|
4202
4210
|
} from '../icons/user-round-minus';
|
|
4211
|
+
// UserRoundPlus aliases
|
|
4212
|
+
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4213
|
+
export {
|
|
4214
|
+
/** @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 */
|
|
4215
|
+
default as LucideUserPlus2
|
|
4216
|
+
} from '../icons/user-round-plus';
|
|
4203
4217
|
// UserRoundX aliases
|
|
4204
4218
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4205
4219
|
export {
|
|
@@ -4212,18 +4226,18 @@ export {
|
|
|
4212
4226
|
/** @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 */
|
|
4213
4227
|
default as LucideUser2
|
|
4214
4228
|
} from '../icons/user-round';
|
|
4215
|
-
// UtensilsCrossed aliases
|
|
4216
|
-
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @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 */
|
|
4219
|
-
default as LucideForkKnifeCrossed
|
|
4220
|
-
} from '../icons/utensils-crossed';
|
|
4221
4229
|
// UsersRound aliases
|
|
4222
4230
|
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4223
4231
|
export {
|
|
4224
4232
|
/** @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 */
|
|
4225
4233
|
default as LucideUsers2
|
|
4226
4234
|
} from '../icons/users-round';
|
|
4235
|
+
// UtensilsCrossed aliases
|
|
4236
|
+
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4237
|
+
export {
|
|
4238
|
+
/** @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 */
|
|
4239
|
+
default as LucideForkKnifeCrossed
|
|
4240
|
+
} from '../icons/utensils-crossed';
|
|
4227
4241
|
// Utensils aliases
|
|
4228
4242
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4229
4243
|
export {
|