@lucide/astro 0.563.0 → 0.564.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +108 -108
- package/src/aliases/prefixed.ts +678 -672
- package/src/aliases/suffixed.ts +1127 -1121
- package/src/icons/bandage.ts +2 -2
- package/src/icons/bell-dot.ts +2 -2
- package/src/icons/book-key.ts +2 -2
- package/src/icons/bug-off.ts +2 -2
- package/src/icons/cloud-alert.ts +2 -2
- package/src/icons/cloud-check.ts +2 -2
- package/src/icons/database-search.ts +18 -0
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/folder-key.ts +2 -2
- package/src/icons/git-branch.ts +2 -2
- package/src/icons/hard-drive.ts +2 -2
- package/src/icons/index.ts +167 -164
- package/src/icons/rotate-ccw-key.ts +2 -2
- package/src/icons/user-key.ts +18 -0
- package/src/icons/user-lock.ts +2 -2
- package/src/icons/user-round-key.ts +18 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -1,27 +1,31 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
3
7
|
// Accessibility aliases
|
|
4
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
5
9
|
// Activity aliases
|
|
6
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
7
|
-
// AirVent aliases
|
|
8
|
-
export { default as LucideAirVent } from '../icons/air-vent';
|
|
9
11
|
// Airplay aliases
|
|
10
12
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
11
|
-
//
|
|
12
|
-
export { default as
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
15
|
// AlarmClock aliases
|
|
14
16
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
15
17
|
// AlarmSmoke aliases
|
|
16
18
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
17
|
-
// Album aliases
|
|
18
|
-
export { default as LucideAlbum } from '../icons/album';
|
|
19
19
|
// AlignCenterHorizontal aliases
|
|
20
20
|
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
21
21
|
// AlignCenterVertical aliases
|
|
22
22
|
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
23
|
+
// AlarmClockOff aliases
|
|
24
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
23
25
|
// AlignEndHorizontal aliases
|
|
24
26
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
27
|
+
// Album aliases
|
|
28
|
+
export { default as LucideAlbum } from '../icons/album';
|
|
25
29
|
// AlignEndVertical aliases
|
|
26
30
|
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
27
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -32,10 +36,10 @@ export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-ho
|
|
|
32
36
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
33
37
|
// AlignHorizontalJustifyCenter aliases
|
|
34
38
|
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
35
|
-
// AlignHorizontalJustifyEnd aliases
|
|
36
|
-
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
37
39
|
// AlignHorizontalJustifyStart aliases
|
|
38
40
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
41
|
+
// AlignHorizontalJustifyEnd aliases
|
|
42
|
+
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
39
43
|
// AlignHorizontalSpaceAround aliases
|
|
40
44
|
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
41
45
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -44,10 +48,10 @@ export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-hor
|
|
|
44
48
|
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
45
49
|
// AlignStartVertical aliases
|
|
46
50
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
47
|
-
// AlignVerticalDistributeCenter aliases
|
|
48
|
-
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
49
51
|
// AlignVerticalDistributeEnd aliases
|
|
50
52
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
51
55
|
// AlignVerticalDistributeStart aliases
|
|
52
56
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
53
57
|
// AlignVerticalJustifyCenter aliases
|
|
@@ -58,12 +62,12 @@ export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertica
|
|
|
58
62
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
59
63
|
// AlignVerticalSpaceAround aliases
|
|
60
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
|
+
// Ambulance aliases
|
|
66
|
+
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
61
67
|
// AlignVerticalSpaceBetween aliases
|
|
62
68
|
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
63
69
|
// Ampersand aliases
|
|
64
70
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
67
71
|
// Ampersands aliases
|
|
68
72
|
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
69
73
|
// Amphora aliases
|
|
@@ -94,10 +98,10 @@ export { default as LucideArchiveX } from '../icons/archive-x';
|
|
|
94
98
|
export { default as LucideArchive } from '../icons/archive';
|
|
95
99
|
// Armchair aliases
|
|
96
100
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
97
|
-
// ArrowBigDownDash aliases
|
|
98
|
-
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
99
101
|
// ArrowBigDown aliases
|
|
100
102
|
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigDownDash aliases
|
|
104
|
+
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
101
105
|
// ArrowBigLeftDash aliases
|
|
102
106
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
103
107
|
// ArrowBigLeft aliases
|
|
@@ -114,22 +118,22 @@ export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-lin
|
|
|
114
118
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
115
119
|
// ArrowDownLeft aliases
|
|
116
120
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
117
|
-
// ArrowDownNarrowWide aliases
|
|
118
|
-
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
119
121
|
// ArrowDownRight aliases
|
|
120
122
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
121
|
-
//
|
|
122
|
-
export { default as
|
|
123
|
+
// ArrowDownNarrowWide aliases
|
|
124
|
+
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
125
|
// ArrowDownToLine aliases
|
|
124
126
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
125
131
|
// ArrowDown aliases
|
|
126
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
127
133
|
// ArrowLeftFromLine aliases
|
|
128
134
|
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
129
135
|
// ArrowLeftRight aliases
|
|
130
136
|
export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
131
|
-
// ArrowDownUp aliases
|
|
132
|
-
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
133
137
|
// ArrowLeftToLine aliases
|
|
134
138
|
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
135
139
|
// ArrowLeft aliases
|
|
@@ -162,10 +166,10 @@ export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
|
162
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
163
167
|
// Asterisk aliases
|
|
164
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
165
|
-
// AtSign aliases
|
|
166
|
-
export { default as LucideAtSign } from '../icons/at-sign';
|
|
167
169
|
// Atom aliases
|
|
168
170
|
export { default as LucideAtom } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as LucideAtSign } from '../icons/at-sign';
|
|
169
173
|
// AudioLines aliases
|
|
170
174
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
171
175
|
// Award aliases
|
|
@@ -176,10 +180,10 @@ export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
|
176
180
|
export { default as LucideAxe } from '../icons/axe';
|
|
177
181
|
// Baby aliases
|
|
178
182
|
export { default as LucideBaby } from '../icons/baby';
|
|
179
|
-
// BadgeAlert aliases
|
|
180
|
-
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
181
183
|
// Backpack aliases
|
|
182
184
|
export { default as LucideBackpack } from '../icons/backpack';
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
183
187
|
// BadgeCent aliases
|
|
184
188
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
185
189
|
// BadgeDollarSign aliases
|
|
@@ -198,10 +202,10 @@ export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
|
198
202
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
199
203
|
// BadgePlus aliases
|
|
200
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
201
|
-
// BadgePoundSterling aliases
|
|
202
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
203
205
|
// BadgeRussianRuble aliases
|
|
204
206
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
205
209
|
// BadgeSwissFranc aliases
|
|
206
210
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
207
211
|
// BadgeTurkishLira aliases
|
|
@@ -214,24 +218,22 @@ export { default as LucideBadge } from '../icons/badge';
|
|
|
214
218
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
215
219
|
// Balloon aliases
|
|
216
220
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
217
|
-
// Banana aliases
|
|
218
|
-
export { default as LucideBanana } from '../icons/banana';
|
|
219
|
-
// Bandage aliases
|
|
220
|
-
export { default as LucideBandage } from '../icons/bandage';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as LucideBan } from '../icons/ban';
|
|
223
|
-
//
|
|
224
|
-
export { default as
|
|
223
|
+
// Bandage aliases
|
|
224
|
+
export { default as LucideBandage } from '../icons/bandage';
|
|
225
|
+
// Banana aliases
|
|
226
|
+
export { default as LucideBanana } from '../icons/banana';
|
|
225
227
|
// BanknoteArrowUp aliases
|
|
226
228
|
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
227
231
|
// BanknoteX aliases
|
|
228
232
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
229
233
|
// Banknote aliases
|
|
230
234
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
231
235
|
// Barcode aliases
|
|
232
236
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
233
|
-
// Barrel aliases
|
|
234
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
235
237
|
// Baseline aliases
|
|
236
238
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
237
239
|
// Bath aliases
|
|
@@ -240,26 +242,28 @@ export { default as LucideBath } from '../icons/bath';
|
|
|
240
242
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
241
243
|
// BatteryFull aliases
|
|
242
244
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
245
|
+
// Barrel aliases
|
|
246
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
245
247
|
// BatteryLow aliases
|
|
246
248
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
247
251
|
// BatteryPlus aliases
|
|
248
252
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
249
253
|
// BatteryWarning aliases
|
|
250
254
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
251
|
-
// Battery aliases
|
|
252
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
253
255
|
// Beaker aliases
|
|
254
256
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
257
|
-
// BedDouble aliases
|
|
258
|
-
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
257
|
+
// Battery aliases
|
|
258
|
+
export { default as LucideBattery } from '../icons/battery';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as LucideBean } from '../icons/bean';
|
|
261
263
|
// BedSingle aliases
|
|
262
264
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
263
267
|
// Bed aliases
|
|
264
268
|
export { default as LucideBed } from '../icons/bed';
|
|
265
269
|
// Beef aliases
|
|
@@ -274,12 +278,12 @@ export { default as LucideBellDot } from '../icons/bell-dot';
|
|
|
274
278
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
275
279
|
// BellMinus aliases
|
|
276
280
|
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as LucideBellOff } from '../icons/bell-off';
|
|
277
283
|
// BellPlus aliases
|
|
278
284
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
279
285
|
// BellRing aliases
|
|
280
286
|
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
281
|
-
// BellOff aliases
|
|
282
|
-
export { default as LucideBellOff } from '../icons/bell-off';
|
|
283
287
|
// Bell aliases
|
|
284
288
|
export { default as LucideBell } from '../icons/bell';
|
|
285
289
|
// BetweenVerticalEnd aliases
|
|
@@ -292,10 +296,10 @@ export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
|
292
296
|
export { default as LucideBike } from '../icons/bike';
|
|
293
297
|
// Binary aliases
|
|
294
298
|
export { default as LucideBinary } from '../icons/binary';
|
|
295
|
-
// Biohazard aliases
|
|
296
|
-
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
297
299
|
// Binoculars aliases
|
|
298
300
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
299
303
|
// Bird aliases
|
|
300
304
|
export { default as LucideBird } from '../icons/bird';
|
|
301
305
|
// Birdhouse aliases
|
|
@@ -312,14 +316,14 @@ export { default as LucideBlocks } from '../icons/blocks';
|
|
|
312
316
|
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
313
317
|
// BluetoothOff aliases
|
|
314
318
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
315
|
-
// BluetoothSearching aliases
|
|
316
|
-
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
317
319
|
// Bluetooth aliases
|
|
318
320
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
319
|
-
//
|
|
320
|
-
export { default as
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
321
323
|
// Bolt aliases
|
|
322
324
|
export { default as LucideBolt } from '../icons/bolt';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as LucideBold } from '../icons/bold';
|
|
323
327
|
// Bomb aliases
|
|
324
328
|
export { default as LucideBomb } from '../icons/bomb';
|
|
325
329
|
// Bone aliases
|
|
@@ -334,10 +338,10 @@ export { default as LucideBookAudio } from '../icons/book-audio';
|
|
|
334
338
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
335
339
|
// BookCopy aliases
|
|
336
340
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
337
|
-
// BookDown aliases
|
|
338
|
-
export { default as LucideBookDown } from '../icons/book-down';
|
|
339
341
|
// BookHeadphones aliases
|
|
340
342
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
343
|
+
// BookDown aliases
|
|
344
|
+
export { default as LucideBookDown } from '../icons/book-down';
|
|
341
345
|
// BookHeart aliases
|
|
342
346
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
343
347
|
// BookImage aliases
|
|
@@ -378,28 +382,28 @@ export { default as LucideBook } from '../icons/book';
|
|
|
378
382
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
379
383
|
// BookmarkPlus aliases
|
|
380
384
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
381
|
-
// BookmarkX aliases
|
|
382
|
-
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
383
385
|
// BookmarkMinus aliases
|
|
384
386
|
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
385
389
|
// Bookmark aliases
|
|
386
390
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
387
391
|
// BoomBox aliases
|
|
388
392
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
389
|
-
// BotMessageSquare aliases
|
|
390
|
-
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
391
393
|
// BotOff aliases
|
|
392
394
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
393
|
-
//
|
|
394
|
-
export { default as
|
|
395
|
+
// BotMessageSquare aliases
|
|
396
|
+
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
395
397
|
// Bot aliases
|
|
396
398
|
export { default as LucideBot } from '../icons/bot';
|
|
399
|
+
// BottleWine aliases
|
|
400
|
+
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
397
401
|
// BowArrow aliases
|
|
398
402
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
399
|
-
// Box aliases
|
|
400
|
-
export { default as LucideBox } from '../icons/box';
|
|
401
403
|
// Boxes aliases
|
|
402
404
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as LucideBox } from '../icons/box';
|
|
403
407
|
// Brackets aliases
|
|
404
408
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
405
409
|
// BrainCircuit aliases
|
|
@@ -412,18 +416,18 @@ export { default as LucideBrain } from '../icons/brain';
|
|
|
412
416
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
413
417
|
// BrickWallShield aliases
|
|
414
418
|
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
415
|
-
// BrickWall aliases
|
|
416
|
-
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
417
419
|
// BriefcaseBusiness aliases
|
|
418
420
|
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
419
421
|
// BriefcaseConveyorBelt aliases
|
|
420
422
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BrickWall aliases
|
|
424
|
+
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
421
425
|
// BriefcaseMedical aliases
|
|
422
426
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
425
427
|
// Briefcase aliases
|
|
426
428
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
429
|
+
// BringToFront aliases
|
|
430
|
+
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
427
431
|
// BrushCleaning aliases
|
|
428
432
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
429
433
|
// Brush aliases
|
|
@@ -454,12 +458,12 @@ export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
|
454
458
|
export { default as LucideCake } from '../icons/cake';
|
|
455
459
|
// Calculator aliases
|
|
456
460
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
457
|
-
// Calendar1 aliases
|
|
458
|
-
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
459
461
|
// CalendarArrowDown aliases
|
|
460
462
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
461
463
|
// CalendarArrowUp aliases
|
|
462
464
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
465
|
+
// Calendar1 aliases
|
|
466
|
+
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
463
467
|
// CalendarCheck2 aliases
|
|
464
468
|
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
465
469
|
// CalendarCheck aliases
|
|
@@ -500,10 +504,10 @@ export { default as LucideCalendar } from '../icons/calendar';
|
|
|
500
504
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
501
505
|
// CameraOff aliases
|
|
502
506
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
503
|
-
// Camera aliases
|
|
504
|
-
export { default as LucideCamera } from '../icons/camera';
|
|
505
507
|
// CandyCane aliases
|
|
506
508
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
509
|
+
// Camera aliases
|
|
510
|
+
export { default as LucideCamera } from '../icons/camera';
|
|
507
511
|
// CandyOff aliases
|
|
508
512
|
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
509
513
|
// Candy aliases
|
|
@@ -512,10 +516,10 @@ export { default as LucideCandy } from '../icons/candy';
|
|
|
512
516
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
513
517
|
// Cannabis aliases
|
|
514
518
|
export { default as LucideCannabis } from '../icons/cannabis';
|
|
515
|
-
// CaptionsOff aliases
|
|
516
|
-
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
517
519
|
// CarFront aliases
|
|
518
520
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
521
|
+
// CaptionsOff aliases
|
|
522
|
+
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
519
523
|
// CarTaxiFront aliases
|
|
520
524
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
521
525
|
// Car aliases
|
|
@@ -534,10 +538,10 @@ export { default as LucideCaseLower } from '../icons/case-lower';
|
|
|
534
538
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
535
539
|
// CassetteTape aliases
|
|
536
540
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
537
|
-
// Castle aliases
|
|
538
|
-
export { default as LucideCastle } from '../icons/castle';
|
|
539
541
|
// Cast aliases
|
|
540
542
|
export { default as LucideCast } from '../icons/cast';
|
|
543
|
+
// Castle aliases
|
|
544
|
+
export { default as LucideCastle } from '../icons/castle';
|
|
541
545
|
// Cat aliases
|
|
542
546
|
export { default as LucideCat } from '../icons/cat';
|
|
543
547
|
// Cctv aliases
|
|
@@ -552,10 +556,10 @@ export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
|
552
556
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
553
557
|
// ChartColumnStacked aliases
|
|
554
558
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
555
|
-
// ChartNetwork aliases
|
|
556
|
-
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
557
559
|
// ChartGantt aliases
|
|
558
560
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
561
|
+
// ChartNetwork aliases
|
|
562
|
+
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
559
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
560
564
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
561
565
|
// ChartNoAxesCombined aliases
|
|
@@ -564,24 +568,20 @@ export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-com
|
|
|
564
568
|
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
565
569
|
// CheckCheck aliases
|
|
566
570
|
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
567
|
-
// AArrowUp aliases
|
|
568
|
-
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
569
|
-
// ALargeSmall aliases
|
|
570
|
-
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
571
|
-
// Check aliases
|
|
572
|
-
export { default as LucideCheck } from '../icons/check';
|
|
573
571
|
// CheckLine aliases
|
|
574
572
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
573
|
+
// Check aliases
|
|
574
|
+
export { default as LucideCheck } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
577
577
|
// Cherry aliases
|
|
578
578
|
export { default as LucideCherry } from '../icons/cherry';
|
|
579
579
|
// ChessKing aliases
|
|
580
580
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
581
|
-
// ChessBishop aliases
|
|
582
|
-
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
583
581
|
// ChessKnight aliases
|
|
584
582
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
583
|
+
// ChessBishop aliases
|
|
584
|
+
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
@@ -598,10 +598,10 @@ export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
|
598
598
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
599
599
|
// ChevronRight aliases
|
|
600
600
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
601
|
-
// ChevronUp aliases
|
|
602
|
-
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
603
601
|
// ChevronsDownUp aliases
|
|
604
602
|
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
603
|
+
// ChevronUp aliases
|
|
604
|
+
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -614,28 +614,28 @@ export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
|
614
614
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
615
615
|
// ChevronsRight aliases
|
|
616
616
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
617
|
-
// ChevronsUpDown aliases
|
|
618
|
-
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
619
617
|
// ChevronsUp aliases
|
|
620
618
|
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
621
621
|
// Church aliases
|
|
622
622
|
export { default as LucideChurch } from '../icons/church';
|
|
623
|
-
// CigaretteOff aliases
|
|
624
|
-
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
625
623
|
// Cigarette aliases
|
|
626
624
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
625
|
+
// CigaretteOff aliases
|
|
626
|
+
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
627
627
|
// CircleDashed aliases
|
|
628
628
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
629
|
-
// CircleDollarSign aliases
|
|
630
|
-
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
631
|
-
// CircleDot aliases
|
|
632
|
-
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
633
629
|
// CircleDotDashed aliases
|
|
634
630
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
631
|
+
// CircleDot aliases
|
|
632
|
+
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
637
635
|
// CircleEllipsis aliases
|
|
638
636
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
637
|
+
// CircleEqual aliases
|
|
638
|
+
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
639
639
|
// CircleFadingArrowUp aliases
|
|
640
640
|
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
@@ -650,10 +650,10 @@ export { default as LucideCirclePoundSterling } from '../icons/circle-pound-ster
|
|
|
650
650
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
651
651
|
// CircleSmall aliases
|
|
652
652
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
653
|
-
// Circle aliases
|
|
654
|
-
export { default as LucideCircle } from '../icons/circle';
|
|
655
653
|
// CircleStar aliases
|
|
656
654
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
655
|
+
// Circle aliases
|
|
656
|
+
export { default as LucideCircle } from '../icons/circle';
|
|
657
657
|
// CircuitBoard aliases
|
|
658
658
|
export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
659
659
|
// Citrus aliases
|
|
@@ -668,10 +668,10 @@ export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
|
668
668
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
669
669
|
// ClipboardList aliases
|
|
670
670
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
671
|
-
// ClipboardPaste aliases
|
|
672
|
-
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
673
671
|
// ClipboardMinus aliases
|
|
674
672
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
673
|
+
// ClipboardPaste aliases
|
|
674
|
+
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
675
675
|
// ClipboardPlus aliases
|
|
676
676
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
677
677
|
// ClipboardType aliases
|
|
@@ -680,56 +680,56 @@ export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
|
680
680
|
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
683
|
+
// Clock11 aliases
|
|
684
|
+
export { default as LucideClock11 } from '../icons/clock-11';
|
|
683
685
|
// Clock1 aliases
|
|
684
686
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
685
687
|
// Clock10 aliases
|
|
686
688
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
687
|
-
// Clock11 aliases
|
|
688
|
-
export { default as LucideClock11 } from '../icons/clock-11';
|
|
689
|
-
// Clock2 aliases
|
|
690
|
-
export { default as LucideClock2 } from '../icons/clock-2';
|
|
691
|
-
// Clock3 aliases
|
|
692
|
-
export { default as LucideClock3 } from '../icons/clock-3';
|
|
693
689
|
// Clock12 aliases
|
|
694
690
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
691
|
+
// Clock3 aliases
|
|
692
|
+
export { default as LucideClock3 } from '../icons/clock-3';
|
|
693
|
+
// Clock2 aliases
|
|
694
|
+
export { default as LucideClock2 } from '../icons/clock-2';
|
|
695
695
|
// Clock4 aliases
|
|
696
696
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
697
697
|
// Clock5 aliases
|
|
698
698
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
699
|
-
// Clock6 aliases
|
|
700
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
701
699
|
// Clock7 aliases
|
|
702
700
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
703
701
|
// Clock8 aliases
|
|
704
702
|
export { default as LucideClock8 } from '../icons/clock-8';
|
|
705
703
|
// Clock9 aliases
|
|
706
704
|
export { default as LucideClock9 } from '../icons/clock-9';
|
|
705
|
+
// Clock6 aliases
|
|
706
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
707
707
|
// ClockAlert aliases
|
|
708
708
|
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
709
709
|
// ClockArrowDown aliases
|
|
710
710
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
711
|
+
// ClockArrowUp aliases
|
|
712
|
+
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
711
713
|
// ClockCheck aliases
|
|
712
714
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
713
715
|
// ClockFading aliases
|
|
714
716
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
715
|
-
// ClockArrowUp aliases
|
|
716
|
-
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
717
717
|
// ClockPlus aliases
|
|
718
718
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as LucideClock } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
722
722
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
723
|
-
// CloudAlert aliases
|
|
724
|
-
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
725
723
|
// CloudBackup aliases
|
|
726
724
|
export { default as LucideCloudBackup } from '../icons/cloud-backup';
|
|
725
|
+
// CloudAlert aliases
|
|
726
|
+
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
727
727
|
// CloudCheck aliases
|
|
728
728
|
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
729
|
-
// CloudDrizzle aliases
|
|
730
|
-
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
731
|
+
// CloudDrizzle aliases
|
|
732
|
+
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
733
733
|
// CloudFog aliases
|
|
734
734
|
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
735
735
|
// CloudHail aliases
|
|
@@ -738,10 +738,10 @@ export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
|
738
738
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
739
739
|
// CloudMoonRain aliases
|
|
740
740
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
741
|
-
// CloudOff aliases
|
|
742
|
-
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
743
741
|
// CloudMoon aliases
|
|
744
742
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
743
|
+
// CloudOff aliases
|
|
744
|
+
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
@@ -754,10 +754,10 @@ export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
|
754
754
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
755
755
|
// CloudSync aliases
|
|
756
756
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
757
|
-
// Cloud aliases
|
|
758
|
-
export { default as LucideCloud } from '../icons/cloud';
|
|
759
757
|
// Cloudy aliases
|
|
760
758
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
759
|
+
// Cloud aliases
|
|
760
|
+
export { default as LucideCloud } from '../icons/cloud';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as LucideClover } from '../icons/clover';
|
|
763
763
|
// Club aliases
|
|
@@ -776,20 +776,20 @@ export { default as LucideCog } from '../icons/cog';
|
|
|
776
776
|
export { default as LucideCoins } from '../icons/coins';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
779
|
-
// Combine aliases
|
|
780
|
-
export { default as LucideCombine } from '../icons/combine';
|
|
781
779
|
// Command aliases
|
|
782
780
|
export { default as LucideCommand } from '../icons/command';
|
|
783
781
|
// Compass aliases
|
|
784
782
|
export { default as LucideCompass } from '../icons/compass';
|
|
785
|
-
//
|
|
786
|
-
export { default as
|
|
783
|
+
// Combine aliases
|
|
784
|
+
export { default as LucideCombine } from '../icons/combine';
|
|
787
785
|
// Component aliases
|
|
788
786
|
export { default as LucideComponent } from '../icons/component';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
787
|
+
// Computer aliases
|
|
788
|
+
export { default as LucideComputer } from '../icons/computer';
|
|
791
789
|
// ConciergeBell aliases
|
|
792
790
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
791
|
+
// Cone aliases
|
|
792
|
+
export { default as LucideCone } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as LucideConstruction } from '../icons/construction';
|
|
795
795
|
// Contact aliases
|
|
@@ -798,48 +798,48 @@ export { default as LucideContact } from '../icons/contact';
|
|
|
798
798
|
export { default as LucideContainer } from '../icons/container';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as LucideContrast } from '../icons/contrast';
|
|
801
|
-
// CookingPot aliases
|
|
802
|
-
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
803
|
-
// CopyCheck aliases
|
|
804
|
-
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
805
801
|
// Cookie aliases
|
|
806
802
|
export { default as LucideCookie } from '../icons/cookie';
|
|
803
|
+
// CookingPot aliases
|
|
804
|
+
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
809
|
-
//
|
|
810
|
-
export { default as
|
|
807
|
+
// CopyCheck aliases
|
|
808
|
+
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
811
809
|
// CopySlash aliases
|
|
812
810
|
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
813
811
|
// CopyX aliases
|
|
814
812
|
export { default as LucideCopyX } from '../icons/copy-x';
|
|
813
|
+
// CopyPlus aliases
|
|
814
|
+
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as LucideCopy } from '../icons/copy';
|
|
817
|
-
// Copyleft aliases
|
|
818
|
-
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
819
817
|
// Copyright aliases
|
|
820
818
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
819
|
+
// Copyleft aliases
|
|
820
|
+
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
821
821
|
// CornerDownLeft aliases
|
|
822
822
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
827
|
-
// CornerLeftUp aliases
|
|
828
|
-
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
831
829
|
// CornerRightUp aliases
|
|
832
830
|
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// CornerLeftUp aliases
|
|
832
|
+
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
835
833
|
// CornerUpRight aliases
|
|
836
834
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
835
|
+
// CornerUpLeft aliases
|
|
836
|
+
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
839
837
|
// CreativeCommons aliases
|
|
840
838
|
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
841
839
|
// CreditCard aliases
|
|
842
840
|
export { default as LucideCreditCard } from '../icons/credit-card';
|
|
841
|
+
// Cpu aliases
|
|
842
|
+
export { default as LucideCpu } from '../icons/cpu';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as LucideCroissant } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
@@ -850,10 +850,10 @@ export { default as LucideCross } from '../icons/cross';
|
|
|
850
850
|
export { default as LucideCrosshair } from '../icons/crosshair';
|
|
851
851
|
// Crown aliases
|
|
852
852
|
export { default as LucideCrown } from '../icons/crown';
|
|
853
|
-
// Cuboid aliases
|
|
854
|
-
export { default as LucideCuboid } from '../icons/cuboid';
|
|
855
853
|
// CupSoda aliases
|
|
856
854
|
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
855
|
+
// Cuboid aliases
|
|
856
|
+
export { default as LucideCuboid } from '../icons/cuboid';
|
|
857
857
|
// Currency aliases
|
|
858
858
|
export { default as LucideCurrency } from '../icons/currency';
|
|
859
859
|
// Cylinder aliases
|
|
@@ -862,14 +862,16 @@ export { default as LucideCylinder } from '../icons/cylinder';
|
|
|
862
862
|
export { default as LucideDam } from '../icons/dam';
|
|
863
863
|
// DatabaseBackup aliases
|
|
864
864
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
865
|
+
// DatabaseSearch aliases
|
|
866
|
+
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
865
867
|
// DatabaseZap aliases
|
|
866
868
|
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
867
|
-
// DecimalsArrowLeft aliases
|
|
868
|
-
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
869
869
|
// Database aliases
|
|
870
870
|
export { default as LucideDatabase } from '../icons/database';
|
|
871
871
|
// DecimalsArrowRight aliases
|
|
872
872
|
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
873
|
+
// DecimalsArrowLeft aliases
|
|
874
|
+
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
873
875
|
// Delete aliases
|
|
874
876
|
export { default as LucideDelete } from '../icons/delete';
|
|
875
877
|
// Dessert aliases
|
|
@@ -888,24 +890,24 @@ export { default as LucideDice1 } from '../icons/dice-1';
|
|
|
888
890
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
889
891
|
// Dice3 aliases
|
|
890
892
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
891
|
-
// Dice4 aliases
|
|
892
|
-
export { default as LucideDice4 } from '../icons/dice-4';
|
|
893
893
|
// Dice5 aliases
|
|
894
894
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
895
|
+
// Dice4 aliases
|
|
896
|
+
export { default as LucideDice4 } from '../icons/dice-4';
|
|
897
897
|
// Dices aliases
|
|
898
898
|
export { default as LucideDices } from '../icons/dices';
|
|
899
899
|
// Diff aliases
|
|
900
900
|
export { default as LucideDiff } from '../icons/diff';
|
|
901
|
-
//
|
|
902
|
-
export { default as
|
|
903
|
-
// DiscAlbum aliases
|
|
904
|
-
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
901
|
+
// Dice6 aliases
|
|
902
|
+
export { default as LucideDice6 } from '../icons/dice-6';
|
|
905
903
|
// Disc2 aliases
|
|
906
904
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
905
|
+
// Disc3 aliases
|
|
906
|
+
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as LucideDisc } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
909
911
|
// Divide aliases
|
|
910
912
|
export { default as LucideDivide } from '../icons/divide';
|
|
911
913
|
// DnaOff aliases
|
|
@@ -920,32 +922,32 @@ export { default as LucideDog } from '../icons/dog';
|
|
|
920
922
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
921
923
|
// Donut aliases
|
|
922
924
|
export { default as LucideDonut } from '../icons/donut';
|
|
923
|
-
// DoorClosed aliases
|
|
924
|
-
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
925
925
|
// DoorClosedLocked aliases
|
|
926
926
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
927
|
-
//
|
|
928
|
-
export { default as
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
931
|
-
// Download aliases
|
|
932
|
-
export { default as LucideDownload } from '../icons/download';
|
|
933
931
|
// DraftingCompass aliases
|
|
934
932
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
933
|
+
// Dot aliases
|
|
934
|
+
export { default as LucideDot } from '../icons/dot';
|
|
935
935
|
// Drama aliases
|
|
936
936
|
export { default as LucideDrama } from '../icons/drama';
|
|
937
937
|
// Dribbble aliases
|
|
938
938
|
export { default as LucideDribbble } from '../icons/dribbble';
|
|
939
|
+
// Download aliases
|
|
940
|
+
export { default as LucideDownload } from '../icons/download';
|
|
939
941
|
// Drill aliases
|
|
940
942
|
export { default as LucideDrill } from '../icons/drill';
|
|
941
943
|
// Drone aliases
|
|
942
944
|
export { default as LucideDrone } from '../icons/drone';
|
|
943
|
-
// DropletOff aliases
|
|
944
|
-
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
946
946
|
export { default as LucideDroplet } from '../icons/droplet';
|
|
947
947
|
// Droplets aliases
|
|
948
948
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
949
|
+
// DropletOff aliases
|
|
950
|
+
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
949
951
|
// Drum aliases
|
|
950
952
|
export { default as LucideDrum } from '../icons/drum';
|
|
951
953
|
// Drumstick aliases
|
|
@@ -968,14 +970,14 @@ export { default as LucideEggOff } from '../icons/egg-off';
|
|
|
968
970
|
export { default as LucideEgg } from '../icons/egg';
|
|
969
971
|
// EqualApproximately aliases
|
|
970
972
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
971
|
-
// EqualNot aliases
|
|
972
|
-
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
973
973
|
// Equal aliases
|
|
974
974
|
export { default as LucideEqual } from '../icons/equal';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
975
|
+
// EqualNot aliases
|
|
976
|
+
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
977
977
|
// EthernetPort aliases
|
|
978
978
|
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
979
|
+
// Eraser aliases
|
|
980
|
+
export { default as LucideEraser } from '../icons/eraser';
|
|
979
981
|
// Euro aliases
|
|
980
982
|
export { default as LucideEuro } from '../icons/euro';
|
|
981
983
|
// EvCharger aliases
|
|
@@ -998,10 +1000,10 @@ export { default as LucideFactory } from '../icons/factory';
|
|
|
998
1000
|
export { default as LucideFan } from '../icons/fan';
|
|
999
1001
|
// FastForward aliases
|
|
1000
1002
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1001
|
-
// Feather aliases
|
|
1002
|
-
export { default as LucideFeather } from '../icons/feather';
|
|
1003
1003
|
// Fence aliases
|
|
1004
1004
|
export { default as LucideFence } from '../icons/fence';
|
|
1005
|
+
// Feather aliases
|
|
1006
|
+
export { default as LucideFeather } from '../icons/feather';
|
|
1005
1007
|
// FerrisWheel aliases
|
|
1006
1008
|
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1007
1009
|
// Figma aliases
|
|
@@ -1012,28 +1014,28 @@ export { default as LucideFileArchive } from '../icons/file-archive';
|
|
|
1012
1014
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
1013
1015
|
// FileCheck aliases
|
|
1014
1016
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1015
|
-
// FileCode aliases
|
|
1016
|
-
export { default as LucideFileCode } from '../icons/file-code';
|
|
1017
1017
|
// FileClock aliases
|
|
1018
1018
|
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1019
|
+
// FileCode aliases
|
|
1020
|
+
export { default as LucideFileCode } from '../icons/file-code';
|
|
1019
1021
|
// FileDiff aliases
|
|
1020
1022
|
export { default as LucideFileDiff } from '../icons/file-diff';
|
|
1021
1023
|
// FileDigit aliases
|
|
1022
1024
|
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1025
|
+
// FileHeart aliases
|
|
1026
|
+
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1023
1027
|
// FileDown aliases
|
|
1024
1028
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
1025
|
-
// FileImage aliases
|
|
1026
|
-
export { default as LucideFileImage } from '../icons/file-image';
|
|
1027
1029
|
// FileInput aliases
|
|
1028
1030
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1029
|
-
//
|
|
1030
|
-
export { default as
|
|
1031
|
+
// FileImage aliases
|
|
1032
|
+
export { default as LucideFileImage } from '../icons/file-image';
|
|
1033
|
+
// FileMusic aliases
|
|
1034
|
+
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1031
1035
|
// FileMinus aliases
|
|
1032
1036
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1033
1037
|
// FileOutput aliases
|
|
1034
1038
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1035
|
-
// FileMusic aliases
|
|
1036
|
-
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1037
1039
|
// FilePlus aliases
|
|
1038
1040
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1039
1041
|
// FileScan aliases
|
|
@@ -1074,18 +1076,18 @@ export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
|
1074
1076
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1075
1077
|
// FishSymbol aliases
|
|
1076
1078
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1077
|
-
// Fish aliases
|
|
1078
|
-
export { default as LucideFish } from '../icons/fish';
|
|
1079
1079
|
// FishingHook aliases
|
|
1080
1080
|
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1081
1081
|
// FlagOff aliases
|
|
1082
1082
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1083
|
-
//
|
|
1084
|
-
export { default as
|
|
1083
|
+
// Fish aliases
|
|
1084
|
+
export { default as LucideFish } from '../icons/fish';
|
|
1085
1085
|
// FlagTriangleLeft aliases
|
|
1086
1086
|
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1087
1087
|
// Flag aliases
|
|
1088
1088
|
export { default as LucideFlag } from '../icons/flag';
|
|
1089
|
+
// FlagTriangleRight aliases
|
|
1090
|
+
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1089
1091
|
// FlameKindling aliases
|
|
1090
1092
|
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1091
1093
|
// Flame aliases
|
|
@@ -1104,32 +1106,32 @@ export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
|
1104
1106
|
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1105
1107
|
// FlipHorizontal aliases
|
|
1106
1108
|
export { default as LucideFlipHorizontal } from '../icons/flip-horizontal';
|
|
1107
|
-
// FlipVertical2 aliases
|
|
1108
|
-
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1109
1109
|
// FlipVertical aliases
|
|
1110
1110
|
export { default as LucideFlipVertical } from '../icons/flip-vertical';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1113
|
-
// Flower aliases
|
|
1114
|
-
export { default as LucideFlower } from '../icons/flower';
|
|
1111
|
+
// FlipVertical2 aliases
|
|
1112
|
+
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1115
1113
|
// Focus aliases
|
|
1116
1114
|
export { default as LucideFocus } from '../icons/focus';
|
|
1115
|
+
// Flower aliases
|
|
1116
|
+
export { default as LucideFlower } from '../icons/flower';
|
|
1117
|
+
// Flower2 aliases
|
|
1118
|
+
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1117
1119
|
// FoldHorizontal aliases
|
|
1118
1120
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1119
|
-
// FoldVertical aliases
|
|
1120
|
-
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1121
1121
|
// FolderArchive aliases
|
|
1122
1122
|
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1123
|
+
// FoldVertical aliases
|
|
1124
|
+
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1127
1127
|
// FolderClosed aliases
|
|
1128
1128
|
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1129
|
-
//
|
|
1130
|
-
export { default as
|
|
1129
|
+
// FolderClock aliases
|
|
1130
|
+
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1131
1131
|
// FolderDot aliases
|
|
1132
1132
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1133
|
+
// FolderCode aliases
|
|
1134
|
+
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1133
1135
|
// FolderDown aliases
|
|
1134
1136
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1135
1137
|
// FolderGit2 aliases
|
|
@@ -1148,36 +1150,36 @@ export { default as LucideFolderKey } from '../icons/folder-key';
|
|
|
1148
1150
|
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1149
1151
|
// FolderMinus aliases
|
|
1150
1152
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1151
|
-
// FolderOpen aliases
|
|
1152
|
-
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
1154
1154
|
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1155
|
-
// FolderPlus aliases
|
|
1156
|
-
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1157
|
+
// FolderPlus aliases
|
|
1158
|
+
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1159
|
+
// FolderOpen aliases
|
|
1160
|
+
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1159
1161
|
// FolderRoot aliases
|
|
1160
1162
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1161
|
-
// FolderSearch2 aliases
|
|
1162
|
-
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1163
1163
|
// FolderSearch aliases
|
|
1164
1164
|
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1165
|
+
// FolderSymlink aliases
|
|
1166
|
+
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1167
|
+
// FolderSearch2 aliases
|
|
1168
|
+
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1165
1169
|
// FolderSync aliases
|
|
1166
1170
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1167
1171
|
// FolderTree aliases
|
|
1168
1172
|
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1169
|
-
// FolderSymlink aliases
|
|
1170
|
-
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1171
1173
|
// FolderUp aliases
|
|
1172
1174
|
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1173
1175
|
// FolderX aliases
|
|
1174
1176
|
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1175
1177
|
// Folder aliases
|
|
1176
1178
|
export { default as LucideFolder } from '../icons/folder';
|
|
1177
|
-
// Folders aliases
|
|
1178
|
-
export { default as LucideFolders } from '../icons/folders';
|
|
1179
1179
|
// Footprints aliases
|
|
1180
1180
|
export { default as LucideFootprints } from '../icons/footprints';
|
|
1181
|
+
// Folders aliases
|
|
1182
|
+
export { default as LucideFolders } from '../icons/folders';
|
|
1181
1183
|
// Forklift aliases
|
|
1182
1184
|
export { default as LucideForklift } from '../icons/forklift';
|
|
1183
1185
|
// Form aliases
|
|
@@ -1198,12 +1200,12 @@ export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
|
1198
1200
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1199
1201
|
// GalleryHorizontalEnd aliases
|
|
1200
1202
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1203
|
+
// GalleryVerticalEnd aliases
|
|
1204
|
+
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1201
1205
|
// GalleryHorizontal aliases
|
|
1202
1206
|
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1203
1207
|
// GalleryThumbnails aliases
|
|
1204
1208
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1205
|
-
// GalleryVerticalEnd aliases
|
|
1206
|
-
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1207
1209
|
// GalleryVertical aliases
|
|
1208
1210
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1209
1211
|
// Gamepad2 aliases
|
|
@@ -1218,10 +1220,10 @@ export { default as LucideGauge } from '../icons/gauge';
|
|
|
1218
1220
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1219
1221
|
// Gem aliases
|
|
1220
1222
|
export { default as LucideGem } from '../icons/gem';
|
|
1221
|
-
// Ghost aliases
|
|
1222
|
-
export { default as LucideGhost } from '../icons/ghost';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1225
|
+
// Ghost aliases
|
|
1226
|
+
export { default as LucideGhost } from '../icons/ghost';
|
|
1225
1227
|
// Gift aliases
|
|
1226
1228
|
export { default as LucideGift } from '../icons/gift';
|
|
1227
1229
|
// GitBranchMinus aliases
|
|
@@ -1234,10 +1236,10 @@ export { default as LucideGitBranch } from '../icons/git-branch';
|
|
|
1234
1236
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1235
1237
|
// GitCompareArrows aliases
|
|
1236
1238
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1237
|
-
// GitFork aliases
|
|
1238
|
-
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1241
|
+
// GitFork aliases
|
|
1242
|
+
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1241
1243
|
// GitGraph aliases
|
|
1242
1244
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1243
1245
|
// GitMerge aliases
|
|
@@ -1280,10 +1282,10 @@ export { default as LucideGrape } from '../icons/grape';
|
|
|
1280
1282
|
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1281
1283
|
// GripHorizontal aliases
|
|
1282
1284
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1283
|
-
// Grip aliases
|
|
1284
|
-
export { default as LucideGrip } from '../icons/grip';
|
|
1285
1285
|
// GripVertical aliases
|
|
1286
1286
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1287
|
+
// Grip aliases
|
|
1288
|
+
export { default as LucideGrip } from '../icons/grip';
|
|
1287
1289
|
// Group aliases
|
|
1288
1290
|
export { default as LucideGroup } from '../icons/group';
|
|
1289
1291
|
// Guitar aliases
|
|
@@ -1316,14 +1318,14 @@ export { default as LucideHardDriveDownload } from '../icons/hard-drive-download
|
|
|
1316
1318
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1317
1319
|
// HardDrive aliases
|
|
1318
1320
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1319
|
-
// HardHat aliases
|
|
1320
|
-
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1321
1321
|
// Hash aliases
|
|
1322
1322
|
export { default as LucideHash } from '../icons/hash';
|
|
1323
|
-
//
|
|
1324
|
-
export { default as
|
|
1323
|
+
// HardHat aliases
|
|
1324
|
+
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1325
1325
|
// Haze aliases
|
|
1326
1326
|
export { default as LucideHaze } from '../icons/haze';
|
|
1327
|
+
// HatGlasses aliases
|
|
1328
|
+
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1327
1329
|
// Hd aliases
|
|
1328
1330
|
export { default as LucideHd } from '../icons/hd';
|
|
1329
1331
|
// HdmiPort aliases
|
|
@@ -1360,10 +1362,10 @@ export { default as LucideHeartOff } from '../icons/heart-off';
|
|
|
1360
1362
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1361
1363
|
// HeartPulse aliases
|
|
1362
1364
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1363
|
-
// Heart aliases
|
|
1364
|
-
export { default as LucideHeart } from '../icons/heart';
|
|
1365
1365
|
// Heater aliases
|
|
1366
1366
|
export { default as LucideHeater } from '../icons/heater';
|
|
1367
|
+
// Heart aliases
|
|
1368
|
+
export { default as LucideHeart } from '../icons/heart';
|
|
1367
1369
|
// Helicopter aliases
|
|
1368
1370
|
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1369
1371
|
// Hexagon aliases
|
|
@@ -1376,10 +1378,10 @@ export { default as LucideHistory } from '../icons/history';
|
|
|
1376
1378
|
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1377
1379
|
// Hop aliases
|
|
1378
1380
|
export { default as LucideHop } from '../icons/hop';
|
|
1379
|
-
// Hospital aliases
|
|
1380
|
-
export { default as LucideHospital } from '../icons/hospital';
|
|
1381
1381
|
// Hotel aliases
|
|
1382
1382
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1383
|
+
// Hospital aliases
|
|
1384
|
+
export { default as LucideHospital } from '../icons/hospital';
|
|
1383
1385
|
// Hourglass aliases
|
|
1384
1386
|
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1385
1387
|
// HouseHeart aliases
|
|
@@ -1394,20 +1396,20 @@ export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
|
1394
1396
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1395
1397
|
// IdCard aliases
|
|
1396
1398
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1397
|
-
// ImageDown aliases
|
|
1398
|
-
export { default as LucideImageDown } from '../icons/image-down';
|
|
1399
1399
|
// ImageMinus aliases
|
|
1400
1400
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1401
|
+
// ImageDown aliases
|
|
1402
|
+
export { default as LucideImageDown } from '../icons/image-down';
|
|
1401
1403
|
// ImageOff aliases
|
|
1402
1404
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1403
|
-
// ImagePlay aliases
|
|
1404
|
-
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1405
1405
|
// ImagePlus aliases
|
|
1406
1406
|
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1407
|
+
// ImagePlay aliases
|
|
1408
|
+
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1409
1409
|
// ImageUpscale aliases
|
|
1410
1410
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as LucideImageUp } from '../icons/image-up';
|
|
1411
1413
|
// Image aliases
|
|
1412
1414
|
export { default as LucideImage } from '../icons/image';
|
|
1413
1415
|
// Images aliases
|
|
@@ -1416,10 +1418,10 @@ export { default as LucideImages } from '../icons/images';
|
|
|
1416
1418
|
export { default as LucideImport } from '../icons/import';
|
|
1417
1419
|
// Inbox aliases
|
|
1418
1420
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1419
|
-
// Infinity aliases
|
|
1420
|
-
export { default as LucideInfinity } from '../icons/infinity';
|
|
1421
1421
|
// IndianRupee aliases
|
|
1422
1422
|
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1423
|
+
// Infinity aliases
|
|
1424
|
+
export { default as LucideInfinity } from '../icons/infinity';
|
|
1423
1425
|
// Info aliases
|
|
1424
1426
|
export { default as LucideInfo } from '../icons/info';
|
|
1425
1427
|
// InspectionPanel aliases
|
|
@@ -1430,22 +1432,22 @@ export { default as LucideInstagram } from '../icons/instagram';
|
|
|
1430
1432
|
export { default as LucideItalic } from '../icons/italic';
|
|
1431
1433
|
// IterationCcw aliases
|
|
1432
1434
|
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1433
|
-
// JapaneseYen aliases
|
|
1434
|
-
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1435
|
-
// Kanban aliases
|
|
1436
|
-
export { default as LucideKanban } from '../icons/kanban';
|
|
1437
1435
|
// IterationCw aliases
|
|
1438
1436
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1437
|
+
// JapaneseYen aliases
|
|
1438
|
+
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as LucideJoystick } from '../icons/joystick';
|
|
1441
|
+
// Kanban aliases
|
|
1442
|
+
export { default as LucideKanban } from '../icons/kanban';
|
|
1441
1443
|
// Kayak aliases
|
|
1442
1444
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1443
1445
|
// KeyRound aliases
|
|
1444
1446
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1445
|
-
// Key aliases
|
|
1446
|
-
export { default as LucideKey } from '../icons/key';
|
|
1447
1447
|
// KeySquare aliases
|
|
1448
1448
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1449
|
+
// Key aliases
|
|
1450
|
+
export { default as LucideKey } from '../icons/key';
|
|
1449
1451
|
// KeyboardMusic aliases
|
|
1450
1452
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1451
1453
|
// KeyboardOff aliases
|
|
@@ -1462,10 +1464,10 @@ export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
|
1462
1464
|
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1463
1465
|
// LampWallUp aliases
|
|
1464
1466
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1465
|
-
// Lamp aliases
|
|
1466
|
-
export { default as LucideLamp } from '../icons/lamp';
|
|
1467
1467
|
// LandPlot aliases
|
|
1468
1468
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1469
|
+
// Lamp aliases
|
|
1470
|
+
export { default as LucideLamp } from '../icons/lamp';
|
|
1469
1471
|
// Landmark aliases
|
|
1470
1472
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1471
1473
|
// Languages aliases
|
|
@@ -1484,10 +1486,10 @@ export { default as LucideLaugh } from '../icons/laugh';
|
|
|
1484
1486
|
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1485
1487
|
// LayersPlus aliases
|
|
1486
1488
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1487
|
-
// LayoutDashboard aliases
|
|
1488
|
-
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1489
1489
|
// LayoutGrid aliases
|
|
1490
1490
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1491
|
+
// LayoutDashboard aliases
|
|
1492
|
+
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1491
1493
|
// LayoutList aliases
|
|
1492
1494
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1493
1495
|
// LayoutPanelLeft aliases
|
|
@@ -1500,10 +1502,10 @@ export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
|
1500
1502
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1501
1503
|
// LeafyGreen aliases
|
|
1502
1504
|
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1503
|
-
// Lectern aliases
|
|
1504
|
-
export { default as LucideLectern } from '../icons/lectern';
|
|
1505
1505
|
// LibraryBig aliases
|
|
1506
1506
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1507
|
+
// Lectern aliases
|
|
1508
|
+
export { default as LucideLectern } from '../icons/lectern';
|
|
1507
1509
|
// Library aliases
|
|
1508
1510
|
export { default as LucideLibrary } from '../icons/library';
|
|
1509
1511
|
// LifeBuoy aliases
|
|
@@ -1534,10 +1536,10 @@ export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down
|
|
|
1534
1536
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1535
1537
|
// ListCollapse aliases
|
|
1536
1538
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListEnd aliases
|
|
1540
1540
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1541
|
+
// ListFilterPlus aliases
|
|
1542
|
+
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1541
1543
|
// ListFilter aliases
|
|
1542
1544
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1543
1545
|
// ListMinus aliases
|
|
@@ -1570,26 +1572,26 @@ export { default as LucideLoader } from '../icons/loader';
|
|
|
1570
1572
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1571
1573
|
// LocateOff aliases
|
|
1572
1574
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1573
|
-
// Locate aliases
|
|
1574
|
-
export { default as LucideLocate } from '../icons/locate';
|
|
1575
1575
|
// LockKeyhole aliases
|
|
1576
1576
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1577
|
+
// Locate aliases
|
|
1578
|
+
export { default as LucideLocate } from '../icons/locate';
|
|
1577
1579
|
// Lock aliases
|
|
1578
1580
|
export { default as LucideLock } from '../icons/lock';
|
|
1579
|
-
// LogIn aliases
|
|
1580
|
-
export { default as LucideLogIn } from '../icons/log-in';
|
|
1581
1581
|
// LogOut aliases
|
|
1582
1582
|
export { default as LucideLogOut } from '../icons/log-out';
|
|
1583
1583
|
// Logs aliases
|
|
1584
1584
|
export { default as LucideLogs } from '../icons/logs';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1585
|
+
// LogIn aliases
|
|
1586
|
+
export { default as LucideLogIn } from '../icons/log-in';
|
|
1587
1587
|
// Luggage aliases
|
|
1588
1588
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1589
|
-
//
|
|
1590
|
-
export { default as
|
|
1589
|
+
// Lollipop aliases
|
|
1590
|
+
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1591
1591
|
// MailCheck aliases
|
|
1592
1592
|
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1593
|
+
// Magnet aliases
|
|
1594
|
+
export { default as LucideMagnet } from '../icons/magnet';
|
|
1593
1595
|
// MailMinus aliases
|
|
1594
1596
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1595
1597
|
// MailOpen aliases
|
|
@@ -1618,24 +1620,24 @@ export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
|
1618
1620
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1619
1621
|
// MapPinMinusInside aliases
|
|
1620
1622
|
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1623
|
+
// MapPinOff aliases
|
|
1624
|
+
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1621
1625
|
// MapPinMinus aliases
|
|
1622
1626
|
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1623
1627
|
// MapPinPlusInside aliases
|
|
1624
1628
|
export { default as LucideMapPinPlusInside } from '../icons/map-pin-plus-inside';
|
|
1625
|
-
// MapPinOff aliases
|
|
1626
|
-
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1627
1629
|
// MapPinPlus aliases
|
|
1628
1630
|
export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
1629
1631
|
// MapPinXInside aliases
|
|
1630
1632
|
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1631
1633
|
// MapPinX aliases
|
|
1632
1634
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1633
|
-
// MapPin aliases
|
|
1634
|
-
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1635
|
-
// MapPlus aliases
|
|
1636
|
-
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1637
1635
|
// MapPinned aliases
|
|
1638
1636
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1637
|
+
// MapPlus aliases
|
|
1638
|
+
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1639
|
+
// MapPin aliases
|
|
1640
|
+
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1639
1641
|
// Map aliases
|
|
1640
1642
|
export { default as LucideMap } from '../icons/map';
|
|
1641
1643
|
// MarsStroke aliases
|
|
@@ -1650,34 +1652,34 @@ export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
|
1650
1652
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1651
1653
|
// Medal aliases
|
|
1652
1654
|
export { default as LucideMedal } from '../icons/medal';
|
|
1653
|
-
// Megaphone aliases
|
|
1654
|
-
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1655
1655
|
// MegaphoneOff aliases
|
|
1656
1656
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1657
|
+
// Megaphone aliases
|
|
1658
|
+
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1657
1659
|
// Meh aliases
|
|
1658
1660
|
export { default as LucideMeh } from '../icons/meh';
|
|
1659
1661
|
// MemoryStick aliases
|
|
1660
1662
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1663
|
+
// Merge aliases
|
|
1664
|
+
export { default as LucideMerge } from '../icons/merge';
|
|
1661
1665
|
// Menu aliases
|
|
1662
1666
|
export { default as LucideMenu } from '../icons/menu';
|
|
1663
1667
|
// MessageCircleCode aliases
|
|
1664
1668
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1665
|
-
// Merge aliases
|
|
1666
|
-
export { default as LucideMerge } from '../icons/merge';
|
|
1667
|
-
// MessageCircleHeart aliases
|
|
1668
|
-
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1669
1669
|
// MessageCircleDashed aliases
|
|
1670
1670
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1671
|
+
// MessageCircleHeart aliases
|
|
1672
|
+
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1671
1673
|
// MessageCircleMore aliases
|
|
1672
1674
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1673
1675
|
// MessageCircleOff aliases
|
|
1674
1676
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1675
1677
|
// MessageCirclePlus aliases
|
|
1676
1678
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1677
|
-
// MessageCircleWarning aliases
|
|
1678
|
-
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1679
1679
|
// MessageCircleReply aliases
|
|
1680
1680
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1681
|
+
// MessageCircleWarning aliases
|
|
1682
|
+
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1681
1683
|
// MessageCircleX aliases
|
|
1682
1684
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1683
1685
|
// MessageCircle aliases
|
|
@@ -1708,26 +1710,26 @@ export { default as LucideMessageSquareReply } from '../icons/message-square-rep
|
|
|
1708
1710
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1709
1711
|
// MessageSquareText aliases
|
|
1710
1712
|
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1711
|
-
// MessageSquareWarning aliases
|
|
1712
|
-
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1713
1713
|
// MessageSquareX aliases
|
|
1714
1714
|
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1715
|
+
// MessageSquareWarning aliases
|
|
1716
|
+
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1715
1717
|
// MessageSquare aliases
|
|
1716
1718
|
export { default as LucideMessageSquare } from '../icons/message-square';
|
|
1717
1719
|
// MessagesSquare aliases
|
|
1718
1720
|
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1719
1721
|
// MicOff aliases
|
|
1720
1722
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1721
|
-
// Mic aliases
|
|
1722
|
-
export { default as LucideMic } from '../icons/mic';
|
|
1723
1723
|
// Microchip aliases
|
|
1724
1724
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1725
|
+
// Mic aliases
|
|
1726
|
+
export { default as LucideMic } from '../icons/mic';
|
|
1725
1727
|
// Microscope aliases
|
|
1726
1728
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1727
|
-
// Milestone aliases
|
|
1728
|
-
export { default as LucideMilestone } from '../icons/milestone';
|
|
1729
1729
|
// Microwave aliases
|
|
1730
1730
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1731
|
+
// Milestone aliases
|
|
1732
|
+
export { default as LucideMilestone } from '../icons/milestone';
|
|
1731
1733
|
// MilkOff aliases
|
|
1732
1734
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1733
1735
|
// Milk aliases
|
|
@@ -1746,16 +1748,16 @@ export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
|
1746
1748
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1747
1749
|
// MonitorDot aliases
|
|
1748
1750
|
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1749
|
-
// MonitorDown aliases
|
|
1750
|
-
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1751
1751
|
// MonitorOff aliases
|
|
1752
1752
|
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1753
|
+
// MonitorDown aliases
|
|
1754
|
+
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1753
1755
|
// MonitorPause aliases
|
|
1754
1756
|
export { default as LucideMonitorPause } from '../icons/monitor-pause';
|
|
1755
|
-
// MonitorPlay aliases
|
|
1756
|
-
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1757
1757
|
// MonitorSmartphone aliases
|
|
1758
1758
|
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1759
|
+
// MonitorPlay aliases
|
|
1760
|
+
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1759
1761
|
// MonitorSpeaker aliases
|
|
1760
1762
|
export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1761
1763
|
// MonitorStop aliases
|
|
@@ -1802,18 +1804,18 @@ export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
|
1802
1804
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1803
1805
|
// MoveHorizontal aliases
|
|
1804
1806
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1805
|
-
// MoveRight aliases
|
|
1806
|
-
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1807
1807
|
// MoveLeft aliases
|
|
1808
1808
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1809
|
+
// MoveRight aliases
|
|
1810
|
+
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1809
1811
|
// MoveUpLeft aliases
|
|
1810
1812
|
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1813
|
+
// MoveUpRight aliases
|
|
1814
|
+
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1811
1815
|
// MoveUp aliases
|
|
1812
1816
|
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1813
1817
|
// MoveVertical aliases
|
|
1814
1818
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1815
|
-
// MoveUpRight aliases
|
|
1816
|
-
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1817
1819
|
// Move aliases
|
|
1818
1820
|
export { default as LucideMove } from '../icons/move';
|
|
1819
1821
|
// Music2 aliases
|
|
@@ -1860,16 +1862,16 @@ export { default as LucideNut } from '../icons/nut';
|
|
|
1860
1862
|
export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
1861
1863
|
// Octagon aliases
|
|
1862
1864
|
export { default as LucideOctagon } from '../icons/octagon';
|
|
1863
|
-
// Option aliases
|
|
1864
|
-
export { default as LucideOption } from '../icons/option';
|
|
1865
1865
|
// Omega aliases
|
|
1866
1866
|
export { default as LucideOmega } from '../icons/omega';
|
|
1867
|
+
// Option aliases
|
|
1868
|
+
export { default as LucideOption } from '../icons/option';
|
|
1867
1869
|
// Orbit aliases
|
|
1868
1870
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1869
|
-
// Package2 aliases
|
|
1870
|
-
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1871
1871
|
// Origami aliases
|
|
1872
1872
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1873
|
+
// Package2 aliases
|
|
1874
|
+
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1873
1875
|
// PackageCheck aliases
|
|
1874
1876
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1875
1877
|
// PackageMinus aliases
|
|
@@ -1896,10 +1898,10 @@ export { default as LucidePalette } from '../icons/palette';
|
|
|
1896
1898
|
export { default as LucidePanda } from '../icons/panda';
|
|
1897
1899
|
// PanelBottomClose aliases
|
|
1898
1900
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1899
|
-
// PanelBottomOpen aliases
|
|
1900
|
-
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1901
1901
|
// PanelBottom aliases
|
|
1902
1902
|
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1903
|
+
// PanelBottomOpen aliases
|
|
1904
|
+
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1903
1905
|
// PanelLeftRightDashed aliases
|
|
1904
1906
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1905
1907
|
// PanelRightClose aliases
|
|
@@ -1916,62 +1918,62 @@ export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
|
1916
1918
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1917
1919
|
// PanelTop aliases
|
|
1918
1920
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1919
|
-
// PanelsRightBottom aliases
|
|
1920
|
-
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1921
1921
|
// PanelsLeftBottom aliases
|
|
1922
1922
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1923
|
+
// PanelsRightBottom aliases
|
|
1924
|
+
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1925
1925
|
// Paperclip aliases
|
|
1926
1926
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1927
|
+
// Parentheses aliases
|
|
1928
|
+
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1927
1929
|
// ParkingMeter aliases
|
|
1928
1930
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1929
1931
|
// PartyPopper aliases
|
|
1930
1932
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1931
|
-
// Pause aliases
|
|
1932
|
-
export { default as LucidePause } from '../icons/pause';
|
|
1933
1933
|
// PawPrint aliases
|
|
1934
1934
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1935
|
+
// Pause aliases
|
|
1936
|
+
export { default as LucidePause } from '../icons/pause';
|
|
1935
1937
|
// PcCase aliases
|
|
1936
1938
|
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1937
1939
|
// PenOff aliases
|
|
1938
1940
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1939
|
-
// PenTool aliases
|
|
1940
|
-
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1941
1941
|
// PencilLine aliases
|
|
1942
1942
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1943
|
-
//
|
|
1944
|
-
export { default as
|
|
1943
|
+
// PenTool aliases
|
|
1944
|
+
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1945
1945
|
// PencilRuler aliases
|
|
1946
1946
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1947
|
+
// PencilOff aliases
|
|
1948
|
+
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1947
1949
|
// Pencil aliases
|
|
1948
1950
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1949
1951
|
// Pentagon aliases
|
|
1950
1952
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1951
|
-
// Percent aliases
|
|
1952
|
-
export { default as LucidePercent } from '../icons/percent';
|
|
1953
1953
|
// PersonStanding aliases
|
|
1954
1954
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1955
|
-
//
|
|
1956
|
-
export { default as
|
|
1955
|
+
// Percent aliases
|
|
1956
|
+
export { default as LucidePercent } from '../icons/percent';
|
|
1957
1957
|
// PhoneCall aliases
|
|
1958
1958
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1959
|
+
// PhilippinePeso aliases
|
|
1960
|
+
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1959
1961
|
// PhoneForwarded aliases
|
|
1960
1962
|
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1961
1963
|
// PhoneIncoming aliases
|
|
1962
1964
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1963
|
-
// PhoneMissed aliases
|
|
1964
|
-
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1965
1965
|
// PhoneOff aliases
|
|
1966
1966
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
1967
1967
|
// PhoneOutgoing aliases
|
|
1968
1968
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1969
|
+
// PhoneMissed aliases
|
|
1970
|
+
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1971
|
+
// Pi aliases
|
|
1972
|
+
export { default as LucidePi } from '../icons/pi';
|
|
1969
1973
|
// Phone aliases
|
|
1970
1974
|
export { default as LucidePhone } from '../icons/phone';
|
|
1971
1975
|
// Piano aliases
|
|
1972
1976
|
export { default as LucidePiano } from '../icons/piano';
|
|
1973
|
-
// Pi aliases
|
|
1974
|
-
export { default as LucidePi } from '../icons/pi';
|
|
1975
1977
|
// Pickaxe aliases
|
|
1976
1978
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
1977
1979
|
// PictureInPicture2 aliases
|
|
@@ -2016,36 +2018,36 @@ export { default as LucidePlus } from '../icons/plus';
|
|
|
2016
2018
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2017
2019
|
// Pocket aliases
|
|
2018
2020
|
export { default as LucidePocket } from '../icons/pocket';
|
|
2019
|
-
// PointerOff aliases
|
|
2020
|
-
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2021
2021
|
// Podcast aliases
|
|
2022
2022
|
export { default as LucidePodcast } from '../icons/podcast';
|
|
2023
2023
|
// Pointer aliases
|
|
2024
2024
|
export { default as LucidePointer } from '../icons/pointer';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2025
|
+
// PointerOff aliases
|
|
2026
|
+
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2027
2027
|
// Popsicle aliases
|
|
2028
2028
|
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2029
|
+
// Popcorn aliases
|
|
2030
|
+
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2029
2031
|
// PoundSterling aliases
|
|
2030
2032
|
export { default as LucidePoundSterling } from '../icons/pound-sterling';
|
|
2031
|
-
// Power aliases
|
|
2032
|
-
export { default as LucidePower } from '../icons/power';
|
|
2033
2033
|
// PowerOff aliases
|
|
2034
2034
|
export { default as LucidePowerOff } from '../icons/power-off';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2035
|
+
// Power aliases
|
|
2036
|
+
export { default as LucidePower } from '../icons/power';
|
|
2037
2037
|
// PrinterCheck aliases
|
|
2038
2038
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2039
|
+
// Presentation aliases
|
|
2040
|
+
export { default as LucidePresentation } from '../icons/presentation';
|
|
2039
2041
|
// PrinterX aliases
|
|
2040
2042
|
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2041
2043
|
// Printer aliases
|
|
2042
2044
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2043
2045
|
// Projector aliases
|
|
2044
2046
|
export { default as LucideProjector } from '../icons/projector';
|
|
2045
|
-
// Puzzle aliases
|
|
2046
|
-
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2047
2047
|
// Proportions aliases
|
|
2048
2048
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2049
|
+
// Puzzle aliases
|
|
2050
|
+
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2049
2051
|
// Pyramid aliases
|
|
2050
2052
|
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2051
2053
|
// QrCode aliases
|
|
@@ -2054,16 +2056,16 @@ export { default as LucideQrCode } from '../icons/qr-code';
|
|
|
2054
2056
|
export { default as LucideQuote } from '../icons/quote';
|
|
2055
2057
|
// Rabbit aliases
|
|
2056
2058
|
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2057
|
-
// Radiation aliases
|
|
2058
|
-
export { default as LucideRadiation } from '../icons/radiation';
|
|
2059
2059
|
// Radar aliases
|
|
2060
2060
|
export { default as LucideRadar } from '../icons/radar';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2061
|
+
// Radiation aliases
|
|
2062
|
+
export { default as LucideRadiation } from '../icons/radiation';
|
|
2063
2063
|
// Radical aliases
|
|
2064
2064
|
export { default as LucideRadical } from '../icons/radical';
|
|
2065
2065
|
// RadioTower aliases
|
|
2066
2066
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2067
|
+
// RadioReceiver aliases
|
|
2068
|
+
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2067
2069
|
// Radio aliases
|
|
2068
2070
|
export { default as LucideRadio } from '../icons/radio';
|
|
2069
2071
|
// Radius aliases
|
|
@@ -2072,12 +2074,12 @@ export { default as LucideRadius } from '../icons/radius';
|
|
|
2072
2074
|
export { default as LucideRailSymbol } from '../icons/rail-symbol';
|
|
2073
2075
|
// Rainbow aliases
|
|
2074
2076
|
export { default as LucideRainbow } from '../icons/rainbow';
|
|
2077
|
+
// Rat aliases
|
|
2078
|
+
export { default as LucideRat } from '../icons/rat';
|
|
2075
2079
|
// Ratio aliases
|
|
2076
2080
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2077
2081
|
// ReceiptCent aliases
|
|
2078
2082
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2079
|
-
// Rat aliases
|
|
2080
|
-
export { default as LucideRat } from '../icons/rat';
|
|
2081
2083
|
// ReceiptEuro aliases
|
|
2082
2084
|
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2083
2085
|
// ReceiptIndianRupee aliases
|
|
@@ -2116,18 +2118,18 @@ export { default as LucideRedo } from '../icons/redo';
|
|
|
2116
2118
|
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2117
2119
|
// RefreshCcw aliases
|
|
2118
2120
|
export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
2119
|
-
// RefreshCw aliases
|
|
2120
|
-
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2121
2121
|
// RefreshCwOff aliases
|
|
2122
2122
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2123
|
+
// RefreshCw aliases
|
|
2124
|
+
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2125
2125
|
// Regex aliases
|
|
2126
2126
|
export { default as LucideRegex } from '../icons/regex';
|
|
2127
|
-
//
|
|
2128
|
-
export { default as
|
|
2127
|
+
// Refrigerator aliases
|
|
2128
|
+
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2129
2129
|
// Repeat1 aliases
|
|
2130
2130
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2131
|
+
// RemoveFormatting aliases
|
|
2132
|
+
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2131
2133
|
// Repeat2 aliases
|
|
2132
2134
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2133
2135
|
// Repeat aliases
|
|
@@ -2136,18 +2138,18 @@ export { default as LucideRepeat } from '../icons/repeat';
|
|
|
2136
2138
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2137
2139
|
// Replace aliases
|
|
2138
2140
|
export { default as LucideReplace } from '../icons/replace';
|
|
2139
|
-
// Reply aliases
|
|
2140
|
-
export { default as LucideReply } from '../icons/reply';
|
|
2141
2141
|
// ReplyAll aliases
|
|
2142
2142
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2143
|
+
// Reply aliases
|
|
2144
|
+
export { default as LucideReply } from '../icons/reply';
|
|
2143
2145
|
// Rewind aliases
|
|
2144
2146
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2145
2147
|
// Ribbon aliases
|
|
2146
2148
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2147
|
-
// Rocket aliases
|
|
2148
|
-
export { default as LucideRocket } from '../icons/rocket';
|
|
2149
2149
|
// RockingChair aliases
|
|
2150
2150
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2151
|
+
// Rocket aliases
|
|
2152
|
+
export { default as LucideRocket } from '../icons/rocket';
|
|
2151
2153
|
// Rose aliases
|
|
2152
2154
|
export { default as LucideRose } from '../icons/rose';
|
|
2153
2155
|
// RollerCoaster aliases
|
|
@@ -2174,10 +2176,10 @@ export { default as LucideRows4 } from '../icons/rows-4';
|
|
|
2174
2176
|
export { default as LucideRss } from '../icons/rss';
|
|
2175
2177
|
// RulerDimensionLine aliases
|
|
2176
2178
|
export { default as LucideRulerDimensionLine } from '../icons/ruler-dimension-line';
|
|
2177
|
-
// RussianRuble aliases
|
|
2178
|
-
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2179
2179
|
// Ruler aliases
|
|
2180
2180
|
export { default as LucideRuler } from '../icons/ruler';
|
|
2181
|
+
// RussianRuble aliases
|
|
2182
|
+
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2181
2183
|
// Sailboat aliases
|
|
2182
2184
|
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2183
2185
|
// Salad aliases
|
|
@@ -2190,12 +2192,12 @@ export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
|
2190
2192
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2191
2193
|
// SaudiRiyal aliases
|
|
2192
2194
|
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2195
|
+
// SaveAll aliases
|
|
2196
|
+
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2193
2197
|
// SaveOff aliases
|
|
2194
2198
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2195
2199
|
// Save aliases
|
|
2196
2200
|
export { default as LucideSave } from '../icons/save';
|
|
2197
|
-
// SaveAll aliases
|
|
2198
|
-
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2199
2201
|
// Scale aliases
|
|
2200
2202
|
export { default as LucideScale } from '../icons/scale';
|
|
2201
2203
|
// Scaling aliases
|
|
@@ -2206,24 +2208,24 @@ export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
|
2206
2208
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2207
2209
|
// ScanFace aliases
|
|
2208
2210
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2209
|
-
// ScanLine aliases
|
|
2210
|
-
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2211
2211
|
// ScanHeart aliases
|
|
2212
2212
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2213
|
+
// ScanLine aliases
|
|
2214
|
+
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2213
2215
|
// ScanQrCode aliases
|
|
2214
2216
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2215
|
-
// ScanSearch aliases
|
|
2216
|
-
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2217
2217
|
// ScanText aliases
|
|
2218
2218
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2219
|
+
// ScanSearch aliases
|
|
2220
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2219
2221
|
// Scan aliases
|
|
2220
2222
|
export { default as LucideScan } from '../icons/scan';
|
|
2221
2223
|
// School aliases
|
|
2222
2224
|
export { default as LucideSchool } from '../icons/school';
|
|
2223
|
-
// ScissorsLineDashed aliases
|
|
2224
|
-
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2225
2225
|
// Scissors aliases
|
|
2226
2226
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2227
|
+
// ScissorsLineDashed aliases
|
|
2228
|
+
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2227
2229
|
// Scooter aliases
|
|
2228
2230
|
export { default as LucideScooter } from '../icons/scooter';
|
|
2229
2231
|
// ScreenShareOff aliases
|
|
@@ -2236,10 +2238,10 @@ export { default as LucideScrollText } from '../icons/scroll-text';
|
|
|
2236
2238
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2237
2239
|
// SearchAlert aliases
|
|
2238
2240
|
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2239
|
-
// SearchCheck aliases
|
|
2240
|
-
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2241
2241
|
// SearchCode aliases
|
|
2242
2242
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2243
|
+
// SearchCheck aliases
|
|
2244
|
+
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2243
2245
|
// SearchSlash aliases
|
|
2244
2246
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2245
2247
|
// SearchX aliases
|
|
@@ -2252,10 +2254,10 @@ export { default as LucideSection } from '../icons/section';
|
|
|
2252
2254
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2253
2255
|
// Send aliases
|
|
2254
2256
|
export { default as LucideSend } from '../icons/send';
|
|
2255
|
-
// SeparatorHorizontal aliases
|
|
2256
|
-
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2257
2257
|
// SeparatorVertical aliases
|
|
2258
2258
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2259
|
+
// SeparatorHorizontal aliases
|
|
2260
|
+
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2259
2261
|
// ServerCog aliases
|
|
2260
2262
|
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2261
2263
|
// ServerCrash aliases
|
|
@@ -2268,10 +2270,10 @@ export { default as LucideServer } from '../icons/server';
|
|
|
2268
2270
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2269
2271
|
// Settings aliases
|
|
2270
2272
|
export { default as LucideSettings } from '../icons/settings';
|
|
2271
|
-
// Shapes aliases
|
|
2272
|
-
export { default as LucideShapes } from '../icons/shapes';
|
|
2273
2273
|
// Share2 aliases
|
|
2274
2274
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2275
|
+
// Shapes aliases
|
|
2276
|
+
export { default as LucideShapes } from '../icons/shapes';
|
|
2275
2277
|
// Share aliases
|
|
2276
2278
|
export { default as LucideShare } from '../icons/share';
|
|
2277
2279
|
// Sheet aliases
|
|
@@ -2280,22 +2282,22 @@ export { default as LucideSheet } from '../icons/sheet';
|
|
|
2280
2282
|
export { default as LucideShell } from '../icons/shell';
|
|
2281
2283
|
// ShieldAlert aliases
|
|
2282
2284
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2283
|
-
// ShieldBan aliases
|
|
2284
|
-
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2285
2285
|
// ShieldCheck aliases
|
|
2286
2286
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2287
|
+
// ShieldBan aliases
|
|
2288
|
+
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2289
2289
|
// ShieldEllipsis aliases
|
|
2290
2290
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2291
|
+
// ShieldHalf aliases
|
|
2292
|
+
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2291
2293
|
// ShieldMinus aliases
|
|
2292
2294
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2293
2295
|
// ShieldOff aliases
|
|
2294
2296
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2295
|
-
// ShieldPlus aliases
|
|
2296
|
-
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2297
2297
|
// ShieldUser aliases
|
|
2298
2298
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2299
|
+
// ShieldPlus aliases
|
|
2300
|
+
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2299
2301
|
// ShipWheel aliases
|
|
2300
2302
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2301
2303
|
// Shield aliases
|
|
@@ -2350,10 +2352,10 @@ export { default as LucideSkipBack } from '../icons/skip-back';
|
|
|
2350
2352
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2351
2353
|
// Skull aliases
|
|
2352
2354
|
export { default as LucideSkull } from '../icons/skull';
|
|
2353
|
-
// Slack aliases
|
|
2354
|
-
export { default as LucideSlack } from '../icons/slack';
|
|
2355
2355
|
// Slash aliases
|
|
2356
2356
|
export { default as LucideSlash } from '../icons/slash';
|
|
2357
|
+
// Slack aliases
|
|
2358
|
+
export { default as LucideSlack } from '../icons/slack';
|
|
2357
2359
|
// Slice aliases
|
|
2358
2360
|
export { default as LucideSlice } from '../icons/slice';
|
|
2359
2361
|
// SlidersHorizontal aliases
|
|
@@ -2376,10 +2378,10 @@ export { default as LucideSnowflake } from '../icons/snowflake';
|
|
|
2376
2378
|
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2377
2379
|
// Sofa aliases
|
|
2378
2380
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2379
|
-
// Soup aliases
|
|
2380
|
-
export { default as LucideSoup } from '../icons/soup';
|
|
2381
2381
|
// SolarPanel aliases
|
|
2382
2382
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2383
|
+
// Soup aliases
|
|
2384
|
+
export { default as LucideSoup } from '../icons/soup';
|
|
2383
2385
|
// Space aliases
|
|
2384
2386
|
export { default as LucideSpace } from '../icons/space';
|
|
2385
2387
|
// Spade aliases
|
|
@@ -2396,10 +2398,10 @@ export { default as LucideSpellCheck2 } from '../icons/spell-check-2';
|
|
|
2396
2398
|
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2397
2399
|
// SplinePointer aliases
|
|
2398
2400
|
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2399
|
-
// Spline aliases
|
|
2400
|
-
export { default as LucideSpline } from '../icons/spline';
|
|
2401
2401
|
// Split aliases
|
|
2402
2402
|
export { default as LucideSplit } from '../icons/split';
|
|
2403
|
+
// Spline aliases
|
|
2404
|
+
export { default as LucideSpline } from '../icons/spline';
|
|
2403
2405
|
// Spool aliases
|
|
2404
2406
|
export { default as LucideSpool } from '../icons/spool';
|
|
2405
2407
|
// Spotlight aliases
|
|
@@ -2416,22 +2418,22 @@ export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bott
|
|
|
2416
2418
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2417
2419
|
// SquarePause aliases
|
|
2418
2420
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2419
|
-
// SquareRoundCorner aliases
|
|
2420
|
-
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2421
2421
|
// SquareRadical aliases
|
|
2422
2422
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2423
|
+
// SquareRoundCorner aliases
|
|
2424
|
+
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2423
2425
|
// SquareSquare aliases
|
|
2424
2426
|
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2425
|
-
// SquareStar aliases
|
|
2426
|
-
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2427
2427
|
// SquareStack aliases
|
|
2428
2428
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2429
|
-
//
|
|
2430
|
-
export { default as
|
|
2429
|
+
// SquareStar aliases
|
|
2430
|
+
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2431
2431
|
// SquareStop aliases
|
|
2432
2432
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2433
2433
|
// Square aliases
|
|
2434
2434
|
export { default as LucideSquare } from '../icons/square';
|
|
2435
|
+
// SquaresExclude aliases
|
|
2436
|
+
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2435
2437
|
// SquaresIntersect aliases
|
|
2436
2438
|
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2437
2439
|
// SquaresSubtract aliases
|
|
@@ -2440,36 +2442,36 @@ export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
|
2440
2442
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2441
2443
|
// SquircleDashed aliases
|
|
2442
2444
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2445
|
+
// Squirrel aliases
|
|
2446
|
+
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2443
2447
|
// Squircle aliases
|
|
2444
2448
|
export { default as LucideSquircle } from '../icons/squircle';
|
|
2445
|
-
// StarHalf aliases
|
|
2446
|
-
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2447
2449
|
// Stamp aliases
|
|
2448
2450
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2451
|
+
// StarHalf aliases
|
|
2452
|
+
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2451
2453
|
// StarOff aliases
|
|
2452
2454
|
export { default as LucideStarOff } from '../icons/star-off';
|
|
2453
2455
|
// Star aliases
|
|
2454
2456
|
export { default as LucideStar } from '../icons/star';
|
|
2455
2457
|
// StepBack aliases
|
|
2456
2458
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2457
|
-
// StepForward aliases
|
|
2458
|
-
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2459
2459
|
// Stethoscope aliases
|
|
2460
2460
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2461
|
+
// StepForward aliases
|
|
2462
|
+
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2463
2463
|
// StickyNote aliases
|
|
2464
2464
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2465
|
+
// Sticker aliases
|
|
2466
|
+
export { default as LucideSticker } from '../icons/sticker';
|
|
2465
2467
|
// Stone aliases
|
|
2466
2468
|
export { default as LucideStone } from '../icons/stone';
|
|
2467
2469
|
// Store aliases
|
|
2468
2470
|
export { default as LucideStore } from '../icons/store';
|
|
2469
|
-
// StretchHorizontal aliases
|
|
2470
|
-
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2471
2471
|
// StretchVertical aliases
|
|
2472
2472
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2473
|
+
// StretchHorizontal aliases
|
|
2474
|
+
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2473
2475
|
// Strikethrough aliases
|
|
2474
2476
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2475
2477
|
// Subscript aliases
|
|
@@ -2482,26 +2484,26 @@ export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
|
2482
2484
|
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2483
2485
|
// SunSnow aliases
|
|
2484
2486
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2485
|
-
// Sunrise aliases
|
|
2486
|
-
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2487
2487
|
// Sun aliases
|
|
2488
2488
|
export { default as LucideSun } from '../icons/sun';
|
|
2489
2489
|
// Sunset aliases
|
|
2490
2490
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2491
|
+
// Sunrise aliases
|
|
2492
|
+
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2493
2493
|
// Superscript aliases
|
|
2494
2494
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2495
|
+
// SwatchBook aliases
|
|
2496
|
+
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2495
2497
|
// SwissFranc aliases
|
|
2496
2498
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2497
2499
|
// SwitchCamera aliases
|
|
2498
2500
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2499
|
-
// Sword aliases
|
|
2500
|
-
export { default as LucideSword } from '../icons/sword';
|
|
2501
2501
|
// Swords aliases
|
|
2502
2502
|
export { default as LucideSwords } from '../icons/swords';
|
|
2503
2503
|
// Syringe aliases
|
|
2504
2504
|
export { default as LucideSyringe } from '../icons/syringe';
|
|
2505
|
+
// Sword aliases
|
|
2506
|
+
export { default as LucideSword } from '../icons/sword';
|
|
2505
2507
|
// Table2 aliases
|
|
2506
2508
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2507
2509
|
// TableCellsMerge aliases
|
|
@@ -2514,18 +2516,18 @@ export { default as LucideTableColumnsSplit } from '../icons/table-columns-split
|
|
|
2514
2516
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2515
2517
|
// TableProperties aliases
|
|
2516
2518
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2517
|
-
// TableRowsSplit aliases
|
|
2518
|
-
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2519
2519
|
// Table aliases
|
|
2520
2520
|
export { default as LucideTable } from '../icons/table';
|
|
2521
2521
|
// TabletSmartphone aliases
|
|
2522
2522
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2523
|
+
// TableRowsSplit aliases
|
|
2524
|
+
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2523
2525
|
// Tablet aliases
|
|
2524
2526
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2525
|
-
// Tag aliases
|
|
2526
|
-
export { default as LucideTag } from '../icons/tag';
|
|
2527
2527
|
// Tablets aliases
|
|
2528
2528
|
export { default as LucideTablets } from '../icons/tablets';
|
|
2529
|
+
// Tag aliases
|
|
2530
|
+
export { default as LucideTag } from '../icons/tag';
|
|
2529
2531
|
// Tags aliases
|
|
2530
2532
|
export { default as LucideTags } from '../icons/tags';
|
|
2531
2533
|
// Tally1 aliases
|
|
@@ -2580,22 +2582,22 @@ export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
|
2580
2582
|
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2581
2583
|
// TicketPercent aliases
|
|
2582
2584
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2583
|
-
// TicketPlus aliases
|
|
2584
|
-
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2585
2585
|
// TicketSlash aliases
|
|
2586
2586
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2587
|
+
// TicketPlus aliases
|
|
2588
|
+
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2587
2589
|
// TicketX aliases
|
|
2588
2590
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2589
|
-
// Ticket aliases
|
|
2590
|
-
export { default as LucideTicket } from '../icons/ticket';
|
|
2591
2591
|
// TicketsPlane aliases
|
|
2592
2592
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2593
|
+
// Ticket aliases
|
|
2594
|
+
export { default as LucideTicket } from '../icons/ticket';
|
|
2593
2595
|
// Tickets aliases
|
|
2594
2596
|
export { default as LucideTickets } from '../icons/tickets';
|
|
2595
|
-
// TimerOff aliases
|
|
2596
|
-
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2597
2597
|
// TimerReset aliases
|
|
2598
2598
|
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2599
|
+
// TimerOff aliases
|
|
2600
|
+
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2599
2601
|
// Timer aliases
|
|
2600
2602
|
export { default as LucideTimer } from '../icons/timer';
|
|
2601
2603
|
// ToggleLeft aliases
|
|
@@ -2604,24 +2606,24 @@ export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
|
2604
2606
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2605
2607
|
// Toilet aliases
|
|
2606
2608
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2609
|
+
// ToolCase aliases
|
|
2610
|
+
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2607
2611
|
// Toolbox aliases
|
|
2608
2612
|
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2609
2613
|
// Tornado aliases
|
|
2610
2614
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2611
|
-
// ToolCase aliases
|
|
2612
|
-
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2613
2615
|
// Torus aliases
|
|
2614
2616
|
export { default as LucideTorus } from '../icons/torus';
|
|
2615
2617
|
// TouchpadOff aliases
|
|
2616
2618
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2617
2619
|
// Touchpad aliases
|
|
2618
2620
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2619
|
-
// Tractor aliases
|
|
2620
|
-
export { default as LucideTractor } from '../icons/tractor';
|
|
2621
2621
|
// TowerControl aliases
|
|
2622
2622
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2623
2623
|
// ToyBrick aliases
|
|
2624
2624
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2625
|
+
// Tractor aliases
|
|
2626
|
+
export { default as LucideTractor } from '../icons/tractor';
|
|
2625
2627
|
// TrafficCone aliases
|
|
2626
2628
|
export { default as LucideTrafficCone } from '../icons/traffic-cone';
|
|
2627
2629
|
// TrainFrontTunnel aliases
|
|
@@ -2640,18 +2642,18 @@ export { default as LucideTrash } from '../icons/trash';
|
|
|
2640
2642
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2641
2643
|
// TreePine aliases
|
|
2642
2644
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2643
|
-
// Trello aliases
|
|
2644
|
-
export { default as LucideTrello } from '../icons/trello';
|
|
2645
2645
|
// Trees aliases
|
|
2646
2646
|
export { default as LucideTrees } from '../icons/trees';
|
|
2647
|
+
// Trello aliases
|
|
2648
|
+
export { default as LucideTrello } from '../icons/trello';
|
|
2647
2649
|
// TrendingDown aliases
|
|
2648
2650
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2649
2651
|
// TrendingUpDown aliases
|
|
2650
2652
|
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2651
|
-
// TriangleDashed aliases
|
|
2652
|
-
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2653
2653
|
// TrendingUp aliases
|
|
2654
2654
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2655
|
+
// TriangleDashed aliases
|
|
2656
|
+
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2655
2657
|
// TriangleRight aliases
|
|
2656
2658
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2657
2659
|
// Triangle aliases
|
|
@@ -2672,10 +2674,10 @@ export { default as LucideTurtle } from '../icons/turtle';
|
|
|
2672
2674
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2673
2675
|
// Tv aliases
|
|
2674
2676
|
export { default as LucideTv } from '../icons/tv';
|
|
2675
|
-
// Twitter aliases
|
|
2676
|
-
export { default as LucideTwitter } from '../icons/twitter';
|
|
2677
2677
|
// Twitch aliases
|
|
2678
2678
|
export { default as LucideTwitch } from '../icons/twitch';
|
|
2679
|
+
// Twitter aliases
|
|
2680
|
+
export { default as LucideTwitter } from '../icons/twitter';
|
|
2679
2681
|
// TypeOutline aliases
|
|
2680
2682
|
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2681
2683
|
// Type aliases
|
|
@@ -2684,20 +2686,20 @@ export { default as LucideType } from '../icons/type';
|
|
|
2684
2686
|
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2685
2687
|
// Umbrella aliases
|
|
2686
2688
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2687
|
-
// Undo2 aliases
|
|
2688
|
-
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2689
2689
|
// Underline aliases
|
|
2690
2690
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2691
|
+
// Undo2 aliases
|
|
2692
|
+
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2693
2693
|
// UndoDot aliases
|
|
2694
2694
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2695
|
+
// Undo aliases
|
|
2696
|
+
export { default as LucideUndo } from '../icons/undo';
|
|
2695
2697
|
// UnfoldHorizontal aliases
|
|
2696
2698
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2697
|
-
// Ungroup aliases
|
|
2698
|
-
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2699
2699
|
// UnfoldVertical aliases
|
|
2700
2700
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2701
|
+
// Ungroup aliases
|
|
2702
|
+
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2701
2703
|
// Unlink2 aliases
|
|
2702
2704
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2703
2705
|
// Unlink aliases
|
|
@@ -2710,14 +2712,18 @@ export { default as LucideUpload } from '../icons/upload';
|
|
|
2710
2712
|
export { default as LucideUsb } from '../icons/usb';
|
|
2711
2713
|
// UserCheck aliases
|
|
2712
2714
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2713
|
-
// UserLock aliases
|
|
2714
|
-
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2715
2715
|
// UserCog aliases
|
|
2716
2716
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2717
|
+
// UserKey aliases
|
|
2718
|
+
export { default as LucideUserKey } from '../icons/user-key';
|
|
2719
|
+
// UserLock aliases
|
|
2720
|
+
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2717
2721
|
// UserMinus aliases
|
|
2718
2722
|
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2719
2723
|
// UserPen aliases
|
|
2720
2724
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2725
|
+
// UserRoundKey aliases
|
|
2726
|
+
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2721
2727
|
// UserPlus aliases
|
|
2722
2728
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2723
2729
|
// UserRoundPen aliases
|
|
@@ -2736,42 +2742,42 @@ export { default as LucideUser } from '../icons/user';
|
|
|
2736
2742
|
export { default as LucideUsers } from '../icons/users';
|
|
2737
2743
|
// UtilityPole aliases
|
|
2738
2744
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2739
|
-
// Variable aliases
|
|
2740
|
-
export { default as LucideVariable } from '../icons/variable';
|
|
2741
2745
|
// Van aliases
|
|
2742
2746
|
export { default as LucideVan } from '../icons/van';
|
|
2743
2747
|
// Vault aliases
|
|
2744
2748
|
export { default as LucideVault } from '../icons/vault';
|
|
2749
|
+
// Variable aliases
|
|
2750
|
+
export { default as LucideVariable } from '../icons/variable';
|
|
2745
2751
|
// VectorSquare aliases
|
|
2746
2752
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2747
2753
|
// Vegan aliases
|
|
2748
2754
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2749
2755
|
// VenetianMask aliases
|
|
2750
2756
|
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
2751
|
-
// VenusAndMars aliases
|
|
2752
|
-
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2753
2757
|
// Venus aliases
|
|
2754
2758
|
export { default as LucideVenus } from '../icons/venus';
|
|
2755
|
-
//
|
|
2756
|
-
export { default as
|
|
2759
|
+
// VenusAndMars aliases
|
|
2760
|
+
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2757
2761
|
// Vibrate aliases
|
|
2758
2762
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2759
|
-
//
|
|
2760
|
-
export { default as
|
|
2763
|
+
// VibrateOff aliases
|
|
2764
|
+
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2761
2765
|
// Video aliases
|
|
2762
2766
|
export { default as LucideVideo } from '../icons/video';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2765
|
-
// Volleyball aliases
|
|
2766
|
-
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2767
|
+
// VideoOff aliases
|
|
2768
|
+
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2767
2769
|
// Videotape aliases
|
|
2768
2770
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2771
|
+
// View aliases
|
|
2772
|
+
export { default as LucideView } from '../icons/view';
|
|
2769
2773
|
// Voicemail aliases
|
|
2770
2774
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2771
|
-
//
|
|
2772
|
-
export { default as
|
|
2775
|
+
// Volleyball aliases
|
|
2776
|
+
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2773
2777
|
// Volume2 aliases
|
|
2774
2778
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2779
|
+
// Volume1 aliases
|
|
2780
|
+
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2775
2781
|
// VolumeOff aliases
|
|
2776
2782
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2777
2783
|
// VolumeX aliases
|
|
@@ -2800,10 +2806,10 @@ export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
|
2800
2806
|
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2801
2807
|
// WavesLadder aliases
|
|
2802
2808
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2803
|
-
// Waves aliases
|
|
2804
|
-
export { default as LucideWaves } from '../icons/waves';
|
|
2805
2809
|
// Waypoints aliases
|
|
2806
2810
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2811
|
+
// Waves aliases
|
|
2812
|
+
export { default as LucideWaves } from '../icons/waves';
|
|
2807
2813
|
// Webcam aliases
|
|
2808
2814
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2809
2815
|
// WebhookOff aliases
|
|
@@ -2894,18 +2900,18 @@ export {
|
|
|
2894
2900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2895
2901
|
default as LucideArrowDownAz
|
|
2896
2902
|
} from '../icons/arrow-down-a-z';
|
|
2897
|
-
// ArrowDownWideNarrow aliases
|
|
2898
|
-
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2899
|
-
export {
|
|
2900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2901
|
-
default as LucideSortDesc
|
|
2902
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2903
2903
|
// ArrowDownZA aliases
|
|
2904
2904
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
2905
2905
|
export {
|
|
2906
2906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2907
2907
|
default as LucideArrowDownZa
|
|
2908
2908
|
} from '../icons/arrow-down-z-a';
|
|
2909
|
+
// ArrowDownWideNarrow aliases
|
|
2910
|
+
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2911
|
+
export {
|
|
2912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2913
|
+
default as LucideSortDesc
|
|
2914
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2909
2915
|
// ArrowUpAZ aliases
|
|
2910
2916
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2911
2917
|
export {
|
|
@@ -2924,6 +2930,12 @@ export {
|
|
|
2924
2930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2925
2931
|
default as LucideArrowUpZa
|
|
2926
2932
|
} from '../icons/arrow-up-z-a';
|
|
2933
|
+
// Axis3d aliases
|
|
2934
|
+
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2935
|
+
export {
|
|
2936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2937
|
+
default as LucideAxis3D
|
|
2938
|
+
} from '../icons/axis-3d';
|
|
2927
2939
|
// BadgeCheck aliases
|
|
2928
2940
|
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
2929
2941
|
export {
|
|
@@ -2936,18 +2948,6 @@ export {
|
|
|
2936
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2937
2949
|
default as LucideBadgeHelp
|
|
2938
2950
|
} from '../icons/badge-question-mark';
|
|
2939
|
-
// Axis3d aliases
|
|
2940
|
-
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2941
|
-
export {
|
|
2942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2943
|
-
default as LucideAxis3D
|
|
2944
|
-
} from '../icons/axis-3d';
|
|
2945
|
-
// BetweenHorizontalEnd aliases
|
|
2946
|
-
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2947
|
-
export {
|
|
2948
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2949
|
-
default as LucideBetweenHorizonalEnd
|
|
2950
|
-
} from '../icons/between-horizontal-end';
|
|
2951
2951
|
// BetweenHorizontalStart aliases
|
|
2952
2952
|
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
2953
2953
|
export {
|
|
@@ -2960,24 +2960,30 @@ export {
|
|
|
2960
2960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2961
2961
|
default as LucideBookTemplate
|
|
2962
2962
|
} from '../icons/book-dashed';
|
|
2963
|
-
//
|
|
2964
|
-
export { default as
|
|
2963
|
+
// BetweenHorizontalEnd aliases
|
|
2964
|
+
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2965
2965
|
export {
|
|
2966
|
-
/** @deprecated
|
|
2967
|
-
default as
|
|
2968
|
-
} from '../icons/
|
|
2966
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as LucideBetweenHorizonalEnd
|
|
2968
|
+
} from '../icons/between-horizontal-end';
|
|
2969
|
+
// Captions aliases
|
|
2970
|
+
export { default as LucideCaptions } from '../icons/captions';
|
|
2971
|
+
export {
|
|
2972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2973
|
+
default as LucideSubtitles
|
|
2974
|
+
} from '../icons/captions';
|
|
2969
2975
|
// ChartArea aliases
|
|
2970
2976
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
2971
2977
|
export {
|
|
2972
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2973
2979
|
default as LucideAreaChart
|
|
2974
2980
|
} from '../icons/chart-area';
|
|
2975
|
-
//
|
|
2976
|
-
export { default as
|
|
2981
|
+
// Braces aliases
|
|
2982
|
+
export { default as LucideBraces } from '../icons/braces';
|
|
2977
2983
|
export {
|
|
2978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2979
|
-
default as
|
|
2980
|
-
} from '../icons/
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as LucideCurlyBraces
|
|
2986
|
+
} from '../icons/braces';
|
|
2981
2987
|
// ChartBarBig aliases
|
|
2982
2988
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
2983
2989
|
export {
|
|
@@ -2996,48 +3002,48 @@ export {
|
|
|
2996
3002
|
/** @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 */
|
|
2997
3003
|
default as LucideCandlestickChart
|
|
2998
3004
|
} from '../icons/chart-candlestick';
|
|
2999
|
-
// ChartColumnBig aliases
|
|
3000
|
-
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3001
|
-
export {
|
|
3002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3003
|
-
default as LucideBarChartBig
|
|
3004
|
-
} from '../icons/chart-column-big';
|
|
3005
3005
|
// ChartColumnIncreasing aliases
|
|
3006
3006
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3007
3007
|
export {
|
|
3008
3008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3009
3009
|
default as LucideBarChart4
|
|
3010
3010
|
} from '../icons/chart-column-increasing';
|
|
3011
|
+
// ChartColumnBig aliases
|
|
3012
|
+
export { default as LucideChartColumnBig } from '../icons/chart-column-big';
|
|
3013
|
+
export {
|
|
3014
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3015
|
+
default as LucideBarChartBig
|
|
3016
|
+
} from '../icons/chart-column-big';
|
|
3011
3017
|
// ChartColumn aliases
|
|
3012
3018
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3013
3019
|
export {
|
|
3014
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3015
3021
|
default as LucideBarChart3
|
|
3016
3022
|
} from '../icons/chart-column';
|
|
3017
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3018
|
-
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3019
|
-
export {
|
|
3020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3021
|
-
default as LucideBarChart
|
|
3022
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3023
3023
|
// ChartLine aliases
|
|
3024
3024
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3025
3025
|
export {
|
|
3026
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3027
3027
|
default as LucideLineChart
|
|
3028
3028
|
} from '../icons/chart-line';
|
|
3029
|
+
// ChartNoAxesColumn aliases
|
|
3030
|
+
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3031
|
+
export {
|
|
3032
|
+
/** @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 */
|
|
3033
|
+
default as LucideBarChart2
|
|
3034
|
+
} from '../icons/chart-no-axes-column';
|
|
3029
3035
|
// ChartNoAxesGantt aliases
|
|
3030
3036
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3031
3037
|
export {
|
|
3032
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3033
3039
|
default as LucideGanttChart
|
|
3034
3040
|
} from '../icons/chart-no-axes-gantt';
|
|
3035
|
-
//
|
|
3036
|
-
export { default as
|
|
3041
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3042
|
+
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3037
3043
|
export {
|
|
3038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3039
|
-
default as
|
|
3040
|
-
} from '../icons/chart-no-axes-column';
|
|
3044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3045
|
+
default as LucideBarChart
|
|
3046
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3041
3047
|
// ChartPie aliases
|
|
3042
3048
|
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3043
3049
|
export {
|
|
@@ -3062,30 +3068,30 @@ export {
|
|
|
3062
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3063
3069
|
default as LucideAlertCircle
|
|
3064
3070
|
} from '../icons/circle-alert';
|
|
3065
|
-
// CircleArrowDown aliases
|
|
3066
|
-
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3067
|
-
export {
|
|
3068
|
-
/** @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 */
|
|
3069
|
-
default as LucideArrowDownCircle
|
|
3070
|
-
} from '../icons/circle-arrow-down';
|
|
3071
3071
|
// CircleArrowLeft aliases
|
|
3072
3072
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3073
3073
|
export {
|
|
3074
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3075
3075
|
default as LucideArrowLeftCircle
|
|
3076
3076
|
} from '../icons/circle-arrow-left';
|
|
3077
|
+
// CircleArrowOutDownRight aliases
|
|
3078
|
+
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3081
|
+
default as LucideArrowDownRightFromCircle
|
|
3082
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3077
3083
|
// CircleArrowOutDownLeft aliases
|
|
3078
3084
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3079
3085
|
export {
|
|
3080
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3081
3087
|
default as LucideArrowDownLeftFromCircle
|
|
3082
3088
|
} from '../icons/circle-arrow-out-down-left';
|
|
3083
|
-
//
|
|
3084
|
-
export { default as
|
|
3089
|
+
// CircleArrowDown aliases
|
|
3090
|
+
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3085
3091
|
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3087
|
-
default as
|
|
3088
|
-
} from '../icons/circle-arrow-
|
|
3092
|
+
/** @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 */
|
|
3093
|
+
default as LucideArrowDownCircle
|
|
3094
|
+
} from '../icons/circle-arrow-down';
|
|
3089
3095
|
// CircleArrowOutUpLeft aliases
|
|
3090
3096
|
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3091
3097
|
export {
|
|
@@ -3098,18 +3104,18 @@ export {
|
|
|
3098
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3099
3105
|
default as LucideArrowUpRightFromCircle
|
|
3100
3106
|
} from '../icons/circle-arrow-out-up-right';
|
|
3101
|
-
// CircleArrowUp aliases
|
|
3102
|
-
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3105
|
-
default as LucideArrowUpCircle
|
|
3106
|
-
} from '../icons/circle-arrow-up';
|
|
3107
3107
|
// CircleArrowRight aliases
|
|
3108
3108
|
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3109
3109
|
export {
|
|
3110
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3111
3111
|
default as LucideArrowRightCircle
|
|
3112
3112
|
} from '../icons/circle-arrow-right';
|
|
3113
|
+
// CircleArrowUp aliases
|
|
3114
|
+
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as LucideArrowUpCircle
|
|
3118
|
+
} from '../icons/circle-arrow-up';
|
|
3113
3119
|
// CircleCheckBig aliases
|
|
3114
3120
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3115
3121
|
export {
|
|
@@ -3128,30 +3134,24 @@ export {
|
|
|
3128
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3129
3135
|
default as LucideChevronDownCircle
|
|
3130
3136
|
} from '../icons/circle-chevron-down';
|
|
3131
|
-
// CircleChevronRight aliases
|
|
3132
|
-
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3133
|
-
export {
|
|
3134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3135
|
-
default as LucideChevronRightCircle
|
|
3136
|
-
} from '../icons/circle-chevron-right';
|
|
3137
3137
|
// CircleChevronLeft aliases
|
|
3138
3138
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3139
3139
|
export {
|
|
3140
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3141
3141
|
default as LucideChevronLeftCircle
|
|
3142
3142
|
} from '../icons/circle-chevron-left';
|
|
3143
|
+
// CircleChevronRight aliases
|
|
3144
|
+
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3147
|
+
default as LucideChevronRightCircle
|
|
3148
|
+
} from '../icons/circle-chevron-right';
|
|
3143
3149
|
// CircleChevronUp aliases
|
|
3144
3150
|
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3145
3151
|
export {
|
|
3146
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3147
3153
|
default as LucideChevronUpCircle
|
|
3148
3154
|
} from '../icons/circle-chevron-up';
|
|
3149
|
-
// CircleDivide aliases
|
|
3150
|
-
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3153
|
-
default as LucideDivideCircle
|
|
3154
|
-
} from '../icons/circle-divide';
|
|
3155
3155
|
// CircleGauge aliases
|
|
3156
3156
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3157
3157
|
export {
|
|
@@ -3164,6 +3164,12 @@ export {
|
|
|
3164
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3165
3165
|
default as LucideMinusCircle
|
|
3166
3166
|
} from '../icons/circle-minus';
|
|
3167
|
+
// CircleDivide aliases
|
|
3168
|
+
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3171
|
+
default as LucideDivideCircle
|
|
3172
|
+
} from '../icons/circle-divide';
|
|
3167
3173
|
// CircleParkingOff aliases
|
|
3168
3174
|
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3169
3175
|
export {
|
|
@@ -3182,6 +3188,12 @@ export {
|
|
|
3182
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3183
3189
|
default as LucidePauseCircle
|
|
3184
3190
|
} from '../icons/circle-pause';
|
|
3191
|
+
// CirclePercent aliases
|
|
3192
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @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 */
|
|
3195
|
+
default as LucidePercentCircle
|
|
3196
|
+
} from '../icons/circle-percent';
|
|
3185
3197
|
// CirclePlay aliases
|
|
3186
3198
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3187
3199
|
export {
|
|
@@ -3194,12 +3206,6 @@ export {
|
|
|
3194
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3195
3207
|
default as LucidePlusCircle
|
|
3196
3208
|
} from '../icons/circle-plus';
|
|
3197
|
-
// CirclePercent aliases
|
|
3198
|
-
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as LucidePercentCircle
|
|
3202
|
-
} from '../icons/circle-percent';
|
|
3203
3209
|
// CirclePower aliases
|
|
3204
3210
|
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3205
3211
|
export {
|
|
@@ -3216,18 +3222,18 @@ export {
|
|
|
3216
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3217
3223
|
default as LucideCircleHelp
|
|
3218
3224
|
} from '../icons/circle-question-mark';
|
|
3219
|
-
// CircleStop aliases
|
|
3220
|
-
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3221
|
-
export {
|
|
3222
|
-
/** @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 */
|
|
3223
|
-
default as LucideStopCircle
|
|
3224
|
-
} from '../icons/circle-stop';
|
|
3225
3225
|
// CircleSlash2 aliases
|
|
3226
3226
|
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3227
3227
|
export {
|
|
3228
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3229
3229
|
default as LucideCircleSlashed
|
|
3230
3230
|
} from '../icons/circle-slash-2';
|
|
3231
|
+
// CircleStop aliases
|
|
3232
|
+
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as LucideStopCircle
|
|
3236
|
+
} from '../icons/circle-stop';
|
|
3231
3237
|
// CircleUserRound aliases
|
|
3232
3238
|
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3233
3239
|
export {
|
|
@@ -3240,6 +3246,12 @@ export {
|
|
|
3240
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3241
3247
|
default as LucideUserCircle
|
|
3242
3248
|
} from '../icons/circle-user';
|
|
3249
|
+
// ClipboardPenLine aliases
|
|
3250
|
+
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as LucideClipboardSignature
|
|
3254
|
+
} from '../icons/clipboard-pen-line';
|
|
3243
3255
|
// CircleX aliases
|
|
3244
3256
|
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3245
3257
|
export {
|
|
@@ -3252,12 +3264,6 @@ export {
|
|
|
3252
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3253
3265
|
default as LucideClipboardEdit
|
|
3254
3266
|
} from '../icons/clipboard-pen';
|
|
3255
|
-
// ClipboardPenLine aliases
|
|
3256
|
-
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3257
|
-
export {
|
|
3258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3259
|
-
default as LucideClipboardSignature
|
|
3260
|
-
} from '../icons/clipboard-pen-line';
|
|
3261
3267
|
// CloudDownload aliases
|
|
3262
3268
|
export { default as LucideCloudDownload } from '../icons/cloud-download';
|
|
3263
3269
|
export {
|
|
@@ -3304,30 +3310,36 @@ export {
|
|
|
3304
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3305
3311
|
default as LucideContact2
|
|
3306
3312
|
} from '../icons/contact-round';
|
|
3307
|
-
//
|
|
3308
|
-
export { default as
|
|
3313
|
+
// DiamondPercent aliases
|
|
3314
|
+
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3309
3315
|
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3311
|
-
default as
|
|
3312
|
-
} from '../icons/
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as LucidePercentDiamond
|
|
3318
|
+
} from '../icons/diamond-percent';
|
|
3313
3319
|
// EllipsisVertical aliases
|
|
3314
3320
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3315
3321
|
export {
|
|
3316
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3317
3323
|
default as LucideMoreVertical
|
|
3318
3324
|
} from '../icons/ellipsis-vertical';
|
|
3319
|
-
//
|
|
3320
|
-
export { default as
|
|
3325
|
+
// Earth aliases
|
|
3326
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3321
3327
|
export {
|
|
3322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3323
|
-
default as
|
|
3324
|
-
} from '../icons/
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as LucideGlobe2
|
|
3330
|
+
} from '../icons/earth';
|
|
3325
3331
|
// Ellipsis aliases
|
|
3326
3332
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3327
3333
|
export {
|
|
3328
3334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3329
3335
|
default as LucideMoreHorizontal
|
|
3330
3336
|
} from '../icons/ellipsis';
|
|
3337
|
+
// FileBracesCorner aliases
|
|
3338
|
+
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3339
|
+
export {
|
|
3340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3341
|
+
default as LucideFileJson2
|
|
3342
|
+
} from '../icons/file-braces-corner';
|
|
3331
3343
|
// FileAxis3d aliases
|
|
3332
3344
|
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3333
3345
|
export {
|
|
@@ -3340,30 +3352,30 @@ export {
|
|
|
3340
3352
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3341
3353
|
default as LucideFileBadge2
|
|
3342
3354
|
} from '../icons/file-badge';
|
|
3343
|
-
// FileBracesCorner aliases
|
|
3344
|
-
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3345
|
-
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3347
|
-
default as LucideFileJson2
|
|
3348
|
-
} from '../icons/file-braces-corner';
|
|
3349
3355
|
// FileBraces aliases
|
|
3350
3356
|
export { default as LucideFileBraces } from '../icons/file-braces';
|
|
3351
3357
|
export {
|
|
3352
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3353
3359
|
default as LucideFileJson
|
|
3354
3360
|
} from '../icons/file-braces';
|
|
3361
|
+
// FileChartColumnIncreasing aliases
|
|
3362
|
+
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3363
|
+
export {
|
|
3364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3365
|
+
default as LucideFileBarChart
|
|
3366
|
+
} from '../icons/file-chart-column-increasing';
|
|
3355
3367
|
// FileChartColumn aliases
|
|
3356
3368
|
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3357
3369
|
export {
|
|
3358
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3359
3371
|
default as LucideFileBarChart2
|
|
3360
3372
|
} from '../icons/file-chart-column';
|
|
3361
|
-
//
|
|
3362
|
-
export { default as
|
|
3373
|
+
// FileChartLine aliases
|
|
3374
|
+
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3363
3375
|
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3365
|
-
default as
|
|
3366
|
-
} from '../icons/file-chart-
|
|
3376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3377
|
+
default as LucideFileLineChart
|
|
3378
|
+
} from '../icons/file-chart-line';
|
|
3367
3379
|
// FileChartPie aliases
|
|
3368
3380
|
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3369
3381
|
export {
|
|
@@ -3376,12 +3388,6 @@ export {
|
|
|
3376
3388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3377
3389
|
default as LucideFileCheck2
|
|
3378
3390
|
} from '../icons/file-check-corner';
|
|
3379
|
-
// FileChartLine aliases
|
|
3380
|
-
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3381
|
-
export {
|
|
3382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3383
|
-
default as LucideFileLineChart
|
|
3384
|
-
} from '../icons/file-chart-line';
|
|
3385
3391
|
// FileCodeCorner aliases
|
|
3386
3392
|
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3387
3393
|
export {
|
|
@@ -3394,12 +3400,6 @@ export {
|
|
|
3394
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3395
3401
|
default as LucideFileCog2
|
|
3396
3402
|
} from '../icons/file-cog';
|
|
3397
|
-
// FileExclamationPoint aliases
|
|
3398
|
-
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3399
|
-
export {
|
|
3400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3401
|
-
default as LucideFileWarning
|
|
3402
|
-
} from '../icons/file-exclamation-point';
|
|
3403
3403
|
// FileHeadphone aliases
|
|
3404
3404
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3405
3405
|
export {
|
|
@@ -3410,6 +3410,12 @@ export {
|
|
|
3410
3410
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3411
3411
|
default as LucideFileAudio2
|
|
3412
3412
|
} from '../icons/file-headphone';
|
|
3413
|
+
// FileExclamationPoint aliases
|
|
3414
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as LucideFileWarning
|
|
3418
|
+
} from '../icons/file-exclamation-point';
|
|
3413
3419
|
// FileKey aliases
|
|
3414
3420
|
export { default as LucideFileKey } from '../icons/file-key';
|
|
3415
3421
|
export {
|
|
@@ -3440,12 +3446,6 @@ export {
|
|
|
3440
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3441
3447
|
default as LucideFileEdit
|
|
3442
3448
|
} from '../icons/file-pen';
|
|
3443
|
-
// FilePlay aliases
|
|
3444
|
-
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3447
|
-
default as LucideFileVideo
|
|
3448
|
-
} from '../icons/file-play';
|
|
3449
3449
|
// FilePlusCorner aliases
|
|
3450
3450
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3451
3451
|
export {
|
|
@@ -3458,6 +3458,12 @@ export {
|
|
|
3458
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3459
3459
|
default as LucideFileQuestion
|
|
3460
3460
|
} from '../icons/file-question-mark';
|
|
3461
|
+
// FilePlay aliases
|
|
3462
|
+
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3465
|
+
default as LucideFileVideo
|
|
3466
|
+
} from '../icons/file-play';
|
|
3461
3467
|
// FileSearchCorner aliases
|
|
3462
3468
|
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3463
3469
|
export {
|
|
@@ -3470,18 +3476,18 @@ export {
|
|
|
3470
3476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3471
3477
|
default as LucideFileVolume2
|
|
3472
3478
|
} from '../icons/file-signal';
|
|
3473
|
-
// FileTypeCorner aliases
|
|
3474
|
-
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3475
|
-
export {
|
|
3476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3477
|
-
default as LucideFileType2
|
|
3478
|
-
} from '../icons/file-type-corner';
|
|
3479
3479
|
// FileVideoCamera aliases
|
|
3480
3480
|
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3481
3481
|
export {
|
|
3482
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3483
3483
|
default as LucideFileVideo2
|
|
3484
3484
|
} from '../icons/file-video-camera';
|
|
3485
|
+
// FileTypeCorner aliases
|
|
3486
|
+
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3489
|
+
default as LucideFileType2
|
|
3490
|
+
} from '../icons/file-type-corner';
|
|
3485
3491
|
// FileXCorner aliases
|
|
3486
3492
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3487
3493
|
export {
|
|
@@ -3518,30 +3524,30 @@ export {
|
|
|
3518
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3519
3525
|
default as LucideFilter
|
|
3520
3526
|
} from '../icons/funnel';
|
|
3521
|
-
// Grid2x2Check aliases
|
|
3522
|
-
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3523
|
-
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3525
|
-
default as LucideGrid2X2Check
|
|
3526
|
-
} from '../icons/grid-2x2-check';
|
|
3527
3527
|
// GitCommitHorizontal aliases
|
|
3528
3528
|
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3529
3529
|
export {
|
|
3530
3530
|
/** @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 */
|
|
3531
3531
|
default as LucideGitCommit
|
|
3532
3532
|
} from '../icons/git-commit-horizontal';
|
|
3533
|
-
//
|
|
3534
|
-
export { default as
|
|
3533
|
+
// Grid2x2Check aliases
|
|
3534
|
+
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3535
3535
|
export {
|
|
3536
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3537
|
-
default as
|
|
3538
|
-
} from '../icons/grid-2x2-
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as LucideGrid2X2Check
|
|
3538
|
+
} from '../icons/grid-2x2-check';
|
|
3539
3539
|
// Grid2x2X aliases
|
|
3540
3540
|
export { default as LucideGrid2x2X } from '../icons/grid-2x2-x';
|
|
3541
3541
|
export {
|
|
3542
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3543
3543
|
default as LucideGrid2X2X
|
|
3544
3544
|
} from '../icons/grid-2x2-x';
|
|
3545
|
+
// Grid2x2Plus aliases
|
|
3546
|
+
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3547
|
+
export {
|
|
3548
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3549
|
+
default as LucideGrid2X2Plus
|
|
3550
|
+
} from '../icons/grid-2x2-plus';
|
|
3545
3551
|
// Grid2x2 aliases
|
|
3546
3552
|
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3547
3553
|
export {
|
|
@@ -3576,12 +3582,6 @@ export {
|
|
|
3576
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3577
3583
|
default as LucideHome
|
|
3578
3584
|
} from '../icons/house';
|
|
3579
|
-
// IceCreamCone aliases
|
|
3580
|
-
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3581
|
-
export {
|
|
3582
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3583
|
-
default as LucideIceCream
|
|
3584
|
-
} from '../icons/ice-cream-cone';
|
|
3585
3585
|
// IceCreamBowl aliases
|
|
3586
3586
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3587
3587
|
export {
|
|
@@ -3594,22 +3594,18 @@ export {
|
|
|
3594
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3595
3595
|
default as LucideLaptop2
|
|
3596
3596
|
} from '../icons/laptop-minimal';
|
|
3597
|
+
// IceCreamCone aliases
|
|
3598
|
+
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as LucideIceCream
|
|
3602
|
+
} from '../icons/ice-cream-cone';
|
|
3597
3603
|
// Layers aliases
|
|
3598
3604
|
export { default as LucideLayers } from '../icons/layers';
|
|
3599
3605
|
export {
|
|
3600
3606
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3601
3607
|
default as LucideLayers3
|
|
3602
3608
|
} from '../icons/layers';
|
|
3603
|
-
// ListIndentDecrease aliases
|
|
3604
|
-
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3607
|
-
default as LucideOutdent
|
|
3608
|
-
} from '../icons/list-indent-decrease';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3611
|
-
default as LucideIndentDecrease
|
|
3612
|
-
} from '../icons/list-indent-decrease';
|
|
3613
3609
|
// ListIndentIncrease aliases
|
|
3614
3610
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3615
3611
|
export {
|
|
@@ -3620,6 +3616,16 @@ export {
|
|
|
3620
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3621
3617
|
default as LucideIndentIncrease
|
|
3622
3618
|
} from '../icons/list-indent-increase';
|
|
3619
|
+
// ListIndentDecrease aliases
|
|
3620
|
+
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3623
|
+
default as LucideOutdent
|
|
3624
|
+
} from '../icons/list-indent-decrease';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as LucideIndentDecrease
|
|
3628
|
+
} from '../icons/list-indent-decrease';
|
|
3623
3629
|
// LoaderCircle aliases
|
|
3624
3630
|
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3625
3631
|
export {
|
|
@@ -3638,18 +3644,18 @@ export {
|
|
|
3638
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3639
3645
|
default as LucideUnlock
|
|
3640
3646
|
} from '../icons/lock-open';
|
|
3641
|
-
// MailQuestionMark aliases
|
|
3642
|
-
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3643
|
-
export {
|
|
3644
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3645
|
-
default as LucideMailQuestion
|
|
3646
|
-
} from '../icons/mail-question-mark';
|
|
3647
3647
|
// MapPinPen aliases
|
|
3648
3648
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3649
3649
|
export {
|
|
3650
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3651
3651
|
default as LucideLocationEdit
|
|
3652
3652
|
} from '../icons/map-pin-pen';
|
|
3653
|
+
// MailQuestionMark aliases
|
|
3654
|
+
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3655
|
+
export {
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as LucideMailQuestion
|
|
3658
|
+
} from '../icons/mail-question-mark';
|
|
3653
3659
|
// MessageCircleQuestionMark aliases
|
|
3654
3660
|
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3655
3661
|
export {
|
|
@@ -3734,18 +3740,18 @@ export {
|
|
|
3734
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3735
3741
|
default as LucidePanelTopInactive
|
|
3736
3742
|
} from '../icons/panel-top-dashed';
|
|
3737
|
-
// PenLine aliases
|
|
3738
|
-
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3739
|
-
export {
|
|
3740
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3741
|
-
default as LucideEdit3
|
|
3742
|
-
} from '../icons/pen-line';
|
|
3743
3743
|
// PanelsTopLeft aliases
|
|
3744
3744
|
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3745
3745
|
export {
|
|
3746
3746
|
/** @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 */
|
|
3747
3747
|
default as LucideLayout
|
|
3748
3748
|
} from '../icons/panels-top-left';
|
|
3749
|
+
// PenLine aliases
|
|
3750
|
+
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as LucideEdit3
|
|
3754
|
+
} from '../icons/pen-line';
|
|
3749
3755
|
// Pen aliases
|
|
3750
3756
|
export { default as LucidePen } from '../icons/pen';
|
|
3751
3757
|
export {
|
|
@@ -3770,12 +3776,6 @@ export {
|
|
|
3770
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3771
3777
|
default as LucideRotate3D
|
|
3772
3778
|
} from '../icons/rotate-3d';
|
|
3773
|
-
// Rows2 aliases
|
|
3774
|
-
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3777
|
-
default as LucideRows
|
|
3778
|
-
} from '../icons/rows-2';
|
|
3779
3779
|
// Rows3 aliases
|
|
3780
3780
|
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3781
3781
|
export {
|
|
@@ -3794,6 +3794,12 @@ export {
|
|
|
3794
3794
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3795
3795
|
default as LucideSendHorizonal
|
|
3796
3796
|
} from '../icons/send-horizontal';
|
|
3797
|
+
// Rows2 aliases
|
|
3798
|
+
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as LucideRows
|
|
3802
|
+
} from '../icons/rows-2';
|
|
3797
3803
|
// ShieldQuestionMark aliases
|
|
3798
3804
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3799
3805
|
export {
|
|
@@ -3812,12 +3818,6 @@ export {
|
|
|
3812
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3813
3819
|
default as LucideSliders
|
|
3814
3820
|
} from '../icons/sliders-vertical';
|
|
3815
|
-
// Sparkles aliases
|
|
3816
|
-
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3819
|
-
default as LucideStars
|
|
3820
|
-
} from '../icons/sparkles';
|
|
3821
3821
|
// SquareActivity aliases
|
|
3822
3822
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3823
3823
|
export {
|
|
@@ -3830,18 +3830,18 @@ export {
|
|
|
3830
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3831
3831
|
default as LucideArrowDownLeftSquare
|
|
3832
3832
|
} from '../icons/square-arrow-down-left';
|
|
3833
|
+
// Sparkles aliases
|
|
3834
|
+
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as LucideStars
|
|
3838
|
+
} from '../icons/sparkles';
|
|
3833
3839
|
// SquareArrowDown aliases
|
|
3834
3840
|
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3835
3841
|
export {
|
|
3836
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3837
3843
|
default as LucideArrowDownSquare
|
|
3838
3844
|
} from '../icons/square-arrow-down';
|
|
3839
|
-
// SquareArrowDownRight aliases
|
|
3840
|
-
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3841
|
-
export {
|
|
3842
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3843
|
-
default as LucideArrowDownRightSquare
|
|
3844
|
-
} from '../icons/square-arrow-down-right';
|
|
3845
3845
|
// SquareArrowLeft aliases
|
|
3846
3846
|
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
3847
3847
|
export {
|
|
@@ -3854,6 +3854,12 @@ export {
|
|
|
3854
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3855
3855
|
default as LucideArrowDownLeftFromSquare
|
|
3856
3856
|
} from '../icons/square-arrow-out-down-left';
|
|
3857
|
+
// SquareArrowDownRight aliases
|
|
3858
|
+
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3859
|
+
export {
|
|
3860
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3861
|
+
default as LucideArrowDownRightSquare
|
|
3862
|
+
} from '../icons/square-arrow-down-right';
|
|
3857
3863
|
// SquareArrowOutDownRight aliases
|
|
3858
3864
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3859
3865
|
export {
|
|
@@ -3942,12 +3948,6 @@ export {
|
|
|
3942
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3943
3949
|
default as LucideChevronLeftSquare
|
|
3944
3950
|
} from '../icons/square-chevron-left';
|
|
3945
|
-
// SquareChevronUp aliases
|
|
3946
|
-
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @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 */
|
|
3949
|
-
default as LucideChevronUpSquare
|
|
3950
|
-
} from '../icons/square-chevron-up';
|
|
3951
3951
|
// SquareChevronRight aliases
|
|
3952
3952
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
3953
3953
|
export {
|
|
@@ -3960,24 +3960,36 @@ export {
|
|
|
3960
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3961
3961
|
default as LucideCodeSquare
|
|
3962
3962
|
} from '../icons/square-code';
|
|
3963
|
-
//
|
|
3964
|
-
export { default as
|
|
3963
|
+
// SquareChevronUp aliases
|
|
3964
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3965
3965
|
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3967
|
-
default as
|
|
3968
|
-
} from '../icons/square-
|
|
3966
|
+
/** @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 */
|
|
3967
|
+
default as LucideChevronUpSquare
|
|
3968
|
+
} from '../icons/square-chevron-up';
|
|
3969
3969
|
// SquareDashedMousePointer aliases
|
|
3970
3970
|
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
3971
3971
|
export {
|
|
3972
3972
|
/** @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 */
|
|
3973
3973
|
default as LucideMousePointerSquareDashed
|
|
3974
3974
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3975
|
+
// SquareDashedKanban aliases
|
|
3976
|
+
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3979
|
+
default as LucideKanbanSquareDashed
|
|
3980
|
+
} from '../icons/square-dashed-kanban';
|
|
3975
3981
|
// SquareDashed aliases
|
|
3976
3982
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
3977
3983
|
export {
|
|
3978
3984
|
/** @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 */
|
|
3979
3985
|
default as LucideBoxSelect
|
|
3980
3986
|
} from '../icons/square-dashed';
|
|
3987
|
+
// SquareDot aliases
|
|
3988
|
+
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3991
|
+
default as LucideDotSquare
|
|
3992
|
+
} from '../icons/square-dot';
|
|
3981
3993
|
// SquareDivide aliases
|
|
3982
3994
|
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3983
3995
|
export {
|
|
@@ -4002,12 +4014,6 @@ export {
|
|
|
4002
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4003
4015
|
default as LucideKanbanSquare
|
|
4004
4016
|
} from '../icons/square-kanban';
|
|
4005
|
-
// SquareDot aliases
|
|
4006
|
-
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4007
|
-
export {
|
|
4008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4009
|
-
default as LucideDotSquare
|
|
4010
|
-
} from '../icons/square-dot';
|
|
4011
4017
|
// SquareLibrary aliases
|
|
4012
4018
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4013
4019
|
export {
|
|
@@ -4032,18 +4038,18 @@ export {
|
|
|
4032
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4033
4039
|
default as LucideMinusSquare
|
|
4034
4040
|
} from '../icons/square-minus';
|
|
4035
|
-
// SquareParkingOff aliases
|
|
4036
|
-
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4037
|
-
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4039
|
-
default as LucideParkingSquareOff
|
|
4040
|
-
} from '../icons/square-parking-off';
|
|
4041
4041
|
// SquareMousePointer aliases
|
|
4042
4042
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4043
4043
|
export {
|
|
4044
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4045
4045
|
default as LucideInspect
|
|
4046
4046
|
} from '../icons/square-mouse-pointer';
|
|
4047
|
+
// SquareParkingOff aliases
|
|
4048
|
+
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4049
|
+
export {
|
|
4050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4051
|
+
default as LucideParkingSquareOff
|
|
4052
|
+
} from '../icons/square-parking-off';
|
|
4047
4053
|
// SquareParking aliases
|
|
4048
4054
|
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4049
4055
|
export {
|
|
@@ -4056,12 +4062,6 @@ export {
|
|
|
4056
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4057
4063
|
default as LucidePercentSquare
|
|
4058
4064
|
} from '../icons/square-percent';
|
|
4059
|
-
// SquarePi aliases
|
|
4060
|
-
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4063
|
-
default as LucidePiSquare
|
|
4064
|
-
} from '../icons/square-pi';
|
|
4065
4065
|
// SquarePen aliases
|
|
4066
4066
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4067
4067
|
export {
|
|
@@ -4076,6 +4076,12 @@ export {
|
|
|
4076
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4077
4077
|
default as LucidePenSquare
|
|
4078
4078
|
} from '../icons/square-pen';
|
|
4079
|
+
// SquarePi aliases
|
|
4080
|
+
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as LucidePiSquare
|
|
4084
|
+
} from '../icons/square-pi';
|
|
4079
4085
|
// SquarePilcrow aliases
|
|
4080
4086
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4081
4087
|
export {
|
|
@@ -4094,42 +4100,42 @@ export {
|
|
|
4094
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4095
4101
|
default as LucidePlusSquare
|
|
4096
4102
|
} from '../icons/square-plus';
|
|
4097
|
-
// SquarePower aliases
|
|
4098
|
-
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4101
|
-
default as LucidePowerSquare
|
|
4102
|
-
} from '../icons/square-power';
|
|
4103
|
-
// SquareSigma aliases
|
|
4104
|
-
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @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 */
|
|
4107
|
-
default as LucideSigmaSquare
|
|
4108
|
-
} from '../icons/square-sigma';
|
|
4109
4103
|
// SquareScissors aliases
|
|
4110
4104
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4111
4105
|
export {
|
|
4112
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4113
4107
|
default as LucideScissorsSquare
|
|
4114
4108
|
} from '../icons/square-scissors';
|
|
4109
|
+
// SquarePower aliases
|
|
4110
|
+
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as LucidePowerSquare
|
|
4114
|
+
} from '../icons/square-power';
|
|
4115
4115
|
// SquareSlash aliases
|
|
4116
4116
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4117
4117
|
export {
|
|
4118
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4119
4119
|
default as LucideSlashSquare
|
|
4120
4120
|
} from '../icons/square-slash';
|
|
4121
|
-
//
|
|
4122
|
-
export { default as
|
|
4121
|
+
// SquareSigma aliases
|
|
4122
|
+
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4123
4123
|
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4125
|
-
default as
|
|
4126
|
-
} from '../icons/square-
|
|
4124
|
+
/** @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 */
|
|
4125
|
+
default as LucideSigmaSquare
|
|
4126
|
+
} from '../icons/square-sigma';
|
|
4127
4127
|
// SquareSplitVertical aliases
|
|
4128
4128
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4129
4129
|
export {
|
|
4130
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4131
4131
|
default as LucideSplitSquareVertical
|
|
4132
4132
|
} from '../icons/square-split-vertical';
|
|
4133
|
+
// SquareSplitHorizontal aliases
|
|
4134
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @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 */
|
|
4137
|
+
default as LucideSplitSquareHorizontal
|
|
4138
|
+
} from '../icons/square-split-horizontal';
|
|
4133
4139
|
// SquareTerminal aliases
|
|
4134
4140
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4135
4141
|
export {
|
|
@@ -4206,18 +4212,18 @@ export {
|
|
|
4206
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4207
4213
|
default as LucideWrapText
|
|
4208
4214
|
} from '../icons/text-wrap';
|
|
4209
|
-
// TramFront aliases
|
|
4210
|
-
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4211
|
-
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4213
|
-
default as LucideTrain
|
|
4214
|
-
} from '../icons/tram-front';
|
|
4215
4215
|
// TreePalm aliases
|
|
4216
4216
|
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4217
4217
|
export {
|
|
4218
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4219
4219
|
default as LucidePalmtree
|
|
4220
4220
|
} from '../icons/tree-palm';
|
|
4221
|
+
// TramFront aliases
|
|
4222
|
+
export { default as LucideTramFront } from '../icons/tram-front';
|
|
4223
|
+
export {
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4225
|
+
default as LucideTrain
|
|
4226
|
+
} from '../icons/tram-front';
|
|
4221
4227
|
// TriangleAlert aliases
|
|
4222
4228
|
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4223
4229
|
export {
|
|
@@ -4242,12 +4248,6 @@ export {
|
|
|
4242
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4243
4249
|
default as LucideUserCheck2
|
|
4244
4250
|
} from '../icons/user-round-check';
|
|
4245
|
-
// UserRoundCog aliases
|
|
4246
|
-
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4249
|
-
default as LucideUserCog2
|
|
4250
|
-
} from '../icons/user-round-cog';
|
|
4251
4251
|
// UserRoundMinus aliases
|
|
4252
4252
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4253
4253
|
export {
|
|
@@ -4266,6 +4266,12 @@ export {
|
|
|
4266
4266
|
/** @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 */
|
|
4267
4267
|
default as LucideUserX2
|
|
4268
4268
|
} from '../icons/user-round-x';
|
|
4269
|
+
// UserRoundCog aliases
|
|
4270
|
+
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as LucideUserCog2
|
|
4274
|
+
} from '../icons/user-round-cog';
|
|
4269
4275
|
// UserRound aliases
|
|
4270
4276
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4271
4277
|
export {
|
|
@@ -4284,18 +4290,18 @@ export {
|
|
|
4284
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4285
4291
|
default as LucideForkKnifeCrossed
|
|
4286
4292
|
} from '../icons/utensils-crossed';
|
|
4287
|
-
// WalletMinimal aliases
|
|
4288
|
-
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4289
|
-
export {
|
|
4290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4291
|
-
default as LucideWallet2
|
|
4292
|
-
} from '../icons/wallet-minimal';
|
|
4293
4293
|
// Utensils aliases
|
|
4294
4294
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4295
4295
|
export {
|
|
4296
4296
|
/** @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 */
|
|
4297
4297
|
default as LucideForkKnife
|
|
4298
4298
|
} from '../icons/utensils';
|
|
4299
|
+
// WalletMinimal aliases
|
|
4300
|
+
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4301
|
+
export {
|
|
4302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4303
|
+
default as LucideWallet2
|
|
4304
|
+
} from '../icons/wallet-minimal';
|
|
4299
4305
|
// WandSparkles aliases
|
|
4300
4306
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4301
4307
|
export {
|