@lucide/astro 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +610 -606
- package/src/aliases/suffixed.ts +925 -921
- package/src/icons/index.ts +98 -96
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -10,10 +10,10 @@ export { default as LucideAccessibility } from '../icons/accessibility';
|
|
|
10
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
@@ -42,10 +42,10 @@ export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horiz
|
|
|
42
42
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -78,10 +78,10 @@ export { default as LucideAnchor } from '../icons/anchor';
|
|
|
78
78
|
export { default as LucideAngry } from '../icons/angry';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
|
-
// Antenna aliases
|
|
82
|
-
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as LucideAntenna } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as LucideAperture } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -104,28 +104,28 @@ export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash'
|
|
|
104
104
|
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigRightDash aliases
|
|
108
|
-
export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
109
107
|
// ArrowBigLeft aliases
|
|
110
108
|
export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
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';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
125
125
|
// ArrowDownToLine aliases
|
|
126
126
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
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
|
|
@@ -150,20 +150,20 @@ export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
|
150
150
|
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
159
161
|
// ArrowUpWideNarrow aliases
|
|
160
162
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
163
165
|
// ArrowsUpFromLine aliases
|
|
164
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
165
|
-
// ArrowUpToLine aliases
|
|
166
|
-
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
169
|
// AtSign aliases
|
|
@@ -182,18 +182,18 @@ export { default as LucideAxe } from '../icons/axe';
|
|
|
182
182
|
export { default as LucideBaby } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as LucideBackpack } from '../icons/backpack';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
195
193
|
// BadgeIndianRupee aliases
|
|
196
194
|
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
@@ -210,16 +210,16 @@ export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble
|
|
|
210
210
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
211
211
|
// BadgeSwissFranc aliases
|
|
212
212
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
213
|
-
// Badge aliases
|
|
214
|
-
export { default as LucideBadge } from '../icons/badge';
|
|
215
213
|
// BadgeX aliases
|
|
216
214
|
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as LucideBadge } from '../icons/badge';
|
|
221
219
|
// Balloon aliases
|
|
222
220
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
221
|
+
// Ban aliases
|
|
222
|
+
export { default as LucideBan } from '../icons/ban';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as LucideBanana } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -230,36 +230,36 @@ export { default as LucideBanknoteArrowDown } from '../icons/banknote-arrow-down
|
|
|
230
230
|
export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
233
|
-
// Barcode aliases
|
|
234
|
-
export { default as LucideBarcode } from '../icons/barcode';
|
|
235
233
|
// Banknote aliases
|
|
236
234
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
235
|
+
// Barcode aliases
|
|
236
|
+
export { default as LucideBarcode } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
238
238
|
export { default as LucideBarrel } from '../icons/barrel';
|
|
239
|
-
// Bath aliases
|
|
240
|
-
export { default as LucideBath } from '../icons/bath';
|
|
241
239
|
// Baseline aliases
|
|
242
240
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
241
|
+
// Bath aliases
|
|
242
|
+
export { default as LucideBath } from '../icons/bath';
|
|
245
243
|
// BatteryFull aliases
|
|
246
244
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
245
|
+
// BatteryCharging aliases
|
|
246
|
+
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
247
247
|
// BatteryLow aliases
|
|
248
248
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
253
|
-
// Battery aliases
|
|
254
|
-
export { default as LucideBattery } from '../icons/battery';
|
|
255
253
|
// BatteryWarning aliases
|
|
256
254
|
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
255
|
+
// Battery aliases
|
|
256
|
+
export { default as LucideBattery } from '../icons/battery';
|
|
257
|
+
// BeanOff aliases
|
|
258
|
+
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
257
259
|
// Beaker aliases
|
|
258
260
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
259
261
|
// Bean aliases
|
|
260
262
|
export { default as LucideBean } from '../icons/bean';
|
|
261
|
-
// BeanOff aliases
|
|
262
|
-
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
@@ -274,38 +274,38 @@ export { default as LucideBeerOff } from '../icons/beer-off';
|
|
|
274
274
|
export { default as LucideBeer } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as LucideBell } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
291
|
-
// BicepsFlexed aliases
|
|
292
|
-
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as LucideBike } from '../icons/bike';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as LucideBinary } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
301
|
-
// Birdhouse aliases
|
|
302
|
-
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
303
301
|
// Biohazard aliases
|
|
304
302
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
305
|
-
// Bird aliases
|
|
306
|
-
export { default as LucideBird } from '../icons/bird';
|
|
307
303
|
// Bitcoin aliases
|
|
308
304
|
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as LucideBird } from '../icons/bird';
|
|
307
|
+
// Birdhouse aliases
|
|
308
|
+
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as LucideBlend } from '../icons/blend';
|
|
311
311
|
// Blinds aliases
|
|
@@ -314,10 +314,10 @@ export { default as LucideBlinds } from '../icons/blinds';
|
|
|
314
314
|
export { default as LucideBlocks } from '../icons/blocks';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
317
|
-
// BluetoothSearching aliases
|
|
318
|
-
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothSearching aliases
|
|
320
|
+
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
@@ -330,14 +330,14 @@ export { default as LucideBomb } from '../icons/bomb';
|
|
|
330
330
|
export { default as LucideBone } from '../icons/bone';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as LucideBookA } from '../icons/book-a';
|
|
333
|
-
// BookAlert aliases
|
|
334
|
-
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// BookAlert aliases
|
|
336
|
+
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as LucideBookCheck } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
@@ -346,10 +346,10 @@ export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
|
346
346
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
349
|
-
// BookLock aliases
|
|
350
|
-
export { default as LucideBookLock } from '../icons/book-lock';
|
|
351
349
|
// BookKey aliases
|
|
352
350
|
export { default as LucideBookKey } from '../icons/book-key';
|
|
351
|
+
// BookLock aliases
|
|
352
|
+
export { default as LucideBookLock } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as LucideBookMarked } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
@@ -358,10 +358,10 @@ export { default as LucideBookMinus } from '../icons/book-minus';
|
|
|
358
358
|
export { default as LucideBookOpenCheck } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
361
|
-
// BookPlus aliases
|
|
362
|
-
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
363
361
|
// BookOpen aliases
|
|
364
362
|
export { default as LucideBookOpen } from '../icons/book-open';
|
|
363
|
+
// BookPlus aliases
|
|
364
|
+
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as LucideBookSearch } from '../icons/book-search';
|
|
367
367
|
// BookText aliases
|
|
@@ -396,10 +396,10 @@ export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
|
396
396
|
export { default as LucideBot } from '../icons/bot';
|
|
397
397
|
// BotOff aliases
|
|
398
398
|
export { default as LucideBotOff } from '../icons/bot-off';
|
|
399
|
-
// BowArrow aliases
|
|
400
|
-
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
401
399
|
// BottleWine aliases
|
|
402
400
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
401
|
+
// BowArrow aliases
|
|
402
|
+
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
403
403
|
// Box aliases
|
|
404
404
|
export { default as LucideBox } from '../icons/box';
|
|
405
405
|
// Boxes aliases
|
|
@@ -408,32 +408,32 @@ export { default as LucideBoxes } from '../icons/boxes';
|
|
|
408
408
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
411
|
-
// Brain aliases
|
|
412
|
-
export { default as LucideBrain } from '../icons/brain';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as LucideBrain } from '../icons/brain';
|
|
415
415
|
// BrickWallFire aliases
|
|
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
419
|
// BrickWall aliases
|
|
420
420
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseConveyorBelt aliases
|
|
422
|
-
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
423
421
|
// BriefcaseBusiness aliases
|
|
424
422
|
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
425
|
-
//
|
|
426
|
-
export { default as
|
|
423
|
+
// BriefcaseConveyorBelt aliases
|
|
424
|
+
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
427
425
|
// Briefcase aliases
|
|
428
426
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
427
|
+
// BriefcaseMedical aliases
|
|
428
|
+
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
433
|
-
// Bubbles aliases
|
|
434
|
-
export { default as LucideBubbles } from '../icons/bubbles';
|
|
435
433
|
// Brush aliases
|
|
436
434
|
export { default as LucideBrush } from '../icons/brush';
|
|
435
|
+
// Bubbles aliases
|
|
436
|
+
export { default as LucideBubbles } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
@@ -450,10 +450,10 @@ export { default as LucideBusFront } from '../icons/bus-front';
|
|
|
450
450
|
export { default as LucideBus } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as LucideCableCar } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as LucideCable } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as LucideCable } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as LucideCake } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
@@ -470,10 +470,10 @@ export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
|
470
470
|
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
473
|
-
// CalendarDays aliases
|
|
474
|
-
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
475
473
|
// CalendarCog aliases
|
|
476
474
|
export { default as LucideCalendarCog } from '../icons/calendar-cog';
|
|
475
|
+
// CalendarDays aliases
|
|
476
|
+
export { default as LucideCalendarDays } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as LucideCalendarFold } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
@@ -482,10 +482,10 @@ export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
|
482
482
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
@@ -496,18 +496,18 @@ export { default as LucideCalendarSync } from '../icons/calendar-sync';
|
|
|
496
496
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
499
501
|
// Calendar aliases
|
|
500
502
|
export { default as LucideCalendar } from '../icons/calendar';
|
|
501
503
|
// Calendars aliases
|
|
502
504
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
503
|
-
// CalendarX aliases
|
|
504
|
-
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
507
|
-
// CandyCane aliases
|
|
508
|
-
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
509
507
|
// Camera aliases
|
|
510
508
|
export { default as LucideCamera } from '../icons/camera';
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
513
513
|
// Candy aliases
|
|
@@ -530,22 +530,22 @@ export { default as LucideCaravan } from '../icons/caravan';
|
|
|
530
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
|
-
// CassetteTape aliases
|
|
540
|
-
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as LucideCast } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as LucideCastle } from '../icons/castle';
|
|
545
|
-
// CctvOff aliases
|
|
546
|
-
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
547
545
|
// Cat aliases
|
|
548
546
|
export { default as LucideCat } from '../icons/cat';
|
|
547
|
+
// CctvOff aliases
|
|
548
|
+
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
549
549
|
// Cctv aliases
|
|
550
550
|
export { default as LucideCctv } from '../icons/cctv';
|
|
551
551
|
// ChartBarDecreasing aliases
|
|
@@ -556,10 +556,10 @@ export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasi
|
|
|
556
556
|
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnDecreasing aliases
|
|
558
558
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
559
|
-
// ChartGantt aliases
|
|
560
|
-
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
561
559
|
// ChartColumnStacked aliases
|
|
562
560
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
561
|
+
// ChartGantt aliases
|
|
562
|
+
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
563
563
|
// ChartNetwork aliases
|
|
564
564
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
565
565
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -584,10 +584,10 @@ export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
|
584
584
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
585
585
|
// ChessKnight aliases
|
|
586
586
|
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
587
|
-
// ChessPawn aliases
|
|
588
|
-
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
589
587
|
// ChessQueen aliases
|
|
590
588
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
589
|
+
// ChessPawn aliases
|
|
590
|
+
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
591
591
|
// ChessRook aliases
|
|
592
592
|
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
593
593
|
// ChevronDown aliases
|
|
@@ -600,10 +600,10 @@ export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
|
600
600
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
601
601
|
// ChevronRight aliases
|
|
602
602
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
603
|
-
// ChevronsDownUp aliases
|
|
604
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
605
603
|
// ChevronUp aliases
|
|
606
604
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
605
|
+
// ChevronsDownUp aliases
|
|
606
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
607
607
|
// ChevronsDown aliases
|
|
608
608
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
609
609
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -612,10 +612,10 @@ export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-le
|
|
|
612
612
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
613
613
|
// ChevronsLeft aliases
|
|
614
614
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
615
|
-
// ChevronsRightLeft aliases
|
|
616
|
-
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
617
|
+
// ChevronsRightLeft aliases
|
|
618
|
+
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
619
619
|
// ChevronsUpDown aliases
|
|
620
620
|
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
621
621
|
// ChevronsUp aliases
|
|
@@ -624,12 +624,12 @@ export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
|
624
624
|
export { default as LucideChurch } from '../icons/church';
|
|
625
625
|
// CigaretteOff aliases
|
|
626
626
|
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
627
|
+
// Cigarette aliases
|
|
628
|
+
export { default as LucideCigarette } from '../icons/cigarette';
|
|
627
629
|
// CircleDashed aliases
|
|
628
630
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
629
631
|
// CircleDollarSign aliases
|
|
630
632
|
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
631
|
-
// Cigarette aliases
|
|
632
|
-
export { default as LucideCigarette } from '../icons/cigarette';
|
|
633
633
|
// CircleDotDashed aliases
|
|
634
634
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
635
635
|
// CircleDot aliases
|
|
@@ -650,18 +650,18 @@ export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
|
650
650
|
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSlash aliases
|
|
652
652
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
653
|
-
// CircleSmall aliases
|
|
654
|
-
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
655
653
|
// CircleStar aliases
|
|
656
654
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
657
655
|
// Circle aliases
|
|
658
656
|
export { default as LucideCircle } from '../icons/circle';
|
|
657
|
+
// CircleSmall aliases
|
|
658
|
+
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
659
659
|
// CircuitBoard aliases
|
|
660
660
|
export { default as LucideCircuitBoard } from '../icons/circuit-board';
|
|
661
|
-
// Clapperboard aliases
|
|
662
|
-
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
663
661
|
// Citrus aliases
|
|
664
662
|
export { default as LucideCitrus } from '../icons/citrus';
|
|
663
|
+
// Clapperboard aliases
|
|
664
|
+
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
665
665
|
// ClipboardCheck aliases
|
|
666
666
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
@@ -688,12 +688,12 @@ export { default as LucideClock1 } from '../icons/clock-1';
|
|
|
688
688
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
689
689
|
// Clock11 aliases
|
|
690
690
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
691
|
+
// Clock12 aliases
|
|
692
|
+
export { default as LucideClock12 } from '../icons/clock-12';
|
|
691
693
|
// Clock2 aliases
|
|
692
694
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
693
695
|
// Clock3 aliases
|
|
694
696
|
export { default as LucideClock3 } from '../icons/clock-3';
|
|
695
|
-
// Clock12 aliases
|
|
696
|
-
export { default as LucideClock12 } from '../icons/clock-12';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as LucideClock4 } from '../icons/clock-4';
|
|
699
699
|
// Clock5 aliases
|
|
@@ -702,12 +702,12 @@ export { default as LucideClock5 } from '../icons/clock-5';
|
|
|
702
702
|
export { default as LucideClock6 } from '../icons/clock-6';
|
|
703
703
|
// Clock7 aliases
|
|
704
704
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
705
|
-
// ClockAlert aliases
|
|
706
|
-
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
707
|
-
// Clock9 aliases
|
|
708
|
-
export { default as LucideClock9 } from '../icons/clock-9';
|
|
709
705
|
// Clock8 aliases
|
|
710
706
|
export { default as LucideClock8 } from '../icons/clock-8';
|
|
707
|
+
// Clock9 aliases
|
|
708
|
+
export { default as LucideClock9 } from '../icons/clock-9';
|
|
709
|
+
// ClockAlert aliases
|
|
710
|
+
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
711
711
|
// ClockArrowDown aliases
|
|
712
712
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
713
713
|
// ClockArrowUp aliases
|
|
@@ -726,10 +726,10 @@ export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
|
726
726
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
727
727
|
// CloudBackup aliases
|
|
728
728
|
export { default as LucideCloudBackup } from '../icons/cloud-backup';
|
|
729
|
-
// CloudCheck aliases
|
|
730
|
-
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
731
729
|
// CloudCog aliases
|
|
732
730
|
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
731
|
+
// CloudCheck aliases
|
|
732
|
+
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
733
733
|
// CloudDrizzle aliases
|
|
734
734
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
735
735
|
// CloudFog aliases
|
|
@@ -744,10 +744,10 @@ export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
|
744
744
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudOff aliases
|
|
746
746
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
747
|
-
// CloudRainWind aliases
|
|
748
|
-
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
749
747
|
// CloudRain aliases
|
|
750
748
|
export { default as LucideCloudRain } from '../icons/cloud-rain';
|
|
749
|
+
// CloudRainWind aliases
|
|
750
|
+
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
751
751
|
// CloudSnow aliases
|
|
752
752
|
export { default as LucideCloudSnow } from '../icons/cloud-snow';
|
|
753
753
|
// CloudSunRain aliases
|
|
@@ -776,10 +776,10 @@ export { default as LucideCoins } from '../icons/coins';
|
|
|
776
776
|
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
777
777
|
// Combine aliases
|
|
778
778
|
export { default as LucideCombine } from '../icons/combine';
|
|
779
|
-
// Compass aliases
|
|
780
|
-
export { default as LucideCompass } from '../icons/compass';
|
|
781
779
|
// Command aliases
|
|
782
780
|
export { default as LucideCommand } from '../icons/command';
|
|
781
|
+
// Compass aliases
|
|
782
|
+
export { default as LucideCompass } from '../icons/compass';
|
|
783
783
|
// Component aliases
|
|
784
784
|
export { default as LucideComponent } from '../icons/component';
|
|
785
785
|
// Computer aliases
|
|
@@ -790,22 +790,22 @@ export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
|
790
790
|
export { default as LucideCone } from '../icons/cone';
|
|
791
791
|
// Construction aliases
|
|
792
792
|
export { default as LucideConstruction } from '../icons/construction';
|
|
793
|
-
// Container aliases
|
|
794
|
-
export { default as LucideContainer } from '../icons/container';
|
|
795
793
|
// Contact aliases
|
|
796
794
|
export { default as LucideContact } from '../icons/contact';
|
|
795
|
+
// Container aliases
|
|
796
|
+
export { default as LucideContainer } from '../icons/container';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as LucideContrast } from '../icons/contrast';
|
|
799
|
-
// CookingPot aliases
|
|
800
|
-
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
801
799
|
// Cookie aliases
|
|
802
800
|
export { default as LucideCookie } from '../icons/cookie';
|
|
801
|
+
// CookingPot aliases
|
|
802
|
+
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
803
803
|
// CopyCheck aliases
|
|
804
804
|
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
805
|
-
// CopyPlus aliases
|
|
806
|
-
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
807
|
+
// CopyPlus aliases
|
|
808
|
+
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
809
809
|
// CopySlash aliases
|
|
810
810
|
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
811
811
|
// CopyX aliases
|
|
@@ -818,16 +818,16 @@ export { default as LucideCopyleft } from '../icons/copyleft';
|
|
|
818
818
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
819
819
|
// CornerDownLeft aliases
|
|
820
820
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
823
821
|
// CornerLeftDown aliases
|
|
824
822
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
823
|
+
// CornerDownRight aliases
|
|
824
|
+
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftUp aliases
|
|
826
826
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
827
|
-
// CornerRightUp aliases
|
|
828
|
-
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
829
|
+
// CornerRightUp aliases
|
|
830
|
+
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
831
831
|
// CornerUpLeft aliases
|
|
832
832
|
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
833
833
|
// CornerUpRight aliases
|
|
@@ -842,16 +842,16 @@ export { default as LucideCreditCard } from '../icons/credit-card';
|
|
|
842
842
|
export { default as LucideCroissant } from '../icons/croissant';
|
|
843
843
|
// Crop aliases
|
|
844
844
|
export { default as LucideCrop } from '../icons/crop';
|
|
845
|
-
// Crosshair aliases
|
|
846
|
-
export { default as LucideCrosshair } from '../icons/crosshair';
|
|
847
845
|
// Cross aliases
|
|
848
846
|
export { default as LucideCross } from '../icons/cross';
|
|
849
847
|
// Crown aliases
|
|
850
848
|
export { default as LucideCrown } from '../icons/crown';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
849
|
+
// Crosshair aliases
|
|
850
|
+
export { default as LucideCrosshair } from '../icons/crosshair';
|
|
853
851
|
// CupSoda aliases
|
|
854
852
|
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
853
|
+
// Cuboid aliases
|
|
854
|
+
export { default as LucideCuboid } from '../icons/cuboid';
|
|
855
855
|
// Currency aliases
|
|
856
856
|
export { default as LucideCurrency } from '../icons/currency';
|
|
857
857
|
// Cylinder aliases
|
|
@@ -866,28 +866,28 @@ export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
|
866
866
|
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as LucideDatabase } from '../icons/database';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
871
|
-
// Dessert aliases
|
|
872
|
-
export { default as LucideDessert } from '../icons/dessert';
|
|
873
869
|
// DecimalsArrowRight aliases
|
|
874
870
|
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
871
|
+
// DecimalsArrowLeft aliases
|
|
872
|
+
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
875
873
|
// Delete aliases
|
|
876
874
|
export { default as LucideDelete } from '../icons/delete';
|
|
877
875
|
// Diameter aliases
|
|
878
876
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
879
|
-
//
|
|
880
|
-
export { default as
|
|
877
|
+
// Dessert aliases
|
|
878
|
+
export { default as LucideDessert } from '../icons/dessert';
|
|
881
879
|
// DiamondPlus aliases
|
|
882
880
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
883
881
|
// Diamond aliases
|
|
884
882
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
885
|
-
//
|
|
886
|
-
export { default as
|
|
883
|
+
// DiamondMinus aliases
|
|
884
|
+
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
887
885
|
// Dice2 aliases
|
|
888
886
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
889
887
|
// Dice3 aliases
|
|
890
888
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
889
|
+
// Dice1 aliases
|
|
890
|
+
export { default as LucideDice1 } from '../icons/dice-1';
|
|
891
891
|
// Dice4 aliases
|
|
892
892
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
893
893
|
// Dice5 aliases
|
|
@@ -900,10 +900,10 @@ export { default as LucideDices } from '../icons/dices';
|
|
|
900
900
|
export { default as LucideDiff } from '../icons/diff';
|
|
901
901
|
// Disc2 aliases
|
|
902
902
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
903
|
-
// DiscAlbum aliases
|
|
904
|
-
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
905
|
+
// DiscAlbum aliases
|
|
906
|
+
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as LucideDisc } from '../icons/disc';
|
|
909
909
|
// Divide aliases
|
|
@@ -934,10 +934,10 @@ export { default as LucideDownload } from '../icons/download';
|
|
|
934
934
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
935
935
|
// Drama aliases
|
|
936
936
|
export { default as LucideDrama } from '../icons/drama';
|
|
937
|
-
// Drone aliases
|
|
938
|
-
export { default as LucideDrone } from '../icons/drone';
|
|
939
937
|
// Drill aliases
|
|
940
938
|
export { default as LucideDrill } from '../icons/drill';
|
|
939
|
+
// Drone aliases
|
|
940
|
+
export { default as LucideDrone } from '../icons/drone';
|
|
941
941
|
// DropletOff aliases
|
|
942
942
|
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
943
943
|
// Droplet aliases
|
|
@@ -950,10 +950,10 @@ export { default as LucideDrum } from '../icons/drum';
|
|
|
950
950
|
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
951
951
|
// Dumbbell aliases
|
|
952
952
|
export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
953
|
-
// Ear aliases
|
|
954
|
-
export { default as LucideEar } from '../icons/ear';
|
|
955
953
|
// EarOff aliases
|
|
956
954
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
955
|
+
// Ear aliases
|
|
956
|
+
export { default as LucideEar } from '../icons/ear';
|
|
957
957
|
// EarthLock aliases
|
|
958
958
|
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
959
959
|
// Eclipse aliases
|
|
@@ -1006,10 +1006,10 @@ export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
|
1006
1006
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1007
1007
|
// FileBox aliases
|
|
1008
1008
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
1009
|
-
// FileClock aliases
|
|
1010
|
-
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1011
1009
|
// FileCheck aliases
|
|
1012
1010
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1011
|
+
// FileClock aliases
|
|
1012
|
+
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1013
1013
|
// FileCode aliases
|
|
1014
1014
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
1015
1015
|
// FileDiff aliases
|
|
@@ -1050,12 +1050,12 @@ export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
|
1050
1050
|
export { default as LucideFileText } from '../icons/file-text';
|
|
1051
1051
|
// FileType aliases
|
|
1052
1052
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1053
|
-
// FileUser aliases
|
|
1054
|
-
export { default as LucideFileUser } from '../icons/file-user';
|
|
1055
1053
|
// FileUp aliases
|
|
1056
1054
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1057
1055
|
// FileVolume aliases
|
|
1058
1056
|
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1057
|
+
// FileUser aliases
|
|
1058
|
+
export { default as LucideFileUser } from '../icons/file-user';
|
|
1059
1059
|
// FileX aliases
|
|
1060
1060
|
export { default as LucideFileX } from '../icons/file-x';
|
|
1061
1061
|
// File aliases
|
|
@@ -1070,16 +1070,16 @@ export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
|
1070
1070
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1071
1071
|
// FishSymbol aliases
|
|
1072
1072
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1073
|
-
// FishingHook aliases
|
|
1074
|
-
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1075
1073
|
// Fish aliases
|
|
1076
1074
|
export { default as LucideFish } from '../icons/fish';
|
|
1075
|
+
// FishingHook aliases
|
|
1076
|
+
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1077
1077
|
// FishingRod aliases
|
|
1078
1078
|
export { default as LucideFishingRod } from '../icons/fishing-rod';
|
|
1079
|
-
// FlagTriangleLeft aliases
|
|
1080
|
-
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1081
1079
|
// FlagOff aliases
|
|
1082
1080
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1081
|
+
// FlagTriangleLeft aliases
|
|
1082
|
+
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1083
1083
|
// FlagTriangleRight aliases
|
|
1084
1084
|
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1085
1085
|
// Flag aliases
|
|
@@ -1090,12 +1090,12 @@ export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
|
1090
1090
|
export { default as LucideFlame } from '../icons/flame';
|
|
1091
1091
|
// FlashlightOff aliases
|
|
1092
1092
|
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1093
|
+
// FlaskConical aliases
|
|
1094
|
+
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1093
1095
|
// Flashlight aliases
|
|
1094
1096
|
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1095
1097
|
// FlaskConicalOff aliases
|
|
1096
1098
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1097
|
-
// FlaskConical aliases
|
|
1098
|
-
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1099
1099
|
// FlaskRound aliases
|
|
1100
1100
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
@@ -1104,16 +1104,16 @@ export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
|
1104
1104
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1105
1105
|
// Flower2 aliases
|
|
1106
1106
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1107
|
-
// Focus aliases
|
|
1108
|
-
export { default as LucideFocus } from '../icons/focus';
|
|
1109
1107
|
// Flower aliases
|
|
1110
1108
|
export { default as LucideFlower } from '../icons/flower';
|
|
1111
1109
|
// FoldHorizontal aliases
|
|
1112
1110
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// Focus aliases
|
|
1112
|
+
export { default as LucideFocus } from '../icons/focus';
|
|
1115
1113
|
// FoldVertical aliases
|
|
1116
1114
|
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1115
|
+
// FolderArchive aliases
|
|
1116
|
+
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1117
1117
|
// FolderCheck aliases
|
|
1118
1118
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1119
1119
|
// FolderClock aliases
|
|
@@ -1126,10 +1126,10 @@ export { default as LucideFolderCode } from '../icons/folder-code';
|
|
|
1126
1126
|
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1127
1127
|
// FolderDown aliases
|
|
1128
1128
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1129
|
-
// FolderGit2 aliases
|
|
1130
|
-
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1131
1129
|
// FolderGit aliases
|
|
1132
1130
|
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1131
|
+
// FolderGit2 aliases
|
|
1132
|
+
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1133
1133
|
// FolderHeart aliases
|
|
1134
1134
|
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1135
1135
|
// FolderInput aliases
|
|
@@ -1140,30 +1140,30 @@ export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
|
1140
1140
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1141
1141
|
// FolderLock aliases
|
|
1142
1142
|
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1143
|
-
// FolderOpenDot aliases
|
|
1144
|
-
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1145
1143
|
// FolderMinus aliases
|
|
1146
1144
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1145
|
+
// FolderOpenDot aliases
|
|
1146
|
+
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1147
1147
|
// FolderOpen aliases
|
|
1148
1148
|
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1149
|
-
// FolderPlus aliases
|
|
1150
|
-
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1151
1149
|
// FolderOutput aliases
|
|
1152
1150
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1153
|
-
//
|
|
1154
|
-
export { default as
|
|
1151
|
+
// FolderPlus aliases
|
|
1152
|
+
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1155
1153
|
// FolderSearch2 aliases
|
|
1156
1154
|
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1157
1155
|
// FolderSearch aliases
|
|
1158
1156
|
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1157
|
+
// FolderRoot aliases
|
|
1158
|
+
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1159
1159
|
// FolderSymlink aliases
|
|
1160
1160
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1161
1161
|
// FolderSync aliases
|
|
1162
1162
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1163
|
-
// FolderTree aliases
|
|
1164
|
-
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1165
1163
|
// FolderUp aliases
|
|
1166
1164
|
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1165
|
+
// FolderTree aliases
|
|
1166
|
+
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1167
1167
|
// FolderX aliases
|
|
1168
1168
|
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1169
1169
|
// Folder aliases
|
|
@@ -1200,18 +1200,18 @@ export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-e
|
|
|
1200
1200
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1201
1201
|
// Gamepad2 aliases
|
|
1202
1202
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1203
|
-
// GamepadDirectional aliases
|
|
1204
|
-
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1205
1203
|
// Gamepad aliases
|
|
1206
1204
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1205
|
+
// GamepadDirectional aliases
|
|
1206
|
+
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1207
1207
|
// Gauge aliases
|
|
1208
1208
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1209
1209
|
// Gavel aliases
|
|
1210
1210
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1211
|
-
// GeorgianLari aliases
|
|
1212
|
-
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1213
1211
|
// Gem aliases
|
|
1214
1212
|
export { default as LucideGem } from '../icons/gem';
|
|
1213
|
+
// GeorgianLari aliases
|
|
1214
|
+
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1215
1215
|
// Ghost aliases
|
|
1216
1216
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1217
1217
|
// Gift aliases
|
|
@@ -1224,10 +1224,10 @@ export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
|
1224
1224
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
1226
1226
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1227
|
-
// GitCompare aliases
|
|
1228
|
-
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1229
1227
|
// GitCompareArrows aliases
|
|
1230
1228
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1229
|
+
// GitCompare aliases
|
|
1230
|
+
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1233
1233
|
// GitGraph aliases
|
|
@@ -1236,14 +1236,14 @@ export { default as LucideGitGraph } from '../icons/git-graph';
|
|
|
1236
1236
|
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1237
1237
|
// GitMerge aliases
|
|
1238
1238
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1239
|
-
// GitPullRequestClosed aliases
|
|
1240
|
-
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1241
1239
|
// GitPullRequestArrow aliases
|
|
1242
1240
|
export { default as LucideGitPullRequestArrow } from '../icons/git-pull-request-arrow';
|
|
1243
|
-
//
|
|
1244
|
-
export { default as
|
|
1241
|
+
// GitPullRequestClosed aliases
|
|
1242
|
+
export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request-closed';
|
|
1245
1243
|
// GitPullRequestCreateArrow aliases
|
|
1246
1244
|
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1245
|
+
// GitPullRequestCreate aliases
|
|
1246
|
+
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1247
1247
|
// GitPullRequestDraft aliases
|
|
1248
1248
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
@@ -1268,10 +1268,10 @@ export { default as LucideGpu } from '../icons/gpu';
|
|
|
1268
1268
|
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as LucideGrape } from '../icons/grape';
|
|
1271
|
-
// GripHorizontal aliases
|
|
1272
|
-
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1273
1271
|
// Grid3x2 aliases
|
|
1274
1272
|
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1273
|
+
// GripHorizontal aliases
|
|
1274
|
+
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1275
1275
|
// GripVertical aliases
|
|
1276
1276
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1277
1277
|
// Grip aliases
|
|
@@ -1304,18 +1304,18 @@ export { default as LucideHandbag } from '../icons/handbag';
|
|
|
1304
1304
|
export { default as LucideHandshake } from '../icons/handshake';
|
|
1305
1305
|
// HardDriveDownload aliases
|
|
1306
1306
|
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1307
|
-
// HardDrive aliases
|
|
1308
|
-
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1309
1307
|
// HardDriveUpload aliases
|
|
1310
1308
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1309
|
+
// HardDrive aliases
|
|
1310
|
+
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1311
1311
|
// HardHat aliases
|
|
1312
1312
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1313
1313
|
// Hash aliases
|
|
1314
1314
|
export { default as LucideHash } from '../icons/hash';
|
|
1315
|
-
// HatGlasses aliases
|
|
1316
|
-
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1317
1315
|
// Haze aliases
|
|
1318
1316
|
export { default as LucideHaze } from '../icons/haze';
|
|
1317
|
+
// HatGlasses aliases
|
|
1318
|
+
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1319
1319
|
// Hd aliases
|
|
1320
1320
|
export { default as LucideHd } from '../icons/hd';
|
|
1321
1321
|
// HdmiPort aliases
|
|
@@ -1332,10 +1332,10 @@ export { default as LucideHeading4 } from '../icons/heading-4';
|
|
|
1332
1332
|
export { default as LucideHeading5 } from '../icons/heading-5';
|
|
1333
1333
|
// Heading6 aliases
|
|
1334
1334
|
export { default as LucideHeading6 } from '../icons/heading-6';
|
|
1335
|
-
// Heading aliases
|
|
1336
|
-
export { default as LucideHeading } from '../icons/heading';
|
|
1337
1335
|
// HeadphoneOff aliases
|
|
1338
1336
|
export { default as LucideHeadphoneOff } from '../icons/headphone-off';
|
|
1337
|
+
// Heading aliases
|
|
1338
|
+
export { default as LucideHeading } from '../icons/heading';
|
|
1339
1339
|
// Headphones aliases
|
|
1340
1340
|
export { default as LucideHeadphones } from '../icons/headphones';
|
|
1341
1341
|
// Headset aliases
|
|
@@ -1372,10 +1372,10 @@ export { default as LucideHop } from '../icons/hop';
|
|
|
1372
1372
|
export { default as LucideHospital } from '../icons/hospital';
|
|
1373
1373
|
// Hotel aliases
|
|
1374
1374
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1375
|
-
// Hourglass aliases
|
|
1376
|
-
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1377
1375
|
// HouseHeart aliases
|
|
1378
1376
|
export { default as LucideHouseHeart } from '../icons/house-heart';
|
|
1377
|
+
// Hourglass aliases
|
|
1378
|
+
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1379
1379
|
// HousePlug aliases
|
|
1380
1380
|
export { default as LucideHousePlug } from '../icons/house-plug';
|
|
1381
1381
|
// HousePlus aliases
|
|
@@ -1386,26 +1386,26 @@ export { default as LucideHouseWifi } from '../icons/house-wifi';
|
|
|
1386
1386
|
export { default as LucideIdCardLanyard } from '../icons/id-card-lanyard';
|
|
1387
1387
|
// IdCard aliases
|
|
1388
1388
|
export { default as LucideIdCard } from '../icons/id-card';
|
|
1389
|
+
// ImageDown aliases
|
|
1390
|
+
export { default as LucideImageDown } from '../icons/image-down';
|
|
1389
1391
|
// ImageMinus aliases
|
|
1390
1392
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1391
1393
|
// ImageOff aliases
|
|
1392
1394
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1393
|
-
// ImageDown aliases
|
|
1394
|
-
export { default as LucideImageDown } from '../icons/image-down';
|
|
1395
|
-
// ImagePlus aliases
|
|
1396
|
-
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1397
1395
|
// ImagePlay aliases
|
|
1398
1396
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1397
|
+
// ImagePlus aliases
|
|
1398
|
+
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1399
1399
|
// ImageUp aliases
|
|
1400
1400
|
export { default as LucideImageUp } from '../icons/image-up';
|
|
1401
1401
|
// ImageUpscale aliases
|
|
1402
1402
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1403
|
+
// Image aliases
|
|
1404
|
+
export { default as LucideImage } from '../icons/image';
|
|
1403
1405
|
// Images aliases
|
|
1404
1406
|
export { default as LucideImages } from '../icons/images';
|
|
1405
1407
|
// Import aliases
|
|
1406
1408
|
export { default as LucideImport } from '../icons/import';
|
|
1407
|
-
// Image aliases
|
|
1408
|
-
export { default as LucideImage } from '../icons/image';
|
|
1409
1409
|
// Inbox aliases
|
|
1410
1410
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1411
1411
|
// IndianRupee aliases
|
|
@@ -1416,26 +1416,26 @@ export { default as LucideInfinity } from '../icons/infinity';
|
|
|
1416
1416
|
export { default as LucideInfo } from '../icons/info';
|
|
1417
1417
|
// InspectionPanel aliases
|
|
1418
1418
|
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1419
|
-
// IterationCcw aliases
|
|
1420
|
-
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1421
1419
|
// Italic aliases
|
|
1422
1420
|
export { default as LucideItalic } from '../icons/italic';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// IterationCcw aliases
|
|
1422
|
+
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1425
1423
|
// IterationCw aliases
|
|
1426
1424
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1427
1425
|
// JapaneseYen aliases
|
|
1428
1426
|
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1427
|
+
// Joystick aliases
|
|
1428
|
+
export { default as LucideJoystick } from '../icons/joystick';
|
|
1429
1429
|
// Kanban aliases
|
|
1430
1430
|
export { default as LucideKanban } from '../icons/kanban';
|
|
1431
1431
|
// Kayak aliases
|
|
1432
1432
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1433
1433
|
// KeyRound aliases
|
|
1434
1434
|
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1435
|
-
// Key aliases
|
|
1436
|
-
export { default as LucideKey } from '../icons/key';
|
|
1437
1435
|
// KeySquare aliases
|
|
1438
1436
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1437
|
+
// Key aliases
|
|
1438
|
+
export { default as LucideKey } from '../icons/key';
|
|
1439
1439
|
// KeyboardMusic aliases
|
|
1440
1440
|
export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
1441
1441
|
// KeyboardOff aliases
|
|
@@ -1464,10 +1464,10 @@ export { default as LucideLanguages } from '../icons/languages';
|
|
|
1464
1464
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1465
1465
|
// Laptop aliases
|
|
1466
1466
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1467
|
-
// Lasso aliases
|
|
1468
|
-
export { default as LucideLasso } from '../icons/lasso';
|
|
1469
1467
|
// LassoSelect aliases
|
|
1470
1468
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1469
|
+
// Lasso aliases
|
|
1470
|
+
export { default as LucideLasso } from '../icons/lasso';
|
|
1471
1471
|
// Laugh aliases
|
|
1472
1472
|
export { default as LucideLaugh } from '../icons/laugh';
|
|
1473
1473
|
// Layers2 aliases
|
|
@@ -1484,12 +1484,12 @@ export { default as LucideLayoutList } from '../icons/layout-list';
|
|
|
1484
1484
|
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1485
1485
|
// LayoutPanelTop aliases
|
|
1486
1486
|
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1487
|
-
// LeafyGreen aliases
|
|
1488
|
-
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1489
1487
|
// LayoutTemplate aliases
|
|
1490
1488
|
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1491
1489
|
// Leaf aliases
|
|
1492
1490
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1491
|
+
// LeafyGreen aliases
|
|
1492
|
+
export { default as LucideLeafyGreen } from '../icons/leafy-green';
|
|
1493
1493
|
// Lectern aliases
|
|
1494
1494
|
export { default as LucideLectern } from '../icons/lectern';
|
|
1495
1495
|
// LensConcave aliases
|
|
@@ -1498,12 +1498,12 @@ export { default as LucideLensConcave } from '../icons/lens-concave';
|
|
|
1498
1498
|
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1501
|
+
// Library aliases
|
|
1502
|
+
export { default as LucideLibrary } from '../icons/library';
|
|
1501
1503
|
// LifeBuoy aliases
|
|
1502
1504
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1503
1505
|
// Ligature aliases
|
|
1504
1506
|
export { default as LucideLigature } from '../icons/ligature';
|
|
1505
|
-
// Library aliases
|
|
1506
|
-
export { default as LucideLibrary } from '../icons/library';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1509
1509
|
// Lightbulb aliases
|
|
@@ -1516,32 +1516,32 @@ export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
|
1516
1516
|
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1517
1517
|
// Link2Off aliases
|
|
1518
1518
|
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1519
|
-
// Link2 aliases
|
|
1520
|
-
export { default as LucideLink2 } from '../icons/link-2';
|
|
1521
1519
|
// Link aliases
|
|
1522
1520
|
export { default as LucideLink } from '../icons/link';
|
|
1523
|
-
//
|
|
1524
|
-
export { default as
|
|
1521
|
+
// Link2 aliases
|
|
1522
|
+
export { default as LucideLink2 } from '../icons/link-2';
|
|
1525
1523
|
// ListCheck aliases
|
|
1526
1524
|
export { default as LucideListCheck } from '../icons/list-check';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1525
|
+
// ListChecks aliases
|
|
1526
|
+
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1529
1527
|
// ListChevronsUpDown aliases
|
|
1530
1528
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// ListChevronsDownUp aliases
|
|
1530
|
+
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1533
1531
|
// ListCollapse aliases
|
|
1534
1532
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1533
|
+
// ListEnd aliases
|
|
1534
|
+
export { default as LucideListEnd } from '../icons/list-end';
|
|
1535
1535
|
// ListFilterPlus aliases
|
|
1536
1536
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1537
1537
|
// ListFilter aliases
|
|
1538
1538
|
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1539
1539
|
// ListMinus aliases
|
|
1540
1540
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1541
|
-
// ListOrdered aliases
|
|
1542
|
-
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1543
1541
|
// ListMusic aliases
|
|
1544
1542
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1543
|
+
// ListOrdered aliases
|
|
1544
|
+
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1545
1545
|
// ListPlus aliases
|
|
1546
1546
|
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1547
1547
|
// ListRestart aliases
|
|
@@ -1558,26 +1558,26 @@ export { default as LucideListVideo } from '../icons/list-video';
|
|
|
1558
1558
|
export { default as LucideListX } from '../icons/list-x';
|
|
1559
1559
|
// List aliases
|
|
1560
1560
|
export { default as LucideList } from '../icons/list';
|
|
1561
|
-
// Loader aliases
|
|
1562
|
-
export { default as LucideLoader } from '../icons/loader';
|
|
1563
1561
|
// LoaderPinwheel aliases
|
|
1564
1562
|
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1563
|
+
// Loader aliases
|
|
1564
|
+
export { default as LucideLoader } from '../icons/loader';
|
|
1565
1565
|
// LocateFixed aliases
|
|
1566
1566
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1567
|
-
// LocateOff aliases
|
|
1568
|
-
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1569
1567
|
// Locate aliases
|
|
1570
1568
|
export { default as LucideLocate } from '../icons/locate';
|
|
1571
|
-
//
|
|
1572
|
-
export { default as
|
|
1569
|
+
// LocateOff aliases
|
|
1570
|
+
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1573
1571
|
// LockKeyhole aliases
|
|
1574
1572
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1573
|
+
// Lock aliases
|
|
1574
|
+
export { default as LucideLock } from '../icons/lock';
|
|
1575
1575
|
// LogIn aliases
|
|
1576
1576
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1577
|
-
// LogOut aliases
|
|
1578
|
-
export { default as LucideLogOut } from '../icons/log-out';
|
|
1579
1577
|
// Logs aliases
|
|
1580
1578
|
export { default as LucideLogs } from '../icons/logs';
|
|
1579
|
+
// LogOut aliases
|
|
1580
|
+
export { default as LucideLogOut } from '../icons/log-out';
|
|
1581
1581
|
// Lollipop aliases
|
|
1582
1582
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1583
1583
|
// Luggage aliases
|
|
@@ -1590,10 +1590,10 @@ export { default as LucideMailCheck } from '../icons/mail-check';
|
|
|
1590
1590
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1591
1591
|
// MailOpen aliases
|
|
1592
1592
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1593
|
-
// MailPlus aliases
|
|
1594
|
-
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1595
1593
|
// MailSearch aliases
|
|
1596
1594
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1595
|
+
// MailPlus aliases
|
|
1596
|
+
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1597
1597
|
// MailWarning aliases
|
|
1598
1598
|
export { default as LucideMailWarning } from '../icons/mail-warning';
|
|
1599
1599
|
// MailX aliases
|
|
@@ -1608,14 +1608,14 @@ export { default as LucideMails } from '../icons/mails';
|
|
|
1608
1608
|
export { default as LucideMapMinus } from '../icons/map-minus';
|
|
1609
1609
|
// MapPinCheckInside aliases
|
|
1610
1610
|
export { default as LucideMapPinCheckInside } from '../icons/map-pin-check-inside';
|
|
1611
|
-
// MapPinCheck aliases
|
|
1612
|
-
export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
1613
|
-
// MapPinMinus aliases
|
|
1614
|
-
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1615
1611
|
// MapPinHouse aliases
|
|
1616
1612
|
export { default as LucideMapPinHouse } from '../icons/map-pin-house';
|
|
1613
|
+
// MapPinCheck aliases
|
|
1614
|
+
export { default as LucideMapPinCheck } from '../icons/map-pin-check';
|
|
1617
1615
|
// MapPinMinusInside aliases
|
|
1618
1616
|
export { default as LucideMapPinMinusInside } from '../icons/map-pin-minus-inside';
|
|
1617
|
+
// MapPinMinus aliases
|
|
1618
|
+
export { default as LucideMapPinMinus } from '../icons/map-pin-minus';
|
|
1619
1619
|
// MapPinOff aliases
|
|
1620
1620
|
export { default as LucideMapPinOff } from '../icons/map-pin-off';
|
|
1621
1621
|
// MapPinPlusInside aliases
|
|
@@ -1628,10 +1628,10 @@ export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
|
1628
1628
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1629
1629
|
// MapPin aliases
|
|
1630
1630
|
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1631
|
-
// MapPlus aliases
|
|
1632
|
-
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1633
1631
|
// MapPinned aliases
|
|
1634
1632
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1633
|
+
// MapPlus aliases
|
|
1634
|
+
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1635
1635
|
// Map aliases
|
|
1636
1636
|
export { default as LucideMap } from '../icons/map';
|
|
1637
1637
|
// MarsStroke aliases
|
|
@@ -1640,10 +1640,10 @@ export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
|
1640
1640
|
export { default as LucideMars } from '../icons/mars';
|
|
1641
1641
|
// Martini aliases
|
|
1642
1642
|
export { default as LucideMartini } from '../icons/martini';
|
|
1643
|
-
// Maximize2 aliases
|
|
1644
|
-
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1645
1643
|
// Maximize aliases
|
|
1646
1644
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1645
|
+
// Maximize2 aliases
|
|
1646
|
+
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1647
1647
|
// Medal aliases
|
|
1648
1648
|
export { default as LucideMedal } from '../icons/medal';
|
|
1649
1649
|
// MegaphoneOff aliases
|
|
@@ -1668,20 +1668,20 @@ export { default as LucideMessageCircleDashed } from '../icons/message-circle-da
|
|
|
1668
1668
|
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1669
1669
|
// MessageCircleMore aliases
|
|
1670
1670
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1671
|
-
// MessageCirclePlus aliases
|
|
1672
|
-
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1673
1671
|
// MessageCircleOff aliases
|
|
1674
1672
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1673
|
+
// MessageCirclePlus aliases
|
|
1674
|
+
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1675
1675
|
// MessageCircleReply aliases
|
|
1676
1676
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1677
1677
|
// MessageCircleWarning aliases
|
|
1678
1678
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1679
1679
|
// MessageCircleX aliases
|
|
1680
1680
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1681
|
-
// MessageSquareCheck aliases
|
|
1682
|
-
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1683
1681
|
// MessageCircle aliases
|
|
1684
1682
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1683
|
+
// MessageSquareCheck aliases
|
|
1684
|
+
export { default as LucideMessageSquareCheck } from '../icons/message-square-check';
|
|
1685
1685
|
// MessageSquareCode aliases
|
|
1686
1686
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1687
1687
|
// MessageSquareDashed aliases
|
|
@@ -1740,10 +1740,10 @@ export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
|
1740
1740
|
export { default as LucideMinimize } from '../icons/minimize';
|
|
1741
1741
|
// Minus aliases
|
|
1742
1742
|
export { default as LucideMinus } from '../icons/minus';
|
|
1743
|
-
// MirrorRound aliases
|
|
1744
|
-
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1745
1743
|
// MirrorRectangular aliases
|
|
1746
1744
|
export { default as LucideMirrorRectangular } from '../icons/mirror-rectangular';
|
|
1745
|
+
// MirrorRound aliases
|
|
1746
|
+
export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
1747
1747
|
// MonitorCheck aliases
|
|
1748
1748
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1749
1749
|
// MonitorCloud aliases
|
|
@@ -1784,40 +1784,40 @@ export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
|
1784
1784
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1785
1785
|
// MouseLeft aliases
|
|
1786
1786
|
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1787
|
+
// MouseOff aliases
|
|
1788
|
+
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1787
1789
|
// MousePointer2Off aliases
|
|
1788
1790
|
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1789
1791
|
// MousePointerBan aliases
|
|
1790
1792
|
export { default as LucideMousePointerBan } from '../icons/mouse-pointer-ban';
|
|
1791
|
-
// MouseOff aliases
|
|
1792
|
-
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1793
1793
|
// MousePointer2 aliases
|
|
1794
1794
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1795
1795
|
// MousePointerClick aliases
|
|
1796
1796
|
export { default as LucideMousePointerClick } from '../icons/mouse-pointer-click';
|
|
1797
1797
|
// MousePointer aliases
|
|
1798
1798
|
export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
1799
|
-
// MouseRight aliases
|
|
1800
|
-
export { default as LucideMouseRight } from '../icons/mouse-right';
|
|
1801
1799
|
// Mouse aliases
|
|
1802
1800
|
export { default as LucideMouse } from '../icons/mouse';
|
|
1801
|
+
// MouseRight aliases
|
|
1802
|
+
export { default as LucideMouseRight } from '../icons/mouse-right';
|
|
1803
1803
|
// MoveDiagonal2 aliases
|
|
1804
1804
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1805
|
-
// MoveDownLeft aliases
|
|
1806
|
-
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1807
1805
|
// MoveDiagonal aliases
|
|
1808
1806
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1807
|
+
// MoveDownLeft aliases
|
|
1808
|
+
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1809
1809
|
// MoveDownRight aliases
|
|
1810
1810
|
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1811
1811
|
// MoveDown aliases
|
|
1812
1812
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1813
1813
|
// MoveHorizontal aliases
|
|
1814
1814
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1815
|
+
// MoveUpLeft aliases
|
|
1816
|
+
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1815
1817
|
// MoveLeft aliases
|
|
1816
1818
|
export { default as LucideMoveLeft } from '../icons/move-left';
|
|
1817
1819
|
// MoveRight aliases
|
|
1818
1820
|
export { default as LucideMoveRight } from '../icons/move-right';
|
|
1819
|
-
// MoveUpLeft aliases
|
|
1820
|
-
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1821
1821
|
// MoveUpRight aliases
|
|
1822
1822
|
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1823
1823
|
// MoveUp aliases
|
|
@@ -1832,12 +1832,12 @@ export { default as LucideMusic2 } from '../icons/music-2';
|
|
|
1832
1832
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1833
1833
|
// Music4 aliases
|
|
1834
1834
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1835
|
+
// Navigation2Off aliases
|
|
1836
|
+
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1835
1837
|
// Music aliases
|
|
1836
1838
|
export { default as LucideMusic } from '../icons/music';
|
|
1837
1839
|
// Navigation2 aliases
|
|
1838
1840
|
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1839
|
-
// Navigation2Off aliases
|
|
1840
|
-
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1841
1841
|
// NavigationOff aliases
|
|
1842
1842
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1843
1843
|
// Navigation aliases
|
|
@@ -1856,10 +1856,10 @@ export { default as LucideNotebookPen } from '../icons/notebook-pen';
|
|
|
1856
1856
|
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1857
1857
|
// NotebookText aliases
|
|
1858
1858
|
export { default as LucideNotebookText } from '../icons/notebook-text';
|
|
1859
|
-
// NotepadTextDashed aliases
|
|
1860
|
-
export { default as LucideNotepadTextDashed } from '../icons/notepad-text-dashed';
|
|
1861
1859
|
// Notebook aliases
|
|
1862
1860
|
export { default as LucideNotebook } from '../icons/notebook';
|
|
1861
|
+
// NotepadTextDashed aliases
|
|
1862
|
+
export { default as LucideNotepadTextDashed } from '../icons/notepad-text-dashed';
|
|
1863
1863
|
// NotepadText aliases
|
|
1864
1864
|
export { default as LucideNotepadText } from '../icons/notepad-text';
|
|
1865
1865
|
// NutOff aliases
|
|
@@ -1900,10 +1900,10 @@ export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
|
1900
1900
|
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1901
1901
|
// Paintbrush aliases
|
|
1902
1902
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1903
|
-
// Palette aliases
|
|
1904
|
-
export { default as LucidePalette } from '../icons/palette';
|
|
1905
1903
|
// Panda aliases
|
|
1906
1904
|
export { default as LucidePanda } from '../icons/panda';
|
|
1905
|
+
// Palette aliases
|
|
1906
|
+
export { default as LucidePalette } from '../icons/palette';
|
|
1907
1907
|
// PanelBottomClose aliases
|
|
1908
1908
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1909
1909
|
// PanelBottomOpen aliases
|
|
@@ -1918,10 +1918,10 @@ export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
|
1918
1918
|
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
1919
1919
|
// PanelRight aliases
|
|
1920
1920
|
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
1921
|
-
// PanelTopBottomDashed aliases
|
|
1922
|
-
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1923
1921
|
// PanelTopClose aliases
|
|
1924
1922
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1923
|
+
// PanelTopBottomDashed aliases
|
|
1924
|
+
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1925
1925
|
// PanelTopOpen aliases
|
|
1926
1926
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1927
1927
|
// PanelTop aliases
|
|
@@ -1964,10 +1964,10 @@ export { default as LucidePercent } from '../icons/percent';
|
|
|
1964
1964
|
export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
1965
1965
|
// PhilippinePeso aliases
|
|
1966
1966
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1967
|
-
// PhoneForwarded aliases
|
|
1968
|
-
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1969
1967
|
// PhoneCall aliases
|
|
1970
1968
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1969
|
+
// PhoneForwarded aliases
|
|
1970
|
+
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1971
1971
|
// PhoneIncoming aliases
|
|
1972
1972
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1973
1973
|
// PhoneMissed aliases
|
|
@@ -1988,12 +1988,12 @@ export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
|
1988
1988
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
1989
1989
|
// PictureInPicture aliases
|
|
1990
1990
|
export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
1991
|
+
// PiggyBank aliases
|
|
1992
|
+
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1991
1993
|
// PilcrowLeft aliases
|
|
1992
1994
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
1993
1995
|
// PilcrowRight aliases
|
|
1994
1996
|
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
1995
|
-
// PiggyBank aliases
|
|
1996
|
-
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1997
1997
|
// Pilcrow aliases
|
|
1998
1998
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
1999
1999
|
// PillBottle aliases
|
|
@@ -2064,20 +2064,20 @@ export { default as LucideQuote } from '../icons/quote';
|
|
|
2064
2064
|
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2065
2065
|
// Radar aliases
|
|
2066
2066
|
export { default as LucideRadar } from '../icons/radar';
|
|
2067
|
-
// Radical aliases
|
|
2068
|
-
export { default as LucideRadical } from '../icons/radical';
|
|
2069
2067
|
// Radiation aliases
|
|
2070
2068
|
export { default as LucideRadiation } from '../icons/radiation';
|
|
2069
|
+
// Radical aliases
|
|
2070
|
+
export { default as LucideRadical } from '../icons/radical';
|
|
2071
2071
|
// RadioReceiver aliases
|
|
2072
2072
|
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2073
|
-
// RadioTower aliases
|
|
2074
|
-
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2075
2073
|
// Radio aliases
|
|
2076
2074
|
export { default as LucideRadio } from '../icons/radio';
|
|
2077
|
-
//
|
|
2078
|
-
export { default as
|
|
2075
|
+
// RadioTower aliases
|
|
2076
|
+
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2079
2077
|
// Radius aliases
|
|
2080
2078
|
export { default as LucideRadius } from '../icons/radius';
|
|
2079
|
+
// Rainbow aliases
|
|
2080
|
+
export { default as LucideRainbow } from '../icons/rainbow';
|
|
2081
2081
|
// Rat aliases
|
|
2082
2082
|
export { default as LucideRat } from '../icons/rat';
|
|
2083
2083
|
// Ratio aliases
|
|
@@ -2086,34 +2086,34 @@ export { default as LucideRatio } from '../icons/ratio';
|
|
|
2086
2086
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2087
2087
|
// ReceiptEuro aliases
|
|
2088
2088
|
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2089
|
+
// ReceiptIndianRupee aliases
|
|
2090
|
+
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2089
2091
|
// ReceiptJapaneseYen aliases
|
|
2090
2092
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2091
2093
|
// ReceiptPoundSterling aliases
|
|
2092
2094
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2093
|
-
// ReceiptIndianRupee aliases
|
|
2094
|
-
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2095
|
-
// ReceiptSwissFranc aliases
|
|
2096
|
-
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2097
2095
|
// ReceiptRussianRuble aliases
|
|
2098
2096
|
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2097
|
+
// ReceiptSwissFranc aliases
|
|
2098
|
+
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2099
2099
|
// ReceiptText aliases
|
|
2100
2100
|
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2101
|
+
// ReceiptTurkishLira aliases
|
|
2102
|
+
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2101
2103
|
// Receipt aliases
|
|
2102
2104
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2103
2105
|
// RectangleCircle aliases
|
|
2104
2106
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2105
|
-
// ReceiptTurkishLira aliases
|
|
2106
|
-
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2107
2107
|
// RectangleGoggles aliases
|
|
2108
2108
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2109
2109
|
// RectangleHorizontal aliases
|
|
2110
2110
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2111
2111
|
// RectangleVertical aliases
|
|
2112
2112
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2113
|
-
// Recycle aliases
|
|
2114
|
-
export { default as LucideRecycle } from '../icons/recycle';
|
|
2115
2113
|
// Redo2 aliases
|
|
2116
2114
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2115
|
+
// Recycle aliases
|
|
2116
|
+
export { default as LucideRecycle } from '../icons/recycle';
|
|
2117
2117
|
// RedoDot aliases
|
|
2118
2118
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2119
2119
|
// Redo aliases
|
|
@@ -2134,10 +2134,10 @@ export { default as LucideRegex } from '../icons/regex';
|
|
|
2134
2134
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2135
2135
|
// Repeat1 aliases
|
|
2136
2136
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2137
|
-
// Repeat2 aliases
|
|
2138
|
-
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2139
2137
|
// Repeat aliases
|
|
2140
2138
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2139
|
+
// Repeat2 aliases
|
|
2140
|
+
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2141
2141
|
// ReplaceAll aliases
|
|
2142
2142
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2143
2143
|
// Replace aliases
|
|
@@ -2148,20 +2148,20 @@ export { default as LucideReplyAll } from '../icons/reply-all';
|
|
|
2148
2148
|
export { default as LucideReply } from '../icons/reply';
|
|
2149
2149
|
// Rewind aliases
|
|
2150
2150
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2151
|
-
// Road aliases
|
|
2152
|
-
export { default as LucideRoad } from '../icons/road';
|
|
2153
|
-
// Rocket aliases
|
|
2154
|
-
export { default as LucideRocket } from '../icons/rocket';
|
|
2155
2151
|
// Ribbon aliases
|
|
2156
2152
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2153
|
+
// Rocket aliases
|
|
2154
|
+
export { default as LucideRocket } from '../icons/rocket';
|
|
2155
|
+
// Road aliases
|
|
2156
|
+
export { default as LucideRoad } from '../icons/road';
|
|
2157
2157
|
// RockingChair aliases
|
|
2158
2158
|
export { default as LucideRockingChair } from '../icons/rocking-chair';
|
|
2159
|
-
// Rose aliases
|
|
2160
|
-
export { default as LucideRose } from '../icons/rose';
|
|
2161
|
-
// RotateCcwKey aliases
|
|
2162
|
-
export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2163
2159
|
// RollerCoaster aliases
|
|
2164
2160
|
export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
2161
|
+
// RotateCcwKey aliases
|
|
2162
|
+
export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2163
|
+
// Rose aliases
|
|
2164
|
+
export { default as LucideRose } from '../icons/rose';
|
|
2165
2165
|
// RotateCcwSquare aliases
|
|
2166
2166
|
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2167
2167
|
// RotateCcw aliases
|
|
@@ -2198,18 +2198,18 @@ export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
|
2198
2198
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2199
2199
|
// SaudiRiyal aliases
|
|
2200
2200
|
export { default as LucideSaudiRiyal } from '../icons/saudi-riyal';
|
|
2201
|
-
// SaveAll aliases
|
|
2202
|
-
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2203
2201
|
// SaveOff aliases
|
|
2204
2202
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2203
|
+
// SaveAll aliases
|
|
2204
|
+
export { default as LucideSaveAll } from '../icons/save-all';
|
|
2205
2205
|
// Save aliases
|
|
2206
2206
|
export { default as LucideSave } from '../icons/save';
|
|
2207
2207
|
// Scale aliases
|
|
2208
2208
|
export { default as LucideScale } from '../icons/scale';
|
|
2209
|
-
// ScanBarcode aliases
|
|
2210
|
-
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2211
2209
|
// Scaling aliases
|
|
2212
2210
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2211
|
+
// ScanBarcode aliases
|
|
2212
|
+
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2213
2213
|
// ScanEye aliases
|
|
2214
2214
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2215
2215
|
// ScanFace aliases
|
|
@@ -2264,26 +2264,26 @@ export { default as LucideSend } from '../icons/send';
|
|
|
2264
2264
|
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2265
2265
|
// SeparatorVertical aliases
|
|
2266
2266
|
export { default as LucideSeparatorVertical } from '../icons/separator-vertical';
|
|
2267
|
+
// ServerCog aliases
|
|
2268
|
+
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2267
2269
|
// ServerCrash aliases
|
|
2268
2270
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2269
2271
|
// ServerOff aliases
|
|
2270
2272
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2271
|
-
// ServerCog aliases
|
|
2272
|
-
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2273
2273
|
// Server aliases
|
|
2274
2274
|
export { default as LucideServer } from '../icons/server';
|
|
2275
|
-
// Settings aliases
|
|
2276
|
-
export { default as LucideSettings } from '../icons/settings';
|
|
2277
2275
|
// Settings2 aliases
|
|
2278
2276
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2277
|
+
// Settings aliases
|
|
2278
|
+
export { default as LucideSettings } from '../icons/settings';
|
|
2279
2279
|
// Shapes aliases
|
|
2280
2280
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2281
|
-
// Share aliases
|
|
2282
|
-
export { default as LucideShare } from '../icons/share';
|
|
2283
2281
|
// Share2 aliases
|
|
2284
2282
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2285
2283
|
// Sheet aliases
|
|
2286
2284
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2285
|
+
// Share aliases
|
|
2286
|
+
export { default as LucideShare } from '../icons/share';
|
|
2287
2287
|
// Shell aliases
|
|
2288
2288
|
export { default as LucideShell } from '../icons/shell';
|
|
2289
2289
|
// ShelvingUnit aliases
|
|
@@ -2292,12 +2292,16 @@ export { default as LucideShelvingUnit } from '../icons/shelving-unit';
|
|
|
2292
2292
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2293
2293
|
// ShieldBan aliases
|
|
2294
2294
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2295
|
+
// ShieldCogCorner aliases
|
|
2296
|
+
export { default as LucideShieldCogCorner } from '../icons/shield-cog-corner';
|
|
2295
2297
|
// ShieldCheck aliases
|
|
2296
2298
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2299
|
+
// ShieldCog aliases
|
|
2300
|
+
export { default as LucideShieldCog } from '../icons/shield-cog';
|
|
2299
2301
|
// ShieldEllipsis aliases
|
|
2300
2302
|
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2303
|
+
// ShieldHalf aliases
|
|
2304
|
+
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2301
2305
|
// ShieldMinus aliases
|
|
2302
2306
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2303
2307
|
// ShieldOff aliases
|
|
@@ -2310,24 +2314,24 @@ export { default as LucideShieldUser } from '../icons/shield-user';
|
|
|
2310
2314
|
export { default as LucideShield } from '../icons/shield';
|
|
2311
2315
|
// ShipWheel aliases
|
|
2312
2316
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2313
|
-
// Ship aliases
|
|
2314
|
-
export { default as LucideShip } from '../icons/ship';
|
|
2315
|
-
// ShoppingBag aliases
|
|
2316
|
-
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2317
2317
|
// Shirt aliases
|
|
2318
2318
|
export { default as LucideShirt } from '../icons/shirt';
|
|
2319
|
+
// Ship aliases
|
|
2320
|
+
export { default as LucideShip } from '../icons/ship';
|
|
2319
2321
|
// ShoppingBasket aliases
|
|
2320
2322
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2323
|
+
// ShoppingBag aliases
|
|
2324
|
+
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2323
2325
|
// Shovel aliases
|
|
2324
2326
|
export { default as LucideShovel } from '../icons/shovel';
|
|
2327
|
+
// ShoppingCart aliases
|
|
2328
|
+
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2325
2329
|
// ShowerHead aliases
|
|
2326
2330
|
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2327
|
-
// Shredder aliases
|
|
2328
|
-
export { default as LucideShredder } from '../icons/shredder';
|
|
2329
2331
|
// Shrimp aliases
|
|
2330
2332
|
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2333
|
+
// Shredder aliases
|
|
2334
|
+
export { default as LucideShredder } from '../icons/shredder';
|
|
2331
2335
|
// Shrink aliases
|
|
2332
2336
|
export { default as LucideShrink } from '../icons/shrink';
|
|
2333
2337
|
// Shrub aliases
|
|
@@ -2412,10 +2416,10 @@ export { default as LucideSplit } from '../icons/split';
|
|
|
2412
2416
|
export { default as LucideSpool } from '../icons/spool';
|
|
2413
2417
|
// Spotlight aliases
|
|
2414
2418
|
export { default as LucideSpotlight } from '../icons/spotlight';
|
|
2415
|
-
// Sprout aliases
|
|
2416
|
-
export { default as LucideSprout } from '../icons/sprout';
|
|
2417
2419
|
// SprayCan aliases
|
|
2418
2420
|
export { default as LucideSprayCan } from '../icons/spray-can';
|
|
2421
|
+
// Sprout aliases
|
|
2422
|
+
export { default as LucideSprout } from '../icons/sprout';
|
|
2419
2423
|
// SquareArrowRightEnter aliases
|
|
2420
2424
|
export { default as LucideSquareArrowRightEnter } from '../icons/square-arrow-right-enter';
|
|
2421
2425
|
// SquareArrowRightExit aliases
|
|
@@ -2424,12 +2428,12 @@ export { default as LucideSquareArrowRightExit } from '../icons/square-arrow-rig
|
|
|
2424
2428
|
export { default as LucideSquareDashedBottomCode } from '../icons/square-dashed-bottom-code';
|
|
2425
2429
|
// SquareDashedBottom aliases
|
|
2426
2430
|
export { default as LucideSquareDashedBottom } from '../icons/square-dashed-bottom';
|
|
2427
|
-
// SquareRadical aliases
|
|
2428
|
-
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2429
2431
|
// SquareDashedTopSolid aliases
|
|
2430
2432
|
export { default as LucideSquareDashedTopSolid } from '../icons/square-dashed-top-solid';
|
|
2431
2433
|
// SquarePause aliases
|
|
2432
2434
|
export { default as LucideSquarePause } from '../icons/square-pause';
|
|
2435
|
+
// SquareRadical aliases
|
|
2436
|
+
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2433
2437
|
// SquareRoundCorner aliases
|
|
2434
2438
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2435
2439
|
// SquareSquare aliases
|
|
@@ -2442,12 +2446,12 @@ export { default as LucideSquareStack } from '../icons/square-stack';
|
|
|
2442
2446
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2443
2447
|
// Square aliases
|
|
2444
2448
|
export { default as LucideSquare } from '../icons/square';
|
|
2449
|
+
// SquaresIntersect aliases
|
|
2450
|
+
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2445
2451
|
// SquaresExclude aliases
|
|
2446
2452
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2447
2453
|
// SquaresSubtract aliases
|
|
2448
2454
|
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2449
|
-
// SquaresIntersect aliases
|
|
2450
|
-
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2451
2455
|
// SquaresUnite aliases
|
|
2452
2456
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2453
2457
|
// SquircleDashed aliases
|
|
@@ -2468,14 +2472,14 @@ export { default as LucideStar } from '../icons/star';
|
|
|
2468
2472
|
export { default as LucideStepBack } from '../icons/step-back';
|
|
2469
2473
|
// StepForward aliases
|
|
2470
2474
|
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2471
|
-
// Sticker aliases
|
|
2472
|
-
export { default as LucideSticker } from '../icons/sticker';
|
|
2473
2475
|
// Stethoscope aliases
|
|
2474
2476
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2477
|
+
// Sticker aliases
|
|
2478
|
+
export { default as LucideSticker } from '../icons/sticker';
|
|
2477
2479
|
// StickyNote aliases
|
|
2478
2480
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2481
|
+
// Stone aliases
|
|
2482
|
+
export { default as LucideStone } from '../icons/stone';
|
|
2479
2483
|
// Store aliases
|
|
2480
2484
|
export { default as LucideStore } from '../icons/store';
|
|
2481
2485
|
// StretchHorizontal aliases
|
|
@@ -2510,18 +2514,18 @@ export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
|
2510
2514
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2511
2515
|
// Sword aliases
|
|
2512
2516
|
export { default as LucideSword } from '../icons/sword';
|
|
2513
|
-
// Syringe aliases
|
|
2514
|
-
export { default as LucideSyringe } from '../icons/syringe';
|
|
2515
2517
|
// Swords aliases
|
|
2516
2518
|
export { default as LucideSwords } from '../icons/swords';
|
|
2519
|
+
// Syringe aliases
|
|
2520
|
+
export { default as LucideSyringe } from '../icons/syringe';
|
|
2517
2521
|
// Table2 aliases
|
|
2518
2522
|
export { default as LucideTable2 } from '../icons/table-2';
|
|
2519
2523
|
// TableCellsMerge aliases
|
|
2520
2524
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2521
|
-
// TableCellsSplit aliases
|
|
2522
|
-
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2523
2525
|
// TableColumnsSplit aliases
|
|
2524
2526
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2527
|
+
// TableCellsSplit aliases
|
|
2528
|
+
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2525
2529
|
// TableOfContents aliases
|
|
2526
2530
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2527
2531
|
// TableProperties aliases
|
|
@@ -2532,20 +2536,20 @@ export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
|
2532
2536
|
export { default as LucideTable } from '../icons/table';
|
|
2533
2537
|
// TabletSmartphone aliases
|
|
2534
2538
|
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2535
|
-
// Tablet aliases
|
|
2536
|
-
export { default as LucideTablet } from '../icons/tablet';
|
|
2537
2539
|
// Tablets aliases
|
|
2538
2540
|
export { default as LucideTablets } from '../icons/tablets';
|
|
2541
|
+
// Tablet aliases
|
|
2542
|
+
export { default as LucideTablet } from '../icons/tablet';
|
|
2539
2543
|
// Tag aliases
|
|
2540
2544
|
export { default as LucideTag } from '../icons/tag';
|
|
2541
2545
|
// Tags aliases
|
|
2542
2546
|
export { default as LucideTags } from '../icons/tags';
|
|
2543
2547
|
// Tally1 aliases
|
|
2544
2548
|
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2545
|
-
// Tally2 aliases
|
|
2546
|
-
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2547
2549
|
// Tally3 aliases
|
|
2548
2550
|
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2551
|
+
// Tally2 aliases
|
|
2552
|
+
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2549
2553
|
// Tally4 aliases
|
|
2550
2554
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2551
2555
|
// Tally5 aliases
|
|
@@ -2558,48 +2562,48 @@ export { default as LucideTarget } from '../icons/target';
|
|
|
2558
2562
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2559
2563
|
// TentTree aliases
|
|
2560
2564
|
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2561
|
-
// Terminal aliases
|
|
2562
|
-
export { default as LucideTerminal } from '../icons/terminal';
|
|
2563
2565
|
// Tent aliases
|
|
2564
2566
|
export { default as LucideTent } from '../icons/tent';
|
|
2567
|
+
// Terminal aliases
|
|
2568
|
+
export { default as LucideTerminal } from '../icons/terminal';
|
|
2565
2569
|
// TestTube aliases
|
|
2566
2570
|
export { default as LucideTestTube } from '../icons/test-tube';
|
|
2567
|
-
// TestTubes aliases
|
|
2568
|
-
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2569
2571
|
// TextCursorInput aliases
|
|
2570
2572
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2571
2573
|
// TextCursor aliases
|
|
2572
2574
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2575
|
+
// TestTubes aliases
|
|
2576
|
+
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2573
2577
|
// TextQuote aliases
|
|
2574
2578
|
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2575
2579
|
// TextSearch aliases
|
|
2576
2580
|
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2577
2581
|
// Theater aliases
|
|
2578
2582
|
export { default as LucideTheater } from '../icons/theater';
|
|
2579
|
-
// ThermometerSnowflake aliases
|
|
2580
|
-
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2581
2583
|
// ThermometerSun aliases
|
|
2582
2584
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2585
|
+
// ThermometerSnowflake aliases
|
|
2586
|
+
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2583
2587
|
// Thermometer aliases
|
|
2584
2588
|
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2585
2589
|
// ThumbsDown aliases
|
|
2586
2590
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2587
2591
|
// ThumbsUp aliases
|
|
2588
2592
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2589
|
-
// TicketMinus aliases
|
|
2590
|
-
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2591
2593
|
// TicketCheck aliases
|
|
2592
2594
|
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2595
|
+
// TicketMinus aliases
|
|
2596
|
+
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2593
2597
|
// TicketPercent aliases
|
|
2594
2598
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2595
2599
|
// TicketPlus aliases
|
|
2596
2600
|
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2597
2601
|
// TicketSlash aliases
|
|
2598
2602
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2599
|
-
// Ticket aliases
|
|
2600
|
-
export { default as LucideTicket } from '../icons/ticket';
|
|
2601
2603
|
// TicketX aliases
|
|
2602
2604
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2605
|
+
// Ticket aliases
|
|
2606
|
+
export { default as LucideTicket } from '../icons/ticket';
|
|
2603
2607
|
// TicketsPlane aliases
|
|
2604
2608
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2605
2609
|
// Tickets aliases
|
|
@@ -2616,10 +2620,10 @@ export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
|
2616
2620
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2617
2621
|
// Toilet aliases
|
|
2618
2622
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2619
|
-
// ToolCase aliases
|
|
2620
|
-
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2621
2623
|
// Toolbox aliases
|
|
2622
2624
|
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2625
|
+
// ToolCase aliases
|
|
2626
|
+
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2623
2627
|
// Tornado aliases
|
|
2624
2628
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2625
2629
|
// Torus aliases
|
|
@@ -2652,12 +2656,12 @@ export { default as LucideTrash2 } from '../icons/trash-2';
|
|
|
2652
2656
|
export { default as LucideTrash } from '../icons/trash';
|
|
2653
2657
|
// TreeDeciduous aliases
|
|
2654
2658
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2659
|
+
// TreePine aliases
|
|
2660
|
+
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2655
2661
|
// Trees aliases
|
|
2656
2662
|
export { default as LucideTrees } from '../icons/trees';
|
|
2657
2663
|
// TrendingDown aliases
|
|
2658
2664
|
export { default as LucideTrendingDown } from '../icons/trending-down';
|
|
2659
|
-
// TreePine aliases
|
|
2660
|
-
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2661
2665
|
// TrendingUpDown aliases
|
|
2662
2666
|
export { default as LucideTrendingUpDown } from '../icons/trending-up-down';
|
|
2663
2667
|
// TrendingUp aliases
|
|
@@ -2668,24 +2672,24 @@ export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
|
2668
2672
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2669
2673
|
// Trophy aliases
|
|
2670
2674
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2671
|
-
// TruckElectric aliases
|
|
2672
|
-
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2673
2675
|
// Triangle aliases
|
|
2674
2676
|
export { default as LucideTriangle } from '../icons/triangle';
|
|
2677
|
+
// TruckElectric aliases
|
|
2678
|
+
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2675
2679
|
// Truck aliases
|
|
2676
2680
|
export { default as LucideTruck } from '../icons/truck';
|
|
2677
2681
|
// TurkishLira aliases
|
|
2678
2682
|
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2679
|
-
// Turtle aliases
|
|
2680
|
-
export { default as LucideTurtle } from '../icons/turtle';
|
|
2681
2683
|
// Turntable aliases
|
|
2682
2684
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2683
2685
|
// TvMinimalPlay aliases
|
|
2684
2686
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2685
|
-
//
|
|
2686
|
-
export { default as
|
|
2687
|
+
// Turtle aliases
|
|
2688
|
+
export { default as LucideTurtle } from '../icons/turtle';
|
|
2687
2689
|
// Tv aliases
|
|
2688
2690
|
export { default as LucideTv } from '../icons/tv';
|
|
2691
|
+
// TypeOutline aliases
|
|
2692
|
+
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2689
2693
|
// Type aliases
|
|
2690
2694
|
export { default as LucideType } from '../icons/type';
|
|
2691
2695
|
// UmbrellaOff aliases
|
|
@@ -2694,12 +2698,12 @@ export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
|
2694
2698
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2695
2699
|
// Underline aliases
|
|
2696
2700
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2701
|
+
// Undo2 aliases
|
|
2702
|
+
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2697
2703
|
// UndoDot aliases
|
|
2698
2704
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2699
2705
|
// Undo aliases
|
|
2700
2706
|
export { default as LucideUndo } from '../icons/undo';
|
|
2701
|
-
// Undo2 aliases
|
|
2702
|
-
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2703
2707
|
// UnfoldHorizontal aliases
|
|
2704
2708
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2705
2709
|
// UnfoldVertical aliases
|
|
@@ -2720,18 +2724,18 @@ export { default as LucideUsb } from '../icons/usb';
|
|
|
2720
2724
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2721
2725
|
// UserCog aliases
|
|
2722
2726
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2727
|
+
// UserLock aliases
|
|
2728
|
+
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2723
2729
|
// UserKey aliases
|
|
2724
2730
|
export { default as LucideUserKey } from '../icons/user-key';
|
|
2725
2731
|
// UserMinus aliases
|
|
2726
2732
|
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2727
|
-
// UserLock aliases
|
|
2728
|
-
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2729
2733
|
// UserPen aliases
|
|
2730
2734
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2731
|
-
// UserRoundKey aliases
|
|
2732
|
-
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2733
2735
|
// UserPlus aliases
|
|
2734
2736
|
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2737
|
+
// UserRoundKey aliases
|
|
2738
|
+
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2735
2739
|
// UserRoundPen aliases
|
|
2736
2740
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2737
2741
|
// UserRoundSearch aliases
|
|
@@ -2742,16 +2746,16 @@ export { default as LucideUserSearch } from '../icons/user-search';
|
|
|
2742
2746
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2743
2747
|
// UserX aliases
|
|
2744
2748
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2749
|
+
// User aliases
|
|
2750
|
+
export { default as LucideUser } from '../icons/user';
|
|
2745
2751
|
// Users aliases
|
|
2746
2752
|
export { default as LucideUsers } from '../icons/users';
|
|
2747
2753
|
// UtilityPole aliases
|
|
2748
2754
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2749
|
-
// User aliases
|
|
2750
|
-
export { default as LucideUser } from '../icons/user';
|
|
2751
|
-
// Van aliases
|
|
2752
|
-
export { default as LucideVan } from '../icons/van';
|
|
2753
2755
|
// Variable aliases
|
|
2754
2756
|
export { default as LucideVariable } from '../icons/variable';
|
|
2757
|
+
// Van aliases
|
|
2758
|
+
export { default as LucideVan } from '../icons/van';
|
|
2755
2759
|
// Vault aliases
|
|
2756
2760
|
export { default as LucideVault } from '../icons/vault';
|
|
2757
2761
|
// VectorSquare aliases
|
|
@@ -2776,22 +2780,22 @@ export { default as LucideVideo } from '../icons/video';
|
|
|
2776
2780
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2777
2781
|
// View aliases
|
|
2778
2782
|
export { default as LucideView } from '../icons/view';
|
|
2783
|
+
// Volleyball aliases
|
|
2784
|
+
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2779
2785
|
// Voicemail aliases
|
|
2780
2786
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2781
2787
|
// Volume1 aliases
|
|
2782
2788
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2783
|
-
// Volleyball aliases
|
|
2784
|
-
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2785
2789
|
// Volume2 aliases
|
|
2786
2790
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2787
2791
|
// VolumeOff aliases
|
|
2788
2792
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2789
2793
|
// VolumeX aliases
|
|
2790
2794
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2791
|
-
// Volume aliases
|
|
2792
|
-
export { default as LucideVolume } from '../icons/volume';
|
|
2793
2795
|
// Vote aliases
|
|
2794
2796
|
export { default as LucideVote } from '../icons/vote';
|
|
2797
|
+
// Volume aliases
|
|
2798
|
+
export { default as LucideVolume } from '../icons/volume';
|
|
2795
2799
|
// WalletCards aliases
|
|
2796
2800
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2797
2801
|
// Wallet aliases
|
|
@@ -2814,20 +2818,20 @@ export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
|
2814
2818
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2815
2819
|
// Waves aliases
|
|
2816
2820
|
export { default as LucideWaves } from '../icons/waves';
|
|
2817
|
-
// Waypoints aliases
|
|
2818
|
-
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2819
2821
|
// Webcam aliases
|
|
2820
2822
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2823
|
+
// Waypoints aliases
|
|
2824
|
+
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2821
2825
|
// WebhookOff aliases
|
|
2822
2826
|
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2823
2827
|
// Webhook aliases
|
|
2824
2828
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2825
2829
|
// WeightTilde aliases
|
|
2826
2830
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2827
|
-
// Weight aliases
|
|
2828
|
-
export { default as LucideWeight } from '../icons/weight';
|
|
2829
2831
|
// WheatOff aliases
|
|
2830
2832
|
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2833
|
+
// Weight aliases
|
|
2834
|
+
export { default as LucideWeight } from '../icons/weight';
|
|
2831
2835
|
// Wheat aliases
|
|
2832
2836
|
export { default as LucideWheat } from '../icons/wheat';
|
|
2833
2837
|
// WholeWord aliases
|
|
@@ -2844,10 +2848,10 @@ export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
|
2844
2848
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2845
2849
|
// WifiSync aliases
|
|
2846
2850
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2847
|
-
// WifiZero aliases
|
|
2848
|
-
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2849
2851
|
// Wifi aliases
|
|
2850
2852
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2853
|
+
// WifiZero aliases
|
|
2854
|
+
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2851
2855
|
// WindArrowDown aliases
|
|
2852
2856
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2853
2857
|
// Wind aliases
|
|
@@ -2876,12 +2880,12 @@ export { default as LucideZodiacAquarius } from '../icons/zodiac-aquarius';
|
|
|
2876
2880
|
export { default as LucideZodiacAries } from '../icons/zodiac-aries';
|
|
2877
2881
|
// ZodiacCancer aliases
|
|
2878
2882
|
export { default as LucideZodiacCancer } from '../icons/zodiac-cancer';
|
|
2883
|
+
// ZodiacGemini aliases
|
|
2884
|
+
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
2879
2885
|
// ZodiacCapricorn aliases
|
|
2880
2886
|
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
2881
2887
|
// ZodiacLeo aliases
|
|
2882
2888
|
export { default as LucideZodiacLeo } from '../icons/zodiac-leo';
|
|
2883
|
-
// ZodiacGemini aliases
|
|
2884
|
-
export { default as LucideZodiacGemini } from '../icons/zodiac-gemini';
|
|
2885
2889
|
// ZodiacLibra aliases
|
|
2886
2890
|
export { default as LucideZodiacLibra } from '../icons/zodiac-libra';
|
|
2887
2891
|
// ZodiacOphiuchus aliases
|
|
@@ -2896,10 +2900,10 @@ export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
|
2896
2900
|
export { default as LucideZodiacTaurus } from '../icons/zodiac-taurus';
|
|
2897
2901
|
// ZodiacVirgo aliases
|
|
2898
2902
|
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
2899
|
-
// ZoomIn aliases
|
|
2900
|
-
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2901
2903
|
// ZoomOut aliases
|
|
2902
2904
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2905
|
+
// ZoomIn aliases
|
|
2906
|
+
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2903
2907
|
// ArrowDown01 aliases
|
|
2904
2908
|
export { default as LucideArrowDown01 } from '../icons/arrow-down-0-1';
|
|
2905
2909
|
// ArrowDown10 aliases
|
|
@@ -3004,18 +3008,18 @@ export {
|
|
|
3004
3008
|
/** @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 */
|
|
3005
3009
|
default as LucideCurlyBraces
|
|
3006
3010
|
} from '../icons/braces';
|
|
3007
|
-
// Captions aliases
|
|
3008
|
-
export { default as LucideCaptions } from '../icons/captions';
|
|
3009
|
-
export {
|
|
3010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3011
|
-
default as LucideSubtitles
|
|
3012
|
-
} from '../icons/captions';
|
|
3013
3011
|
// ChartArea aliases
|
|
3014
3012
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
3015
3013
|
export {
|
|
3016
3014
|
/** @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 */
|
|
3017
3015
|
default as LucideAreaChart
|
|
3018
3016
|
} from '../icons/chart-area';
|
|
3017
|
+
// Captions aliases
|
|
3018
|
+
export { default as LucideCaptions } from '../icons/captions';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as LucideSubtitles
|
|
3022
|
+
} from '../icons/captions';
|
|
3019
3023
|
// ChartBarBig aliases
|
|
3020
3024
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
3021
3025
|
export {
|
|
@@ -3040,36 +3044,36 @@ export {
|
|
|
3040
3044
|
/** @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 */
|
|
3041
3045
|
default as LucideBarChartBig
|
|
3042
3046
|
} from '../icons/chart-column-big';
|
|
3043
|
-
// ChartColumn aliases
|
|
3044
|
-
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3045
|
-
export {
|
|
3046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3047
|
-
default as LucideBarChart3
|
|
3048
|
-
} from '../icons/chart-column';
|
|
3049
3047
|
// ChartColumnIncreasing aliases
|
|
3050
3048
|
export { default as LucideChartColumnIncreasing } from '../icons/chart-column-increasing';
|
|
3051
3049
|
export {
|
|
3052
3050
|
/** @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 */
|
|
3053
3051
|
default as LucideBarChart4
|
|
3054
3052
|
} from '../icons/chart-column-increasing';
|
|
3053
|
+
// ChartColumn aliases
|
|
3054
|
+
export { default as LucideChartColumn } from '../icons/chart-column';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as LucideBarChart3
|
|
3058
|
+
} from '../icons/chart-column';
|
|
3055
3059
|
// ChartLine aliases
|
|
3056
3060
|
export { default as LucideChartLine } from '../icons/chart-line';
|
|
3057
3061
|
export {
|
|
3058
3062
|
/** @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 */
|
|
3059
3063
|
default as LucideLineChart
|
|
3060
3064
|
} from '../icons/chart-line';
|
|
3061
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3062
|
-
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3063
|
-
export {
|
|
3064
|
-
/** @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 */
|
|
3065
|
-
default as LucideBarChart
|
|
3066
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3067
3065
|
// ChartNoAxesColumn aliases
|
|
3068
3066
|
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3069
3067
|
export {
|
|
3070
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3071
3069
|
default as LucideBarChart2
|
|
3072
3070
|
} from '../icons/chart-no-axes-column';
|
|
3071
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3072
|
+
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @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 */
|
|
3075
|
+
default as LucideBarChart
|
|
3076
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3073
3077
|
// ChartNoAxesGantt aliases
|
|
3074
3078
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3075
3079
|
export {
|
|
@@ -3094,6 +3098,12 @@ export {
|
|
|
3094
3098
|
/** @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 */
|
|
3095
3099
|
default as LucideAlertCircle
|
|
3096
3100
|
} from '../icons/circle-alert';
|
|
3101
|
+
// CircleArrowLeft aliases
|
|
3102
|
+
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3103
|
+
export {
|
|
3104
|
+
/** @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 */
|
|
3105
|
+
default as LucideArrowLeftCircle
|
|
3106
|
+
} from '../icons/circle-arrow-left';
|
|
3097
3107
|
// CircleArrowDown aliases
|
|
3098
3108
|
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3099
3109
|
export {
|
|
@@ -3106,12 +3116,6 @@ export {
|
|
|
3106
3116
|
/** @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 */
|
|
3107
3117
|
default as LucideArrowDownLeftFromCircle
|
|
3108
3118
|
} from '../icons/circle-arrow-out-down-left';
|
|
3109
|
-
// CircleArrowLeft aliases
|
|
3110
|
-
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3111
|
-
export {
|
|
3112
|
-
/** @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 */
|
|
3113
|
-
default as LucideArrowLeftCircle
|
|
3114
|
-
} from '../icons/circle-arrow-left';
|
|
3115
3119
|
// CircleArrowOutDownRight aliases
|
|
3116
3120
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3117
3121
|
export {
|
|
@@ -3142,18 +3146,18 @@ export {
|
|
|
3142
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3143
3147
|
default as LucideArrowUpCircle
|
|
3144
3148
|
} from '../icons/circle-arrow-up';
|
|
3145
|
-
//
|
|
3146
|
-
export { default as
|
|
3147
|
-
export {
|
|
3148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3149
|
-
default as LucideCheckCircle
|
|
3150
|
-
} from '../icons/circle-check-big';
|
|
3151
|
-
// CircleCheck aliases
|
|
3152
|
-
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3149
|
+
// CircleCheck aliases
|
|
3150
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3153
3151
|
export {
|
|
3154
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3155
3153
|
default as LucideCheckCircle2
|
|
3156
3154
|
} from '../icons/circle-check';
|
|
3155
|
+
// CircleCheckBig aliases
|
|
3156
|
+
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as LucideCheckCircle
|
|
3160
|
+
} from '../icons/circle-check-big';
|
|
3157
3161
|
// CircleChevronDown aliases
|
|
3158
3162
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3159
3163
|
export {
|
|
@@ -3172,18 +3176,18 @@ export {
|
|
|
3172
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3173
3177
|
default as LucideChevronRightCircle
|
|
3174
3178
|
} from '../icons/circle-chevron-right';
|
|
3175
|
-
// CircleDivide aliases
|
|
3176
|
-
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3177
|
-
export {
|
|
3178
|
-
/** @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 */
|
|
3179
|
-
default as LucideDivideCircle
|
|
3180
|
-
} from '../icons/circle-divide';
|
|
3181
3179
|
// CircleChevronUp aliases
|
|
3182
3180
|
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3183
3181
|
export {
|
|
3184
3182
|
/** @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 */
|
|
3185
3183
|
default as LucideChevronUpCircle
|
|
3186
3184
|
} from '../icons/circle-chevron-up';
|
|
3185
|
+
// CircleDivide aliases
|
|
3186
|
+
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @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 */
|
|
3189
|
+
default as LucideDivideCircle
|
|
3190
|
+
} from '../icons/circle-divide';
|
|
3187
3191
|
// CircleGauge aliases
|
|
3188
3192
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3189
3193
|
export {
|
|
@@ -3196,30 +3200,30 @@ export {
|
|
|
3196
3200
|
/** @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 */
|
|
3197
3201
|
default as LucideMinusCircle
|
|
3198
3202
|
} from '../icons/circle-minus';
|
|
3199
|
-
// CircleParkingOff aliases
|
|
3200
|
-
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as LucideParkingCircleOff
|
|
3204
|
-
} from '../icons/circle-parking-off';
|
|
3205
3203
|
// CircleParking aliases
|
|
3206
3204
|
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3207
3205
|
export {
|
|
3208
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3209
3207
|
default as LucideParkingCircle
|
|
3210
3208
|
} from '../icons/circle-parking';
|
|
3211
|
-
//
|
|
3212
|
-
export { default as
|
|
3209
|
+
// CircleParkingOff aliases
|
|
3210
|
+
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3213
3211
|
export {
|
|
3214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3215
|
-
default as
|
|
3216
|
-
} from '../icons/circle-
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as LucideParkingCircleOff
|
|
3214
|
+
} from '../icons/circle-parking-off';
|
|
3217
3215
|
// CirclePause aliases
|
|
3218
3216
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3219
3217
|
export {
|
|
3220
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3221
3219
|
default as LucidePauseCircle
|
|
3222
3220
|
} from '../icons/circle-pause';
|
|
3221
|
+
// CirclePercent aliases
|
|
3222
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3223
|
+
export {
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as LucidePercentCircle
|
|
3226
|
+
} from '../icons/circle-percent';
|
|
3223
3227
|
// CirclePlay aliases
|
|
3224
3228
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3225
3229
|
export {
|
|
@@ -3248,36 +3252,36 @@ export {
|
|
|
3248
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3249
3253
|
default as LucidePowerCircle
|
|
3250
3254
|
} from '../icons/circle-power';
|
|
3251
|
-
// CircleStop aliases
|
|
3252
|
-
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3253
|
-
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3255
|
-
default as LucideStopCircle
|
|
3256
|
-
} from '../icons/circle-stop';
|
|
3257
3255
|
// CircleSlash2 aliases
|
|
3258
3256
|
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3259
3257
|
export {
|
|
3260
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3261
3259
|
default as LucideCircleSlashed
|
|
3262
3260
|
} from '../icons/circle-slash-2';
|
|
3261
|
+
// CircleStop aliases
|
|
3262
|
+
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as LucideStopCircle
|
|
3266
|
+
} from '../icons/circle-stop';
|
|
3263
3267
|
// CircleUserRound aliases
|
|
3264
3268
|
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3265
3269
|
export {
|
|
3266
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3267
3271
|
default as LucideUserCircle2
|
|
3268
3272
|
} from '../icons/circle-user-round';
|
|
3269
|
-
// CircleX aliases
|
|
3270
|
-
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3271
|
-
export {
|
|
3272
|
-
/** @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 */
|
|
3273
|
-
default as LucideXCircle
|
|
3274
|
-
} from '../icons/circle-x';
|
|
3275
3273
|
// CircleUser aliases
|
|
3276
3274
|
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3277
3275
|
export {
|
|
3278
3276
|
/** @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 */
|
|
3279
3277
|
default as LucideUserCircle
|
|
3280
3278
|
} from '../icons/circle-user';
|
|
3279
|
+
// CircleX aliases
|
|
3280
|
+
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3281
|
+
export {
|
|
3282
|
+
/** @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 */
|
|
3283
|
+
default as LucideXCircle
|
|
3284
|
+
} from '../icons/circle-x';
|
|
3281
3285
|
// ClipboardPenLine aliases
|
|
3282
3286
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3283
3287
|
export {
|
|
@@ -3324,12 +3328,6 @@ export {
|
|
|
3324
3328
|
/** @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 */
|
|
3325
3329
|
default as LucideTableConfig
|
|
3326
3330
|
} from '../icons/columns-3-cog';
|
|
3327
|
-
// Columns3 aliases
|
|
3328
|
-
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3329
|
-
export {
|
|
3330
|
-
/** @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 */
|
|
3331
|
-
default as LucidePanelsLeftRight
|
|
3332
|
-
} from '../icons/columns-3';
|
|
3333
3331
|
// ContactRound aliases
|
|
3334
3332
|
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3335
3333
|
export {
|
|
@@ -3342,6 +3340,12 @@ export {
|
|
|
3342
3340
|
/** @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 */
|
|
3343
3341
|
default as LucidePercentDiamond
|
|
3344
3342
|
} from '../icons/diamond-percent';
|
|
3343
|
+
// Columns3 aliases
|
|
3344
|
+
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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 */
|
|
3347
|
+
default as LucidePanelsLeftRight
|
|
3348
|
+
} from '../icons/columns-3';
|
|
3345
3349
|
// Earth aliases
|
|
3346
3350
|
export { default as LucideEarth } from '../icons/earth';
|
|
3347
3351
|
export {
|
|
@@ -3360,18 +3364,18 @@ export {
|
|
|
3360
3364
|
/** @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 */
|
|
3361
3365
|
default as LucideMoreHorizontal
|
|
3362
3366
|
} from '../icons/ellipsis';
|
|
3363
|
-
// FileBadge aliases
|
|
3364
|
-
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @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 */
|
|
3367
|
-
default as LucideFileBadge2
|
|
3368
|
-
} from '../icons/file-badge';
|
|
3369
3367
|
// FileAxis3d aliases
|
|
3370
3368
|
export { default as LucideFileAxis3d } from '../icons/file-axis-3d';
|
|
3371
3369
|
export {
|
|
3372
3370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3373
3371
|
default as LucideFileAxis3D
|
|
3374
3372
|
} from '../icons/file-axis-3d';
|
|
3373
|
+
// FileBadge aliases
|
|
3374
|
+
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3375
|
+
export {
|
|
3376
|
+
/** @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 */
|
|
3377
|
+
default as LucideFileBadge2
|
|
3378
|
+
} from '../icons/file-badge';
|
|
3375
3379
|
// FileBracesCorner aliases
|
|
3376
3380
|
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3377
3381
|
export {
|
|
@@ -3402,18 +3406,18 @@ export {
|
|
|
3402
3406
|
/** @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 */
|
|
3403
3407
|
default as LucideFileLineChart
|
|
3404
3408
|
} from '../icons/file-chart-line';
|
|
3405
|
-
// FileCheckCorner aliases
|
|
3406
|
-
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3407
|
-
export {
|
|
3408
|
-
/** @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 */
|
|
3409
|
-
default as LucideFileCheck2
|
|
3410
|
-
} from '../icons/file-check-corner';
|
|
3411
3409
|
// FileChartPie aliases
|
|
3412
3410
|
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3413
3411
|
export {
|
|
3414
3412
|
/** @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 */
|
|
3415
3413
|
default as LucideFilePieChart
|
|
3416
3414
|
} from '../icons/file-chart-pie';
|
|
3415
|
+
// FileCheckCorner aliases
|
|
3416
|
+
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3417
|
+
export {
|
|
3418
|
+
/** @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 */
|
|
3419
|
+
default as LucideFileCheck2
|
|
3420
|
+
} from '../icons/file-check-corner';
|
|
3417
3421
|
// FileCodeCorner aliases
|
|
3418
3422
|
export { default as LucideFileCodeCorner } from '../icons/file-code-corner';
|
|
3419
3423
|
export {
|
|
@@ -3454,30 +3458,30 @@ export {
|
|
|
3454
3458
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3455
3459
|
default as LucideFileLock2
|
|
3456
3460
|
} from '../icons/file-lock';
|
|
3457
|
-
// FileMinusCorner aliases
|
|
3458
|
-
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3461
|
-
default as LucideFileMinus2
|
|
3462
|
-
} from '../icons/file-minus-corner';
|
|
3463
3461
|
// FilePenLine aliases
|
|
3464
3462
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3465
3463
|
export {
|
|
3466
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3467
3465
|
default as LucideFileSignature
|
|
3468
3466
|
} from '../icons/file-pen-line';
|
|
3469
|
-
//
|
|
3470
|
-
export { default as
|
|
3467
|
+
// FileMinusCorner aliases
|
|
3468
|
+
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3471
3469
|
export {
|
|
3472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3473
|
-
default as
|
|
3474
|
-
} from '../icons/file-
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as LucideFileMinus2
|
|
3472
|
+
} from '../icons/file-minus-corner';
|
|
3475
3473
|
// FilePen aliases
|
|
3476
3474
|
export { default as LucideFilePen } from '../icons/file-pen';
|
|
3477
3475
|
export {
|
|
3478
3476
|
/** @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 */
|
|
3479
3477
|
default as LucideFileEdit
|
|
3480
3478
|
} from '../icons/file-pen';
|
|
3479
|
+
// FilePlay aliases
|
|
3480
|
+
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @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 */
|
|
3483
|
+
default as LucideFileVideo
|
|
3484
|
+
} from '../icons/file-play';
|
|
3481
3485
|
// FilePlusCorner aliases
|
|
3482
3486
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3483
3487
|
export {
|
|
@@ -3502,48 +3506,42 @@ export {
|
|
|
3502
3506
|
/** @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 */
|
|
3503
3507
|
default as LucideFileVolume2
|
|
3504
3508
|
} from '../icons/file-signal';
|
|
3505
|
-
// FileTypeCorner aliases
|
|
3506
|
-
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @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 */
|
|
3509
|
-
default as LucideFileType2
|
|
3510
|
-
} from '../icons/file-type-corner';
|
|
3511
3509
|
// FileVideoCamera aliases
|
|
3512
3510
|
export { default as LucideFileVideoCamera } from '../icons/file-video-camera';
|
|
3513
3511
|
export {
|
|
3514
3512
|
/** @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 */
|
|
3515
3513
|
default as LucideFileVideo2
|
|
3516
3514
|
} from '../icons/file-video-camera';
|
|
3515
|
+
// FileTypeCorner aliases
|
|
3516
|
+
export { default as LucideFileTypeCorner } from '../icons/file-type-corner';
|
|
3517
|
+
export {
|
|
3518
|
+
/** @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 */
|
|
3519
|
+
default as LucideFileType2
|
|
3520
|
+
} from '../icons/file-type-corner';
|
|
3517
3521
|
// FileXCorner aliases
|
|
3518
3522
|
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3519
3523
|
export {
|
|
3520
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3521
3525
|
default as LucideFileX2
|
|
3522
3526
|
} from '../icons/file-x-corner';
|
|
3523
|
-
// FingerprintPattern aliases
|
|
3524
|
-
export { default as LucideFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3525
|
-
export {
|
|
3526
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3527
|
-
default as LucideFingerprint
|
|
3528
|
-
} from '../icons/fingerprint-pattern';
|
|
3529
3527
|
// FolderCog aliases
|
|
3530
3528
|
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3531
3529
|
export {
|
|
3532
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3533
3531
|
default as LucideFolderCog2
|
|
3534
3532
|
} from '../icons/folder-cog';
|
|
3533
|
+
// FingerprintPattern aliases
|
|
3534
|
+
export { default as LucideFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as LucideFingerprint
|
|
3538
|
+
} from '../icons/fingerprint-pattern';
|
|
3535
3539
|
// FolderPen aliases
|
|
3536
3540
|
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3537
3541
|
export {
|
|
3538
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3539
3543
|
default as LucideFolderEdit
|
|
3540
3544
|
} from '../icons/folder-pen';
|
|
3541
|
-
// GitCommitHorizontal aliases
|
|
3542
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3543
|
-
export {
|
|
3544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3545
|
-
default as LucideGitCommit
|
|
3546
|
-
} from '../icons/git-commit-horizontal';
|
|
3547
3545
|
// FunnelX aliases
|
|
3548
3546
|
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3549
3547
|
export {
|
|
@@ -3556,24 +3554,30 @@ export {
|
|
|
3556
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3557
3555
|
default as LucideFilter
|
|
3558
3556
|
} from '../icons/funnel';
|
|
3557
|
+
// GitCommitHorizontal aliases
|
|
3558
|
+
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as LucideGitCommit
|
|
3562
|
+
} from '../icons/git-commit-horizontal';
|
|
3559
3563
|
// Grid2x2Check aliases
|
|
3560
3564
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3561
3565
|
export {
|
|
3562
3566
|
/** @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 */
|
|
3563
3567
|
default as LucideGrid2X2Check
|
|
3564
3568
|
} from '../icons/grid-2x2-check';
|
|
3565
|
-
// Grid2x2Plus aliases
|
|
3566
|
-
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3567
|
-
export {
|
|
3568
|
-
/** @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 */
|
|
3569
|
-
default as LucideGrid2X2Plus
|
|
3570
|
-
} from '../icons/grid-2x2-plus';
|
|
3571
3569
|
// Grid2x2X aliases
|
|
3572
3570
|
export { default as LucideGrid2x2X } from '../icons/grid-2x2-x';
|
|
3573
3571
|
export {
|
|
3574
3572
|
/** @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 */
|
|
3575
3573
|
default as LucideGrid2X2X
|
|
3576
3574
|
} from '../icons/grid-2x2-x';
|
|
3575
|
+
// Grid2x2Plus aliases
|
|
3576
|
+
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @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 */
|
|
3579
|
+
default as LucideGrid2X2Plus
|
|
3580
|
+
} from '../icons/grid-2x2-plus';
|
|
3577
3581
|
// Grid2x2 aliases
|
|
3578
3582
|
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3579
3583
|
export {
|
|
@@ -3590,24 +3594,24 @@ export {
|
|
|
3590
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3591
3595
|
default as LucideGrid3X3
|
|
3592
3596
|
} from '../icons/grid-3x3';
|
|
3593
|
-
//
|
|
3594
|
-
export { default as
|
|
3597
|
+
// HandHelping aliases
|
|
3598
|
+
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3595
3599
|
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3597
|
-
default as
|
|
3598
|
-
} from '../icons/hand-
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as LucideHelpingHand
|
|
3602
|
+
} from '../icons/hand-helping';
|
|
3599
3603
|
// House aliases
|
|
3600
3604
|
export { default as LucideHouse } from '../icons/house';
|
|
3601
3605
|
export {
|
|
3602
3606
|
/** @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 */
|
|
3603
3607
|
default as LucideHome
|
|
3604
3608
|
} from '../icons/house';
|
|
3605
|
-
//
|
|
3606
|
-
export { default as
|
|
3609
|
+
// HandGrab aliases
|
|
3610
|
+
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3607
3611
|
export {
|
|
3608
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3609
|
-
default as
|
|
3610
|
-
} from '../icons/hand-
|
|
3612
|
+
/** @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 */
|
|
3613
|
+
default as LucideGrab
|
|
3614
|
+
} from '../icons/hand-grab';
|
|
3611
3615
|
// IceCreamBowl aliases
|
|
3612
3616
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3613
3617
|
export {
|
|
@@ -3626,12 +3630,6 @@ export {
|
|
|
3626
3630
|
/** @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 */
|
|
3627
3631
|
default as LucideLaptop2
|
|
3628
3632
|
} from '../icons/laptop-minimal';
|
|
3629
|
-
// Layers aliases
|
|
3630
|
-
export { default as LucideLayers } from '../icons/layers';
|
|
3631
|
-
export {
|
|
3632
|
-
/** @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 */
|
|
3633
|
-
default as LucideLayers3
|
|
3634
|
-
} from '../icons/layers';
|
|
3635
3633
|
// ListIndentDecrease aliases
|
|
3636
3634
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3637
3635
|
export {
|
|
@@ -3642,12 +3640,12 @@ export {
|
|
|
3642
3640
|
/** @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 */
|
|
3643
3641
|
default as LucideIndentDecrease
|
|
3644
3642
|
} from '../icons/list-indent-decrease';
|
|
3645
|
-
//
|
|
3646
|
-
export { default as
|
|
3643
|
+
// Layers aliases
|
|
3644
|
+
export { default as LucideLayers } from '../icons/layers';
|
|
3647
3645
|
export {
|
|
3648
|
-
/** @deprecated The
|
|
3649
|
-
default as
|
|
3650
|
-
} from '../icons/
|
|
3646
|
+
/** @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 */
|
|
3647
|
+
default as LucideLayers3
|
|
3648
|
+
} from '../icons/layers';
|
|
3651
3649
|
// ListIndentIncrease aliases
|
|
3652
3650
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3653
3651
|
export {
|
|
@@ -3658,6 +3656,12 @@ export {
|
|
|
3658
3656
|
/** @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 */
|
|
3659
3657
|
default as LucideIndentIncrease
|
|
3660
3658
|
} from '../icons/list-indent-increase';
|
|
3659
|
+
// LoaderCircle aliases
|
|
3660
|
+
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @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 */
|
|
3663
|
+
default as LucideLoader2
|
|
3664
|
+
} from '../icons/loader-circle';
|
|
3661
3665
|
// LockKeyholeOpen aliases
|
|
3662
3666
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3663
3667
|
export {
|
|
@@ -3718,12 +3722,6 @@ export {
|
|
|
3718
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3719
3723
|
default as LucideXOctagon
|
|
3720
3724
|
} from '../icons/octagon-x';
|
|
3721
|
-
// PanelLeftClose aliases
|
|
3722
|
-
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3723
|
-
export {
|
|
3724
|
-
/** @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 */
|
|
3725
|
-
default as LucideSidebarClose
|
|
3726
|
-
} from '../icons/panel-left-close';
|
|
3727
3725
|
// PaintbrushVertical aliases
|
|
3728
3726
|
export { default as LucidePaintbrushVertical } from '../icons/paintbrush-vertical';
|
|
3729
3727
|
export {
|
|
@@ -3736,6 +3734,12 @@ export {
|
|
|
3736
3734
|
/** @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 */
|
|
3737
3735
|
default as LucidePanelBottomInactive
|
|
3738
3736
|
} from '../icons/panel-bottom-dashed';
|
|
3737
|
+
// PanelLeftClose aliases
|
|
3738
|
+
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as LucideSidebarClose
|
|
3742
|
+
} from '../icons/panel-left-close';
|
|
3739
3743
|
// PanelLeftDashed aliases
|
|
3740
3744
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3741
3745
|
export {
|
|
@@ -3790,42 +3794,42 @@ export {
|
|
|
3790
3794
|
/** @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 */
|
|
3791
3795
|
default as LucidePlugZap2
|
|
3792
3796
|
} from '../icons/plug-zap';
|
|
3793
|
-
// RectangleEllipsis aliases
|
|
3794
|
-
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @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 */
|
|
3797
|
-
default as LucideFormInput
|
|
3798
|
-
} from '../icons/rectangle-ellipsis';
|
|
3799
3797
|
// Rotate3d aliases
|
|
3800
3798
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3801
3799
|
export {
|
|
3802
3800
|
/** @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 */
|
|
3803
3801
|
default as LucideRotate3D
|
|
3804
3802
|
} from '../icons/rotate-3d';
|
|
3805
|
-
//
|
|
3806
|
-
export { default as
|
|
3803
|
+
// RectangleEllipsis aliases
|
|
3804
|
+
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3807
3805
|
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3809
|
-
default as
|
|
3810
|
-
} from '../icons/
|
|
3806
|
+
/** @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 */
|
|
3807
|
+
default as LucideFormInput
|
|
3808
|
+
} from '../icons/rectangle-ellipsis';
|
|
3811
3809
|
// Rows3 aliases
|
|
3812
3810
|
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3813
3811
|
export {
|
|
3814
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3815
3813
|
default as LucidePanelsTopBottom
|
|
3816
3814
|
} from '../icons/rows-3';
|
|
3817
|
-
//
|
|
3818
|
-
export { default as
|
|
3815
|
+
// Rows2 aliases
|
|
3816
|
+
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3819
3817
|
export {
|
|
3820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3821
|
-
default as
|
|
3822
|
-
} from '../icons/
|
|
3818
|
+
/** @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 */
|
|
3819
|
+
default as LucideRows
|
|
3820
|
+
} from '../icons/rows-2';
|
|
3823
3821
|
// SendHorizontal aliases
|
|
3824
3822
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3825
3823
|
export {
|
|
3826
3824
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3827
3825
|
default as LucideSendHorizonal
|
|
3828
3826
|
} from '../icons/send-horizontal';
|
|
3827
|
+
// Scale3d aliases
|
|
3828
|
+
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as LucideScale3D
|
|
3832
|
+
} from '../icons/scale-3d';
|
|
3829
3833
|
// ShieldQuestionMark aliases
|
|
3830
3834
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3831
3835
|
export {
|
|
@@ -3880,30 +3884,30 @@ export {
|
|
|
3880
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3881
3885
|
default as LucideArrowLeftSquare
|
|
3882
3886
|
} from '../icons/square-arrow-left';
|
|
3883
|
-
// SquareArrowOutDownLeft aliases
|
|
3884
|
-
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3885
|
-
export {
|
|
3886
|
-
/** @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 */
|
|
3887
|
-
default as LucideArrowDownLeftFromSquare
|
|
3888
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3889
3887
|
// SquareArrowOutDownRight aliases
|
|
3890
3888
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3891
3889
|
export {
|
|
3892
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3893
3891
|
default as LucideArrowDownRightFromSquare
|
|
3894
3892
|
} from '../icons/square-arrow-out-down-right';
|
|
3895
|
-
//
|
|
3896
|
-
export { default as
|
|
3893
|
+
// SquareArrowOutDownLeft aliases
|
|
3894
|
+
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3897
3895
|
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3899
|
-
default as
|
|
3900
|
-
} from '../icons/square-arrow-out-
|
|
3896
|
+
/** @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 */
|
|
3897
|
+
default as LucideArrowDownLeftFromSquare
|
|
3898
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3901
3899
|
// SquareArrowOutUpRight aliases
|
|
3902
3900
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
3903
3901
|
export {
|
|
3904
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3905
3903
|
default as LucideArrowUpRightFromSquare
|
|
3906
3904
|
} from '../icons/square-arrow-out-up-right';
|
|
3905
|
+
// SquareArrowOutUpLeft aliases
|
|
3906
|
+
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3907
|
+
export {
|
|
3908
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3909
|
+
default as LucideArrowUpLeftFromSquare
|
|
3910
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3907
3911
|
// SquareArrowRight aliases
|
|
3908
3912
|
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3909
3913
|
export {
|
|
@@ -3928,30 +3932,36 @@ export {
|
|
|
3928
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3929
3933
|
default as LucideArrowUpSquare
|
|
3930
3934
|
} from '../icons/square-arrow-up';
|
|
3935
|
+
// SquareAsterisk aliases
|
|
3936
|
+
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3939
|
+
default as LucideAsteriskSquare
|
|
3940
|
+
} from '../icons/square-asterisk';
|
|
3931
3941
|
// SquareBottomDashedScissors aliases
|
|
3932
3942
|
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3933
3943
|
export {
|
|
3934
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3935
3945
|
default as LucideScissorsSquareDashedBottom
|
|
3936
3946
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3937
|
-
//
|
|
3938
|
-
export { default as
|
|
3947
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3948
|
+
export { default as LucideSquareCenterlineDashedHorizontal } from '../icons/square-centerline-dashed-horizontal';
|
|
3939
3949
|
export {
|
|
3940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3941
|
-
default as
|
|
3942
|
-
} from '../icons/square-
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as LucideFlipHorizontal
|
|
3952
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3943
3953
|
// SquareCenterlineDashedVertical aliases
|
|
3944
3954
|
export { default as LucideSquareCenterlineDashedVertical } from '../icons/square-centerline-dashed-vertical';
|
|
3945
3955
|
export {
|
|
3946
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3947
3957
|
default as LucideFlipVertical
|
|
3948
3958
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3949
|
-
//
|
|
3950
|
-
export { default as
|
|
3959
|
+
// SquareCheckBig aliases
|
|
3960
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3951
3961
|
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3953
|
-
default as
|
|
3954
|
-
} from '../icons/square-
|
|
3962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3963
|
+
default as LucideCheckSquare
|
|
3964
|
+
} from '../icons/square-check-big';
|
|
3955
3965
|
// SquareChartGantt aliases
|
|
3956
3966
|
export { default as LucideSquareChartGantt } from '../icons/square-chart-gantt';
|
|
3957
3967
|
export {
|
|
@@ -3962,48 +3972,42 @@ export {
|
|
|
3962
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3963
3973
|
default as LucideSquareGanttChart
|
|
3964
3974
|
} from '../icons/square-chart-gantt';
|
|
3965
|
-
// SquareCheckBig aliases
|
|
3966
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as LucideCheckSquare
|
|
3970
|
-
} from '../icons/square-check-big';
|
|
3971
3975
|
// SquareCheck aliases
|
|
3972
3976
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3973
3977
|
export {
|
|
3974
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3975
3979
|
default as LucideCheckSquare2
|
|
3976
3980
|
} from '../icons/square-check';
|
|
3977
|
-
// SquareChevronLeft aliases
|
|
3978
|
-
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3981
|
-
default as LucideChevronLeftSquare
|
|
3982
|
-
} from '../icons/square-chevron-left';
|
|
3983
3981
|
// SquareChevronDown aliases
|
|
3984
3982
|
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
3985
3983
|
export {
|
|
3986
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3987
3985
|
default as LucideChevronDownSquare
|
|
3988
3986
|
} from '../icons/square-chevron-down';
|
|
3987
|
+
// SquareChevronLeft aliases
|
|
3988
|
+
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3991
|
+
default as LucideChevronLeftSquare
|
|
3992
|
+
} from '../icons/square-chevron-left';
|
|
3989
3993
|
// SquareChevronRight aliases
|
|
3990
3994
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
3991
3995
|
export {
|
|
3992
3996
|
/** @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 */
|
|
3993
3997
|
default as LucideChevronRightSquare
|
|
3994
3998
|
} from '../icons/square-chevron-right';
|
|
3995
|
-
// SquareCode aliases
|
|
3996
|
-
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @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 */
|
|
3999
|
-
default as LucideCodeSquare
|
|
4000
|
-
} from '../icons/square-code';
|
|
4001
3999
|
// SquareChevronUp aliases
|
|
4002
4000
|
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4003
4001
|
export {
|
|
4004
4002
|
/** @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 */
|
|
4005
4003
|
default as LucideChevronUpSquare
|
|
4006
4004
|
} from '../icons/square-chevron-up';
|
|
4005
|
+
// SquareCode aliases
|
|
4006
|
+
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as LucideCodeSquare
|
|
4010
|
+
} from '../icons/square-code';
|
|
4007
4011
|
// SquareDashedKanban aliases
|
|
4008
4012
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
4009
4013
|
export {
|
|
@@ -4120,30 +4124,30 @@ export {
|
|
|
4120
4124
|
/** @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 */
|
|
4121
4125
|
default as LucidePiSquare
|
|
4122
4126
|
} from '../icons/square-pi';
|
|
4123
|
-
// SquarePilcrow aliases
|
|
4124
|
-
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4127
|
-
default as LucidePilcrowSquare
|
|
4128
|
-
} from '../icons/square-pilcrow';
|
|
4129
4127
|
// SquarePlay aliases
|
|
4130
4128
|
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4131
4129
|
export {
|
|
4132
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4133
4131
|
default as LucidePlaySquare
|
|
4134
4132
|
} from '../icons/square-play';
|
|
4135
|
-
//
|
|
4136
|
-
export { default as
|
|
4133
|
+
// SquarePilcrow aliases
|
|
4134
|
+
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4137
4135
|
export {
|
|
4138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4139
|
-
default as
|
|
4140
|
-
} from '../icons/square-
|
|
4136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4137
|
+
default as LucidePilcrowSquare
|
|
4138
|
+
} from '../icons/square-pilcrow';
|
|
4141
4139
|
// SquarePower aliases
|
|
4142
4140
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4143
4141
|
export {
|
|
4144
4142
|
/** @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 */
|
|
4145
4143
|
default as LucidePowerSquare
|
|
4146
4144
|
} from '../icons/square-power';
|
|
4145
|
+
// SquarePlus aliases
|
|
4146
|
+
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4147
|
+
export {
|
|
4148
|
+
/** @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 */
|
|
4149
|
+
default as LucidePlusSquare
|
|
4150
|
+
} from '../icons/square-plus';
|
|
4147
4151
|
// SquareScissors aliases
|
|
4148
4152
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4149
4153
|
export {
|
|
@@ -4168,12 +4172,6 @@ export {
|
|
|
4168
4172
|
/** @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 */
|
|
4169
4173
|
default as LucideSplitSquareHorizontal
|
|
4170
4174
|
} from '../icons/square-split-horizontal';
|
|
4171
|
-
// SquareTerminal aliases
|
|
4172
|
-
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4175
|
-
default as LucideTerminalSquare
|
|
4176
|
-
} from '../icons/square-terminal';
|
|
4177
4175
|
// SquareSplitVertical aliases
|
|
4178
4176
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4179
4177
|
export {
|
|
@@ -4192,6 +4190,12 @@ export {
|
|
|
4192
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4193
4191
|
default as LucideUserSquare
|
|
4194
4192
|
} from '../icons/square-user';
|
|
4193
|
+
// SquareTerminal aliases
|
|
4194
|
+
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as LucideTerminalSquare
|
|
4198
|
+
} from '../icons/square-terminal';
|
|
4195
4199
|
// SquareX aliases
|
|
4196
4200
|
export { default as LucideSquareX } from '../icons/square-x';
|
|
4197
4201
|
export {
|
|
@@ -4210,24 +4214,18 @@ export {
|
|
|
4210
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4211
4215
|
default as LucideAlignCenter
|
|
4212
4216
|
} from '../icons/text-align-center';
|
|
4213
|
-
// TextAlignEnd aliases
|
|
4214
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4217
|
-
default as LucideAlignRight
|
|
4218
|
-
} from '../icons/text-align-end';
|
|
4219
4217
|
// TextAlignJustify aliases
|
|
4220
4218
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4221
4219
|
export {
|
|
4222
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4223
4221
|
default as LucideAlignJustify
|
|
4224
4222
|
} from '../icons/text-align-justify';
|
|
4225
|
-
//
|
|
4226
|
-
export { default as
|
|
4223
|
+
// TextAlignEnd aliases
|
|
4224
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4227
4225
|
export {
|
|
4228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4229
|
-
default as
|
|
4230
|
-
} from '../icons/text-
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as LucideAlignRight
|
|
4228
|
+
} from '../icons/text-align-end';
|
|
4231
4229
|
// TextAlignStart aliases
|
|
4232
4230
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4233
4231
|
export {
|
|
@@ -4244,6 +4242,12 @@ export {
|
|
|
4244
4242
|
/** @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 */
|
|
4245
4243
|
default as LucideTextSelection
|
|
4246
4244
|
} from '../icons/text-select';
|
|
4245
|
+
// TextInitial aliases
|
|
4246
|
+
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @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 */
|
|
4249
|
+
default as LucideLetterText
|
|
4250
|
+
} from '../icons/text-initial';
|
|
4247
4251
|
// TextWrap aliases
|
|
4248
4252
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4249
4253
|
export {
|
|
@@ -4256,30 +4260,24 @@ export {
|
|
|
4256
4260
|
/** @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 */
|
|
4257
4261
|
default as LucideTrain
|
|
4258
4262
|
} from '../icons/tram-front';
|
|
4259
|
-
// TreePalm aliases
|
|
4260
|
-
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @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 */
|
|
4263
|
-
default as LucidePalmtree
|
|
4264
|
-
} from '../icons/tree-palm';
|
|
4265
4263
|
// TriangleAlert aliases
|
|
4266
4264
|
export { default as LucideTriangleAlert } from '../icons/triangle-alert';
|
|
4267
4265
|
export {
|
|
4268
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4269
4267
|
default as LucideAlertTriangle
|
|
4270
4268
|
} from '../icons/triangle-alert';
|
|
4269
|
+
// TreePalm aliases
|
|
4270
|
+
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @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 */
|
|
4273
|
+
default as LucidePalmtree
|
|
4274
|
+
} from '../icons/tree-palm';
|
|
4271
4275
|
// TvMinimal aliases
|
|
4272
4276
|
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4273
4277
|
export {
|
|
4274
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4275
4279
|
default as LucideTv2
|
|
4276
4280
|
} from '../icons/tv-minimal';
|
|
4277
|
-
// UserRoundCog aliases
|
|
4278
|
-
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @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 */
|
|
4281
|
-
default as LucideUserCog2
|
|
4282
|
-
} from '../icons/user-round-cog';
|
|
4283
4281
|
// University aliases
|
|
4284
4282
|
export { default as LucideUniversity } from '../icons/university';
|
|
4285
4283
|
export {
|
|
@@ -4292,6 +4290,12 @@ export {
|
|
|
4292
4290
|
/** @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 */
|
|
4293
4291
|
default as LucideUserCheck2
|
|
4294
4292
|
} from '../icons/user-round-check';
|
|
4293
|
+
// UserRoundCog aliases
|
|
4294
|
+
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @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 */
|
|
4297
|
+
default as LucideUserCog2
|
|
4298
|
+
} from '../icons/user-round-cog';
|
|
4295
4299
|
// UserRoundMinus aliases
|
|
4296
4300
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4297
4301
|
export {
|
|
@@ -4304,18 +4308,18 @@ export {
|
|
|
4304
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4305
4309
|
default as LucideUserPlus2
|
|
4306
4310
|
} from '../icons/user-round-plus';
|
|
4307
|
-
// UserRound aliases
|
|
4308
|
-
export { default as LucideUserRound } from '../icons/user-round';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4311
|
-
default as LucideUser2
|
|
4312
|
-
} from '../icons/user-round';
|
|
4313
4311
|
// UserRoundX aliases
|
|
4314
4312
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4315
4313
|
export {
|
|
4316
4314
|
/** @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 */
|
|
4317
4315
|
default as LucideUserX2
|
|
4318
4316
|
} from '../icons/user-round-x';
|
|
4317
|
+
// UserRound aliases
|
|
4318
|
+
export { default as LucideUserRound } from '../icons/user-round';
|
|
4319
|
+
export {
|
|
4320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4321
|
+
default as LucideUser2
|
|
4322
|
+
} from '../icons/user-round';
|
|
4319
4323
|
// UsersRound aliases
|
|
4320
4324
|
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4321
4325
|
export {
|
|
@@ -4328,18 +4332,18 @@ export {
|
|
|
4328
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4329
4333
|
default as LucideForkKnifeCrossed
|
|
4330
4334
|
} from '../icons/utensils-crossed';
|
|
4331
|
-
// WalletMinimal aliases
|
|
4332
|
-
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4335
|
-
default as LucideWallet2
|
|
4336
|
-
} from '../icons/wallet-minimal';
|
|
4337
4335
|
// Utensils aliases
|
|
4338
4336
|
export { default as LucideUtensils } from '../icons/utensils';
|
|
4339
4337
|
export {
|
|
4340
4338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4341
4339
|
default as LucideForkKnife
|
|
4342
4340
|
} from '../icons/utensils';
|
|
4341
|
+
// WalletMinimal aliases
|
|
4342
|
+
export { default as LucideWalletMinimal } from '../icons/wallet-minimal';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as LucideWallet2
|
|
4346
|
+
} from '../icons/wallet-minimal';
|
|
4343
4347
|
// WandSparkles aliases
|
|
4344
4348
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4345
4349
|
export {
|