@lucide/astro 0.562.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/LICENSE +2 -2
- package/README.md +11 -2
- package/package.json +6 -4
- package/src/Icon.astro +3 -0
- package/src/aliases/aliases.ts +70 -70
- package/src/aliases/prefixed.ts +608 -598
- package/src/aliases/suffixed.ts +976 -966
- package/src/createLucideIcon.ts +2 -1
- 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/bookmark-check.ts +2 -2
- package/src/icons/bookmark-minus.ts +2 -2
- package/src/icons/bookmark-plus.ts +2 -2
- package/src/icons/bookmark-x.ts +2 -2
- package/src/icons/bookmark.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/cloud-off.ts +2 -2
- package/src/icons/cloudy.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/globe-x.ts +18 -0
- package/src/icons/hard-drive.ts +2 -2
- package/src/icons/index.ts +178 -173
- package/src/icons/lasso.ts +2 -2
- package/src/icons/message-square-dashed.ts +2 -2
- package/src/icons/monitor-off.ts +2 -2
- package/src/icons/printer-x.ts +18 -0
- package/src/icons/rotate-ccw-key.ts +2 -2
- package/src/icons/star-off.ts +2 -2
- package/src/icons/tickets-plane.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/icons/waypoints.ts +2 -2
- package/src/types.ts +1 -0
- package/src/utils/hasA11yProp.ts +15 -0
- package/src/{utils.ts → utils/mergeClasses.ts} +1 -12
- package/src/utils/toKebabCase.ts +8 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -6,26 +6,26 @@ export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
9
|
-
// AirVent aliases
|
|
10
|
-
export { default as LucideAirVent } from '../icons/air-vent';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
|
-
//
|
|
16
|
-
export { default as
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as LucideAirVent } from '../icons/air-vent';
|
|
17
15
|
// AlarmClock aliases
|
|
18
16
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as LucideAlbum } from '../icons/album';
|
|
23
19
|
// AlignCenterHorizontal aliases
|
|
24
20
|
export { default as LucideAlignCenterHorizontal } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
27
21
|
// AlignCenterVertical aliases
|
|
28
22
|
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
23
|
+
// AlarmClockOff aliases
|
|
24
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
25
|
+
// AlignEndHorizontal aliases
|
|
26
|
+
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
27
|
+
// Album aliases
|
|
28
|
+
export { default as LucideAlbum } from '../icons/album';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -50,22 +50,22 @@ export { default as LucideAlignStartHorizontal } from '../icons/align-start-hori
|
|
|
50
50
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeEnd aliases
|
|
52
52
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
// AlignVerticalDistributeStart aliases
|
|
54
|
-
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
55
53
|
// AlignVerticalDistributeCenter aliases
|
|
56
54
|
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
57
|
-
//
|
|
58
|
-
export { default as
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
@@ -80,10 +80,10 @@ export { default as LucideAngry } from '../icons/angry';
|
|
|
80
80
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
|
-
// Aperture aliases
|
|
84
|
-
export { default as LucideAperture } from '../icons/aperture';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as LucideAperture } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
@@ -98,10 +98,10 @@ export { default as LucideArchiveX } from '../icons/archive-x';
|
|
|
98
98
|
export { default as LucideArchive } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDownDash aliases
|
|
102
|
-
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigDown aliases
|
|
104
102
|
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigDownDash aliases
|
|
104
|
+
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
@@ -112,20 +112,20 @@ export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-das
|
|
|
112
112
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowBigUp aliases
|
|
116
|
-
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
117
115
|
// ArrowDownFromLine aliases
|
|
118
116
|
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
125
|
-
//
|
|
126
|
-
export { default as
|
|
123
|
+
// ArrowDownNarrowWide aliases
|
|
124
|
+
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
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
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
@@ -134,12 +134,12 @@ export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
|
134
134
|
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
137
|
+
// ArrowLeftToLine aliases
|
|
138
|
+
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
137
139
|
// ArrowLeft aliases
|
|
138
140
|
export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
139
141
|
// ArrowRightFromLine aliases
|
|
140
142
|
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
141
|
-
// ArrowLeftToLine aliases
|
|
142
|
-
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
@@ -154,10 +154,10 @@ export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
|
154
154
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
|
-
// ArrowUpToLine aliases
|
|
158
|
-
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
159
157
|
// ArrowUpRight aliases
|
|
160
158
|
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
162
162
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
@@ -166,16 +166,16 @@ export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
export { default as LucideAtom } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as LucideAtSign } from '../icons/at-sign';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
175
|
-
// AudioWaveform aliases
|
|
176
|
-
export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as LucideAward } from '../icons/award';
|
|
177
|
+
// AudioWaveform aliases
|
|
178
|
+
export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as LucideAxe } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
@@ -202,10 +202,10 @@ export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
|
202
202
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
207
205
|
// BadgeRussianRuble aliases
|
|
208
206
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
@@ -220,22 +220,20 @@ export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
|
220
220
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as LucideBan } from '../icons/ban';
|
|
223
|
-
// Banana aliases
|
|
224
|
-
export { default as LucideBanana } from '../icons/banana';
|
|
225
223
|
// Bandage aliases
|
|
226
224
|
export { default as LucideBandage } from '../icons/bandage';
|
|
227
|
-
//
|
|
228
|
-
export { default as
|
|
225
|
+
// Banana aliases
|
|
226
|
+
export { default as LucideBanana } from '../icons/banana';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
237
|
-
// Barrel aliases
|
|
238
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
239
237
|
// Baseline aliases
|
|
240
238
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
241
239
|
// Bath aliases
|
|
@@ -244,6 +242,8 @@ export { default as LucideBath } from '../icons/bath';
|
|
|
244
242
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
245
243
|
// BatteryFull aliases
|
|
246
244
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
245
|
+
// Barrel aliases
|
|
246
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
247
247
|
// BatteryLow aliases
|
|
248
248
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
249
249
|
// BatteryMedium aliases
|
|
@@ -252,18 +252,18 @@ export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
|
252
252
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
255
|
-
// Battery aliases
|
|
256
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
257
255
|
// Beaker aliases
|
|
258
256
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
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
261
|
// Bean aliases
|
|
262
262
|
export { default as LucideBean } from '../icons/bean';
|
|
263
|
-
// BedDouble aliases
|
|
264
|
-
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
265
263
|
// BedSingle aliases
|
|
266
264
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
267
267
|
// Bed aliases
|
|
268
268
|
export { default as LucideBed } from '../icons/bed';
|
|
269
269
|
// Beef aliases
|
|
@@ -316,20 +316,20 @@ export { default as LucideBlocks } from '../icons/blocks';
|
|
|
316
316
|
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
321
319
|
// Bluetooth aliases
|
|
322
320
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
323
|
-
//
|
|
324
|
-
export { default as
|
|
321
|
+
// BluetoothSearching aliases
|
|
322
|
+
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
325
323
|
// Bolt aliases
|
|
326
324
|
export { default as LucideBolt } from '../icons/bolt';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as LucideBold } from '../icons/bold';
|
|
327
|
+
// Bomb aliases
|
|
328
|
+
export { default as LucideBomb } from '../icons/bomb';
|
|
327
329
|
// Bone aliases
|
|
328
330
|
export { default as LucideBone } from '../icons/bone';
|
|
329
331
|
// BookA aliases
|
|
330
332
|
export { default as LucideBookA } from '../icons/book-a';
|
|
331
|
-
// Bomb aliases
|
|
332
|
-
export { default as LucideBomb } from '../icons/bomb';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
335
335
|
// BookAudio aliases
|
|
@@ -338,10 +338,10 @@ export { default as LucideBookAudio } from '../icons/book-audio';
|
|
|
338
338
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
341
|
-
// BookDown aliases
|
|
342
|
-
export { default as LucideBookDown } from '../icons/book-down';
|
|
343
341
|
// BookHeadphones aliases
|
|
344
342
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
343
|
+
// BookDown aliases
|
|
344
|
+
export { default as LucideBookDown } from '../icons/book-down';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
@@ -372,10 +372,10 @@ export { default as LucideBookType } from '../icons/book-type';
|
|
|
372
372
|
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
375
|
-
// BookX aliases
|
|
376
|
-
export { default as LucideBookX } from '../icons/book-x';
|
|
377
375
|
// BookUser aliases
|
|
378
376
|
export { default as LucideBookUser } from '../icons/book-user';
|
|
377
|
+
// BookX aliases
|
|
378
|
+
export { default as LucideBookX } from '../icons/book-x';
|
|
379
379
|
// Book aliases
|
|
380
380
|
export { default as LucideBook } from '../icons/book';
|
|
381
381
|
// BookmarkCheck aliases
|
|
@@ -390,20 +390,20 @@ export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
|
390
390
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
393
|
-
// BotMessageSquare aliases
|
|
394
|
-
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
395
393
|
// BotOff aliases
|
|
396
394
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
395
|
+
// BotMessageSquare aliases
|
|
396
|
+
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
397
397
|
// Bot aliases
|
|
398
398
|
export { default as LucideBot } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as LucideBox } from '../icons/box';
|
|
403
401
|
// BowArrow aliases
|
|
404
402
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as LucideBox } from '../icons/box';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
@@ -416,12 +416,12 @@ export { default as LucideBrain } from '../icons/brain';
|
|
|
416
416
|
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWallShield aliases
|
|
418
418
|
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
419
|
-
// BrickWall aliases
|
|
420
|
-
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
421
419
|
// BriefcaseBusiness aliases
|
|
422
420
|
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BrickWall aliases
|
|
424
|
+
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
@@ -432,10 +432,10 @@ export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
|
432
432
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as LucideBrush } from '../icons/brush';
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as LucideBugOff } from '../icons/bug-off';
|
|
437
435
|
// Bubbles aliases
|
|
438
436
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
437
|
+
// BugOff aliases
|
|
438
|
+
export { default as LucideBugOff } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
@@ -458,12 +458,12 @@ export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
|
458
458
|
export { default as LucideCake } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
461
|
-
// Calendar1 aliases
|
|
462
|
-
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
463
461
|
// CalendarArrowDown aliases
|
|
464
462
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
465
463
|
// CalendarArrowUp aliases
|
|
466
464
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
465
|
+
// Calendar1 aliases
|
|
466
|
+
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
@@ -504,10 +504,10 @@ export { default as LucideCalendar } from '../icons/calendar';
|
|
|
504
504
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
507
|
-
// Camera aliases
|
|
508
|
-
export { default as LucideCamera } from '../icons/camera';
|
|
509
507
|
// CandyCane aliases
|
|
510
508
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
509
|
+
// Camera aliases
|
|
510
|
+
export { default as LucideCamera } from '../icons/camera';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
513
513
|
// Candy aliases
|
|
@@ -516,30 +516,30 @@ export { default as LucideCandy } from '../icons/candy';
|
|
|
516
516
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as LucideCannabis } from '../icons/cannabis';
|
|
519
|
+
// CarFront aliases
|
|
520
|
+
export { default as LucideCarFront } from '../icons/car-front';
|
|
519
521
|
// CaptionsOff aliases
|
|
520
522
|
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
521
523
|
// CarTaxiFront aliases
|
|
522
524
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
523
|
-
// CarFront aliases
|
|
524
|
-
export { default as LucideCarFront } from '../icons/car-front';
|
|
525
525
|
// Car aliases
|
|
526
526
|
export { default as LucideCar } from '../icons/car';
|
|
527
|
-
// CardSim aliases
|
|
528
|
-
export { default as LucideCardSim } from '../icons/card-sim';
|
|
529
527
|
// Caravan aliases
|
|
530
528
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
529
|
+
// CardSim aliases
|
|
530
|
+
export { default as LucideCardSim } from '../icons/card-sim';
|
|
531
531
|
// Carrot aliases
|
|
532
532
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
533
|
-
// CaseLower aliases
|
|
534
|
-
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
535
533
|
// CaseSensitive aliases
|
|
536
534
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
535
|
+
// CaseLower aliases
|
|
536
|
+
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
537
537
|
// CaseUpper aliases
|
|
538
538
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
539
|
-
// Cast aliases
|
|
540
|
-
export { default as LucideCast } from '../icons/cast';
|
|
541
539
|
// CassetteTape aliases
|
|
542
540
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as LucideCast } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as LucideCastle } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
@@ -574,14 +574,14 @@ export { default as LucideCheckLine } from '../icons/check-line';
|
|
|
574
574
|
export { default as LucideCheck } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as LucideChefHat } from '../icons/chef-hat';
|
|
577
|
-
// ChessBishop aliases
|
|
578
|
-
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as LucideCherry } from '../icons/cherry';
|
|
581
579
|
// ChessKing aliases
|
|
582
580
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
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,24 +614,24 @@ 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
629
|
// CircleDotDashed aliases
|
|
632
630
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleEqual aliases
|
|
@@ -660,32 +660,32 @@ export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
|
660
660
|
export { default as LucideCitrus } from '../icons/citrus';
|
|
661
661
|
// Clapperboard aliases
|
|
662
662
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
663
|
-
// ClipboardClock aliases
|
|
664
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
665
663
|
// ClipboardCheck aliases
|
|
666
664
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
665
|
+
// ClipboardClock aliases
|
|
666
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
667
667
|
// ClipboardCopy aliases
|
|
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
671
|
// ClipboardMinus aliases
|
|
672
672
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
673
|
-
// ClipboardPlus aliases
|
|
674
|
-
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
675
673
|
// ClipboardPaste aliases
|
|
676
674
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
675
|
+
// ClipboardPlus aliases
|
|
676
|
+
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
677
677
|
// ClipboardType aliases
|
|
678
678
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
679
679
|
// ClipboardX aliases
|
|
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
689
|
// Clock12 aliases
|
|
690
690
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
691
691
|
// Clock3 aliases
|
|
@@ -696,14 +696,14 @@ export { default as LucideClock2 } from '../icons/clock-2';
|
|
|
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
|
|
@@ -714,36 +714,36 @@ export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
|
714
714
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
716
716
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
717
|
-
// Clock aliases
|
|
718
|
-
export { default as LucideClock } from '../icons/clock';
|
|
719
717
|
// ClockPlus aliases
|
|
720
718
|
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
719
|
+
// Clock aliases
|
|
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
729
|
// CloudCog aliases
|
|
730
730
|
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
731
|
-
// CloudFog aliases
|
|
732
|
-
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
733
731
|
// CloudDrizzle aliases
|
|
734
732
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudFog aliases
|
|
734
|
+
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
737
737
|
// CloudLightning aliases
|
|
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
|
+
// CloudMoon aliases
|
|
742
|
+
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
741
743
|
// CloudOff aliases
|
|
742
744
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
743
745
|
// CloudRainWind aliases
|
|
744
746
|
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
745
|
-
// CloudMoon aliases
|
|
746
|
-
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
747
747
|
// CloudRain aliases
|
|
748
748
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
749
749
|
// CloudSnow aliases
|
|
@@ -752,10 +752,10 @@ export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
|
752
752
|
export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
755
|
-
// Cloudy aliases
|
|
756
|
-
export { default as LucideCloudy } from '../icons/cloudy';
|
|
757
755
|
// CloudSync aliases
|
|
758
756
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
757
|
+
// Cloudy aliases
|
|
758
|
+
export { default as LucideCloudy } from '../icons/cloudy';
|
|
759
759
|
// Cloud aliases
|
|
760
760
|
export { default as LucideCloud } from '../icons/cloud';
|
|
761
761
|
// Clover aliases
|
|
@@ -776,12 +776,12 @@ 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';
|
|
783
|
+
// Combine aliases
|
|
784
|
+
export { default as LucideCombine } from '../icons/combine';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as LucideComponent } from '../icons/component';
|
|
787
787
|
// Computer aliases
|
|
@@ -802,16 +802,16 @@ export { default as LucideContrast } from '../icons/contrast';
|
|
|
802
802
|
export { default as LucideCookie } from '../icons/cookie';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
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
817
|
// Copyright aliases
|
|
@@ -824,22 +824,22 @@ export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
|
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,34 +850,36 @@ 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
|
+
// CupSoda aliases
|
|
854
|
+
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
853
855
|
// Cuboid aliases
|
|
854
856
|
export { default as LucideCuboid } from '../icons/cuboid';
|
|
855
857
|
// Currency aliases
|
|
856
858
|
export { default as LucideCurrency } from '../icons/currency';
|
|
857
|
-
// CupSoda aliases
|
|
858
|
-
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
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
869
|
// Database aliases
|
|
868
870
|
export { default as LucideDatabase } from '../icons/database';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
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
|
|
876
878
|
export { default as LucideDessert } from '../icons/dessert';
|
|
877
|
-
// DiamondMinus aliases
|
|
878
|
-
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
881
|
+
// DiamondMinus aliases
|
|
882
|
+
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
881
883
|
// DiamondPlus aliases
|
|
882
884
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
883
885
|
// Diamond 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
|
+
// Dice6 aliases
|
|
902
|
+
export { default as LucideDice6 } from '../icons/dice-6';
|
|
901
903
|
// Disc2 aliases
|
|
902
904
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
903
|
-
// DiscAlbum aliases
|
|
904
|
-
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
905
905
|
// Disc3 aliases
|
|
906
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
|
|
@@ -926,26 +928,26 @@ export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
|
926
928
|
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
927
929
|
// DoorOpen aliases
|
|
928
930
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
929
|
-
// Dot aliases
|
|
930
|
-
export { default as LucideDot } from '../icons/dot';
|
|
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,10 +970,10 @@ 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
|
+
// EqualNot aliases
|
|
976
|
+
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
975
977
|
// EthernetPort aliases
|
|
976
978
|
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
977
979
|
// Eraser 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
|
|
@@ -1010,28 +1012,28 @@ export { default as LucideFigma } from '../icons/figma';
|
|
|
1010
1012
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1011
1013
|
// FileBox aliases
|
|
1012
1014
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
1013
|
-
// FileClock aliases
|
|
1014
|
-
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1015
1015
|
// FileCheck aliases
|
|
1016
1016
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1017
1019
|
// FileCode aliases
|
|
1018
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';
|
|
1023
|
-
// FileDown aliases
|
|
1024
|
-
export { default as LucideFileDown } from '../icons/file-down';
|
|
1025
1025
|
// FileHeart aliases
|
|
1026
1026
|
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1027
|
-
//
|
|
1028
|
-
export { default as
|
|
1027
|
+
// FileDown aliases
|
|
1028
|
+
export { default as LucideFileDown } from '../icons/file-down';
|
|
1029
1029
|
// FileInput aliases
|
|
1030
1030
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1031
|
-
//
|
|
1032
|
-
export { default as
|
|
1031
|
+
// FileImage aliases
|
|
1032
|
+
export { default as LucideFileImage } from '../icons/file-image';
|
|
1033
1033
|
// FileMusic aliases
|
|
1034
1034
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1035
|
+
// FileMinus aliases
|
|
1036
|
+
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1035
1037
|
// FileOutput aliases
|
|
1036
1038
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1037
1039
|
// FilePlus aliases
|
|
@@ -1074,70 +1076,70 @@ 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
|
+
// Fish aliases
|
|
1084
|
+
export { default as LucideFish } from '../icons/fish';
|
|
1083
1085
|
// FlagTriangleLeft aliases
|
|
1084
1086
|
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1085
|
-
// FlagTriangleRight aliases
|
|
1086
|
-
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
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
|
|
1092
1094
|
export { default as LucideFlame } from '../icons/flame';
|
|
1093
|
-
// Flashlight aliases
|
|
1094
|
-
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
1096
1096
|
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1097
|
-
//
|
|
1098
|
-
export { default as
|
|
1097
|
+
// Flashlight aliases
|
|
1098
|
+
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1101
|
+
// FlaskConical aliases
|
|
1102
|
+
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1101
1103
|
// FlaskRound aliases
|
|
1102
1104
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1103
1105
|
// FlipHorizontal2 aliases
|
|
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
|
+
// FlipVertical2 aliases
|
|
1112
|
+
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1113
|
+
// Focus aliases
|
|
1114
|
+
export { default as LucideFocus } from '../icons/focus';
|
|
1111
1115
|
// Flower aliases
|
|
1112
1116
|
export { default as LucideFlower } from '../icons/flower';
|
|
1113
1117
|
// Flower2 aliases
|
|
1114
1118
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1115
1119
|
// FoldHorizontal aliases
|
|
1116
1120
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1117
|
-
// Focus aliases
|
|
1118
|
-
export { default as LucideFocus } from '../icons/focus';
|
|
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
|
+
// FoldVertical aliases
|
|
1124
|
+
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1123
1125
|
// FolderCheck aliases
|
|
1124
1126
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1125
|
-
// FolderClock aliases
|
|
1126
|
-
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
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
|
|
1136
1138
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1137
|
-
// FolderGit aliases
|
|
1138
|
-
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1139
1139
|
// FolderHeart aliases
|
|
1140
1140
|
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1141
|
+
// FolderGit aliases
|
|
1142
|
+
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1141
1143
|
// FolderInput aliases
|
|
1142
1144
|
export { default as LucideFolderInput } from '../icons/folder-input';
|
|
1143
1145
|
// FolderKanban aliases
|
|
@@ -1150,20 +1152,20 @@ export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
|
1150
1152
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1151
1153
|
// FolderOpenDot aliases
|
|
1152
1154
|
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1153
|
-
// FolderOpen aliases
|
|
1154
|
-
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1155
1155
|
// FolderOutput aliases
|
|
1156
1156
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1157
1157
|
// FolderPlus aliases
|
|
1158
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
1165
|
// FolderSymlink aliases
|
|
1166
1166
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1167
|
+
// FolderSearch2 aliases
|
|
1168
|
+
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1167
1169
|
// FolderSync aliases
|
|
1168
1170
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1169
1171
|
// FolderTree aliases
|
|
@@ -1174,20 +1176,20 @@ export { default as LucideFolderUp } from '../icons/folder-up';
|
|
|
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
|
|
1184
1186
|
export { default as LucideForm } from '../icons/form';
|
|
1185
1187
|
// Forward aliases
|
|
1186
1188
|
export { default as LucideForward } from '../icons/forward';
|
|
1187
|
-
// Framer aliases
|
|
1188
|
-
export { default as LucideFramer } from '../icons/framer';
|
|
1189
1189
|
// Frame aliases
|
|
1190
1190
|
export { default as LucideFrame } from '../icons/frame';
|
|
1191
|
+
// Framer aliases
|
|
1192
|
+
export { default as LucideFramer } from '../icons/framer';
|
|
1191
1193
|
// Frown aliases
|
|
1192
1194
|
export { default as LucideFrown } from '../icons/frown';
|
|
1193
1195
|
// Fuel aliases
|
|
@@ -1196,12 +1198,12 @@ export { default as LucideFuel } from '../icons/fuel';
|
|
|
1196
1198
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1197
1199
|
// FunnelPlus aliases
|
|
1198
1200
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1199
|
-
// GalleryHorizontal aliases
|
|
1200
|
-
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1203
1203
|
// GalleryVerticalEnd aliases
|
|
1204
1204
|
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1205
1207
|
// GalleryThumbnails aliases
|
|
1206
1208
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1207
1209
|
// GalleryVertical aliases
|
|
@@ -1216,16 +1218,16 @@ export { default as LucideGamepad } from '../icons/gamepad';
|
|
|
1216
1218
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1217
1219
|
// Gavel aliases
|
|
1218
1220
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1219
|
-
// GeorgianLari aliases
|
|
1220
|
-
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as LucideGem } from '../icons/gem';
|
|
1223
|
+
// GeorgianLari aliases
|
|
1224
|
+
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1223
1225
|
// Ghost aliases
|
|
1224
1226
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1225
|
-
// GitBranchMinus aliases
|
|
1226
|
-
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1227
1227
|
// Gift aliases
|
|
1228
1228
|
export { default as LucideGift } from '../icons/gift';
|
|
1229
|
+
// GitBranchMinus aliases
|
|
1230
|
+
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1229
1231
|
// GitBranchPlus aliases
|
|
1230
1232
|
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1231
1233
|
// GitBranch aliases
|
|
@@ -1246,10 +1248,10 @@ export { default as LucideGitMerge } from '../icons/git-merge';
|
|
|
1246
1248
|
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1247
1249
|
// GitPullRequestClosed aliases
|
|
1248
1250
|
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1249
|
-
// GitPullRequestCreateArrow aliases
|
|
1250
|
-
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1251
1251
|
// GitPullRequestCreate aliases
|
|
1252
1252
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1253
|
+
// GitPullRequestCreateArrow aliases
|
|
1254
|
+
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1253
1255
|
// GitPullRequestDraft aliases
|
|
1254
1256
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1255
1257
|
// GitPullRequest aliases
|
|
@@ -1264,6 +1266,8 @@ export { default as LucideGlassWater } from '../icons/glass-water';
|
|
|
1264
1266
|
export { default as LucideGlasses } from '../icons/glasses';
|
|
1265
1267
|
// GlobeLock aliases
|
|
1266
1268
|
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1269
|
+
// GlobeX aliases
|
|
1270
|
+
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1267
1271
|
// Globe aliases
|
|
1268
1272
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1269
1273
|
// Goal aliases
|
|
@@ -1284,10 +1288,10 @@ export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
|
1284
1288
|
export { default as LucideGrip } from '../icons/grip';
|
|
1285
1289
|
// Group aliases
|
|
1286
1290
|
export { default as LucideGroup } from '../icons/group';
|
|
1287
|
-
// Ham aliases
|
|
1288
|
-
export { default as LucideHam } from '../icons/ham';
|
|
1289
1291
|
// Guitar aliases
|
|
1290
1292
|
export { default as LucideGuitar } from '../icons/guitar';
|
|
1293
|
+
// Ham aliases
|
|
1294
|
+
export { default as LucideHam } from '../icons/ham';
|
|
1291
1295
|
// Hamburger aliases
|
|
1292
1296
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1293
1297
|
// Hammer aliases
|
|
@@ -1296,12 +1300,12 @@ export { default as LucideHammer } from '../icons/hammer';
|
|
|
1296
1300
|
export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
1297
1301
|
// HandFist aliases
|
|
1298
1302
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1303
|
+
// HandHeart aliases
|
|
1304
|
+
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1299
1305
|
// HandMetal aliases
|
|
1300
1306
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1301
1307
|
// HandPlatter aliases
|
|
1302
1308
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1303
|
-
// HandHeart aliases
|
|
1304
|
-
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1305
1309
|
// Hand aliases
|
|
1306
1310
|
export { default as LucideHand } from '../icons/hand';
|
|
1307
1311
|
// Handbag aliases
|
|
@@ -1314,14 +1318,14 @@ export { default as LucideHardDriveDownload } from '../icons/hard-drive-download
|
|
|
1314
1318
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1315
1319
|
// HardDrive aliases
|
|
1316
1320
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1317
|
-
// HardHat aliases
|
|
1318
|
-
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1319
1321
|
// Hash aliases
|
|
1320
1322
|
export { default as LucideHash } from '../icons/hash';
|
|
1321
|
-
//
|
|
1322
|
-
export { default as
|
|
1323
|
+
// HardHat aliases
|
|
1324
|
+
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1323
1325
|
// Haze aliases
|
|
1324
1326
|
export { default as LucideHaze } from '../icons/haze';
|
|
1327
|
+
// HatGlasses aliases
|
|
1328
|
+
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1325
1329
|
// Hd aliases
|
|
1326
1330
|
export { default as LucideHd } from '../icons/hd';
|
|
1327
1331
|
// HdmiPort aliases
|
|
@@ -1358,10 +1362,10 @@ export { default as LucideHeartOff } from '../icons/heart-off';
|
|
|
1358
1362
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1359
1363
|
// HeartPulse aliases
|
|
1360
1364
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1361
|
-
// Heart aliases
|
|
1362
|
-
export { default as LucideHeart } from '../icons/heart';
|
|
1363
1365
|
// Heater aliases
|
|
1364
1366
|
export { default as LucideHeater } from '../icons/heater';
|
|
1367
|
+
// Heart aliases
|
|
1368
|
+
export { default as LucideHeart } from '../icons/heart';
|
|
1365
1369
|
// Helicopter aliases
|
|
1366
1370
|
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1367
1371
|
// Hexagon aliases
|
|
@@ -1374,10 +1378,10 @@ export { default as LucideHistory } from '../icons/history';
|
|
|
1374
1378
|
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1375
1379
|
// Hop aliases
|
|
1376
1380
|
export { default as LucideHop } from '../icons/hop';
|
|
1377
|
-
// Hospital aliases
|
|
1378
|
-
export { default as LucideHospital } from '../icons/hospital';
|
|
1379
1381
|
// Hotel aliases
|
|
1380
1382
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1383
|
+
// Hospital aliases
|
|
1384
|
+
export { default as LucideHospital } from '../icons/hospital';
|
|
1381
1385
|
// Hourglass aliases
|
|
1382
1386
|
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1383
1387
|
// HouseHeart aliases
|
|
@@ -1392,20 +1396,20 @@ export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
|
1392
1396
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1393
1397
|
// IdCard aliases
|
|
1394
1398
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1395
|
-
// ImageDown aliases
|
|
1396
|
-
export { default as LucideImageDown } from '../icons/image-down';
|
|
1397
1399
|
// ImageMinus aliases
|
|
1398
1400
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1401
|
+
// ImageDown aliases
|
|
1402
|
+
export { default as LucideImageDown } from '../icons/image-down';
|
|
1399
1403
|
// ImageOff aliases
|
|
1400
1404
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1401
|
-
// ImagePlay aliases
|
|
1402
|
-
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1403
1405
|
// ImagePlus aliases
|
|
1404
1406
|
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1405
|
-
//
|
|
1406
|
-
export { default as
|
|
1407
|
+
// ImagePlay aliases
|
|
1408
|
+
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1407
1409
|
// ImageUpscale aliases
|
|
1408
1410
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as LucideImageUp } from '../icons/image-up';
|
|
1409
1413
|
// Image aliases
|
|
1410
1414
|
export { default as LucideImage } from '../icons/image';
|
|
1411
1415
|
// Images aliases
|
|
@@ -1454,16 +1458,16 @@ export { default as LucideKeyboard } from '../icons/keyboard';
|
|
|
1454
1458
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1455
1459
|
// LampDesk aliases
|
|
1456
1460
|
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1457
|
-
// LampWallDown aliases
|
|
1458
|
-
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1459
1461
|
// LampFloor aliases
|
|
1460
1462
|
export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
1463
|
+
// LampWallDown aliases
|
|
1464
|
+
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1461
1465
|
// LampWallUp aliases
|
|
1462
1466
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1463
|
-
// Lamp aliases
|
|
1464
|
-
export { default as LucideLamp } from '../icons/lamp';
|
|
1465
1467
|
// LandPlot aliases
|
|
1466
1468
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1469
|
+
// Lamp aliases
|
|
1470
|
+
export { default as LucideLamp } from '../icons/lamp';
|
|
1467
1471
|
// Landmark aliases
|
|
1468
1472
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1469
1473
|
// Languages aliases
|
|
@@ -1482,10 +1486,10 @@ export { default as LucideLaugh } from '../icons/laugh';
|
|
|
1482
1486
|
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1483
1487
|
// LayersPlus aliases
|
|
1484
1488
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1485
|
-
// LayoutDashboard aliases
|
|
1486
|
-
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1487
1489
|
// LayoutGrid aliases
|
|
1488
1490
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1491
|
+
// LayoutDashboard aliases
|
|
1492
|
+
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1489
1493
|
// LayoutList aliases
|
|
1490
1494
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1491
1495
|
// LayoutPanelLeft aliases
|
|
@@ -1498,10 +1502,10 @@ export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
|
1498
1502
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1499
1503
|
// LeafyGreen aliases
|
|
1500
1504
|
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1501
|
-
// Lectern aliases
|
|
1502
|
-
export { default as LucideLectern } from '../icons/lectern';
|
|
1503
1505
|
// LibraryBig aliases
|
|
1504
1506
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1507
|
+
// Lectern aliases
|
|
1508
|
+
export { default as LucideLectern } from '../icons/lectern';
|
|
1505
1509
|
// Library aliases
|
|
1506
1510
|
export { default as LucideLibrary } from '../icons/library';
|
|
1507
1511
|
// LifeBuoy aliases
|
|
@@ -1568,26 +1572,26 @@ export { default as LucideLoader } from '../icons/loader';
|
|
|
1568
1572
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1569
1573
|
// LocateOff aliases
|
|
1570
1574
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1571
|
-
// Locate aliases
|
|
1572
|
-
export { default as LucideLocate } from '../icons/locate';
|
|
1573
1575
|
// LockKeyhole aliases
|
|
1574
1576
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1577
|
+
// Locate aliases
|
|
1578
|
+
export { default as LucideLocate } from '../icons/locate';
|
|
1575
1579
|
// Lock aliases
|
|
1576
1580
|
export { default as LucideLock } from '../icons/lock';
|
|
1577
|
-
// LogIn aliases
|
|
1578
|
-
export { default as LucideLogIn } from '../icons/log-in';
|
|
1579
1581
|
// LogOut aliases
|
|
1580
1582
|
export { default as LucideLogOut } from '../icons/log-out';
|
|
1581
1583
|
// Logs aliases
|
|
1582
1584
|
export { default as LucideLogs } from '../icons/logs';
|
|
1583
|
-
//
|
|
1584
|
-
export { default as
|
|
1585
|
+
// LogIn aliases
|
|
1586
|
+
export { default as LucideLogIn } from '../icons/log-in';
|
|
1585
1587
|
// Luggage aliases
|
|
1586
1588
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1589
|
+
// Lollipop aliases
|
|
1590
|
+
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1589
1591
|
// MailCheck aliases
|
|
1590
1592
|
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1593
|
+
// Magnet aliases
|
|
1594
|
+
export { default as LucideMagnet } from '../icons/magnet';
|
|
1591
1595
|
// MailMinus aliases
|
|
1592
1596
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1593
1597
|
// MailOpen aliases
|
|
@@ -1612,14 +1616,14 @@ export { default as LucideMapMinus } from '../icons/map-minus';
|
|
|
1612
1616
|
export { default as LucideMapPinCheckInside } from '../icons/map-pin-check-inside';
|
|
1613
1617
|
// MapPinCheck aliases
|
|
1614
1618
|
export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
1615
|
-
// MapPinMinusInside aliases
|
|
1616
|
-
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1617
1619
|
// MapPinHouse aliases
|
|
1618
1620
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1621
|
+
// MapPinMinusInside aliases
|
|
1622
|
+
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1621
1623
|
// MapPinOff aliases
|
|
1622
1624
|
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1625
|
+
// MapPinMinus aliases
|
|
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
1629
|
// MapPinPlus aliases
|
|
@@ -1628,16 +1632,16 @@ export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
|
1628
1632
|
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1629
1633
|
// MapPinX aliases
|
|
1630
1634
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1631
|
-
// MapPin aliases
|
|
1632
|
-
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1633
1635
|
// MapPinned aliases
|
|
1634
1636
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1635
1637
|
// MapPlus aliases
|
|
1636
1638
|
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
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';
|
|
1643
|
+
// MarsStroke aliases
|
|
1644
|
+
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1641
1645
|
// Mars aliases
|
|
1642
1646
|
export { default as LucideMars } from '../icons/mars';
|
|
1643
1647
|
// Martini aliases
|
|
@@ -1654,12 +1658,12 @@ export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
|
1654
1658
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1655
1659
|
// Meh aliases
|
|
1656
1660
|
export { default as LucideMeh } from '../icons/meh';
|
|
1657
|
-
// Menu aliases
|
|
1658
|
-
export { default as LucideMenu } from '../icons/menu';
|
|
1659
1661
|
// MemoryStick aliases
|
|
1660
1662
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1661
1663
|
// Merge aliases
|
|
1662
1664
|
export { default as LucideMerge } from '../icons/merge';
|
|
1665
|
+
// Menu aliases
|
|
1666
|
+
export { default as LucideMenu } from '../icons/menu';
|
|
1663
1667
|
// MessageCircleCode aliases
|
|
1664
1668
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1665
1669
|
// MessageCircleDashed aliases
|
|
@@ -1670,10 +1674,10 @@ export { default as LucideMessageCircleHeart } from '../icons/message-circle-hea
|
|
|
1670
1674
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1671
1675
|
// MessageCircleOff aliases
|
|
1672
1676
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1673
|
-
// MessageCircleReply aliases
|
|
1674
|
-
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1675
1677
|
// MessageCirclePlus aliases
|
|
1676
1678
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1679
|
+
// MessageCircleReply aliases
|
|
1680
|
+
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1677
1681
|
// MessageCircleWarning aliases
|
|
1678
1682
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1679
1683
|
// MessageCircleX aliases
|
|
@@ -1706,26 +1710,26 @@ export { default as LucideMessageSquareReply } from '../icons/message-square-rep
|
|
|
1706
1710
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1707
1711
|
// MessageSquareText aliases
|
|
1708
1712
|
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1709
|
-
// MessageSquareWarning aliases
|
|
1710
|
-
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1711
1713
|
// MessageSquareX aliases
|
|
1712
1714
|
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1715
|
+
// MessageSquareWarning aliases
|
|
1716
|
+
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1713
1717
|
// MessageSquare aliases
|
|
1714
1718
|
export { default as LucideMessageSquare } from '../icons/message-square';
|
|
1715
1719
|
// MessagesSquare aliases
|
|
1716
1720
|
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1717
1721
|
// MicOff aliases
|
|
1718
1722
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1719
|
-
// Mic aliases
|
|
1720
|
-
export { default as LucideMic } from '../icons/mic';
|
|
1721
1723
|
// Microchip aliases
|
|
1722
1724
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1725
|
+
// Mic aliases
|
|
1726
|
+
export { default as LucideMic } from '../icons/mic';
|
|
1723
1727
|
// Microscope aliases
|
|
1724
1728
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1725
|
-
// Milestone aliases
|
|
1726
|
-
export { default as LucideMilestone } from '../icons/milestone';
|
|
1727
1729
|
// Microwave aliases
|
|
1728
1730
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1731
|
+
// Milestone aliases
|
|
1732
|
+
export { default as LucideMilestone } from '../icons/milestone';
|
|
1729
1733
|
// MilkOff aliases
|
|
1730
1734
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1731
1735
|
// Milk aliases
|
|
@@ -1744,16 +1748,16 @@ export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
|
1744
1748
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1745
1749
|
// MonitorDot aliases
|
|
1746
1750
|
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1747
|
-
// MonitorDown aliases
|
|
1748
|
-
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1749
1751
|
// MonitorOff aliases
|
|
1750
1752
|
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1753
|
+
// MonitorDown aliases
|
|
1754
|
+
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1751
1755
|
// MonitorPause aliases
|
|
1752
1756
|
export { default as LucideMonitorPause } from '../icons/monitor-pause';
|
|
1753
|
-
// MonitorPlay aliases
|
|
1754
|
-
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1755
1757
|
// MonitorSmartphone aliases
|
|
1756
1758
|
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1759
|
+
// MonitorPlay aliases
|
|
1760
|
+
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1757
1761
|
// MonitorSpeaker aliases
|
|
1758
1762
|
export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1759
1763
|
// MonitorStop aliases
|
|
@@ -1814,18 +1818,18 @@ export { default as LucideMoveUp } from '../icons/move-up';
|
|
|
1814
1818
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1815
1819
|
// Move aliases
|
|
1816
1820
|
export { default as LucideMove } from '../icons/move';
|
|
1817
|
-
// Music3 aliases
|
|
1818
|
-
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1819
1821
|
// Music2 aliases
|
|
1820
1822
|
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1823
|
+
// Music3 aliases
|
|
1824
|
+
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1821
1825
|
// Music4 aliases
|
|
1822
1826
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1823
1827
|
// Music aliases
|
|
1824
1828
|
export { default as LucideMusic } from '../icons/music';
|
|
1825
|
-
// Navigation2Off aliases
|
|
1826
|
-
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1827
1829
|
// Navigation2 aliases
|
|
1828
1830
|
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1831
|
+
// Navigation2Off aliases
|
|
1832
|
+
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1829
1833
|
// NavigationOff aliases
|
|
1830
1834
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1831
1835
|
// Navigation aliases
|
|
@@ -1848,12 +1852,12 @@ export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
|
1848
1852
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
1849
1853
|
// NotepadTextDashed aliases
|
|
1850
1854
|
export { default as LucideNotepadTextDashed } from '../icons/notepad-text-dashed';
|
|
1855
|
+
// NotepadText aliases
|
|
1856
|
+
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
1851
1857
|
// NutOff aliases
|
|
1852
1858
|
export { default as LucideNutOff } from '../icons/nut-off';
|
|
1853
1859
|
// Nut aliases
|
|
1854
1860
|
export { default as LucideNut } from '../icons/nut';
|
|
1855
|
-
// NotepadText aliases
|
|
1856
|
-
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
1857
1861
|
// OctagonMinus aliases
|
|
1858
1862
|
export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
1859
1863
|
// Octagon aliases
|
|
@@ -1894,10 +1898,10 @@ export { default as LucidePalette } from '../icons/palette';
|
|
|
1894
1898
|
export { default as LucidePanda } from '../icons/panda';
|
|
1895
1899
|
// PanelBottomClose aliases
|
|
1896
1900
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1897
|
-
// PanelBottomOpen aliases
|
|
1898
|
-
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1899
1901
|
// PanelBottom aliases
|
|
1900
1902
|
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1903
|
+
// PanelBottomOpen aliases
|
|
1904
|
+
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1901
1905
|
// PanelLeftRightDashed aliases
|
|
1902
1906
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1903
1907
|
// PanelRightClose aliases
|
|
@@ -1926,48 +1930,48 @@ export { default as LucideParentheses } from '../icons/parentheses';
|
|
|
1926
1930
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1927
1931
|
// PartyPopper aliases
|
|
1928
1932
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1929
|
-
// Pause aliases
|
|
1930
|
-
export { default as LucidePause } from '../icons/pause';
|
|
1931
1933
|
// PawPrint aliases
|
|
1932
1934
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1935
|
+
// Pause aliases
|
|
1936
|
+
export { default as LucidePause } from '../icons/pause';
|
|
1933
1937
|
// PcCase aliases
|
|
1934
1938
|
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1935
1939
|
// PenOff aliases
|
|
1936
1940
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1937
|
-
// PenTool aliases
|
|
1938
|
-
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1939
1941
|
// PencilLine aliases
|
|
1940
1942
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1943
|
+
// PenTool aliases
|
|
1944
|
+
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1943
1945
|
// PencilRuler aliases
|
|
1944
1946
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1947
|
+
// PencilOff aliases
|
|
1948
|
+
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1945
1949
|
// Pencil aliases
|
|
1946
1950
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1947
1951
|
// Pentagon aliases
|
|
1948
1952
|
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1949
|
-
// Percent aliases
|
|
1950
|
-
export { default as LucidePercent } from '../icons/percent';
|
|
1951
1953
|
// PersonStanding aliases
|
|
1952
1954
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1953
|
-
//
|
|
1954
|
-
export { default as
|
|
1955
|
+
// Percent aliases
|
|
1956
|
+
export { default as LucidePercent } from '../icons/percent';
|
|
1955
1957
|
// PhoneCall aliases
|
|
1956
1958
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1959
|
+
// PhilippinePeso aliases
|
|
1960
|
+
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1957
1961
|
// PhoneForwarded aliases
|
|
1958
1962
|
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1959
1963
|
// PhoneIncoming aliases
|
|
1960
1964
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1961
|
-
// PhoneMissed aliases
|
|
1962
|
-
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1963
1965
|
// PhoneOff aliases
|
|
1964
1966
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
1965
1967
|
// PhoneOutgoing aliases
|
|
1966
1968
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1967
|
-
//
|
|
1968
|
-
export { default as
|
|
1969
|
+
// PhoneMissed aliases
|
|
1970
|
+
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1969
1971
|
// Pi aliases
|
|
1970
1972
|
export { default as LucidePi } from '../icons/pi';
|
|
1973
|
+
// Phone aliases
|
|
1974
|
+
export { default as LucidePhone } from '../icons/phone';
|
|
1971
1975
|
// Piano aliases
|
|
1972
1976
|
export { default as LucidePiano } from '../icons/piano';
|
|
1973
1977
|
// Pickaxe aliases
|
|
@@ -2016,24 +2020,26 @@ export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
|
2016
2020
|
export { default as LucidePocket } from '../icons/pocket';
|
|
2017
2021
|
// Podcast aliases
|
|
2018
2022
|
export { default as LucidePodcast } from '../icons/podcast';
|
|
2019
|
-
// PointerOff aliases
|
|
2020
|
-
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2021
2023
|
// Pointer aliases
|
|
2022
2024
|
export { default as LucidePointer } from '../icons/pointer';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2025
|
+
// PointerOff aliases
|
|
2026
|
+
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2025
2027
|
// Popsicle aliases
|
|
2026
2028
|
export { default as LucidePopsicle } from '../icons/popsicle';
|
|
2029
|
+
// Popcorn aliases
|
|
2030
|
+
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2027
2031
|
// PoundSterling aliases
|
|
2028
2032
|
export { default as LucidePoundSterling } from '../icons/pound-sterling';
|
|
2029
2033
|
// PowerOff aliases
|
|
2030
2034
|
export { default as LucidePowerOff } from '../icons/power-off';
|
|
2031
2035
|
// Power aliases
|
|
2032
2036
|
export { default as LucidePower } from '../icons/power';
|
|
2033
|
-
// Presentation aliases
|
|
2034
|
-
export { default as LucidePresentation } from '../icons/presentation';
|
|
2035
2037
|
// PrinterCheck aliases
|
|
2036
2038
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2039
|
+
// Presentation aliases
|
|
2040
|
+
export { default as LucidePresentation } from '../icons/presentation';
|
|
2041
|
+
// PrinterX aliases
|
|
2042
|
+
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2037
2043
|
// Printer aliases
|
|
2038
2044
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2039
2045
|
// Projector aliases
|
|
@@ -2046,22 +2052,22 @@ export { default as LucidePuzzle } from '../icons/puzzle';
|
|
|
2046
2052
|
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2047
2053
|
// QrCode aliases
|
|
2048
2054
|
export { default as LucideQrCode } from '../icons/qr-code';
|
|
2049
|
-
// Rabbit aliases
|
|
2050
|
-
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2051
2055
|
// Quote aliases
|
|
2052
2056
|
export { default as LucideQuote } from '../icons/quote';
|
|
2057
|
+
// Rabbit aliases
|
|
2058
|
+
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2053
2059
|
// Radar aliases
|
|
2054
2060
|
export { default as LucideRadar } from '../icons/radar';
|
|
2055
2061
|
// Radiation aliases
|
|
2056
2062
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2057
2063
|
// Radical aliases
|
|
2058
2064
|
export { default as LucideRadical } from '../icons/radical';
|
|
2065
|
+
// RadioTower aliases
|
|
2066
|
+
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2059
2067
|
// RadioReceiver aliases
|
|
2060
2068
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2061
2069
|
// Radio aliases
|
|
2062
2070
|
export { default as LucideRadio } from '../icons/radio';
|
|
2063
|
-
// RadioTower aliases
|
|
2064
|
-
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2065
2071
|
// Radius aliases
|
|
2066
2072
|
export { default as LucideRadius } from '../icons/radius';
|
|
2067
2073
|
// RailSymbol aliases
|
|
@@ -2116,14 +2122,14 @@ export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
|
2116
2122
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2117
2123
|
// RefreshCw aliases
|
|
2118
2124
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2119
|
-
// Refrigerator aliases
|
|
2120
|
-
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2121
2125
|
// Regex aliases
|
|
2122
2126
|
export { default as LucideRegex } from '../icons/regex';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2127
|
+
// Refrigerator aliases
|
|
2128
|
+
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2125
2129
|
// Repeat1 aliases
|
|
2126
2130
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2131
|
+
// RemoveFormatting aliases
|
|
2132
|
+
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2127
2133
|
// Repeat2 aliases
|
|
2128
2134
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2129
2135
|
// Repeat aliases
|
|
@@ -2140,14 +2146,14 @@ export { default as LucideReply } from '../icons/reply';
|
|
|
2140
2146
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2141
2147
|
// Ribbon aliases
|
|
2142
2148
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2143
|
-
// Rocket aliases
|
|
2144
|
-
export { default as LucideRocket } from '../icons/rocket';
|
|
2145
2149
|
// RockingChair aliases
|
|
2146
2150
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2151
|
+
// Rocket aliases
|
|
2152
|
+
export { default as LucideRocket } from '../icons/rocket';
|
|
2149
2153
|
// Rose aliases
|
|
2150
2154
|
export { default as LucideRose } from '../icons/rose';
|
|
2155
|
+
// RollerCoaster aliases
|
|
2156
|
+
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2151
2157
|
// RotateCcwKey aliases
|
|
2152
2158
|
export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2153
2159
|
// RotateCcwSquare aliases
|
|
@@ -2156,14 +2162,14 @@ export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
|
2156
2162
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2157
2163
|
// RotateCwSquare aliases
|
|
2158
2164
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2159
|
-
// RouteOff aliases
|
|
2160
|
-
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2161
2165
|
// RotateCw aliases
|
|
2162
2166
|
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2167
|
+
// RouteOff aliases
|
|
2168
|
+
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2165
2169
|
// Route aliases
|
|
2166
2170
|
export { default as LucideRoute } from '../icons/route';
|
|
2171
|
+
// Router aliases
|
|
2172
|
+
export { default as LucideRouter } from '../icons/router';
|
|
2167
2173
|
// Rows4 aliases
|
|
2168
2174
|
export { default as LucideRows4 } from '../icons/rows-4';
|
|
2169
2175
|
// Rss aliases
|
|
@@ -2204,22 +2210,22 @@ export { default as LucideScanEye } from '../icons/scan-eye';
|
|
|
2204
2210
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2205
2211
|
// ScanHeart aliases
|
|
2206
2212
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2207
|
-
// ScanQrCode aliases
|
|
2208
|
-
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2209
2213
|
// ScanLine aliases
|
|
2210
2214
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2215
|
+
// ScanQrCode aliases
|
|
2216
|
+
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2213
2217
|
// ScanText aliases
|
|
2214
2218
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2219
|
+
// ScanSearch aliases
|
|
2220
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2215
2221
|
// Scan aliases
|
|
2216
2222
|
export { default as LucideScan } from '../icons/scan';
|
|
2217
2223
|
// School aliases
|
|
2218
2224
|
export { default as LucideSchool } from '../icons/school';
|
|
2219
|
-
// ScissorsLineDashed aliases
|
|
2220
|
-
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2221
2225
|
// Scissors aliases
|
|
2222
2226
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2227
|
+
// ScissorsLineDashed aliases
|
|
2228
|
+
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2223
2229
|
// Scooter aliases
|
|
2224
2230
|
export { default as LucideScooter } from '../icons/scooter';
|
|
2225
2231
|
// ScreenShareOff aliases
|
|
@@ -2232,10 +2238,10 @@ export { default as LucideScrollText } from '../icons/scroll-text';
|
|
|
2232
2238
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2233
2239
|
// SearchAlert aliases
|
|
2234
2240
|
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2235
|
-
// SearchCheck aliases
|
|
2236
|
-
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2237
2241
|
// SearchCode aliases
|
|
2238
2242
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2243
|
+
// SearchCheck aliases
|
|
2244
|
+
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2239
2245
|
// SearchSlash aliases
|
|
2240
2246
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2241
2247
|
// SearchX aliases
|
|
@@ -2248,10 +2254,10 @@ export { default as LucideSection } from '../icons/section';
|
|
|
2248
2254
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2249
2255
|
// Send aliases
|
|
2250
2256
|
export { default as LucideSend } from '../icons/send';
|
|
2251
|
-
// SeparatorHorizontal aliases
|
|
2252
|
-
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2253
2257
|
// SeparatorVertical aliases
|
|
2254
2258
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2259
|
+
// SeparatorHorizontal aliases
|
|
2260
|
+
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2255
2261
|
// ServerCog aliases
|
|
2256
2262
|
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2257
2263
|
// ServerCrash aliases
|
|
@@ -2264,10 +2270,10 @@ export { default as LucideServer } from '../icons/server';
|
|
|
2264
2270
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2265
2271
|
// Settings aliases
|
|
2266
2272
|
export { default as LucideSettings } from '../icons/settings';
|
|
2267
|
-
// Shapes aliases
|
|
2268
|
-
export { default as LucideShapes } from '../icons/shapes';
|
|
2269
2273
|
// Share2 aliases
|
|
2270
2274
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2275
|
+
// Shapes aliases
|
|
2276
|
+
export { default as LucideShapes } from '../icons/shapes';
|
|
2271
2277
|
// Share aliases
|
|
2272
2278
|
export { default as LucideShare } from '../icons/share';
|
|
2273
2279
|
// Sheet aliases
|
|
@@ -2276,26 +2282,26 @@ export { default as LucideSheet } from '../icons/sheet';
|
|
|
2276
2282
|
export { default as LucideShell } from '../icons/shell';
|
|
2277
2283
|
// ShieldAlert aliases
|
|
2278
2284
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2285
|
+
// ShieldCheck aliases
|
|
2286
|
+
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2279
2287
|
// ShieldBan aliases
|
|
2280
2288
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2281
2289
|
// ShieldEllipsis aliases
|
|
2282
2290
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2283
|
-
// ShieldCheck aliases
|
|
2284
|
-
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2285
2291
|
// ShieldHalf aliases
|
|
2286
2292
|
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2287
2293
|
// ShieldMinus aliases
|
|
2288
2294
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2289
2295
|
// ShieldOff aliases
|
|
2290
2296
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2291
|
-
// ShieldPlus aliases
|
|
2292
|
-
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2293
2297
|
// ShieldUser aliases
|
|
2294
2298
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2299
|
+
// ShieldPlus aliases
|
|
2300
|
+
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2297
2301
|
// ShipWheel aliases
|
|
2298
2302
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2303
|
+
// Shield aliases
|
|
2304
|
+
export { default as LucideShield } from '../icons/shield';
|
|
2299
2305
|
// Ship aliases
|
|
2300
2306
|
export { default as LucideShip } from '../icons/ship';
|
|
2301
2307
|
// Shirt aliases
|
|
@@ -2344,12 +2350,12 @@ export { default as LucideSiren } from '../icons/siren';
|
|
|
2344
2350
|
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2345
2351
|
// SkipForward aliases
|
|
2346
2352
|
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2347
|
-
// Slack aliases
|
|
2348
|
-
export { default as LucideSlack } from '../icons/slack';
|
|
2349
2353
|
// Skull aliases
|
|
2350
2354
|
export { default as LucideSkull } from '../icons/skull';
|
|
2351
2355
|
// Slash aliases
|
|
2352
2356
|
export { default as LucideSlash } from '../icons/slash';
|
|
2357
|
+
// Slack aliases
|
|
2358
|
+
export { default as LucideSlack } from '../icons/slack';
|
|
2353
2359
|
// Slice aliases
|
|
2354
2360
|
export { default as LucideSlice } from '../icons/slice';
|
|
2355
2361
|
// SlidersHorizontal aliases
|
|
@@ -2358,10 +2364,10 @@ export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal'
|
|
|
2358
2364
|
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2359
2365
|
// SmartphoneNfc aliases
|
|
2360
2366
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2361
|
-
// SmilePlus aliases
|
|
2362
|
-
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2363
2367
|
// Smartphone aliases
|
|
2364
2368
|
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2369
|
+
// SmilePlus aliases
|
|
2370
|
+
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2365
2371
|
// Smile aliases
|
|
2366
2372
|
export { default as LucideSmile } from '../icons/smile';
|
|
2367
2373
|
// Snail aliases
|
|
@@ -2388,14 +2394,14 @@ export { default as LucideSpeaker } from '../icons/speaker';
|
|
|
2388
2394
|
export { default as LucideSpeech } from '../icons/speech';
|
|
2389
2395
|
// SpellCheck2 aliases
|
|
2390
2396
|
export { default as LucideSpellCheck2 } from '../icons/spell-check-2';
|
|
2391
|
-
// SplinePointer aliases
|
|
2392
|
-
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2393
2397
|
// SpellCheck aliases
|
|
2394
2398
|
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2399
|
+
// SplinePointer aliases
|
|
2400
|
+
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2397
2401
|
// Split aliases
|
|
2398
2402
|
export { default as LucideSplit } from '../icons/split';
|
|
2403
|
+
// Spline aliases
|
|
2404
|
+
export { default as LucideSpline } from '../icons/spline';
|
|
2399
2405
|
// Spool aliases
|
|
2400
2406
|
export { default as LucideSpool } from '../icons/spool';
|
|
2401
2407
|
// Spotlight aliases
|
|
@@ -2418,10 +2424,10 @@ export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
|
2418
2424
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2419
2425
|
// SquareSquare aliases
|
|
2420
2426
|
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2421
|
-
// SquareStar aliases
|
|
2422
|
-
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2423
2427
|
// SquareStack aliases
|
|
2424
2428
|
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2429
|
+
// SquareStar aliases
|
|
2430
|
+
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2425
2431
|
// SquareStop aliases
|
|
2426
2432
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2427
2433
|
// Square aliases
|
|
@@ -2436,10 +2442,10 @@ export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
|
2436
2442
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2437
2443
|
// SquircleDashed aliases
|
|
2438
2444
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2439
|
-
// Squircle aliases
|
|
2440
|
-
export { default as LucideSquircle } from '../icons/squircle';
|
|
2441
2445
|
// Squirrel aliases
|
|
2442
2446
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2447
|
+
// Squircle aliases
|
|
2448
|
+
export { default as LucideSquircle } from '../icons/squircle';
|
|
2443
2449
|
// Stamp aliases
|
|
2444
2450
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2445
2451
|
// StarHalf aliases
|
|
@@ -2450,22 +2456,22 @@ export { default as LucideStarOff } from '../icons/star-off';
|
|
|
2450
2456
|
export { default as LucideStar } from '../icons/star';
|
|
2451
2457
|
// StepBack aliases
|
|
2452
2458
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2453
|
-
// StepForward aliases
|
|
2454
|
-
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2455
2459
|
// Stethoscope aliases
|
|
2456
2460
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2461
|
+
// StepForward aliases
|
|
2462
|
+
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2459
2463
|
// StickyNote aliases
|
|
2460
2464
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2465
|
+
// Sticker aliases
|
|
2466
|
+
export { default as LucideSticker } from '../icons/sticker';
|
|
2461
2467
|
// Stone aliases
|
|
2462
2468
|
export { default as LucideStone } from '../icons/stone';
|
|
2463
2469
|
// Store aliases
|
|
2464
2470
|
export { default as LucideStore } from '../icons/store';
|
|
2465
|
-
// StretchHorizontal aliases
|
|
2466
|
-
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2467
2471
|
// StretchVertical aliases
|
|
2468
2472
|
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2473
|
+
// StretchHorizontal aliases
|
|
2474
|
+
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2469
2475
|
// Strikethrough aliases
|
|
2470
2476
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2471
2477
|
// Subscript aliases
|
|
@@ -2480,10 +2486,10 @@ export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
|
2480
2486
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2481
2487
|
// Sun aliases
|
|
2482
2488
|
export { default as LucideSun } from '../icons/sun';
|
|
2483
|
-
// Sunrise aliases
|
|
2484
|
-
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2485
2489
|
// Sunset aliases
|
|
2486
2490
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2491
|
+
// Sunrise aliases
|
|
2492
|
+
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2487
2493
|
// Superscript aliases
|
|
2488
2494
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2489
2495
|
// SwatchBook aliases
|
|
@@ -2492,12 +2498,12 @@ export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
|
2492
2498
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2493
2499
|
// SwitchCamera aliases
|
|
2494
2500
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2495
|
-
// Sword aliases
|
|
2496
|
-
export { default as LucideSword } from '../icons/sword';
|
|
2497
2501
|
// Swords aliases
|
|
2498
2502
|
export { default as LucideSwords } from '../icons/swords';
|
|
2499
2503
|
// Syringe aliases
|
|
2500
2504
|
export { default as LucideSyringe } from '../icons/syringe';
|
|
2505
|
+
// Sword aliases
|
|
2506
|
+
export { default as LucideSword } from '../icons/sword';
|
|
2501
2507
|
// Table2 aliases
|
|
2502
2508
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2503
2509
|
// TableCellsMerge aliases
|
|
@@ -2510,12 +2516,12 @@ export { default as LucideTableColumnsSplit } from '../icons/table-columns-split
|
|
|
2510
2516
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2511
2517
|
// TableProperties aliases
|
|
2512
2518
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2513
|
-
// TableRowsSplit aliases
|
|
2514
|
-
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2515
2519
|
// Table aliases
|
|
2516
2520
|
export { default as LucideTable } from '../icons/table';
|
|
2517
2521
|
// TabletSmartphone aliases
|
|
2518
2522
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2523
|
+
// TableRowsSplit aliases
|
|
2524
|
+
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2519
2525
|
// Tablet aliases
|
|
2520
2526
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2521
2527
|
// Tablets aliases
|
|
@@ -2576,22 +2582,22 @@ export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
|
2576
2582
|
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2577
2583
|
// TicketPercent aliases
|
|
2578
2584
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2579
|
-
// TicketPlus aliases
|
|
2580
|
-
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2581
2585
|
// TicketSlash aliases
|
|
2582
2586
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2587
|
+
// TicketPlus aliases
|
|
2588
|
+
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2583
2589
|
// TicketX aliases
|
|
2584
2590
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2585
|
-
// Ticket aliases
|
|
2586
|
-
export { default as LucideTicket } from '../icons/ticket';
|
|
2587
2591
|
// TicketsPlane aliases
|
|
2588
2592
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2593
|
+
// Ticket aliases
|
|
2594
|
+
export { default as LucideTicket } from '../icons/ticket';
|
|
2589
2595
|
// Tickets aliases
|
|
2590
2596
|
export { default as LucideTickets } from '../icons/tickets';
|
|
2591
|
-
// TimerOff aliases
|
|
2592
|
-
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2593
2597
|
// TimerReset aliases
|
|
2594
2598
|
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2599
|
+
// TimerOff aliases
|
|
2600
|
+
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2595
2601
|
// Timer aliases
|
|
2596
2602
|
export { default as LucideTimer } from '../icons/timer';
|
|
2597
2603
|
// ToggleLeft aliases
|
|
@@ -2648,10 +2654,10 @@ export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
|
2648
2654
|
export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
2649
2655
|
// TriangleDashed aliases
|
|
2650
2656
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2651
|
-
// Triangle aliases
|
|
2652
|
-
export { default as LucideTriangle } from '../icons/triangle';
|
|
2653
2657
|
// TriangleRight aliases
|
|
2654
2658
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2659
|
+
// Triangle aliases
|
|
2660
|
+
export { default as LucideTriangle } from '../icons/triangle';
|
|
2655
2661
|
// Trophy aliases
|
|
2656
2662
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2657
2663
|
// TruckElectric aliases
|
|
@@ -2660,12 +2666,12 @@ export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
|
2660
2666
|
export { default as LucideTruck } from '../icons/truck';
|
|
2661
2667
|
// TurkishLira aliases
|
|
2662
2668
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2663
|
-
// TvMinimalPlay aliases
|
|
2664
|
-
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2665
2669
|
// Turntable aliases
|
|
2666
2670
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2667
2671
|
// Turtle aliases
|
|
2668
2672
|
export { default as LucideTurtle } from '../icons/turtle';
|
|
2673
|
+
// TvMinimalPlay aliases
|
|
2674
|
+
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2669
2675
|
// Tv aliases
|
|
2670
2676
|
export { default as LucideTv } from '../icons/tv';
|
|
2671
2677
|
// Twitch aliases
|
|
@@ -2692,10 +2698,10 @@ export { default as LucideUndo } from '../icons/undo';
|
|
|
2692
2698
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2693
2699
|
// UnfoldVertical aliases
|
|
2694
2700
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2695
|
-
// Unlink2 aliases
|
|
2696
|
-
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2697
2701
|
// Ungroup aliases
|
|
2698
2702
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2703
|
+
// Unlink2 aliases
|
|
2704
|
+
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2699
2705
|
// Unlink aliases
|
|
2700
2706
|
export { default as LucideUnlink } from '../icons/unlink';
|
|
2701
2707
|
// Unplug aliases
|
|
@@ -2708,12 +2714,16 @@ export { default as LucideUsb } from '../icons/usb';
|
|
|
2708
2714
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2709
2715
|
// UserCog aliases
|
|
2710
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';
|
|
2711
2721
|
// UserMinus aliases
|
|
2712
2722
|
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2713
2723
|
// UserPen aliases
|
|
2714
2724
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2725
|
+
// UserRoundKey aliases
|
|
2726
|
+
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2717
2727
|
// UserPlus aliases
|
|
2718
2728
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2719
2729
|
// UserRoundPen aliases
|
|
@@ -2732,42 +2742,42 @@ export { default as LucideUser } from '../icons/user';
|
|
|
2732
2742
|
export { default as LucideUsers } from '../icons/users';
|
|
2733
2743
|
// UtilityPole aliases
|
|
2734
2744
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2735
|
-
// Variable aliases
|
|
2736
|
-
export { default as LucideVariable } from '../icons/variable';
|
|
2737
2745
|
// Van aliases
|
|
2738
2746
|
export { default as LucideVan } from '../icons/van';
|
|
2739
2747
|
// Vault aliases
|
|
2740
2748
|
export { default as LucideVault } from '../icons/vault';
|
|
2749
|
+
// Variable aliases
|
|
2750
|
+
export { default as LucideVariable } from '../icons/variable';
|
|
2741
2751
|
// VectorSquare aliases
|
|
2742
2752
|
export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
2743
2753
|
// Vegan aliases
|
|
2744
2754
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2745
|
-
// VenusAndMars aliases
|
|
2746
|
-
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2747
2755
|
// VenetianMask aliases
|
|
2748
2756
|
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
2749
2757
|
// Venus aliases
|
|
2750
2758
|
export { default as LucideVenus } from '../icons/venus';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2759
|
+
// VenusAndMars aliases
|
|
2760
|
+
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2753
2761
|
// Vibrate aliases
|
|
2754
2762
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2763
|
+
// VibrateOff aliases
|
|
2764
|
+
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2765
|
+
// Video aliases
|
|
2766
|
+
export { default as LucideVideo } from '../icons/video';
|
|
2755
2767
|
// VideoOff aliases
|
|
2756
2768
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2757
2769
|
// Videotape aliases
|
|
2758
2770
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2759
|
-
// Video aliases
|
|
2760
|
-
export { default as LucideVideo } from '../icons/video';
|
|
2761
2771
|
// View aliases
|
|
2762
2772
|
export { default as LucideView } from '../icons/view';
|
|
2763
2773
|
// Voicemail aliases
|
|
2764
2774
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2765
2775
|
// Volleyball aliases
|
|
2766
2776
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2767
|
-
// Volume1 aliases
|
|
2768
|
-
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2769
2777
|
// Volume2 aliases
|
|
2770
2778
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2779
|
+
// Volume1 aliases
|
|
2780
|
+
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2771
2781
|
// VolumeOff aliases
|
|
2772
2782
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2773
2783
|
// VolumeX aliases
|
|
@@ -2796,10 +2806,10 @@ export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
|
2796
2806
|
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2797
2807
|
// WavesLadder aliases
|
|
2798
2808
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2799
|
-
// Waves aliases
|
|
2800
|
-
export { default as LucideWaves } from '../icons/waves';
|
|
2801
2809
|
// Waypoints aliases
|
|
2802
2810
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2811
|
+
// Waves aliases
|
|
2812
|
+
export { default as LucideWaves } from '../icons/waves';
|
|
2803
2813
|
// Webcam aliases
|
|
2804
2814
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2805
2815
|
// WebhookOff aliases
|
|
@@ -2822,10 +2832,10 @@ export { default as LucideWifiCog } from '../icons/wifi-cog';
|
|
|
2822
2832
|
export { default as LucideWifiHigh } from '../icons/wifi-high';
|
|
2823
2833
|
// WifiLow aliases
|
|
2824
2834
|
export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
2825
|
-
// WifiPen aliases
|
|
2826
|
-
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2827
2835
|
// WifiOff aliases
|
|
2828
2836
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2837
|
+
// WifiPen aliases
|
|
2838
|
+
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2829
2839
|
// WifiSync aliases
|
|
2830
2840
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2831
2841
|
// WifiZero aliases
|
|
@@ -2890,18 +2900,18 @@ export {
|
|
|
2890
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 */
|
|
2891
2901
|
default as LucideArrowDownAz
|
|
2892
2902
|
} from '../icons/arrow-down-a-z';
|
|
2893
|
-
// ArrowDownWideNarrow aliases
|
|
2894
|
-
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2895
|
-
export {
|
|
2896
|
-
/** @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 */
|
|
2897
|
-
default as LucideSortDesc
|
|
2898
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2899
2903
|
// ArrowDownZA aliases
|
|
2900
2904
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
2901
2905
|
export {
|
|
2902
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 */
|
|
2903
2907
|
default as LucideArrowDownZa
|
|
2904
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';
|
|
2905
2915
|
// ArrowUpAZ aliases
|
|
2906
2916
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2907
2917
|
export {
|
|
@@ -2920,18 +2930,18 @@ export {
|
|
|
2920
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 */
|
|
2921
2931
|
default as LucideArrowUpZa
|
|
2922
2932
|
} from '../icons/arrow-up-z-a';
|
|
2923
|
-
// BadgeCheck aliases
|
|
2924
|
-
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
2925
|
-
export {
|
|
2926
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2927
|
-
default as LucideVerified
|
|
2928
|
-
} from '../icons/badge-check';
|
|
2929
2933
|
// Axis3d aliases
|
|
2930
2934
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2931
2935
|
export {
|
|
2932
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 */
|
|
2933
2937
|
default as LucideAxis3D
|
|
2934
2938
|
} from '../icons/axis-3d';
|
|
2939
|
+
// BadgeCheck aliases
|
|
2940
|
+
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
2941
|
+
export {
|
|
2942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2943
|
+
default as LucideVerified
|
|
2944
|
+
} from '../icons/badge-check';
|
|
2935
2945
|
// BadgeQuestionMark aliases
|
|
2936
2946
|
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
2937
2947
|
export {
|
|
@@ -2944,24 +2954,18 @@ export {
|
|
|
2944
2954
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2945
2955
|
default as LucideBetweenHorizonalStart
|
|
2946
2956
|
} from '../icons/between-horizontal-start';
|
|
2947
|
-
// BetweenHorizontalEnd aliases
|
|
2948
|
-
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2949
|
-
export {
|
|
2950
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2951
|
-
default as LucideBetweenHorizonalEnd
|
|
2952
|
-
} from '../icons/between-horizontal-end';
|
|
2953
2957
|
// BookDashed aliases
|
|
2954
2958
|
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
2955
2959
|
export {
|
|
2956
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 */
|
|
2957
2961
|
default as LucideBookTemplate
|
|
2958
2962
|
} from '../icons/book-dashed';
|
|
2959
|
-
//
|
|
2960
|
-
export { default as
|
|
2963
|
+
// BetweenHorizontalEnd aliases
|
|
2964
|
+
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
2961
2965
|
export {
|
|
2962
|
-
/** @deprecated
|
|
2963
|
-
default as
|
|
2964
|
-
} 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';
|
|
2965
2969
|
// Captions aliases
|
|
2966
2970
|
export { default as LucideCaptions } from '../icons/captions';
|
|
2967
2971
|
export {
|
|
@@ -2974,36 +2978,42 @@ export {
|
|
|
2974
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 */
|
|
2975
2979
|
default as LucideAreaChart
|
|
2976
2980
|
} from '../icons/chart-area';
|
|
2981
|
+
// Braces aliases
|
|
2982
|
+
export { default as LucideBraces } from '../icons/braces';
|
|
2983
|
+
export {
|
|
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';
|
|
2977
2987
|
// ChartBarBig aliases
|
|
2978
2988
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
2979
2989
|
export {
|
|
2980
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2981
2991
|
default as LucideBarChartHorizontalBig
|
|
2982
2992
|
} from '../icons/chart-bar-big';
|
|
2983
|
-
// ChartCandlestick aliases
|
|
2984
|
-
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2985
|
-
export {
|
|
2986
|
-
/** @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 */
|
|
2987
|
-
default as LucideCandlestickChart
|
|
2988
|
-
} from '../icons/chart-candlestick';
|
|
2989
2993
|
// ChartBar aliases
|
|
2990
2994
|
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
2991
2995
|
export {
|
|
2992
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2993
2997
|
default as LucideBarChartHorizontal
|
|
2994
2998
|
} from '../icons/chart-bar';
|
|
2995
|
-
//
|
|
2996
|
-
export { default as
|
|
2999
|
+
// ChartCandlestick aliases
|
|
3000
|
+
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
2997
3001
|
export {
|
|
2998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2999
|
-
default as
|
|
3000
|
-
} from '../icons/chart-
|
|
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 */
|
|
3003
|
+
default as LucideCandlestickChart
|
|
3004
|
+
} from '../icons/chart-candlestick';
|
|
3001
3005
|
// ChartColumnIncreasing aliases
|
|
3002
3006
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3003
3007
|
export {
|
|
3004
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 */
|
|
3005
3009
|
default as LucideBarChart4
|
|
3006
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';
|
|
3007
3017
|
// ChartColumn aliases
|
|
3008
3018
|
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3009
3019
|
export {
|
|
@@ -3016,12 +3026,6 @@ export {
|
|
|
3016
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 */
|
|
3017
3027
|
default as LucideLineChart
|
|
3018
3028
|
} from '../icons/chart-line';
|
|
3019
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3020
|
-
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @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 */
|
|
3023
|
-
default as LucideBarChart
|
|
3024
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3025
3029
|
// ChartNoAxesColumn aliases
|
|
3026
3030
|
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3027
3031
|
export {
|
|
@@ -3034,6 +3038,12 @@ export {
|
|
|
3034
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 */
|
|
3035
3039
|
default as LucideGanttChart
|
|
3036
3040
|
} from '../icons/chart-no-axes-gantt';
|
|
3041
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3042
|
+
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3043
|
+
export {
|
|
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';
|
|
3037
3047
|
// ChartPie aliases
|
|
3038
3048
|
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3039
3049
|
export {
|
|
@@ -3058,30 +3068,30 @@ export {
|
|
|
3058
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 */
|
|
3059
3069
|
default as LucideAlertCircle
|
|
3060
3070
|
} from '../icons/circle-alert';
|
|
3061
|
-
// CircleArrowDown aliases
|
|
3062
|
-
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3063
|
-
export {
|
|
3064
|
-
/** @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 */
|
|
3065
|
-
default as LucideArrowDownCircle
|
|
3066
|
-
} from '../icons/circle-arrow-down';
|
|
3067
3071
|
// CircleArrowLeft aliases
|
|
3068
3072
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3069
3073
|
export {
|
|
3070
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 */
|
|
3071
3075
|
default as LucideArrowLeftCircle
|
|
3072
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';
|
|
3073
3083
|
// CircleArrowOutDownLeft aliases
|
|
3074
3084
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3075
3085
|
export {
|
|
3076
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 */
|
|
3077
3087
|
default as LucideArrowDownLeftFromCircle
|
|
3078
3088
|
} from '../icons/circle-arrow-out-down-left';
|
|
3079
|
-
//
|
|
3080
|
-
export { default as
|
|
3089
|
+
// CircleArrowDown aliases
|
|
3090
|
+
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3081
3091
|
export {
|
|
3082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3083
|
-
default as
|
|
3084
|
-
} 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';
|
|
3085
3095
|
// CircleArrowOutUpLeft aliases
|
|
3086
3096
|
export { default as LucideCircleArrowOutUpLeft } from '../icons/circle-arrow-out-up-left';
|
|
3087
3097
|
export {
|
|
@@ -3142,12 +3152,6 @@ export {
|
|
|
3142
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 */
|
|
3143
3153
|
default as LucideChevronUpCircle
|
|
3144
3154
|
} from '../icons/circle-chevron-up';
|
|
3145
|
-
// CircleDivide aliases
|
|
3146
|
-
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3147
|
-
export {
|
|
3148
|
-
/** @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 */
|
|
3149
|
-
default as LucideDivideCircle
|
|
3150
|
-
} from '../icons/circle-divide';
|
|
3151
3155
|
// CircleGauge aliases
|
|
3152
3156
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3153
3157
|
export {
|
|
@@ -3160,6 +3164,12 @@ export {
|
|
|
3160
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 */
|
|
3161
3165
|
default as LucideMinusCircle
|
|
3162
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';
|
|
3163
3173
|
// CircleParkingOff aliases
|
|
3164
3174
|
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3165
3175
|
export {
|
|
@@ -3236,18 +3246,18 @@ export {
|
|
|
3236
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 */
|
|
3237
3247
|
default as LucideUserCircle
|
|
3238
3248
|
} from '../icons/circle-user';
|
|
3239
|
-
// CircleX aliases
|
|
3240
|
-
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3243
|
-
default as LucideXCircle
|
|
3244
|
-
} from '../icons/circle-x';
|
|
3245
3249
|
// ClipboardPenLine aliases
|
|
3246
3250
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3247
3251
|
export {
|
|
3248
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 */
|
|
3249
3253
|
default as LucideClipboardSignature
|
|
3250
3254
|
} from '../icons/clipboard-pen-line';
|
|
3255
|
+
// CircleX aliases
|
|
3256
|
+
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as LucideXCircle
|
|
3260
|
+
} from '../icons/circle-x';
|
|
3251
3261
|
// ClipboardPen aliases
|
|
3252
3262
|
export { default as LucideClipboardPen } from '../icons/clipboard-pen';
|
|
3253
3263
|
export {
|
|
@@ -3288,42 +3298,48 @@ export {
|
|
|
3288
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3289
3299
|
default as LucideTableConfig
|
|
3290
3300
|
} from '../icons/columns-3-cog';
|
|
3291
|
-
// ContactRound aliases
|
|
3292
|
-
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3293
|
-
export {
|
|
3294
|
-
/** @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 */
|
|
3295
|
-
default as LucideContact2
|
|
3296
|
-
} from '../icons/contact-round';
|
|
3297
3301
|
// Columns3 aliases
|
|
3298
3302
|
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3299
3303
|
export {
|
|
3300
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3301
3305
|
default as LucidePanelsLeftRight
|
|
3302
3306
|
} from '../icons/columns-3';
|
|
3307
|
+
// ContactRound aliases
|
|
3308
|
+
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3309
|
+
export {
|
|
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 */
|
|
3311
|
+
default as LucideContact2
|
|
3312
|
+
} from '../icons/contact-round';
|
|
3303
3313
|
// DiamondPercent aliases
|
|
3304
3314
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3305
3315
|
export {
|
|
3306
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 */
|
|
3307
3317
|
default as LucidePercentDiamond
|
|
3308
3318
|
} from '../icons/diamond-percent';
|
|
3309
|
-
// Earth aliases
|
|
3310
|
-
export { default as LucideEarth } from '../icons/earth';
|
|
3311
|
-
export {
|
|
3312
|
-
/** @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 */
|
|
3313
|
-
default as LucideGlobe2
|
|
3314
|
-
} from '../icons/earth';
|
|
3315
3319
|
// EllipsisVertical aliases
|
|
3316
3320
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3317
3321
|
export {
|
|
3318
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 */
|
|
3319
3323
|
default as LucideMoreVertical
|
|
3320
3324
|
} from '../icons/ellipsis-vertical';
|
|
3325
|
+
// Earth aliases
|
|
3326
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3327
|
+
export {
|
|
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';
|
|
3321
3331
|
// Ellipsis aliases
|
|
3322
3332
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3323
3333
|
export {
|
|
3324
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 */
|
|
3325
3335
|
default as LucideMoreHorizontal
|
|
3326
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';
|
|
3327
3343
|
// FileAxis3d aliases
|
|
3328
3344
|
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3329
3345
|
export {
|
|
@@ -3336,12 +3352,6 @@ export {
|
|
|
3336
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 */
|
|
3337
3353
|
default as LucideFileBadge2
|
|
3338
3354
|
} from '../icons/file-badge';
|
|
3339
|
-
// FileBracesCorner aliases
|
|
3340
|
-
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3341
|
-
export {
|
|
3342
|
-
/** @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 */
|
|
3343
|
-
default as LucideFileJson2
|
|
3344
|
-
} from '../icons/file-braces-corner';
|
|
3345
3355
|
// FileBraces aliases
|
|
3346
3356
|
export { default as LucideFileBraces } from '../icons/file-braces';
|
|
3347
3357
|
export {
|
|
@@ -3360,36 +3370,46 @@ export {
|
|
|
3360
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 */
|
|
3361
3371
|
default as LucideFileBarChart2
|
|
3362
3372
|
} from '../icons/file-chart-column';
|
|
3363
|
-
// FileChartPie aliases
|
|
3364
|
-
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3367
|
-
default as LucideFilePieChart
|
|
3368
|
-
} from '../icons/file-chart-pie';
|
|
3369
3373
|
// FileChartLine aliases
|
|
3370
3374
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3371
3375
|
export {
|
|
3372
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 */
|
|
3373
3377
|
default as LucideFileLineChart
|
|
3374
3378
|
} from '../icons/file-chart-line';
|
|
3375
|
-
//
|
|
3376
|
-
export { default as
|
|
3379
|
+
// FileChartPie aliases
|
|
3380
|
+
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3377
3381
|
export {
|
|
3378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3379
|
-
default as
|
|
3380
|
-
} from '../icons/file-
|
|
3382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3383
|
+
default as LucideFilePieChart
|
|
3384
|
+
} from '../icons/file-chart-pie';
|
|
3381
3385
|
// FileCheckCorner aliases
|
|
3382
3386
|
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3383
3387
|
export {
|
|
3384
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 */
|
|
3385
3389
|
default as LucideFileCheck2
|
|
3386
3390
|
} from '../icons/file-check-corner';
|
|
3391
|
+
// FileCodeCorner aliases
|
|
3392
|
+
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3395
|
+
default as LucideFileCode2
|
|
3396
|
+
} from '../icons/file-code-corner';
|
|
3387
3397
|
// FileCog aliases
|
|
3388
3398
|
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3389
3399
|
export {
|
|
3390
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 */
|
|
3391
3401
|
default as LucideFileCog2
|
|
3392
3402
|
} from '../icons/file-cog';
|
|
3403
|
+
// FileHeadphone aliases
|
|
3404
|
+
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3405
|
+
export {
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3407
|
+
default as LucideFileAudio
|
|
3408
|
+
} from '../icons/file-headphone';
|
|
3409
|
+
export {
|
|
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
|
+
default as LucideFileAudio2
|
|
3412
|
+
} from '../icons/file-headphone';
|
|
3393
3413
|
// FileExclamationPoint aliases
|
|
3394
3414
|
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3395
3415
|
export {
|
|
@@ -3402,16 +3422,6 @@ export {
|
|
|
3402
3422
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3403
3423
|
default as LucideFileKey2
|
|
3404
3424
|
} from '../icons/file-key';
|
|
3405
|
-
// FileHeadphone aliases
|
|
3406
|
-
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3407
|
-
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3409
|
-
default as LucideFileAudio
|
|
3410
|
-
} from '../icons/file-headphone';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @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 */
|
|
3413
|
-
default as LucideFileAudio2
|
|
3414
|
-
} from '../icons/file-headphone';
|
|
3415
3425
|
// FileLock aliases
|
|
3416
3426
|
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3417
3427
|
export {
|
|
@@ -3436,12 +3446,6 @@ export {
|
|
|
3436
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 */
|
|
3437
3447
|
default as LucideFileEdit
|
|
3438
3448
|
} from '../icons/file-pen';
|
|
3439
|
-
// FilePlay aliases
|
|
3440
|
-
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @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 */
|
|
3443
|
-
default as LucideFileVideo
|
|
3444
|
-
} from '../icons/file-play';
|
|
3445
3449
|
// FilePlusCorner aliases
|
|
3446
3450
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3447
3451
|
export {
|
|
@@ -3454,6 +3458,12 @@ export {
|
|
|
3454
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 */
|
|
3455
3459
|
default as LucideFileQuestion
|
|
3456
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';
|
|
3457
3467
|
// FileSearchCorner aliases
|
|
3458
3468
|
export { default as LucideFileSearchCorner } from '../icons/file-search-corner';
|
|
3459
3469
|
export {
|
|
@@ -3466,18 +3476,18 @@ export {
|
|
|
3466
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 */
|
|
3467
3477
|
default as LucideFileVolume2
|
|
3468
3478
|
} from '../icons/file-signal';
|
|
3469
|
-
// FileTypeCorner aliases
|
|
3470
|
-
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @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 */
|
|
3473
|
-
default as LucideFileType2
|
|
3474
|
-
} from '../icons/file-type-corner';
|
|
3475
3479
|
// FileVideoCamera aliases
|
|
3476
3480
|
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3477
3481
|
export {
|
|
3478
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 */
|
|
3479
3483
|
default as LucideFileVideo2
|
|
3480
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';
|
|
3481
3491
|
// FileXCorner aliases
|
|
3482
3492
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3483
3493
|
export {
|
|
@@ -3526,18 +3536,18 @@ export {
|
|
|
3526
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 */
|
|
3527
3537
|
default as LucideGrid2X2Check
|
|
3528
3538
|
} from '../icons/grid-2x2-check';
|
|
3529
|
-
// Grid2x2Plus aliases
|
|
3530
|
-
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3531
|
-
export {
|
|
3532
|
-
/** @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 */
|
|
3533
|
-
default as LucideGrid2X2Plus
|
|
3534
|
-
} from '../icons/grid-2x2-plus';
|
|
3535
3539
|
// Grid2x2X aliases
|
|
3536
3540
|
export { default as LucideGrid2x2X } from '../icons/grid-2x2-x';
|
|
3537
3541
|
export {
|
|
3538
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 */
|
|
3539
3543
|
default as LucideGrid2X2X
|
|
3540
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';
|
|
3541
3551
|
// Grid2x2 aliases
|
|
3542
3552
|
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3543
3553
|
export {
|
|
@@ -3560,12 +3570,6 @@ export {
|
|
|
3560
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3561
3571
|
default as LucideGrab
|
|
3562
3572
|
} from '../icons/hand-grab';
|
|
3563
|
-
// IceCreamBowl aliases
|
|
3564
|
-
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3565
|
-
export {
|
|
3566
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3567
|
-
default as LucideIceCream2
|
|
3568
|
-
} from '../icons/ice-cream-bowl';
|
|
3569
3573
|
// HandHelping aliases
|
|
3570
3574
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3571
3575
|
export {
|
|
@@ -3578,34 +3582,30 @@ export {
|
|
|
3578
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 */
|
|
3579
3583
|
default as LucideHome
|
|
3580
3584
|
} from '../icons/house';
|
|
3581
|
-
//
|
|
3582
|
-
export { default as
|
|
3585
|
+
// IceCreamBowl aliases
|
|
3586
|
+
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3583
3587
|
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3585
|
-
default as
|
|
3586
|
-
} from '../icons/ice-cream-
|
|
3588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3589
|
+
default as LucideIceCream2
|
|
3590
|
+
} from '../icons/ice-cream-bowl';
|
|
3587
3591
|
// LaptopMinimal aliases
|
|
3588
3592
|
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3589
3593
|
export {
|
|
3590
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 */
|
|
3591
3595
|
default as LucideLaptop2
|
|
3592
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';
|
|
3593
3603
|
// Layers aliases
|
|
3594
3604
|
export { default as LucideLayers } from '../icons/layers';
|
|
3595
3605
|
export {
|
|
3596
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 */
|
|
3597
3607
|
default as LucideLayers3
|
|
3598
3608
|
} from '../icons/layers';
|
|
3599
|
-
// ListIndentDecrease aliases
|
|
3600
|
-
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @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 */
|
|
3603
|
-
default as LucideOutdent
|
|
3604
|
-
} 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 LucideIndentDecrease
|
|
3608
|
-
} from '../icons/list-indent-decrease';
|
|
3609
3609
|
// ListIndentIncrease aliases
|
|
3610
3610
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3611
3611
|
export {
|
|
@@ -3616,36 +3616,46 @@ export {
|
|
|
3616
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 */
|
|
3617
3617
|
default as LucideIndentIncrease
|
|
3618
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';
|
|
3619
3629
|
// LoaderCircle aliases
|
|
3620
3630
|
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3621
3631
|
export {
|
|
3622
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3623
3633
|
default as LucideLoader2
|
|
3624
3634
|
} from '../icons/loader-circle';
|
|
3625
|
-
// LockOpen aliases
|
|
3626
|
-
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @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 */
|
|
3629
|
-
default as LucideUnlock
|
|
3630
|
-
} from '../icons/lock-open';
|
|
3631
3635
|
// LockKeyholeOpen aliases
|
|
3632
3636
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3633
3637
|
export {
|
|
3634
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3635
3639
|
default as LucideUnlockKeyhole
|
|
3636
3640
|
} from '../icons/lock-keyhole-open';
|
|
3637
|
-
//
|
|
3638
|
-
export { default as
|
|
3641
|
+
// LockOpen aliases
|
|
3642
|
+
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3639
3643
|
export {
|
|
3640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3641
|
-
default as
|
|
3642
|
-
} from '../icons/
|
|
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 */
|
|
3645
|
+
default as LucideUnlock
|
|
3646
|
+
} from '../icons/lock-open';
|
|
3643
3647
|
// MapPinPen aliases
|
|
3644
3648
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3645
3649
|
export {
|
|
3646
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 */
|
|
3647
3651
|
default as LucideLocationEdit
|
|
3648
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';
|
|
3649
3659
|
// MessageCircleQuestionMark aliases
|
|
3650
3660
|
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3651
3661
|
export {
|
|
@@ -3664,18 +3674,18 @@ export {
|
|
|
3664
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3665
3675
|
default as LucideMove3D
|
|
3666
3676
|
} from '../icons/move-3d';
|
|
3667
|
-
// OctagonPause aliases
|
|
3668
|
-
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3671
|
-
default as LucidePauseOctagon
|
|
3672
|
-
} from '../icons/octagon-pause';
|
|
3673
3677
|
// OctagonAlert aliases
|
|
3674
3678
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3675
3679
|
export {
|
|
3676
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3677
3681
|
default as LucideAlertOctagon
|
|
3678
3682
|
} from '../icons/octagon-alert';
|
|
3683
|
+
// OctagonPause aliases
|
|
3684
|
+
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as LucidePauseOctagon
|
|
3688
|
+
} from '../icons/octagon-pause';
|
|
3679
3689
|
// OctagonX aliases
|
|
3680
3690
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3681
3691
|
export {
|
|
@@ -3688,18 +3698,18 @@ export {
|
|
|
3688
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3689
3699
|
default as LucidePaintbrush2
|
|
3690
3700
|
} from '../icons/paintbrush-vertical';
|
|
3691
|
-
// PanelLeftClose aliases
|
|
3692
|
-
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3695
|
-
default as LucideSidebarClose
|
|
3696
|
-
} from '../icons/panel-left-close';
|
|
3697
3701
|
// PanelBottomDashed aliases
|
|
3698
3702
|
export { default as LucidePanelBottomDashed } from '../icons/panel-bottom-dashed';
|
|
3699
3703
|
export {
|
|
3700
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3701
3705
|
default as LucidePanelBottomInactive
|
|
3702
3706
|
} from '../icons/panel-bottom-dashed';
|
|
3707
|
+
// PanelLeftClose aliases
|
|
3708
|
+
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as LucideSidebarClose
|
|
3712
|
+
} from '../icons/panel-left-close';
|
|
3703
3713
|
// PanelLeftDashed aliases
|
|
3704
3714
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3705
3715
|
export {
|
|
@@ -3736,42 +3746,36 @@ export {
|
|
|
3736
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 */
|
|
3737
3747
|
default as LucideLayout
|
|
3738
3748
|
} from '../icons/panels-top-left';
|
|
3739
|
-
// Pen aliases
|
|
3740
|
-
export { default as LucidePen } from '../icons/pen';
|
|
3741
|
-
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3743
|
-
default as LucideEdit2
|
|
3744
|
-
} from '../icons/pen';
|
|
3745
3749
|
// PenLine aliases
|
|
3746
3750
|
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3747
3751
|
export {
|
|
3748
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 */
|
|
3749
3753
|
default as LucideEdit3
|
|
3750
3754
|
} from '../icons/pen-line';
|
|
3751
|
-
//
|
|
3752
|
-
export { default as
|
|
3755
|
+
// Pen aliases
|
|
3756
|
+
export { default as LucidePen } from '../icons/pen';
|
|
3753
3757
|
export {
|
|
3754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3755
|
-
default as
|
|
3756
|
-
} from '../icons/
|
|
3758
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3759
|
+
default as LucideEdit2
|
|
3760
|
+
} from '../icons/pen';
|
|
3757
3761
|
// RectangleEllipsis aliases
|
|
3758
3762
|
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3759
3763
|
export {
|
|
3760
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3761
3765
|
default as LucideFormInput
|
|
3762
3766
|
} from '../icons/rectangle-ellipsis';
|
|
3767
|
+
// PlugZap aliases
|
|
3768
|
+
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as LucidePlugZap2
|
|
3772
|
+
} from '../icons/plug-zap';
|
|
3763
3773
|
// Rotate3d aliases
|
|
3764
3774
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3765
3775
|
export {
|
|
3766
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 */
|
|
3767
3777
|
default as LucideRotate3D
|
|
3768
3778
|
} from '../icons/rotate-3d';
|
|
3769
|
-
// Rows2 aliases
|
|
3770
|
-
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3771
|
-
export {
|
|
3772
|
-
/** @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 */
|
|
3773
|
-
default as LucideRows
|
|
3774
|
-
} from '../icons/rows-2';
|
|
3775
3779
|
// Rows3 aliases
|
|
3776
3780
|
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3777
3781
|
export {
|
|
@@ -3790,6 +3794,12 @@ export {
|
|
|
3790
3794
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3791
3795
|
default as LucideSendHorizonal
|
|
3792
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';
|
|
3793
3803
|
// ShieldQuestionMark aliases
|
|
3794
3804
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3795
3805
|
export {
|
|
@@ -3808,12 +3818,6 @@ export {
|
|
|
3808
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 */
|
|
3809
3819
|
default as LucideSliders
|
|
3810
3820
|
} from '../icons/sliders-vertical';
|
|
3811
|
-
// Sparkles aliases
|
|
3812
|
-
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3813
|
-
export {
|
|
3814
|
-
/** @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 */
|
|
3815
|
-
default as LucideStars
|
|
3816
|
-
} from '../icons/sparkles';
|
|
3817
3821
|
// SquareActivity aliases
|
|
3818
3822
|
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3819
3823
|
export {
|
|
@@ -3826,12 +3830,12 @@ export {
|
|
|
3826
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 */
|
|
3827
3831
|
default as LucideArrowDownLeftSquare
|
|
3828
3832
|
} from '../icons/square-arrow-down-left';
|
|
3829
|
-
//
|
|
3830
|
-
export { default as
|
|
3833
|
+
// Sparkles aliases
|
|
3834
|
+
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3831
3835
|
export {
|
|
3832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3833
|
-
default as
|
|
3834
|
-
} from '../icons/
|
|
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';
|
|
3835
3839
|
// SquareArrowDown aliases
|
|
3836
3840
|
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3837
3841
|
export {
|
|
@@ -3850,6 +3854,12 @@ export {
|
|
|
3850
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 */
|
|
3851
3855
|
default as LucideArrowDownLeftFromSquare
|
|
3852
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';
|
|
3853
3863
|
// SquareArrowOutDownRight aliases
|
|
3854
3864
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3855
3865
|
export {
|
|
@@ -3944,36 +3954,42 @@ export {
|
|
|
3944
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3945
3955
|
default as LucideChevronRightSquare
|
|
3946
3956
|
} from '../icons/square-chevron-right';
|
|
3947
|
-
// SquareChevronUp aliases
|
|
3948
|
-
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @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 */
|
|
3951
|
-
default as LucideChevronUpSquare
|
|
3952
|
-
} from '../icons/square-chevron-up';
|
|
3953
3957
|
// SquareCode aliases
|
|
3954
3958
|
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3955
3959
|
export {
|
|
3956
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 */
|
|
3957
3961
|
default as LucideCodeSquare
|
|
3958
3962
|
} from '../icons/square-code';
|
|
3959
|
-
//
|
|
3960
|
-
export { default as
|
|
3963
|
+
// SquareChevronUp aliases
|
|
3964
|
+
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3961
3965
|
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3963
|
-
default as
|
|
3964
|
-
} 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';
|
|
3965
3969
|
// SquareDashedMousePointer aliases
|
|
3966
3970
|
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
3967
3971
|
export {
|
|
3968
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 */
|
|
3969
3973
|
default as LucideMousePointerSquareDashed
|
|
3970
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';
|
|
3971
3981
|
// SquareDashed aliases
|
|
3972
3982
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
3973
3983
|
export {
|
|
3974
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 */
|
|
3975
3985
|
default as LucideBoxSelect
|
|
3976
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';
|
|
3977
3993
|
// SquareDivide aliases
|
|
3978
3994
|
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3979
3995
|
export {
|
|
@@ -3986,12 +4002,6 @@ export {
|
|
|
3986
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3987
4003
|
default as LucideEqualSquare
|
|
3988
4004
|
} from '../icons/square-equal';
|
|
3989
|
-
// SquareDot aliases
|
|
3990
|
-
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
3991
|
-
export {
|
|
3992
|
-
/** @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 */
|
|
3993
|
-
default as LucideDotSquare
|
|
3994
|
-
} from '../icons/square-dot';
|
|
3995
4005
|
// SquareFunction aliases
|
|
3996
4006
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
3997
4007
|
export {
|
|
@@ -4052,12 +4062,6 @@ export {
|
|
|
4052
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 */
|
|
4053
4063
|
default as LucidePercentSquare
|
|
4054
4064
|
} from '../icons/square-percent';
|
|
4055
|
-
// SquarePi aliases
|
|
4056
|
-
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4057
|
-
export {
|
|
4058
|
-
/** @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 */
|
|
4059
|
-
default as LucidePiSquare
|
|
4060
|
-
} from '../icons/square-pi';
|
|
4061
4065
|
// SquarePen aliases
|
|
4062
4066
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4063
4067
|
export {
|
|
@@ -4072,6 +4076,12 @@ export {
|
|
|
4072
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 */
|
|
4073
4077
|
default as LucidePenSquare
|
|
4074
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';
|
|
4075
4085
|
// SquarePilcrow aliases
|
|
4076
4086
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4077
4087
|
export {
|
|
@@ -4090,42 +4100,42 @@ export {
|
|
|
4090
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 */
|
|
4091
4101
|
default as LucidePlusSquare
|
|
4092
4102
|
} from '../icons/square-plus';
|
|
4093
|
-
// SquarePower aliases
|
|
4094
|
-
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4095
|
-
export {
|
|
4096
|
-
/** @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 */
|
|
4097
|
-
default as LucidePowerSquare
|
|
4098
|
-
} from '../icons/square-power';
|
|
4099
4103
|
// SquareScissors aliases
|
|
4100
4104
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4101
4105
|
export {
|
|
4102
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 */
|
|
4103
4107
|
default as LucideScissorsSquare
|
|
4104
4108
|
} from '../icons/square-scissors';
|
|
4105
|
-
//
|
|
4106
|
-
export { default as
|
|
4109
|
+
// SquarePower aliases
|
|
4110
|
+
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4107
4111
|
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4109
|
-
default as
|
|
4110
|
-
} from '../icons/square-
|
|
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';
|
|
4111
4115
|
// SquareSlash aliases
|
|
4112
4116
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4113
4117
|
export {
|
|
4114
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 */
|
|
4115
4119
|
default as LucideSlashSquare
|
|
4116
4120
|
} from '../icons/square-slash';
|
|
4117
|
-
//
|
|
4118
|
-
export { default as
|
|
4121
|
+
// SquareSigma aliases
|
|
4122
|
+
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4119
4123
|
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4121
|
-
default as
|
|
4122
|
-
} 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';
|
|
4123
4127
|
// SquareSplitVertical aliases
|
|
4124
4128
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4125
4129
|
export {
|
|
4126
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 */
|
|
4127
4131
|
default as LucideSplitSquareVertical
|
|
4128
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';
|
|
4129
4139
|
// SquareTerminal aliases
|
|
4130
4140
|
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4131
4141
|
export {
|
|
@@ -4190,30 +4200,30 @@ export {
|
|
|
4190
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4191
4201
|
default as LucideLetterText
|
|
4192
4202
|
} from '../icons/text-initial';
|
|
4193
|
-
// TextWrap aliases
|
|
4194
|
-
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4195
|
-
export {
|
|
4196
|
-
/** @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 */
|
|
4197
|
-
default as LucideWrapText
|
|
4198
|
-
} from '../icons/text-wrap';
|
|
4199
4203
|
// TextSelect aliases
|
|
4200
4204
|
export { default as LucideTextSelect } from '../icons/text-select';
|
|
4201
4205
|
export {
|
|
4202
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4203
4207
|
default as LucideTextSelection
|
|
4204
4208
|
} from '../icons/text-select';
|
|
4205
|
-
//
|
|
4206
|
-
export { default as
|
|
4209
|
+
// TextWrap aliases
|
|
4210
|
+
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4207
4211
|
export {
|
|
4208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4209
|
-
default as
|
|
4210
|
-
} from '../icons/
|
|
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 */
|
|
4213
|
+
default as LucideWrapText
|
|
4214
|
+
} from '../icons/text-wrap';
|
|
4211
4215
|
// TreePalm aliases
|
|
4212
4216
|
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4213
4217
|
export {
|
|
4214
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 */
|
|
4215
4219
|
default as LucidePalmtree
|
|
4216
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';
|
|
4217
4227
|
// TriangleAlert aliases
|
|
4218
4228
|
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4219
4229
|
export {
|
|
@@ -4238,12 +4248,6 @@ export {
|
|
|
4238
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 */
|
|
4239
4249
|
default as LucideUserCheck2
|
|
4240
4250
|
} from '../icons/user-round-check';
|
|
4241
|
-
// UserRoundCog aliases
|
|
4242
|
-
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4243
|
-
export {
|
|
4244
|
-
/** @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 */
|
|
4245
|
-
default as LucideUserCog2
|
|
4246
|
-
} from '../icons/user-round-cog';
|
|
4247
4251
|
// UserRoundMinus aliases
|
|
4248
4252
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4249
4253
|
export {
|
|
@@ -4262,6 +4266,12 @@ export {
|
|
|
4262
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 */
|
|
4263
4267
|
default as LucideUserX2
|
|
4264
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';
|
|
4265
4275
|
// UserRound aliases
|
|
4266
4276
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4267
4277
|
export {
|