@lucide/astro 0.569.0 → 0.571.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 +48 -48
- package/src/aliases/prefixed.ts +424 -420
- package/src/aliases/suffixed.ts +715 -711
- package/src/icons/ban.ts +2 -2
- package/src/icons/circle-divide.ts +2 -2
- package/src/icons/circle-equal.ts +2 -2
- package/src/icons/circle-pound-sterling.ts +2 -2
- package/src/icons/circle-power.ts +2 -2
- package/src/icons/circle-slash-2.ts +2 -2
- package/src/icons/circle-star.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/compass.ts +2 -2
- package/src/icons/index.ts +86 -84
- package/src/icons/shelving-unit.ts +18 -0
- package/src/icons/towel-rack.ts +18 -0
package/src/aliases/prefixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -28,10 +28,10 @@ export { default as LucideAlignCenterVertical } from '../icons/align-center-vert
|
|
|
28
28
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as LucideAlignEndVertical } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
37
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -50,10 +50,10 @@ export { default as LucideAlignStartHorizontal } from '../icons/align-start-hori
|
|
|
50
50
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as LucideAlignVerticalDistributeCenter } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
// AlignVerticalDistributeStart aliases
|
|
54
|
-
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as LucideAlignVerticalDistributeEnd } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as LucideAlignVerticalDistributeStart } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as LucideAlignVerticalJustifyCenter } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -66,10 +66,10 @@ export { default as LucideAlignVerticalSpaceAround } from '../icons/align-vertic
|
|
|
66
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
|
-
// Ampersand aliases
|
|
70
|
-
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
71
69
|
// Ampersands aliases
|
|
72
70
|
export { default as LucideAmpersands } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as LucideAmpersand } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as LucideAmphora } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
@@ -92,18 +92,18 @@ export { default as LucideAppWindow } from '../icons/app-window';
|
|
|
92
92
|
export { default as LucideApple } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
97
95
|
// Archive aliases
|
|
98
96
|
export { default as LucideArchive } from '../icons/archive';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as LucideArchiveX } from '../icons/archive-x';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as LucideArmchair } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as LucideArrowBigDownDash } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigLeftDash aliases
|
|
104
|
-
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
105
103
|
// ArrowBigDown aliases
|
|
106
104
|
export { default as LucideArrowBigDown } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as LucideArrowBigLeftDash } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as LucideArrowBigLeft } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
@@ -112,34 +112,34 @@ 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';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as LucideArrowDownNarrowWide } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
131
129
|
// ArrowDown aliases
|
|
132
130
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownUp aliases
|
|
132
|
+
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
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';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
@@ -154,12 +154,12 @@ export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
|
154
154
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpToLine aliases
|
|
158
|
+
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
157
159
|
// ArrowUpRight aliases
|
|
158
160
|
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
161
|
// ArrowUpWideNarrow aliases
|
|
160
162
|
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
|
|
@@ -174,10 +174,10 @@ export { default as LucideAtom } from '../icons/atom';
|
|
|
174
174
|
export { default as LucideAudioLines } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as LucideAudioWaveform } from '../icons/audio-waveform';
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as LucideAward } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as LucideAxe } from '../icons/axe';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as LucideAward } from '../icons/award';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as LucideBaby } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
@@ -186,10 +186,10 @@ export { default as LucideBackpack } from '../icons/backpack';
|
|
|
186
186
|
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
189
|
-
// BadgeDollarSign aliases
|
|
190
|
-
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
191
189
|
// BadgeEuro aliases
|
|
192
190
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
191
|
+
// BadgeDollarSign aliases
|
|
192
|
+
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
@@ -200,26 +200,26 @@ 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
|
-
// BadgePlus aliases
|
|
204
|
-
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
205
203
|
// BadgePoundSterling aliases
|
|
206
204
|
export { default as LucideBadgePoundSterling } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as LucideBadgePlus } from '../icons/badge-plus';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as LucideBadgeRussianRuble } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as LucideBadgeSwissFranc } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
212
212
|
export { default as LucideBadgeTurkishLira } from '../icons/badge-turkish-lira';
|
|
213
|
-
// BadgeX aliases
|
|
214
|
-
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as LucideBadge } from '../icons/badge';
|
|
215
|
+
// BadgeX aliases
|
|
216
|
+
export { default as LucideBadgeX } from '../icons/badge-x';
|
|
217
217
|
// BaggageClaim aliases
|
|
218
218
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
219
|
-
// Ban aliases
|
|
220
|
-
export { default as LucideBan } from '../icons/ban';
|
|
221
219
|
// Balloon aliases
|
|
222
220
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
221
|
+
// Ban aliases
|
|
222
|
+
export { default as LucideBan } from '../icons/ban';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as LucideBanana } from '../icons/banana';
|
|
225
225
|
// Bandage aliases
|
|
@@ -232,20 +232,20 @@ export { default as LucideBanknoteArrowUp } from '../icons/banknote-arrow-up';
|
|
|
232
232
|
export { default as LucideBanknoteX } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as LucideBanknote } from '../icons/banknote';
|
|
235
|
-
// Barrel aliases
|
|
236
|
-
export { default as LucideBarrel } from '../icons/barrel';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as LucideBarcode } from '../icons/barcode';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as LucideBarrel } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as LucideBaseline } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as LucideBath } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
245
|
-
// BatteryFull aliases
|
|
246
|
-
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
249
249
|
// BatteryMedium aliases
|
|
250
250
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
251
251
|
// BatteryPlus aliases
|
|
@@ -256,14 +256,14 @@ export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
|
256
256
|
export { default as LucideBattery } from '../icons/battery';
|
|
257
257
|
// Beaker aliases
|
|
258
258
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
259
|
-
// Bean aliases
|
|
260
|
-
export { default as LucideBean } from '../icons/bean';
|
|
261
259
|
// BeanOff aliases
|
|
262
260
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as LucideBean } from '../icons/bean';
|
|
265
263
|
// BedSingle aliases
|
|
266
264
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
267
267
|
// Bed aliases
|
|
268
268
|
export { default as LucideBed } from '../icons/bed';
|
|
269
269
|
// Beef aliases
|
|
@@ -274,10 +274,10 @@ export { default as LucideBeerOff } from '../icons/beer-off';
|
|
|
274
274
|
export { default as LucideBeer } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
277
|
-
// BellMinus aliases
|
|
278
|
-
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
279
|
+
// BellMinus aliases
|
|
280
|
+
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as LucideBellOff } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
@@ -352,10 +352,10 @@ export { default as LucideBookKey } from '../icons/book-key';
|
|
|
352
352
|
export { default as LucideBookLock } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as LucideBookMarked } from '../icons/book-marked';
|
|
355
|
-
// BookMinus aliases
|
|
356
|
-
export { default as LucideBookMinus } from '../icons/book-minus';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as LucideBookOpenCheck } from '../icons/book-open-check';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as LucideBookMinus } from '../icons/book-minus';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as LucideBookOpenText } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -376,10 +376,10 @@ export { default as LucideBookUp } from '../icons/book-up';
|
|
|
376
376
|
export { default as LucideBookUser } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as LucideBookX } from '../icons/book-x';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as LucideBook } from '../icons/book';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as LucideBook } from '../icons/book';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkPlus aliases
|
|
@@ -438,12 +438,12 @@ export { default as LucideBubbles } from '../icons/bubbles';
|
|
|
438
438
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as LucideBug } from '../icons/bug';
|
|
443
441
|
// Building2 aliases
|
|
444
442
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
445
443
|
// Building aliases
|
|
446
444
|
export { default as LucideBuilding } from '../icons/building';
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as LucideBug } from '../icons/bug';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as LucideBusFront } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -508,10 +508,10 @@ export { default as LucideCameraOff } from '../icons/camera-off';
|
|
|
508
508
|
export { default as LucideCamera } from '../icons/camera';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as LucideCandyCane } from '../icons/candy-cane';
|
|
511
|
-
// CandyOff aliases
|
|
512
|
-
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
513
511
|
// Candy aliases
|
|
514
512
|
export { default as LucideCandy } from '../icons/candy';
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as LucideCandyOff } from '../icons/candy-off';
|
|
515
515
|
// CannabisOff aliases
|
|
516
516
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
517
517
|
// Cannabis aliases
|
|
@@ -534,10 +534,10 @@ export { default as LucideCarrot } from '../icons/carrot';
|
|
|
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
|
-
// CaseUpper aliases
|
|
538
|
-
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
539
|
+
// CaseUpper aliases
|
|
540
|
+
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as LucideCast } from '../icons/cast';
|
|
543
543
|
// Castle aliases
|
|
@@ -550,26 +550,26 @@ export { default as LucideCctv } from '../icons/cctv';
|
|
|
550
550
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
551
551
|
// ChartBarIncreasing aliases
|
|
552
552
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
553
|
-
// ChartBarStacked aliases
|
|
554
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
555
553
|
// ChartColumnDecreasing aliases
|
|
556
554
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
555
|
+
// ChartBarStacked aliases
|
|
556
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
557
557
|
// ChartColumnStacked aliases
|
|
558
558
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
559
|
-
// ChartGantt aliases
|
|
560
|
-
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
561
559
|
// ChartNetwork aliases
|
|
562
560
|
export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartGantt aliases
|
|
562
|
+
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
565
563
|
// ChartNoAxesCombined aliases
|
|
566
564
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
565
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
566
|
+
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
569
|
-
// CheckCheck aliases
|
|
570
|
-
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
571
569
|
// CheckLine aliases
|
|
572
570
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
571
|
+
// CheckCheck aliases
|
|
572
|
+
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as LucideCheck } from '../icons/check';
|
|
575
575
|
// ChefHat 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,10 +590,10 @@ 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
|
-
// ChevronLast aliases
|
|
594
|
-
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
595
593
|
// ChevronFirst aliases
|
|
596
594
|
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
599
599
|
// ChevronRight aliases
|
|
@@ -606,10 +606,10 @@ export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
|
606
606
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
608
608
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
609
|
-
// ChevronsLeftRight aliases
|
|
610
|
-
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
611
609
|
// ChevronsLeft aliases
|
|
612
610
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
611
|
+
// ChevronsLeftRight aliases
|
|
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
615
|
// ChevronsRight aliases
|
|
@@ -634,20 +634,20 @@ export { default as LucideCircleDotDashed } from '../icons/circle-dot-dashed';
|
|
|
634
634
|
export { default as LucideCircleDot } from '../icons/circle-dot';
|
|
635
635
|
// CircleEllipsis aliases
|
|
636
636
|
export { default as LucideCircleEllipsis } from '../icons/circle-ellipsis';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
637
|
+
// CircleFadingArrowUp aliases
|
|
638
|
+
export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arrow-up';
|
|
639
639
|
// CircleFadingPlus aliases
|
|
640
640
|
export { default as LucideCircleFadingPlus } from '../icons/circle-fading-plus';
|
|
641
|
+
// CircleEqual aliases
|
|
642
|
+
export { default as LucideCircleEqual } from '../icons/circle-equal';
|
|
641
643
|
// CircleOff aliases
|
|
642
644
|
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
|
-
// CirclePoundSterling aliases
|
|
648
|
-
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
649
647
|
// CircleSlash aliases
|
|
650
648
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
649
|
+
// CirclePoundSterling aliases
|
|
650
|
+
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
651
651
|
// CircleSmall aliases
|
|
652
652
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
653
653
|
// CircleStar aliases
|
|
@@ -732,10 +732,10 @@ export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
|
732
732
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
733
733
|
// CloudFog aliases
|
|
734
734
|
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
735
|
-
// CloudHail aliases
|
|
736
|
-
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
737
735
|
// CloudLightning aliases
|
|
738
736
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
737
|
+
// CloudHail aliases
|
|
738
|
+
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
739
739
|
// CloudMoonRain aliases
|
|
740
740
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
741
741
|
// CloudMoon aliases
|
|
@@ -782,10 +782,10 @@ export { default as LucideCombine } from '../icons/combine';
|
|
|
782
782
|
export { default as LucideCommand } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as LucideCompass } from '../icons/compass';
|
|
785
|
-
// Component aliases
|
|
786
|
-
export { default as LucideComponent } from '../icons/component';
|
|
787
785
|
// Computer aliases
|
|
788
786
|
export { default as LucideComputer } from '../icons/computer';
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as LucideComponent } from '../icons/component';
|
|
789
789
|
// ConciergeBell aliases
|
|
790
790
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
@@ -802,40 +802,40 @@ export { default as LucideContrast } from '../icons/contrast';
|
|
|
802
802
|
export { default as LucideCookie } from '../icons/cookie';
|
|
803
803
|
// CookingPot aliases
|
|
804
804
|
export { default as LucideCookingPot } from '../icons/cooking-pot';
|
|
805
|
-
// CopyCheck aliases
|
|
806
|
-
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
807
805
|
// CopyMinus aliases
|
|
808
806
|
export { default as LucideCopyMinus } from '../icons/copy-minus';
|
|
809
807
|
// CopyPlus aliases
|
|
810
808
|
export { default as LucideCopyPlus } from '../icons/copy-plus';
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as LucideCopyCheck } from '../icons/copy-check';
|
|
811
811
|
// CopySlash aliases
|
|
812
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
|
|
816
816
|
export { default as LucideCopy } from '../icons/copy';
|
|
817
|
+
// Copyright aliases
|
|
818
|
+
export { default as LucideCopyright } from '../icons/copyright';
|
|
817
819
|
// Copyleft aliases
|
|
818
820
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
819
821
|
// CornerDownLeft aliases
|
|
820
822
|
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
823
|
-
// Copyright aliases
|
|
824
|
-
export { default as LucideCopyright } from '../icons/copyright';
|
|
825
823
|
// CornerLeftDown aliases
|
|
826
824
|
export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
827
825
|
// CornerLeftUp aliases
|
|
828
826
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
827
|
+
// CornerDownRight aliases
|
|
828
|
+
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
829
829
|
// CornerRightDown aliases
|
|
830
830
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
831
|
-
// CornerRightUp aliases
|
|
832
|
-
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
833
831
|
// CornerUpLeft aliases
|
|
834
832
|
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
833
|
+
// CornerRightUp aliases
|
|
834
|
+
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
837
835
|
// Cpu aliases
|
|
838
836
|
export { default as LucideCpu } from '../icons/cpu';
|
|
837
|
+
// CornerUpRight aliases
|
|
838
|
+
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
839
839
|
// CreativeCommons aliases
|
|
840
840
|
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
841
841
|
// CreditCard aliases
|
|
@@ -858,10 +858,10 @@ export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
|
858
858
|
export { default as LucideCurrency } from '../icons/currency';
|
|
859
859
|
// Cylinder aliases
|
|
860
860
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
861
|
-
// Dam aliases
|
|
862
|
-
export { default as LucideDam } from '../icons/dam';
|
|
863
861
|
// DatabaseBackup aliases
|
|
864
862
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
863
|
+
// Dam aliases
|
|
864
|
+
export { default as LucideDam } from '../icons/dam';
|
|
865
865
|
// DatabaseSearch aliases
|
|
866
866
|
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
867
867
|
// DatabaseZap aliases
|
|
@@ -878,20 +878,20 @@ export { default as LucideDelete } from '../icons/delete';
|
|
|
878
878
|
export { default as LucideDessert } from '../icons/dessert';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as LucideDiameter } from '../icons/diameter';
|
|
881
|
-
// DiamondPlus aliases
|
|
882
|
-
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
883
881
|
// DiamondMinus aliases
|
|
884
882
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
883
|
+
// DiamondPlus aliases
|
|
884
|
+
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
885
885
|
// Diamond aliases
|
|
886
886
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
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
|
-
// Dice3 aliases
|
|
892
|
-
export { default as LucideDice3 } from '../icons/dice-3';
|
|
893
891
|
// Dice4 aliases
|
|
894
892
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
893
|
+
// Dice3 aliases
|
|
894
|
+
export { default as LucideDice3 } from '../icons/dice-3';
|
|
895
895
|
// Dice5 aliases
|
|
896
896
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
897
897
|
// Dice6 aliases
|
|
@@ -904,10 +904,10 @@ export { default as LucideDiff } from '../icons/diff';
|
|
|
904
904
|
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
907
|
-
// DiscAlbum aliases
|
|
908
|
-
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as LucideDisc } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as LucideDivide } from '../icons/divide';
|
|
913
913
|
// DnaOff aliases
|
|
@@ -934,18 +934,18 @@ export { default as LucideDot } from '../icons/dot';
|
|
|
934
934
|
export { default as LucideDownload } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as LucideDraftingCompass } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as LucideDrama } from '../icons/drama';
|
|
939
937
|
// Dribbble aliases
|
|
940
938
|
export { default as LucideDribbble } from '../icons/dribbble';
|
|
941
|
-
//
|
|
942
|
-
export { default as
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as LucideDrama } from '../icons/drama';
|
|
943
941
|
// Drone aliases
|
|
944
942
|
export { default as LucideDrone } from '../icons/drone';
|
|
945
|
-
//
|
|
946
|
-
export { default as
|
|
943
|
+
// Drill aliases
|
|
944
|
+
export { default as LucideDrill } from '../icons/drill';
|
|
947
945
|
// DropletOff aliases
|
|
948
946
|
export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
947
|
+
// Droplet aliases
|
|
948
|
+
export { default as LucideDroplet } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
951
951
|
// Drum aliases
|
|
@@ -956,20 +956,20 @@ export { default as LucideDrumstick } from '../icons/drumstick';
|
|
|
956
956
|
export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
957
957
|
// EarOff aliases
|
|
958
958
|
export { default as LucideEarOff } from '../icons/ear-off';
|
|
959
|
-
// Ear aliases
|
|
960
|
-
export { default as LucideEar } from '../icons/ear';
|
|
961
959
|
// EarthLock aliases
|
|
962
960
|
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
961
|
+
// Ear aliases
|
|
962
|
+
export { default as LucideEar } from '../icons/ear';
|
|
963
963
|
// Eclipse aliases
|
|
964
964
|
export { default as LucideEclipse } from '../icons/eclipse';
|
|
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
|
// EqualNot aliases
|
|
972
970
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
971
|
+
// Egg aliases
|
|
972
|
+
export { default as LucideEgg } from '../icons/egg';
|
|
973
973
|
// EqualApproximately aliases
|
|
974
974
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
975
975
|
// Equal aliases
|
|
@@ -988,10 +988,10 @@ export { default as LucideExpand } from '../icons/expand';
|
|
|
988
988
|
export { default as LucideExternalLink } from '../icons/external-link';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
991
|
-
// EyeOff aliases
|
|
992
|
-
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
993
991
|
// Eye aliases
|
|
994
992
|
export { default as LucideEye } from '../icons/eye';
|
|
993
|
+
// EyeOff aliases
|
|
994
|
+
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
995
995
|
// Facebook aliases
|
|
996
996
|
export { default as LucideFacebook } from '../icons/facebook';
|
|
997
997
|
// Factory aliases
|
|
@@ -1018,16 +1018,16 @@ export { default as LucideFileCheck } from '../icons/file-check';
|
|
|
1018
1018
|
export { default as LucideFileClock } from '../icons/file-clock';
|
|
1019
1019
|
// FileCode aliases
|
|
1020
1020
|
export { default as LucideFileCode } from '../icons/file-code';
|
|
1021
|
-
// FileDigit aliases
|
|
1022
|
-
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1023
1021
|
// FileDiff aliases
|
|
1024
1022
|
export { default as LucideFileDiff } from '../icons/file-diff';
|
|
1023
|
+
// FileDigit aliases
|
|
1024
|
+
export { default as LucideFileDigit } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
1026
1026
|
export { default as LucideFileDown } from '../icons/file-down';
|
|
1027
|
-
// FileHeart aliases
|
|
1028
|
-
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as LucideFileImage } from '../icons/file-image';
|
|
1029
|
+
// FileHeart aliases
|
|
1030
|
+
export { default as LucideFileHeart } from '../icons/file-heart';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as LucideFileInput } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
@@ -1050,14 +1050,14 @@ export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
|
1050
1050
|
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1053
|
-
// FileTerminal aliases
|
|
1054
|
-
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1055
|
-
// FileText aliases
|
|
1056
|
-
export { default as LucideFileText } from '../icons/file-text';
|
|
1057
1053
|
// FileType aliases
|
|
1058
1054
|
export { default as LucideFileType } from '../icons/file-type';
|
|
1055
|
+
// FileTerminal aliases
|
|
1056
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1059
1057
|
// FileUp aliases
|
|
1060
1058
|
export { default as LucideFileUp } from '../icons/file-up';
|
|
1059
|
+
// FileText aliases
|
|
1060
|
+
export { default as LucideFileText } from '../icons/file-text';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as LucideFileUser } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
@@ -1070,18 +1070,18 @@ export { default as LucideFile } from '../icons/file';
|
|
|
1070
1070
|
export { default as LucideFiles } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
1072
1072
|
export { default as LucideFilm } from '../icons/film';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1075
1073
|
// FireExtinguisher aliases
|
|
1076
1074
|
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1075
|
+
// FishOff aliases
|
|
1076
|
+
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1077
1077
|
// FishSymbol aliases
|
|
1078
1078
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as LucideFish } from '../icons/fish';
|
|
1081
|
-
// FishingHook aliases
|
|
1082
|
-
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1083
1081
|
// FlagOff aliases
|
|
1084
1082
|
export { default as LucideFlagOff } from '../icons/flag-off';
|
|
1083
|
+
// FishingHook aliases
|
|
1084
|
+
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1085
1085
|
// FlagTriangleLeft aliases
|
|
1086
1086
|
export { default as LucideFlagTriangleLeft } from '../icons/flag-triangle-left';
|
|
1087
1087
|
// FlagTriangleRight aliases
|
|
@@ -1104,10 +1104,10 @@ export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
|
1104
1104
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1107
|
-
// FlipHorizontal aliases
|
|
1108
|
-
export { default as LucideFlipHorizontal } from '../icons/flip-horizontal';
|
|
1109
1107
|
// FlipVertical2 aliases
|
|
1110
1108
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1109
|
+
// FlipHorizontal aliases
|
|
1110
|
+
export { default as LucideFlipHorizontal } from '../icons/flip-horizontal';
|
|
1111
1111
|
// FlipVertical aliases
|
|
1112
1112
|
export { default as LucideFlipVertical } from '../icons/flip-vertical';
|
|
1113
1113
|
// Flower2 aliases
|
|
@@ -1126,16 +1126,16 @@ export { default as LucideFolderArchive } from '../icons/folder-archive';
|
|
|
1126
1126
|
export { default as LucideFolderCheck } from '../icons/folder-check';
|
|
1127
1127
|
// FolderClock aliases
|
|
1128
1128
|
export { default as LucideFolderClock } from '../icons/folder-clock';
|
|
1129
|
-
// FolderClosed aliases
|
|
1130
|
-
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1131
1129
|
// FolderCode aliases
|
|
1132
1130
|
export { default as LucideFolderCode } from '../icons/folder-code';
|
|
1131
|
+
// FolderClosed aliases
|
|
1132
|
+
export { default as LucideFolderClosed } from '../icons/folder-closed';
|
|
1133
|
+
// FolderDot aliases
|
|
1134
|
+
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1133
1135
|
// FolderDown aliases
|
|
1134
1136
|
export { default as LucideFolderDown } from '../icons/folder-down';
|
|
1135
1137
|
// FolderGit2 aliases
|
|
1136
1138
|
export { default as LucideFolderGit2 } from '../icons/folder-git-2';
|
|
1137
|
-
// FolderDot aliases
|
|
1138
|
-
export { default as LucideFolderDot } from '../icons/folder-dot';
|
|
1139
1139
|
// FolderGit aliases
|
|
1140
1140
|
export { default as LucideFolderGit } from '../icons/folder-git';
|
|
1141
1141
|
// FolderHeart aliases
|
|
@@ -1152,14 +1152,14 @@ export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
|
1152
1152
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
1154
1154
|
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1155
|
-
// FolderOpen aliases
|
|
1156
|
-
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1157
1155
|
// FolderOutput aliases
|
|
1158
1156
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1157
|
+
// FolderOpen aliases
|
|
1158
|
+
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1161
1159
|
// FolderRoot aliases
|
|
1162
1160
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1161
|
+
// FolderPlus aliases
|
|
1162
|
+
export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
1163
1163
|
// FolderSearch2 aliases
|
|
1164
1164
|
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1165
1165
|
// FolderSearch aliases
|
|
@@ -1180,20 +1180,20 @@ export { default as LucideFolder } from '../icons/folder';
|
|
|
1180
1180
|
export { default as LucideFolders } from '../icons/folders';
|
|
1181
1181
|
// Footprints aliases
|
|
1182
1182
|
export { default as LucideFootprints } from '../icons/footprints';
|
|
1183
|
-
// Forklift aliases
|
|
1184
|
-
export { default as LucideForklift } from '../icons/forklift';
|
|
1185
1183
|
// Form aliases
|
|
1186
1184
|
export { default as LucideForm } from '../icons/form';
|
|
1185
|
+
// Forklift aliases
|
|
1186
|
+
export { default as LucideForklift } from '../icons/forklift';
|
|
1187
1187
|
// Forward aliases
|
|
1188
1188
|
export { default as LucideForward } from '../icons/forward';
|
|
1189
1189
|
// Frame aliases
|
|
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';
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as LucideFrown } from '../icons/frown';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
1199
1199
|
// FunnelPlus aliases
|
|
@@ -1204,18 +1204,18 @@ export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizont
|
|
|
1204
1204
|
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1205
1205
|
// GalleryThumbnails aliases
|
|
1206
1206
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1207
|
-
// GalleryVertical aliases
|
|
1208
|
-
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1209
1207
|
// GalleryVerticalEnd aliases
|
|
1210
1208
|
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1209
|
+
// GalleryVertical aliases
|
|
1210
|
+
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1211
1211
|
// Gamepad2 aliases
|
|
1212
1212
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1213
1213
|
// GamepadDirectional aliases
|
|
1214
1214
|
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1215
|
-
// Gauge aliases
|
|
1216
|
-
export { default as LucideGauge } from '../icons/gauge';
|
|
1217
1215
|
// Gamepad aliases
|
|
1218
1216
|
export { default as LucideGamepad } from '../icons/gamepad';
|
|
1217
|
+
// Gauge aliases
|
|
1218
|
+
export { default as LucideGauge } from '../icons/gauge';
|
|
1219
1219
|
// Gavel aliases
|
|
1220
1220
|
export { default as LucideGavel } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
@@ -1240,10 +1240,10 @@ export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
|
1240
1240
|
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1241
1241
|
// GitFork aliases
|
|
1242
1242
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1243
|
-
// GitMergeConflict aliases
|
|
1244
|
-
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1245
1243
|
// GitGraph aliases
|
|
1246
1244
|
export { default as LucideGitGraph } from '../icons/git-graph';
|
|
1245
|
+
// GitMergeConflict aliases
|
|
1246
|
+
export { default as LucideGitMergeConflict } from '../icons/git-merge-conflict';
|
|
1247
1247
|
// GitMerge aliases
|
|
1248
1248
|
export { default as LucideGitMerge } from '../icons/git-merge';
|
|
1249
1249
|
// GitPullRequestArrow aliases
|
|
@@ -1288,14 +1288,14 @@ export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
|
1288
1288
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1289
1289
|
// GripVertical aliases
|
|
1290
1290
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1291
|
-
// Group aliases
|
|
1292
|
-
export { default as LucideGroup } from '../icons/group';
|
|
1293
1291
|
// Grip aliases
|
|
1294
1292
|
export { default as LucideGrip } from '../icons/grip';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// Group aliases
|
|
1294
|
+
export { default as LucideGroup } from '../icons/group';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as LucideHam } from '../icons/ham';
|
|
1297
|
+
// Guitar aliases
|
|
1298
|
+
export { default as LucideGuitar } from '../icons/guitar';
|
|
1299
1299
|
// Hamburger aliases
|
|
1300
1300
|
export { default as LucideHamburger } from '../icons/hamburger';
|
|
1301
1301
|
// Hammer aliases
|
|
@@ -1312,10 +1312,10 @@ export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
|
1312
1312
|
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as LucideHand } from '../icons/hand';
|
|
1315
|
-
// Handshake aliases
|
|
1316
|
-
export { default as LucideHandshake } from '../icons/handshake';
|
|
1317
1315
|
// Handbag aliases
|
|
1318
1316
|
export { default as LucideHandbag } from '../icons/handbag';
|
|
1317
|
+
// Handshake aliases
|
|
1318
|
+
export { default as LucideHandshake } from '../icons/handshake';
|
|
1319
1319
|
// HardDriveDownload aliases
|
|
1320
1320
|
export { default as LucideHardDriveDownload } from '../icons/hard-drive-download';
|
|
1321
1321
|
// HardDriveUpload aliases
|
|
@@ -1352,22 +1352,22 @@ export { default as LucideHeading } from '../icons/heading';
|
|
|
1352
1352
|
export { default as LucideHeadphoneOff } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as LucideHeadphones } from '../icons/headphones';
|
|
1355
|
-
// Headset aliases
|
|
1356
|
-
export { default as LucideHeadset } from '../icons/headset';
|
|
1357
1355
|
// HeartCrack aliases
|
|
1358
1356
|
export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1357
|
+
// Headset aliases
|
|
1358
|
+
export { default as LucideHeadset } from '../icons/headset';
|
|
1361
1359
|
// HeartMinus aliases
|
|
1362
1360
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1361
|
+
// HeartHandshake aliases
|
|
1362
|
+
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1363
1363
|
// HeartOff aliases
|
|
1364
1364
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1365
1365
|
// HeartPlus aliases
|
|
1366
1366
|
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1367
|
-
// Heart aliases
|
|
1368
|
-
export { default as LucideHeart } from '../icons/heart';
|
|
1369
1367
|
// HeartPulse aliases
|
|
1370
1368
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1369
|
+
// Heart aliases
|
|
1370
|
+
export { default as LucideHeart } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as LucideHeater } from '../icons/heater';
|
|
1373
1373
|
// Helicopter aliases
|
|
@@ -1386,10 +1386,10 @@ export { default as LucideHop } from '../icons/hop';
|
|
|
1386
1386
|
export { default as LucideHospital } from '../icons/hospital';
|
|
1387
1387
|
// Hotel aliases
|
|
1388
1388
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1389
|
-
// Hourglass aliases
|
|
1390
|
-
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1391
1389
|
// HouseHeart aliases
|
|
1392
1390
|
export { default as LucideHouseHeart } from '../icons/house-heart';
|
|
1391
|
+
// Hourglass aliases
|
|
1392
|
+
export { default as LucideHourglass } from '../icons/hourglass';
|
|
1393
1393
|
// HousePlug aliases
|
|
1394
1394
|
export { default as LucideHousePlug } from '../icons/house-plug';
|
|
1395
1395
|
// HousePlus aliases
|
|
@@ -1410,20 +1410,20 @@ export { default as LucideImageOff } from '../icons/image-off';
|
|
|
1410
1410
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1411
1411
|
// ImagePlus aliases
|
|
1412
1412
|
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1413
|
-
// ImageUp aliases
|
|
1414
|
-
export { default as LucideImageUp } from '../icons/image-up';
|
|
1415
1413
|
// ImageUpscale aliases
|
|
1416
1414
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1415
|
+
// ImageUp aliases
|
|
1416
|
+
export { default as LucideImageUp } from '../icons/image-up';
|
|
1417
1417
|
// Image aliases
|
|
1418
1418
|
export { default as LucideImage } from '../icons/image';
|
|
1419
1419
|
// Images aliases
|
|
1420
1420
|
export { default as LucideImages } from '../icons/images';
|
|
1421
|
+
// IndianRupee aliases
|
|
1422
|
+
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1421
1423
|
// Import aliases
|
|
1422
1424
|
export { default as LucideImport } from '../icons/import';
|
|
1423
1425
|
// Inbox aliases
|
|
1424
1426
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1425
|
-
// IndianRupee aliases
|
|
1426
|
-
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1427
1427
|
// Infinity aliases
|
|
1428
1428
|
export { default as LucideInfinity } from '../icons/infinity';
|
|
1429
1429
|
// Info aliases
|
|
@@ -1486,10 +1486,10 @@ export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
|
1486
1486
|
export { default as LucideLasso } from '../icons/lasso';
|
|
1487
1487
|
// Laugh aliases
|
|
1488
1488
|
export { default as LucideLaugh } from '../icons/laugh';
|
|
1489
|
-
// Layers2 aliases
|
|
1490
|
-
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1491
1489
|
// LayersPlus aliases
|
|
1492
1490
|
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1491
|
+
// Layers2 aliases
|
|
1492
|
+
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1493
1493
|
// LayoutGrid aliases
|
|
1494
1494
|
export { default as LucideLayoutGrid } from '../icons/layout-grid';
|
|
1495
1495
|
// LayoutDashboard aliases
|
|
@@ -1548,14 +1548,14 @@ export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-d
|
|
|
1548
1548
|
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1549
1549
|
// ListEnd aliases
|
|
1550
1550
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1551
|
-
// ListFilter aliases
|
|
1552
|
-
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1553
1551
|
// ListFilterPlus aliases
|
|
1554
1552
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1555
|
-
//
|
|
1556
|
-
export { default as
|
|
1553
|
+
// ListFilter aliases
|
|
1554
|
+
export { default as LucideListFilter } from '../icons/list-filter';
|
|
1557
1555
|
// ListMinus aliases
|
|
1558
1556
|
export { default as LucideListMinus } from '../icons/list-minus';
|
|
1557
|
+
// ListMusic aliases
|
|
1558
|
+
export { default as LucideListMusic } from '../icons/list-music';
|
|
1559
1559
|
// ListOrdered aliases
|
|
1560
1560
|
export { default as LucideListOrdered } from '../icons/list-ordered';
|
|
1561
1561
|
// ListPlus aliases
|
|
@@ -1566,12 +1566,12 @@ export { default as LucideListRestart } from '../icons/list-restart';
|
|
|
1566
1566
|
export { default as LucideListStart } from '../icons/list-start';
|
|
1567
1567
|
// ListTodo aliases
|
|
1568
1568
|
export { default as LucideListTodo } from '../icons/list-todo';
|
|
1569
|
-
// ListTree aliases
|
|
1570
|
-
export { default as LucideListTree } from '../icons/list-tree';
|
|
1571
1569
|
// ListVideo aliases
|
|
1572
1570
|
export { default as LucideListVideo } from '../icons/list-video';
|
|
1573
1571
|
// ListX aliases
|
|
1574
1572
|
export { default as LucideListX } from '../icons/list-x';
|
|
1573
|
+
// ListTree aliases
|
|
1574
|
+
export { default as LucideListTree } from '../icons/list-tree';
|
|
1575
1575
|
// List aliases
|
|
1576
1576
|
export { default as LucideList } from '../icons/list';
|
|
1577
1577
|
// LoaderPinwheel aliases
|
|
@@ -1602,10 +1602,10 @@ export { default as LucideLuggage } from '../icons/luggage';
|
|
|
1602
1602
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1603
1603
|
// MailCheck aliases
|
|
1604
1604
|
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1605
|
-
// MailMinus aliases
|
|
1606
|
-
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1607
1605
|
// MailOpen aliases
|
|
1608
1606
|
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1607
|
+
// MailMinus aliases
|
|
1608
|
+
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1609
1609
|
// MailPlus aliases
|
|
1610
1610
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1611
1611
|
// MailSearch aliases
|
|
@@ -1644,18 +1644,18 @@ export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
|
1644
1644
|
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1645
1645
|
// MapPin aliases
|
|
1646
1646
|
export { default as LucideMapPin } from '../icons/map-pin';
|
|
1647
|
-
// MapPinned aliases
|
|
1648
|
-
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1649
1647
|
// MapPlus aliases
|
|
1650
1648
|
export { default as LucideMapPlus } from '../icons/map-plus';
|
|
1649
|
+
// MapPinned aliases
|
|
1650
|
+
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1651
1651
|
// Map aliases
|
|
1652
1652
|
export { default as LucideMap } from '../icons/map';
|
|
1653
|
-
// Mars aliases
|
|
1654
|
-
export { default as LucideMars } from '../icons/mars';
|
|
1655
1653
|
// MarsStroke aliases
|
|
1656
1654
|
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1657
1655
|
// Martini aliases
|
|
1658
1656
|
export { default as LucideMartini } from '../icons/martini';
|
|
1657
|
+
// Mars aliases
|
|
1658
|
+
export { default as LucideMars } from '../icons/mars';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
@@ -1668,10 +1668,10 @@ export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
|
1668
1668
|
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as LucideMeh } from '../icons/meh';
|
|
1671
|
-
// MemoryStick aliases
|
|
1672
|
-
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1673
1671
|
// Menu aliases
|
|
1674
1672
|
export { default as LucideMenu } from '../icons/menu';
|
|
1673
|
+
// MemoryStick aliases
|
|
1674
|
+
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1675
1675
|
// Merge aliases
|
|
1676
1676
|
export { default as LucideMerge } from '../icons/merge';
|
|
1677
1677
|
// MessageCircleCode aliases
|
|
@@ -1688,10 +1688,10 @@ export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
|
1688
1688
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1689
1689
|
// MessageCircleReply aliases
|
|
1690
1690
|
export { default as LucideMessageCircleReply } from '../icons/message-circle-reply';
|
|
1691
|
-
// MessageCircleWarning aliases
|
|
1692
|
-
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1693
1691
|
// MessageCircleX aliases
|
|
1694
1692
|
export { default as LucideMessageCircleX } from '../icons/message-circle-x';
|
|
1693
|
+
// MessageCircleWarning aliases
|
|
1694
|
+
export { default as LucideMessageCircleWarning } from '../icons/message-circle-warning';
|
|
1695
1695
|
// MessageCircle aliases
|
|
1696
1696
|
export { default as LucideMessageCircle } from '../icons/message-circle';
|
|
1697
1697
|
// MessageSquareCode aliases
|
|
@@ -1702,14 +1702,14 @@ export { default as LucideMessageSquareDashed } from '../icons/message-square-da
|
|
|
1702
1702
|
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1703
1703
|
// MessageSquareDot aliases
|
|
1704
1704
|
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1705
|
-
// MessageSquareHeart aliases
|
|
1706
|
-
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1707
1705
|
// MessageSquareLock aliases
|
|
1708
1706
|
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1707
|
+
// MessageSquareHeart aliases
|
|
1708
|
+
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1711
1709
|
// MessageSquareOff aliases
|
|
1712
1710
|
export { default as LucideMessageSquareOff } from '../icons/message-square-off';
|
|
1711
|
+
// MessageSquareMore aliases
|
|
1712
|
+
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1713
1713
|
// MessageSquarePlus aliases
|
|
1714
1714
|
export { default as LucideMessageSquarePlus } from '../icons/message-square-plus';
|
|
1715
1715
|
// MessageSquareQuote aliases
|
|
@@ -1736,10 +1736,10 @@ export { default as LucideMic } from '../icons/mic';
|
|
|
1736
1736
|
export { default as LucideMicrochip } from '../icons/microchip';
|
|
1737
1737
|
// Microscope aliases
|
|
1738
1738
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1739
|
-
// Microwave aliases
|
|
1740
|
-
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1741
1739
|
// Milestone aliases
|
|
1742
1740
|
export { default as LucideMilestone } from '../icons/milestone';
|
|
1741
|
+
// Microwave aliases
|
|
1742
|
+
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1743
1743
|
// MilkOff aliases
|
|
1744
1744
|
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1745
1745
|
// Milk aliases
|
|
@@ -1776,10 +1776,10 @@ export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone'
|
|
|
1776
1776
|
export { default as LucideMonitorSpeaker } from '../icons/monitor-speaker';
|
|
1777
1777
|
// MonitorStop aliases
|
|
1778
1778
|
export { default as LucideMonitorStop } from '../icons/monitor-stop';
|
|
1779
|
-
// MonitorUp aliases
|
|
1780
|
-
export { default as LucideMonitorUp } from '../icons/monitor-up';
|
|
1781
1779
|
// MonitorX aliases
|
|
1782
1780
|
export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
1781
|
+
// MonitorUp aliases
|
|
1782
|
+
export { default as LucideMonitorUp } from '../icons/monitor-up';
|
|
1783
1783
|
// Monitor aliases
|
|
1784
1784
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1785
1785
|
// MoonStar aliases
|
|
@@ -1812,10 +1812,10 @@ export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
|
1812
1812
|
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1813
1813
|
// MoveDownLeft aliases
|
|
1814
1814
|
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1815
|
-
// MoveDownRight aliases
|
|
1816
|
-
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1817
1815
|
// MoveDown aliases
|
|
1818
1816
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1817
|
+
// MoveDownRight aliases
|
|
1818
|
+
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1819
1819
|
// MoveHorizontal aliases
|
|
1820
1820
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1821
1821
|
// MoveLeft aliases
|
|
@@ -1832,30 +1832,30 @@ export { default as LucideMoveUp } from '../icons/move-up';
|
|
|
1832
1832
|
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1833
1833
|
// Move aliases
|
|
1834
1834
|
export { default as LucideMove } from '../icons/move';
|
|
1835
|
-
// Music2 aliases
|
|
1836
|
-
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1837
1835
|
// Music3 aliases
|
|
1838
1836
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1837
|
+
// Music2 aliases
|
|
1838
|
+
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1839
1839
|
// Music4 aliases
|
|
1840
1840
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1841
1841
|
// Music aliases
|
|
1842
1842
|
export { default as LucideMusic } from '../icons/music';
|
|
1843
|
-
// Navigation2Off aliases
|
|
1844
|
-
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1845
1843
|
// Navigation2 aliases
|
|
1846
1844
|
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1845
|
+
// Navigation2Off aliases
|
|
1846
|
+
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1847
|
+
// NavigationOff aliases
|
|
1848
|
+
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1847
1849
|
// Navigation aliases
|
|
1848
1850
|
export { default as LucideNavigation } from '../icons/navigation';
|
|
1849
1851
|
// Network aliases
|
|
1850
1852
|
export { default as LucideNetwork } from '../icons/network';
|
|
1851
|
-
// NavigationOff aliases
|
|
1852
|
-
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1853
1853
|
// Newspaper aliases
|
|
1854
1854
|
export { default as LucideNewspaper } from '../icons/newspaper';
|
|
1855
|
-
// Nfc aliases
|
|
1856
|
-
export { default as LucideNfc } from '../icons/nfc';
|
|
1857
1855
|
// NonBinary aliases
|
|
1858
1856
|
export { default as LucideNonBinary } from '../icons/non-binary';
|
|
1857
|
+
// Nfc aliases
|
|
1858
|
+
export { default as LucideNfc } from '../icons/nfc';
|
|
1859
1859
|
// NotebookTabs aliases
|
|
1860
1860
|
export { default as LucideNotebookTabs } from '../icons/notebook-tabs';
|
|
1861
1861
|
// NotebookPen aliases
|
|
@@ -1908,10 +1908,10 @@ export { default as LucidePaintRoller } from '../icons/paint-roller';
|
|
|
1908
1908
|
export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as LucidePalette } from '../icons/palette';
|
|
1911
|
-
// Panda aliases
|
|
1912
|
-
export { default as LucidePanda } from '../icons/panda';
|
|
1913
1911
|
// PanelBottomClose aliases
|
|
1914
1912
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1913
|
+
// Panda aliases
|
|
1914
|
+
export { default as LucidePanda } from '../icons/panda';
|
|
1915
1915
|
// PanelBottomOpen aliases
|
|
1916
1916
|
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1917
1917
|
// PanelBottom aliases
|
|
@@ -1920,16 +1920,16 @@ export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
|
1920
1920
|
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1921
1921
|
// PanelRightClose aliases
|
|
1922
1922
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1923
|
-
// PanelRight aliases
|
|
1924
|
-
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
1925
1923
|
// PanelRightOpen aliases
|
|
1926
1924
|
export { default as LucidePanelRightOpen } from '../icons/panel-right-open';
|
|
1925
|
+
// PanelRight aliases
|
|
1926
|
+
export { default as LucidePanelRight } from '../icons/panel-right';
|
|
1927
1927
|
// PanelTopBottomDashed aliases
|
|
1928
1928
|
export { default as LucidePanelTopBottomDashed } from '../icons/panel-top-bottom-dashed';
|
|
1929
|
-
// PanelTopClose aliases
|
|
1930
|
-
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1931
1929
|
// PanelTopOpen aliases
|
|
1932
1930
|
export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
1931
|
+
// PanelTopClose aliases
|
|
1932
|
+
export { default as LucidePanelTopClose } from '../icons/panel-top-close';
|
|
1933
1933
|
// PanelTop aliases
|
|
1934
1934
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1935
1935
|
// PanelsLeftBottom aliases
|
|
@@ -1938,18 +1938,18 @@ export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
|
1938
1938
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1939
1939
|
// Paperclip aliases
|
|
1940
1940
|
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1941
|
-
// Parentheses aliases
|
|
1942
|
-
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1943
1941
|
// ParkingMeter aliases
|
|
1944
1942
|
export { default as LucideParkingMeter } from '../icons/parking-meter';
|
|
1943
|
+
// Parentheses aliases
|
|
1944
|
+
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1945
1945
|
// PartyPopper aliases
|
|
1946
1946
|
export { default as LucidePartyPopper } from '../icons/party-popper';
|
|
1947
1947
|
// Pause aliases
|
|
1948
1948
|
export { default as LucidePause } from '../icons/pause';
|
|
1949
|
-
// PawPrint aliases
|
|
1950
|
-
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1951
1949
|
// PcCase aliases
|
|
1952
1950
|
export { default as LucidePcCase } from '../icons/pc-case';
|
|
1951
|
+
// PawPrint aliases
|
|
1952
|
+
export { default as LucidePawPrint } from '../icons/paw-print';
|
|
1953
1953
|
// PenOff aliases
|
|
1954
1954
|
export { default as LucidePenOff } from '../icons/pen-off';
|
|
1955
1955
|
// PenTool aliases
|
|
@@ -1974,10 +1974,10 @@ export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
|
1974
1974
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1975
1975
|
// PhoneForwarded aliases
|
|
1976
1976
|
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1977
|
-
// PhoneIncoming aliases
|
|
1978
|
-
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1979
1977
|
// PhoneMissed aliases
|
|
1980
1978
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1979
|
+
// PhoneIncoming aliases
|
|
1980
|
+
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1981
1981
|
// PhoneOff aliases
|
|
1982
1982
|
export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
1983
1983
|
// PhoneOutgoing aliases
|
|
@@ -1988,20 +1988,20 @@ export { default as LucidePhone } from '../icons/phone';
|
|
|
1988
1988
|
export { default as LucidePi } from '../icons/pi';
|
|
1989
1989
|
// Pickaxe aliases
|
|
1990
1990
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
1991
|
+
// Piano aliases
|
|
1992
|
+
export { default as LucidePiano } from '../icons/piano';
|
|
1991
1993
|
// PictureInPicture2 aliases
|
|
1992
1994
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
1993
1995
|
// PictureInPicture aliases
|
|
1994
1996
|
export { default as LucidePictureInPicture } from '../icons/picture-in-picture';
|
|
1995
|
-
// Piano aliases
|
|
1996
|
-
export { default as LucidePiano } from '../icons/piano';
|
|
1997
1997
|
// PiggyBank aliases
|
|
1998
1998
|
export { default as LucidePiggyBank } from '../icons/piggy-bank';
|
|
1999
1999
|
// PilcrowLeft aliases
|
|
2000
2000
|
export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
2001
|
-
// PilcrowRight aliases
|
|
2002
|
-
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
2003
2001
|
// Pilcrow aliases
|
|
2004
2002
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
2003
|
+
// PilcrowRight aliases
|
|
2004
|
+
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
2005
2005
|
// PillBottle aliases
|
|
2006
2006
|
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2007
2007
|
// Pill aliases
|
|
@@ -2026,10 +2026,10 @@ export { default as LucidePlay } from '../icons/play';
|
|
|
2026
2026
|
export { default as LucidePlug2 } from '../icons/plug-2';
|
|
2027
2027
|
// Plug aliases
|
|
2028
2028
|
export { default as LucidePlug } from '../icons/plug';
|
|
2029
|
-
// Plus aliases
|
|
2030
|
-
export { default as LucidePlus } from '../icons/plus';
|
|
2031
2029
|
// PocketKnife aliases
|
|
2032
2030
|
export { default as LucidePocketKnife } from '../icons/pocket-knife';
|
|
2031
|
+
// Plus aliases
|
|
2032
|
+
export { default as LucidePlus } from '../icons/plus';
|
|
2033
2033
|
// Pocket aliases
|
|
2034
2034
|
export { default as LucidePocket } from '../icons/pocket';
|
|
2035
2035
|
// Podcast aliases
|
|
@@ -2058,10 +2058,10 @@ export { default as LucidePrinterX } from '../icons/printer-x';
|
|
|
2058
2058
|
export { default as LucideProjector } from '../icons/projector';
|
|
2059
2059
|
// Printer aliases
|
|
2060
2060
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2061
|
-
// Puzzle aliases
|
|
2062
|
-
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2063
2061
|
// Proportions aliases
|
|
2064
2062
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2063
|
+
// Puzzle aliases
|
|
2064
|
+
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2065
2065
|
// Pyramid aliases
|
|
2066
2066
|
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2067
2067
|
// QrCode aliases
|
|
@@ -2090,36 +2090,36 @@ export { default as LucideRailSymbol } from '../icons/rail-symbol';
|
|
|
2090
2090
|
export { default as LucideRainbow } from '../icons/rainbow';
|
|
2091
2091
|
// Rat aliases
|
|
2092
2092
|
export { default as LucideRat } from '../icons/rat';
|
|
2093
|
-
// Ratio aliases
|
|
2094
|
-
export { default as LucideRatio } from '../icons/ratio';
|
|
2095
2093
|
// ReceiptCent aliases
|
|
2096
2094
|
export { default as LucideReceiptCent } from '../icons/receipt-cent';
|
|
2095
|
+
// Ratio aliases
|
|
2096
|
+
export { default as LucideRatio } from '../icons/ratio';
|
|
2097
2097
|
// ReceiptEuro aliases
|
|
2098
2098
|
export { default as LucideReceiptEuro } from '../icons/receipt-euro';
|
|
2099
2099
|
// ReceiptIndianRupee aliases
|
|
2100
2100
|
export { default as LucideReceiptIndianRupee } from '../icons/receipt-indian-rupee';
|
|
2101
|
-
// ReceiptJapaneseYen aliases
|
|
2102
|
-
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2103
2101
|
// ReceiptPoundSterling aliases
|
|
2104
2102
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2103
|
+
// ReceiptJapaneseYen aliases
|
|
2104
|
+
export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-yen';
|
|
2105
2105
|
// ReceiptRussianRuble aliases
|
|
2106
2106
|
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2107
2107
|
// ReceiptSwissFranc aliases
|
|
2108
2108
|
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2109
|
-
// ReceiptText aliases
|
|
2110
|
-
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2111
2109
|
// ReceiptTurkishLira aliases
|
|
2112
2110
|
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2113
2111
|
// Receipt aliases
|
|
2114
2112
|
export { default as LucideReceipt } from '../icons/receipt';
|
|
2115
2113
|
// RectangleCircle aliases
|
|
2116
2114
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2115
|
+
// ReceiptText aliases
|
|
2116
|
+
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2117
2117
|
// RectangleGoggles aliases
|
|
2118
2118
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2119
|
-
// RectangleHorizontal aliases
|
|
2120
|
-
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2121
2119
|
// RectangleVertical aliases
|
|
2122
2120
|
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2121
|
+
// RectangleHorizontal aliases
|
|
2122
|
+
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2123
2123
|
// Recycle aliases
|
|
2124
2124
|
export { default as LucideRecycle } from '../icons/recycle';
|
|
2125
2125
|
// Redo2 aliases
|
|
@@ -2128,12 +2128,12 @@ export { default as LucideRedo2 } from '../icons/redo-2';
|
|
|
2128
2128
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2129
2129
|
// Redo aliases
|
|
2130
2130
|
export { default as LucideRedo } from '../icons/redo';
|
|
2131
|
-
// RefreshCcwDot aliases
|
|
2132
|
-
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2133
2131
|
// RefreshCcw aliases
|
|
2134
2132
|
export { default as LucideRefreshCcw } from '../icons/refresh-ccw';
|
|
2135
2133
|
// RefreshCwOff aliases
|
|
2136
2134
|
export { default as LucideRefreshCwOff } from '../icons/refresh-cw-off';
|
|
2135
|
+
// RefreshCcwDot aliases
|
|
2136
|
+
export { default as LucideRefreshCcwDot } from '../icons/refresh-ccw-dot';
|
|
2137
2137
|
// RefreshCw aliases
|
|
2138
2138
|
export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
2139
2139
|
// Refrigerator aliases
|
|
@@ -2142,10 +2142,10 @@ export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
|
2142
2142
|
export { default as LucideRegex } from '../icons/regex';
|
|
2143
2143
|
// RemoveFormatting aliases
|
|
2144
2144
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2145
|
-
// Repeat1 aliases
|
|
2146
|
-
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2147
2145
|
// Repeat2 aliases
|
|
2148
2146
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2147
|
+
// Repeat1 aliases
|
|
2148
|
+
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2149
2149
|
// Repeat aliases
|
|
2150
2150
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2151
2151
|
// ReplaceAll aliases
|
|
@@ -2170,10 +2170,10 @@ export { default as LucideRollerCoaster } from '../icons/roller-coaster';
|
|
|
2170
2170
|
export { default as LucideRose } from '../icons/rose';
|
|
2171
2171
|
// RotateCcwKey aliases
|
|
2172
2172
|
export { default as LucideRotateCcwKey } from '../icons/rotate-ccw-key';
|
|
2173
|
-
// RotateCcwSquare aliases
|
|
2174
|
-
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2175
2173
|
// RotateCcw aliases
|
|
2176
2174
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2175
|
+
// RotateCcwSquare aliases
|
|
2176
|
+
export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2179
2179
|
// RotateCw aliases
|
|
@@ -2198,10 +2198,10 @@ export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
|
2198
2198
|
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2199
2199
|
// Salad aliases
|
|
2200
2200
|
export { default as LucideSalad } from '../icons/salad';
|
|
2201
|
-
// Sandwich aliases
|
|
2202
|
-
export { default as LucideSandwich } from '../icons/sandwich';
|
|
2203
2201
|
// SatelliteDish aliases
|
|
2204
2202
|
export { default as LucideSatelliteDish } from '../icons/satellite-dish';
|
|
2203
|
+
// Sandwich aliases
|
|
2204
|
+
export { default as LucideSandwich } from '../icons/sandwich';
|
|
2205
2205
|
// Satellite aliases
|
|
2206
2206
|
export { default as LucideSatellite } from '../icons/satellite';
|
|
2207
2207
|
// SaudiRiyal aliases
|
|
@@ -2212,20 +2212,20 @@ export { default as LucideSaveAll } from '../icons/save-all';
|
|
|
2212
2212
|
export { default as LucideSaveOff } from '../icons/save-off';
|
|
2213
2213
|
// Save aliases
|
|
2214
2214
|
export { default as LucideSave } from '../icons/save';
|
|
2215
|
-
// Scale aliases
|
|
2216
|
-
export { default as LucideScale } from '../icons/scale';
|
|
2217
2215
|
// Scaling aliases
|
|
2218
2216
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2217
|
+
// Scale aliases
|
|
2218
|
+
export { default as LucideScale } from '../icons/scale';
|
|
2219
2219
|
// ScanBarcode aliases
|
|
2220
2220
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2221
2221
|
// ScanEye aliases
|
|
2222
2222
|
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2223
|
+
// ScanFace aliases
|
|
2224
|
+
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2223
2225
|
// ScanHeart aliases
|
|
2224
2226
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2225
2227
|
// ScanLine aliases
|
|
2226
2228
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2227
|
-
// ScanFace aliases
|
|
2228
|
-
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2229
2229
|
// ScanQrCode aliases
|
|
2230
2230
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2231
2231
|
// ScanSearch aliases
|
|
@@ -2260,14 +2260,14 @@ export { default as LucideSearchCode } from '../icons/search-code';
|
|
|
2260
2260
|
export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
2261
2261
|
// SearchX aliases
|
|
2262
2262
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2263
|
-
// Search aliases
|
|
2264
|
-
export { default as LucideSearch } from '../icons/search';
|
|
2265
2263
|
// Section aliases
|
|
2266
2264
|
export { default as LucideSection } from '../icons/section';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2265
|
+
// Search aliases
|
|
2266
|
+
export { default as LucideSearch } from '../icons/search';
|
|
2269
2267
|
// SendToBack aliases
|
|
2270
2268
|
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2269
|
+
// Send aliases
|
|
2270
|
+
export { default as LucideSend } from '../icons/send';
|
|
2271
2271
|
// SeparatorHorizontal aliases
|
|
2272
2272
|
export { default as LucideSeparatorHorizontal } from '../icons/separator-horizontal';
|
|
2273
2273
|
// SeparatorVertical aliases
|
|
@@ -2280,10 +2280,10 @@ export { default as LucideServerCrash } from '../icons/server-crash';
|
|
|
2280
2280
|
export { default as LucideServerOff } from '../icons/server-off';
|
|
2281
2281
|
// Server aliases
|
|
2282
2282
|
export { default as LucideServer } from '../icons/server';
|
|
2283
|
-
// Settings aliases
|
|
2284
|
-
export { default as LucideSettings } from '../icons/settings';
|
|
2285
2283
|
// Settings2 aliases
|
|
2286
2284
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2285
|
+
// Settings aliases
|
|
2286
|
+
export { default as LucideSettings } from '../icons/settings';
|
|
2287
2287
|
// Shapes aliases
|
|
2288
2288
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2289
2289
|
// Share2 aliases
|
|
@@ -2294,10 +2294,12 @@ export { default as LucideShare } from '../icons/share';
|
|
|
2294
2294
|
export { default as LucideSheet } from '../icons/sheet';
|
|
2295
2295
|
// Shell aliases
|
|
2296
2296
|
export { default as LucideShell } from '../icons/shell';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2297
|
+
// ShelvingUnit aliases
|
|
2298
|
+
export { default as LucideShelvingUnit } from '../icons/shelving-unit';
|
|
2299
2299
|
// ShieldBan aliases
|
|
2300
2300
|
export { default as LucideShieldBan } from '../icons/shield-ban';
|
|
2301
|
+
// ShieldAlert aliases
|
|
2302
|
+
export { default as LucideShieldAlert } from '../icons/shield-alert';
|
|
2301
2303
|
// ShieldCheck aliases
|
|
2302
2304
|
export { default as LucideShieldCheck } from '../icons/shield-check';
|
|
2303
2305
|
// ShieldEllipsis aliases
|
|
@@ -2376,16 +2378,16 @@ export { default as LucideSlice } from '../icons/slice';
|
|
|
2376
2378
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2377
2379
|
// SmartphoneCharging aliases
|
|
2378
2380
|
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2379
|
-
// Smartphone aliases
|
|
2380
|
-
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2381
2381
|
// SmartphoneNfc aliases
|
|
2382
2382
|
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2383
|
+
// Smartphone aliases
|
|
2384
|
+
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2383
2385
|
// SmilePlus aliases
|
|
2384
2386
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2385
|
-
// Snail aliases
|
|
2386
|
-
export { default as LucideSnail } from '../icons/snail';
|
|
2387
2387
|
// Smile aliases
|
|
2388
2388
|
export { default as LucideSmile } from '../icons/smile';
|
|
2389
|
+
// Snail aliases
|
|
2390
|
+
export { default as LucideSnail } from '../icons/snail';
|
|
2389
2391
|
// Snowflake aliases
|
|
2390
2392
|
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2391
2393
|
// SoapDispenserDroplet aliases
|
|
@@ -2408,10 +2410,10 @@ export { default as LucideSpeaker } from '../icons/speaker';
|
|
|
2408
2410
|
export { default as LucideSpeech } from '../icons/speech';
|
|
2409
2411
|
// SpellCheck2 aliases
|
|
2410
2412
|
export { default as LucideSpellCheck2 } from '../icons/spell-check-2';
|
|
2411
|
-
// SpellCheck aliases
|
|
2412
|
-
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2413
2413
|
// SplinePointer aliases
|
|
2414
2414
|
export { default as LucideSplinePointer } from '../icons/spline-pointer';
|
|
2415
|
+
// SpellCheck aliases
|
|
2416
|
+
export { default as LucideSpellCheck } from '../icons/spell-check';
|
|
2415
2417
|
// Spline aliases
|
|
2416
2418
|
export { default as LucideSpline } from '../icons/spline';
|
|
2417
2419
|
// Split aliases
|
|
@@ -2496,12 +2498,12 @@ export { default as LucideSunDim } from '../icons/sun-dim';
|
|
|
2496
2498
|
export { default as LucideSunMedium } from '../icons/sun-medium';
|
|
2497
2499
|
// SunMoon aliases
|
|
2498
2500
|
export { default as LucideSunMoon } from '../icons/sun-moon';
|
|
2499
|
-
// Sun aliases
|
|
2500
|
-
export { default as LucideSun } from '../icons/sun';
|
|
2501
2501
|
// SunSnow aliases
|
|
2502
2502
|
export { default as LucideSunSnow } from '../icons/sun-snow';
|
|
2503
2503
|
// Sunrise aliases
|
|
2504
2504
|
export { default as LucideSunrise } from '../icons/sunrise';
|
|
2505
|
+
// Sun aliases
|
|
2506
|
+
export { default as LucideSun } from '../icons/sun';
|
|
2505
2507
|
// Sunset aliases
|
|
2506
2508
|
export { default as LucideSunset } from '../icons/sunset';
|
|
2507
2509
|
// Superscript aliases
|
|
@@ -2510,10 +2512,10 @@ export { default as LucideSuperscript } from '../icons/superscript';
|
|
|
2510
2512
|
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2511
2513
|
// SwissFranc aliases
|
|
2512
2514
|
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2513
|
-
// SwitchCamera aliases
|
|
2514
|
-
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2515
2515
|
// Sword aliases
|
|
2516
2516
|
export { default as LucideSword } from '../icons/sword';
|
|
2517
|
+
// SwitchCamera aliases
|
|
2518
|
+
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2517
2519
|
// Swords aliases
|
|
2518
2520
|
export { default as LucideSwords } from '../icons/swords';
|
|
2519
2521
|
// Syringe aliases
|
|
@@ -2554,10 +2556,10 @@ export { default as LucideTally3 } from '../icons/tally-3';
|
|
|
2554
2556
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2555
2557
|
// Tally5 aliases
|
|
2556
2558
|
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2557
|
-
// Target aliases
|
|
2558
|
-
export { default as LucideTarget } from '../icons/target';
|
|
2559
2559
|
// Tangent aliases
|
|
2560
2560
|
export { default as LucideTangent } from '../icons/tangent';
|
|
2561
|
+
// Target aliases
|
|
2562
|
+
export { default as LucideTarget } from '../icons/target';
|
|
2561
2563
|
// Telescope aliases
|
|
2562
2564
|
export { default as LucideTelescope } from '../icons/telescope';
|
|
2563
2565
|
// TentTree aliases
|
|
@@ -2584,10 +2586,10 @@ export { default as LucideTheater } from '../icons/theater';
|
|
|
2584
2586
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2585
2587
|
// ThermometerSun aliases
|
|
2586
2588
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2587
|
-
// Thermometer aliases
|
|
2588
|
-
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2589
2589
|
// ThumbsDown aliases
|
|
2590
2590
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2591
|
+
// Thermometer aliases
|
|
2592
|
+
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2591
2593
|
// ThumbsUp aliases
|
|
2592
2594
|
export { default as LucideThumbsUp } from '../icons/thumbs-up';
|
|
2593
2595
|
// TicketCheck aliases
|
|
@@ -2626,12 +2628,14 @@ export { default as LucideToolCase } from '../icons/tool-case';
|
|
|
2626
2628
|
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2627
2629
|
// Torus aliases
|
|
2628
2630
|
export { default as LucideTorus } from '../icons/torus';
|
|
2629
|
-
// Tornado aliases
|
|
2630
|
-
export { default as LucideTornado } from '../icons/tornado';
|
|
2631
2631
|
// TouchpadOff aliases
|
|
2632
2632
|
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2633
|
+
// Tornado aliases
|
|
2634
|
+
export { default as LucideTornado } from '../icons/tornado';
|
|
2633
2635
|
// Touchpad aliases
|
|
2634
2636
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2637
|
+
// TowelRack aliases
|
|
2638
|
+
export { default as LucideTowelRack } from '../icons/towel-rack';
|
|
2635
2639
|
// TowerControl aliases
|
|
2636
2640
|
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2637
2641
|
// ToyBrick aliases
|
|
@@ -2648,10 +2652,10 @@ export { default as LucideTrainFront } from '../icons/train-front';
|
|
|
2648
2652
|
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2649
2653
|
// Transgender aliases
|
|
2650
2654
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2651
|
-
// Trash2 aliases
|
|
2652
|
-
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2653
2655
|
// Trash aliases
|
|
2654
2656
|
export { default as LucideTrash } from '../icons/trash';
|
|
2657
|
+
// Trash2 aliases
|
|
2658
|
+
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2655
2659
|
// TreeDeciduous aliases
|
|
2656
2660
|
export { default as LucideTreeDeciduous } from '../icons/tree-deciduous';
|
|
2657
2661
|
// TreePine aliases
|
|
@@ -2684,12 +2688,12 @@ export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
|
2684
2688
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2685
2689
|
// Turtle aliases
|
|
2686
2690
|
export { default as LucideTurtle } from '../icons/turtle';
|
|
2687
|
-
// Twitch aliases
|
|
2688
|
-
export { default as LucideTwitch } from '../icons/twitch';
|
|
2689
2691
|
// TvMinimalPlay aliases
|
|
2690
2692
|
export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
2691
2693
|
// Tv aliases
|
|
2692
2694
|
export { default as LucideTv } from '../icons/tv';
|
|
2695
|
+
// Twitch aliases
|
|
2696
|
+
export { default as LucideTwitch } from '../icons/twitch';
|
|
2693
2697
|
// Twitter aliases
|
|
2694
2698
|
export { default as LucideTwitter } from '../icons/twitter';
|
|
2695
2699
|
// TypeOutline aliases
|
|
@@ -2698,38 +2702,38 @@ export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
|
2698
2702
|
export { default as LucideType } from '../icons/type';
|
|
2699
2703
|
// UmbrellaOff aliases
|
|
2700
2704
|
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2701
|
-
// Underline aliases
|
|
2702
|
-
export { default as LucideUnderline } from '../icons/underline';
|
|
2703
2705
|
// Umbrella aliases
|
|
2704
2706
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as LucideUnderline } from '../icons/underline';
|
|
2705
2709
|
// Undo2 aliases
|
|
2706
2710
|
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2707
2711
|
// UndoDot aliases
|
|
2708
2712
|
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2709
|
-
// Undo aliases
|
|
2710
|
-
export { default as LucideUndo } from '../icons/undo';
|
|
2711
2713
|
// UnfoldHorizontal aliases
|
|
2712
2714
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2715
|
+
// Undo aliases
|
|
2716
|
+
export { default as LucideUndo } from '../icons/undo';
|
|
2713
2717
|
// UnfoldVertical aliases
|
|
2714
2718
|
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2715
2719
|
// Ungroup aliases
|
|
2716
2720
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2717
2721
|
// Unlink2 aliases
|
|
2718
2722
|
export { default as LucideUnlink2 } from '../icons/unlink-2';
|
|
2719
|
-
// Unlink aliases
|
|
2720
|
-
export { default as LucideUnlink } from '../icons/unlink';
|
|
2721
2723
|
// Unplug aliases
|
|
2722
2724
|
export { default as LucideUnplug } from '../icons/unplug';
|
|
2725
|
+
// Unlink aliases
|
|
2726
|
+
export { default as LucideUnlink } from '../icons/unlink';
|
|
2723
2727
|
// Upload aliases
|
|
2724
2728
|
export { default as LucideUpload } from '../icons/upload';
|
|
2725
2729
|
// Usb aliases
|
|
2726
2730
|
export { default as LucideUsb } from '../icons/usb';
|
|
2727
2731
|
// UserCheck aliases
|
|
2728
2732
|
export { default as LucideUserCheck } from '../icons/user-check';
|
|
2729
|
-
// UserKey aliases
|
|
2730
|
-
export { default as LucideUserKey } from '../icons/user-key';
|
|
2731
2733
|
// UserCog aliases
|
|
2732
2734
|
export { default as LucideUserCog } from '../icons/user-cog';
|
|
2735
|
+
// UserKey aliases
|
|
2736
|
+
export { default as LucideUserKey } from '../icons/user-key';
|
|
2733
2737
|
// UserLock aliases
|
|
2734
2738
|
export { default as LucideUserLock } from '../icons/user-lock';
|
|
2735
2739
|
// UserMinus aliases
|
|
@@ -2746,10 +2750,10 @@ export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
|
2746
2750
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2747
2751
|
// UserSearch aliases
|
|
2748
2752
|
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2749
|
-
// UserX aliases
|
|
2750
|
-
export { default as LucideUserX } from '../icons/user-x';
|
|
2751
2753
|
// UserStar aliases
|
|
2752
2754
|
export { default as LucideUserStar } from '../icons/user-star';
|
|
2755
|
+
// UserX aliases
|
|
2756
|
+
export { default as LucideUserX } from '../icons/user-x';
|
|
2753
2757
|
// User aliases
|
|
2754
2758
|
export { default as LucideUser } from '../icons/user';
|
|
2755
2759
|
// Users aliases
|
|
@@ -2768,10 +2772,10 @@ export { default as LucideVectorSquare } from '../icons/vector-square';
|
|
|
2768
2772
|
export { default as LucideVegan } from '../icons/vegan';
|
|
2769
2773
|
// VenetianMask aliases
|
|
2770
2774
|
export { default as LucideVenetianMask } from '../icons/venetian-mask';
|
|
2771
|
-
// Venus aliases
|
|
2772
|
-
export { default as LucideVenus } from '../icons/venus';
|
|
2773
2775
|
// VenusAndMars aliases
|
|
2774
2776
|
export { default as LucideVenusAndMars } from '../icons/venus-and-mars';
|
|
2777
|
+
// Venus aliases
|
|
2778
|
+
export { default as LucideVenus } from '../icons/venus';
|
|
2775
2779
|
// VibrateOff aliases
|
|
2776
2780
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2777
2781
|
// Vibrate aliases
|
|
@@ -2784,10 +2788,10 @@ export { default as LucideVideo } from '../icons/video';
|
|
|
2784
2788
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2785
2789
|
// View aliases
|
|
2786
2790
|
export { default as LucideView } from '../icons/view';
|
|
2787
|
-
// Volleyball aliases
|
|
2788
|
-
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2789
2791
|
// Voicemail aliases
|
|
2790
2792
|
export { default as LucideVoicemail } from '../icons/voicemail';
|
|
2793
|
+
// Volleyball aliases
|
|
2794
|
+
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2791
2795
|
// Volume1 aliases
|
|
2792
2796
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2793
2797
|
// Volume2 aliases
|
|
@@ -2796,10 +2800,10 @@ export { default as LucideVolume2 } from '../icons/volume-2';
|
|
|
2796
2800
|
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2797
2801
|
// VolumeX aliases
|
|
2798
2802
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2799
|
-
// Vote aliases
|
|
2800
|
-
export { default as LucideVote } from '../icons/vote';
|
|
2801
2803
|
// Volume aliases
|
|
2802
2804
|
export { default as LucideVolume } from '../icons/volume';
|
|
2805
|
+
// Vote aliases
|
|
2806
|
+
export { default as LucideVote } from '../icons/vote';
|
|
2803
2807
|
// WalletCards aliases
|
|
2804
2808
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2805
2809
|
// Wallet aliases
|
|
@@ -2832,10 +2836,10 @@ export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
|
2832
2836
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2833
2837
|
// WeightTilde aliases
|
|
2834
2838
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2835
|
-
// WheatOff aliases
|
|
2836
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2837
2839
|
// Weight aliases
|
|
2838
2840
|
export { default as LucideWeight } from '../icons/weight';
|
|
2841
|
+
// WheatOff aliases
|
|
2842
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2839
2843
|
// Wheat aliases
|
|
2840
2844
|
export { default as LucideWheat } from '../icons/wheat';
|
|
2841
2845
|
// WholeWord aliases
|
|
@@ -2858,10 +2862,10 @@ export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
|
2858
2862
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2859
2863
|
// WindArrowDown aliases
|
|
2860
2864
|
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2861
|
-
// WineOff aliases
|
|
2862
|
-
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2863
2865
|
// Wind aliases
|
|
2864
2866
|
export { default as LucideWind } from '../icons/wind';
|
|
2867
|
+
// WineOff aliases
|
|
2868
|
+
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2865
2869
|
// Wine aliases
|
|
2866
2870
|
export { default as LucideWine } from '../icons/wine';
|
|
2867
2871
|
// Workflow aliases
|
|
@@ -2876,10 +2880,10 @@ export { default as LucideX } from '../icons/x';
|
|
|
2876
2880
|
export { default as LucideYoutube } from '../icons/youtube';
|
|
2877
2881
|
// ZapOff aliases
|
|
2878
2882
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2879
|
-
// Zap aliases
|
|
2880
|
-
export { default as LucideZap } from '../icons/zap';
|
|
2881
2883
|
// ZoomIn aliases
|
|
2882
2884
|
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2885
|
+
// Zap aliases
|
|
2886
|
+
export { default as LucideZap } from '../icons/zap';
|
|
2883
2887
|
// ZoomOut aliases
|
|
2884
2888
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2885
2889
|
// ArrowDown01 aliases
|
|
@@ -2932,30 +2936,30 @@ export {
|
|
|
2932
2936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2933
2937
|
default as LucideArrowUpAz
|
|
2934
2938
|
} from '../icons/arrow-up-a-z';
|
|
2935
|
-
// ArrowUpNarrowWide aliases
|
|
2936
|
-
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2937
|
-
export {
|
|
2938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2939
|
-
default as LucideSortAsc
|
|
2940
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2941
2939
|
// ArrowUpZA aliases
|
|
2942
2940
|
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
2943
2941
|
export {
|
|
2944
2942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2945
2943
|
default as LucideArrowUpZa
|
|
2946
2944
|
} from '../icons/arrow-up-z-a';
|
|
2947
|
-
//
|
|
2948
|
-
export { default as
|
|
2945
|
+
// ArrowUpNarrowWide aliases
|
|
2946
|
+
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2949
2947
|
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2951
|
-
default as
|
|
2952
|
-
} from '../icons/
|
|
2948
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2949
|
+
default as LucideSortAsc
|
|
2950
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2953
2951
|
// Axis3d aliases
|
|
2954
2952
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2955
2953
|
export {
|
|
2956
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2957
2955
|
default as LucideAxis3D
|
|
2958
2956
|
} from '../icons/axis-3d';
|
|
2957
|
+
// BadgeCheck aliases
|
|
2958
|
+
export { default as LucideBadgeCheck } from '../icons/badge-check';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as LucideVerified
|
|
2962
|
+
} from '../icons/badge-check';
|
|
2959
2963
|
// BadgeQuestionMark aliases
|
|
2960
2964
|
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
2961
2965
|
export {
|
|
@@ -3142,18 +3146,18 @@ export {
|
|
|
3142
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3143
3147
|
default as LucideCheckCircle2
|
|
3144
3148
|
} from '../icons/circle-check';
|
|
3145
|
-
// CircleChevronDown aliases
|
|
3146
|
-
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3147
|
-
export {
|
|
3148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3149
|
-
default as LucideChevronDownCircle
|
|
3150
|
-
} from '../icons/circle-chevron-down';
|
|
3151
3149
|
// CircleChevronLeft aliases
|
|
3152
3150
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3153
3151
|
export {
|
|
3154
3152
|
/** @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 */
|
|
3155
3153
|
default as LucideChevronLeftCircle
|
|
3156
3154
|
} from '../icons/circle-chevron-left';
|
|
3155
|
+
// CircleChevronDown aliases
|
|
3156
|
+
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as LucideChevronDownCircle
|
|
3160
|
+
} from '../icons/circle-chevron-down';
|
|
3157
3161
|
// CircleChevronRight aliases
|
|
3158
3162
|
export { default as LucideCircleChevronRight } from '../icons/circle-chevron-right';
|
|
3159
3163
|
export {
|
|
@@ -3166,18 +3170,18 @@ export {
|
|
|
3166
3170
|
/** @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 */
|
|
3167
3171
|
default as LucideChevronUpCircle
|
|
3168
3172
|
} from '../icons/circle-chevron-up';
|
|
3169
|
-
// CircleDivide aliases
|
|
3170
|
-
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3171
|
-
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3173
|
-
default as LucideDivideCircle
|
|
3174
|
-
} from '../icons/circle-divide';
|
|
3175
3173
|
// CircleGauge aliases
|
|
3176
3174
|
export { default as LucideCircleGauge } from '../icons/circle-gauge';
|
|
3177
3175
|
export {
|
|
3178
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3179
3177
|
default as LucideGaugeCircle
|
|
3180
3178
|
} from '../icons/circle-gauge';
|
|
3179
|
+
// CircleDivide aliases
|
|
3180
|
+
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3183
|
+
default as LucideDivideCircle
|
|
3184
|
+
} from '../icons/circle-divide';
|
|
3181
3185
|
// CircleMinus aliases
|
|
3182
3186
|
export { default as LucideCircleMinus } from '../icons/circle-minus';
|
|
3183
3187
|
export {
|
|
@@ -3190,30 +3194,30 @@ export {
|
|
|
3190
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3191
3195
|
default as LucideParkingCircleOff
|
|
3192
3196
|
} from '../icons/circle-parking-off';
|
|
3193
|
-
// CircleParking aliases
|
|
3194
|
-
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @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 */
|
|
3197
|
-
default as LucideParkingCircle
|
|
3198
|
-
} from '../icons/circle-parking';
|
|
3199
3197
|
// CirclePause aliases
|
|
3200
3198
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3201
3199
|
export {
|
|
3202
3200
|
/** @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 */
|
|
3203
3201
|
default as LucidePauseCircle
|
|
3204
3202
|
} from '../icons/circle-pause';
|
|
3205
|
-
//
|
|
3206
|
-
export { default as
|
|
3203
|
+
// CircleParking aliases
|
|
3204
|
+
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3207
3205
|
export {
|
|
3208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3209
|
-
default as
|
|
3210
|
-
} from '../icons/circle-
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3207
|
+
default as LucideParkingCircle
|
|
3208
|
+
} from '../icons/circle-parking';
|
|
3211
3209
|
// CirclePlay aliases
|
|
3212
3210
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3213
3211
|
export {
|
|
3214
3212
|
/** @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
3213
|
default as LucidePlayCircle
|
|
3216
3214
|
} from '../icons/circle-play';
|
|
3215
|
+
// CirclePercent aliases
|
|
3216
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3219
|
+
default as LucidePercentCircle
|
|
3220
|
+
} from '../icons/circle-percent';
|
|
3217
3221
|
// CirclePlus aliases
|
|
3218
3222
|
export { default as LucideCirclePlus } from '../icons/circle-plus';
|
|
3219
3223
|
export {
|
|
@@ -3236,18 +3240,18 @@ export {
|
|
|
3236
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3237
3241
|
default as LucideCircleHelp
|
|
3238
3242
|
} from '../icons/circle-question-mark';
|
|
3239
|
-
// CircleSlash2 aliases
|
|
3240
|
-
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3243
|
-
default as LucideCircleSlashed
|
|
3244
|
-
} from '../icons/circle-slash-2';
|
|
3245
3243
|
// CircleStop aliases
|
|
3246
3244
|
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3247
3245
|
export {
|
|
3248
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3249
3247
|
default as LucideStopCircle
|
|
3250
3248
|
} from '../icons/circle-stop';
|
|
3249
|
+
// CircleSlash2 aliases
|
|
3250
|
+
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3251
|
+
export {
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as LucideCircleSlashed
|
|
3254
|
+
} from '../icons/circle-slash-2';
|
|
3251
3255
|
// CircleUserRound aliases
|
|
3252
3256
|
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3253
3257
|
export {
|
|
@@ -3284,12 +3288,6 @@ export {
|
|
|
3284
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3285
3289
|
default as LucideDownloadCloud
|
|
3286
3290
|
} from '../icons/cloud-download';
|
|
3287
|
-
// CloudUpload aliases
|
|
3288
|
-
export { default as LucideCloudUpload } from '../icons/cloud-upload';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3291
|
-
default as LucideUploadCloud
|
|
3292
|
-
} from '../icons/cloud-upload';
|
|
3293
3291
|
// CodeXml aliases
|
|
3294
3292
|
export { default as LucideCodeXml } from '../icons/code-xml';
|
|
3295
3293
|
export {
|
|
@@ -3302,6 +3300,12 @@ export {
|
|
|
3302
3300
|
/** @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 */
|
|
3303
3301
|
default as LucideColumns
|
|
3304
3302
|
} from '../icons/columns-2';
|
|
3303
|
+
// CloudUpload aliases
|
|
3304
|
+
export { default as LucideCloudUpload } from '../icons/cloud-upload';
|
|
3305
|
+
export {
|
|
3306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3307
|
+
default as LucideUploadCloud
|
|
3308
|
+
} from '../icons/cloud-upload';
|
|
3305
3309
|
// Columns3Cog aliases
|
|
3306
3310
|
export { default as LucideColumns3Cog } from '../icons/columns-3-cog';
|
|
3307
3311
|
export {
|
|
@@ -3378,6 +3382,12 @@ export {
|
|
|
3378
3382
|
/** @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 */
|
|
3379
3383
|
default as LucideFileBarChart
|
|
3380
3384
|
} from '../icons/file-chart-column-increasing';
|
|
3385
|
+
// FileChartLine aliases
|
|
3386
|
+
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as LucideFileLineChart
|
|
3390
|
+
} from '../icons/file-chart-line';
|
|
3381
3391
|
// FileChartColumn aliases
|
|
3382
3392
|
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3383
3393
|
export {
|
|
@@ -3390,12 +3400,6 @@ export {
|
|
|
3390
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3391
3401
|
default as LucideFilePieChart
|
|
3392
3402
|
} from '../icons/file-chart-pie';
|
|
3393
|
-
// FileChartLine aliases
|
|
3394
|
-
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3395
|
-
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3397
|
-
default as LucideFileLineChart
|
|
3398
|
-
} from '../icons/file-chart-line';
|
|
3399
3403
|
// FileCheckCorner aliases
|
|
3400
3404
|
export { default as LucideFileCheckCorner } from '../icons/file-check-corner';
|
|
3401
3405
|
export {
|
|
@@ -3408,6 +3412,12 @@ export {
|
|
|
3408
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3409
3413
|
default as LucideFileCode2
|
|
3410
3414
|
} from '../icons/file-code-corner';
|
|
3415
|
+
// FileExclamationPoint aliases
|
|
3416
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as LucideFileWarning
|
|
3420
|
+
} from '../icons/file-exclamation-point';
|
|
3411
3421
|
// FileCog aliases
|
|
3412
3422
|
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3413
3423
|
export {
|
|
@@ -3424,12 +3434,6 @@ export {
|
|
|
3424
3434
|
/** @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 */
|
|
3425
3435
|
default as LucideFileAudio2
|
|
3426
3436
|
} from '../icons/file-headphone';
|
|
3427
|
-
// FileExclamationPoint aliases
|
|
3428
|
-
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3431
|
-
default as LucideFileWarning
|
|
3432
|
-
} from '../icons/file-exclamation-point';
|
|
3433
3437
|
// FileKey aliases
|
|
3434
3438
|
export { default as LucideFileKey } from '../icons/file-key';
|
|
3435
3439
|
export {
|
|
@@ -3502,30 +3506,30 @@ export {
|
|
|
3502
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3503
3507
|
default as LucideFileVideo2
|
|
3504
3508
|
} from '../icons/file-video-camera';
|
|
3505
|
-
// FileXCorner aliases
|
|
3506
|
-
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3509
|
-
default as LucideFileX2
|
|
3510
|
-
} from '../icons/file-x-corner';
|
|
3511
3509
|
// FingerprintPattern aliases
|
|
3512
3510
|
export { default as LucideFingerprintPattern } from '../icons/fingerprint-pattern';
|
|
3513
3511
|
export {
|
|
3514
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3515
3513
|
default as LucideFingerprint
|
|
3516
3514
|
} from '../icons/fingerprint-pattern';
|
|
3517
|
-
//
|
|
3518
|
-
export { default as
|
|
3515
|
+
// FileXCorner aliases
|
|
3516
|
+
export { default as LucideFileXCorner } from '../icons/file-x-corner';
|
|
3519
3517
|
export {
|
|
3520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3521
|
-
default as
|
|
3522
|
-
} from '../icons/
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as LucideFileX2
|
|
3520
|
+
} from '../icons/file-x-corner';
|
|
3523
3521
|
// FolderPen aliases
|
|
3524
3522
|
export { default as LucideFolderPen } from '../icons/folder-pen';
|
|
3525
3523
|
export {
|
|
3526
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3527
3525
|
default as LucideFolderEdit
|
|
3528
3526
|
} from '../icons/folder-pen';
|
|
3527
|
+
// FolderCog aliases
|
|
3528
|
+
export { default as LucideFolderCog } from '../icons/folder-cog';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as LucideFolderCog2
|
|
3532
|
+
} from '../icons/folder-cog';
|
|
3529
3533
|
// FunnelX aliases
|
|
3530
3534
|
export { default as LucideFunnelX } from '../icons/funnel-x';
|
|
3531
3535
|
export {
|
|
@@ -3676,18 +3680,18 @@ export {
|
|
|
3676
3680
|
/** @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 */
|
|
3677
3681
|
default as LucideMessageCircleQuestion
|
|
3678
3682
|
} from '../icons/message-circle-question-mark';
|
|
3679
|
-
// MicVocal aliases
|
|
3680
|
-
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3681
|
-
export {
|
|
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';
|
|
3685
3683
|
// Move3d aliases
|
|
3686
3684
|
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3687
3685
|
export {
|
|
3688
3686
|
/** @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 */
|
|
3689
3687
|
default as LucideMove3D
|
|
3690
3688
|
} from '../icons/move-3d';
|
|
3689
|
+
// MicVocal aliases
|
|
3690
|
+
export { default as LucideMicVocal } from '../icons/mic-vocal';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @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 */
|
|
3693
|
+
default as LucideMic2
|
|
3694
|
+
} from '../icons/mic-vocal';
|
|
3691
3695
|
// OctagonAlert aliases
|
|
3692
3696
|
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3693
3697
|
export {
|
|
@@ -3754,18 +3758,18 @@ export {
|
|
|
3754
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3755
3759
|
default as LucidePanelTopInactive
|
|
3756
3760
|
} from '../icons/panel-top-dashed';
|
|
3757
|
-
// PenLine aliases
|
|
3758
|
-
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3761
|
-
default as LucideEdit3
|
|
3762
|
-
} from '../icons/pen-line';
|
|
3763
3761
|
// PanelsTopLeft aliases
|
|
3764
3762
|
export { default as LucidePanelsTopLeft } from '../icons/panels-top-left';
|
|
3765
3763
|
export {
|
|
3766
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3767
3765
|
default as LucideLayout
|
|
3768
3766
|
} from '../icons/panels-top-left';
|
|
3767
|
+
// PenLine aliases
|
|
3768
|
+
export { default as LucidePenLine } from '../icons/pen-line';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as LucideEdit3
|
|
3772
|
+
} from '../icons/pen-line';
|
|
3769
3773
|
// Pen aliases
|
|
3770
3774
|
export { default as LucidePen } from '../icons/pen';
|
|
3771
3775
|
export {
|
|
@@ -3980,18 +3984,24 @@ export {
|
|
|
3980
3984
|
/** @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
3985
|
default as LucideCodeSquare
|
|
3982
3986
|
} from '../icons/square-code';
|
|
3987
|
+
// SquareDashedKanban aliases
|
|
3988
|
+
export { default as LucideSquareDashedKanban } from '../icons/square-dashed-kanban';
|
|
3989
|
+
export {
|
|
3990
|
+
/** @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 */
|
|
3991
|
+
default as LucideKanbanSquareDashed
|
|
3992
|
+
} from '../icons/square-dashed-kanban';
|
|
3983
3993
|
// SquareDashedMousePointer aliases
|
|
3984
3994
|
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
3985
3995
|
export {
|
|
3986
3996
|
/** @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 */
|
|
3987
3997
|
default as LucideMousePointerSquareDashed
|
|
3988
3998
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
3999
|
+
// SquareDot aliases
|
|
4000
|
+
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
3991
4001
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-
|
|
4002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4003
|
+
default as LucideDotSquare
|
|
4004
|
+
} from '../icons/square-dot';
|
|
3995
4005
|
// SquareDashed aliases
|
|
3996
4006
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
3997
4007
|
export {
|
|
@@ -4004,12 +4014,6 @@ export {
|
|
|
4004
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4005
4015
|
default as LucideDivideSquare
|
|
4006
4016
|
} from '../icons/square-divide';
|
|
4007
|
-
// SquareDot aliases
|
|
4008
|
-
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4011
|
-
default as LucideDotSquare
|
|
4012
|
-
} from '../icons/square-dot';
|
|
4013
4017
|
// SquareEqual aliases
|
|
4014
4018
|
export { default as LucideSquareEqual } from '../icons/square-equal';
|
|
4015
4019
|
export {
|
|
@@ -4028,48 +4032,54 @@ export {
|
|
|
4028
4032
|
/** @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
4033
|
default as LucideKanbanSquare
|
|
4030
4034
|
} from '../icons/square-kanban';
|
|
4031
|
-
// SquareLibrary aliases
|
|
4032
|
-
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @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 */
|
|
4035
|
-
default as LucideLibrarySquare
|
|
4036
|
-
} from '../icons/square-library';
|
|
4037
4035
|
// SquareM aliases
|
|
4038
4036
|
export { default as LucideSquareM } from '../icons/square-m';
|
|
4039
4037
|
export {
|
|
4040
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4041
4039
|
default as LucideMSquare
|
|
4042
4040
|
} from '../icons/square-m';
|
|
4043
|
-
//
|
|
4044
|
-
export { default as
|
|
4041
|
+
// SquareLibrary aliases
|
|
4042
|
+
export { default as LucideSquareLibrary } from '../icons/square-library';
|
|
4045
4043
|
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4047
|
-
default as
|
|
4048
|
-
} from '../icons/square-
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as LucideLibrarySquare
|
|
4046
|
+
} from '../icons/square-library';
|
|
4049
4047
|
// SquareMinus aliases
|
|
4050
4048
|
export { default as LucideSquareMinus } from '../icons/square-minus';
|
|
4051
4049
|
export {
|
|
4052
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4053
4051
|
default as LucideMinusSquare
|
|
4054
4052
|
} from '../icons/square-minus';
|
|
4053
|
+
// SquareMenu aliases
|
|
4054
|
+
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4057
|
+
default as LucideMenuSquare
|
|
4058
|
+
} from '../icons/square-menu';
|
|
4055
4059
|
// SquareMousePointer aliases
|
|
4056
4060
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4057
4061
|
export {
|
|
4058
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4059
4063
|
default as LucideInspect
|
|
4060
4064
|
} from '../icons/square-mouse-pointer';
|
|
4065
|
+
// SquareParking aliases
|
|
4066
|
+
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @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 */
|
|
4069
|
+
default as LucideParkingSquare
|
|
4070
|
+
} from '../icons/square-parking';
|
|
4061
4071
|
// SquareParkingOff aliases
|
|
4062
4072
|
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4063
4073
|
export {
|
|
4064
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4065
4075
|
default as LucideParkingSquareOff
|
|
4066
4076
|
} from '../icons/square-parking-off';
|
|
4067
|
-
//
|
|
4068
|
-
export { default as
|
|
4077
|
+
// SquarePercent aliases
|
|
4078
|
+
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4069
4079
|
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4071
|
-
default as
|
|
4072
|
-
} from '../icons/square-
|
|
4080
|
+
/** @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 */
|
|
4081
|
+
default as LucidePercentSquare
|
|
4082
|
+
} from '../icons/square-percent';
|
|
4073
4083
|
// SquarePen aliases
|
|
4074
4084
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4075
4085
|
export {
|
|
@@ -4084,48 +4094,42 @@ export {
|
|
|
4084
4094
|
/** @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 */
|
|
4085
4095
|
default as LucidePenSquare
|
|
4086
4096
|
} from '../icons/square-pen';
|
|
4087
|
-
// SquarePercent aliases
|
|
4088
|
-
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4089
|
-
export {
|
|
4090
|
-
/** @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 */
|
|
4091
|
-
default as LucidePercentSquare
|
|
4092
|
-
} from '../icons/square-percent';
|
|
4093
4097
|
// SquarePi aliases
|
|
4094
4098
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4095
4099
|
export {
|
|
4096
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4097
4101
|
default as LucidePiSquare
|
|
4098
4102
|
} from '../icons/square-pi';
|
|
4099
|
-
// SquarePilcrow aliases
|
|
4100
|
-
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as LucidePilcrowSquare
|
|
4104
|
-
} from '../icons/square-pilcrow';
|
|
4105
4103
|
// SquarePlay aliases
|
|
4106
4104
|
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4107
4105
|
export {
|
|
4108
4106
|
/** @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 */
|
|
4109
4107
|
default as LucidePlaySquare
|
|
4110
4108
|
} from '../icons/square-play';
|
|
4109
|
+
// SquarePilcrow aliases
|
|
4110
|
+
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as LucidePilcrowSquare
|
|
4114
|
+
} from '../icons/square-pilcrow';
|
|
4111
4115
|
// SquarePlus aliases
|
|
4112
4116
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4113
4117
|
export {
|
|
4114
4118
|
/** @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 */
|
|
4115
4119
|
default as LucidePlusSquare
|
|
4116
4120
|
} from '../icons/square-plus';
|
|
4117
|
-
// SquareScissors aliases
|
|
4118
|
-
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4119
|
-
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4121
|
-
default as LucideScissorsSquare
|
|
4122
|
-
} from '../icons/square-scissors';
|
|
4123
4121
|
// SquarePower aliases
|
|
4124
4122
|
export { default as LucideSquarePower } from '../icons/square-power';
|
|
4125
4123
|
export {
|
|
4126
4124
|
/** @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 */
|
|
4127
4125
|
default as LucidePowerSquare
|
|
4128
4126
|
} from '../icons/square-power';
|
|
4127
|
+
// SquareScissors aliases
|
|
4128
|
+
export { default as LucideSquareScissors } from '../icons/square-scissors';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4131
|
+
default as LucideScissorsSquare
|
|
4132
|
+
} from '../icons/square-scissors';
|
|
4129
4133
|
// SquareSigma aliases
|
|
4130
4134
|
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4131
4135
|
export {
|
|
@@ -4156,6 +4160,12 @@ export {
|
|
|
4156
4160
|
/** @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 */
|
|
4157
4161
|
default as LucideTerminalSquare
|
|
4158
4162
|
} from '../icons/square-terminal';
|
|
4163
|
+
// SquareUser aliases
|
|
4164
|
+
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as LucideUserSquare
|
|
4168
|
+
} from '../icons/square-user';
|
|
4159
4169
|
// SquareUserRound aliases
|
|
4160
4170
|
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4161
4171
|
export {
|
|
@@ -4168,12 +4178,6 @@ export {
|
|
|
4168
4178
|
/** @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 */
|
|
4169
4179
|
default as LucideXSquare
|
|
4170
4180
|
} from '../icons/square-x';
|
|
4171
|
-
// SquareUser aliases
|
|
4172
|
-
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @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 */
|
|
4175
|
-
default as LucideUserSquare
|
|
4176
|
-
} from '../icons/square-user';
|
|
4177
4181
|
// TestTubeDiagonal aliases
|
|
4178
4182
|
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4179
4183
|
export {
|
|
@@ -4262,18 +4266,18 @@ export {
|
|
|
4262
4266
|
/** @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 */
|
|
4263
4267
|
default as LucideUserCheck2
|
|
4264
4268
|
} from '../icons/user-round-check';
|
|
4265
|
-
// UserRoundCog aliases
|
|
4266
|
-
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @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 */
|
|
4269
|
-
default as LucideUserCog2
|
|
4270
|
-
} from '../icons/user-round-cog';
|
|
4271
4269
|
// UserRoundMinus aliases
|
|
4272
4270
|
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4273
4271
|
export {
|
|
4274
4272
|
/** @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 */
|
|
4275
4273
|
default as LucideUserMinus2
|
|
4276
4274
|
} from '../icons/user-round-minus';
|
|
4275
|
+
// UserRoundCog aliases
|
|
4276
|
+
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4277
|
+
export {
|
|
4278
|
+
/** @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 */
|
|
4279
|
+
default as LucideUserCog2
|
|
4280
|
+
} from '../icons/user-round-cog';
|
|
4277
4281
|
// UserRoundPlus aliases
|
|
4278
4282
|
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4279
4283
|
export {
|