@lucide/astro 0.565.0 → 0.567.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 +178 -178
- package/src/aliases/prefixed.ts +740 -736
- package/src/aliases/suffixed.ts +1099 -1095
- package/src/icons/forklift.ts +2 -2
- package/src/icons/gift.ts +2 -2
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/index.ts +179 -177
- package/src/icons/line-dot-right-horizontal.ts +18 -0
- package/src/icons/rocket.ts +2 -2
package/src/aliases/prefixed.ts
CHANGED
|
@@ -8,10 +8,10 @@ export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
|
8
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as LucideAirplay } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -32,10 +32,10 @@ export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
|
32
32
|
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
@@ -54,32 +54,32 @@ export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-v
|
|
|
54
54
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalJustifyEnd aliases
|
|
58
|
-
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as LucideAlignVerticalJustifyEnd } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as LucideAlignVerticalJustifyStart } from '../icons/align-vertical-justify-start';
|
|
63
|
-
// AlignVerticalSpaceBetween aliases
|
|
64
|
-
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertical-space-around';
|
|
65
|
+
// AlignVerticalSpaceBetween aliases
|
|
66
|
+
export { default as LucideAlignVerticalSpaceBetween } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as LucideAmbulance } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
75
|
-
//
|
|
76
|
-
export { default as
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as LucideAnchor } from '../icons/anchor';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as LucideAngry } from '../icons/angry';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as LucideAnvil } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -112,42 +112,42 @@ export { default as LucideArrowBigRightDash } from '../icons/arrow-big-right-das
|
|
|
112
112
|
export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowDownFromLine aliases
|
|
116
|
-
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownToDot aliases
|
|
124
124
|
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
125
125
|
// ArrowDownRight aliases
|
|
126
126
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
127
|
-
// ArrowDownUp aliases
|
|
128
|
-
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
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';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftToLine aliases
|
|
140
|
+
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowUpDown aliases
|
|
146
|
+
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
145
147
|
// ArrowRightToLine aliases
|
|
146
148
|
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
147
149
|
// ArrowRight aliases
|
|
148
150
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
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
153
|
// ArrowUpFromLine aliases
|
|
@@ -156,18 +156,18 @@ export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
|
156
156
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
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';
|
|
161
159
|
// ArrowUpWideNarrow aliases
|
|
162
160
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
|
-
// AtSign aliases
|
|
168
|
-
export { default as LucideAtSign } from '../icons/at-sign';
|
|
169
167
|
// Asterisk aliases
|
|
170
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as LucideAtom } from '../icons/atom';
|
|
173
173
|
// AudioLines aliases
|
|
@@ -180,14 +180,14 @@ export { default as LucideAward } from '../icons/award';
|
|
|
180
180
|
export { default as LucideAxe } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as LucideBaby } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as LucideBackpack } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as LucideBackpack } from '../icons/backpack';
|
|
189
187
|
// BadgeDollarSign aliases
|
|
190
188
|
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
189
|
+
// BadgeCent aliases
|
|
190
|
+
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
@@ -200,10 +200,10 @@ export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
|
200
200
|
export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as LucideBadgePercent } from '../icons/badge-percent';
|
|
203
|
-
// BadgePoundSterling aliases
|
|
204
|
-
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeSwissFranc aliases
|
|
208
208
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
209
209
|
// BadgeRussianRuble aliases
|
|
@@ -212,14 +212,14 @@ export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble
|
|
|
212
212
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
215
|
-
// Badge aliases
|
|
216
|
-
export { default as LucideBadge } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
219
|
-
// Balloon aliases
|
|
220
|
-
export { default as LucideBalloon } from '../icons/balloon';
|
|
221
217
|
// Ban aliases
|
|
222
218
|
export { default as LucideBan } from '../icons/ban';
|
|
219
|
+
// Badge aliases
|
|
220
|
+
export { default as LucideBadge } from '../icons/badge';
|
|
221
|
+
// Balloon aliases
|
|
222
|
+
export { default as LucideBalloon } from '../icons/balloon';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as LucideBanana } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -234,10 +234,10 @@ export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
|
234
234
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
237
|
-
// Barrel aliases
|
|
238
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
239
237
|
// Baseline aliases
|
|
240
238
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
239
|
+
// Barrel aliases
|
|
240
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as LucideBath } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
@@ -258,10 +258,10 @@ export { default as LucideBattery } from '../icons/battery';
|
|
|
258
258
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
259
259
|
// BeanOff aliases
|
|
260
260
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as LucideBean } from '../icons/bean';
|
|
263
261
|
// BedDouble aliases
|
|
264
262
|
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
263
|
+
// Bean aliases
|
|
264
|
+
export { default as LucideBean } from '../icons/bean';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
267
267
|
// Bed aliases
|
|
@@ -272,30 +272,30 @@ export { default as LucideBeef } from '../icons/beef';
|
|
|
272
272
|
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as LucideBeer } from '../icons/beer';
|
|
275
|
-
// BellDot aliases
|
|
276
|
-
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
277
275
|
// BellElectric aliases
|
|
278
276
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BellDot aliases
|
|
282
|
+
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
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
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
291
289
|
// BetweenVerticalStart aliases
|
|
292
290
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
291
|
+
// BetweenVerticalEnd aliases
|
|
292
|
+
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
293
293
|
// BicepsFlexed aliases
|
|
294
294
|
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
295
|
-
// Bike aliases
|
|
296
|
-
export { default as LucideBike } from '../icons/bike';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as LucideBinary } from '../icons/binary';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as LucideBike } from '../icons/bike';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
@@ -312,10 +312,10 @@ export { default as LucideBlend } from '../icons/blend';
|
|
|
312
312
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as LucideBlocks } from '../icons/blocks';
|
|
315
|
-
// BluetoothConnected aliases
|
|
316
|
-
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
317
315
|
// BluetoothOff aliases
|
|
318
316
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothSearching aliases
|
|
320
320
|
export { default as LucideBluetoothSearching } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bold aliases
|
|
@@ -342,16 +342,16 @@ export { default as LucideBookCopy } from '../icons/book-copy';
|
|
|
342
342
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as LucideBookImage } from '../icons/book-image';
|
|
349
|
-
//
|
|
350
|
-
export { default as
|
|
351
|
-
// BookLock aliases
|
|
352
|
-
export { default as LucideBookLock } from '../icons/book-lock';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
353
349
|
// BookMarked aliases
|
|
354
350
|
export { default as LucideBookMarked } from '../icons/book-marked';
|
|
351
|
+
// BookLock aliases
|
|
352
|
+
export { default as LucideBookLock } from '../icons/book-lock';
|
|
353
|
+
// BookKey aliases
|
|
354
|
+
export { default as LucideBookKey } from '../icons/book-key';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as LucideBookMinus } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
@@ -364,24 +364,24 @@ export { default as LucideBookOpen } from '../icons/book-open';
|
|
|
364
364
|
export { default as LucideBookPlus } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as LucideBookSearch } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as LucideBookType } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as LucideBookText } from '../icons/book-text';
|
|
371
|
-
//
|
|
372
|
-
export { default as
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as LucideBookType } from '../icons/book-type';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as LucideBookUp } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as LucideBookUser } from '../icons/book-user';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as LucideBook } from '../icons/book';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as LucideBookX } from '../icons/book-x';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as LucideBook } from '../icons/book';
|
|
383
381
|
// BookmarkCheck aliases
|
|
384
382
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
@@ -398,12 +398,12 @@ export { default as LucideBotOff } from '../icons/bot-off';
|
|
|
398
398
|
export { default as LucideBot } from '../icons/bot';
|
|
399
399
|
// BottleWine aliases
|
|
400
400
|
export { default as LucideBottleWine } from '../icons/bottle-wine';
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as LucideBox } from '../icons/box';
|
|
403
401
|
// BowArrow aliases
|
|
404
402
|
export { default as LucideBowArrow } from '../icons/bow-arrow';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as LucideBoxes } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as LucideBox } from '../icons/box';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as LucideBrackets } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
@@ -426,20 +426,20 @@ export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conve
|
|
|
426
426
|
export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
429
|
-
// BringToFront aliases
|
|
430
|
-
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as LucideBrush } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
439
|
-
// BugPlay aliases
|
|
440
|
-
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
441
439
|
// Bug aliases
|
|
442
440
|
export { default as LucideBug } from '../icons/bug';
|
|
441
|
+
// BugPlay aliases
|
|
442
|
+
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
445
445
|
// Building aliases
|
|
@@ -454,10 +454,10 @@ export { default as LucideCableCar } from '../icons/cable-car';
|
|
|
454
454
|
export { default as LucideCable } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as LucideCake } from '../icons/cake';
|
|
459
457
|
// Calculator aliases
|
|
460
458
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
459
|
+
// Cake aliases
|
|
460
|
+
export { default as LucideCake } from '../icons/cake';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
@@ -482,14 +482,14 @@ 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';
|
|
489
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
491
489
|
// CalendarPlus aliases
|
|
492
490
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as LucideCalendarRange } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as LucideCalendarSearch } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
@@ -500,10 +500,10 @@ export { default as LucideCalendarX2 } from '../icons/calendar-x-2';
|
|
|
500
500
|
export { default as LucideCalendarX } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as LucideCalendar } from '../icons/calendar';
|
|
503
|
-
// CameraOff aliases
|
|
504
|
-
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
505
503
|
// Calendars aliases
|
|
506
504
|
export { default as LucideCalendars } from '../icons/calendars';
|
|
505
|
+
// CameraOff aliases
|
|
506
|
+
export { default as LucideCameraOff } from '../icons/camera-off';
|
|
507
507
|
// Camera aliases
|
|
508
508
|
export { default as LucideCamera } from '../icons/camera';
|
|
509
509
|
// CandyCane aliases
|
|
@@ -516,28 +516,28 @@ export { default as LucideCandy } from '../icons/candy';
|
|
|
516
516
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
518
518
|
export { default as LucideCannabis } from '../icons/cannabis';
|
|
519
|
-
// Car aliases
|
|
520
|
-
export { default as LucideCar } from '../icons/car';
|
|
521
519
|
// CaptionsOff aliases
|
|
522
520
|
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
523
521
|
// CarFront aliases
|
|
524
522
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
525
523
|
// CarTaxiFront aliases
|
|
526
524
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
525
|
+
// Car aliases
|
|
526
|
+
export { default as LucideCar } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as LucideCaravan } from '../icons/caravan';
|
|
529
|
-
// CardSim aliases
|
|
530
|
-
export { default as LucideCardSim } from '../icons/card-sim';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as LucideCarrot } from '../icons/carrot';
|
|
531
|
+
// CardSim aliases
|
|
532
|
+
export { default as LucideCardSim } from '../icons/card-sim';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
535
535
|
// CaseSensitive aliases
|
|
536
536
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
537
|
-
// CassetteTape aliases
|
|
538
|
-
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
539
537
|
// CaseUpper aliases
|
|
540
538
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
539
|
+
// CassetteTape aliases
|
|
540
|
+
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as LucideCast } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
@@ -548,16 +548,16 @@ export { default as LucideCat } from '../icons/cat';
|
|
|
548
548
|
export { default as LucideCctv } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
551
|
-
// ChartBarStacked aliases
|
|
552
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
553
551
|
// ChartBarIncreasing aliases
|
|
554
552
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
553
|
+
// ChartBarStacked aliases
|
|
554
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
559
557
|
// ChartColumnStacked aliases
|
|
560
558
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNetwork aliases
|
|
562
562
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
563
563
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -578,10 +578,10 @@ export { default as LucideChefHat } from '../icons/chef-hat';
|
|
|
578
578
|
export { default as LucideCherry } from '../icons/cherry';
|
|
579
579
|
// ChessBishop aliases
|
|
580
580
|
export { default as LucideChessBishop } from '../icons/chess-bishop';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
583
581
|
// ChessKing aliases
|
|
584
582
|
export { default as LucideChessKing } from '../icons/chess-king';
|
|
583
|
+
// ChessKnight aliases
|
|
584
|
+
export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
@@ -590,58 +590,58 @@ export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
|
590
590
|
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
591
591
|
// ChevronDown aliases
|
|
592
592
|
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
593
|
-
// ChevronFirst aliases
|
|
594
|
-
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
595
593
|
// ChevronLast aliases
|
|
596
594
|
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
595
|
+
// ChevronFirst aliases
|
|
596
|
+
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
599
599
|
// ChevronRight aliases
|
|
600
600
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
601
601
|
// ChevronUp aliases
|
|
602
602
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
603
|
-
// ChevronsDownUp aliases
|
|
604
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
605
603
|
// ChevronsDown aliases
|
|
606
604
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
607
605
|
// ChevronsLeftRightEllipsis aliases
|
|
608
606
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
+
// ChevronsDownUp aliases
|
|
608
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
609
609
|
// ChevronsLeft aliases
|
|
610
610
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
611
611
|
// ChevronsLeftRight aliases
|
|
612
612
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChevronsUpDown aliases
|
|
618
|
+
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as LucideChurch } from '../icons/church';
|
|
621
|
+
// ChevronsUp aliases
|
|
622
|
+
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
625
625
|
// Cigarette aliases
|
|
626
626
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
627
627
|
// CircleDashed aliases
|
|
628
628
|
export { default as LucideCircleDashed } from '../icons/circle-dashed';
|
|
629
|
-
// CircleDollarSign aliases
|
|
630
|
-
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
631
629
|
// CircleDotDashed aliases
|
|
632
630
|
export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
633
|
+
// CircleDollarSign aliases
|
|
634
|
+
export { default as LucideCircleDollarSign } from '../icons/circle-dollar-sign';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleEqual aliases
|
|
638
638
|
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
639
|
-
// CircleFadingArrowUp aliases
|
|
640
|
-
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
641
639
|
// CircleFadingPlus aliases
|
|
642
640
|
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
643
641
|
// CircleOff aliases
|
|
644
642
|
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
643
|
+
// CircleFadingArrowUp aliases
|
|
644
|
+
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
645
645
|
// CirclePile aliases
|
|
646
646
|
export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
@@ -684,40 +684,40 @@ export { default as LucideClipboard } from '../icons/clipboard';
|
|
|
684
684
|
export { default as LucideClock1 } from '../icons/clock-1';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as LucideClock10 } from '../icons/clock-10';
|
|
687
|
+
// Clock12 aliases
|
|
688
|
+
export { default as LucideClock12 } from '../icons/clock-12';
|
|
687
689
|
// Clock11 aliases
|
|
688
690
|
export { default as LucideClock11 } from '../icons/clock-11';
|
|
691
|
+
// Clock4 aliases
|
|
692
|
+
export { default as LucideClock4 } from '../icons/clock-4';
|
|
689
693
|
// Clock2 aliases
|
|
690
694
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
691
|
-
// Clock12 aliases
|
|
692
|
-
export { default as LucideClock12 } from '../icons/clock-12';
|
|
693
695
|
// Clock3 aliases
|
|
694
696
|
export { default as LucideClock3 } from '../icons/clock-3';
|
|
695
|
-
// Clock4 aliases
|
|
696
|
-
export { default as LucideClock4 } from '../icons/clock-4';
|
|
697
|
-
// Clock6 aliases
|
|
698
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
699
697
|
// Clock5 aliases
|
|
700
698
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
699
|
+
// Clock6 aliases
|
|
700
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
701
701
|
// Clock7 aliases
|
|
702
702
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
703
|
-
// Clock8 aliases
|
|
704
|
-
export { default as LucideClock8 } from '../icons/clock-8';
|
|
705
703
|
// Clock9 aliases
|
|
706
704
|
export { default as LucideClock9 } from '../icons/clock-9';
|
|
705
|
+
// Clock8 aliases
|
|
706
|
+
export { default as LucideClock8 } from '../icons/clock-8';
|
|
707
707
|
// ClockAlert aliases
|
|
708
708
|
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
709
709
|
// ClockArrowDown aliases
|
|
710
710
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
711
|
-
// ClockCheck aliases
|
|
712
|
-
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
713
711
|
// ClockArrowUp aliases
|
|
714
712
|
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
713
|
+
// ClockCheck aliases
|
|
714
|
+
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
716
716
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
719
717
|
// Clock aliases
|
|
720
718
|
export { default as LucideClock } from '../icons/clock';
|
|
719
|
+
// ClockPlus aliases
|
|
720
|
+
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
721
721
|
// ClosedCaption aliases
|
|
722
722
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
723
723
|
// CloudAlert aliases
|
|
@@ -734,10 +734,10 @@ export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
|
734
734
|
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
737
|
-
// CloudLightning aliases
|
|
738
|
-
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
739
737
|
// CloudMoonRain aliases
|
|
740
738
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
739
|
+
// CloudLightning aliases
|
|
740
|
+
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
741
741
|
// CloudMoon aliases
|
|
742
742
|
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
743
743
|
// CloudOff aliases
|
|
@@ -754,42 +754,42 @@ export { default as LucideCloudSunRain } from '../icons/cloud-sun-rain';
|
|
|
754
754
|
export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
755
755
|
// Cloud aliases
|
|
756
756
|
export { default as LucideCloud } from '../icons/cloud';
|
|
757
|
-
// Cloudy aliases
|
|
758
|
-
export { default as LucideCloudy } from '../icons/cloudy';
|
|
759
757
|
// CloudSync aliases
|
|
760
758
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
759
|
+
// Cloudy aliases
|
|
760
|
+
export { default as LucideCloudy } from '../icons/cloudy';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as LucideClover } from '../icons/clover';
|
|
763
|
-
// Club aliases
|
|
764
|
-
export { default as LucideClub } from '../icons/club';
|
|
765
763
|
// Code aliases
|
|
766
764
|
export { default as LucideCode } from '../icons/code';
|
|
765
|
+
// Club aliases
|
|
766
|
+
export { default as LucideClub } from '../icons/club';
|
|
767
767
|
// Codepen aliases
|
|
768
768
|
export { default as LucideCodepen } from '../icons/codepen';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as LucideCodesandbox } from '../icons/codesandbox';
|
|
771
771
|
// Coffee aliases
|
|
772
772
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
773
|
-
// Coins aliases
|
|
774
|
-
export { default as LucideCoins } from '../icons/coins';
|
|
775
773
|
// Cog aliases
|
|
776
774
|
export { default as LucideCog } from '../icons/cog';
|
|
777
|
-
//
|
|
778
|
-
export { default as
|
|
775
|
+
// Coins aliases
|
|
776
|
+
export { default as LucideCoins } from '../icons/coins';
|
|
779
777
|
// Combine aliases
|
|
780
778
|
export { default as LucideCombine } from '../icons/combine';
|
|
779
|
+
// Columns4 aliases
|
|
780
|
+
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
781
781
|
// Command aliases
|
|
782
782
|
export { default as LucideCommand } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as LucideCompass } from '../icons/compass';
|
|
785
785
|
// Component aliases
|
|
786
786
|
export { default as LucideComponent } from '../icons/component';
|
|
787
|
+
// ConciergeBell aliases
|
|
788
|
+
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
787
789
|
// Computer aliases
|
|
788
790
|
export { default as LucideComputer } from '../icons/computer';
|
|
789
791
|
// Cone aliases
|
|
790
792
|
export { default as LucideCone } from '../icons/cone';
|
|
791
|
-
// ConciergeBell aliases
|
|
792
|
-
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as LucideConstruction } from '../icons/construction';
|
|
795
795
|
// Contact aliases
|
|
@@ -798,18 +798,18 @@ export { default as LucideContact } from '../icons/contact';
|
|
|
798
798
|
export { default as LucideContainer } from '../icons/container';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as LucideContrast } from '../icons/contrast';
|
|
801
|
-
// Cookie aliases
|
|
802
|
-
export { default as LucideCookie } from '../icons/cookie';
|
|
803
801
|
// CookingPot aliases
|
|
804
802
|
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
803
|
+
// Cookie aliases
|
|
804
|
+
export { default as LucideCookie } from '../icons/cookie';
|
|
805
805
|
// CopyCheck aliases
|
|
806
806
|
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
809
|
-
// CopySlash aliases
|
|
810
|
-
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
811
809
|
// CopyPlus aliases
|
|
812
810
|
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as LucideCopySlash } from '../icons/copy-slash';
|
|
813
813
|
// CopyX aliases
|
|
814
814
|
export { default as LucideCopyX } from '../icons/copy-x';
|
|
815
815
|
// Copy aliases
|
|
@@ -818,10 +818,10 @@ export { default as LucideCopy } from '../icons/copy';
|
|
|
818
818
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
819
819
|
// Copyright aliases
|
|
820
820
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
821
|
-
// CornerDownLeft aliases
|
|
822
|
-
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
823
821
|
// CornerDownRight aliases
|
|
824
822
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
823
|
+
// CornerDownLeft aliases
|
|
824
|
+
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
827
827
|
// CornerLeftUp aliases
|
|
@@ -860,20 +860,20 @@ export { default as LucideCurrency } from '../icons/currency';
|
|
|
860
860
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as LucideDam } from '../icons/dam';
|
|
863
|
+
// DatabaseSearch aliases
|
|
864
|
+
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
863
865
|
// DatabaseBackup aliases
|
|
864
866
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
865
867
|
// DatabaseZap aliases
|
|
866
868
|
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
867
|
-
// DatabaseSearch aliases
|
|
868
|
-
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
869
|
-
// DecimalsArrowLeft aliases
|
|
870
|
-
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
871
869
|
// Database aliases
|
|
872
870
|
export { default as LucideDatabase } from '../icons/database';
|
|
873
|
-
//
|
|
874
|
-
export { default as
|
|
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';
|
|
875
|
+
// DecimalsArrowRight aliases
|
|
876
|
+
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
877
877
|
// Dessert aliases
|
|
878
878
|
export { default as LucideDessert } from '../icons/dessert';
|
|
879
879
|
// Diameter aliases
|
|
@@ -888,16 +888,16 @@ export { default as LucideDiamond } from '../icons/diamond';
|
|
|
888
888
|
export { default as LucideDice1 } from '../icons/dice-1';
|
|
889
889
|
// Dice2 aliases
|
|
890
890
|
export { default as LucideDice2 } from '../icons/dice-2';
|
|
891
|
-
// Dice4 aliases
|
|
892
|
-
export { default as LucideDice4 } from '../icons/dice-4';
|
|
893
891
|
// Dice3 aliases
|
|
894
892
|
export { default as LucideDice3 } from '../icons/dice-3';
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as LucideDice4 } from '../icons/dice-4';
|
|
895
|
+
// Dice6 aliases
|
|
896
|
+
export { default as LucideDice6 } from '../icons/dice-6';
|
|
895
897
|
// Dices aliases
|
|
896
898
|
export { default as LucideDices } from '../icons/dices';
|
|
897
899
|
// Dice5 aliases
|
|
898
900
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
899
|
-
// Dice6 aliases
|
|
900
|
-
export { default as LucideDice6 } from '../icons/dice-6';
|
|
901
901
|
// Disc2 aliases
|
|
902
902
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
903
903
|
// Diff aliases
|
|
@@ -908,12 +908,12 @@ export { default as LucideDisc3 } from '../icons/disc-3';
|
|
|
908
908
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
909
909
|
// Disc aliases
|
|
910
910
|
export { default as LucideDisc } from '../icons/disc';
|
|
911
|
-
// DnaOff aliases
|
|
912
|
-
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
913
911
|
// Divide aliases
|
|
914
912
|
export { default as LucideDivide } from '../icons/divide';
|
|
915
913
|
// Dna aliases
|
|
916
914
|
export { default as LucideDna } from '../icons/dna';
|
|
915
|
+
// DnaOff aliases
|
|
916
|
+
export { default as LucideDnaOff } from '../icons/dna-off';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as LucideDock } from '../icons/dock';
|
|
919
919
|
// Dog aliases
|
|
@@ -922,10 +922,10 @@ export { default as LucideDog } from '../icons/dog';
|
|
|
922
922
|
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as LucideDonut } from '../icons/donut';
|
|
925
|
-
// DoorClosed aliases
|
|
926
|
-
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
931
931
|
// Dot aliases
|
|
@@ -936,12 +936,12 @@ export { default as LucideDownload } from '../icons/download';
|
|
|
936
936
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as LucideDrama } from '../icons/drama';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as LucideDrill } from '../icons/drill';
|
|
941
939
|
// Dribbble aliases
|
|
942
940
|
export { default as LucideDribbble } from '../icons/dribbble';
|
|
943
941
|
// Drone aliases
|
|
944
942
|
export { default as LucideDrone } from '../icons/drone';
|
|
943
|
+
// Drill aliases
|
|
944
|
+
export { default as LucideDrill } from '../icons/drill';
|
|
945
945
|
// DropletOff aliases
|
|
946
946
|
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
947
947
|
// Droplet aliases
|
|
@@ -958,18 +958,18 @@ export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
|
958
958
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
959
959
|
// Ear aliases
|
|
960
960
|
export { default as LucideEar } from '../icons/ear';
|
|
961
|
-
// EarthLock aliases
|
|
962
|
-
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
963
961
|
// Eclipse aliases
|
|
964
962
|
export { default as LucideEclipse } from '../icons/eclipse';
|
|
963
|
+
// EarthLock aliases
|
|
964
|
+
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
965
965
|
// EggFried aliases
|
|
966
966
|
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
967
967
|
// EggOff aliases
|
|
968
968
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
969
|
-
// Egg aliases
|
|
970
|
-
export { default as LucideEgg } from '../icons/egg';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
971
|
+
// Egg aliases
|
|
972
|
+
export { default as LucideEgg } from '../icons/egg';
|
|
973
973
|
// EqualNot aliases
|
|
974
974
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
@@ -984,38 +984,38 @@ export { default as LucideEuro } from '../icons/euro';
|
|
|
984
984
|
export { default as LucideEvCharger } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
986
986
|
export { default as LucideExpand } from '../icons/expand';
|
|
987
|
-
// EyeClosed aliases
|
|
988
|
-
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
989
987
|
// ExternalLink aliases
|
|
990
988
|
export { default as LucideExternalLink } from '../icons/external-link';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
989
|
+
// EyeClosed aliases
|
|
990
|
+
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as LucideEye } from '../icons/eye';
|
|
995
|
-
//
|
|
996
|
-
export { default as
|
|
993
|
+
// EyeOff aliases
|
|
994
|
+
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
997
995
|
// Factory aliases
|
|
998
996
|
export { default as LucideFactory } from '../icons/factory';
|
|
997
|
+
// Facebook aliases
|
|
998
|
+
export { default as LucideFacebook } from '../icons/facebook';
|
|
999
999
|
// Fan aliases
|
|
1000
1000
|
export { default as LucideFan } from '../icons/fan';
|
|
1001
1001
|
// FastForward aliases
|
|
1002
1002
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as LucideFeather } from '../icons/feather';
|
|
1005
|
-
// FerrisWheel aliases
|
|
1006
|
-
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1007
1005
|
// Fence aliases
|
|
1008
1006
|
export { default as LucideFence } from '../icons/fence';
|
|
1007
|
+
// FerrisWheel aliases
|
|
1008
|
+
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as LucideFigma } from '../icons/figma';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as LucideFileBox } from '../icons/file-box';
|
|
1015
|
-
// FileClock aliases
|
|
1016
|
-
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1017
1015
|
// FileCheck aliases
|
|
1018
1016
|
export { default as LucideFileCheck } from '../icons/file-check';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
1021
1021
|
// FileDiff aliases
|
|
@@ -1038,16 +1038,16 @@ export { default as LucideFileMusic } from '../icons/file-music';
|
|
|
1038
1038
|
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1041
|
-
// FileScan aliases
|
|
1042
|
-
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as LucideFileSearch } from '../icons/file-search';
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
1047
|
-
// FileSpreadsheet aliases
|
|
1048
|
-
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1049
1047
|
// FileStack aliases
|
|
1050
1048
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1049
|
+
// FileSpreadsheet aliases
|
|
1050
|
+
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
@@ -1058,10 +1058,10 @@ export { default as LucideFileText } from '../icons/file-text';
|
|
|
1058
1058
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1061
|
-
// FileVolume aliases
|
|
1062
|
-
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1063
1061
|
// FileUser aliases
|
|
1064
1062
|
export { default as LucideFileUser } from '../icons/file-user';
|
|
1063
|
+
// FileVolume aliases
|
|
1064
|
+
export { default as LucideFileVolume } from '../icons/file-volume';
|
|
1065
1065
|
// FileX aliases
|
|
1066
1066
|
export { default as LucideFileX } from '../icons/file-x';
|
|
1067
1067
|
// File aliases
|
|
@@ -1074,52 +1074,52 @@ export { default as LucideFilm } from '../icons/film';
|
|
|
1074
1074
|
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1075
1075
|
// FishOff aliases
|
|
1076
1076
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1077
|
+
// Fish aliases
|
|
1078
|
+
export { default as LucideFish } from '../icons/fish';
|
|
1077
1079
|
// FishSymbol aliases
|
|
1078
1080
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1079
1081
|
// FishingHook aliases
|
|
1080
1082
|
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1083
|
+
// FlagTriangleLeft aliases
|
|
1084
|
+
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1083
1085
|
// FlagOff aliases
|
|
1084
1086
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1087
|
+
// FlameKindling aliases
|
|
1088
|
+
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1085
1089
|
// FlagTriangleRight aliases
|
|
1086
1090
|
export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right';
|
|
1087
|
-
// FlagTriangleLeft aliases
|
|
1088
|
-
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1089
1091
|
// Flag aliases
|
|
1090
1092
|
export { default as LucideFlag } from '../icons/flag';
|
|
1091
|
-
// FlameKindling aliases
|
|
1092
|
-
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1093
|
-
// FlashlightOff aliases
|
|
1094
|
-
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1095
1093
|
// Flame aliases
|
|
1096
1094
|
export { default as LucideFlame } from '../icons/flame';
|
|
1097
1095
|
// Flashlight aliases
|
|
1098
1096
|
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1097
|
+
// FlashlightOff aliases
|
|
1098
|
+
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1101
|
-
// FlaskConical aliases
|
|
1102
|
-
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1103
1101
|
// FlaskRound aliases
|
|
1104
1102
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1103
|
+
// FlaskConical aliases
|
|
1104
|
+
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1107
1107
|
// FlipHorizontal aliases
|
|
1108
1108
|
export { default as LucideFlipHorizontal } from '../icons/flip-horizontal';
|
|
1109
1109
|
// FlipVertical2 aliases
|
|
1110
1110
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1111
|
-
// FlipVertical aliases
|
|
1112
|
-
export { default as LucideFlipVertical } from '../icons/flip-vertical';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1113
|
+
// FlipVertical aliases
|
|
1114
|
+
export { default as LucideFlipVertical } from '../icons/flip-vertical';
|
|
1115
1115
|
// Flower aliases
|
|
1116
1116
|
export { default as LucideFlower } from '../icons/flower';
|
|
1117
|
+
// Focus aliases
|
|
1118
|
+
export { default as LucideFocus } from '../icons/focus';
|
|
1117
1119
|
// FoldHorizontal aliases
|
|
1118
1120
|
export { default as LucideFoldHorizontal } from '../icons/fold-horizontal';
|
|
1119
1121
|
// FoldVertical aliases
|
|
1120
1122
|
export { default as LucideFoldVertical } from '../icons/fold-vertical';
|
|
1121
|
-
// Focus aliases
|
|
1122
|
-
export { default as LucideFocus } from '../icons/focus';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
@@ -1138,12 +1138,12 @@ export { default as LucideFolderDown } from '../icons/folder-down';
|
|
|
1138
1138
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1139
1139
|
// FolderGit aliases
|
|
1140
1140
|
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1141
|
+
// FolderHeart aliases
|
|
1142
|
+
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1141
1143
|
// FolderInput aliases
|
|
1142
1144
|
export { default as LucideFolderInput } from '../icons/folder-input';
|
|
1143
1145
|
// FolderKanban aliases
|
|
1144
1146
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1145
|
-
// FolderHeart aliases
|
|
1146
|
-
export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
1147
1147
|
// FolderKey aliases
|
|
1148
1148
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1149
1149
|
// FolderLock aliases
|
|
@@ -1160,18 +1160,18 @@ export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
|
1160
1160
|
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1161
1161
|
// FolderRoot aliases
|
|
1162
1162
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1163
|
-
// FolderSearch2 aliases
|
|
1164
|
-
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1165
1163
|
// FolderSearch aliases
|
|
1166
1164
|
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1165
|
+
// FolderSearch2 aliases
|
|
1166
|
+
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1167
1167
|
// FolderSymlink aliases
|
|
1168
1168
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1169
1169
|
// FolderSync aliases
|
|
1170
1170
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1171
|
-
// FolderUp aliases
|
|
1172
|
-
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1173
1171
|
// FolderTree aliases
|
|
1174
1172
|
export { default as LucideFolderTree } from '../icons/folder-tree';
|
|
1173
|
+
// FolderUp aliases
|
|
1174
|
+
export { default as LucideFolderUp } from '../icons/folder-up';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as LucideFolderX } from '../icons/folder-x';
|
|
1177
1177
|
// Folder aliases
|
|
@@ -1190,20 +1190,20 @@ export { default as LucideForward } from '../icons/forward';
|
|
|
1190
1190
|
export { default as LucideFrame } from '../icons/frame';
|
|
1191
1191
|
// Framer aliases
|
|
1192
1192
|
export { default as LucideFramer } from '../icons/framer';
|
|
1193
|
-
// Frown aliases
|
|
1194
|
-
export { default as LucideFrown } from '../icons/frown';
|
|
1195
1193
|
// Fuel aliases
|
|
1196
1194
|
export { default as LucideFuel } from '../icons/fuel';
|
|
1197
|
-
//
|
|
1198
|
-
export { default as
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as LucideFrown } from '../icons/frown';
|
|
1199
1197
|
// Fullscreen aliases
|
|
1200
1198
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryHorizontal aliases
|
|
1204
|
-
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1205
1203
|
// GalleryThumbnails aliases
|
|
1206
1204
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1207
1207
|
// GalleryVerticalEnd aliases
|
|
1208
1208
|
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
@@ -1216,24 +1216,24 @@ export { default as LucideGamepadDirectional } from '../icons/gamepad-directiona
|
|
|
1216
1216
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1217
1217
|
// Gauge aliases
|
|
1218
1218
|
export { default as LucideGauge } from '../icons/gauge';
|
|
1219
|
-
// Gavel aliases
|
|
1220
|
-
export { default as LucideGavel } from '../icons/gavel';
|
|
1221
1219
|
// Gem aliases
|
|
1222
1220
|
export { default as LucideGem } from '../icons/gem';
|
|
1221
|
+
// Gavel aliases
|
|
1222
|
+
export { default as LucideGavel } from '../icons/gavel';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
1224
1224
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1225
1225
|
// Ghost aliases
|
|
1226
1226
|
export { default as LucideGhost } from '../icons/ghost';
|
|
1227
|
-
// Gift aliases
|
|
1228
|
-
export { default as LucideGift } from '../icons/gift';
|
|
1229
1227
|
// GitBranchMinus aliases
|
|
1230
1228
|
export { default as LucideGitBranchMinus } from '../icons/git-branch-minus';
|
|
1231
1229
|
// GitBranchPlus aliases
|
|
1232
1230
|
export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
1233
|
-
//
|
|
1234
|
-
export { default as
|
|
1231
|
+
// Gift aliases
|
|
1232
|
+
export { default as LucideGift } from '../icons/gift';
|
|
1235
1233
|
// GitCommitVertical aliases
|
|
1236
1234
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1235
|
+
// GitBranch aliases
|
|
1236
|
+
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1237
1237
|
// GitCompareArrows aliases
|
|
1238
1238
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1239
1239
|
// GitCompare aliases
|
|
@@ -1254,20 +1254,22 @@ export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-re
|
|
|
1254
1254
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1255
1255
|
// GitPullRequestDraft aliases
|
|
1256
1256
|
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1257
|
-
// GitPullRequest aliases
|
|
1258
|
-
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1259
1257
|
// Github aliases
|
|
1260
1258
|
export { default as LucideGithub } from '../icons/github';
|
|
1259
|
+
// GitPullRequest aliases
|
|
1260
|
+
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1261
1261
|
// Gitlab aliases
|
|
1262
1262
|
export { default as LucideGitlab } from '../icons/gitlab';
|
|
1263
1263
|
// GlassWater aliases
|
|
1264
1264
|
export { default as LucideGlassWater } from '../icons/glass-water';
|
|
1265
1265
|
// Glasses aliases
|
|
1266
1266
|
export { default as LucideGlasses } from '../icons/glasses';
|
|
1267
|
-
// GlobeX aliases
|
|
1268
|
-
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1269
1267
|
// GlobeLock aliases
|
|
1270
1268
|
export { default as LucideGlobeLock } from '../icons/globe-lock';
|
|
1269
|
+
// GlobeOff aliases
|
|
1270
|
+
export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
1271
|
+
// GlobeX aliases
|
|
1272
|
+
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1271
1273
|
// Globe aliases
|
|
1272
1274
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1273
1275
|
// Goal aliases
|
|
@@ -1286,22 +1288,22 @@ export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
|
1286
1288
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1287
1289
|
// Grip aliases
|
|
1288
1290
|
export { default as LucideGrip } from '../icons/grip';
|
|
1291
|
+
// Group aliases
|
|
1292
|
+
export { default as LucideGroup } from '../icons/group';
|
|
1289
1293
|
// Guitar aliases
|
|
1290
1294
|
export { default as LucideGuitar } from '../icons/guitar';
|
|
1291
1295
|
// Ham aliases
|
|
1292
1296
|
export { default as LucideHam } from '../icons/ham';
|
|
1293
|
-
// Group aliases
|
|
1294
|
-
export { default as LucideGroup } from '../icons/group';
|
|
1295
1297
|
// Hamburger aliases
|
|
1296
1298
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1297
1299
|
// Hammer aliases
|
|
1298
1300
|
export { default as LucideHammer } from '../icons/hammer';
|
|
1299
1301
|
// HandCoins aliases
|
|
1300
1302
|
export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
1301
|
-
// HandHeart aliases
|
|
1302
|
-
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1303
1303
|
// HandFist aliases
|
|
1304
1304
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1305
|
+
// HandHeart aliases
|
|
1306
|
+
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1305
1307
|
// HandMetal aliases
|
|
1306
1308
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1307
1309
|
// HandPlatter aliases
|
|
@@ -1348,36 +1350,36 @@ export { default as LucideHeading } from '../icons/heading';
|
|
|
1348
1350
|
export { default as LucideHeadphoneOff } from '../icons/headphone-off';
|
|
1349
1351
|
// Headphones aliases
|
|
1350
1352
|
export { default as LucideHeadphones } from '../icons/headphones';
|
|
1351
|
-
// HeartCrack aliases
|
|
1352
|
-
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1353
1353
|
// Headset aliases
|
|
1354
1354
|
export { default as LucideHeadset } from '../icons/headset';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1357
|
+
// HeartCrack aliases
|
|
1358
|
+
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1357
1359
|
// HeartMinus aliases
|
|
1358
1360
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1359
1361
|
// HeartOff aliases
|
|
1360
1362
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1361
|
-
// HeartPlus aliases
|
|
1362
|
-
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1363
1363
|
// HeartPulse aliases
|
|
1364
1364
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1365
|
-
//
|
|
1366
|
-
export { default as
|
|
1367
|
-
// Helicopter aliases
|
|
1368
|
-
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1365
|
+
// HeartPlus aliases
|
|
1366
|
+
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1369
1367
|
// Heart aliases
|
|
1370
1368
|
export { default as LucideHeart } from '../icons/heart';
|
|
1369
|
+
// Heater aliases
|
|
1370
|
+
export { default as LucideHeater } from '../icons/heater';
|
|
1371
1371
|
// Hexagon aliases
|
|
1372
1372
|
export { default as LucideHexagon } from '../icons/hexagon';
|
|
1373
|
+
// Helicopter aliases
|
|
1374
|
+
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1373
1375
|
// Highlighter aliases
|
|
1374
1376
|
export { default as LucideHighlighter } from '../icons/highlighter';
|
|
1375
1377
|
// History aliases
|
|
1376
1378
|
export { default as LucideHistory } from '../icons/history';
|
|
1377
|
-
// HopOff aliases
|
|
1378
|
-
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1379
1379
|
// Hop aliases
|
|
1380
1380
|
export { default as LucideHop } from '../icons/hop';
|
|
1381
|
+
// HopOff aliases
|
|
1382
|
+
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1381
1383
|
// Hospital aliases
|
|
1382
1384
|
export { default as LucideHospital } from '../icons/hospital';
|
|
1383
1385
|
// Hotel aliases
|
|
@@ -1402,32 +1404,32 @@ export { default as LucideImageDown } from '../icons/image-down';
|
|
|
1402
1404
|
export { default as LucideImageMinus } from '../icons/image-minus';
|
|
1403
1405
|
// ImageOff aliases
|
|
1404
1406
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1405
|
-
// ImagePlay aliases
|
|
1406
|
-
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1407
1407
|
// ImagePlus aliases
|
|
1408
1408
|
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1409
|
+
// ImagePlay aliases
|
|
1410
|
+
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1409
1411
|
// ImageUp aliases
|
|
1410
1412
|
export { default as LucideImageUp } from '../icons/image-up';
|
|
1411
|
-
// Image aliases
|
|
1412
|
-
export { default as LucideImage } from '../icons/image';
|
|
1413
1413
|
// ImageUpscale aliases
|
|
1414
1414
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1415
|
+
// Image aliases
|
|
1416
|
+
export { default as LucideImage } from '../icons/image';
|
|
1415
1417
|
// Images aliases
|
|
1416
1418
|
export { default as LucideImages } from '../icons/images';
|
|
1417
1419
|
// Import aliases
|
|
1418
1420
|
export { default as LucideImport } from '../icons/import';
|
|
1419
1421
|
// Inbox aliases
|
|
1420
1422
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1421
|
-
// Infinity aliases
|
|
1422
|
-
export { default as LucideInfinity } from '../icons/infinity';
|
|
1423
1423
|
// IndianRupee aliases
|
|
1424
1424
|
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1425
|
+
// Infinity aliases
|
|
1426
|
+
export { default as LucideInfinity } from '../icons/infinity';
|
|
1425
1427
|
// Info aliases
|
|
1426
1428
|
export { default as LucideInfo } from '../icons/info';
|
|
1427
|
-
// InspectionPanel aliases
|
|
1428
|
-
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1429
1429
|
// Instagram aliases
|
|
1430
1430
|
export { default as LucideInstagram } from '../icons/instagram';
|
|
1431
|
+
// InspectionPanel aliases
|
|
1432
|
+
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1431
1433
|
// Italic aliases
|
|
1432
1434
|
export { default as LucideItalic } from '../icons/italic';
|
|
1433
1435
|
// IterationCcw aliases
|
|
@@ -1464,10 +1466,10 @@ export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
|
1464
1466
|
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1465
1467
|
// LampWallUp aliases
|
|
1466
1468
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1467
|
-
// Lamp aliases
|
|
1468
|
-
export { default as LucideLamp } from '../icons/lamp';
|
|
1469
1469
|
// LandPlot aliases
|
|
1470
1470
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1471
|
+
// Lamp aliases
|
|
1472
|
+
export { default as LucideLamp } from '../icons/lamp';
|
|
1471
1473
|
// Landmark aliases
|
|
1472
1474
|
export { default as LucideLandmark } from '../icons/landmark';
|
|
1473
1475
|
// Languages aliases
|
|
@@ -1494,10 +1496,10 @@ export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
|
1494
1496
|
export { default as LucideLayoutList } from '../icons/layout-list';
|
|
1495
1497
|
// LayoutPanelLeft aliases
|
|
1496
1498
|
export { default as LucideLayoutPanelLeft } from '../icons/layout-panel-left';
|
|
1497
|
-
// LayoutPanelTop aliases
|
|
1498
|
-
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1499
1499
|
// LayoutTemplate aliases
|
|
1500
1500
|
export { default as LucideLayoutTemplate } from '../icons/layout-template';
|
|
1501
|
+
// LayoutPanelTop aliases
|
|
1502
|
+
export { default as LucideLayoutPanelTop } from '../icons/layout-panel-top';
|
|
1501
1503
|
// Leaf aliases
|
|
1502
1504
|
export { default as LucideLeaf } from '../icons/leaf';
|
|
1503
1505
|
// LeafyGreen aliases
|
|
@@ -1516,50 +1518,52 @@ export { default as LucideLibrary } from '../icons/library';
|
|
|
1516
1518
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1517
1519
|
// Ligature aliases
|
|
1518
1520
|
export { default as LucideLigature } from '../icons/ligature';
|
|
1521
|
+
// Lightbulb aliases
|
|
1522
|
+
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1519
1523
|
// LightbulbOff aliases
|
|
1520
1524
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1525
|
+
// LineDotRightHorizontal aliases
|
|
1526
|
+
export { default as LucideLineDotRightHorizontal } from '../icons/line-dot-right-horizontal';
|
|
1521
1527
|
// LineSquiggle aliases
|
|
1522
1528
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1523
|
-
// Lightbulb aliases
|
|
1524
|
-
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1525
1529
|
// Link2Off aliases
|
|
1526
1530
|
export { default as LucideLink2Off } from '../icons/link-2-off';
|
|
1527
1531
|
// Link2 aliases
|
|
1528
1532
|
export { default as LucideLink2 } from '../icons/link-2';
|
|
1529
|
-
// Link aliases
|
|
1530
|
-
export { default as LucideLink } from '../icons/link';
|
|
1531
1533
|
// Linkedin aliases
|
|
1532
1534
|
export { default as LucideLinkedin } from '../icons/linkedin';
|
|
1535
|
+
// Link aliases
|
|
1536
|
+
export { default as LucideLink } from '../icons/link';
|
|
1533
1537
|
// ListCheck aliases
|
|
1534
1538
|
export { default as LucideListCheck } from '../icons/list-check';
|
|
1535
1539
|
// ListChecks aliases
|
|
1536
1540
|
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1541
|
+
// ListChevronsUpDown aliases
|
|
1542
|
+
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1537
1543
|
// ListChevronsDownUp aliases
|
|
1538
1544
|
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1539
1545
|
// ListCollapse aliases
|
|
1540
1546
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1541
|
-
// ListChevronsUpDown aliases
|
|
1542
|
-
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1543
1547
|
// ListEnd aliases
|
|
1544
1548
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1545
|
-
// ListFilter aliases
|
|
1546
|
-
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1547
1549
|
// ListFilterPlus aliases
|
|
1548
1550
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1551
|
+
// ListFilter aliases
|
|
1552
|
+
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1549
1553
|
// ListMinus aliases
|
|
1550
1554
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1551
1555
|
// ListMusic aliases
|
|
1552
1556
|
export { default as LucideListMusic } from '../icons/list-music';
|
|
1553
|
-
// ListPlus aliases
|
|
1554
|
-
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1555
1557
|
// ListOrdered aliases
|
|
1556
1558
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1559
|
+
// ListPlus aliases
|
|
1560
|
+
export { default as LucideListPlus } from '../icons/list-plus';
|
|
1557
1561
|
// ListRestart aliases
|
|
1558
1562
|
export { default as LucideListRestart } from '../icons/list-restart';
|
|
1559
|
-
// ListStart aliases
|
|
1560
|
-
export { default as LucideListStart } from '../icons/list-start';
|
|
1561
1563
|
// ListTodo aliases
|
|
1562
1564
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1565
|
+
// ListStart aliases
|
|
1566
|
+
export { default as LucideListStart } from '../icons/list-start';
|
|
1563
1567
|
// ListTree aliases
|
|
1564
1568
|
export { default as LucideListTree } from '../icons/list-tree';
|
|
1565
1569
|
// ListVideo aliases
|
|
@@ -1574,20 +1578,20 @@ export { default as LucideLoader } from '../icons/loader';
|
|
|
1574
1578
|
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1575
1579
|
// LocateFixed aliases
|
|
1576
1580
|
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1577
|
-
// Locate aliases
|
|
1578
|
-
export { default as LucideLocate } from '../icons/locate';
|
|
1579
1581
|
// LocateOff aliases
|
|
1580
1582
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1583
|
+
// Locate aliases
|
|
1584
|
+
export { default as LucideLocate } from '../icons/locate';
|
|
1581
1585
|
// LockKeyhole aliases
|
|
1582
1586
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1583
|
-
// Lock aliases
|
|
1584
|
-
export { default as LucideLock } from '../icons/lock';
|
|
1585
1587
|
// LogIn aliases
|
|
1586
1588
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1589
|
+
// Lock aliases
|
|
1590
|
+
export { default as LucideLock } from '../icons/lock';
|
|
1589
1591
|
// Logs aliases
|
|
1590
1592
|
export { default as LucideLogs } from '../icons/logs';
|
|
1593
|
+
// LogOut aliases
|
|
1594
|
+
export { default as LucideLogOut } from '../icons/log-out';
|
|
1591
1595
|
// Lollipop aliases
|
|
1592
1596
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1593
1597
|
// Luggage aliases
|
|
@@ -1596,12 +1600,12 @@ export { default as LucideLuggage } from '../icons/luggage';
|
|
|
1596
1600
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1597
1601
|
// MailCheck aliases
|
|
1598
1602
|
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1599
|
-
// MailMinus aliases
|
|
1600
|
-
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1601
1603
|
// MailOpen aliases
|
|
1602
1604
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1603
1605
|
// MailPlus aliases
|
|
1604
1606
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1607
|
+
// MailMinus aliases
|
|
1608
|
+
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1605
1609
|
// MailSearch aliases
|
|
1606
1610
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1607
1611
|
// MailWarning aliases
|
|
@@ -1672,12 +1676,12 @@ export { default as LucideMerge } from '../icons/merge';
|
|
|
1672
1676
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1673
1677
|
// MessageCircleDashed aliases
|
|
1674
1678
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1679
|
+
// MessageCircleHeart aliases
|
|
1680
|
+
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1675
1681
|
// MessageCircleMore aliases
|
|
1676
1682
|
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1677
1683
|
// MessageCircleOff aliases
|
|
1678
1684
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1679
|
-
// MessageCircleHeart aliases
|
|
1680
|
-
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1681
1685
|
// MessageCirclePlus aliases
|
|
1682
1686
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1683
1687
|
// MessageCircleReply aliases
|
|
@@ -1686,36 +1690,36 @@ export { default as LucideMessageCircleReply } from '../icons/message-circle-rep
|
|
|
1686
1690
|
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1687
1691
|
// MessageCircleX aliases
|
|
1688
1692
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1689
|
-
// MessageCircle aliases
|
|
1690
|
-
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1691
1693
|
// MessageSquareCode aliases
|
|
1692
1694
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1693
|
-
//
|
|
1694
|
-
export { default as
|
|
1695
|
+
// MessageCircle aliases
|
|
1696
|
+
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1695
1697
|
// MessageSquareDashed aliases
|
|
1696
1698
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1699
|
+
// MessageSquareDiff aliases
|
|
1700
|
+
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1697
1701
|
// MessageSquareDot aliases
|
|
1698
1702
|
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1699
|
-
// MessageSquareHeart aliases
|
|
1700
|
-
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1701
1703
|
// MessageSquareLock aliases
|
|
1702
1704
|
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1705
|
+
// MessageSquareHeart aliases
|
|
1706
|
+
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1703
1707
|
// MessageSquareMore aliases
|
|
1704
1708
|
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1705
1709
|
// MessageSquareOff aliases
|
|
1706
1710
|
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1711
|
+
// MessageSquareReply aliases
|
|
1712
|
+
export { default as LucideMessageSquareReply } from '../icons/message-square-reply';
|
|
1707
1713
|
// MessageSquarePlus aliases
|
|
1708
1714
|
export { default as LucideMessageSquarePlus } from '../icons/message-square-plus';
|
|
1709
1715
|
// MessageSquareQuote aliases
|
|
1710
1716
|
export { default as LucideMessageSquareQuote } from '../icons/message-square-quote';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1717
|
+
// MessageSquareText aliases
|
|
1718
|
+
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1713
1719
|
// MessageSquareShare aliases
|
|
1714
1720
|
export { default as LucideMessageSquareShare } from '../icons/message-square-share';
|
|
1715
1721
|
// MessageSquareWarning aliases
|
|
1716
1722
|
export { default as LucideMessageSquareWarning } from '../icons/message-square-warning';
|
|
1717
|
-
// MessageSquareText aliases
|
|
1718
|
-
export { default as LucideMessageSquareText } from '../icons/message-square-text';
|
|
1719
1723
|
// MessageSquareX aliases
|
|
1720
1724
|
export { default as LucideMessageSquareX } from '../icons/message-square-x';
|
|
1721
1725
|
// MessageSquare aliases
|
|
@@ -1724,20 +1728,20 @@ export { default as LucideMessageSquare } from '../icons/message-square';
|
|
|
1724
1728
|
export { default as LucideMessagesSquare } from '../icons/messages-square';
|
|
1725
1729
|
// MicOff aliases
|
|
1726
1730
|
export { default as LucideMicOff } from '../icons/mic-off';
|
|
1727
|
-
// Mic aliases
|
|
1728
|
-
export { default as LucideMic } from '../icons/mic';
|
|
1729
1731
|
// Microchip aliases
|
|
1730
1732
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1731
|
-
//
|
|
1732
|
-
export { default as
|
|
1733
|
+
// Mic aliases
|
|
1734
|
+
export { default as LucideMic } from '../icons/mic';
|
|
1733
1735
|
// Microwave aliases
|
|
1734
1736
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1737
|
+
// Microscope aliases
|
|
1738
|
+
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1735
1739
|
// Milestone aliases
|
|
1736
1740
|
export { default as LucideMilestone } from '../icons/milestone';
|
|
1737
|
-
// Milk aliases
|
|
1738
|
-
export { default as LucideMilk } from '../icons/milk';
|
|
1739
1741
|
// MilkOff aliases
|
|
1740
1742
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1743
|
+
// Milk aliases
|
|
1744
|
+
export { default as LucideMilk } from '../icons/milk';
|
|
1741
1745
|
// Minimize2 aliases
|
|
1742
1746
|
export { default as LucideMinimize2 } from '../icons/minimize-2';
|
|
1743
1747
|
// Minimize aliases
|
|
@@ -1748,20 +1752,20 @@ export { default as LucideMinus } from '../icons/minus';
|
|
|
1748
1752
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1749
1753
|
// MonitorCheck aliases
|
|
1750
1754
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1751
|
-
// MonitorDot aliases
|
|
1752
|
-
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1753
1755
|
// MonitorCog aliases
|
|
1754
1756
|
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1755
|
-
//
|
|
1756
|
-
export { default as
|
|
1757
|
+
// MonitorDot aliases
|
|
1758
|
+
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1757
1759
|
// MonitorDown aliases
|
|
1758
1760
|
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1761
|
+
// MonitorOff aliases
|
|
1762
|
+
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1763
|
+
// MonitorSmartphone aliases
|
|
1764
|
+
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1759
1765
|
// MonitorPause aliases
|
|
1760
1766
|
export { default as LucideMonitorPause } from '../icons/monitor-pause';
|
|
1761
1767
|
// MonitorPlay aliases
|
|
1762
1768
|
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1763
|
-
// MonitorSmartphone aliases
|
|
1764
|
-
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1765
1769
|
// MonitorSpeaker aliases
|
|
1766
1770
|
export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1767
1771
|
// MonitorStop aliases
|
|
@@ -1774,20 +1778,20 @@ export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
|
1774
1778
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1775
1779
|
// MoonStar aliases
|
|
1776
1780
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1781
|
+
// MountainSnow aliases
|
|
1782
|
+
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1777
1783
|
// Moon aliases
|
|
1778
1784
|
export { default as LucideMoon } from '../icons/moon';
|
|
1779
1785
|
// Motorbike aliases
|
|
1780
1786
|
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1781
|
-
// MountainSnow aliases
|
|
1782
|
-
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1783
1787
|
// Mountain aliases
|
|
1784
1788
|
export { default as LucideMountain } from '../icons/mountain';
|
|
1785
1789
|
// MouseOff aliases
|
|
1786
1790
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1787
|
-
// MousePointer2Off aliases
|
|
1788
|
-
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1789
1791
|
// MousePointer2 aliases
|
|
1790
1792
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1793
|
+
// MousePointer2Off aliases
|
|
1794
|
+
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1791
1795
|
// MousePointerBan aliases
|
|
1792
1796
|
export { default as LucideMousePointerBan } from '../icons/mouse-pointer-ban';
|
|
1793
1797
|
// MousePointerClick aliases
|
|
@@ -1822,28 +1826,28 @@ export { default as LucideMoveUp } from '../icons/move-up';
|
|
|
1822
1826
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1823
1827
|
// Move aliases
|
|
1824
1828
|
export { default as LucideMove } from '../icons/move';
|
|
1825
|
-
// Music3 aliases
|
|
1826
|
-
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1827
1829
|
// Music2 aliases
|
|
1828
1830
|
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1829
1831
|
// Music4 aliases
|
|
1830
1832
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1833
|
+
// Music3 aliases
|
|
1834
|
+
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1831
1835
|
// Music aliases
|
|
1832
1836
|
export { default as LucideMusic } from '../icons/music';
|
|
1833
|
-
// Navigation2 aliases
|
|
1834
|
-
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1835
1837
|
// Navigation2Off aliases
|
|
1836
1838
|
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1839
|
+
// Navigation2 aliases
|
|
1840
|
+
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1837
1841
|
// NavigationOff aliases
|
|
1838
1842
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1839
1843
|
// Navigation aliases
|
|
1840
1844
|
export { default as LucideNavigation } from '../icons/navigation';
|
|
1841
1845
|
// Network aliases
|
|
1842
1846
|
export { default as LucideNetwork } from '../icons/network';
|
|
1843
|
-
// Newspaper aliases
|
|
1844
|
-
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1845
1847
|
// Nfc aliases
|
|
1846
1848
|
export { default as LucideNfc } from '../icons/nfc';
|
|
1849
|
+
// Newspaper aliases
|
|
1850
|
+
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1847
1851
|
// NonBinary aliases
|
|
1848
1852
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1849
1853
|
// NotebookPen aliases
|
|
@@ -1872,32 +1876,32 @@ export { default as LucideOmega } from '../icons/omega';
|
|
|
1872
1876
|
export { default as LucideOption } from '../icons/option';
|
|
1873
1877
|
// Orbit aliases
|
|
1874
1878
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1875
|
-
// Origami aliases
|
|
1876
|
-
export { default as LucideOrigami } from '../icons/origami';
|
|
1877
1879
|
// Package2 aliases
|
|
1878
1880
|
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1881
|
+
// Origami aliases
|
|
1882
|
+
export { default as LucideOrigami } from '../icons/origami';
|
|
1879
1883
|
// PackageCheck aliases
|
|
1880
1884
|
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1881
1885
|
// PackageMinus aliases
|
|
1882
1886
|
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1883
|
-
// PackagePlus aliases
|
|
1884
|
-
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1885
1887
|
// PackageOpen aliases
|
|
1886
1888
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1887
|
-
// PackageSearch aliases
|
|
1888
|
-
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1889
1889
|
// PackageX aliases
|
|
1890
1890
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1891
|
+
// PackagePlus aliases
|
|
1892
|
+
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1893
|
+
// PackageSearch aliases
|
|
1894
|
+
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1891
1895
|
// PaintBucket aliases
|
|
1892
1896
|
export { default as LucidePaintBucket } from '../icons/paint-bucket';
|
|
1893
1897
|
// Package aliases
|
|
1894
1898
|
export { default as LucidePackage } from '../icons/package';
|
|
1895
1899
|
// PaintRoller aliases
|
|
1896
1900
|
export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
1897
|
-
// Palette aliases
|
|
1898
|
-
export { default as LucidePalette } from '../icons/palette';
|
|
1899
1901
|
// Paintbrush aliases
|
|
1900
1902
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1903
|
+
// Palette aliases
|
|
1904
|
+
export { default as LucidePalette } from '../icons/palette';
|
|
1901
1905
|
// Panda aliases
|
|
1902
1906
|
export { default as LucidePanda } from '../icons/panda';
|
|
1903
1907
|
// PanelBottomClose aliases
|
|
@@ -1918,10 +1922,10 @@ export { default as LucidePanelRight } from '../icons/panel-right';
|
|
|
1918
1922
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1919
1923
|
// PanelTopClose aliases
|
|
1920
1924
|
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1921
|
-
// PanelTop aliases
|
|
1922
|
-
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1923
1925
|
// PanelTopOpen aliases
|
|
1924
1926
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1927
|
+
// PanelTop aliases
|
|
1928
|
+
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1925
1929
|
// PanelsLeftBottom aliases
|
|
1926
1930
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1927
1931
|
// PanelsRightBottom aliases
|
|
@@ -1936,10 +1940,10 @@ export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
|
1936
1940
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1937
1941
|
// Pause aliases
|
|
1938
1942
|
export { default as LucidePause } from '../icons/pause';
|
|
1939
|
-
// PcCase aliases
|
|
1940
|
-
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1941
1943
|
// PawPrint aliases
|
|
1942
1944
|
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1945
|
+
// PcCase aliases
|
|
1946
|
+
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1943
1947
|
// PenOff aliases
|
|
1944
1948
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1945
1949
|
// PenTool aliases
|
|
@@ -1952,10 +1956,10 @@ export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
|
1952
1956
|
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1953
1957
|
// Pencil aliases
|
|
1954
1958
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1955
|
-
// Pentagon aliases
|
|
1956
|
-
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1957
1959
|
// Percent aliases
|
|
1958
1960
|
export { default as LucidePercent } from '../icons/percent';
|
|
1961
|
+
// Pentagon aliases
|
|
1962
|
+
export { default as LucidePentagon } from '../icons/pentagon';
|
|
1959
1963
|
// PhilippinePeso aliases
|
|
1960
1964
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1961
1965
|
// PersonStanding aliases
|
|
@@ -1974,12 +1978,12 @@ export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
|
1974
1978
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1975
1979
|
// Phone aliases
|
|
1976
1980
|
export { default as LucidePhone } from '../icons/phone';
|
|
1981
|
+
// Pi aliases
|
|
1982
|
+
export { default as LucidePi } from '../icons/pi';
|
|
1977
1983
|
// Piano aliases
|
|
1978
1984
|
export { default as LucidePiano } from '../icons/piano';
|
|
1979
1985
|
// Pickaxe aliases
|
|
1980
1986
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
1981
|
-
// Pi aliases
|
|
1982
|
-
export { default as LucidePi } from '../icons/pi';
|
|
1983
1987
|
// PictureInPicture2 aliases
|
|
1984
1988
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
1985
1989
|
// PictureInPicture aliases
|
|
@@ -1998,10 +2002,10 @@ export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
|
1998
2002
|
export { default as LucidePill } from '../icons/pill';
|
|
1999
2003
|
// PinOff aliases
|
|
2000
2004
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
2001
|
-
// Pipette aliases
|
|
2002
|
-
export { default as LucidePipette } from '../icons/pipette';
|
|
2003
2005
|
// Pin aliases
|
|
2004
2006
|
export { default as LucidePin } from '../icons/pin';
|
|
2007
|
+
// Pipette aliases
|
|
2008
|
+
export { default as LucidePipette } from '../icons/pipette';
|
|
2005
2009
|
// Pizza aliases
|
|
2006
2010
|
export { default as LucidePizza } from '../icons/pizza';
|
|
2007
2011
|
// PlaneLanding aliases
|
|
@@ -2014,20 +2018,20 @@ export { default as LucidePlane } from '../icons/plane';
|
|
|
2014
2018
|
export { default as LucidePlay } from '../icons/play';
|
|
2015
2019
|
// Plug2 aliases
|
|
2016
2020
|
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
2017
|
-
// Plus aliases
|
|
2018
|
-
export { default as LucidePlus } from '../icons/plus';
|
|
2019
2021
|
// Plug aliases
|
|
2020
2022
|
export { default as LucidePlug } from '../icons/plug';
|
|
2023
|
+
// Plus aliases
|
|
2024
|
+
export { default as LucidePlus } from '../icons/plus';
|
|
2021
2025
|
// PocketKnife aliases
|
|
2022
2026
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2023
|
-
// Pocket aliases
|
|
2024
|
-
export { default as LucidePocket } from '../icons/pocket';
|
|
2025
2027
|
// Podcast aliases
|
|
2026
2028
|
export { default as LucidePodcast } from '../icons/podcast';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2029
|
+
// Pocket aliases
|
|
2030
|
+
export { default as LucidePocket } from '../icons/pocket';
|
|
2029
2031
|
// PointerOff aliases
|
|
2030
2032
|
export { default as LucidePointerOff } from '../icons/pointer-off';
|
|
2033
|
+
// Pointer aliases
|
|
2034
|
+
export { default as LucidePointer } from '../icons/pointer';
|
|
2031
2035
|
// Popcorn aliases
|
|
2032
2036
|
export { default as LucidePopcorn } from '../icons/popcorn';
|
|
2033
2037
|
// Popsicle aliases
|
|
@@ -2044,10 +2048,10 @@ export { default as LucidePresentation } from '../icons/presentation';
|
|
|
2044
2048
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2045
2049
|
// PrinterX aliases
|
|
2046
2050
|
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2047
|
-
// Printer aliases
|
|
2048
|
-
export { default as LucidePrinter } from '../icons/printer';
|
|
2049
2051
|
// Projector aliases
|
|
2050
2052
|
export { default as LucideProjector } from '../icons/projector';
|
|
2053
|
+
// Printer aliases
|
|
2054
|
+
export { default as LucidePrinter } from '../icons/printer';
|
|
2051
2055
|
// Proportions aliases
|
|
2052
2056
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2053
2057
|
// Puzzle aliases
|
|
@@ -2062,16 +2066,16 @@ export { default as LucideQuote } from '../icons/quote';
|
|
|
2062
2066
|
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2063
2067
|
// Radar aliases
|
|
2064
2068
|
export { default as LucideRadar } from '../icons/radar';
|
|
2065
|
-
// Radiation aliases
|
|
2066
|
-
export { default as LucideRadiation } from '../icons/radiation';
|
|
2067
2069
|
// Radical aliases
|
|
2068
2070
|
export { default as LucideRadical } from '../icons/radical';
|
|
2071
|
+
// Radiation aliases
|
|
2072
|
+
export { default as LucideRadiation } from '../icons/radiation';
|
|
2073
|
+
// RadioReceiver aliases
|
|
2074
|
+
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2069
2075
|
// RadioTower aliases
|
|
2070
2076
|
export { default as LucideRadioTower } from '../icons/radio-tower';
|
|
2071
2077
|
// Radio aliases
|
|
2072
2078
|
export { default as LucideRadio } from '../icons/radio';
|
|
2073
|
-
// RadioReceiver aliases
|
|
2074
|
-
export { default as LucideRadioReceiver } from '../icons/radio-receiver';
|
|
2075
2079
|
// Radius aliases
|
|
2076
2080
|
export { default as LucideRadius } from '../icons/radius';
|
|
2077
2081
|
// RailSymbol aliases
|
|
@@ -2084,12 +2088,12 @@ export { default as LucideRat } from '../icons/rat';
|
|
|
2084
2088
|
export { default as LucideRatio } from '../icons/ratio';
|
|
2085
2089
|
// ReceiptCent aliases
|
|
2086
2090
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2087
|
-
// ReceiptEuro aliases
|
|
2088
|
-
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2089
|
-
// ReceiptIndianRupee aliases
|
|
2090
|
-
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2091
2091
|
// ReceiptJapaneseYen aliases
|
|
2092
2092
|
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2093
|
+
// ReceiptIndianRupee aliases
|
|
2094
|
+
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2095
|
+
// ReceiptEuro aliases
|
|
2096
|
+
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2093
2097
|
// ReceiptPoundSterling aliases
|
|
2094
2098
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2095
2099
|
// ReceiptRussianRuble aliases
|
|
@@ -2104,10 +2108,10 @@ export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-li
|
|
|
2104
2108
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2105
2109
|
// RectangleCircle aliases
|
|
2106
2110
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2107
|
-
// RectangleHorizontal aliases
|
|
2108
|
-
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2109
2111
|
// RectangleGoggles aliases
|
|
2110
2112
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2113
|
+
// RectangleHorizontal aliases
|
|
2114
|
+
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2111
2115
|
// RectangleVertical aliases
|
|
2112
2116
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2113
2117
|
// Recycle aliases
|
|
@@ -2128,10 +2132,10 @@ export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
|
2128
2132
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2129
2133
|
// Refrigerator aliases
|
|
2130
2134
|
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2131
|
-
// Regex aliases
|
|
2132
|
-
export { default as LucideRegex } from '../icons/regex';
|
|
2133
2135
|
// RemoveFormatting aliases
|
|
2134
2136
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2137
|
+
// Regex aliases
|
|
2138
|
+
export { default as LucideRegex } from '../icons/regex';
|
|
2135
2139
|
// Repeat1 aliases
|
|
2136
2140
|
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2137
2141
|
// Repeat2 aliases
|
|
@@ -2142,12 +2146,12 @@ export { default as LucideRepeat } from '../icons/repeat';
|
|
|
2142
2146
|
export { default as LucideReplaceAll } from '../icons/replace-all';
|
|
2143
2147
|
// Replace aliases
|
|
2144
2148
|
export { default as LucideReplace } from '../icons/replace';
|
|
2145
|
-
// Reply aliases
|
|
2146
|
-
export { default as LucideReply } from '../icons/reply';
|
|
2147
2149
|
// ReplyAll aliases
|
|
2148
2150
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2149
2151
|
// Rewind aliases
|
|
2150
2152
|
export { default as LucideRewind } from '../icons/rewind';
|
|
2153
|
+
// Reply aliases
|
|
2154
|
+
export { default as LucideReply } from '../icons/reply';
|
|
2151
2155
|
// Ribbon aliases
|
|
2152
2156
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2153
2157
|
// Rocket aliases
|
|
@@ -2168,14 +2172,14 @@ export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
|
2168
2172
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2169
2173
|
// RotateCw aliases
|
|
2170
2174
|
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2171
|
-
// RouteOff aliases
|
|
2172
|
-
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2173
2175
|
// Route aliases
|
|
2174
2176
|
export { default as LucideRoute } from '../icons/route';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2177
|
+
// RouteOff aliases
|
|
2178
|
+
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2177
2179
|
// Router aliases
|
|
2178
2180
|
export { default as LucideRouter } from '../icons/router';
|
|
2181
|
+
// Rows4 aliases
|
|
2182
|
+
export { default as LucideRows4 } from '../icons/rows-4';
|
|
2179
2183
|
// Rss aliases
|
|
2180
2184
|
export { default as LucideRss } from '../icons/rss';
|
|
2181
2185
|
// RulerDimensionLine aliases
|
|
@@ -2228,10 +2232,10 @@ export { default as LucideScan } from '../icons/scan';
|
|
|
2228
2232
|
export { default as LucideSchool } from '../icons/school';
|
|
2229
2233
|
// ScissorsLineDashed aliases
|
|
2230
2234
|
export { default as LucideScissorsLineDashed } from '../icons/scissors-line-dashed';
|
|
2231
|
-
// Scooter aliases
|
|
2232
|
-
export { default as LucideScooter } from '../icons/scooter';
|
|
2233
2235
|
// Scissors aliases
|
|
2234
2236
|
export { default as LucideScissors } from '../icons/scissors';
|
|
2237
|
+
// Scooter aliases
|
|
2238
|
+
export { default as LucideScooter } from '../icons/scooter';
|
|
2235
2239
|
// ScreenShareOff aliases
|
|
2236
2240
|
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2237
2241
|
// ScreenShare aliases
|
|
@@ -2244,12 +2248,12 @@ export { default as LucideScroll } from '../icons/scroll';
|
|
|
2244
2248
|
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2245
2249
|
// SearchCheck aliases
|
|
2246
2250
|
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2251
|
+
// SearchSlash aliases
|
|
2252
|
+
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2247
2253
|
// SearchCode aliases
|
|
2248
2254
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2249
2255
|
// SearchX aliases
|
|
2250
2256
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2251
|
-
// SearchSlash aliases
|
|
2252
|
-
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2253
2257
|
// Search aliases
|
|
2254
2258
|
export { default as LucideSearch } from '../icons/search';
|
|
2255
2259
|
// Section aliases
|
|
@@ -2276,10 +2280,10 @@ export { default as LucideSettings2 } from '../icons/settings-2';
|
|
|
2276
2280
|
export { default as LucideSettings } from '../icons/settings';
|
|
2277
2281
|
// Shapes aliases
|
|
2278
2282
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2279
|
-
// Share2 aliases
|
|
2280
|
-
export { default as LucideShare2 } from '../icons/share-2';
|
|
2281
2283
|
// Share aliases
|
|
2282
2284
|
export { default as LucideShare } from '../icons/share';
|
|
2285
|
+
// Share2 aliases
|
|
2286
|
+
export { default as LucideShare2 } from '../icons/share-2';
|
|
2283
2287
|
// Sheet aliases
|
|
2284
2288
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2285
2289
|
// Shell aliases
|
|
@@ -2288,72 +2292,72 @@ export { default as LucideShell } from '../icons/shell';
|
|
|
2288
2292
|
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2289
2293
|
// ShieldBan aliases
|
|
2290
2294
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2291
|
-
// ShieldEllipsis aliases
|
|
2292
|
-
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2293
2295
|
// ShieldCheck aliases
|
|
2294
2296
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2297
|
+
// ShieldEllipsis aliases
|
|
2298
|
+
export { default as LucideShieldEllipsis } from '../icons/shield-ellipsis';
|
|
2295
2299
|
// ShieldHalf aliases
|
|
2296
2300
|
export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
2297
|
-
// ShieldMinus aliases
|
|
2298
|
-
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2299
2301
|
// ShieldOff aliases
|
|
2300
2302
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2303
|
+
// ShieldMinus aliases
|
|
2304
|
+
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2301
2305
|
// ShieldPlus aliases
|
|
2302
2306
|
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2303
2307
|
// ShieldUser aliases
|
|
2304
2308
|
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2305
|
-
// Shield aliases
|
|
2306
|
-
export { default as LucideShield } from '../icons/shield';
|
|
2307
2309
|
// ShipWheel aliases
|
|
2308
2310
|
export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
2309
2311
|
// Ship aliases
|
|
2310
2312
|
export { default as LucideShip } from '../icons/ship';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2313
|
+
// Shield aliases
|
|
2314
|
+
export { default as LucideShield } from '../icons/shield';
|
|
2313
2315
|
// ShoppingBag aliases
|
|
2314
2316
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2317
|
+
// Shirt aliases
|
|
2318
|
+
export { default as LucideShirt } from '../icons/shirt';
|
|
2315
2319
|
// ShoppingBasket aliases
|
|
2316
2320
|
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2317
2321
|
// ShoppingCart aliases
|
|
2318
2322
|
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2319
|
-
// ShowerHead aliases
|
|
2320
|
-
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2321
2323
|
// Shovel aliases
|
|
2322
2324
|
export { default as LucideShovel } from '../icons/shovel';
|
|
2323
|
-
//
|
|
2324
|
-
export { default as
|
|
2325
|
+
// ShowerHead aliases
|
|
2326
|
+
export { default as LucideShowerHead } from '../icons/shower-head';
|
|
2325
2327
|
// Shrimp aliases
|
|
2326
2328
|
export { default as LucideShrimp } from '../icons/shrimp';
|
|
2327
|
-
//
|
|
2328
|
-
export { default as
|
|
2329
|
+
// Shredder aliases
|
|
2330
|
+
export { default as LucideShredder } from '../icons/shredder';
|
|
2329
2331
|
// Shrub aliases
|
|
2330
2332
|
export { default as LucideShrub } from '../icons/shrub';
|
|
2331
|
-
//
|
|
2332
|
-
export { default as
|
|
2333
|
-
// SignalHigh aliases
|
|
2334
|
-
export { default as LucideSignalHigh } from '../icons/signal-high';
|
|
2333
|
+
// Shrink aliases
|
|
2334
|
+
export { default as LucideShrink } from '../icons/shrink';
|
|
2335
2335
|
// Sigma aliases
|
|
2336
2336
|
export { default as LucideSigma } from '../icons/sigma';
|
|
2337
|
+
// SignalHigh aliases
|
|
2338
|
+
export { default as LucideSignalHigh } from '../icons/signal-high';
|
|
2339
|
+
// Shuffle aliases
|
|
2340
|
+
export { default as LucideShuffle } from '../icons/shuffle';
|
|
2337
2341
|
// SignalLow aliases
|
|
2338
2342
|
export { default as LucideSignalLow } from '../icons/signal-low';
|
|
2339
2343
|
// SignalMedium aliases
|
|
2340
2344
|
export { default as LucideSignalMedium } from '../icons/signal-medium';
|
|
2341
|
-
// SignalZero aliases
|
|
2342
|
-
export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
2343
2345
|
// Signal aliases
|
|
2344
2346
|
export { default as LucideSignal } from '../icons/signal';
|
|
2347
|
+
// SignalZero aliases
|
|
2348
|
+
export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
2345
2349
|
// Signature aliases
|
|
2346
2350
|
export { default as LucideSignature } from '../icons/signature';
|
|
2347
|
-
// SignpostBig aliases
|
|
2348
|
-
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2349
2351
|
// Signpost aliases
|
|
2350
2352
|
export { default as LucideSignpost } from '../icons/signpost';
|
|
2351
2353
|
// Siren aliases
|
|
2352
2354
|
export { default as LucideSiren } from '../icons/siren';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2355
|
+
// SignpostBig aliases
|
|
2356
|
+
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2355
2357
|
// SkipBack aliases
|
|
2356
2358
|
export { default as LucideSkipBack } from '../icons/skip-back';
|
|
2359
|
+
// SkipForward aliases
|
|
2360
|
+
export { default as LucideSkipForward } from '../icons/skip-forward';
|
|
2357
2361
|
// Skull aliases
|
|
2358
2362
|
export { default as LucideSkull } from '../icons/skull';
|
|
2359
2363
|
// Slack aliases
|
|
@@ -2368,10 +2372,10 @@ export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal'
|
|
|
2368
2372
|
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2369
2373
|
// SmartphoneNfc aliases
|
|
2370
2374
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2371
|
-
// Smartphone aliases
|
|
2372
|
-
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2373
2375
|
// SmilePlus aliases
|
|
2374
2376
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2377
|
+
// Smartphone aliases
|
|
2378
|
+
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2375
2379
|
// Smile aliases
|
|
2376
2380
|
export { default as LucideSmile } from '../icons/smile';
|
|
2377
2381
|
// Snail aliases
|
|
@@ -2386,12 +2390,12 @@ export { default as LucideSofa } from '../icons/sofa';
|
|
|
2386
2390
|
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2387
2391
|
// Soup aliases
|
|
2388
2392
|
export { default as LucideSoup } from '../icons/soup';
|
|
2389
|
-
// Sparkle aliases
|
|
2390
|
-
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2391
|
-
// Space aliases
|
|
2392
|
-
export { default as LucideSpace } from '../icons/space';
|
|
2393
2393
|
// Spade aliases
|
|
2394
2394
|
export { default as LucideSpade } from '../icons/spade';
|
|
2395
|
+
// Space aliases
|
|
2396
|
+
export { default as LucideSpace } from '../icons/space';
|
|
2397
|
+
// Sparkle aliases
|
|
2398
|
+
export { default as LucideSparkle } from '../icons/sparkle';
|
|
2395
2399
|
// Speaker aliases
|
|
2396
2400
|
export { default as LucideSpeaker } from '../icons/speaker';
|
|
2397
2401
|
// Speech aliases
|
|
@@ -2440,18 +2444,18 @@ export { default as LucideSquare } from '../icons/square';
|
|
|
2440
2444
|
export { default as LucideSquaresExclude } from '../icons/squares-exclude';
|
|
2441
2445
|
// SquaresIntersect aliases
|
|
2442
2446
|
export { default as LucideSquaresIntersect } from '../icons/squares-intersect';
|
|
2443
|
-
// SquaresSubtract aliases
|
|
2444
|
-
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2445
2447
|
// SquaresUnite aliases
|
|
2446
2448
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2449
|
+
// SquaresSubtract aliases
|
|
2450
|
+
export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
2447
2451
|
// SquircleDashed aliases
|
|
2448
2452
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2453
|
+
// Squircle aliases
|
|
2454
|
+
export { default as LucideSquircle } from '../icons/squircle';
|
|
2449
2455
|
// Squirrel aliases
|
|
2450
2456
|
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2451
2457
|
// Stamp aliases
|
|
2452
2458
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2453
|
-
// Squircle aliases
|
|
2454
|
-
export { default as LucideSquircle } from '../icons/squircle';
|
|
2455
2459
|
// StarHalf aliases
|
|
2456
2460
|
export { default as LucideStarHalf } from '../icons/star-half';
|
|
2457
2461
|
// StarOff aliases
|
|
@@ -2462,10 +2466,10 @@ export { default as LucideStepBack } from '../icons/step-back';
|
|
|
2462
2466
|
export { default as LucideStar } from '../icons/star';
|
|
2463
2467
|
// StepForward aliases
|
|
2464
2468
|
export { default as LucideStepForward } from '../icons/step-forward';
|
|
2465
|
-
// Sticker aliases
|
|
2466
|
-
export { default as LucideSticker } from '../icons/sticker';
|
|
2467
2469
|
// Stethoscope aliases
|
|
2468
2470
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2471
|
+
// Sticker aliases
|
|
2472
|
+
export { default as LucideSticker } from '../icons/sticker';
|
|
2469
2473
|
// StickyNote aliases
|
|
2470
2474
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2471
2475
|
// Stone aliases
|
|
@@ -2534,12 +2538,12 @@ export { default as LucideTablets } from '../icons/tablets';
|
|
|
2534
2538
|
export { default as LucideTag } from '../icons/tag';
|
|
2535
2539
|
// Tags aliases
|
|
2536
2540
|
export { default as LucideTags } from '../icons/tags';
|
|
2541
|
+
// Tally2 aliases
|
|
2542
|
+
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2537
2543
|
// Tally1 aliases
|
|
2538
2544
|
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2539
2545
|
// Tally3 aliases
|
|
2540
2546
|
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2541
|
-
// Tally2 aliases
|
|
2542
|
-
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2543
2547
|
// Tally4 aliases
|
|
2544
2548
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2545
2549
|
// Tally5 aliases
|
|
@@ -2552,14 +2556,14 @@ export { default as LucideTarget } from '../icons/target';
|
|
|
2552
2556
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2553
2557
|
// TentTree aliases
|
|
2554
2558
|
export { default as LucideTentTree } from '../icons/tent-tree';
|
|
2555
|
-
// Terminal aliases
|
|
2556
|
-
export { default as LucideTerminal } from '../icons/terminal';
|
|
2557
2559
|
// Tent aliases
|
|
2558
2560
|
export { default as LucideTent } from '../icons/tent';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2561
|
+
// Terminal aliases
|
|
2562
|
+
export { default as LucideTerminal } from '../icons/terminal';
|
|
2561
2563
|
// TestTubes aliases
|
|
2562
2564
|
export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
2565
|
+
// TestTube aliases
|
|
2566
|
+
export { default as LucideTestTube } from '../icons/test-tube';
|
|
2563
2567
|
// TextCursorInput aliases
|
|
2564
2568
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2565
2569
|
// TextCursor aliases
|
|
@@ -2580,14 +2584,14 @@ export { default as LucideThermometer } from '../icons/thermometer';
|
|
|
2580
2584
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2581
2585
|
// ThumbsUp aliases
|
|
2582
2586
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2583
|
-
// TicketCheck aliases
|
|
2584
|
-
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2585
2587
|
// TicketMinus aliases
|
|
2586
2588
|
export { default as LucideTicketMinus } from '../icons/ticket-minus';
|
|
2587
|
-
//
|
|
2588
|
-
export { default as
|
|
2589
|
+
// TicketCheck aliases
|
|
2590
|
+
export { default as LucideTicketCheck } from '../icons/ticket-check';
|
|
2589
2591
|
// TicketPercent aliases
|
|
2590
2592
|
export { default as LucideTicketPercent } from '../icons/ticket-percent';
|
|
2593
|
+
// TicketPlus aliases
|
|
2594
|
+
export { default as LucideTicketPlus } from '../icons/ticket-plus';
|
|
2591
2595
|
// TicketSlash aliases
|
|
2592
2596
|
export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
2593
2597
|
// TicketX aliases
|
|
@@ -2604,26 +2608,26 @@ export { default as LucideTimerOff } from '../icons/timer-off';
|
|
|
2604
2608
|
export { default as LucideTimer } from '../icons/timer';
|
|
2605
2609
|
// TimerReset aliases
|
|
2606
2610
|
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2607
|
-
// ToggleLeft aliases
|
|
2608
|
-
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2609
2611
|
// ToggleRight aliases
|
|
2610
2612
|
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2613
|
+
// ToggleLeft aliases
|
|
2614
|
+
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2611
2615
|
// Toilet aliases
|
|
2612
2616
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2613
2617
|
// ToolCase aliases
|
|
2614
2618
|
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2615
2619
|
// Toolbox aliases
|
|
2616
2620
|
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2617
|
-
// Tornado aliases
|
|
2618
|
-
export { default as LucideTornado } from '../icons/tornado';
|
|
2619
2621
|
// Torus aliases
|
|
2620
2622
|
export { default as LucideTorus } from '../icons/torus';
|
|
2623
|
+
// Tornado aliases
|
|
2624
|
+
export { default as LucideTornado } from '../icons/tornado';
|
|
2621
2625
|
// TouchpadOff aliases
|
|
2622
2626
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2623
|
-
// Touchpad aliases
|
|
2624
|
-
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2625
2627
|
// TowerControl aliases
|
|
2626
2628
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2629
|
+
// Touchpad aliases
|
|
2630
|
+
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2627
2631
|
// ToyBrick aliases
|
|
2628
2632
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2629
2633
|
// Tractor aliases
|
|
@@ -2644,10 +2648,10 @@ export { default as LucideTrash2 } from '../icons/trash-2';
|
|
|
2644
2648
|
export { default as LucideTrash } from '../icons/trash';
|
|
2645
2649
|
// TreeDeciduous aliases
|
|
2646
2650
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2647
|
-
// Trees aliases
|
|
2648
|
-
export { default as LucideTrees } from '../icons/trees';
|
|
2649
2651
|
// TreePine aliases
|
|
2650
2652
|
export { default as LucideTreePine } from '../icons/tree-pine';
|
|
2653
|
+
// Trees aliases
|
|
2654
|
+
export { default as LucideTrees } from '../icons/trees';
|
|
2651
2655
|
// Trello aliases
|
|
2652
2656
|
export { default as LucideTrello } from '../icons/trello';
|
|
2653
2657
|
// TrendingDown aliases
|
|
@@ -2686,26 +2690,26 @@ export { default as LucideTwitter } from '../icons/twitter';
|
|
|
2686
2690
|
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2687
2691
|
// Type aliases
|
|
2688
2692
|
export { default as LucideType } from '../icons/type';
|
|
2689
|
-
// UmbrellaOff aliases
|
|
2690
|
-
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2691
2693
|
// Umbrella aliases
|
|
2692
2694
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2695
|
+
// UmbrellaOff aliases
|
|
2696
|
+
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2693
2697
|
// Underline aliases
|
|
2694
2698
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2695
2699
|
// Undo2 aliases
|
|
2696
2700
|
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2697
2701
|
// UndoDot aliases
|
|
2698
2702
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2699
|
-
// Undo aliases
|
|
2700
|
-
export { default as LucideUndo } from '../icons/undo';
|
|
2701
2703
|
// UnfoldHorizontal aliases
|
|
2702
2704
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2705
|
+
// Undo aliases
|
|
2706
|
+
export { default as LucideUndo } from '../icons/undo';
|
|
2703
2707
|
// UnfoldVertical aliases
|
|
2704
2708
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2705
|
-
// Unlink2 aliases
|
|
2706
|
-
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2707
2709
|
// Ungroup aliases
|
|
2708
2710
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2711
|
+
// Unlink2 aliases
|
|
2712
|
+
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2709
2713
|
// Unlink aliases
|
|
2710
2714
|
export { default as LucideUnlink } from '../icons/unlink';
|
|
2711
2715
|
// Unplug aliases
|
|
@@ -2718,18 +2722,18 @@ export { default as LucideUsb } from '../icons/usb';
|
|
|
2718
2722
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2719
2723
|
// UserCog aliases
|
|
2720
2724
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2721
|
-
// UserKey aliases
|
|
2722
|
-
export { default as LucideUserKey } from '../icons/user-key';
|
|
2723
2725
|
// UserLock aliases
|
|
2724
2726
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2727
|
+
// UserKey aliases
|
|
2728
|
+
export { default as LucideUserKey } from '../icons/user-key';
|
|
2725
2729
|
// UserMinus aliases
|
|
2726
2730
|
export { default as LucideUserMinus } from '../icons/user-minus';
|
|
2727
2731
|
// UserPen aliases
|
|
2728
2732
|
export { default as LucideUserPen } from '../icons/user-pen';
|
|
2729
|
-
// UserPlus aliases
|
|
2730
|
-
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2731
2733
|
// UserRoundKey aliases
|
|
2732
2734
|
export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
2735
|
+
// UserPlus aliases
|
|
2736
|
+
export { default as LucideUserPlus } from '../icons/user-plus';
|
|
2733
2737
|
// UserRoundPen aliases
|
|
2734
2738
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2735
2739
|
// UserRoundSearch aliases
|
|
@@ -2742,10 +2746,10 @@ export { default as LucideUserStar } from '../icons/user-star';
|
|
|
2742
2746
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2743
2747
|
// User aliases
|
|
2744
2748
|
export { default as LucideUser } from '../icons/user';
|
|
2745
|
-
// Users aliases
|
|
2746
|
-
export { default as LucideUsers } from '../icons/users';
|
|
2747
2749
|
// UtilityPole aliases
|
|
2748
2750
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2751
|
+
// Users aliases
|
|
2752
|
+
export { default as LucideUsers } from '../icons/users';
|
|
2749
2753
|
// Van aliases
|
|
2750
2754
|
export { default as LucideVan } from '../icons/van';
|
|
2751
2755
|
// Variable aliases
|
|
@@ -2762,16 +2766,16 @@ export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
|
2762
2766
|
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2763
2767
|
// Venus aliases
|
|
2764
2768
|
export { default as LucideVenus } from '../icons/venus';
|
|
2765
|
-
// VibrateOff aliases
|
|
2766
|
-
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2767
2769
|
// Vibrate aliases
|
|
2768
2770
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2771
|
+
// VibrateOff aliases
|
|
2772
|
+
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2769
2773
|
// VideoOff aliases
|
|
2770
2774
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2771
|
-
// Videotape aliases
|
|
2772
|
-
export { default as LucideVideotape } from '../icons/videotape';
|
|
2773
2775
|
// Video aliases
|
|
2774
2776
|
export { default as LucideVideo } from '../icons/video';
|
|
2777
|
+
// Videotape aliases
|
|
2778
|
+
export { default as LucideVideotape } from '../icons/videotape';
|
|
2775
2779
|
// View aliases
|
|
2776
2780
|
export { default as LucideView } from '../icons/view';
|
|
2777
2781
|
// Voicemail aliases
|
|
@@ -2806,26 +2810,26 @@ export { default as LucideWashingMachine } from '../icons/washing-machine';
|
|
|
2806
2810
|
export { default as LucideWatch } from '../icons/watch';
|
|
2807
2811
|
// WavesArrowDown aliases
|
|
2808
2812
|
export { default as LucideWavesArrowDown } from '../icons/waves-arrow-down';
|
|
2809
|
-
// WavesArrowUp aliases
|
|
2810
|
-
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2811
2813
|
// WavesLadder aliases
|
|
2812
2814
|
export { default as LucideWavesLadder } from '../icons/waves-ladder';
|
|
2815
|
+
// WavesArrowUp aliases
|
|
2816
|
+
export { default as LucideWavesArrowUp } from '../icons/waves-arrow-up';
|
|
2813
2817
|
// Waves aliases
|
|
2814
2818
|
export { default as LucideWaves } from '../icons/waves';
|
|
2815
2819
|
// Waypoints aliases
|
|
2816
2820
|
export { default as LucideWaypoints } from '../icons/waypoints';
|
|
2817
2821
|
// Webcam aliases
|
|
2818
2822
|
export { default as LucideWebcam } from '../icons/webcam';
|
|
2819
|
-
// WebhookOff aliases
|
|
2820
|
-
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2821
2823
|
// Webhook aliases
|
|
2822
2824
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2825
|
+
// WebhookOff aliases
|
|
2826
|
+
export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
2823
2827
|
// WeightTilde aliases
|
|
2824
2828
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2825
|
-
// WheatOff aliases
|
|
2826
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2827
2829
|
// Weight aliases
|
|
2828
2830
|
export { default as LucideWeight } from '../icons/weight';
|
|
2831
|
+
// WheatOff aliases
|
|
2832
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2829
2833
|
// Wheat aliases
|
|
2830
2834
|
export { default as LucideWheat } from '../icons/wheat';
|
|
2831
2835
|
// WholeWord aliases
|
|
@@ -2844,10 +2848,10 @@ export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
|
2844
2848
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2845
2849
|
// WifiZero aliases
|
|
2846
2850
|
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2847
|
-
// WindArrowDown aliases
|
|
2848
|
-
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2849
2851
|
// Wifi aliases
|
|
2850
2852
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2853
|
+
// WindArrowDown aliases
|
|
2854
|
+
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2851
2855
|
// Wind aliases
|
|
2852
2856
|
export { default as LucideWind } from '../icons/wind';
|
|
2853
2857
|
// WineOff aliases
|
|
@@ -2866,20 +2870,20 @@ export { default as LucideX } from '../icons/x';
|
|
|
2866
2870
|
export { default as LucideYoutube } from '../icons/youtube';
|
|
2867
2871
|
// ZapOff aliases
|
|
2868
2872
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2869
|
-
// ZoomIn aliases
|
|
2870
|
-
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2871
2873
|
// Zap aliases
|
|
2872
2874
|
export { default as LucideZap } from '../icons/zap';
|
|
2875
|
+
// ZoomIn aliases
|
|
2876
|
+
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2873
2877
|
// ZoomOut aliases
|
|
2874
2878
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2875
2879
|
// ArrowDown01 aliases
|
|
2876
2880
|
export { default as LucideArrowDown01 } from '../icons/arrow-down-0-1';
|
|
2877
2881
|
// ArrowDown10 aliases
|
|
2878
2882
|
export { default as LucideArrowDown10 } from '../icons/arrow-down-1-0';
|
|
2879
|
-
// ArrowUp01 aliases
|
|
2880
|
-
export { default as LucideArrowUp01 } from '../icons/arrow-up-0-1';
|
|
2881
2883
|
// ArrowUp10 aliases
|
|
2882
2884
|
export { default as LucideArrowUp10 } from '../icons/arrow-up-1-0';
|
|
2885
|
+
// ArrowUp01 aliases
|
|
2886
|
+
export { default as LucideArrowUp01 } from '../icons/arrow-up-0-1';
|
|
2883
2887
|
// AlarmClockCheck aliases
|
|
2884
2888
|
export { default as LucideAlarmClockCheck } from '../icons/alarm-clock-check';
|
|
2885
2889
|
export {
|
|
@@ -2898,18 +2902,18 @@ export {
|
|
|
2898
2902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2899
2903
|
default as LucideAlarmPlus
|
|
2900
2904
|
} from '../icons/alarm-clock-plus';
|
|
2901
|
-
// ArrowDownWideNarrow aliases
|
|
2902
|
-
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2903
|
-
export {
|
|
2904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2905
|
-
default as LucideSortDesc
|
|
2906
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2907
2905
|
// ArrowDownAZ aliases
|
|
2908
2906
|
export { default as LucideArrowDownAZ } from '../icons/arrow-down-a-z';
|
|
2909
2907
|
export {
|
|
2910
2908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2911
2909
|
default as LucideArrowDownAz
|
|
2912
2910
|
} from '../icons/arrow-down-a-z';
|
|
2911
|
+
// ArrowDownWideNarrow aliases
|
|
2912
|
+
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2913
|
+
export {
|
|
2914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2915
|
+
default as LucideSortDesc
|
|
2916
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2913
2917
|
// ArrowDownZA aliases
|
|
2914
2918
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
2915
2919
|
export {
|
|
@@ -2964,18 +2968,18 @@ export {
|
|
|
2964
2968
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2965
2969
|
default as LucideBetweenHorizonalEnd
|
|
2966
2970
|
} from '../icons/between-horizontal-end';
|
|
2967
|
-
// BookDashed aliases
|
|
2968
|
-
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2971
|
-
default as LucideBookTemplate
|
|
2972
|
-
} from '../icons/book-dashed';
|
|
2973
2971
|
// Braces aliases
|
|
2974
2972
|
export { default as LucideBraces } from '../icons/braces';
|
|
2975
2973
|
export {
|
|
2976
2974
|
/** @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 */
|
|
2977
2975
|
default as LucideCurlyBraces
|
|
2978
2976
|
} from '../icons/braces';
|
|
2977
|
+
// BookDashed aliases
|
|
2978
|
+
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
2979
|
+
export {
|
|
2980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2981
|
+
default as LucideBookTemplate
|
|
2982
|
+
} from '../icons/book-dashed';
|
|
2979
2983
|
// Captions aliases
|
|
2980
2984
|
export { default as LucideCaptions } from '../icons/captions';
|
|
2981
2985
|
export {
|
|
@@ -2988,18 +2992,18 @@ export {
|
|
|
2988
2992
|
/** @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 */
|
|
2989
2993
|
default as LucideAreaChart
|
|
2990
2994
|
} from '../icons/chart-area';
|
|
2991
|
-
// ChartBarBig aliases
|
|
2992
|
-
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
2993
|
-
export {
|
|
2994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2995
|
-
default as LucideBarChartHorizontalBig
|
|
2996
|
-
} from '../icons/chart-bar-big';
|
|
2997
2995
|
// ChartBar aliases
|
|
2998
2996
|
export { default as LucideChartBar } from '../icons/chart-bar';
|
|
2999
2997
|
export {
|
|
3000
2998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3001
2999
|
default as LucideBarChartHorizontal
|
|
3002
3000
|
} from '../icons/chart-bar';
|
|
3001
|
+
// ChartBarBig aliases
|
|
3002
|
+
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
3003
|
+
export {
|
|
3004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3005
|
+
default as LucideBarChartHorizontalBig
|
|
3006
|
+
} from '../icons/chart-bar-big';
|
|
3003
3007
|
// ChartCandlestick aliases
|
|
3004
3008
|
export { default as LucideChartCandlestick } from '../icons/chart-candlestick';
|
|
3005
3009
|
export {
|
|
@@ -3030,12 +3034,6 @@ export {
|
|
|
3030
3034
|
/** @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 */
|
|
3031
3035
|
default as LucideLineChart
|
|
3032
3036
|
} from '../icons/chart-line';
|
|
3033
|
-
// ChartNoAxesGantt aliases
|
|
3034
|
-
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3037
|
-
default as LucideGanttChart
|
|
3038
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3039
3037
|
// ChartNoAxesColumnIncreasing aliases
|
|
3040
3038
|
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3041
3039
|
export {
|
|
@@ -3048,24 +3046,30 @@ export {
|
|
|
3048
3046
|
/** @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 */
|
|
3049
3047
|
default as LucideBarChart2
|
|
3050
3048
|
} from '../icons/chart-no-axes-column';
|
|
3049
|
+
// ChartNoAxesGantt aliases
|
|
3050
|
+
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3051
|
+
export {
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as LucideGanttChart
|
|
3054
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3051
3055
|
// ChartPie aliases
|
|
3052
3056
|
export { default as LucideChartPie } from '../icons/chart-pie';
|
|
3053
3057
|
export {
|
|
3054
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3055
3059
|
default as LucidePieChart
|
|
3056
3060
|
} from '../icons/chart-pie';
|
|
3057
|
-
// ChartScatter aliases
|
|
3058
|
-
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3061
|
-
default as LucideScatterChart
|
|
3062
|
-
} from '../icons/chart-scatter';
|
|
3063
3061
|
// Chromium aliases
|
|
3064
3062
|
export { default as LucideChromium } from '../icons/chromium';
|
|
3065
3063
|
export {
|
|
3066
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3067
3065
|
default as LucideChrome
|
|
3068
3066
|
} from '../icons/chromium';
|
|
3067
|
+
// ChartScatter aliases
|
|
3068
|
+
export { default as LucideChartScatter } from '../icons/chart-scatter';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as LucideScatterChart
|
|
3072
|
+
} from '../icons/chart-scatter';
|
|
3069
3073
|
// CircleAlert aliases
|
|
3070
3074
|
export { default as LucideCircleAlert } from '../icons/circle-alert';
|
|
3071
3075
|
export {
|
|
@@ -3078,18 +3082,18 @@ export {
|
|
|
3078
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3079
3083
|
default as LucideArrowDownCircle
|
|
3080
3084
|
} from '../icons/circle-arrow-down';
|
|
3081
|
-
// CircleArrowLeft aliases
|
|
3082
|
-
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3083
|
-
export {
|
|
3084
|
-
/** @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 */
|
|
3085
|
-
default as LucideArrowLeftCircle
|
|
3086
|
-
} from '../icons/circle-arrow-left';
|
|
3087
3085
|
// CircleArrowOutDownLeft aliases
|
|
3088
3086
|
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3089
3087
|
export {
|
|
3090
3088
|
/** @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 */
|
|
3091
3089
|
default as LucideArrowDownLeftFromCircle
|
|
3092
3090
|
} from '../icons/circle-arrow-out-down-left';
|
|
3091
|
+
// CircleArrowLeft aliases
|
|
3092
|
+
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3093
|
+
export {
|
|
3094
|
+
/** @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 */
|
|
3095
|
+
default as LucideArrowLeftCircle
|
|
3096
|
+
} from '../icons/circle-arrow-left';
|
|
3093
3097
|
// CircleArrowOutDownRight aliases
|
|
3094
3098
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3095
3099
|
export {
|
|
@@ -3108,30 +3112,24 @@ export {
|
|
|
3108
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3109
3113
|
default as LucideArrowUpRightFromCircle
|
|
3110
3114
|
} from '../icons/circle-arrow-out-up-right';
|
|
3111
|
-
// CircleArrowRight aliases
|
|
3112
|
-
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3115
|
-
default as LucideArrowRightCircle
|
|
3116
|
-
} from '../icons/circle-arrow-right';
|
|
3117
3115
|
// CircleArrowUp aliases
|
|
3118
3116
|
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3119
3117
|
export {
|
|
3120
3118
|
/** @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 */
|
|
3121
3119
|
default as LucideArrowUpCircle
|
|
3122
3120
|
} from '../icons/circle-arrow-up';
|
|
3121
|
+
// CircleArrowRight aliases
|
|
3122
|
+
export { default as LucideCircleArrowRight } from '../icons/circle-arrow-right';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as LucideArrowRightCircle
|
|
3126
|
+
} from '../icons/circle-arrow-right';
|
|
3123
3127
|
// CircleCheckBig aliases
|
|
3124
3128
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3125
3129
|
export {
|
|
3126
3130
|
/** @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 */
|
|
3127
3131
|
default as LucideCheckCircle
|
|
3128
3132
|
} from '../icons/circle-check-big';
|
|
3129
|
-
// CircleCheck aliases
|
|
3130
|
-
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @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 */
|
|
3133
|
-
default as LucideCheckCircle2
|
|
3134
|
-
} from '../icons/circle-check';
|
|
3135
3133
|
// CircleChevronDown aliases
|
|
3136
3134
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3137
3135
|
export {
|
|
@@ -3144,18 +3142,24 @@ export {
|
|
|
3144
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3145
3143
|
default as LucideChevronLeftCircle
|
|
3146
3144
|
} from '../icons/circle-chevron-left';
|
|
3145
|
+
// CircleChevronUp aliases
|
|
3146
|
+
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @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 */
|
|
3149
|
+
default as LucideChevronUpCircle
|
|
3150
|
+
} from '../icons/circle-chevron-up';
|
|
3147
3151
|
// CircleChevronRight aliases
|
|
3148
3152
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3149
3153
|
export {
|
|
3150
3154
|
/** @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 */
|
|
3151
3155
|
default as LucideChevronRightCircle
|
|
3152
3156
|
} from '../icons/circle-chevron-right';
|
|
3153
|
-
//
|
|
3154
|
-
export { default as
|
|
3157
|
+
// CircleCheck aliases
|
|
3158
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3155
3159
|
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3157
|
-
default as
|
|
3158
|
-
} from '../icons/circle-
|
|
3160
|
+
/** @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 */
|
|
3161
|
+
default as LucideCheckCircle2
|
|
3162
|
+
} from '../icons/circle-check';
|
|
3159
3163
|
// CircleDivide aliases
|
|
3160
3164
|
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3161
3165
|
export {
|
|
@@ -3186,12 +3190,12 @@ export {
|
|
|
3186
3190
|
/** @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 */
|
|
3187
3191
|
default as LucideParkingCircle
|
|
3188
3192
|
} from '../icons/circle-parking';
|
|
3189
|
-
//
|
|
3190
|
-
export { default as
|
|
3193
|
+
// CirclePause aliases
|
|
3194
|
+
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3191
3195
|
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3193
|
-
default as
|
|
3194
|
-
} from '../icons/circle-
|
|
3196
|
+
/** @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 */
|
|
3197
|
+
default as LucidePauseCircle
|
|
3198
|
+
} from '../icons/circle-pause';
|
|
3195
3199
|
// CirclePercent aliases
|
|
3196
3200
|
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3197
3201
|
export {
|
|
@@ -3204,12 +3208,12 @@ export {
|
|
|
3204
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3205
3209
|
default as LucidePlusCircle
|
|
3206
3210
|
} from '../icons/circle-plus';
|
|
3207
|
-
//
|
|
3208
|
-
export { default as
|
|
3211
|
+
// CirclePlay aliases
|
|
3212
|
+
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3209
3213
|
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3211
|
-
default as
|
|
3212
|
-
} from '../icons/circle-
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3215
|
+
default as LucidePlayCircle
|
|
3216
|
+
} from '../icons/circle-play';
|
|
3213
3217
|
// CirclePower aliases
|
|
3214
3218
|
export { default as LucideCirclePower } from '../icons/circle-power';
|
|
3215
3219
|
export {
|
|
@@ -3244,18 +3248,18 @@ export {
|
|
|
3244
3248
|
/** @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 */
|
|
3245
3249
|
default as LucideUserCircle2
|
|
3246
3250
|
} from '../icons/circle-user-round';
|
|
3247
|
-
// CircleUser aliases
|
|
3248
|
-
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @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 */
|
|
3251
|
-
default as LucideUserCircle
|
|
3252
|
-
} from '../icons/circle-user';
|
|
3253
3251
|
// CircleX aliases
|
|
3254
3252
|
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3255
3253
|
export {
|
|
3256
3254
|
/** @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 */
|
|
3257
3255
|
default as LucideXCircle
|
|
3258
3256
|
} from '../icons/circle-x';
|
|
3257
|
+
// CircleUser aliases
|
|
3258
|
+
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @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 */
|
|
3261
|
+
default as LucideUserCircle
|
|
3262
|
+
} from '../icons/circle-user';
|
|
3259
3263
|
// ClipboardPenLine aliases
|
|
3260
3264
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3261
3265
|
export {
|
|
@@ -3292,6 +3296,18 @@ export {
|
|
|
3292
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3293
3297
|
default as LucideColumns
|
|
3294
3298
|
} from '../icons/columns-2';
|
|
3299
|
+
// Columns3 aliases
|
|
3300
|
+
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @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 */
|
|
3303
|
+
default as LucidePanelsLeftRight
|
|
3304
|
+
} from '../icons/columns-3';
|
|
3305
|
+
// ContactRound aliases
|
|
3306
|
+
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3309
|
+
default as LucideContact2
|
|
3310
|
+
} from '../icons/contact-round';
|
|
3295
3311
|
// Columns3Cog aliases
|
|
3296
3312
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3297
3313
|
export {
|
|
@@ -3302,36 +3318,24 @@ export {
|
|
|
3302
3318
|
/** @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 */
|
|
3303
3319
|
default as LucideTableConfig
|
|
3304
3320
|
} from '../icons/columns-3-cog';
|
|
3305
|
-
// Columns3 aliases
|
|
3306
|
-
export { default as LucideColumns3 } from '../icons/columns-3';
|
|
3307
|
-
export {
|
|
3308
|
-
/** @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 */
|
|
3309
|
-
default as LucidePanelsLeftRight
|
|
3310
|
-
} from '../icons/columns-3';
|
|
3311
3321
|
// DiamondPercent aliases
|
|
3312
3322
|
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3313
3323
|
export {
|
|
3314
3324
|
/** @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 */
|
|
3315
3325
|
default as LucidePercentDiamond
|
|
3316
3326
|
} from '../icons/diamond-percent';
|
|
3317
|
-
// Earth aliases
|
|
3318
|
-
export { default as LucideEarth } from '../icons/earth';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3321
|
-
default as LucideGlobe2
|
|
3322
|
-
} from '../icons/earth';
|
|
3323
|
-
// ContactRound aliases
|
|
3324
|
-
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3327
|
-
default as LucideContact2
|
|
3328
|
-
} from '../icons/contact-round';
|
|
3329
3327
|
// EllipsisVertical aliases
|
|
3330
3328
|
export { default as LucideEllipsisVertical } from '../icons/ellipsis-vertical';
|
|
3331
3329
|
export {
|
|
3332
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3333
3331
|
default as LucideMoreVertical
|
|
3334
3332
|
} from '../icons/ellipsis-vertical';
|
|
3333
|
+
// Earth aliases
|
|
3334
|
+
export { default as LucideEarth } from '../icons/earth';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3337
|
+
default as LucideGlobe2
|
|
3338
|
+
} from '../icons/earth';
|
|
3335
3339
|
// Ellipsis aliases
|
|
3336
3340
|
export { default as LucideEllipsis } from '../icons/ellipsis';
|
|
3337
3341
|
export {
|
|
@@ -3344,30 +3348,30 @@ export {
|
|
|
3344
3348
|
/** @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 */
|
|
3345
3349
|
default as LucideFileAxis3D
|
|
3346
3350
|
} from '../icons/file-axis-3d';
|
|
3347
|
-
// FileBracesCorner aliases
|
|
3348
|
-
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3351
|
-
default as LucideFileJson2
|
|
3352
|
-
} from '../icons/file-braces-corner';
|
|
3353
3351
|
// FileBadge aliases
|
|
3354
3352
|
export { default as LucideFileBadge } from '../icons/file-badge';
|
|
3355
3353
|
export {
|
|
3356
3354
|
/** @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 */
|
|
3357
3355
|
default as LucideFileBadge2
|
|
3358
3356
|
} from '../icons/file-badge';
|
|
3359
|
-
//
|
|
3360
|
-
export { default as
|
|
3357
|
+
// FileBracesCorner aliases
|
|
3358
|
+
export { default as LucideFileBracesCorner } from '../icons/file-braces-corner';
|
|
3361
3359
|
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3363
|
-
default as
|
|
3364
|
-
} from '../icons/file-
|
|
3365
|
-
// FileBraces aliases
|
|
3360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3361
|
+
default as LucideFileJson2
|
|
3362
|
+
} from '../icons/file-braces-corner';
|
|
3363
|
+
// FileBraces aliases
|
|
3366
3364
|
export { default as LucideFileBraces } from '../icons/file-braces';
|
|
3367
3365
|
export {
|
|
3368
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3369
3367
|
default as LucideFileJson
|
|
3370
3368
|
} from '../icons/file-braces';
|
|
3369
|
+
// FileChartColumnIncreasing aliases
|
|
3370
|
+
export { default as LucideFileChartColumnIncreasing } from '../icons/file-chart-column-increasing';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as LucideFileBarChart
|
|
3374
|
+
} from '../icons/file-chart-column-increasing';
|
|
3371
3375
|
// FileChartColumn aliases
|
|
3372
3376
|
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3373
3377
|
export {
|
|
@@ -3420,24 +3424,18 @@ export {
|
|
|
3420
3424
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3421
3425
|
default as LucideFileAudio2
|
|
3422
3426
|
} from '../icons/file-headphone';
|
|
3423
|
-
// FileKey aliases
|
|
3424
|
-
export { default as LucideFileKey } from '../icons/file-key';
|
|
3425
|
-
export {
|
|
3426
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3427
|
-
default as LucideFileKey2
|
|
3428
|
-
} from '../icons/file-key';
|
|
3429
3427
|
// FileLock aliases
|
|
3430
3428
|
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3431
3429
|
export {
|
|
3432
3430
|
/** @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 */
|
|
3433
3431
|
default as LucideFileLock2
|
|
3434
3432
|
} from '../icons/file-lock';
|
|
3435
|
-
//
|
|
3436
|
-
export { default as
|
|
3433
|
+
// FileKey aliases
|
|
3434
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3437
3435
|
export {
|
|
3438
|
-
/** @deprecated The
|
|
3439
|
-
default as
|
|
3440
|
-
} from '../icons/file-
|
|
3436
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as LucideFileKey2
|
|
3438
|
+
} from '../icons/file-key';
|
|
3441
3439
|
// FileMinusCorner aliases
|
|
3442
3440
|
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3443
3441
|
export {
|
|
@@ -3450,18 +3448,24 @@ export {
|
|
|
3450
3448
|
/** @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 */
|
|
3451
3449
|
default as LucideFileEdit
|
|
3452
3450
|
} from '../icons/file-pen';
|
|
3453
|
-
// FilePlay aliases
|
|
3454
|
-
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @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 */
|
|
3457
|
-
default as LucideFileVideo
|
|
3458
|
-
} from '../icons/file-play';
|
|
3459
3451
|
// FilePlusCorner aliases
|
|
3460
3452
|
export { default as LucideFilePlusCorner } from '../icons/file-plus-corner';
|
|
3461
3453
|
export {
|
|
3462
3454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3463
3455
|
default as LucideFilePlus2
|
|
3464
3456
|
} from '../icons/file-plus-corner';
|
|
3457
|
+
// FilePenLine aliases
|
|
3458
|
+
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3459
|
+
export {
|
|
3460
|
+
/** @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 */
|
|
3461
|
+
default as LucideFileSignature
|
|
3462
|
+
} from '../icons/file-pen-line';
|
|
3463
|
+
// FilePlay aliases
|
|
3464
|
+
export { default as LucideFilePlay } from '../icons/file-play';
|
|
3465
|
+
export {
|
|
3466
|
+
/** @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 */
|
|
3467
|
+
default as LucideFileVideo
|
|
3468
|
+
} from '../icons/file-play';
|
|
3465
3469
|
// FileQuestionMark aliases
|
|
3466
3470
|
export { default as LucideFileQuestionMark } from '../icons/file-question-mark';
|
|
3467
3471
|
export {
|
|
@@ -3528,18 +3532,18 @@ export {
|
|
|
3528
3532
|
/** @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 */
|
|
3529
3533
|
default as LucideFilter
|
|
3530
3534
|
} from '../icons/funnel';
|
|
3531
|
-
// GitCommitHorizontal aliases
|
|
3532
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @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 */
|
|
3535
|
-
default as LucideGitCommit
|
|
3536
|
-
} from '../icons/git-commit-horizontal';
|
|
3537
3535
|
// Grid2x2Check aliases
|
|
3538
3536
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3539
3537
|
export {
|
|
3540
3538
|
/** @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 */
|
|
3541
3539
|
default as LucideGrid2X2Check
|
|
3542
3540
|
} from '../icons/grid-2x2-check';
|
|
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';
|
|
3543
3547
|
// Grid2x2Plus aliases
|
|
3544
3548
|
export { default as LucideGrid2x2Plus } from '../icons/grid-2x2-plus';
|
|
3545
3549
|
export {
|
|
@@ -3552,12 +3556,6 @@ export {
|
|
|
3552
3556
|
/** @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 */
|
|
3553
3557
|
default as LucideGrid2X2X
|
|
3554
3558
|
} from '../icons/grid-2x2-x';
|
|
3555
|
-
// Grid2x2 aliases
|
|
3556
|
-
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3559
|
-
default as LucideGrid2X2
|
|
3560
|
-
} from '../icons/grid-2x2';
|
|
3561
3559
|
// Grid3x3 aliases
|
|
3562
3560
|
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3563
3561
|
export {
|
|
@@ -3568,24 +3566,36 @@ export {
|
|
|
3568
3566
|
/** @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 */
|
|
3569
3567
|
default as LucideGrid3X3
|
|
3570
3568
|
} from '../icons/grid-3x3';
|
|
3571
|
-
//
|
|
3572
|
-
export { default as
|
|
3569
|
+
// Grid2x2 aliases
|
|
3570
|
+
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3573
3571
|
export {
|
|
3574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3575
|
-
default as
|
|
3576
|
-
} from '../icons/
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3573
|
+
default as LucideGrid2X2
|
|
3574
|
+
} from '../icons/grid-2x2';
|
|
3577
3575
|
// HandHelping aliases
|
|
3578
3576
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3579
3577
|
export {
|
|
3580
3578
|
/** @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 */
|
|
3581
3579
|
default as LucideHelpingHand
|
|
3582
3580
|
} from '../icons/hand-helping';
|
|
3581
|
+
// HandGrab aliases
|
|
3582
|
+
export { default as LucideHandGrab } from '../icons/hand-grab';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @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 */
|
|
3585
|
+
default as LucideGrab
|
|
3586
|
+
} from '../icons/hand-grab';
|
|
3583
3587
|
// House aliases
|
|
3584
3588
|
export { default as LucideHouse } from '../icons/house';
|
|
3585
3589
|
export {
|
|
3586
3590
|
/** @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 */
|
|
3587
3591
|
default as LucideHome
|
|
3588
3592
|
} from '../icons/house';
|
|
3593
|
+
// IceCreamCone aliases
|
|
3594
|
+
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3595
|
+
export {
|
|
3596
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3597
|
+
default as LucideIceCream
|
|
3598
|
+
} from '../icons/ice-cream-cone';
|
|
3589
3599
|
// IceCreamBowl aliases
|
|
3590
3600
|
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3591
3601
|
export {
|
|
@@ -3598,28 +3608,12 @@ export {
|
|
|
3598
3608
|
/** @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 */
|
|
3599
3609
|
default as LucideLaptop2
|
|
3600
3610
|
} from '../icons/laptop-minimal';
|
|
3601
|
-
// IceCreamCone aliases
|
|
3602
|
-
export { default as LucideIceCreamCone } from '../icons/ice-cream-cone';
|
|
3603
|
-
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3605
|
-
default as LucideIceCream
|
|
3606
|
-
} from '../icons/ice-cream-cone';
|
|
3607
3611
|
// Layers aliases
|
|
3608
3612
|
export { default as LucideLayers } from '../icons/layers';
|
|
3609
3613
|
export {
|
|
3610
3614
|
/** @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 */
|
|
3611
3615
|
default as LucideLayers3
|
|
3612
3616
|
} from '../icons/layers';
|
|
3613
|
-
// ListIndentIncrease aliases
|
|
3614
|
-
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as LucideIndent
|
|
3618
|
-
} from '../icons/list-indent-increase';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3621
|
-
default as LucideIndentIncrease
|
|
3622
|
-
} from '../icons/list-indent-increase';
|
|
3623
3617
|
// ListIndentDecrease aliases
|
|
3624
3618
|
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3625
3619
|
export {
|
|
@@ -3630,12 +3624,16 @@ export {
|
|
|
3630
3624
|
/** @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 */
|
|
3631
3625
|
default as LucideIndentDecrease
|
|
3632
3626
|
} from '../icons/list-indent-decrease';
|
|
3633
|
-
//
|
|
3634
|
-
export { default as
|
|
3627
|
+
// ListIndentIncrease aliases
|
|
3628
|
+
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3635
3629
|
export {
|
|
3636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3637
|
-
default as
|
|
3638
|
-
} from '../icons/
|
|
3630
|
+
/** @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 */
|
|
3631
|
+
default as LucideIndent
|
|
3632
|
+
} from '../icons/list-indent-increase';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @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 */
|
|
3635
|
+
default as LucideIndentIncrease
|
|
3636
|
+
} from '../icons/list-indent-increase';
|
|
3639
3637
|
// LockKeyholeOpen aliases
|
|
3640
3638
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3641
3639
|
export {
|
|
@@ -3648,6 +3646,12 @@ export {
|
|
|
3648
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3649
3647
|
default as LucideUnlock
|
|
3650
3648
|
} from '../icons/lock-open';
|
|
3649
|
+
// LoaderCircle aliases
|
|
3650
|
+
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @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 */
|
|
3653
|
+
default as LucideLoader2
|
|
3654
|
+
} from '../icons/loader-circle';
|
|
3651
3655
|
// MailQuestionMark aliases
|
|
3652
3656
|
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3653
3657
|
export {
|
|
@@ -3660,36 +3664,36 @@ export {
|
|
|
3660
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3661
3665
|
default as LucideLocationEdit
|
|
3662
3666
|
} from '../icons/map-pin-pen';
|
|
3663
|
-
//
|
|
3664
|
-
export { default as
|
|
3667
|
+
// MessageCircleQuestionMark aliases
|
|
3668
|
+
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3665
3669
|
export {
|
|
3666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3667
|
-
default as
|
|
3668
|
-
} from '../icons/
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3671
|
+
default as LucideMessageCircleQuestion
|
|
3672
|
+
} from '../icons/message-circle-question-mark';
|
|
3669
3673
|
// Move3d aliases
|
|
3670
3674
|
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3671
3675
|
export {
|
|
3672
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3673
3677
|
default as LucideMove3D
|
|
3674
3678
|
} from '../icons/move-3d';
|
|
3675
|
-
//
|
|
3676
|
-
export { default as
|
|
3677
|
-
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3679
|
-
default as LucidePauseOctagon
|
|
3680
|
-
} from '../icons/octagon-pause';
|
|
3681
|
-
// MessageCircleQuestionMark aliases
|
|
3682
|
-
export { default as LucideMessageCircleQuestionMark } from '../icons/message-circle-question-mark';
|
|
3679
|
+
// MicVocal aliases
|
|
3680
|
+
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3683
3681
|
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3685
|
-
default as
|
|
3686
|
-
} from '../icons/
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as LucideMic2
|
|
3684
|
+
} from '../icons/mic-vocal';
|
|
3687
3685
|
// OctagonAlert aliases
|
|
3688
3686
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3689
3687
|
export {
|
|
3690
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3691
3689
|
default as LucideAlertOctagon
|
|
3692
3690
|
} from '../icons/octagon-alert';
|
|
3691
|
+
// OctagonPause aliases
|
|
3692
|
+
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as LucidePauseOctagon
|
|
3696
|
+
} from '../icons/octagon-pause';
|
|
3693
3697
|
// OctagonX aliases
|
|
3694
3698
|
export { default as LucideOctagonX } from '../icons/octagon-x';
|
|
3695
3699
|
export {
|
|
@@ -3708,12 +3712,6 @@ export {
|
|
|
3708
3712
|
/** @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 */
|
|
3709
3713
|
default as LucidePanelBottomInactive
|
|
3710
3714
|
} from '../icons/panel-bottom-dashed';
|
|
3711
|
-
// PanelLeftClose aliases
|
|
3712
|
-
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @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 */
|
|
3715
|
-
default as LucideSidebarClose
|
|
3716
|
-
} from '../icons/panel-left-close';
|
|
3717
3715
|
// PanelLeftDashed aliases
|
|
3718
3716
|
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3719
3717
|
export {
|
|
@@ -3726,6 +3724,12 @@ export {
|
|
|
3726
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3727
3725
|
default as LucideSidebarOpen
|
|
3728
3726
|
} from '../icons/panel-left-open';
|
|
3727
|
+
// PanelLeftClose aliases
|
|
3728
|
+
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @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 */
|
|
3731
|
+
default as LucideSidebarClose
|
|
3732
|
+
} from '../icons/panel-left-close';
|
|
3729
3733
|
// PanelLeft aliases
|
|
3730
3734
|
export { default as LucidePanelLeft } from '../icons/panel-left';
|
|
3731
3735
|
export {
|
|
@@ -3774,120 +3778,120 @@ export {
|
|
|
3774
3778
|
/** @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 */
|
|
3775
3779
|
default as LucideFormInput
|
|
3776
3780
|
} from '../icons/rectangle-ellipsis';
|
|
3777
|
-
// Rotate3d aliases
|
|
3778
|
-
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @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 */
|
|
3781
|
-
default as LucideRotate3D
|
|
3782
|
-
} from '../icons/rotate-3d';
|
|
3783
3781
|
// Rows2 aliases
|
|
3784
3782
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3785
3783
|
export {
|
|
3786
3784
|
/** @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 */
|
|
3787
3785
|
default as LucideRows
|
|
3788
3786
|
} from '../icons/rows-2';
|
|
3787
|
+
// Rotate3d aliases
|
|
3788
|
+
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @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 */
|
|
3791
|
+
default as LucideRotate3D
|
|
3792
|
+
} from '../icons/rotate-3d';
|
|
3789
3793
|
// Rows3 aliases
|
|
3790
3794
|
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3791
3795
|
export {
|
|
3792
3796
|
/** @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 */
|
|
3793
3797
|
default as LucidePanelsTopBottom
|
|
3794
3798
|
} from '../icons/rows-3';
|
|
3795
|
-
// SendHorizontal aliases
|
|
3796
|
-
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3797
|
-
export {
|
|
3798
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3799
|
-
default as LucideSendHorizonal
|
|
3800
|
-
} from '../icons/send-horizontal';
|
|
3801
3799
|
// Scale3d aliases
|
|
3802
3800
|
export { default as LucideScale3d } from '../icons/scale-3d';
|
|
3803
3801
|
export {
|
|
3804
3802
|
/** @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 */
|
|
3805
3803
|
default as LucideScale3D
|
|
3806
3804
|
} from '../icons/scale-3d';
|
|
3805
|
+
// ShieldX aliases
|
|
3806
|
+
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3809
|
+
default as LucideShieldClose
|
|
3810
|
+
} from '../icons/shield-x';
|
|
3807
3811
|
// ShieldQuestionMark aliases
|
|
3808
3812
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3809
3813
|
export {
|
|
3810
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3811
3815
|
default as LucideShieldQuestion
|
|
3812
3816
|
} from '../icons/shield-question-mark';
|
|
3813
|
-
//
|
|
3814
|
-
export { default as
|
|
3817
|
+
// SendHorizontal aliases
|
|
3818
|
+
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3815
3819
|
export {
|
|
3816
|
-
/** @deprecated
|
|
3817
|
-
default as
|
|
3818
|
-
} from '../icons/
|
|
3820
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as LucideSendHorizonal
|
|
3822
|
+
} from '../icons/send-horizontal';
|
|
3819
3823
|
// SlidersVertical aliases
|
|
3820
3824
|
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3821
3825
|
export {
|
|
3822
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3823
3827
|
default as LucideSliders
|
|
3824
3828
|
} from '../icons/sliders-vertical';
|
|
3825
|
-
// SquareActivity aliases
|
|
3826
|
-
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3827
|
-
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3829
|
-
default as LucideActivitySquare
|
|
3830
|
-
} from '../icons/square-activity';
|
|
3831
|
-
// SquareArrowDownLeft aliases
|
|
3832
|
-
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3833
|
-
export {
|
|
3834
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3835
|
-
default as LucideArrowDownLeftSquare
|
|
3836
|
-
} from '../icons/square-arrow-down-left';
|
|
3837
3829
|
// Sparkles aliases
|
|
3838
3830
|
export { default as LucideSparkles } from '../icons/sparkles';
|
|
3839
3831
|
export {
|
|
3840
3832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3841
3833
|
default as LucideStars
|
|
3842
3834
|
} from '../icons/sparkles';
|
|
3843
|
-
//
|
|
3844
|
-
export { default as
|
|
3835
|
+
// SquareActivity aliases
|
|
3836
|
+
export { default as LucideSquareActivity } from '../icons/square-activity';
|
|
3845
3837
|
export {
|
|
3846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3847
|
-
default as
|
|
3848
|
-
} from '../icons/square-
|
|
3838
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3839
|
+
default as LucideActivitySquare
|
|
3840
|
+
} from '../icons/square-activity';
|
|
3849
3841
|
// SquareArrowDown aliases
|
|
3850
3842
|
export { default as LucideSquareArrowDown } from '../icons/square-arrow-down';
|
|
3851
3843
|
export {
|
|
3852
3844
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3853
3845
|
default as LucideArrowDownSquare
|
|
3854
3846
|
} from '../icons/square-arrow-down';
|
|
3847
|
+
// SquareArrowDownLeft aliases
|
|
3848
|
+
export { default as LucideSquareArrowDownLeft } from '../icons/square-arrow-down-left';
|
|
3849
|
+
export {
|
|
3850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3851
|
+
default as LucideArrowDownLeftSquare
|
|
3852
|
+
} from '../icons/square-arrow-down-left';
|
|
3855
3853
|
// SquareArrowLeft aliases
|
|
3856
3854
|
export { default as LucideSquareArrowLeft } from '../icons/square-arrow-left';
|
|
3857
3855
|
export {
|
|
3858
3856
|
/** @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 */
|
|
3859
3857
|
default as LucideArrowLeftSquare
|
|
3860
3858
|
} from '../icons/square-arrow-left';
|
|
3861
|
-
//
|
|
3862
|
-
export { default as
|
|
3859
|
+
// SquareArrowDownRight aliases
|
|
3860
|
+
export { default as LucideSquareArrowDownRight } from '../icons/square-arrow-down-right';
|
|
3863
3861
|
export {
|
|
3864
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3865
|
-
default as
|
|
3866
|
-
} from '../icons/square-arrow-
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3863
|
+
default as LucideArrowDownRightSquare
|
|
3864
|
+
} from '../icons/square-arrow-down-right';
|
|
3867
3865
|
// SquareArrowOutDownRight aliases
|
|
3868
3866
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3869
3867
|
export {
|
|
3870
3868
|
/** @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 */
|
|
3871
3869
|
default as LucideArrowDownRightFromSquare
|
|
3872
3870
|
} from '../icons/square-arrow-out-down-right';
|
|
3871
|
+
// SquareArrowOutDownLeft aliases
|
|
3872
|
+
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @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 */
|
|
3875
|
+
default as LucideArrowDownLeftFromSquare
|
|
3876
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3873
3877
|
// SquareArrowOutUpLeft aliases
|
|
3874
3878
|
export { default as LucideSquareArrowOutUpLeft } from '../icons/square-arrow-out-up-left';
|
|
3875
3879
|
export {
|
|
3876
3880
|
/** @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 */
|
|
3877
3881
|
default as LucideArrowUpLeftFromSquare
|
|
3878
3882
|
} from '../icons/square-arrow-out-up-left';
|
|
3879
|
-
// SquareArrowRight aliases
|
|
3880
|
-
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3881
|
-
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3883
|
-
default as LucideArrowRightSquare
|
|
3884
|
-
} from '../icons/square-arrow-right';
|
|
3885
3883
|
// SquareArrowOutUpRight aliases
|
|
3886
3884
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
3887
3885
|
export {
|
|
3888
3886
|
/** @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 */
|
|
3889
3887
|
default as LucideArrowUpRightFromSquare
|
|
3890
3888
|
} from '../icons/square-arrow-out-up-right';
|
|
3889
|
+
// SquareArrowRight aliases
|
|
3890
|
+
export { default as LucideSquareArrowRight } from '../icons/square-arrow-right';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3893
|
+
default as LucideArrowRightSquare
|
|
3894
|
+
} from '../icons/square-arrow-right';
|
|
3891
3895
|
// SquareArrowUpLeft aliases
|
|
3892
3896
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
3893
3897
|
export {
|
|
@@ -3912,6 +3916,12 @@ export {
|
|
|
3912
3916
|
/** @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 */
|
|
3913
3917
|
default as LucideAsteriskSquare
|
|
3914
3918
|
} from '../icons/square-asterisk';
|
|
3919
|
+
// SquareBottomDashedScissors aliases
|
|
3920
|
+
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @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 */
|
|
3923
|
+
default as LucideScissorsSquareDashedBottom
|
|
3924
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3915
3925
|
// SquareChartGantt aliases
|
|
3916
3926
|
export { default as LucideSquareChartGantt } from '../icons/square-chart-gantt';
|
|
3917
3927
|
export {
|
|
@@ -3922,18 +3932,6 @@ export {
|
|
|
3922
3932
|
/** @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 */
|
|
3923
3933
|
default as LucideSquareGanttChart
|
|
3924
3934
|
} from '../icons/square-chart-gantt';
|
|
3925
|
-
// SquareCheckBig aliases
|
|
3926
|
-
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @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 */
|
|
3929
|
-
default as LucideCheckSquare
|
|
3930
|
-
} from '../icons/square-check-big';
|
|
3931
|
-
// SquareBottomDashedScissors aliases
|
|
3932
|
-
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @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
|
-
default as LucideScissorsSquareDashedBottom
|
|
3936
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3937
3935
|
// SquareCheck aliases
|
|
3938
3936
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3939
3937
|
export {
|
|
@@ -3946,48 +3944,54 @@ export {
|
|
|
3946
3944
|
/** @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 */
|
|
3947
3945
|
default as LucideChevronDownSquare
|
|
3948
3946
|
} from '../icons/square-chevron-down';
|
|
3949
|
-
//
|
|
3950
|
-
export { default as
|
|
3947
|
+
// SquareCheckBig aliases
|
|
3948
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3951
3949
|
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-
|
|
3950
|
+
/** @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 */
|
|
3951
|
+
default as LucideCheckSquare
|
|
3952
|
+
} from '../icons/square-check-big';
|
|
3955
3953
|
// SquareChevronLeft aliases
|
|
3956
3954
|
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
3957
3955
|
export {
|
|
3958
3956
|
/** @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 */
|
|
3959
3957
|
default as LucideChevronLeftSquare
|
|
3960
3958
|
} from '../icons/square-chevron-left';
|
|
3959
|
+
// SquareChevronRight aliases
|
|
3960
|
+
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
3961
|
+
export {
|
|
3962
|
+
/** @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 */
|
|
3963
|
+
default as LucideChevronRightSquare
|
|
3964
|
+
} from '../icons/square-chevron-right';
|
|
3961
3965
|
// SquareChevronUp aliases
|
|
3962
3966
|
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
3963
3967
|
export {
|
|
3964
3968
|
/** @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 */
|
|
3965
3969
|
default as LucideChevronUpSquare
|
|
3966
3970
|
} from '../icons/square-chevron-up';
|
|
3967
|
-
// SquareCode aliases
|
|
3968
|
-
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3969
|
-
export {
|
|
3970
|
-
/** @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 */
|
|
3971
|
-
default as LucideCodeSquare
|
|
3972
|
-
} from '../icons/square-code';
|
|
3973
3971
|
// SquareDashedKanban aliases
|
|
3974
3972
|
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3975
3973
|
export {
|
|
3976
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3977
3975
|
default as LucideKanbanSquareDashed
|
|
3978
3976
|
} from '../icons/square-dashed-kanban';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3977
|
+
// SquareCode aliases
|
|
3978
|
+
export { default as LucideSquareCode } from '../icons/square-code';
|
|
3981
3979
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/square-
|
|
3980
|
+
/** @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 */
|
|
3981
|
+
default as LucideCodeSquare
|
|
3982
|
+
} from '../icons/square-code';
|
|
3985
3983
|
// SquareDashed aliases
|
|
3986
3984
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
3987
3985
|
export {
|
|
3988
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3989
3987
|
default as LucideBoxSelect
|
|
3990
3988
|
} from '../icons/square-dashed';
|
|
3989
|
+
// SquareDashedMousePointer aliases
|
|
3990
|
+
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
3991
|
+
export {
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3993
|
+
default as LucideMousePointerSquareDashed
|
|
3994
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3991
3995
|
// SquareDivide aliases
|
|
3992
3996
|
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
3993
3997
|
export {
|
|
@@ -4012,18 +4016,18 @@ export {
|
|
|
4012
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4013
4017
|
default as LucideFunctionSquare
|
|
4014
4018
|
} from '../icons/square-function';
|
|
4015
|
-
// SquareKanban aliases
|
|
4016
|
-
export { default as LucideSquareKanban } from '../icons/square-kanban';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as LucideKanbanSquare
|
|
4020
|
-
} from '../icons/square-kanban';
|
|
4021
4019
|
// SquareLibrary aliases
|
|
4022
4020
|
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4023
4021
|
export {
|
|
4024
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4025
4023
|
default as LucideLibrarySquare
|
|
4026
4024
|
} from '../icons/square-library';
|
|
4025
|
+
// SquareKanban aliases
|
|
4026
|
+
export { default as LucideSquareKanban } from '../icons/square-kanban';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4029
|
+
default as LucideKanbanSquare
|
|
4030
|
+
} from '../icons/square-kanban';
|
|
4027
4031
|
// SquareM aliases
|
|
4028
4032
|
export { default as LucideSquareM } from '../icons/square-m';
|
|
4029
4033
|
export {
|
|
@@ -4060,12 +4064,6 @@ export {
|
|
|
4060
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4061
4065
|
default as LucideParkingSquare
|
|
4062
4066
|
} from '../icons/square-parking';
|
|
4063
|
-
// SquarePercent aliases
|
|
4064
|
-
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as LucidePercentSquare
|
|
4068
|
-
} from '../icons/square-percent';
|
|
4069
4067
|
// SquarePen aliases
|
|
4070
4068
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4071
4069
|
export {
|
|
@@ -4080,6 +4078,12 @@ export {
|
|
|
4080
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4081
4079
|
default as LucidePenSquare
|
|
4082
4080
|
} from '../icons/square-pen';
|
|
4081
|
+
// SquarePercent aliases
|
|
4082
|
+
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as LucidePercentSquare
|
|
4086
|
+
} from '../icons/square-percent';
|
|
4083
4087
|
// SquarePilcrow aliases
|
|
4084
4088
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4085
4089
|
export {
|
|
@@ -4098,18 +4102,18 @@ export {
|
|
|
4098
4102
|
/** @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 */
|
|
4099
4103
|
default as LucidePlusSquare
|
|
4100
4104
|
} from '../icons/square-plus';
|
|
4101
|
-
// SquarePlay aliases
|
|
4102
|
-
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4103
|
-
export {
|
|
4104
|
-
/** @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 */
|
|
4105
|
-
default as LucidePlaySquare
|
|
4106
|
-
} from '../icons/square-play';
|
|
4107
4105
|
// SquarePower aliases
|
|
4108
4106
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4109
4107
|
export {
|
|
4110
4108
|
/** @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 */
|
|
4111
4109
|
default as LucidePowerSquare
|
|
4112
4110
|
} from '../icons/square-power';
|
|
4111
|
+
// SquarePlay aliases
|
|
4112
|
+
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @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 */
|
|
4115
|
+
default as LucidePlaySquare
|
|
4116
|
+
} from '../icons/square-play';
|
|
4113
4117
|
// SquareScissors aliases
|
|
4114
4118
|
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4115
4119
|
export {
|
|
@@ -4122,30 +4126,30 @@ export {
|
|
|
4122
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4123
4127
|
default as LucideSigmaSquare
|
|
4124
4128
|
} from '../icons/square-sigma';
|
|
4125
|
-
// SquareSplitHorizontal aliases
|
|
4126
|
-
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4127
|
-
export {
|
|
4128
|
-
/** @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 */
|
|
4129
|
-
default as LucideSplitSquareHorizontal
|
|
4130
|
-
} from '../icons/square-split-horizontal';
|
|
4131
4129
|
// SquareSlash aliases
|
|
4132
4130
|
export { default as LucideSquareSlash } from '../icons/square-slash';
|
|
4133
4131
|
export {
|
|
4134
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4135
4133
|
default as LucideSlashSquare
|
|
4136
4134
|
} from '../icons/square-slash';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4135
|
+
// SquareSplitHorizontal aliases
|
|
4136
|
+
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4139
4137
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/square-
|
|
4138
|
+
/** @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 */
|
|
4139
|
+
default as LucideSplitSquareHorizontal
|
|
4140
|
+
} from '../icons/square-split-horizontal';
|
|
4143
4141
|
// SquareSplitVertical aliases
|
|
4144
4142
|
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4145
4143
|
export {
|
|
4146
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4147
4145
|
default as LucideSplitSquareVertical
|
|
4148
4146
|
} from '../icons/square-split-vertical';
|
|
4147
|
+
// SquareTerminal aliases
|
|
4148
|
+
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @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 */
|
|
4151
|
+
default as LucideTerminalSquare
|
|
4152
|
+
} from '../icons/square-terminal';
|
|
4149
4153
|
// SquareUserRound aliases
|
|
4150
4154
|
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4151
4155
|
export {
|
|
@@ -4158,36 +4162,36 @@ export {
|
|
|
4158
4162
|
/** @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 */
|
|
4159
4163
|
default as LucideUserSquare
|
|
4160
4164
|
} from '../icons/square-user';
|
|
4161
|
-
// SquareX aliases
|
|
4162
|
-
export { default as LucideSquareX } from '../icons/square-x';
|
|
4163
|
-
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4165
|
-
default as LucideXSquare
|
|
4166
|
-
} from '../icons/square-x';
|
|
4167
4165
|
// TestTubeDiagonal aliases
|
|
4168
4166
|
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4169
4167
|
export {
|
|
4170
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4171
4169
|
default as LucideTestTube2
|
|
4172
4170
|
} from '../icons/test-tube-diagonal';
|
|
4171
|
+
// SquareX aliases
|
|
4172
|
+
export { default as LucideSquareX } from '../icons/square-x';
|
|
4173
|
+
export {
|
|
4174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4175
|
+
default as LucideXSquare
|
|
4176
|
+
} from '../icons/square-x';
|
|
4173
4177
|
// TextAlignCenter aliases
|
|
4174
4178
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4175
4179
|
export {
|
|
4176
4180
|
/** @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 */
|
|
4177
4181
|
default as LucideAlignCenter
|
|
4178
4182
|
} from '../icons/text-align-center';
|
|
4179
|
-
// TextAlignEnd aliases
|
|
4180
|
-
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @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 */
|
|
4183
|
-
default as LucideAlignRight
|
|
4184
|
-
} from '../icons/text-align-end';
|
|
4185
4183
|
// TextAlignJustify aliases
|
|
4186
4184
|
export { default as LucideTextAlignJustify } from '../icons/text-align-justify';
|
|
4187
4185
|
export {
|
|
4188
4186
|
/** @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 */
|
|
4189
4187
|
default as LucideAlignJustify
|
|
4190
4188
|
} from '../icons/text-align-justify';
|
|
4189
|
+
// TextAlignEnd aliases
|
|
4190
|
+
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4191
|
+
export {
|
|
4192
|
+
/** @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 */
|
|
4193
|
+
default as LucideAlignRight
|
|
4194
|
+
} from '../icons/text-align-end';
|
|
4191
4195
|
// TextAlignStart aliases
|
|
4192
4196
|
export { default as LucideTextAlignStart } from '../icons/text-align-start';
|
|
4193
4197
|
export {
|
|
@@ -4198,18 +4202,18 @@ export {
|
|
|
4198
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4199
4203
|
default as LucideAlignLeft
|
|
4200
4204
|
} from '../icons/text-align-start';
|
|
4201
|
-
// TextInitial aliases
|
|
4202
|
-
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @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 */
|
|
4205
|
-
default as LucideLetterText
|
|
4206
|
-
} from '../icons/text-initial';
|
|
4207
4205
|
// TextSelect aliases
|
|
4208
4206
|
export { default as LucideTextSelect } from '../icons/text-select';
|
|
4209
4207
|
export {
|
|
4210
4208
|
/** @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 */
|
|
4211
4209
|
default as LucideTextSelection
|
|
4212
4210
|
} from '../icons/text-select';
|
|
4211
|
+
// TextInitial aliases
|
|
4212
|
+
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4213
|
+
export {
|
|
4214
|
+
/** @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 */
|
|
4215
|
+
default as LucideLetterText
|
|
4216
|
+
} from '../icons/text-initial';
|
|
4213
4217
|
// TextWrap aliases
|
|
4214
4218
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4215
4219
|
export {
|
|
@@ -4234,60 +4238,60 @@ export {
|
|
|
4234
4238
|
/** @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 */
|
|
4235
4239
|
default as LucideAlertTriangle
|
|
4236
4240
|
} from '../icons/triangle-alert';
|
|
4237
|
-
// TvMinimal aliases
|
|
4238
|
-
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @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 */
|
|
4241
|
-
default as LucideTv2
|
|
4242
|
-
} from '../icons/tv-minimal';
|
|
4243
4241
|
// University aliases
|
|
4244
4242
|
export { default as LucideUniversity } from '../icons/university';
|
|
4245
4243
|
export {
|
|
4246
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4247
4245
|
default as LucideSchool2
|
|
4248
4246
|
} from '../icons/university';
|
|
4249
|
-
//
|
|
4250
|
-
export { default as
|
|
4247
|
+
// TvMinimal aliases
|
|
4248
|
+
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4251
4249
|
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4253
|
-
default as
|
|
4254
|
-
} from '../icons/
|
|
4250
|
+
/** @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 */
|
|
4251
|
+
default as LucideTv2
|
|
4252
|
+
} from '../icons/tv-minimal';
|
|
4255
4253
|
// UserRoundCheck aliases
|
|
4256
4254
|
export { default as LucideUserRoundCheck } from '../icons/user-round-check';
|
|
4257
4255
|
export {
|
|
4258
4256
|
/** @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 */
|
|
4259
4257
|
default as LucideUserCheck2
|
|
4260
4258
|
} from '../icons/user-round-check';
|
|
4259
|
+
// UserRoundCog aliases
|
|
4260
|
+
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @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 */
|
|
4263
|
+
default as LucideUserCog2
|
|
4264
|
+
} from '../icons/user-round-cog';
|
|
4261
4265
|
// UserRoundMinus aliases
|
|
4262
4266
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4263
4267
|
export {
|
|
4264
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4265
4269
|
default as LucideUserMinus2
|
|
4266
4270
|
} from '../icons/user-round-minus';
|
|
4267
|
-
// UserRoundX aliases
|
|
4268
|
-
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @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 */
|
|
4271
|
-
default as LucideUserX2
|
|
4272
|
-
} from '../icons/user-round-x';
|
|
4273
4271
|
// UserRoundPlus aliases
|
|
4274
4272
|
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4275
4273
|
export {
|
|
4276
4274
|
/** @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 */
|
|
4277
4275
|
default as LucideUserPlus2
|
|
4278
4276
|
} from '../icons/user-round-plus';
|
|
4279
|
-
//
|
|
4280
|
-
export { default as
|
|
4277
|
+
// UserRoundX aliases
|
|
4278
|
+
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4281
4279
|
export {
|
|
4282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4283
|
-
default as
|
|
4284
|
-
} from '../icons/
|
|
4280
|
+
/** @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 */
|
|
4281
|
+
default as LucideUserX2
|
|
4282
|
+
} from '../icons/user-round-x';
|
|
4285
4283
|
// UserRound aliases
|
|
4286
4284
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4287
4285
|
export {
|
|
4288
4286
|
/** @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 */
|
|
4289
4287
|
default as LucideUser2
|
|
4290
4288
|
} from '../icons/user-round';
|
|
4289
|
+
// UsersRound aliases
|
|
4290
|
+
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as LucideUsers2
|
|
4294
|
+
} from '../icons/users-round';
|
|
4291
4295
|
// UtensilsCrossed aliases
|
|
4292
4296
|
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4293
4297
|
export {
|