@lucide/astro 1.23.0 → 1.25.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 +10 -10
- package/src/aliases/aliases.ts +359 -359
- package/src/aliases/prefixed.ts +825 -819
- package/src/aliases/suffixed.ts +1108 -1102
- package/src/icons/circle-euro.ts +18 -0
- package/src/icons/dot.ts +2 -2
- package/src/icons/ethernet-port.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/hdmi-port.ts +2 -2
- package/src/icons/index.ts +217 -214
- package/src/icons/option.ts +2 -2
- package/src/icons/scan-box.ts +18 -0
- package/src/icons/server-plus.ts +18 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -2,30 +2,30 @@
|
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
5
|
-
// Accessibility aliases
|
|
6
|
-
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
7
5
|
// ALargeSmall aliases
|
|
8
6
|
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as LucideAd } from '../icons/ad';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
15
|
-
// AlarmClockOff aliases
|
|
16
|
-
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
15
|
// Airplay aliases
|
|
18
16
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmClock aliases
|
|
20
20
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as LucideAlbum } from '../icons/album';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
@@ -36,18 +36,18 @@ export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align
|
|
|
36
36
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyCenter aliases
|
|
40
|
-
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
43
39
|
// AlignHorizontalJustifyStart aliases
|
|
44
40
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
41
|
+
// AlignHorizontalJustifyCenter aliases
|
|
42
|
+
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
45
|
+
// AlignHorizontalJustifyEnd aliases
|
|
46
|
+
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
51
51
|
// AlignStartVertical aliases
|
|
52
52
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -56,18 +56,18 @@ export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-v
|
|
|
56
56
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
58
58
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
// AlignVerticalJustifyCenter aliases
|
|
60
|
-
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
|
+
// AlignVerticalJustifyCenter aliases
|
|
64
|
+
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
66
66
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
67
|
-
// AlignVerticalSpaceBetween aliases
|
|
68
|
-
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
73
73
|
// Ampersands aliases
|
|
@@ -88,12 +88,12 @@ export { default as LucideAnvil } from '../icons/anvil';
|
|
|
88
88
|
export { default as LucideAperture } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as LucideApple } from '../icons/apple';
|
|
93
91
|
// AppWindow aliases
|
|
94
92
|
export { default as LucideAppWindow } from '../icons/app-window';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
|
+
// Apple aliases
|
|
96
|
+
export { default as LucideApple } from '../icons/apple';
|
|
97
97
|
// ArchiveX aliases
|
|
98
98
|
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
99
99
|
// Archive aliases
|
|
@@ -102,14 +102,14 @@ export { default as LucideArchive } from '../icons/archive';
|
|
|
102
102
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigDown aliases
|
|
106
|
-
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigDown aliases
|
|
112
|
+
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
@@ -130,10 +130,10 @@ export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
|
130
130
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
133
|
-
// ArrowLeftFromLine aliases
|
|
134
|
-
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowDown aliases
|
|
136
134
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
137
137
|
// ArrowLeftRight aliases
|
|
138
138
|
export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
139
139
|
// ArrowLeftToLine aliases
|
|
@@ -176,12 +176,12 @@ export { default as LucideAtSign } from '../icons/at-sign';
|
|
|
176
176
|
export { default as LucideAtom } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
179
|
-
// Award aliases
|
|
180
|
-
export { default as LucideAward } from '../icons/award';
|
|
181
179
|
// AudioWaveform aliases
|
|
182
180
|
export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
183
181
|
// Axe aliases
|
|
184
182
|
export { default as LucideAxe } from '../icons/axe';
|
|
183
|
+
// Award aliases
|
|
184
|
+
export { default as LucideAward } from '../icons/award';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as LucideBaby } from '../icons/baby';
|
|
187
187
|
// Backpack aliases
|
|
@@ -212,22 +212,22 @@ export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterli
|
|
|
212
212
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
214
214
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
215
|
-
// BadgeTurkishLira aliases
|
|
216
|
-
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
217
215
|
// BadgeX aliases
|
|
218
216
|
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// BadgeTurkishLira aliases
|
|
218
|
+
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
221
219
|
// Badge aliases
|
|
222
220
|
export { default as LucideBadge } from '../icons/badge';
|
|
221
|
+
// BaggageClaim aliases
|
|
222
|
+
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
223
223
|
// Balloon aliases
|
|
224
224
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
225
|
-
// Banana aliases
|
|
226
|
-
export { default as LucideBanana } from '../icons/banana';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as LucideBan } from '../icons/ban';
|
|
229
227
|
// Bandage aliases
|
|
230
228
|
export { default as LucideBandage } from '../icons/bandage';
|
|
229
|
+
// Banana aliases
|
|
230
|
+
export { default as LucideBanana } from '../icons/banana';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
@@ -238,40 +238,40 @@ export { default as LucideBanknoteCheck } from '../icons/banknote-check';
|
|
|
238
238
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
241
|
-
// Barcode aliases
|
|
242
|
-
export { default as LucideBarcode } from '../icons/barcode';
|
|
243
241
|
// Barrel aliases
|
|
244
242
|
export { default as LucideBarrel } from '../icons/barrel';
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as LucideBarcode } from '../icons/barcode';
|
|
245
|
+
// BatteryCharging aliases
|
|
246
|
+
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
247
251
|
// Bath aliases
|
|
248
252
|
export { default as LucideBath } from '../icons/bath';
|
|
249
|
-
// BatteryCharging aliases
|
|
250
|
-
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
251
253
|
// BatteryLow aliases
|
|
252
254
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
253
|
-
// BatteryFull aliases
|
|
254
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
255
255
|
// BatteryMedium aliases
|
|
256
256
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as LucideBattery } from '../icons/battery';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// Bean aliases
|
|
270
|
+
export { default as LucideBean } from '../icons/bean';
|
|
273
271
|
// BedSingle aliases
|
|
274
272
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as LucideBed } from '../icons/bed';
|
|
275
275
|
// BeefOff aliases
|
|
276
276
|
export { default as LucideBeefOff } from '../icons/beef-off';
|
|
277
277
|
// Beef aliases
|
|
@@ -308,14 +308,14 @@ export { default as LucideBike } from '../icons/bike';
|
|
|
308
308
|
export { default as LucideBinary } from '../icons/binary';
|
|
309
309
|
// Binoculars aliases
|
|
310
310
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
311
|
-
// Bird aliases
|
|
312
|
-
export { default as LucideBird } from '../icons/bird';
|
|
313
|
-
// Birdhouse aliases
|
|
314
|
-
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
315
311
|
// Biohazard aliases
|
|
316
312
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
313
|
+
// Birdhouse aliases
|
|
314
|
+
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
317
315
|
// Bitcoin aliases
|
|
318
316
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
317
|
+
// Bird aliases
|
|
318
|
+
export { default as LucideBird } from '../icons/bird';
|
|
319
319
|
// Blend aliases
|
|
320
320
|
export { default as LucideBlend } from '../icons/blend';
|
|
321
321
|
// Blender aliases
|
|
@@ -330,22 +330,22 @@ export { default as LucideBluetoothConnected } from '../icons/bluetooth-connecte
|
|
|
330
330
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
331
331
|
// BluetoothSearching aliases
|
|
332
332
|
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
333
|
-
// Bluetooth aliases
|
|
334
|
-
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
335
333
|
// Bold aliases
|
|
336
334
|
export { default as LucideBold } from '../icons/bold';
|
|
335
|
+
// Bluetooth aliases
|
|
336
|
+
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as LucideBolt } from '../icons/bolt';
|
|
339
|
-
// Bomb aliases
|
|
340
|
-
export { default as LucideBomb } from '../icons/bomb';
|
|
341
|
-
// BoneFracture aliases
|
|
342
|
-
export { default as LucideBoneFracture } from '../icons/bone-fracture';
|
|
343
339
|
// Bone aliases
|
|
344
340
|
export { default as LucideBone } from '../icons/bone';
|
|
341
|
+
// BoneFracture aliases
|
|
342
|
+
export { default as LucideBoneFracture } from '../icons/bone-fracture';
|
|
345
343
|
// BookA aliases
|
|
346
344
|
export { default as LucideBookA } from '../icons/book-a';
|
|
347
345
|
// BookAlert aliases
|
|
348
346
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
347
|
+
// Bomb aliases
|
|
348
|
+
export { default as LucideBomb } from '../icons/bomb';
|
|
349
349
|
// BookAudio aliases
|
|
350
350
|
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
351
351
|
// BookCheck aliases
|
|
@@ -354,10 +354,10 @@ export { default as LucideBookCheck } from '../icons/book-check';
|
|
|
354
354
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
357
|
-
// BookHeadphones aliases
|
|
358
|
-
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
359
357
|
// BookHeart aliases
|
|
360
358
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
359
|
+
// BookHeadphones aliases
|
|
360
|
+
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
361
361
|
// BookImage aliases
|
|
362
362
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
363
363
|
// BookKey aliases
|
|
@@ -368,22 +368,22 @@ export { default as LucideBookLock } from '../icons/book-lock';
|
|
|
368
368
|
export { default as LucideBookMarked } from '../icons/book-marked';
|
|
369
369
|
// BookMinus aliases
|
|
370
370
|
export { default as LucideBookMinus } from '../icons/book-minus';
|
|
371
|
-
// BookOpenText aliases
|
|
372
|
-
export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
373
371
|
// BookOpenCheck aliases
|
|
374
372
|
export { default as LucideBookOpenCheck } from '../icons/book-open-check';
|
|
373
|
+
// BookOpenText aliases
|
|
374
|
+
export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
375
375
|
// BookOpen aliases
|
|
376
376
|
export { default as LucideBookOpen } from '../icons/book-open';
|
|
377
|
-
// BookPlus aliases
|
|
378
|
-
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
379
377
|
// BookSearch aliases
|
|
380
378
|
export { default as LucideBookSearch } from '../icons/book-search';
|
|
379
|
+
// BookPlus aliases
|
|
380
|
+
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as LucideBookText } from '../icons/book-text';
|
|
383
|
-
// BookUp2 aliases
|
|
384
|
-
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
385
383
|
// BookType aliases
|
|
386
384
|
export { default as LucideBookType } from '../icons/book-type';
|
|
385
|
+
// BookUp2 aliases
|
|
386
|
+
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
387
387
|
// BookUp aliases
|
|
388
388
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
389
389
|
// BookUser aliases
|
|
@@ -392,10 +392,10 @@ export { default as LucideBookUser } from '../icons/book-user';
|
|
|
392
392
|
export { default as LucideBookX } from '../icons/book-x';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as LucideBook } from '../icons/book';
|
|
395
|
-
// BookmarkMinus aliases
|
|
396
|
-
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
397
395
|
// BookmarkCheck aliases
|
|
398
396
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
397
|
+
// BookmarkMinus aliases
|
|
398
|
+
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
399
399
|
// BookmarkOff aliases
|
|
400
400
|
export { default as LucideBookmarkOff } from '../icons/bookmark-off';
|
|
401
401
|
// BookmarkPlus aliases
|
|
@@ -408,36 +408,36 @@ export { default as LucideBookmark } from '../icons/bookmark';
|
|
|
408
408
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
409
409
|
// BotMessageSquare aliases
|
|
410
410
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
411
|
-
// BotOff aliases
|
|
412
|
-
export { default as LucideBotOff } from '../icons/bot-off';
|
|
413
411
|
// Bot aliases
|
|
414
412
|
export { default as LucideBot } from '../icons/bot';
|
|
413
|
+
// BotOff aliases
|
|
414
|
+
export { default as LucideBotOff } from '../icons/bot-off';
|
|
415
415
|
// BottleWine aliases
|
|
416
416
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
417
417
|
// BowArrow aliases
|
|
418
418
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
419
|
-
// Box aliases
|
|
420
|
-
export { default as LucideBox } from '../icons/box';
|
|
421
419
|
// Boxes aliases
|
|
422
420
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
421
|
+
// Box aliases
|
|
422
|
+
export { default as LucideBox } from '../icons/box';
|
|
423
423
|
// Brackets aliases
|
|
424
424
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
425
425
|
// BrainCircuit aliases
|
|
426
426
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
427
|
-
// BrainCog aliases
|
|
428
|
-
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
429
427
|
// Brain aliases
|
|
430
428
|
export { default as LucideBrain } from '../icons/brain';
|
|
429
|
+
// BrainCog aliases
|
|
430
|
+
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
433
|
-
// BrickWallShield aliases
|
|
434
|
-
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
435
433
|
// BrickWall aliases
|
|
436
434
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
437
|
-
//
|
|
438
|
-
export { default as
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
439
437
|
// BriefcaseConveyorBelt aliases
|
|
440
438
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
@@ -448,36 +448,36 @@ export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
|
448
448
|
export { default as LucideBroccoli } from '../icons/broccoli';
|
|
449
449
|
// BrushCleaning aliases
|
|
450
450
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
451
|
-
// Brush aliases
|
|
452
|
-
export { default as LucideBrush } from '../icons/brush';
|
|
453
451
|
// Bubbles aliases
|
|
454
452
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
455
453
|
// BugOff aliases
|
|
456
454
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
455
|
+
// Brush aliases
|
|
456
|
+
export { default as LucideBrush } from '../icons/brush';
|
|
457
457
|
// BugPlay aliases
|
|
458
458
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
459
|
-
// Bug aliases
|
|
460
|
-
export { default as LucideBug } from '../icons/bug';
|
|
461
459
|
// Building2 aliases
|
|
462
460
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
463
461
|
// Building aliases
|
|
464
462
|
export { default as LucideBuilding } from '../icons/building';
|
|
463
|
+
// Bug aliases
|
|
464
|
+
export { default as LucideBug } from '../icons/bug';
|
|
465
465
|
// BusFront aliases
|
|
466
466
|
export { default as LucideBusFront } from '../icons/bus-front';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as LucideBus } from '../icons/bus';
|
|
469
|
+
// CakeSlice aliases
|
|
470
|
+
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
469
471
|
// CableCar aliases
|
|
470
472
|
export { default as LucideCableCar } from '../icons/cable-car';
|
|
471
473
|
// Cable aliases
|
|
472
474
|
export { default as LucideCable } from '../icons/cable';
|
|
473
|
-
// CakeSlice aliases
|
|
474
|
-
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
475
475
|
// Cake aliases
|
|
476
476
|
export { default as LucideCake } from '../icons/cake';
|
|
477
|
-
// Calendar1 aliases
|
|
478
|
-
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
479
477
|
// Calculator aliases
|
|
480
478
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
479
|
+
// Calendar1 aliases
|
|
480
|
+
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
481
481
|
// CalendarArrowDown aliases
|
|
482
482
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
483
483
|
// CalendarArrowUp aliases
|
|
@@ -492,20 +492,20 @@ export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
|
492
492
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
493
493
|
// CalendarDays aliases
|
|
494
494
|
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
495
|
-
// CalendarHeart aliases
|
|
496
|
-
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
497
495
|
// CalendarFold aliases
|
|
498
496
|
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
497
|
+
// CalendarHeart aliases
|
|
498
|
+
export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
499
499
|
// CalendarMinus2 aliases
|
|
500
500
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
501
501
|
// CalendarMinus aliases
|
|
502
502
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
503
|
-
// CalendarOff aliases
|
|
504
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
505
503
|
// CalendarPlus2 aliases
|
|
506
504
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
507
505
|
// CalendarPlus aliases
|
|
508
506
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
507
|
+
// CalendarOff aliases
|
|
508
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
509
509
|
// CalendarRange aliases
|
|
510
510
|
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
511
511
|
// CalendarSearch aliases
|
|
@@ -514,16 +514,16 @@ export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
|
514
514
|
export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
515
515
|
// CalendarX2 aliases
|
|
516
516
|
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
517
|
-
// Calendar aliases
|
|
518
|
-
export { default as LucideCalendar } from '../icons/calendar';
|
|
519
517
|
// CalendarX aliases
|
|
520
518
|
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
519
|
+
// Calendar aliases
|
|
520
|
+
export { default as LucideCalendar } from '../icons/calendar';
|
|
521
521
|
// Calendars aliases
|
|
522
522
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
523
|
-
// Camera aliases
|
|
524
|
-
export { default as LucideCamera } from '../icons/camera';
|
|
525
523
|
// CameraOff aliases
|
|
526
524
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
525
|
+
// Camera aliases
|
|
526
|
+
export { default as LucideCamera } from '../icons/camera';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
529
529
|
// CandyOff aliases
|
|
@@ -534,18 +534,18 @@ export { default as LucideCandy } from '../icons/candy';
|
|
|
534
534
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
535
535
|
// Cannabis aliases
|
|
536
536
|
export { default as LucideCannabis } from '../icons/cannabis';
|
|
537
|
-
// CarFront aliases
|
|
538
|
-
export { default as LucideCarFront } from '../icons/car-front';
|
|
539
537
|
// CaptionsOff aliases
|
|
540
538
|
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
539
|
+
// CarFront aliases
|
|
540
|
+
export { default as LucideCarFront } from '../icons/car-front';
|
|
541
541
|
// CarTaxiFront aliases
|
|
542
542
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
543
543
|
// Car aliases
|
|
544
544
|
export { default as LucideCar } from '../icons/car';
|
|
545
|
-
// CardSim aliases
|
|
546
|
-
export { default as LucideCardSim } from '../icons/card-sim';
|
|
547
545
|
// Caravan aliases
|
|
548
546
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
547
|
+
// CardSim aliases
|
|
548
|
+
export { default as LucideCardSim } from '../icons/card-sim';
|
|
549
549
|
// Carrot aliases
|
|
550
550
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
551
551
|
// CaseLower aliases
|
|
@@ -560,32 +560,32 @@ export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
|
560
560
|
export { default as LucideCast } from '../icons/cast';
|
|
561
561
|
// Castle aliases
|
|
562
562
|
export { default as LucideCastle } from '../icons/castle';
|
|
563
|
-
// CctvOff aliases
|
|
564
|
-
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
565
563
|
// Cat aliases
|
|
566
564
|
export { default as LucideCat } from '../icons/cat';
|
|
565
|
+
// CctvOff aliases
|
|
566
|
+
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
567
567
|
// Cctv aliases
|
|
568
568
|
export { default as LucideCctv } from '../icons/cctv';
|
|
569
569
|
// ChartBarDecreasing aliases
|
|
570
570
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
573
|
+
// ChartBarStacked aliases
|
|
574
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
573
575
|
// ChartColumnDecreasing aliases
|
|
574
576
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
575
577
|
// ChartColumnStacked aliases
|
|
576
578
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
577
|
-
// ChartBarStacked aliases
|
|
578
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
579
579
|
// ChartGantt aliases
|
|
580
580
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
581
581
|
// ChartNetwork aliases
|
|
582
582
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
584
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
585
|
-
// ChartSpline aliases
|
|
586
|
-
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
587
585
|
// ChartNoAxesCombined aliases
|
|
588
586
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
587
|
+
// ChartSpline aliases
|
|
588
|
+
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
589
589
|
// CheckCheck aliases
|
|
590
590
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
591
591
|
// CheckLine aliases
|
|
@@ -600,24 +600,24 @@ export { default as LucideCherry } from '../icons/cherry';
|
|
|
600
600
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
601
601
|
// ChessKing aliases
|
|
602
602
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
603
|
-
// ChessPawn aliases
|
|
604
|
-
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
605
603
|
// ChessKnight aliases
|
|
606
604
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
605
|
+
// ChessPawn aliases
|
|
606
|
+
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
607
607
|
// ChessQueen aliases
|
|
608
608
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
609
|
-
// ChevronDown aliases
|
|
610
|
-
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
611
609
|
// ChessRook aliases
|
|
612
610
|
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
611
|
+
// ChevronDown aliases
|
|
612
|
+
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
613
613
|
// ChevronFirst aliases
|
|
614
614
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
615
615
|
// ChevronLast aliases
|
|
616
616
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
617
|
-
// ChevronLeft aliases
|
|
618
|
-
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
619
617
|
// ChevronRight aliases
|
|
620
618
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
619
|
+
// ChevronLeft aliases
|
|
620
|
+
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
621
621
|
// ChevronUp aliases
|
|
622
622
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
623
623
|
// ChevronsDownUp aliases
|
|
@@ -646,16 +646,18 @@ export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
|
646
646
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
647
647
|
// CircleDashed aliases
|
|
648
648
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
649
|
+
// CircleDotDashed aliases
|
|
650
|
+
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
649
651
|
// CircleDollarSign aliases
|
|
650
652
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
651
653
|
// CircleDot aliases
|
|
652
654
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
653
|
-
// CircleDotDashed aliases
|
|
654
|
-
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
655
655
|
// CircleEllipsis aliases
|
|
656
656
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
659
|
+
// CircleEuro aliases
|
|
660
|
+
export { default as LucideCircleEuro } from '../icons/circle-euro';
|
|
659
661
|
// CircleFadingArrowUp aliases
|
|
660
662
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
661
663
|
// CircleFadingPlus aliases
|
|
@@ -682,38 +684,38 @@ export { default as LucideCitrus } from '../icons/citrus';
|
|
|
682
684
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
683
685
|
// ClipboardCheck aliases
|
|
684
686
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
685
|
-
// ClipboardClock aliases
|
|
686
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
687
687
|
// ClipboardCopy aliases
|
|
688
688
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
689
689
|
// ClipboardList aliases
|
|
690
690
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
691
|
+
// ClipboardClock aliases
|
|
692
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
691
693
|
// ClipboardMinus aliases
|
|
692
694
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
693
|
-
// ClipboardPaste aliases
|
|
694
|
-
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
695
695
|
// ClipboardPlus aliases
|
|
696
696
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
697
|
+
// ClipboardPaste aliases
|
|
698
|
+
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
697
699
|
// ClipboardX aliases
|
|
698
700
|
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
699
701
|
// ClipboardType aliases
|
|
700
702
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
701
703
|
// Clipboard aliases
|
|
702
704
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
705
|
+
// Clock10 aliases
|
|
706
|
+
export { default as LucideClock10 } from '../icons/clock-10';
|
|
703
707
|
// Clock1 aliases
|
|
704
708
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
705
709
|
// Clock11 aliases
|
|
706
710
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
707
|
-
// Clock10 aliases
|
|
708
|
-
export { default as LucideClock10 } from '../icons/clock-10';
|
|
709
711
|
// Clock12 aliases
|
|
710
712
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
713
|
+
// Clock3 aliases
|
|
714
|
+
export { default as LucideClock3 } from '../icons/clock-3';
|
|
711
715
|
// Clock2 aliases
|
|
712
716
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
713
717
|
// Clock4 aliases
|
|
714
718
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
715
|
-
// Clock3 aliases
|
|
716
|
-
export { default as LucideClock3 } from '../icons/clock-3';
|
|
717
719
|
// Clock5 aliases
|
|
718
720
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
719
721
|
// Clock6 aliases
|
|
@@ -730,20 +732,20 @@ export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
|
730
732
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
731
733
|
// ClockArrowLeft aliases
|
|
732
734
|
export { default as LucideClockArrowLeft } from '../icons/clock-arrow-left';
|
|
733
|
-
// ClockArrowRight aliases
|
|
734
|
-
export { default as LucideClockArrowRight } from '../icons/clock-arrow-right';
|
|
735
735
|
// ClockArrowUp aliases
|
|
736
736
|
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
737
737
|
// ClockCheck aliases
|
|
738
738
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
739
|
+
// ClockArrowRight aliases
|
|
740
|
+
export { default as LucideClockArrowRight } from '../icons/clock-arrow-right';
|
|
739
741
|
// ClockFading aliases
|
|
740
742
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
741
743
|
// ClockPlus aliases
|
|
742
744
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
743
|
-
// Clock aliases
|
|
744
|
-
export { default as LucideClock } from '../icons/clock';
|
|
745
745
|
// ClosedCaption aliases
|
|
746
746
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
747
|
+
// Clock aliases
|
|
748
|
+
export { default as LucideClock } from '../icons/clock';
|
|
747
749
|
// CloudAlert aliases
|
|
748
750
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
749
751
|
// CloudBackup aliases
|
|
@@ -756,10 +758,10 @@ export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
|
756
758
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
757
759
|
// CloudFog aliases
|
|
758
760
|
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
759
|
-
// CloudLightning aliases
|
|
760
|
-
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
761
761
|
// CloudHail aliases
|
|
762
762
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
763
|
+
// CloudLightning aliases
|
|
764
|
+
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
763
765
|
// CloudMoonRain aliases
|
|
764
766
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
765
767
|
// CloudMoon aliases
|
|
@@ -772,26 +774,26 @@ export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
|
772
774
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
773
775
|
// CloudSnow aliases
|
|
774
776
|
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
775
|
-
// CloudSunRain aliases
|
|
776
|
-
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
777
777
|
// CloudSun aliases
|
|
778
778
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
779
|
+
// CloudSunRain aliases
|
|
780
|
+
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
779
781
|
// CloudSync aliases
|
|
780
782
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
781
783
|
// Cloud aliases
|
|
782
784
|
export { default as LucideCloud } from '../icons/cloud';
|
|
783
|
-
// Cloudy aliases
|
|
784
|
-
export { default as LucideCloudy } from '../icons/cloudy';
|
|
785
785
|
// Clover aliases
|
|
786
786
|
export { default as LucideClover } from '../icons/clover';
|
|
787
|
+
// Cloudy aliases
|
|
788
|
+
export { default as LucideCloudy } from '../icons/cloudy';
|
|
787
789
|
// Club aliases
|
|
788
790
|
export { default as LucideClub } from '../icons/club';
|
|
789
791
|
// Code aliases
|
|
790
792
|
export { default as LucideCode } from '../icons/code';
|
|
791
|
-
// Coffee aliases
|
|
792
|
-
export { default as LucideCoffee } from '../icons/coffee';
|
|
793
793
|
// Cog aliases
|
|
794
794
|
export { default as LucideCog } from '../icons/cog';
|
|
795
|
+
// Coffee aliases
|
|
796
|
+
export { default as LucideCoffee } from '../icons/coffee';
|
|
795
797
|
// Coins aliases
|
|
796
798
|
export { default as LucideCoins } from '../icons/coins';
|
|
797
799
|
// Columns4 aliases
|
|
@@ -804,34 +806,34 @@ export { default as LucideCommand } from '../icons/command';
|
|
|
804
806
|
export { default as LucideCompass } from '../icons/compass';
|
|
805
807
|
// Component aliases
|
|
806
808
|
export { default as LucideComponent } from '../icons/component';
|
|
807
|
-
// Computer aliases
|
|
808
|
-
export { default as LucideComputer } from '../icons/computer';
|
|
809
809
|
// ConciergeBell aliases
|
|
810
810
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
811
811
|
// Cone aliases
|
|
812
812
|
export { default as LucideCone } from '../icons/cone';
|
|
813
|
-
//
|
|
814
|
-
export { default as
|
|
813
|
+
// Computer aliases
|
|
814
|
+
export { default as LucideComputer } from '../icons/computer';
|
|
815
815
|
// Contact aliases
|
|
816
816
|
export { default as LucideContact } from '../icons/contact';
|
|
817
|
+
// Construction aliases
|
|
818
|
+
export { default as LucideConstruction } from '../icons/construction';
|
|
817
819
|
// Container aliases
|
|
818
820
|
export { default as LucideContainer } from '../icons/container';
|
|
819
|
-
// Cookie aliases
|
|
820
|
-
export { default as LucideCookie } from '../icons/cookie';
|
|
821
821
|
// Contrast aliases
|
|
822
822
|
export { default as LucideContrast } from '../icons/contrast';
|
|
823
823
|
// CookingPot aliases
|
|
824
824
|
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
825
|
+
// Cookie aliases
|
|
826
|
+
export { default as LucideCookie } from '../icons/cookie';
|
|
825
827
|
// CopyCheck aliases
|
|
826
828
|
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
827
829
|
// CopyMinus aliases
|
|
828
830
|
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
829
831
|
// CopyPlus aliases
|
|
830
832
|
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
831
|
-
// CopySlash aliases
|
|
832
|
-
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
833
833
|
// CopyX aliases
|
|
834
834
|
export { default as LucideCopyX } from '../icons/copy-x';
|
|
835
|
+
// CopySlash aliases
|
|
836
|
+
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
835
837
|
// Copy aliases
|
|
836
838
|
export { default as LucideCopy } from '../icons/copy';
|
|
837
839
|
// Copyleft aliases
|
|
@@ -840,10 +842,10 @@ export { default as LucideCopyleft } from '../icons/copyleft';
|
|
|
840
842
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
841
843
|
// CornerDownLeft aliases
|
|
842
844
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
843
|
-
// CornerDownRight aliases
|
|
844
|
-
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
845
845
|
// CornerLeftDown aliases
|
|
846
846
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
847
|
+
// CornerDownRight aliases
|
|
848
|
+
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
847
849
|
// CornerLeftUp aliases
|
|
848
850
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
849
851
|
// CornerRightDown aliases
|
|
@@ -858,10 +860,10 @@ export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
|
858
860
|
export { default as LucideCpu } from '../icons/cpu';
|
|
859
861
|
// CreativeCommons aliases
|
|
860
862
|
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
861
|
-
// Croissant aliases
|
|
862
|
-
export { default as LucideCroissant } from '../icons/croissant';
|
|
863
863
|
// CreditCard aliases
|
|
864
864
|
export { default as LucideCreditCard } from '../icons/credit-card';
|
|
865
|
+
// Croissant aliases
|
|
866
|
+
export { default as LucideCroissant } from '../icons/croissant';
|
|
865
867
|
// Crop aliases
|
|
866
868
|
export { default as LucideCrop } from '../icons/crop';
|
|
867
869
|
// Cross aliases
|
|
@@ -876,14 +878,14 @@ export { default as LucideCuboid } from '../icons/cuboid';
|
|
|
876
878
|
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
877
879
|
// Currency aliases
|
|
878
880
|
export { default as LucideCurrency } from '../icons/currency';
|
|
879
|
-
// Cylinder aliases
|
|
880
|
-
export { default as LucideCylinder } from '../icons/cylinder';
|
|
881
881
|
// Dam aliases
|
|
882
882
|
export { default as LucideDam } from '../icons/dam';
|
|
883
883
|
// DatabaseArrowDown aliases
|
|
884
884
|
export { default as LucideDatabaseArrowDown } from '../icons/database-arrow-down';
|
|
885
885
|
// DatabaseArrowUp aliases
|
|
886
886
|
export { default as LucideDatabaseArrowUp } from '../icons/database-arrow-up';
|
|
887
|
+
// Cylinder aliases
|
|
888
|
+
export { default as LucideCylinder } from '../icons/cylinder';
|
|
887
889
|
// DatabaseBackup aliases
|
|
888
890
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
889
891
|
// DatabaseCheck aliases
|
|
@@ -912,14 +914,14 @@ export { default as LucideDessert } from '../icons/dessert';
|
|
|
912
914
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
913
915
|
// DiamondMinus aliases
|
|
914
916
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
915
|
-
// DiamondPlus aliases
|
|
916
|
-
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
917
|
-
// Dice1 aliases
|
|
918
|
-
export { default as LucideDice1 } from '../icons/dice-1';
|
|
919
917
|
// Diamond aliases
|
|
920
918
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
919
|
+
// DiamondPlus aliases
|
|
920
|
+
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
921
921
|
// Dice2 aliases
|
|
922
922
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
923
|
+
// Dice1 aliases
|
|
924
|
+
export { default as LucideDice1 } from '../icons/dice-1';
|
|
923
925
|
// Dice3 aliases
|
|
924
926
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
925
927
|
// Dice4 aliases
|
|
@@ -960,10 +962,10 @@ export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
|
960
962
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
961
963
|
// DoorOpen aliases
|
|
962
964
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
963
|
-
// Dot aliases
|
|
964
|
-
export { default as LucideDot } from '../icons/dot';
|
|
965
965
|
// Download aliases
|
|
966
966
|
export { default as LucideDownload } from '../icons/download';
|
|
967
|
+
// Dot aliases
|
|
968
|
+
export { default as LucideDot } from '../icons/dot';
|
|
967
969
|
// DraftingCompass aliases
|
|
968
970
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
969
971
|
// Drama aliases
|
|
@@ -974,10 +976,10 @@ export { default as LucideDrill } from '../icons/drill';
|
|
|
974
976
|
export { default as LucideDrone } from '../icons/drone';
|
|
975
977
|
// DropletOff aliases
|
|
976
978
|
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
977
|
-
// Droplet aliases
|
|
978
|
-
export { default as LucideDroplet } from '../icons/droplet';
|
|
979
979
|
// Droplets aliases
|
|
980
980
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
981
|
+
// Droplet aliases
|
|
982
|
+
export { default as LucideDroplet } from '../icons/droplet';
|
|
981
983
|
// Drum aliases
|
|
982
984
|
export { default as LucideDrum } from '../icons/drum';
|
|
983
985
|
// Drumstick aliases
|
|
@@ -998,10 +1000,10 @@ export { default as LucideEggFried } from '../icons/egg-fried';
|
|
|
998
1000
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
999
1001
|
// Egg aliases
|
|
1000
1002
|
export { default as LucideEgg } from '../icons/egg';
|
|
1001
|
-
// Ellipse aliases
|
|
1002
|
-
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1003
1003
|
// EqualApproximately aliases
|
|
1004
1004
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
1005
|
+
// Ellipse aliases
|
|
1006
|
+
export { default as LucideEllipse } from '../icons/ellipse';
|
|
1005
1007
|
// EqualNot aliases
|
|
1006
1008
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
1007
1009
|
// Equal aliases
|
|
@@ -1030,10 +1032,10 @@ export { default as LucideEye } from '../icons/eye';
|
|
|
1030
1032
|
export { default as LucideFactory } from '../icons/factory';
|
|
1031
1033
|
// Fan aliases
|
|
1032
1034
|
export { default as LucideFan } from '../icons/fan';
|
|
1033
|
-
// FastForward aliases
|
|
1034
|
-
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1035
1035
|
// Feather aliases
|
|
1036
1036
|
export { default as LucideFeather } from '../icons/feather';
|
|
1037
|
+
// FastForward aliases
|
|
1038
|
+
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1037
1039
|
// Fence aliases
|
|
1038
1040
|
export { default as LucideFence } from '../icons/fence';
|
|
1039
1041
|
// FerrisWheel aliases
|
|
@@ -1058,8 +1060,6 @@ export { default as LucideFileDown } from '../icons/file-down';
|
|
|
1058
1060
|
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1059
1061
|
// FileImage aliases
|
|
1060
1062
|
export { default as LucideFileImage } from '../icons/file-image';
|
|
1061
|
-
// FileInput aliases
|
|
1062
|
-
export { default as LucideFileInput } from '../icons/file-input';
|
|
1063
1063
|
// FileMinus aliases
|
|
1064
1064
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1065
1065
|
// FileMusic aliases
|
|
@@ -1068,6 +1068,8 @@ export { default as LucideFileMusic } from '../icons/file-music';
|
|
|
1068
1068
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1069
1069
|
// FilePlus aliases
|
|
1070
1070
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1071
|
+
// FileInput aliases
|
|
1072
|
+
export { default as LucideFileInput } from '../icons/file-input';
|
|
1071
1073
|
// FileScan aliases
|
|
1072
1074
|
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1073
1075
|
// FileSearch aliases
|
|
@@ -1078,12 +1080,12 @@ export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
|
1078
1080
|
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1079
1081
|
// FileStack aliases
|
|
1080
1082
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1081
|
-
// FileSymlink aliases
|
|
1082
|
-
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1083
|
-
// FileTerminal aliases
|
|
1084
|
-
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1085
1083
|
// FileText aliases
|
|
1086
1084
|
export { default as LucideFileText } from '../icons/file-text';
|
|
1085
|
+
// FileTerminal aliases
|
|
1086
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1087
|
+
// FileSymlink aliases
|
|
1088
|
+
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1087
1089
|
// FileType aliases
|
|
1088
1090
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1089
1091
|
// FileUp aliases
|
|
@@ -1126,18 +1128,18 @@ export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
|
1126
1128
|
export { default as LucideFlame } from '../icons/flame';
|
|
1127
1129
|
// FlashlightOff aliases
|
|
1128
1130
|
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1129
|
-
// Flashlight aliases
|
|
1130
|
-
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1131
1131
|
// FlaskConicalOff aliases
|
|
1132
1132
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1133
|
+
// Flashlight aliases
|
|
1134
|
+
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1133
1135
|
// FlaskConical aliases
|
|
1134
1136
|
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1135
1137
|
// FlaskRound aliases
|
|
1136
1138
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1137
|
-
// FlipHorizontal2 aliases
|
|
1138
|
-
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1139
1139
|
// FlipVertical2 aliases
|
|
1140
1140
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1141
|
+
// FlipHorizontal2 aliases
|
|
1142
|
+
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1141
1143
|
// Flower2 aliases
|
|
1142
1144
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1143
1145
|
// Flower aliases
|
|
@@ -1156,10 +1158,10 @@ export { default as LucideFolderBookmark } from '../icons/folder-bookmark';
|
|
|
1156
1158
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1157
1159
|
// FolderClock aliases
|
|
1158
1160
|
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1159
|
-
// FolderClosed aliases
|
|
1160
|
-
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1161
1161
|
// FolderCode aliases
|
|
1162
1162
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1163
|
+
// FolderClosed aliases
|
|
1164
|
+
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1163
1165
|
// FolderDot aliases
|
|
1164
1166
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1165
1167
|
// FolderDown aliases
|
|
@@ -1174,10 +1176,10 @@ export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
|
1174
1176
|
export { default as LucideFolderInput } from '../icons/folder-input';
|
|
1175
1177
|
// FolderKanban aliases
|
|
1176
1178
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1177
|
-
// FolderKey aliases
|
|
1178
|
-
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1179
1179
|
// FolderLock aliases
|
|
1180
1180
|
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1181
|
+
// FolderKey aliases
|
|
1182
|
+
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1181
1183
|
// FolderMinus aliases
|
|
1182
1184
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1183
1185
|
// FolderOpenDot aliases
|
|
@@ -1186,10 +1188,10 @@ export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
|
1186
1188
|
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1187
1189
|
// FolderOutput aliases
|
|
1188
1190
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1189
|
-
// FolderRoot aliases
|
|
1190
|
-
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1191
1191
|
// FolderPlus aliases
|
|
1192
1192
|
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1193
|
+
// FolderRoot aliases
|
|
1194
|
+
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1193
1195
|
// FolderSearch2 aliases
|
|
1194
1196
|
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1195
1197
|
// FolderSearch aliases
|
|
@@ -1212,16 +1214,16 @@ export { default as LucideFolders } from '../icons/folders';
|
|
|
1212
1214
|
export { default as LucideFootprints } from '../icons/footprints';
|
|
1213
1215
|
// Forklift aliases
|
|
1214
1216
|
export { default as LucideForklift } from '../icons/forklift';
|
|
1215
|
-
// Form aliases
|
|
1216
|
-
export { default as LucideForm } from '../icons/form';
|
|
1217
1217
|
// Forward aliases
|
|
1218
1218
|
export { default as LucideForward } from '../icons/forward';
|
|
1219
|
+
// Form aliases
|
|
1220
|
+
export { default as LucideForm } from '../icons/form';
|
|
1221
|
+
// Frame aliases
|
|
1222
|
+
export { default as LucideFrame } from '../icons/frame';
|
|
1219
1223
|
// Frown aliases
|
|
1220
1224
|
export { default as LucideFrown } from '../icons/frown';
|
|
1221
1225
|
// Fuel aliases
|
|
1222
1226
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1223
|
-
// Frame aliases
|
|
1224
|
-
export { default as LucideFrame } from '../icons/frame';
|
|
1225
1227
|
// Fullscreen aliases
|
|
1226
1228
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1227
1229
|
// FunnelPlus aliases
|
|
@@ -1238,18 +1240,18 @@ export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-e
|
|
|
1238
1240
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1239
1241
|
// Gamepad2 aliases
|
|
1240
1242
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1241
|
-
// GamepadDirectional aliases
|
|
1242
|
-
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1243
1243
|
// Gamepad aliases
|
|
1244
1244
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1245
|
+
// GamepadDirectional aliases
|
|
1246
|
+
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1245
1247
|
// Gauge aliases
|
|
1246
1248
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1247
1249
|
// Gavel aliases
|
|
1248
1250
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1249
|
-
// Gem aliases
|
|
1250
|
-
export { default as LucideGem } from '../icons/gem';
|
|
1251
1251
|
// GeorgianLari aliases
|
|
1252
1252
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1253
|
+
// Gem aliases
|
|
1254
|
+
export { default as LucideGem } from '../icons/gem';
|
|
1253
1255
|
// Ghost aliases
|
|
1254
1256
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1255
1257
|
// Gift aliases
|
|
@@ -1274,26 +1276,26 @@ export { default as LucideGitGraph } from '../icons/git-graph';
|
|
|
1274
1276
|
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1275
1277
|
// GitMerge aliases
|
|
1276
1278
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1277
|
-
// GitPullRequestArrow aliases
|
|
1278
|
-
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1279
1279
|
// GitPullRequestClosed aliases
|
|
1280
1280
|
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1281
1281
|
// GitPullRequestCreateArrow aliases
|
|
1282
1282
|
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
-
//
|
|
1284
|
-
export { default as
|
|
1283
|
+
// GitPullRequestArrow aliases
|
|
1284
|
+
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
1286
1286
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1287
|
+
// GitPullRequestDraft aliases
|
|
1288
|
+
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1287
1289
|
// GitPullRequest aliases
|
|
1288
1290
|
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1289
1291
|
// GlassWater aliases
|
|
1290
1292
|
export { default as LucideGlassWater } from '../icons/glass-water';
|
|
1291
|
-
// GlobeCheck aliases
|
|
1292
|
-
export { default as LucideGlobeCheck } from '../icons/globe-check';
|
|
1293
1293
|
// Glasses aliases
|
|
1294
1294
|
export { default as LucideGlasses } from '../icons/glasses';
|
|
1295
1295
|
// GlobeLock aliases
|
|
1296
1296
|
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1297
|
+
// GlobeCheck aliases
|
|
1298
|
+
export { default as LucideGlobeCheck } from '../icons/globe-check';
|
|
1297
1299
|
// GlobeOff aliases
|
|
1298
1300
|
export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
1299
1301
|
// GlobeX aliases
|
|
@@ -1316,10 +1318,10 @@ export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
|
1316
1318
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1317
1319
|
// Grip aliases
|
|
1318
1320
|
export { default as LucideGrip } from '../icons/grip';
|
|
1319
|
-
// Guitar aliases
|
|
1320
|
-
export { default as LucideGuitar } from '../icons/guitar';
|
|
1321
1321
|
// Group aliases
|
|
1322
1322
|
export { default as LucideGroup } from '../icons/group';
|
|
1323
|
+
// Guitar aliases
|
|
1324
|
+
export { default as LucideGuitar } from '../icons/guitar';
|
|
1323
1325
|
// Ham aliases
|
|
1324
1326
|
export { default as LucideHam } from '../icons/ham';
|
|
1325
1327
|
// Hamburger aliases
|
|
@@ -1336,18 +1338,18 @@ export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
|
1336
1338
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1337
1339
|
// HandPlatter aliases
|
|
1338
1340
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1339
|
-
// Hand aliases
|
|
1340
|
-
export { default as LucideHand } from '../icons/hand';
|
|
1341
1341
|
// Handbag aliases
|
|
1342
1342
|
export { default as LucideHandbag } from '../icons/handbag';
|
|
1343
|
+
// Hand aliases
|
|
1344
|
+
export { default as LucideHand } from '../icons/hand';
|
|
1343
1345
|
// Handshake aliases
|
|
1344
1346
|
export { default as LucideHandshake } from '../icons/handshake';
|
|
1345
1347
|
// HardDriveDownload aliases
|
|
1346
1348
|
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1347
|
-
// HardDriveUpload aliases
|
|
1348
|
-
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1349
1349
|
// HardDrive aliases
|
|
1350
1350
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1351
|
+
// HardDriveUpload aliases
|
|
1352
|
+
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1351
1353
|
// HardHat aliases
|
|
1352
1354
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1353
1355
|
// Hash aliases
|
|
@@ -1410,10 +1412,10 @@ export { default as LucideHistory } from '../icons/history';
|
|
|
1410
1412
|
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1411
1413
|
// Hop aliases
|
|
1412
1414
|
export { default as LucideHop } from '../icons/hop';
|
|
1413
|
-
// Hotel aliases
|
|
1414
|
-
export { default as LucideHotel } from '../icons/hotel';
|
|
1415
1415
|
// Hospital aliases
|
|
1416
1416
|
export { default as LucideHospital } from '../icons/hospital';
|
|
1417
|
+
// Hotel aliases
|
|
1418
|
+
export { default as LucideHotel } from '../icons/hotel';
|
|
1417
1419
|
// Hourglass aliases
|
|
1418
1420
|
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1419
1421
|
// HouseHeart aliases
|
|
@@ -1430,10 +1432,10 @@ export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
|
1430
1432
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1431
1433
|
// ImageDown aliases
|
|
1432
1434
|
export { default as LucideImageDown } from '../icons/image-down';
|
|
1433
|
-
// ImageMinus aliases
|
|
1434
|
-
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1435
1435
|
// ImageOff aliases
|
|
1436
1436
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1437
|
+
// ImageMinus aliases
|
|
1438
|
+
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1437
1439
|
// ImagePlay aliases
|
|
1438
1440
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1439
1441
|
// ImagePlus aliases
|
|
@@ -1462,22 +1464,22 @@ export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
|
1462
1464
|
export { default as LucideItalic } from '../icons/italic';
|
|
1463
1465
|
// IterationCcw aliases
|
|
1464
1466
|
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1465
|
-
// IterationCw aliases
|
|
1466
|
-
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1467
1467
|
// JapaneseYen aliases
|
|
1468
1468
|
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1469
|
+
// IterationCw aliases
|
|
1470
|
+
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1469
1471
|
// Joystick aliases
|
|
1470
1472
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1471
|
-
// Kanban aliases
|
|
1472
|
-
export { default as LucideKanban } from '../icons/kanban';
|
|
1473
1473
|
// Kayak aliases
|
|
1474
1474
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1475
|
+
// Kanban aliases
|
|
1476
|
+
export { default as LucideKanban } from '../icons/kanban';
|
|
1475
1477
|
// KeyRound aliases
|
|
1476
1478
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1477
|
-
// Key aliases
|
|
1478
|
-
export { default as LucideKey } from '../icons/key';
|
|
1479
1479
|
// KeySquare aliases
|
|
1480
1480
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as LucideKey } from '../icons/key';
|
|
1481
1483
|
// KeyboardMusic aliases
|
|
1482
1484
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1483
1485
|
// KeyboardOff aliases
|
|
@@ -1488,12 +1490,12 @@ export { default as LucideKeyboard } from '../icons/keyboard';
|
|
|
1488
1490
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1489
1491
|
// LampDesk aliases
|
|
1490
1492
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1491
|
-
// LampWallDown aliases
|
|
1492
|
-
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1493
1493
|
// LampFloor aliases
|
|
1494
1494
|
export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
1495
1495
|
// LampWallUp aliases
|
|
1496
1496
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1497
|
+
// LampWallDown aliases
|
|
1498
|
+
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1497
1499
|
// Lamp aliases
|
|
1498
1500
|
export { default as LucideLamp } from '../icons/lamp';
|
|
1499
1501
|
// LandPlot aliases
|
|
@@ -1502,12 +1504,12 @@ export { default as LucideLandPlot } from '../icons/land-plot';
|
|
|
1502
1504
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1503
1505
|
// Languages aliases
|
|
1504
1506
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1505
|
-
// LaptopMinimalCheck aliases
|
|
1506
|
-
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1507
1507
|
// Laptop aliases
|
|
1508
1508
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
1510
1510
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1511
|
+
// LaptopMinimalCheck aliases
|
|
1512
|
+
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1511
1513
|
// Lasso aliases
|
|
1512
1514
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1513
1515
|
// Laugh aliases
|
|
@@ -1526,10 +1528,10 @@ export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
|
1526
1528
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1527
1529
|
// LayoutPanelLeft aliases
|
|
1528
1530
|
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1529
|
-
// LayoutTemplate aliases
|
|
1530
|
-
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1531
1531
|
// LayoutPanelTop aliases
|
|
1532
1532
|
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1533
|
+
// LayoutTemplate aliases
|
|
1534
|
+
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1533
1535
|
// Leaf aliases
|
|
1534
1536
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1535
1537
|
// LeafyGreen aliases
|
|
@@ -1570,18 +1572,18 @@ export { default as LucideListCheck } from '../icons/list-check';
|
|
|
1570
1572
|
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1571
1573
|
// ListChevronsDownUp aliases
|
|
1572
1574
|
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1573
|
-
// ListCollapse aliases
|
|
1574
|
-
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1575
1575
|
// ListChevronsUpDown aliases
|
|
1576
1576
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1577
|
+
// ListCollapse aliases
|
|
1578
|
+
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1577
1579
|
// ListEnd aliases
|
|
1578
1580
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1579
1581
|
// ListFilterPlus aliases
|
|
1580
1582
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1581
|
-
// ListMinus aliases
|
|
1582
|
-
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1583
1583
|
// ListFilter aliases
|
|
1584
1584
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1585
|
+
// ListMinus aliases
|
|
1586
|
+
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1585
1587
|
// ListMusic aliases
|
|
1586
1588
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1587
1589
|
// ListOrdered aliases
|
|
@@ -1614,10 +1616,10 @@ export { default as LucideLoader } from '../icons/loader';
|
|
|
1614
1616
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1615
1617
|
// LocateOff aliases
|
|
1616
1618
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1617
|
-
// LockKeyhole aliases
|
|
1618
|
-
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1619
1619
|
// Locate aliases
|
|
1620
1620
|
export { default as LucideLocate } from '../icons/locate';
|
|
1621
|
+
// LockKeyhole aliases
|
|
1622
|
+
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1621
1623
|
// Lock aliases
|
|
1622
1624
|
export { default as LucideLock } from '../icons/lock';
|
|
1623
1625
|
// LogIn aliases
|
|
@@ -1642,10 +1644,10 @@ export { default as LucideMailOpen } from '../icons/mail-open';
|
|
|
1642
1644
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1643
1645
|
// MailSearch aliases
|
|
1644
1646
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1645
|
-
// MailWarning aliases
|
|
1646
|
-
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1647
1647
|
// MailX aliases
|
|
1648
1648
|
export { default as LucideMailX } from '../icons/mail-x';
|
|
1649
|
+
// MailWarning aliases
|
|
1650
|
+
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1649
1651
|
// Mail aliases
|
|
1650
1652
|
export { default as LucideMail } from '../icons/mail';
|
|
1651
1653
|
// Mailbox aliases
|
|
@@ -1670,18 +1672,18 @@ export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
|
1670
1672
|
export { default as LucideMapPinPlusInside } from '../icons/map-pin-plus-inside';
|
|
1671
1673
|
// MapPinPlus aliases
|
|
1672
1674
|
export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
1673
|
-
// MapPinSearch aliases
|
|
1674
|
-
export { default as LucideMapPinSearch } from '../icons/map-pin-search';
|
|
1675
1675
|
// MapPinXInside aliases
|
|
1676
1676
|
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1677
|
+
// MapPinSearch aliases
|
|
1678
|
+
export { default as LucideMapPinSearch } from '../icons/map-pin-search';
|
|
1677
1679
|
// MapPinX aliases
|
|
1678
1680
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1679
1681
|
// MapPin aliases
|
|
1680
1682
|
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1681
|
-
// MapPlus aliases
|
|
1682
|
-
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1683
1683
|
// MapPinned aliases
|
|
1684
1684
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1685
|
+
// MapPlus aliases
|
|
1686
|
+
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1685
1687
|
// Map aliases
|
|
1686
1688
|
export { default as LucideMap } from '../icons/map';
|
|
1687
1689
|
// MarsStroke aliases
|
|
@@ -1696,16 +1698,16 @@ export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
|
1696
1698
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1697
1699
|
// Medal aliases
|
|
1698
1700
|
export { default as LucideMedal } from '../icons/medal';
|
|
1699
|
-
// MegaphoneOff aliases
|
|
1700
|
-
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1701
1701
|
// Megaphone aliases
|
|
1702
1702
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1703
|
+
// MegaphoneOff aliases
|
|
1704
|
+
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1703
1705
|
// Meh aliases
|
|
1704
1706
|
export { default as LucideMeh } from '../icons/meh';
|
|
1705
|
-
// MemoryStick aliases
|
|
1706
|
-
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1707
1707
|
// Menu aliases
|
|
1708
1708
|
export { default as LucideMenu } from '../icons/menu';
|
|
1709
|
+
// MemoryStick aliases
|
|
1710
|
+
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1709
1711
|
// Merge aliases
|
|
1710
1712
|
export { default as LucideMerge } from '../icons/merge';
|
|
1711
1713
|
// MessageCircleCheck aliases
|
|
@@ -1742,10 +1744,10 @@ export { default as LucideMessageSquareDiff } from '../icons/message-square-diff
|
|
|
1742
1744
|
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1743
1745
|
// MessageSquareHeart aliases
|
|
1744
1746
|
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1745
|
-
// MessageSquareLock aliases
|
|
1746
|
-
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1747
1747
|
// MessageSquareMore aliases
|
|
1748
1748
|
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1749
|
+
// MessageSquareLock aliases
|
|
1750
|
+
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1749
1751
|
// MessageSquareOff aliases
|
|
1750
1752
|
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1751
1753
|
// MessageSquarePlus aliases
|
|
@@ -1754,10 +1756,10 @@ export { default as LucideMessageSquarePlus } from '../icons/message-square-plus
|
|
|
1754
1756
|
export { default as LucideMessageSquareQuote } from '../icons/message-square-quote';
|
|
1755
1757
|
// MessageSquareReply aliases
|
|
1756
1758
|
export { default as LucideMessageSquareReply } from '../icons/message-square-reply';
|
|
1757
|
-
// MessageSquareText aliases
|
|
1758
|
-
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1759
1759
|
// MessageSquareShare aliases
|
|
1760
1760
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1761
|
+
// MessageSquareText aliases
|
|
1762
|
+
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1761
1763
|
// MessageSquareWarning aliases
|
|
1762
1764
|
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1763
1765
|
// MessageSquareX aliases
|
|
@@ -1772,10 +1774,10 @@ export { default as LucideMetronome } from '../icons/metronome';
|
|
|
1772
1774
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1773
1775
|
// Mic aliases
|
|
1774
1776
|
export { default as LucideMic } from '../icons/mic';
|
|
1775
|
-
// Microchip aliases
|
|
1776
|
-
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1777
1777
|
// Microscope aliases
|
|
1778
1778
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1779
|
+
// Microchip aliases
|
|
1780
|
+
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1779
1781
|
// Microwave aliases
|
|
1780
1782
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1781
1783
|
// Milestone aliases
|
|
@@ -1830,12 +1832,12 @@ export { default as LucideMoon } from '../icons/moon';
|
|
|
1830
1832
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1831
1833
|
// MountainSnow aliases
|
|
1832
1834
|
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1835
|
+
// Mountain aliases
|
|
1836
|
+
export { default as LucideMountain } from '../icons/mountain';
|
|
1833
1837
|
// MouseLeft aliases
|
|
1834
1838
|
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1835
1839
|
// MouseOff aliases
|
|
1836
1840
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1837
|
-
// Mountain aliases
|
|
1838
|
-
export { default as LucideMountain } from '../icons/mountain';
|
|
1839
1841
|
// MousePointer2Off aliases
|
|
1840
1842
|
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1841
1843
|
// MousePointer2 aliases
|
|
@@ -1848,10 +1850,10 @@ export { default as LucideMousePointerClick } from '../icons/mouse-pointer-click
|
|
|
1848
1850
|
export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
1849
1851
|
// MouseRight aliases
|
|
1850
1852
|
export { default as LucideMouseRight } from '../icons/mouse-right';
|
|
1851
|
-
// MoveDiagonal2 aliases
|
|
1852
|
-
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1853
1853
|
// Mouse aliases
|
|
1854
1854
|
export { default as LucideMouse } from '../icons/mouse';
|
|
1855
|
+
// MoveDiagonal2 aliases
|
|
1856
|
+
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1855
1857
|
// MoveDiagonal aliases
|
|
1856
1858
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1857
1859
|
// MoveDownLeft aliases
|
|
@@ -1874,10 +1876,10 @@ export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
|
1874
1876
|
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1875
1877
|
// MoveVertical aliases
|
|
1876
1878
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1877
|
-
// Move aliases
|
|
1878
|
-
export { default as LucideMove } from '../icons/move';
|
|
1879
1879
|
// Music2 aliases
|
|
1880
1880
|
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1881
|
+
// Move aliases
|
|
1882
|
+
export { default as LucideMove } from '../icons/move';
|
|
1881
1883
|
// Music3 aliases
|
|
1882
1884
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1883
1885
|
// Music4 aliases
|
|
@@ -1900,10 +1902,10 @@ export { default as LucideNewspaper } from '../icons/newspaper';
|
|
|
1900
1902
|
export { default as LucideNfc } from '../icons/nfc';
|
|
1901
1903
|
// NonBinary aliases
|
|
1902
1904
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1903
|
-
// NotebookPen aliases
|
|
1904
|
-
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1905
1905
|
// NotebookTabs aliases
|
|
1906
1906
|
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1907
|
+
// NotebookPen aliases
|
|
1908
|
+
export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
1907
1909
|
// NotebookText aliases
|
|
1908
1910
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1909
1911
|
// Notebook aliases
|
|
@@ -1922,10 +1924,10 @@ export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
|
1922
1924
|
export { default as LucideOctagon } from '../icons/octagon';
|
|
1923
1925
|
// Omega aliases
|
|
1924
1926
|
export { default as LucideOmega } from '../icons/omega';
|
|
1925
|
-
// Orbit aliases
|
|
1926
|
-
export { default as LucideOrbit } from '../icons/orbit';
|
|
1927
1927
|
// Option aliases
|
|
1928
1928
|
export { default as LucideOption } from '../icons/option';
|
|
1929
|
+
// Orbit aliases
|
|
1930
|
+
export { default as LucideOrbit } from '../icons/orbit';
|
|
1929
1931
|
// Origami aliases
|
|
1930
1932
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1931
1933
|
// Package2 aliases
|
|
@@ -1934,10 +1936,10 @@ export { default as LucidePackage2 } from '../icons/package-2';
|
|
|
1934
1936
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1935
1937
|
// PackageMinus aliases
|
|
1936
1938
|
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1937
|
-
// PackagePlus aliases
|
|
1938
|
-
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1939
1939
|
// PackageOpen aliases
|
|
1940
1940
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1941
|
+
// PackagePlus aliases
|
|
1942
|
+
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1941
1943
|
// PackageSearch aliases
|
|
1942
1944
|
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1943
1945
|
// PackageX aliases
|
|
@@ -1950,10 +1952,10 @@ export { default as LucidePackage } from '../icons/package';
|
|
|
1950
1952
|
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1951
1953
|
// Paintbrush aliases
|
|
1952
1954
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1953
|
-
// Palette aliases
|
|
1954
|
-
export { default as LucidePalette } from '../icons/palette';
|
|
1955
1955
|
// Panda aliases
|
|
1956
1956
|
export { default as LucidePanda } from '../icons/panda';
|
|
1957
|
+
// Palette aliases
|
|
1958
|
+
export { default as LucidePalette } from '../icons/palette';
|
|
1957
1959
|
// PanelBottomClose aliases
|
|
1958
1960
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1959
1961
|
// PanelBottomOpen aliases
|
|
@@ -1972,12 +1974,12 @@ export { default as LucidePanelRight } from '../icons/panel-right';
|
|
|
1972
1974
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1973
1975
|
// PanelTopClose aliases
|
|
1974
1976
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1975
|
-
// PanelTopOpen aliases
|
|
1976
|
-
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1977
1977
|
// PanelTop aliases
|
|
1978
1978
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1979
1979
|
// PanelsLeftBottom aliases
|
|
1980
1980
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1981
|
+
// PanelTopOpen aliases
|
|
1982
|
+
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1981
1983
|
// PanelsRightBottom aliases
|
|
1982
1984
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1983
1985
|
// PaperBag aliases
|
|
@@ -1988,22 +1990,22 @@ export { default as LucidePaperclip } from '../icons/paperclip';
|
|
|
1988
1990
|
export { default as LucideParasol } from '../icons/parasol';
|
|
1989
1991
|
// Parentheses aliases
|
|
1990
1992
|
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1991
|
-
// PartyPopper aliases
|
|
1992
|
-
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1993
1993
|
// ParkingMeter aliases
|
|
1994
1994
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1995
|
+
// PartyPopper aliases
|
|
1996
|
+
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1995
1997
|
// Pause aliases
|
|
1996
1998
|
export { default as LucidePause } from '../icons/pause';
|
|
1997
1999
|
// PawPrint aliases
|
|
1998
2000
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1999
|
-
// PcCase aliases
|
|
2000
|
-
export { default as LucidePcCase } from '../icons/pc-case';
|
|
2001
2001
|
// PenOff aliases
|
|
2002
2002
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
2003
|
+
// PcCase aliases
|
|
2004
|
+
export { default as LucidePcCase } from '../icons/pc-case';
|
|
2005
2005
|
// PenTool aliases
|
|
2006
2006
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
2007
|
+
// PencilLine aliases
|
|
2008
|
+
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
2007
2009
|
// PencilOff aliases
|
|
2008
2010
|
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
2009
2011
|
// PencilRuler aliases
|
|
@@ -2024,10 +2026,10 @@ export { default as LucidePhi } from '../icons/phi';
|
|
|
2024
2026
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
2025
2027
|
// PhoneCall aliases
|
|
2026
2028
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
2027
|
-
// PhoneIncoming aliases
|
|
2028
|
-
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
2029
2029
|
// PhoneForwarded aliases
|
|
2030
2030
|
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
2031
|
+
// PhoneIncoming aliases
|
|
2032
|
+
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
2031
2033
|
// PhoneMissed aliases
|
|
2032
2034
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
2033
2035
|
// PhoneOff aliases
|
|
@@ -2060,34 +2062,34 @@ export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
|
2060
2062
|
export { default as LucidePill } from '../icons/pill';
|
|
2061
2063
|
// PinOff aliases
|
|
2062
2064
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
2063
|
-
// Pipette aliases
|
|
2064
|
-
export { default as LucidePipette } from '../icons/pipette';
|
|
2065
2065
|
// Pin aliases
|
|
2066
2066
|
export { default as LucidePin } from '../icons/pin';
|
|
2067
|
+
// Pipette aliases
|
|
2068
|
+
export { default as LucidePipette } from '../icons/pipette';
|
|
2067
2069
|
// Pizza aliases
|
|
2068
2070
|
export { default as LucidePizza } from '../icons/pizza';
|
|
2069
2071
|
// PlaneLanding aliases
|
|
2070
2072
|
export { default as LucidePlaneLanding } from '../icons/plane-landing';
|
|
2071
|
-
// PlaneTakeoff aliases
|
|
2072
|
-
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2073
2073
|
// Plane aliases
|
|
2074
2074
|
export { default as LucidePlane } from '../icons/plane';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2077
|
-
// Plug2 aliases
|
|
2078
|
-
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
2075
|
+
// PlaneTakeoff aliases
|
|
2076
|
+
export { default as LucidePlaneTakeoff } from '../icons/plane-takeoff';
|
|
2079
2077
|
// PlayOff aliases
|
|
2080
2078
|
export { default as LucidePlayOff } from '../icons/play-off';
|
|
2079
|
+
// Play aliases
|
|
2080
|
+
export { default as LucidePlay } from '../icons/play';
|
|
2081
|
+
// Plug2 aliases
|
|
2082
|
+
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
2081
2083
|
// Plug aliases
|
|
2082
2084
|
export { default as LucidePlug } from '../icons/plug';
|
|
2083
2085
|
// Plus aliases
|
|
2084
2086
|
export { default as LucidePlus } from '../icons/plus';
|
|
2087
|
+
// Podium aliases
|
|
2088
|
+
export { default as LucidePodium } from '../icons/podium';
|
|
2085
2089
|
// PocketKnife aliases
|
|
2086
2090
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2087
2091
|
// Podcast aliases
|
|
2088
2092
|
export { default as LucidePodcast } from '../icons/podcast';
|
|
2089
|
-
// Podium aliases
|
|
2090
|
-
export { default as LucidePodium } from '../icons/podium';
|
|
2091
2093
|
// PointerOff aliases
|
|
2092
2094
|
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2093
2095
|
// Pointer aliases
|
|
@@ -2128,16 +2130,16 @@ export { default as LucideRabbit } from '../icons/rabbit';
|
|
|
2128
2130
|
export { default as LucideRadar } from '../icons/radar';
|
|
2129
2131
|
// Radiation aliases
|
|
2130
2132
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2131
|
-
// Radical aliases
|
|
2132
|
-
export { default as LucideRadical } from '../icons/radical';
|
|
2133
2133
|
// RadioOff aliases
|
|
2134
2134
|
export { default as LucideRadioOff } from '../icons/radio-off';
|
|
2135
|
+
// Radical aliases
|
|
2136
|
+
export { default as LucideRadical } from '../icons/radical';
|
|
2135
2137
|
// RadioReceiver aliases
|
|
2136
2138
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2137
|
-
// Radio aliases
|
|
2138
|
-
export { default as LucideRadio } from '../icons/radio';
|
|
2139
2139
|
// RadioTower aliases
|
|
2140
2140
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2141
|
+
// Radio aliases
|
|
2142
|
+
export { default as LucideRadio } from '../icons/radio';
|
|
2141
2143
|
// Radius aliases
|
|
2142
2144
|
export { default as LucideRadius } from '../icons/radius';
|
|
2143
2145
|
// Rainbow aliases
|
|
@@ -2160,10 +2162,10 @@ export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-st
|
|
|
2160
2162
|
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2161
2163
|
// ReceiptSwissFranc aliases
|
|
2162
2164
|
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2163
|
-
// ReceiptTurkishLira aliases
|
|
2164
|
-
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2165
2165
|
// ReceiptText aliases
|
|
2166
2166
|
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2167
|
+
// ReceiptTurkishLira aliases
|
|
2168
|
+
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2167
2169
|
// Receipt aliases
|
|
2168
2170
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2169
2171
|
// RectangleCircle aliases
|
|
@@ -2172,38 +2174,38 @@ export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
|
2172
2174
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2173
2175
|
// RectangleHorizontal aliases
|
|
2174
2176
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2175
|
-
// RectangleVertical aliases
|
|
2176
|
-
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2177
2177
|
// Recycle aliases
|
|
2178
2178
|
export { default as LucideRecycle } from '../icons/recycle';
|
|
2179
|
+
// RectangleVertical aliases
|
|
2180
|
+
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2179
2181
|
// Redo2 aliases
|
|
2180
2182
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2181
2183
|
// RedoDot aliases
|
|
2182
2184
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2183
|
-
// Redo aliases
|
|
2184
|
-
export { default as LucideRedo } from '../icons/redo';
|
|
2185
2185
|
// RefreshCcwDot aliases
|
|
2186
2186
|
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2187
|
+
// Redo aliases
|
|
2188
|
+
export { default as LucideRedo } from '../icons/redo';
|
|
2187
2189
|
// RefreshCcw aliases
|
|
2188
2190
|
export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
2189
2191
|
// RefreshCwOff aliases
|
|
2190
2192
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2191
|
-
// Refrigerator aliases
|
|
2192
|
-
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2193
2193
|
// RefreshCw aliases
|
|
2194
2194
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2195
|
+
// Refrigerator aliases
|
|
2196
|
+
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2195
2197
|
// Regex aliases
|
|
2196
2198
|
export { default as LucideRegex } from '../icons/regex';
|
|
2197
|
-
// RemoveFormatting aliases
|
|
2198
|
-
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2199
2199
|
// Repeat1 aliases
|
|
2200
2200
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2201
|
+
// RemoveFormatting aliases
|
|
2202
|
+
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2201
2203
|
// Repeat2 aliases
|
|
2202
2204
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2203
|
-
// RepeatOff aliases
|
|
2204
|
-
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2205
2205
|
// Repeat aliases
|
|
2206
2206
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2207
|
+
// RepeatOff aliases
|
|
2208
|
+
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2207
2209
|
// ReplaceAll aliases
|
|
2208
2210
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2209
2211
|
// Replace aliases
|
|
@@ -2216,12 +2218,12 @@ export { default as LucideReply } from '../icons/reply';
|
|
|
2216
2218
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2217
2219
|
// Ribbon aliases
|
|
2218
2220
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2221
|
+
// Road aliases
|
|
2222
|
+
export { default as LucideRoad } from '../icons/road';
|
|
2219
2223
|
// Rocket aliases
|
|
2220
2224
|
export { default as LucideRocket } from '../icons/rocket';
|
|
2221
2225
|
// RockingChair aliases
|
|
2222
2226
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2223
|
-
// Road aliases
|
|
2224
|
-
export { default as LucideRoad } from '../icons/road';
|
|
2225
2227
|
// RollerCoaster aliases
|
|
2226
2228
|
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2227
2229
|
// Rose aliases
|
|
@@ -2240,10 +2242,10 @@ export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
|
2240
2242
|
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2241
2243
|
// Route aliases
|
|
2242
2244
|
export { default as LucideRoute } from '../icons/route';
|
|
2243
|
-
// Router aliases
|
|
2244
|
-
export { default as LucideRouter } from '../icons/router';
|
|
2245
2245
|
// Rows4 aliases
|
|
2246
2246
|
export { default as LucideRows4 } from '../icons/rows-4';
|
|
2247
|
+
// Router aliases
|
|
2248
|
+
export { default as LucideRouter } from '../icons/router';
|
|
2247
2249
|
// Rss aliases
|
|
2248
2250
|
export { default as LucideRss } from '../icons/rss';
|
|
2249
2251
|
// RulerDimensionLine aliases
|
|
@@ -2282,6 +2284,8 @@ export { default as LucideScale } from '../icons/scale';
|
|
|
2282
2284
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2283
2285
|
// ScanBarcode aliases
|
|
2284
2286
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2287
|
+
// ScanBox aliases
|
|
2288
|
+
export { default as LucideScanBox } from '../icons/scan-box';
|
|
2285
2289
|
// ScanEye aliases
|
|
2286
2290
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2287
2291
|
// ScanFace aliases
|
|
@@ -2304,10 +2308,10 @@ export { default as LucideSchool } from '../icons/school';
|
|
|
2304
2308
|
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2305
2309
|
// Scissors aliases
|
|
2306
2310
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2307
|
-
// Scooter aliases
|
|
2308
|
-
export { default as LucideScooter } from '../icons/scooter';
|
|
2309
2311
|
// ScreenShareOff aliases
|
|
2310
2312
|
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2313
|
+
// Scooter aliases
|
|
2314
|
+
export { default as LucideScooter } from '../icons/scooter';
|
|
2311
2315
|
// ScreenShare aliases
|
|
2312
2316
|
export { default as LucideScreenShare } from '../icons/screen-share';
|
|
2313
2317
|
// ScrollText aliases
|
|
@@ -2320,20 +2324,20 @@ export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
|
2320
2324
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2321
2325
|
// SearchCode aliases
|
|
2322
2326
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2323
|
-
// SearchSlash aliases
|
|
2324
|
-
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2325
2327
|
// SearchX aliases
|
|
2326
2328
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2327
|
-
//
|
|
2328
|
-
export { default as
|
|
2329
|
+
// SearchSlash aliases
|
|
2330
|
+
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2329
2331
|
// Search aliases
|
|
2330
2332
|
export { default as LucideSearch } from '../icons/search';
|
|
2331
|
-
//
|
|
2332
|
-
export { default as
|
|
2333
|
+
// Section aliases
|
|
2334
|
+
export { default as LucideSection } from '../icons/section';
|
|
2333
2335
|
// Send aliases
|
|
2334
2336
|
export { default as LucideSend } from '../icons/send';
|
|
2335
2337
|
// SeparatorHorizontal aliases
|
|
2336
2338
|
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2339
|
+
// SendToBack aliases
|
|
2340
|
+
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2337
2341
|
// SeparatorVertical aliases
|
|
2338
2342
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2339
2343
|
// ServerCog aliases
|
|
@@ -2342,10 +2346,12 @@ export { default as LucideServerCog } from '../icons/server-cog';
|
|
|
2342
2346
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2343
2347
|
// ServerOff aliases
|
|
2344
2348
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2349
|
+
// ServerPlus aliases
|
|
2350
|
+
export { default as LucideServerPlus } from '../icons/server-plus';
|
|
2347
2351
|
// Settings2 aliases
|
|
2348
2352
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2353
|
+
// Server aliases
|
|
2354
|
+
export { default as LucideServer } from '../icons/server';
|
|
2349
2355
|
// Settings aliases
|
|
2350
2356
|
export { default as LucideSettings } from '../icons/settings';
|
|
2351
2357
|
// Shapes aliases
|
|
@@ -2378,10 +2384,10 @@ export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
|
2378
2384
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2379
2385
|
// ShieldOff aliases
|
|
2380
2386
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2381
|
-
// ShieldPlus aliases
|
|
2382
|
-
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2383
2387
|
// ShieldUser aliases
|
|
2384
2388
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2389
|
+
// ShieldPlus aliases
|
|
2390
|
+
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2385
2391
|
// Shield aliases
|
|
2386
2392
|
export { default as LucideShield } from '../icons/shield';
|
|
2387
2393
|
// ShipWheel aliases
|
|
@@ -2438,10 +2444,10 @@ export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
|
2438
2444
|
export { default as LucideSkull } from '../icons/skull';
|
|
2439
2445
|
// Slash aliases
|
|
2440
2446
|
export { default as LucideSlash } from '../icons/slash';
|
|
2441
|
-
// Slice aliases
|
|
2442
|
-
export { default as LucideSlice } from '../icons/slice';
|
|
2443
2447
|
// SlidersHorizontal aliases
|
|
2444
2448
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2449
|
+
// Slice aliases
|
|
2450
|
+
export { default as LucideSlice } from '../icons/slice';
|
|
2445
2451
|
// SmartphoneCharging aliases
|
|
2446
2452
|
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2447
2453
|
// SmartphoneNfc aliases
|
|
@@ -2450,10 +2456,10 @@ export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
|
2450
2456
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2451
2457
|
// SmilePlus aliases
|
|
2452
2458
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2453
|
-
// Snail aliases
|
|
2454
|
-
export { default as LucideSnail } from '../icons/snail';
|
|
2455
2459
|
// Smile aliases
|
|
2456
2460
|
export { default as LucideSmile } from '../icons/smile';
|
|
2461
|
+
// Snail aliases
|
|
2462
|
+
export { default as LucideSnail } from '../icons/snail';
|
|
2457
2463
|
// Snowflake aliases
|
|
2458
2464
|
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2459
2465
|
// SoapDispenserDroplet aliases
|
|
@@ -2464,10 +2470,10 @@ export { default as LucideSofa } from '../icons/sofa';
|
|
|
2464
2470
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2465
2471
|
// Soup aliases
|
|
2466
2472
|
export { default as LucideSoup } from '../icons/soup';
|
|
2467
|
-
// Space aliases
|
|
2468
|
-
export { default as LucideSpace } from '../icons/space';
|
|
2469
2473
|
// Spade aliases
|
|
2470
2474
|
export { default as LucideSpade } from '../icons/spade';
|
|
2475
|
+
// Space aliases
|
|
2476
|
+
export { default as LucideSpace } from '../icons/space';
|
|
2471
2477
|
// Sparkle aliases
|
|
2472
2478
|
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2473
2479
|
// Speaker aliases
|
|
@@ -2498,12 +2504,12 @@ export { default as LucideSprout } from '../icons/sprout';
|
|
|
2498
2504
|
export { default as LucideSquareArrowRightEnter } from '../icons/square-arrow-right-enter';
|
|
2499
2505
|
// SquareArrowRightExit aliases
|
|
2500
2506
|
export { default as LucideSquareArrowRightExit } from '../icons/square-arrow-right-exit';
|
|
2501
|
-
// SquareDashedBottomCode aliases
|
|
2502
|
-
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2503
2507
|
// SquareDashedBottom aliases
|
|
2504
2508
|
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2505
2509
|
// SquareDashedTopSolid aliases
|
|
2506
2510
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2511
|
+
// SquareDashedBottomCode aliases
|
|
2512
|
+
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2507
2513
|
// SquarePause aliases
|
|
2508
2514
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2509
2515
|
// SquareRadical aliases
|
|
@@ -2516,14 +2522,14 @@ export { default as LucideSquareSquare } from '../icons/square-square';
|
|
|
2516
2522
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2517
2523
|
// SquareStar aliases
|
|
2518
2524
|
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2519
|
-
// Square aliases
|
|
2520
|
-
export { default as LucideSquare } from '../icons/square';
|
|
2521
2525
|
// SquareStop aliases
|
|
2522
2526
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2527
|
+
// Square aliases
|
|
2528
|
+
export { default as LucideSquare } from '../icons/square';
|
|
2525
2529
|
// SquaresExclude aliases
|
|
2526
2530
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2531
|
+
// SquaresIntersect aliases
|
|
2532
|
+
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2527
2533
|
// SquaresSubtract aliases
|
|
2528
2534
|
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2529
2535
|
// SquaresUnite aliases
|
|
@@ -2564,10 +2570,10 @@ export { default as LucideStickyNoteCheck } from '../icons/sticky-note-check';
|
|
|
2564
2570
|
export { default as LucideStickyNoteMinus } from '../icons/sticky-note-minus';
|
|
2565
2571
|
// StickyNoteOff aliases
|
|
2566
2572
|
export { default as LucideStickyNoteOff } from '../icons/sticky-note-off';
|
|
2567
|
-
// StickyNotePlus aliases
|
|
2568
|
-
export { default as LucideStickyNotePlus } from '../icons/sticky-note-plus';
|
|
2569
2573
|
// StickyNoteX aliases
|
|
2570
2574
|
export { default as LucideStickyNoteX } from '../icons/sticky-note-x';
|
|
2575
|
+
// StickyNotePlus aliases
|
|
2576
|
+
export { default as LucideStickyNotePlus } from '../icons/sticky-note-plus';
|
|
2571
2577
|
// StickyNote aliases
|
|
2572
2578
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2573
2579
|
// StickyNotes aliases
|
|
@@ -2596,10 +2602,10 @@ export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
|
2596
2602
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2597
2603
|
// Sun aliases
|
|
2598
2604
|
export { default as LucideSun } from '../icons/sun';
|
|
2599
|
-
// Sunset aliases
|
|
2600
|
-
export { default as LucideSunset } from '../icons/sunset';
|
|
2601
2605
|
// Sunrise aliases
|
|
2602
2606
|
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2607
|
+
// Sunset aliases
|
|
2608
|
+
export { default as LucideSunset } from '../icons/sunset';
|
|
2603
2609
|
// Superscript aliases
|
|
2604
2610
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2605
2611
|
// SwatchBook aliases
|
|
@@ -2620,10 +2626,10 @@ export { default as LucideTable2 } from '../icons/table-2';
|
|
|
2620
2626
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2621
2627
|
// TableCellsSplit aliases
|
|
2622
2628
|
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2623
|
-
// TableOfContents aliases
|
|
2624
|
-
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2625
2629
|
// TableColumnsSplit aliases
|
|
2626
2630
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2631
|
+
// TableOfContents aliases
|
|
2632
|
+
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2627
2633
|
// TableProperties aliases
|
|
2628
2634
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2629
2635
|
// TableRowsSplit aliases
|
|
@@ -2672,12 +2678,12 @@ export { default as LucideTestTube } from '../icons/test-tube';
|
|
|
2672
2678
|
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2673
2679
|
// TextCursorInput aliases
|
|
2674
2680
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2681
|
+
// TextSearch aliases
|
|
2682
|
+
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2675
2683
|
// TextCursor aliases
|
|
2676
2684
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2677
2685
|
// TextQuote aliases
|
|
2678
2686
|
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2679
|
-
// TextSearch aliases
|
|
2680
|
-
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2681
2687
|
// Theater aliases
|
|
2682
2688
|
export { default as LucideTheater } from '../icons/theater';
|
|
2683
2689
|
// ThermometerSnowflake aliases
|
|
@@ -2746,22 +2752,22 @@ export { default as LucideTractor } from '../icons/tractor';
|
|
|
2746
2752
|
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2747
2753
|
// TrainFrontTunnel aliases
|
|
2748
2754
|
export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
2755
|
+
// TrainTrack aliases
|
|
2756
|
+
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2749
2757
|
// TrainFront aliases
|
|
2750
2758
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2751
2759
|
// Transgender aliases
|
|
2752
2760
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2753
|
-
// TrainTrack aliases
|
|
2754
|
-
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2755
2761
|
// Trash2 aliases
|
|
2756
2762
|
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2757
2763
|
// Trash aliases
|
|
2758
2764
|
export { default as LucideTrash } from '../icons/trash';
|
|
2759
|
-
// Trees aliases
|
|
2760
|
-
export { default as LucideTrees } from '../icons/trees';
|
|
2761
2765
|
// TreeDeciduous aliases
|
|
2762
2766
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2763
2767
|
// TreePine aliases
|
|
2764
2768
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2769
|
+
// Trees aliases
|
|
2770
|
+
export { default as LucideTrees } from '../icons/trees';
|
|
2765
2771
|
// TrendingDown aliases
|
|
2766
2772
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2767
2773
|
// TrendingUpDown aliases
|
|
@@ -2770,22 +2776,22 @@ export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
|
2770
2776
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2771
2777
|
// TriangleDashed aliases
|
|
2772
2778
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2779
|
+
// Triangle aliases
|
|
2780
|
+
export { default as LucideTriangle } from '../icons/triangle';
|
|
2773
2781
|
// TriangleRight aliases
|
|
2774
2782
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2775
2783
|
// Trophy aliases
|
|
2776
2784
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2777
|
-
// Triangle aliases
|
|
2778
|
-
export { default as LucideTriangle } from '../icons/triangle';
|
|
2779
2785
|
// TruckElectric aliases
|
|
2780
2786
|
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2781
2787
|
// Truck aliases
|
|
2782
2788
|
export { default as LucideTruck } from '../icons/truck';
|
|
2783
2789
|
// TurkishLira aliases
|
|
2784
2790
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2785
|
-
// Turntable aliases
|
|
2786
|
-
export { default as LucideTurntable } from '../icons/turntable';
|
|
2787
2791
|
// Turtle aliases
|
|
2788
2792
|
export { default as LucideTurtle } from '../icons/turtle';
|
|
2793
|
+
// Turntable aliases
|
|
2794
|
+
export { default as LucideTurntable } from '../icons/turntable';
|
|
2789
2795
|
// TvMinimalPlay aliases
|
|
2790
2796
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2791
2797
|
// Tv aliases
|
|
@@ -2802,46 +2808,46 @@ export { default as LucideUmbrella } from '../icons/umbrella';
|
|
|
2802
2808
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2803
2809
|
// Undo2 aliases
|
|
2804
2810
|
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2805
|
-
// UndoDot aliases
|
|
2806
|
-
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2807
2811
|
// Undo aliases
|
|
2808
2812
|
export { default as LucideUndo } from '../icons/undo';
|
|
2813
|
+
// UndoDot aliases
|
|
2814
|
+
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2809
2815
|
// UnfoldHorizontal aliases
|
|
2810
2816
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2811
2817
|
// UnfoldVertical aliases
|
|
2812
2818
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2813
|
-
// Ungroup aliases
|
|
2814
|
-
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2815
2819
|
// Unlink2 aliases
|
|
2816
2820
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2821
|
+
// Ungroup aliases
|
|
2822
|
+
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2817
2823
|
// Unlink aliases
|
|
2818
2824
|
export { default as LucideUnlink } from '../icons/unlink';
|
|
2819
2825
|
// Unplug aliases
|
|
2820
2826
|
export { default as LucideUnplug } from '../icons/unplug';
|
|
2821
2827
|
// Upload aliases
|
|
2822
2828
|
export { default as LucideUpload } from '../icons/upload';
|
|
2823
|
-
// Usb aliases
|
|
2824
|
-
export { default as LucideUsb } from '../icons/usb';
|
|
2825
|
-
// UserCog aliases
|
|
2826
|
-
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2827
2829
|
// UserCheck aliases
|
|
2828
2830
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2831
|
+
// UserCog aliases
|
|
2832
|
+
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2833
|
+
// Usb aliases
|
|
2834
|
+
export { default as LucideUsb } from '../icons/usb';
|
|
2829
2835
|
// UserKey aliases
|
|
2830
2836
|
export { default as LucideUserKey } from '../icons/user-key';
|
|
2831
2837
|
// UserLock aliases
|
|
2832
2838
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2833
|
-
// UserMinus aliases
|
|
2834
|
-
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2835
2839
|
// UserPen aliases
|
|
2836
2840
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2841
|
+
// UserMinus aliases
|
|
2842
|
+
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2837
2843
|
// UserPlus aliases
|
|
2838
2844
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2839
2845
|
// UserRoundArrowLeft aliases
|
|
2840
2846
|
export { default as LucideUserRoundArrowLeft } from '../icons/user-round-arrow-left';
|
|
2841
|
-
// UserRoundKey aliases
|
|
2842
|
-
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2843
2847
|
// UserRoundPen aliases
|
|
2844
2848
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2849
|
+
// UserRoundKey aliases
|
|
2850
|
+
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2845
2851
|
// UserRoundSearch aliases
|
|
2846
2852
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2847
2853
|
// UserSearch aliases
|
|
@@ -2866,10 +2872,10 @@ export { default as LucideVault } from '../icons/vault';
|
|
|
2866
2872
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2867
2873
|
// Vegan aliases
|
|
2868
2874
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2869
|
-
// VenusAndMars aliases
|
|
2870
|
-
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2871
2875
|
// VenetianMask aliases
|
|
2872
2876
|
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
2877
|
+
// VenusAndMars aliases
|
|
2878
|
+
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2873
2879
|
// Venus aliases
|
|
2874
2880
|
export { default as LucideVenus } from '../icons/venus';
|
|
2875
2881
|
// VibrateOff aliases
|
|
@@ -2878,10 +2884,10 @@ export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
|
2878
2884
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2879
2885
|
// VideoOff aliases
|
|
2880
2886
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2881
|
-
// Video aliases
|
|
2882
|
-
export { default as LucideVideo } from '../icons/video';
|
|
2883
2887
|
// Videotape aliases
|
|
2884
2888
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2889
|
+
// Video aliases
|
|
2890
|
+
export { default as LucideVideo } from '../icons/video';
|
|
2885
2891
|
// View aliases
|
|
2886
2892
|
export { default as LucideView } from '../icons/view';
|
|
2887
2893
|
// Voicemail aliases
|
|
@@ -2906,10 +2912,10 @@ export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
|
2906
2912
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2907
2913
|
// Wallpaper aliases
|
|
2908
2914
|
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2909
|
-
// Wand aliases
|
|
2910
|
-
export { default as LucideWand } from '../icons/wand';
|
|
2911
2915
|
// Warehouse aliases
|
|
2912
2916
|
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2917
|
+
// Wand aliases
|
|
2918
|
+
export { default as LucideWand } from '../icons/wand';
|
|
2913
2919
|
// WashingMachine aliases
|
|
2914
2920
|
export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
2915
2921
|
// Watch aliases
|
|
@@ -2922,10 +2928,10 @@ export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
|
2922
2928
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2923
2929
|
// WavesVertical aliases
|
|
2924
2930
|
export { default as LucideWavesVertical } from '../icons/waves-vertical';
|
|
2925
|
-
// WebcamOff aliases
|
|
2926
|
-
export { default as LucideWebcamOff } from '../icons/webcam-off';
|
|
2927
2931
|
// Waypoints aliases
|
|
2928
2932
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2933
|
+
// WebcamOff aliases
|
|
2934
|
+
export { default as LucideWebcamOff } from '../icons/webcam-off';
|
|
2929
2935
|
// Webcam aliases
|
|
2930
2936
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2931
2937
|
// WebhookOff aliases
|
|
@@ -2952,10 +2958,10 @@ export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
|
2952
2958
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2953
2959
|
// WifiPen aliases
|
|
2954
2960
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2955
|
-
// WifiSync aliases
|
|
2956
|
-
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2957
2961
|
// WifiZero aliases
|
|
2958
2962
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2963
|
+
// WifiSync aliases
|
|
2964
|
+
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2959
2965
|
// Wifi aliases
|
|
2960
2966
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2961
2967
|
// WindArrowDown aliases
|
|
@@ -2966,20 +2972,20 @@ export { default as LucideWind } from '../icons/wind';
|
|
|
2966
2972
|
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2967
2973
|
// Wine aliases
|
|
2968
2974
|
export { default as LucideWine } from '../icons/wine';
|
|
2969
|
-
// Workflow aliases
|
|
2970
|
-
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2971
2975
|
// Worm aliases
|
|
2972
2976
|
export { default as LucideWorm } from '../icons/worm';
|
|
2977
|
+
// Workflow aliases
|
|
2978
|
+
export { default as LucideWorkflow } from '../icons/workflow';
|
|
2973
2979
|
// WrenchOff aliases
|
|
2974
2980
|
export { default as LucideWrenchOff } from '../icons/wrench-off';
|
|
2975
2981
|
// Wrench aliases
|
|
2976
2982
|
export { default as LucideWrench } from '../icons/wrench';
|
|
2977
2983
|
// XLineTop aliases
|
|
2978
2984
|
export { default as LucideXLineTop } from '../icons/x-line-top';
|
|
2979
|
-
// X aliases
|
|
2980
|
-
export { default as LucideX } from '../icons/x';
|
|
2981
2985
|
// ZapOff aliases
|
|
2982
2986
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2987
|
+
// X aliases
|
|
2988
|
+
export { default as LucideX } from '../icons/x';
|
|
2983
2989
|
// Zap aliases
|
|
2984
2990
|
export { default as LucideZap } from '../icons/zap';
|
|
2985
2991
|
// ZodiacAquarius aliases
|
|
@@ -2988,20 +2994,20 @@ export { default as LucideZodiacAquarius } from '../icons/zodiac-aquarius';
|
|
|
2988
2994
|
export { default as LucideZodiacAries } from '../icons/zodiac-aries';
|
|
2989
2995
|
// ZodiacCancer aliases
|
|
2990
2996
|
export { default as LucideZodiacCancer } from '../icons/zodiac-cancer';
|
|
2991
|
-
// ZodiacCapricorn aliases
|
|
2992
|
-
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
2993
2997
|
// ZodiacGemini aliases
|
|
2994
2998
|
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
2995
|
-
//
|
|
2996
|
-
export { default as
|
|
2999
|
+
// ZodiacCapricorn aliases
|
|
3000
|
+
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
2997
3001
|
// ZodiacLibra aliases
|
|
2998
3002
|
export { default as LucideZodiacLibra } from '../icons/zodiac-libra';
|
|
3003
|
+
// ZodiacLeo aliases
|
|
3004
|
+
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
2999
3005
|
// ZodiacOphiuchus aliases
|
|
3000
3006
|
export { default as LucideZodiacOphiuchus } from '../icons/zodiac-ophiuchus';
|
|
3001
|
-
// ZodiacPisces aliases
|
|
3002
|
-
export { default as LucideZodiacPisces } from '../icons/zodiac-pisces';
|
|
3003
3007
|
// ZodiacSagittarius aliases
|
|
3004
3008
|
export { default as LucideZodiacSagittarius } from '../icons/zodiac-sagittarius';
|
|
3009
|
+
// ZodiacPisces aliases
|
|
3010
|
+
export { default as LucideZodiacPisces } from '../icons/zodiac-pisces';
|
|
3005
3011
|
// ZodiacScorpio aliases
|
|
3006
3012
|
export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
3007
3013
|
// ZodiacTaurus aliases
|
|
@@ -3023,1449 +3029,1449 @@ export { default as LucideArrowUp10 } from '../icons/arrow-up-1-0';
|
|
|
3023
3029
|
// AlarmClockCheck aliases
|
|
3024
3030
|
export { default as LucideAlarmClockCheck } from '../icons/alarm-clock-check';
|
|
3025
3031
|
export {
|
|
3026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead.
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3027
3033
|
default as LucideAlarmCheck
|
|
3028
3034
|
} from '../icons/alarm-clock-check';
|
|
3029
|
-
// AlarmClockPlus aliases
|
|
3030
|
-
export { default as LucideAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
3031
|
-
export {
|
|
3032
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3033
|
-
default as LucideAlarmPlus
|
|
3034
|
-
} from '../icons/alarm-clock-plus';
|
|
3035
3035
|
// AlarmClockMinus aliases
|
|
3036
3036
|
export { default as LucideAlarmClockMinus } from '../icons/alarm-clock-minus';
|
|
3037
3037
|
export {
|
|
3038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead.
|
|
3038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3039
3039
|
default as LucideAlarmMinus
|
|
3040
3040
|
} from '../icons/alarm-clock-minus';
|
|
3041
|
+
// AlarmClockPlus aliases
|
|
3042
|
+
export { default as LucideAlarmClockPlus } from '../icons/alarm-clock-plus';
|
|
3043
|
+
export {
|
|
3044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3045
|
+
default as LucideAlarmPlus
|
|
3046
|
+
} from '../icons/alarm-clock-plus';
|
|
3041
3047
|
// ArrowDownAZ aliases
|
|
3042
3048
|
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
3043
3049
|
export {
|
|
3044
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead.
|
|
3050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3045
3051
|
default as LucideArrowDownAz
|
|
3046
3052
|
} from '../icons/arrow-down-a-z';
|
|
3047
3053
|
// ArrowDownWideNarrow aliases
|
|
3048
3054
|
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
3049
3055
|
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead.
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3051
3057
|
default as LucideSortDesc
|
|
3052
3058
|
} from '../icons/arrow-down-wide-narrow';
|
|
3053
3059
|
// ArrowDownZA aliases
|
|
3054
3060
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
3055
3061
|
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead.
|
|
3062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3057
3063
|
default as LucideArrowDownZa
|
|
3058
3064
|
} from '../icons/arrow-down-z-a';
|
|
3059
3065
|
// ArrowUpAZ aliases
|
|
3060
3066
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
3061
3067
|
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead.
|
|
3068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3063
3069
|
default as LucideArrowUpAz
|
|
3064
3070
|
} from '../icons/arrow-up-a-z';
|
|
3065
3071
|
// ArrowUpNarrowWide aliases
|
|
3066
3072
|
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
3067
3073
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead.
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3069
3075
|
default as LucideSortAsc
|
|
3070
3076
|
} from '../icons/arrow-up-narrow-wide';
|
|
3071
3077
|
// ArrowUpZA aliases
|
|
3072
3078
|
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
3073
3079
|
export {
|
|
3074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead.
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3075
3081
|
default as LucideArrowUpZa
|
|
3076
3082
|
} from '../icons/arrow-up-z-a';
|
|
3077
3083
|
// Axis3d aliases
|
|
3078
3084
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
3079
3085
|
export {
|
|
3080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead.
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3081
3087
|
default as LucideAxis3D
|
|
3082
3088
|
} from '../icons/axis-3d';
|
|
3083
3089
|
// BadgeCheck aliases
|
|
3084
3090
|
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
3085
3091
|
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead.
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3087
3093
|
default as LucideVerified
|
|
3088
3094
|
} from '../icons/badge-check';
|
|
3089
3095
|
// BadgeQuestionMark aliases
|
|
3090
3096
|
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3091
3097
|
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead.
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3093
3099
|
default as LucideBadgeHelp
|
|
3094
3100
|
} from '../icons/badge-question-mark';
|
|
3095
3101
|
// BetweenHorizontalEnd aliases
|
|
3096
3102
|
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3097
3103
|
export {
|
|
3098
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead.
|
|
3104
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3099
3105
|
default as LucideBetweenHorizonalEnd
|
|
3100
3106
|
} from '../icons/between-horizontal-end';
|
|
3101
3107
|
// BetweenHorizontalStart aliases
|
|
3102
3108
|
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3103
3109
|
export {
|
|
3104
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead.
|
|
3110
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3105
3111
|
default as LucideBetweenHorizonalStart
|
|
3106
3112
|
} from '../icons/between-horizontal-start';
|
|
3107
3113
|
// BookDashed aliases
|
|
3108
3114
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3109
3115
|
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead.
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3111
3117
|
default as LucideBookTemplate
|
|
3112
3118
|
} from '../icons/book-dashed';
|
|
3113
3119
|
// Braces aliases
|
|
3114
3120
|
export { default as LucideBraces } from '../icons/braces';
|
|
3115
3121
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead.
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3117
3123
|
default as LucideCurlyBraces
|
|
3118
3124
|
} from '../icons/braces';
|
|
3119
3125
|
// Captions aliases
|
|
3120
3126
|
export { default as LucideCaptions } from '../icons/captions';
|
|
3121
3127
|
export {
|
|
3122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead.
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3123
3129
|
default as LucideSubtitles
|
|
3124
3130
|
} from '../icons/captions';
|
|
3125
3131
|
// ChartArea aliases
|
|
3126
3132
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
3127
3133
|
export {
|
|
3128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead.
|
|
3134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3129
3135
|
default as LucideAreaChart
|
|
3130
3136
|
} from '../icons/chart-area';
|
|
3131
3137
|
// ChartBarBig aliases
|
|
3132
3138
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
3133
3139
|
export {
|
|
3134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead.
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3135
3141
|
default as LucideBarChartHorizontalBig
|
|
3136
3142
|
} from '../icons/chart-bar-big';
|
|
3137
3143
|
// ChartBar aliases
|
|
3138
3144
|
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
3139
3145
|
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead.
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3141
3147
|
default as LucideBarChartHorizontal
|
|
3142
3148
|
} from '../icons/chart-bar';
|
|
3143
|
-
// ChartCandlestick aliases
|
|
3144
|
-
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @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 */
|
|
3147
|
-
default as LucideCandlestickChart
|
|
3148
|
-
} from '../icons/chart-candlestick';
|
|
3149
3149
|
// ChartColumnBig aliases
|
|
3150
3150
|
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3151
3151
|
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead.
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3153
3153
|
default as LucideBarChartBig
|
|
3154
3154
|
} from '../icons/chart-column-big';
|
|
3155
|
+
// ChartCandlestick aliases
|
|
3156
|
+
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3159
|
+
default as LucideCandlestickChart
|
|
3160
|
+
} from '../icons/chart-candlestick';
|
|
3155
3161
|
// ChartColumnIncreasing aliases
|
|
3156
3162
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3157
3163
|
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead.
|
|
3164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3159
3165
|
default as LucideBarChart4
|
|
3160
3166
|
} from '../icons/chart-column-increasing';
|
|
3161
3167
|
// ChartColumn aliases
|
|
3162
3168
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3163
3169
|
export {
|
|
3164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead.
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3165
3171
|
default as LucideBarChart3
|
|
3166
3172
|
} from '../icons/chart-column';
|
|
3167
3173
|
// ChartLine aliases
|
|
3168
3174
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3169
3175
|
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead.
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3171
3177
|
default as LucideLineChart
|
|
3172
3178
|
} from '../icons/chart-line';
|
|
3173
|
-
// ChartNoAxesColumn aliases
|
|
3174
|
-
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3177
|
-
default as LucideBarChart2
|
|
3178
|
-
} from '../icons/chart-no-axes-column';
|
|
3179
3179
|
// ChartNoAxesColumnIncreasing aliases
|
|
3180
3180
|
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3181
3181
|
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead.
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3183
3183
|
default as LucideBarChart
|
|
3184
3184
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3185
|
+
// ChartNoAxesColumn aliases
|
|
3186
|
+
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3189
|
+
default as LucideBarChart2
|
|
3190
|
+
} from '../icons/chart-no-axes-column';
|
|
3185
3191
|
// ChartNoAxesGantt aliases
|
|
3186
3192
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3187
3193
|
export {
|
|
3188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead.
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3189
3195
|
default as LucideGanttChart
|
|
3190
3196
|
} from '../icons/chart-no-axes-gantt';
|
|
3191
3197
|
// ChartPie aliases
|
|
3192
3198
|
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3193
3199
|
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead.
|
|
3200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3195
3201
|
default as LucidePieChart
|
|
3196
3202
|
} from '../icons/chart-pie';
|
|
3197
3203
|
// ChartScatter aliases
|
|
3198
3204
|
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3199
3205
|
export {
|
|
3200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead.
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3201
3207
|
default as LucideScatterChart
|
|
3202
3208
|
} from '../icons/chart-scatter';
|
|
3203
|
-
// CircleArrowDown aliases
|
|
3204
|
-
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3205
|
-
export {
|
|
3206
|
-
/** @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 */
|
|
3207
|
-
default as LucideArrowDownCircle
|
|
3208
|
-
} from '../icons/circle-arrow-down';
|
|
3209
3209
|
// CircleAlert aliases
|
|
3210
3210
|
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3211
3211
|
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead.
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3213
3213
|
default as LucideAlertCircle
|
|
3214
3214
|
} from '../icons/circle-alert';
|
|
3215
|
+
// CircleArrowDown aliases
|
|
3216
|
+
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3219
|
+
default as LucideArrowDownCircle
|
|
3220
|
+
} from '../icons/circle-arrow-down';
|
|
3215
3221
|
// CircleArrowLeft aliases
|
|
3216
3222
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3217
3223
|
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead.
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3219
3225
|
default as LucideArrowLeftCircle
|
|
3220
3226
|
} from '../icons/circle-arrow-left';
|
|
3221
3227
|
// CircleArrowOutDownLeft aliases
|
|
3222
3228
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3223
3229
|
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead.
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3225
3231
|
default as LucideArrowDownLeftFromCircle
|
|
3226
3232
|
} from '../icons/circle-arrow-out-down-left';
|
|
3227
|
-
// CircleArrowOutUpLeft aliases
|
|
3228
|
-
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3229
|
-
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3231
|
-
default as LucideArrowUpLeftFromCircle
|
|
3232
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3233
3233
|
// CircleArrowOutDownRight aliases
|
|
3234
3234
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3235
3235
|
export {
|
|
3236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead.
|
|
3236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3237
3237
|
default as LucideArrowDownRightFromCircle
|
|
3238
3238
|
} from '../icons/circle-arrow-out-down-right';
|
|
3239
|
-
//
|
|
3240
|
-
export { default as
|
|
3239
|
+
// CircleArrowOutUpLeft aliases
|
|
3240
|
+
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3241
3241
|
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3243
|
-
default as
|
|
3244
|
-
} from '../icons/circle-arrow-out-up-
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3243
|
+
default as LucideArrowUpLeftFromCircle
|
|
3244
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3245
3245
|
// CircleArrowRight aliases
|
|
3246
3246
|
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3247
3247
|
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead.
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3249
3249
|
default as LucideArrowRightCircle
|
|
3250
3250
|
} from '../icons/circle-arrow-right';
|
|
3251
|
+
// CircleArrowOutUpRight aliases
|
|
3252
|
+
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3253
|
+
export {
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3255
|
+
default as LucideArrowUpRightFromCircle
|
|
3256
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3251
3257
|
// CircleArrowUp aliases
|
|
3252
3258
|
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3253
3259
|
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead.
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3255
3261
|
default as LucideArrowUpCircle
|
|
3256
3262
|
} from '../icons/circle-arrow-up';
|
|
3257
3263
|
// CircleCheckBig aliases
|
|
3258
3264
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3259
3265
|
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead.
|
|
3266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3261
3267
|
default as LucideCheckCircle
|
|
3262
3268
|
} from '../icons/circle-check-big';
|
|
3263
|
-
// CircleCheck aliases
|
|
3264
|
-
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @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 */
|
|
3267
|
-
default as LucideCheckCircle2
|
|
3268
|
-
} from '../icons/circle-check';
|
|
3269
3269
|
// CircleChevronDown aliases
|
|
3270
3270
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3271
3271
|
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead.
|
|
3272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3273
3273
|
default as LucideChevronDownCircle
|
|
3274
3274
|
} from '../icons/circle-chevron-down';
|
|
3275
3275
|
// CircleChevronLeft aliases
|
|
3276
3276
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3277
3277
|
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead.
|
|
3278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3279
3279
|
default as LucideChevronLeftCircle
|
|
3280
3280
|
} from '../icons/circle-chevron-left';
|
|
3281
|
+
// CircleCheck aliases
|
|
3282
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3285
|
+
default as LucideCheckCircle2
|
|
3286
|
+
} from '../icons/circle-check';
|
|
3281
3287
|
// CircleChevronRight aliases
|
|
3282
3288
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3283
3289
|
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead.
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3285
3291
|
default as LucideChevronRightCircle
|
|
3286
3292
|
} from '../icons/circle-chevron-right';
|
|
3293
|
+
// CircleDivide aliases
|
|
3294
|
+
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3297
|
+
default as LucideDivideCircle
|
|
3298
|
+
} from '../icons/circle-divide';
|
|
3287
3299
|
// CircleChevronUp aliases
|
|
3288
3300
|
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3289
3301
|
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead.
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3291
3303
|
default as LucideChevronUpCircle
|
|
3292
3304
|
} from '../icons/circle-chevron-up';
|
|
3293
3305
|
// CircleGauge aliases
|
|
3294
3306
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3295
3307
|
export {
|
|
3296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead.
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3297
3309
|
default as LucideGaugeCircle
|
|
3298
3310
|
} from '../icons/circle-gauge';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3311
|
+
// CircleParkingOff aliases
|
|
3312
|
+
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3301
3313
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/circle-
|
|
3314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3315
|
+
default as LucideParkingCircleOff
|
|
3316
|
+
} from '../icons/circle-parking-off';
|
|
3305
3317
|
// CircleMinus aliases
|
|
3306
3318
|
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3307
3319
|
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead.
|
|
3320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3309
3321
|
default as LucideMinusCircle
|
|
3310
3322
|
} from '../icons/circle-minus';
|
|
3311
|
-
// CircleParkingOff aliases
|
|
3312
|
-
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3313
|
-
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3315
|
-
default as LucideParkingCircleOff
|
|
3316
|
-
} from '../icons/circle-parking-off';
|
|
3317
3323
|
// CircleParking aliases
|
|
3318
3324
|
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3319
3325
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead.
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3321
3327
|
default as LucideParkingCircle
|
|
3322
3328
|
} from '../icons/circle-parking';
|
|
3323
|
-
// CirclePercent aliases
|
|
3324
|
-
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3327
|
-
default as LucidePercentCircle
|
|
3328
|
-
} from '../icons/circle-percent';
|
|
3329
3329
|
// CirclePause aliases
|
|
3330
3330
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3331
3331
|
export {
|
|
3332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead.
|
|
3332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3333
3333
|
default as LucidePauseCircle
|
|
3334
3334
|
} from '../icons/circle-pause';
|
|
3335
|
-
//
|
|
3336
|
-
export { default as
|
|
3335
|
+
// CirclePercent aliases
|
|
3336
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3337
3337
|
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3339
|
-
default as
|
|
3340
|
-
} from '../icons/circle-
|
|
3338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3339
|
+
default as LucidePercentCircle
|
|
3340
|
+
} from '../icons/circle-percent';
|
|
3341
3341
|
// CirclePlus aliases
|
|
3342
3342
|
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3343
3343
|
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead.
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3345
3345
|
default as LucidePlusCircle
|
|
3346
3346
|
} from '../icons/circle-plus';
|
|
3347
|
+
// CirclePlay aliases
|
|
3348
|
+
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3351
|
+
default as LucidePlayCircle
|
|
3352
|
+
} from '../icons/circle-play';
|
|
3347
3353
|
// CirclePower aliases
|
|
3348
3354
|
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3349
3355
|
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead.
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3351
3357
|
default as LucidePowerCircle
|
|
3352
3358
|
} from '../icons/circle-power';
|
|
3353
3359
|
// CircleQuestionMark aliases
|
|
3354
3360
|
export { default as LucideCircleQuestionMark } from '../icons/circle-question-mark';
|
|
3355
3361
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead.
|
|
3362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3357
3363
|
default as LucideHelpCircle
|
|
3358
3364
|
} from '../icons/circle-question-mark';
|
|
3359
3365
|
export {
|
|
3360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead.
|
|
3366
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3361
3367
|
default as LucideCircleHelp
|
|
3362
3368
|
} from '../icons/circle-question-mark';
|
|
3363
|
-
// CircleStop aliases
|
|
3364
|
-
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @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 */
|
|
3367
|
-
default as LucideStopCircle
|
|
3368
|
-
} from '../icons/circle-stop';
|
|
3369
3369
|
// CircleSlash2 aliases
|
|
3370
3370
|
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3371
3371
|
export {
|
|
3372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead.
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3373
3373
|
default as LucideCircleSlashed
|
|
3374
3374
|
} from '../icons/circle-slash-2';
|
|
3375
|
+
// CircleStop aliases
|
|
3376
|
+
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3377
|
+
export {
|
|
3378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3379
|
+
default as LucideStopCircle
|
|
3380
|
+
} from '../icons/circle-stop';
|
|
3375
3381
|
// CircleUserRound aliases
|
|
3376
3382
|
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3377
3383
|
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead.
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3379
3385
|
default as LucideUserCircle2
|
|
3380
3386
|
} from '../icons/circle-user-round';
|
|
3381
3387
|
// CircleUser aliases
|
|
3382
3388
|
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3383
3389
|
export {
|
|
3384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead.
|
|
3390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3385
3391
|
default as LucideUserCircle
|
|
3386
3392
|
} from '../icons/circle-user';
|
|
3387
3393
|
// CircleX aliases
|
|
3388
3394
|
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3389
3395
|
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead.
|
|
3396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3391
3397
|
default as LucideXCircle
|
|
3392
3398
|
} from '../icons/circle-x';
|
|
3393
3399
|
// ClipboardPenLine aliases
|
|
3394
3400
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3395
3401
|
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead.
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3397
3403
|
default as LucideClipboardSignature
|
|
3398
3404
|
} from '../icons/clipboard-pen-line';
|
|
3399
3405
|
// ClipboardPen aliases
|
|
3400
3406
|
export { default as LucideClipboardPen } from '../icons/clipboard-pen';
|
|
3401
3407
|
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead.
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3403
3409
|
default as LucideClipboardEdit
|
|
3404
3410
|
} from '../icons/clipboard-pen';
|
|
3405
3411
|
// CloudDownload aliases
|
|
3406
3412
|
export { default as LucideCloudDownload } from '../icons/cloud-download';
|
|
3407
3413
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead.
|
|
3414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3409
3415
|
default as LucideDownloadCloud
|
|
3410
3416
|
} from '../icons/cloud-download';
|
|
3411
3417
|
// CloudUpload aliases
|
|
3412
3418
|
export { default as LucideCloudUpload } from '../icons/cloud-upload';
|
|
3413
3419
|
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead.
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3415
3421
|
default as LucideUploadCloud
|
|
3416
3422
|
} from '../icons/cloud-upload';
|
|
3417
3423
|
// CodeXml aliases
|
|
3418
3424
|
export { default as LucideCodeXml } from '../icons/code-xml';
|
|
3419
3425
|
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead.
|
|
3426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3421
3427
|
default as LucideCode2
|
|
3422
3428
|
} from '../icons/code-xml';
|
|
3423
3429
|
// Columns2 aliases
|
|
3424
3430
|
export { default as LucideColumns2 } from '../icons/columns-2';
|
|
3425
3431
|
export {
|
|
3426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead.
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3427
3433
|
default as LucideColumns
|
|
3428
3434
|
} from '../icons/columns-2';
|
|
3429
3435
|
// Columns3Cog aliases
|
|
3430
3436
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3431
3437
|
export {
|
|
3432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead.
|
|
3438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3433
3439
|
default as LucideColumnsSettings
|
|
3434
3440
|
} from '../icons/columns-3-cog';
|
|
3435
3441
|
export {
|
|
3436
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead.
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3437
3443
|
default as LucideTableConfig
|
|
3438
3444
|
} from '../icons/columns-3-cog';
|
|
3439
|
-
// Columns3 aliases
|
|
3440
|
-
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @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 */
|
|
3443
|
-
default as LucidePanelsLeftRight
|
|
3444
|
-
} from '../icons/columns-3';
|
|
3445
3445
|
// DiamondPercent aliases
|
|
3446
3446
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3447
3447
|
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead.
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3449
3449
|
default as LucidePercentDiamond
|
|
3450
3450
|
} from '../icons/diamond-percent';
|
|
3451
|
-
//
|
|
3452
|
-
export { default as
|
|
3451
|
+
// Columns3 aliases
|
|
3452
|
+
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3453
3453
|
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3455
|
-
default as
|
|
3456
|
-
} from '../icons/
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3455
|
+
default as LucidePanelsLeftRight
|
|
3456
|
+
} from '../icons/columns-3';
|
|
3457
3457
|
// ContactRound aliases
|
|
3458
3458
|
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3459
3459
|
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead.
|
|
3460
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3461
3461
|
default as LucideContact2
|
|
3462
3462
|
} from '../icons/contact-round';
|
|
3463
|
+
// Earth aliases
|
|
3464
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3467
|
+
default as LucideGlobe2
|
|
3468
|
+
} from '../icons/earth';
|
|
3463
3469
|
// EllipsisVertical aliases
|
|
3464
3470
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3465
3471
|
export {
|
|
3466
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead.
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3467
3473
|
default as LucideMoreVertical
|
|
3468
3474
|
} from '../icons/ellipsis-vertical';
|
|
3469
3475
|
// Ellipsis aliases
|
|
3470
3476
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3471
3477
|
export {
|
|
3472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead.
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3473
3479
|
default as LucideMoreHorizontal
|
|
3474
3480
|
} from '../icons/ellipsis';
|
|
3475
3481
|
// FileAxis3d aliases
|
|
3476
3482
|
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3477
3483
|
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead.
|
|
3484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3479
3485
|
default as LucideFileAxis3D
|
|
3480
3486
|
} from '../icons/file-axis-3d';
|
|
3481
3487
|
// FileBadge aliases
|
|
3482
3488
|
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3483
3489
|
export {
|
|
3484
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead.
|
|
3490
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3485
3491
|
default as LucideFileBadge2
|
|
3486
3492
|
} from '../icons/file-badge';
|
|
3487
3493
|
// FileBracesCorner aliases
|
|
3488
3494
|
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3489
3495
|
export {
|
|
3490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead.
|
|
3496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3491
3497
|
default as LucideFileJson2
|
|
3492
3498
|
} from '../icons/file-braces-corner';
|
|
3493
3499
|
// FileBraces aliases
|
|
3494
3500
|
export { default as LucideFileBraces } from '../icons/file-braces';
|
|
3495
3501
|
export {
|
|
3496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead.
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3497
3503
|
default as LucideFileJson
|
|
3498
3504
|
} from '../icons/file-braces';
|
|
3499
3505
|
// FileChartColumnIncreasing aliases
|
|
3500
3506
|
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3501
3507
|
export {
|
|
3502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead.
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3503
3509
|
default as LucideFileBarChart
|
|
3504
3510
|
} from '../icons/file-chart-column-increasing';
|
|
3505
3511
|
// FileChartColumn aliases
|
|
3506
3512
|
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3507
3513
|
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead.
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3509
3515
|
default as LucideFileBarChart2
|
|
3510
3516
|
} from '../icons/file-chart-column';
|
|
3511
3517
|
// FileChartLine aliases
|
|
3512
3518
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3513
3519
|
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead.
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3515
3521
|
default as LucideFileLineChart
|
|
3516
3522
|
} from '../icons/file-chart-line';
|
|
3517
3523
|
// FileChartPie aliases
|
|
3518
3524
|
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3519
3525
|
export {
|
|
3520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead.
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3521
3527
|
default as LucideFilePieChart
|
|
3522
3528
|
} from '../icons/file-chart-pie';
|
|
3523
3529
|
// FileCheckCorner aliases
|
|
3524
3530
|
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3525
3531
|
export {
|
|
3526
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead.
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3527
3533
|
default as LucideFileCheck2
|
|
3528
3534
|
} from '../icons/file-check-corner';
|
|
3529
3535
|
// FileCodeCorner aliases
|
|
3530
3536
|
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3531
3537
|
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead.
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3533
3539
|
default as LucideFileCode2
|
|
3534
3540
|
} from '../icons/file-code-corner';
|
|
3535
3541
|
// FileCog aliases
|
|
3536
3542
|
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3537
3543
|
export {
|
|
3538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead.
|
|
3544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3539
3545
|
default as LucideFileCog2
|
|
3540
3546
|
} from '../icons/file-cog';
|
|
3541
3547
|
// FileExclamationPoint aliases
|
|
3542
3548
|
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3543
3549
|
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead.
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3545
3551
|
default as LucideFileWarning
|
|
3546
3552
|
} from '../icons/file-exclamation-point';
|
|
3547
|
-
// FileKey aliases
|
|
3548
|
-
export { default as LucideFileKey } from '../icons/file-key';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @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 */
|
|
3551
|
-
default as LucideFileKey2
|
|
3552
|
-
} from '../icons/file-key';
|
|
3553
3553
|
// FileHeadphone aliases
|
|
3554
3554
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3555
3555
|
export {
|
|
3556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead.
|
|
3556
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. */
|
|
3557
3557
|
default as LucideFileAudio
|
|
3558
3558
|
} from '../icons/file-headphone';
|
|
3559
3559
|
export {
|
|
3560
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead.
|
|
3560
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3561
3561
|
default as LucideFileAudio2
|
|
3562
3562
|
} from '../icons/file-headphone';
|
|
3563
|
+
// FileKey aliases
|
|
3564
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3565
|
+
export {
|
|
3566
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3567
|
+
default as LucideFileKey2
|
|
3568
|
+
} from '../icons/file-key';
|
|
3563
3569
|
// FileLock aliases
|
|
3564
3570
|
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3565
3571
|
export {
|
|
3566
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead.
|
|
3572
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3567
3573
|
default as LucideFileLock2
|
|
3568
3574
|
} from '../icons/file-lock';
|
|
3569
3575
|
// FileMinusCorner aliases
|
|
3570
3576
|
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3571
3577
|
export {
|
|
3572
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead.
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3573
3579
|
default as LucideFileMinus2
|
|
3574
3580
|
} from '../icons/file-minus-corner';
|
|
3575
3581
|
// FilePenLine aliases
|
|
3576
3582
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3577
3583
|
export {
|
|
3578
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead.
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3579
3585
|
default as LucideFileSignature
|
|
3580
3586
|
} from '../icons/file-pen-line';
|
|
3581
3587
|
// FilePen aliases
|
|
3582
3588
|
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3583
3589
|
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead.
|
|
3590
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3585
3591
|
default as LucideFileEdit
|
|
3586
3592
|
} from '../icons/file-pen';
|
|
3587
3593
|
// FilePlay aliases
|
|
3588
3594
|
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3589
3595
|
export {
|
|
3590
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead.
|
|
3596
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3591
3597
|
default as LucideFileVideo
|
|
3592
3598
|
} from '../icons/file-play';
|
|
3593
3599
|
// FilePlusCorner aliases
|
|
3594
3600
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3595
3601
|
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead.
|
|
3602
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3597
3603
|
default as LucideFilePlus2
|
|
3598
3604
|
} from '../icons/file-plus-corner';
|
|
3599
3605
|
// FileQuestionMark aliases
|
|
3600
3606
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3601
3607
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead.
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3603
3609
|
default as LucideFileQuestion
|
|
3604
3610
|
} from '../icons/file-question-mark';
|
|
3605
|
-
// FileSearchCorner aliases
|
|
3606
|
-
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3607
|
-
export {
|
|
3608
|
-
/** @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 */
|
|
3609
|
-
default as LucideFileSearch2
|
|
3610
|
-
} from '../icons/file-search-corner';
|
|
3611
3611
|
// FileSignal aliases
|
|
3612
3612
|
export { default as LucideFileSignal } from '../icons/file-signal';
|
|
3613
3613
|
export {
|
|
3614
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead.
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3615
3615
|
default as LucideFileVolume2
|
|
3616
3616
|
} from '../icons/file-signal';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3617
|
+
// FileSearchCorner aliases
|
|
3618
|
+
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3619
3619
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/file-
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3621
|
+
default as LucideFileSearch2
|
|
3622
|
+
} from '../icons/file-search-corner';
|
|
3623
3623
|
// FileTypeCorner aliases
|
|
3624
3624
|
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3625
3625
|
export {
|
|
3626
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead.
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3627
3627
|
default as LucideFileType2
|
|
3628
3628
|
} from '../icons/file-type-corner';
|
|
3629
|
-
//
|
|
3630
|
-
export { default as
|
|
3629
|
+
// FileVideoCamera aliases
|
|
3630
|
+
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3631
3631
|
export {
|
|
3632
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3633
|
-
default as
|
|
3634
|
-
} from '../icons/
|
|
3632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3633
|
+
default as LucideFileVideo2
|
|
3634
|
+
} from '../icons/file-video-camera';
|
|
3635
3635
|
// FileXCorner aliases
|
|
3636
3636
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3637
3637
|
export {
|
|
3638
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead.
|
|
3638
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3639
3639
|
default as LucideFileX2
|
|
3640
3640
|
} from '../icons/file-x-corner';
|
|
3641
|
+
// FingerprintPattern aliases
|
|
3642
|
+
export { default as LucideFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3643
|
+
export {
|
|
3644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3645
|
+
default as LucideFingerprint
|
|
3646
|
+
} from '../icons/fingerprint-pattern';
|
|
3641
3647
|
// FolderCog aliases
|
|
3642
3648
|
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3643
3649
|
export {
|
|
3644
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead.
|
|
3650
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3645
3651
|
default as LucideFolderCog2
|
|
3646
3652
|
} from '../icons/folder-cog';
|
|
3647
3653
|
// FolderPen aliases
|
|
3648
3654
|
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3649
3655
|
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead.
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3651
3657
|
default as LucideFolderEdit
|
|
3652
3658
|
} from '../icons/folder-pen';
|
|
3653
3659
|
// FunnelX aliases
|
|
3654
3660
|
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3655
3661
|
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead.
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3657
3663
|
default as LucideFilterX
|
|
3658
3664
|
} from '../icons/funnel-x';
|
|
3659
3665
|
// Funnel aliases
|
|
3660
3666
|
export { default as LucideFunnel } from '../icons/funnel';
|
|
3661
3667
|
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead.
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3663
3669
|
default as LucideFilter
|
|
3664
3670
|
} from '../icons/funnel';
|
|
3665
|
-
// GitCommitHorizontal aliases
|
|
3666
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3667
|
-
export {
|
|
3668
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3669
|
-
default as LucideGitCommit
|
|
3670
|
-
} from '../icons/git-commit-horizontal';
|
|
3671
3671
|
// Grid2x2Check aliases
|
|
3672
3672
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3673
3673
|
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead.
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3675
3675
|
default as LucideGrid2X2Check
|
|
3676
3676
|
} from '../icons/grid-2x2-check';
|
|
3677
|
+
// GitCommitHorizontal aliases
|
|
3678
|
+
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3681
|
+
default as LucideGitCommit
|
|
3682
|
+
} from '../icons/git-commit-horizontal';
|
|
3677
3683
|
// Grid2x2Plus aliases
|
|
3678
3684
|
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3679
3685
|
export {
|
|
3680
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead.
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3681
3687
|
default as LucideGrid2X2Plus
|
|
3682
3688
|
} from '../icons/grid-2x2-plus';
|
|
3683
3689
|
// Grid2x2X aliases
|
|
3684
3690
|
export { default as LucideGrid2x2X } from '../icons/grid-2x2-x';
|
|
3685
3691
|
export {
|
|
3686
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead.
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3687
3693
|
default as LucideGrid2X2X
|
|
3688
3694
|
} from '../icons/grid-2x2-x';
|
|
3689
|
-
// Grid2x2 aliases
|
|
3690
|
-
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3691
|
-
export {
|
|
3692
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3693
|
-
default as LucideGrid2X2
|
|
3694
|
-
} from '../icons/grid-2x2';
|
|
3695
3695
|
// Grid3x3 aliases
|
|
3696
3696
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3697
3697
|
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead.
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3699
3699
|
default as LucideGrid
|
|
3700
3700
|
} from '../icons/grid-3x3';
|
|
3701
3701
|
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead.
|
|
3702
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3703
3703
|
default as LucideGrid3X3
|
|
3704
3704
|
} from '../icons/grid-3x3';
|
|
3705
|
-
//
|
|
3706
|
-
export { default as
|
|
3705
|
+
// Grid2x2 aliases
|
|
3706
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3707
3707
|
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3709
|
-
default as
|
|
3710
|
-
} from '../icons/
|
|
3708
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3709
|
+
default as LucideGrid2X2
|
|
3710
|
+
} from '../icons/grid-2x2';
|
|
3711
3711
|
// HandHelping aliases
|
|
3712
3712
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3713
3713
|
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead.
|
|
3714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3715
3715
|
default as LucideHelpingHand
|
|
3716
3716
|
} from '../icons/hand-helping';
|
|
3717
|
+
// HandGrab aliases
|
|
3718
|
+
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3719
|
+
export {
|
|
3720
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3721
|
+
default as LucideGrab
|
|
3722
|
+
} from '../icons/hand-grab';
|
|
3717
3723
|
// House aliases
|
|
3718
3724
|
export { default as LucideHouse } from '../icons/house';
|
|
3719
3725
|
export {
|
|
3720
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead.
|
|
3726
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3721
3727
|
default as LucideHome
|
|
3722
3728
|
} from '../icons/house';
|
|
3723
3729
|
// IceCreamBowl aliases
|
|
3724
3730
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3725
3731
|
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead.
|
|
3732
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3727
3733
|
default as LucideIceCream2
|
|
3728
3734
|
} from '../icons/ice-cream-bowl';
|
|
3729
3735
|
// IceCreamCone aliases
|
|
3730
3736
|
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3731
3737
|
export {
|
|
3732
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead.
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3733
3739
|
default as LucideIceCream
|
|
3734
3740
|
} from '../icons/ice-cream-cone';
|
|
3735
3741
|
// LaptopMinimal aliases
|
|
3736
3742
|
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3737
3743
|
export {
|
|
3738
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead.
|
|
3744
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3739
3745
|
default as LucideLaptop2
|
|
3740
3746
|
} from '../icons/laptop-minimal';
|
|
3741
3747
|
// Layers aliases
|
|
3742
3748
|
export { default as LucideLayers } from '../icons/layers';
|
|
3743
3749
|
export {
|
|
3744
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead.
|
|
3750
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3745
3751
|
default as LucideLayers3
|
|
3746
3752
|
} from '../icons/layers';
|
|
3747
3753
|
// ListIndentDecrease aliases
|
|
3748
3754
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3749
3755
|
export {
|
|
3750
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead.
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3751
3757
|
default as LucideOutdent
|
|
3752
3758
|
} from '../icons/list-indent-decrease';
|
|
3753
3759
|
export {
|
|
3754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead.
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3755
3761
|
default as LucideIndentDecrease
|
|
3756
3762
|
} from '../icons/list-indent-decrease';
|
|
3763
|
+
// LoaderCircle aliases
|
|
3764
|
+
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3767
|
+
default as LucideLoader2
|
|
3768
|
+
} from '../icons/loader-circle';
|
|
3757
3769
|
// ListIndentIncrease aliases
|
|
3758
3770
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3759
3771
|
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead.
|
|
3772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3761
3773
|
default as LucideIndent
|
|
3762
3774
|
} from '../icons/list-indent-increase';
|
|
3763
3775
|
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead.
|
|
3776
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3765
3777
|
default as LucideIndentIncrease
|
|
3766
3778
|
} from '../icons/list-indent-increase';
|
|
3767
|
-
//
|
|
3768
|
-
export { default as
|
|
3779
|
+
// LockKeyholeOpen aliases
|
|
3780
|
+
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3769
3781
|
export {
|
|
3770
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3771
|
-
default as
|
|
3772
|
-
} from '../icons/
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3783
|
+
default as LucideUnlockKeyhole
|
|
3784
|
+
} from '../icons/lock-keyhole-open';
|
|
3773
3785
|
// LockOpen aliases
|
|
3774
3786
|
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3775
3787
|
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead.
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3777
3789
|
default as LucideUnlock
|
|
3778
3790
|
} from '../icons/lock-open';
|
|
3779
|
-
//
|
|
3780
|
-
export { default as
|
|
3791
|
+
// MessageCircleQuestionMark aliases
|
|
3792
|
+
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3781
3793
|
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3783
|
-
default as
|
|
3784
|
-
} from '../icons/
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3795
|
+
default as LucideMessageCircleQuestion
|
|
3796
|
+
} from '../icons/message-circle-question-mark';
|
|
3785
3797
|
// MailQuestionMark aliases
|
|
3786
3798
|
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3787
3799
|
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead.
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3789
3801
|
default as LucideMailQuestion
|
|
3790
3802
|
} from '../icons/mail-question-mark';
|
|
3791
3803
|
// MapPinPen aliases
|
|
3792
3804
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3793
3805
|
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead.
|
|
3806
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3795
3807
|
default as LucideLocationEdit
|
|
3796
3808
|
} from '../icons/map-pin-pen';
|
|
3797
|
-
// MessageCircleQuestionMark aliases
|
|
3798
|
-
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3801
|
-
default as LucideMessageCircleQuestion
|
|
3802
|
-
} from '../icons/message-circle-question-mark';
|
|
3803
3809
|
// MicVocal aliases
|
|
3804
3810
|
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3805
3811
|
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead.
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3807
3813
|
default as LucideMic2
|
|
3808
3814
|
} from '../icons/mic-vocal';
|
|
3809
|
-
// OctagonPause aliases
|
|
3810
|
-
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @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 */
|
|
3813
|
-
default as LucidePauseOctagon
|
|
3814
|
-
} from '../icons/octagon-pause';
|
|
3815
3815
|
// Move3d aliases
|
|
3816
3816
|
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3817
3817
|
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead.
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3819
3819
|
default as LucideMove3D
|
|
3820
3820
|
} from '../icons/move-3d';
|
|
3821
3821
|
// OctagonAlert aliases
|
|
3822
3822
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3823
3823
|
export {
|
|
3824
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead.
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3825
3825
|
default as LucideAlertOctagon
|
|
3826
3826
|
} from '../icons/octagon-alert';
|
|
3827
|
-
//
|
|
3828
|
-
export { default as
|
|
3829
|
-
export {
|
|
3830
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3831
|
-
default as LucideXOctagon
|
|
3832
|
-
} from '../icons/octagon-x';
|
|
3833
|
-
// PaintbrushVertical aliases
|
|
3834
|
-
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3827
|
+
// OctagonPause aliases
|
|
3828
|
+
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3835
3829
|
export {
|
|
3836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3837
|
-
default as
|
|
3838
|
-
} from '../icons/
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3831
|
+
default as LucidePauseOctagon
|
|
3832
|
+
} from '../icons/octagon-pause';
|
|
3839
3833
|
// PanelBottomDashed aliases
|
|
3840
3834
|
export { default as LucidePanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3841
3835
|
export {
|
|
3842
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead.
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3843
3837
|
default as LucidePanelBottomInactive
|
|
3844
3838
|
} from '../icons/panel-bottom-dashed';
|
|
3839
|
+
// OctagonX aliases
|
|
3840
|
+
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3843
|
+
default as LucideXOctagon
|
|
3844
|
+
} from '../icons/octagon-x';
|
|
3845
3845
|
// PanelLeftClose aliases
|
|
3846
3846
|
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3847
3847
|
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead.
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3849
3849
|
default as LucideSidebarClose
|
|
3850
3850
|
} from '../icons/panel-left-close';
|
|
3851
|
+
// PaintbrushVertical aliases
|
|
3852
|
+
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3855
|
+
default as LucidePaintbrush2
|
|
3856
|
+
} from '../icons/paintbrush-vertical';
|
|
3851
3857
|
// PanelLeftDashed aliases
|
|
3852
3858
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3853
3859
|
export {
|
|
3854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead.
|
|
3860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3855
3861
|
default as LucidePanelLeftInactive
|
|
3856
3862
|
} from '../icons/panel-left-dashed';
|
|
3857
3863
|
// PanelLeftOpen aliases
|
|
3858
3864
|
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3859
3865
|
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead.
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3861
3867
|
default as LucideSidebarOpen
|
|
3862
3868
|
} from '../icons/panel-left-open';
|
|
3863
3869
|
// PanelLeft aliases
|
|
3864
3870
|
export { default as LucidePanelLeft } from '../icons/panel-left';
|
|
3865
3871
|
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead.
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3867
3873
|
default as LucideSidebar
|
|
3868
3874
|
} from '../icons/panel-left';
|
|
3869
3875
|
// PanelRightDashed aliases
|
|
3870
3876
|
export { default as LucidePanelRightDashed } from '../icons/panel-right-dashed';
|
|
3871
3877
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead.
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3873
3879
|
default as LucidePanelRightInactive
|
|
3874
3880
|
} from '../icons/panel-right-dashed';
|
|
3875
|
-
// PanelsTopLeft aliases
|
|
3876
|
-
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3879
|
-
default as LucideLayout
|
|
3880
|
-
} from '../icons/panels-top-left';
|
|
3881
3881
|
// PanelTopDashed aliases
|
|
3882
3882
|
export { default as LucidePanelTopDashed } from '../icons/panel-top-dashed';
|
|
3883
3883
|
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead.
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3885
3885
|
default as LucidePanelTopInactive
|
|
3886
3886
|
} from '../icons/panel-top-dashed';
|
|
3887
|
+
// PanelsTopLeft aliases
|
|
3888
|
+
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3891
|
+
default as LucideLayout
|
|
3892
|
+
} from '../icons/panels-top-left';
|
|
3887
3893
|
// PenLine aliases
|
|
3888
3894
|
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3889
3895
|
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead.
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3891
3897
|
default as LucideEdit3
|
|
3892
3898
|
} from '../icons/pen-line';
|
|
3893
|
-
// PlugZap aliases
|
|
3894
|
-
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3897
|
-
default as LucidePlugZap2
|
|
3898
|
-
} from '../icons/plug-zap';
|
|
3899
3899
|
// Pen aliases
|
|
3900
3900
|
export { default as LucidePen } from '../icons/pen';
|
|
3901
3901
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead.
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3903
3903
|
default as LucideEdit2
|
|
3904
3904
|
} from '../icons/pen';
|
|
3905
|
+
// PlugZap aliases
|
|
3906
|
+
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3907
|
+
export {
|
|
3908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3909
|
+
default as LucidePlugZap2
|
|
3910
|
+
} from '../icons/plug-zap';
|
|
3905
3911
|
// RectangleEllipsis aliases
|
|
3906
3912
|
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3907
3913
|
export {
|
|
3908
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead.
|
|
3914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3909
3915
|
default as LucideFormInput
|
|
3910
3916
|
} from '../icons/rectangle-ellipsis';
|
|
3911
3917
|
// Rotate3d aliases
|
|
3912
3918
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3913
3919
|
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead.
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3915
3921
|
default as LucideRotate3D
|
|
3916
3922
|
} from '../icons/rotate-3d';
|
|
3917
3923
|
// Rows2 aliases
|
|
3918
3924
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3919
3925
|
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead.
|
|
3926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
3921
3927
|
default as LucideRows
|
|
3922
3928
|
} from '../icons/rows-2';
|
|
3923
3929
|
// Rows3 aliases
|
|
3924
3930
|
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3925
3931
|
export {
|
|
3926
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead.
|
|
3932
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
3927
3933
|
default as LucidePanelsTopBottom
|
|
3928
3934
|
} from '../icons/rows-3';
|
|
3929
|
-
// SendHorizontal aliases
|
|
3930
|
-
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3931
|
-
export {
|
|
3932
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3933
|
-
default as LucideSendHorizonal
|
|
3934
|
-
} from '../icons/send-horizontal';
|
|
3935
3935
|
// Scale3d aliases
|
|
3936
3936
|
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
3937
3937
|
export {
|
|
3938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead.
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
3939
3939
|
default as LucideScale3D
|
|
3940
3940
|
} from '../icons/scale-3d';
|
|
3941
3941
|
// ShieldQuestionMark aliases
|
|
3942
3942
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3943
3943
|
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead.
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
3945
3945
|
default as LucideShieldQuestion
|
|
3946
3946
|
} from '../icons/shield-question-mark';
|
|
3947
|
-
//
|
|
3948
|
-
export { default as
|
|
3947
|
+
// SendHorizontal aliases
|
|
3948
|
+
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3949
3949
|
export {
|
|
3950
|
-
/** @deprecated
|
|
3951
|
-
default as
|
|
3952
|
-
} from '../icons/
|
|
3950
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3951
|
+
default as LucideSendHorizonal
|
|
3952
|
+
} from '../icons/send-horizontal';
|
|
3953
|
+
// ShieldX aliases
|
|
3954
|
+
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3955
|
+
export {
|
|
3956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3957
|
+
default as LucideShieldClose
|
|
3958
|
+
} from '../icons/shield-x';
|
|
3953
3959
|
// Sparkles aliases
|
|
3954
3960
|
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3955
3961
|
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead.
|
|
3962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3957
3963
|
default as LucideStars
|
|
3958
3964
|
} from '../icons/sparkles';
|
|
3965
|
+
// SlidersVertical aliases
|
|
3966
|
+
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3967
|
+
export {
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
3969
|
+
default as LucideSliders
|
|
3970
|
+
} from '../icons/sliders-vertical';
|
|
3959
3971
|
// SquareActivity aliases
|
|
3960
3972
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3961
3973
|
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead.
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
3963
3975
|
default as LucideActivitySquare
|
|
3964
3976
|
} from '../icons/square-activity';
|
|
3965
|
-
// ShieldX aliases
|
|
3966
|
-
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as LucideShieldClose
|
|
3970
|
-
} from '../icons/shield-x';
|
|
3971
3977
|
// SquareArrowDownLeft aliases
|
|
3972
3978
|
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3973
3979
|
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead.
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
3975
3981
|
default as LucideArrowDownLeftSquare
|
|
3976
3982
|
} from '../icons/square-arrow-down-left';
|
|
3977
3983
|
// SquareArrowDownRight aliases
|
|
3978
3984
|
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3979
3985
|
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead.
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
3981
3987
|
default as LucideArrowDownRightSquare
|
|
3982
3988
|
} from '../icons/square-arrow-down-right';
|
|
3983
3989
|
// SquareArrowDown aliases
|
|
3984
3990
|
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3985
3991
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead.
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
3987
3993
|
default as LucideArrowDownSquare
|
|
3988
3994
|
} from '../icons/square-arrow-down';
|
|
3989
3995
|
// SquareArrowLeft aliases
|
|
3990
3996
|
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
3991
3997
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead.
|
|
3998
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
3993
3999
|
default as LucideArrowLeftSquare
|
|
3994
4000
|
} from '../icons/square-arrow-left';
|
|
3995
4001
|
// SquareArrowOutDownLeft aliases
|
|
3996
4002
|
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3997
4003
|
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead.
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
3999
4005
|
default as LucideArrowDownLeftFromSquare
|
|
4000
4006
|
} from '../icons/square-arrow-out-down-left';
|
|
4001
4007
|
// SquareArrowOutDownRight aliases
|
|
4002
4008
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
4003
4009
|
export {
|
|
4004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead.
|
|
4010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4005
4011
|
default as LucideArrowDownRightFromSquare
|
|
4006
4012
|
} from '../icons/square-arrow-out-down-right';
|
|
4007
4013
|
// SquareArrowOutUpLeft aliases
|
|
4008
4014
|
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
4009
4015
|
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead.
|
|
4016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4011
4017
|
default as LucideArrowUpLeftFromSquare
|
|
4012
4018
|
} from '../icons/square-arrow-out-up-left';
|
|
4013
4019
|
// SquareArrowOutUpRight aliases
|
|
4014
4020
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
4015
4021
|
export {
|
|
4016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead.
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4017
4023
|
default as LucideArrowUpRightFromSquare
|
|
4018
4024
|
} from '../icons/square-arrow-out-up-right';
|
|
4019
4025
|
// SquareArrowRight aliases
|
|
4020
4026
|
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
4021
4027
|
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead.
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4023
4029
|
default as LucideArrowRightSquare
|
|
4024
4030
|
} from '../icons/square-arrow-right';
|
|
4025
4031
|
// SquareArrowUpLeft aliases
|
|
4026
4032
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
4027
4033
|
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead.
|
|
4034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4029
4035
|
default as LucideArrowUpLeftSquare
|
|
4030
4036
|
} from '../icons/square-arrow-up-left';
|
|
4031
4037
|
// SquareArrowUpRight aliases
|
|
4032
4038
|
export { default as LucideSquareArrowUpRight } from '../icons/square-arrow-up-right';
|
|
4033
4039
|
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead.
|
|
4040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4035
4041
|
default as LucideArrowUpRightSquare
|
|
4036
4042
|
} from '../icons/square-arrow-up-right';
|
|
4037
4043
|
// SquareArrowUp aliases
|
|
4038
4044
|
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
4039
4045
|
export {
|
|
4040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead.
|
|
4046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4041
4047
|
default as LucideArrowUpSquare
|
|
4042
4048
|
} from '../icons/square-arrow-up';
|
|
4043
4049
|
// SquareAsterisk aliases
|
|
4044
4050
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
4045
4051
|
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead.
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4047
4053
|
default as LucideAsteriskSquare
|
|
4048
4054
|
} from '../icons/square-asterisk';
|
|
4055
|
+
// SquareBottomDashedScissors aliases
|
|
4056
|
+
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4059
|
+
default as LucideScissorsSquareDashedBottom
|
|
4060
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4049
4061
|
// SquareCenterlineDashedHorizontal aliases
|
|
4050
4062
|
export { default as LucideSquareCenterlineDashedHorizontal } from '../icons/square-centerline-dashed-horizontal';
|
|
4051
4063
|
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead.
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4053
4065
|
default as LucideFlipHorizontal
|
|
4054
4066
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4055
|
-
//
|
|
4056
|
-
export { default as
|
|
4067
|
+
// SquareCenterlineDashedVertical aliases
|
|
4068
|
+
export { default as LucideSquareCenterlineDashedVertical } from '../icons/square-centerline-dashed-vertical';
|
|
4057
4069
|
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4059
|
-
default as
|
|
4060
|
-
} from '../icons/square-
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4071
|
+
default as LucideFlipVertical
|
|
4072
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4061
4073
|
// SquareChartGantt aliases
|
|
4062
4074
|
export { default as LucideSquareChartGantt } from '../icons/square-chart-gantt';
|
|
4063
4075
|
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead.
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4065
4077
|
default as LucideGanttChartSquare
|
|
4066
4078
|
} from '../icons/square-chart-gantt';
|
|
4067
4079
|
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead.
|
|
4080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4069
4081
|
default as LucideSquareGanttChart
|
|
4070
4082
|
} from '../icons/square-chart-gantt';
|
|
4071
|
-
//
|
|
4072
|
-
export { default as
|
|
4083
|
+
// SquareCheckBig aliases
|
|
4084
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
4073
4085
|
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4075
|
-
default as
|
|
4076
|
-
} from '../icons/square-
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4087
|
+
default as LucideCheckSquare
|
|
4088
|
+
} from '../icons/square-check-big';
|
|
4077
4089
|
// SquareCheck aliases
|
|
4078
4090
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
4079
4091
|
export {
|
|
4080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead.
|
|
4092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4081
4093
|
default as LucideCheckSquare2
|
|
4082
4094
|
} from '../icons/square-check';
|
|
4083
|
-
//
|
|
4084
|
-
export { default as
|
|
4095
|
+
// SquareChevronLeft aliases
|
|
4096
|
+
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4085
4097
|
export {
|
|
4086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4087
|
-
default as
|
|
4088
|
-
} from '../icons/square-
|
|
4098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4099
|
+
default as LucideChevronLeftSquare
|
|
4100
|
+
} from '../icons/square-chevron-left';
|
|
4089
4101
|
// SquareChevronDown aliases
|
|
4090
4102
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
4091
4103
|
export {
|
|
4092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead.
|
|
4104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4093
4105
|
default as LucideChevronDownSquare
|
|
4094
4106
|
} from '../icons/square-chevron-down';
|
|
4095
|
-
//
|
|
4096
|
-
export { default as
|
|
4107
|
+
// SquareChevronUp aliases
|
|
4108
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4097
4109
|
export {
|
|
4098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4099
|
-
default as
|
|
4100
|
-
} from '../icons/square-chevron-
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4111
|
+
default as LucideChevronUpSquare
|
|
4112
|
+
} from '../icons/square-chevron-up';
|
|
4101
4113
|
// SquareChevronRight aliases
|
|
4102
4114
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4103
4115
|
export {
|
|
4104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead.
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4105
4117
|
default as LucideChevronRightSquare
|
|
4106
4118
|
} from '../icons/square-chevron-right';
|
|
4107
|
-
// SquareChevronUp aliases
|
|
4108
|
-
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4109
|
-
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4111
|
-
default as LucideChevronUpSquare
|
|
4112
|
-
} from '../icons/square-chevron-up';
|
|
4113
4119
|
// SquareCode aliases
|
|
4114
4120
|
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4115
4121
|
export {
|
|
4116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead.
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4117
4123
|
default as LucideCodeSquare
|
|
4118
4124
|
} from '../icons/square-code';
|
|
4119
4125
|
// SquareDashedKanban aliases
|
|
4120
4126
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
4121
4127
|
export {
|
|
4122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead.
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4123
4129
|
default as LucideKanbanSquareDashed
|
|
4124
4130
|
} from '../icons/square-dashed-kanban';
|
|
4125
|
-
// SquareDashedMousePointer aliases
|
|
4126
|
-
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4127
|
-
export {
|
|
4128
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4129
|
-
default as LucideMousePointerSquareDashed
|
|
4130
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4131
4131
|
// SquareDashedText aliases
|
|
4132
4132
|
export { default as LucideSquareDashedText } from '../icons/square-dashed-text';
|
|
4133
4133
|
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead.
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4135
4135
|
default as LucideTextSelection
|
|
4136
4136
|
} from '../icons/square-dashed-text';
|
|
4137
4137
|
export {
|
|
4138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead.
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4139
4139
|
default as LucideTextSelect
|
|
4140
4140
|
} from '../icons/square-dashed-text';
|
|
4141
|
-
// SquareDashed aliases
|
|
4142
|
-
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @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 */
|
|
4145
|
-
default as LucideBoxSelect
|
|
4146
|
-
} from '../icons/square-dashed';
|
|
4147
4141
|
// SquareDivide aliases
|
|
4148
4142
|
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4149
4143
|
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead.
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4151
4145
|
default as LucideDivideSquare
|
|
4152
4146
|
} from '../icons/square-divide';
|
|
4147
|
+
// SquareDashedMousePointer aliases
|
|
4148
|
+
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4151
|
+
default as LucideMousePointerSquareDashed
|
|
4152
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4153
|
+
// SquareDashed aliases
|
|
4154
|
+
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
4155
|
+
export {
|
|
4156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4157
|
+
default as LucideBoxSelect
|
|
4158
|
+
} from '../icons/square-dashed';
|
|
4153
4159
|
// SquareDot aliases
|
|
4154
4160
|
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4155
4161
|
export {
|
|
4156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead.
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4157
4163
|
default as LucideDotSquare
|
|
4158
4164
|
} from '../icons/square-dot';
|
|
4159
|
-
// SquareEqual aliases
|
|
4160
|
-
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4161
|
-
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4163
|
-
default as LucideEqualSquare
|
|
4164
|
-
} from '../icons/square-equal';
|
|
4165
4165
|
// SquareFunction aliases
|
|
4166
4166
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4167
4167
|
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead.
|
|
4168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4169
4169
|
default as LucideFunctionSquare
|
|
4170
4170
|
} from '../icons/square-function';
|
|
4171
4171
|
// SquareKanban aliases
|
|
4172
4172
|
export { default as LucideSquareKanban } from '../icons/square-kanban';
|
|
4173
4173
|
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead.
|
|
4174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4175
4175
|
default as LucideKanbanSquare
|
|
4176
4176
|
} from '../icons/square-kanban';
|
|
4177
|
+
// SquareEqual aliases
|
|
4178
|
+
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4181
|
+
default as LucideEqualSquare
|
|
4182
|
+
} from '../icons/square-equal';
|
|
4177
4183
|
// SquareLibrary aliases
|
|
4178
4184
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4179
4185
|
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead.
|
|
4186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4181
4187
|
default as LucideLibrarySquare
|
|
4182
4188
|
} from '../icons/square-library';
|
|
4183
4189
|
// SquareM aliases
|
|
4184
4190
|
export { default as LucideSquareM } from '../icons/square-m';
|
|
4185
4191
|
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead.
|
|
4192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4187
4193
|
default as LucideMSquare
|
|
4188
4194
|
} from '../icons/square-m';
|
|
4189
|
-
// SquareMenu aliases
|
|
4190
|
-
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4191
|
-
export {
|
|
4192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4193
|
-
default as LucideMenuSquare
|
|
4194
|
-
} from '../icons/square-menu';
|
|
4195
4195
|
// SquareMinus aliases
|
|
4196
4196
|
export { default as LucideSquareMinus } from '../icons/square-minus';
|
|
4197
4197
|
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead.
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4199
4199
|
default as LucideMinusSquare
|
|
4200
4200
|
} from '../icons/square-minus';
|
|
4201
4201
|
// SquareMousePointer aliases
|
|
4202
4202
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4203
4203
|
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead.
|
|
4204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4205
4205
|
default as LucideInspect
|
|
4206
4206
|
} from '../icons/square-mouse-pointer';
|
|
4207
|
+
// SquareMenu aliases
|
|
4208
|
+
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4211
|
+
default as LucideMenuSquare
|
|
4212
|
+
} from '../icons/square-menu';
|
|
4207
4213
|
// SquareParkingOff aliases
|
|
4208
4214
|
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4209
4215
|
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead.
|
|
4216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4211
4217
|
default as LucideParkingSquareOff
|
|
4212
4218
|
} from '../icons/square-parking-off';
|
|
4213
4219
|
// SquareParking aliases
|
|
4214
4220
|
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4215
4221
|
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead.
|
|
4222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4217
4223
|
default as LucideParkingSquare
|
|
4218
4224
|
} from '../icons/square-parking';
|
|
4219
4225
|
// SquarePen aliases
|
|
4220
4226
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4221
4227
|
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
4228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4223
4229
|
default as LucidePenBox
|
|
4224
4230
|
} from '../icons/square-pen';
|
|
4225
4231
|
export {
|
|
4226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
4232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4227
4233
|
default as LucideEdit
|
|
4228
4234
|
} from '../icons/square-pen';
|
|
4229
4235
|
export {
|
|
4230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead.
|
|
4236
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4231
4237
|
default as LucidePenSquare
|
|
4232
4238
|
} from '../icons/square-pen';
|
|
4233
4239
|
// SquarePercent aliases
|
|
4234
4240
|
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4235
4241
|
export {
|
|
4236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead.
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4237
4243
|
default as LucidePercentSquare
|
|
4238
4244
|
} from '../icons/square-percent';
|
|
4239
4245
|
// SquarePi aliases
|
|
4240
4246
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4241
4247
|
export {
|
|
4242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead.
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4243
4249
|
default as LucidePiSquare
|
|
4244
4250
|
} from '../icons/square-pi';
|
|
4245
4251
|
// SquarePilcrow aliases
|
|
4246
4252
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4247
4253
|
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead.
|
|
4254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4249
4255
|
default as LucidePilcrowSquare
|
|
4250
4256
|
} from '../icons/square-pilcrow';
|
|
4251
4257
|
// SquarePlay aliases
|
|
4252
4258
|
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4253
4259
|
export {
|
|
4254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead.
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4255
4261
|
default as LucidePlaySquare
|
|
4256
4262
|
} from '../icons/square-play';
|
|
4257
4263
|
// SquarePlus aliases
|
|
4258
4264
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4259
4265
|
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead.
|
|
4266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4261
4267
|
default as LucidePlusSquare
|
|
4262
4268
|
} from '../icons/square-plus';
|
|
4263
4269
|
// SquarePower aliases
|
|
4264
4270
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4265
4271
|
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead.
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4267
4273
|
default as LucidePowerSquare
|
|
4268
4274
|
} from '../icons/square-power';
|
|
4269
|
-
// SquareSigma aliases
|
|
4270
|
-
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4271
|
-
export {
|
|
4272
|
-
/** @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 */
|
|
4273
|
-
default as LucideSigmaSquare
|
|
4274
|
-
} from '../icons/square-sigma';
|
|
4275
4275
|
// SquareScissors aliases
|
|
4276
4276
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4277
4277
|
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead.
|
|
4278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4279
4279
|
default as LucideScissorsSquare
|
|
4280
4280
|
} from '../icons/square-scissors';
|
|
4281
|
+
// SquareSigma aliases
|
|
4282
|
+
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4283
|
+
export {
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4285
|
+
default as LucideSigmaSquare
|
|
4286
|
+
} from '../icons/square-sigma';
|
|
4281
4287
|
// SquareSlash aliases
|
|
4282
4288
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4283
4289
|
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead.
|
|
4290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4285
4291
|
default as LucideSlashSquare
|
|
4286
4292
|
} from '../icons/square-slash';
|
|
4287
|
-
// SquareSplitHorizontal aliases
|
|
4288
|
-
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4289
|
-
export {
|
|
4290
|
-
/** @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 */
|
|
4291
|
-
default as LucideSplitSquareHorizontal
|
|
4292
|
-
} from '../icons/square-split-horizontal';
|
|
4293
4293
|
// SquareSplitVertical aliases
|
|
4294
4294
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4295
4295
|
export {
|
|
4296
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead.
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4297
4297
|
default as LucideSplitSquareVertical
|
|
4298
4298
|
} from '../icons/square-split-vertical';
|
|
4299
|
+
// SquareSplitHorizontal aliases
|
|
4300
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4303
|
+
default as LucideSplitSquareHorizontal
|
|
4304
|
+
} from '../icons/square-split-horizontal';
|
|
4299
4305
|
// SquareTerminal aliases
|
|
4300
4306
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4301
4307
|
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead.
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4303
4309
|
default as LucideTerminalSquare
|
|
4304
4310
|
} from '../icons/square-terminal';
|
|
4305
4311
|
// SquareUserRound aliases
|
|
4306
4312
|
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4307
4313
|
export {
|
|
4308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead.
|
|
4314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4309
4315
|
default as LucideUserSquare2
|
|
4310
4316
|
} from '../icons/square-user-round';
|
|
4311
4317
|
// SquareUser aliases
|
|
4312
4318
|
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4313
4319
|
export {
|
|
4314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead.
|
|
4320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4315
4321
|
default as LucideUserSquare
|
|
4316
4322
|
} from '../icons/square-user';
|
|
4317
4323
|
// SquareX aliases
|
|
4318
4324
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4319
4325
|
export {
|
|
4320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead.
|
|
4326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4321
4327
|
default as LucideXSquare
|
|
4322
4328
|
} from '../icons/square-x';
|
|
4323
4329
|
// TestTubeDiagonal aliases
|
|
4324
4330
|
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4325
4331
|
export {
|
|
4326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead.
|
|
4332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4327
4333
|
default as LucideTestTube2
|
|
4328
4334
|
} from '../icons/test-tube-diagonal';
|
|
4329
4335
|
// TextAlignCenter aliases
|
|
4330
4336
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4331
4337
|
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead.
|
|
4338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4333
4339
|
default as LucideAlignCenter
|
|
4334
4340
|
} from '../icons/text-align-center';
|
|
4335
|
-
// TextAlignEnd aliases
|
|
4336
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4337
|
-
export {
|
|
4338
|
-
/** @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 */
|
|
4339
|
-
default as LucideAlignRight
|
|
4340
|
-
} from '../icons/text-align-end';
|
|
4341
4341
|
// TextAlignJustify aliases
|
|
4342
4342
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4343
4343
|
export {
|
|
4344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead.
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4345
4345
|
default as LucideAlignJustify
|
|
4346
4346
|
} from '../icons/text-align-justify';
|
|
4347
|
+
// TextAlignEnd aliases
|
|
4348
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4351
|
+
default as LucideAlignRight
|
|
4352
|
+
} from '../icons/text-align-end';
|
|
4347
4353
|
// TextAlignStart aliases
|
|
4348
4354
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4349
4355
|
export {
|
|
4350
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead.
|
|
4356
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4351
4357
|
default as LucideText
|
|
4352
4358
|
} from '../icons/text-align-start';
|
|
4353
4359
|
export {
|
|
4354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead.
|
|
4360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4355
4361
|
default as LucideAlignLeft
|
|
4356
4362
|
} from '../icons/text-align-start';
|
|
4357
|
-
// TextInitial aliases
|
|
4358
|
-
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4359
|
-
export {
|
|
4360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4361
|
-
default as LucideLetterText
|
|
4362
|
-
} from '../icons/text-initial';
|
|
4363
4363
|
// TextWrap aliases
|
|
4364
4364
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4365
4365
|
export {
|
|
4366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead.
|
|
4366
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4367
4367
|
default as LucideWrapText
|
|
4368
4368
|
} from '../icons/text-wrap';
|
|
4369
|
+
// TextInitial aliases
|
|
4370
|
+
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4371
|
+
export {
|
|
4372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4373
|
+
default as LucideLetterText
|
|
4374
|
+
} from '../icons/text-initial';
|
|
4369
4375
|
// TramFront aliases
|
|
4370
4376
|
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4371
4377
|
export {
|
|
4372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead.
|
|
4378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4373
4379
|
default as LucideTrain
|
|
4374
4380
|
} from '../icons/tram-front';
|
|
4375
4381
|
// TreePalm aliases
|
|
4376
4382
|
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4377
4383
|
export {
|
|
4378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead.
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4379
4385
|
default as LucidePalmtree
|
|
4380
4386
|
} from '../icons/tree-palm';
|
|
4381
4387
|
// TriangleAlert aliases
|
|
4382
4388
|
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4383
4389
|
export {
|
|
4384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead.
|
|
4390
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4385
4391
|
default as LucideAlertTriangle
|
|
4386
4392
|
} from '../icons/triangle-alert';
|
|
4387
4393
|
// TvMinimal aliases
|
|
4388
4394
|
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4389
4395
|
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead.
|
|
4396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4391
4397
|
default as LucideTv2
|
|
4392
4398
|
} from '../icons/tv-minimal';
|
|
4393
4399
|
// University aliases
|
|
4394
4400
|
export { default as LucideUniversity } from '../icons/university';
|
|
4395
4401
|
export {
|
|
4396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead.
|
|
4402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4397
4403
|
default as LucideSchool2
|
|
4398
4404
|
} from '../icons/university';
|
|
4399
4405
|
// UserRoundCheck aliases
|
|
4400
4406
|
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4401
4407
|
export {
|
|
4402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead.
|
|
4408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4403
4409
|
default as LucideUserCheck2
|
|
4404
4410
|
} from '../icons/user-round-check';
|
|
4405
4411
|
// UserRoundCog aliases
|
|
4406
4412
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4407
4413
|
export {
|
|
4408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead.
|
|
4414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4409
4415
|
default as LucideUserCog2
|
|
4410
4416
|
} from '../icons/user-round-cog';
|
|
4411
4417
|
// UserRoundMinus aliases
|
|
4412
4418
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4413
4419
|
export {
|
|
4414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead.
|
|
4420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4415
4421
|
default as LucideUserMinus2
|
|
4416
4422
|
} from '../icons/user-round-minus';
|
|
4417
4423
|
// UserRoundPlus aliases
|
|
4418
4424
|
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4419
4425
|
export {
|
|
4420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead.
|
|
4426
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4421
4427
|
default as LucideUserPlus2
|
|
4422
4428
|
} from '../icons/user-round-plus';
|
|
4423
|
-
// UserRoundX aliases
|
|
4424
|
-
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4425
|
-
export {
|
|
4426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4427
|
-
default as LucideUserX2
|
|
4428
|
-
} from '../icons/user-round-x';
|
|
4429
4429
|
// UserRound aliases
|
|
4430
4430
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4431
4431
|
export {
|
|
4432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead.
|
|
4432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4433
4433
|
default as LucideUser2
|
|
4434
4434
|
} from '../icons/user-round';
|
|
4435
|
+
// UserRoundX aliases
|
|
4436
|
+
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4437
|
+
export {
|
|
4438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4439
|
+
default as LucideUserX2
|
|
4440
|
+
} from '../icons/user-round-x';
|
|
4435
4441
|
// UsersRound aliases
|
|
4436
4442
|
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4437
4443
|
export {
|
|
4438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead.
|
|
4444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4439
4445
|
default as LucideUsers2
|
|
4440
4446
|
} from '../icons/users-round';
|
|
4441
4447
|
// UtensilsCrossed aliases
|
|
4442
4448
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4443
4449
|
export {
|
|
4444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead.
|
|
4450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4445
4451
|
default as LucideForkKnifeCrossed
|
|
4446
4452
|
} from '../icons/utensils-crossed';
|
|
4447
|
-
// Utensils aliases
|
|
4448
|
-
export { default as LucideUtensils } from '../icons/utensils';
|
|
4449
|
-
export {
|
|
4450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4451
|
-
default as LucideForkKnife
|
|
4452
|
-
} from '../icons/utensils';
|
|
4453
4453
|
// WalletMinimal aliases
|
|
4454
4454
|
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4455
4455
|
export {
|
|
4456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead.
|
|
4456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4457
4457
|
default as LucideWallet2
|
|
4458
4458
|
} from '../icons/wallet-minimal';
|
|
4459
|
+
// Utensils aliases
|
|
4460
|
+
export { default as LucideUtensils } from '../icons/utensils';
|
|
4461
|
+
export {
|
|
4462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4463
|
+
default as LucideForkKnife
|
|
4464
|
+
} from '../icons/utensils';
|
|
4459
4465
|
// WandSparkles aliases
|
|
4460
4466
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4461
4467
|
export {
|
|
4462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead.
|
|
4468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4463
4469
|
default as LucideWand2
|
|
4464
4470
|
} from '../icons/wand-sparkles';
|
|
4465
4471
|
// WavesHorizontal aliases
|
|
4466
4472
|
export { default as LucideWavesHorizontal } from '../icons/waves-horizontal';
|
|
4467
4473
|
export {
|
|
4468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead.
|
|
4474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4469
4475
|
default as LucideWaves
|
|
4470
4476
|
} from '../icons/waves-horizontal';
|
|
4471
4477
|
|