@lucide/astro 1.13.0 → 1.15.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/README.md +1 -1
- package/package.json +1 -1
- package/src/aliases/aliases.ts +102 -102
- package/src/aliases/prefixed.ts +802 -786
- package/src/aliases/suffixed.ts +1132 -1116
- package/src/icons/broccoli.ts +18 -0
- package/src/icons/candy-cane.ts +2 -2
- package/src/icons/chart-no-axes-combined.ts +2 -2
- package/src/icons/index.ts +137 -129
- package/src/icons/landmark.ts +2 -2
- package/src/icons/repeat-off.ts +18 -0
- package/src/icons/sticky-note-check.ts +18 -0
- package/src/icons/sticky-note-minus.ts +18 -0
- package/src/icons/sticky-note-off.ts +18 -0
- package/src/icons/sticky-note-plus.ts +18 -0
- package/src/icons/sticky-note-x.ts +18 -0
- package/src/icons/sticky-notes.ts +18 -0
- package/src/icons/text-cursor.ts +2 -2
- package/src/icons/volleyball.ts +2 -2
package/src/aliases/prefixed.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as LucideAArrowDown } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as LucideAArrowUp } from '../icons/a-arrow-up';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as LucideALargeSmall } from '../icons/a-large-small';
|
|
9
7
|
// Accessibility aliases
|
|
10
8
|
export { default as LucideAccessibility } from '../icons/accessibility';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as LucideActivity } from '../icons/activity';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as LucideAirVent } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as LucideAirplay } from '../icons/airplay';
|
|
15
|
-
// AlarmClockOff aliases
|
|
16
|
-
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
17
15
|
// AlarmClock aliases
|
|
18
16
|
export { default as LucideAlarmClock } from '../icons/alarm-clock';
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as LucideAlarmClockOff } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as LucideAlarmSmoke } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
@@ -26,34 +26,34 @@ export { default as LucideAlignCenterHorizontal } from '../icons/align-center-ho
|
|
|
26
26
|
export { default as LucideAlignCenterVertical } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as LucideAlignEndHorizontal } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as LucideAlignHorizontalDistributeCenter } from '../icons/align-horizontal-distribute-center';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
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
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as LucideAlignHorizontalDistributeEnd } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalJustifyCenter aliases
|
|
36
|
+
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as LucideAlignHorizontalDistributeStart } from '../icons/align-horizontal-distribute-start';
|
|
37
39
|
// AlignHorizontalJustifyEnd aliases
|
|
38
40
|
export { default as LucideAlignHorizontalJustifyEnd } from '../icons/align-horizontal-justify-end';
|
|
39
|
-
// AlignHorizontalJustifyCenter aliases
|
|
40
|
-
export { default as LucideAlignHorizontalJustifyCenter } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as LucideAlignHorizontalJustifyStart } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalSpaceBetween aliases
|
|
46
44
|
export { default as LucideAlignHorizontalSpaceBetween } from '../icons/align-horizontal-space-between';
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
49
45
|
// AlignStartVertical aliases
|
|
50
46
|
export { default as LucideAlignStartVertical } from '../icons/align-start-vertical';
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as LucideAlignHorizontalSpaceAround } from '../icons/align-horizontal-space-around';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as LucideAlignStartHorizontal } from '../icons/align-start-horizontal';
|
|
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,30 +66,30 @@ 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
|
|
76
76
|
export { default as LucideAnchor } from '../icons/anchor';
|
|
77
|
-
// Annoyed aliases
|
|
78
|
-
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
79
77
|
// Angry aliases
|
|
80
78
|
export { default as LucideAngry } from '../icons/angry';
|
|
81
|
-
//
|
|
82
|
-
export { default as
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as LucideAnnoyed } from '../icons/annoyed';
|
|
83
81
|
// Antenna aliases
|
|
84
82
|
export { default as LucideAntenna } from '../icons/antenna';
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as LucideAnvil } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as LucideAperture } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as LucideAppWindowMac } from '../icons/app-window-mac';
|
|
89
|
-
// AppWindow aliases
|
|
90
|
-
export { default as LucideAppWindow } from '../icons/app-window';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as LucideApple } from '../icons/apple';
|
|
91
|
+
// AppWindow aliases
|
|
92
|
+
export { default as LucideAppWindow } from '../icons/app-window';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as LucideArchiveRestore } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
@@ -100,10 +100,10 @@ export { default as LucideArchive } from '../icons/archive';
|
|
|
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
|
|
@@ -114,62 +114,62 @@ export { default as LucideArrowBigRight } from '../icons/arrow-big-right';
|
|
|
114
114
|
export { default as LucideArrowBigUpDash } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as LucideArrowBigUp } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as LucideArrowDownLeft } from '../icons/arrow-down-left';
|
|
119
117
|
// ArrowDownFromLine aliases
|
|
120
118
|
export { default as LucideArrowDownFromLine } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowDownLeft aliases
|
|
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
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as LucideArrowDownRight } from '../icons/arrow-down-right';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as LucideArrowDownToDot } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as LucideArrowDownToLine } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as LucideArrowDownUp } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as LucideArrowDown } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftFromLine aliases
|
|
134
|
-
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as LucideArrowLeftRight } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as LucideArrowLeftToLine } from '../icons/arrow-left-to-line';
|
|
137
|
+
// ArrowLeftFromLine aliases
|
|
138
|
+
export { default as LucideArrowLeftFromLine } from '../icons/arrow-left-from-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as LucideArrowLeft } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
143
141
|
// ArrowRightFromLine aliases
|
|
144
142
|
export { default as LucideArrowRightFromLine } from '../icons/arrow-right-from-line';
|
|
145
|
-
//
|
|
146
|
-
export { default as
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as LucideArrowRightLeft } from '../icons/arrow-right-left';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as LucideArrowRight } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpFromDot aliases
|
|
150
|
-
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
151
147
|
// ArrowUpDown aliases
|
|
152
148
|
export { default as LucideArrowUpDown } from '../icons/arrow-up-down';
|
|
153
|
-
//
|
|
154
|
-
export { default as
|
|
149
|
+
// ArrowRightToLine aliases
|
|
150
|
+
export { default as LucideArrowRightToLine } from '../icons/arrow-right-to-line';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as LucideArrowUpFromDot } from '../icons/arrow-up-from-dot';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as LucideArrowUpFromLine } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as LucideArrowUpLeft } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as LucideArrowUpRight } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as LucideArrowUpToLine } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as LucideArrowUpWideNarrow } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as LucideArrowUp } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as LucideArrowsUpFromLine } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as LucideAsterisk } from '../icons/asterisk';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as LucideAstroid } from '../icons/astroid';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as LucideAtSign } from '../icons/at-sign';
|
|
171
|
+
// Astroid aliases
|
|
172
|
+
export { default as LucideAstroid } from '../icons/astroid';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as LucideAtom } from '../icons/atom';
|
|
175
175
|
// AudioLines aliases
|
|
@@ -186,18 +186,18 @@ export { default as LucideBaby } from '../icons/baby';
|
|
|
186
186
|
export { default as LucideBackpack } from '../icons/backpack';
|
|
187
187
|
// BadgeAlert aliases
|
|
188
188
|
export { default as LucideBadgeAlert } from '../icons/badge-alert';
|
|
189
|
-
// BadgeDollarSign aliases
|
|
190
|
-
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
191
189
|
// BadgeCent aliases
|
|
192
190
|
export { default as LucideBadgeCent } from '../icons/badge-cent';
|
|
191
|
+
// BadgeDollarSign aliases
|
|
192
|
+
export { default as LucideBadgeDollarSign } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeEuro aliases
|
|
194
194
|
export { default as LucideBadgeEuro } from '../icons/badge-euro';
|
|
195
195
|
// BadgeIndianRupee aliases
|
|
196
196
|
export { default as LucideBadgeIndianRupee } from '../icons/badge-indian-rupee';
|
|
197
|
-
// BadgeJapaneseYen aliases
|
|
198
|
-
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
199
197
|
// BadgeInfo aliases
|
|
200
198
|
export { default as LucideBadgeInfo } from '../icons/badge-info';
|
|
199
|
+
// BadgeJapaneseYen aliases
|
|
200
|
+
export { default as LucideBadgeJapaneseYen } from '../icons/badge-japanese-yen';
|
|
201
201
|
// BadgeMinus aliases
|
|
202
202
|
export { default as LucideBadgeMinus } from '../icons/badge-minus';
|
|
203
203
|
// BadgePercent aliases
|
|
@@ -218,12 +218,12 @@ export { default as LucideBadgeX } from '../icons/badge-x';
|
|
|
218
218
|
export { default as LucideBadge } from '../icons/badge';
|
|
219
219
|
// BaggageClaim aliases
|
|
220
220
|
export { default as LucideBaggageClaim } from '../icons/baggage-claim';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as LucideBan } from '../icons/ban';
|
|
223
221
|
// Balloon aliases
|
|
224
222
|
export { default as LucideBalloon } from '../icons/balloon';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as LucideBanana } from '../icons/banana';
|
|
225
|
+
// Ban aliases
|
|
226
|
+
export { default as LucideBan } from '../icons/ban';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as LucideBandage } from '../icons/bandage';
|
|
229
229
|
// BanknoteArrowDown aliases
|
|
@@ -244,82 +244,82 @@ export { default as LucideBaseline } from '../icons/baseline';
|
|
|
244
244
|
export { default as LucideBath } from '../icons/bath';
|
|
245
245
|
// BatteryCharging aliases
|
|
246
246
|
export { default as LucideBatteryCharging } from '../icons/battery-charging';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
249
247
|
// BatteryFull aliases
|
|
250
248
|
export { default as LucideBatteryFull } from '../icons/battery-full';
|
|
249
|
+
// BatteryLow aliases
|
|
250
|
+
export { default as LucideBatteryLow } from '../icons/battery-low';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as LucideBatteryMedium } from '../icons/battery-medium';
|
|
253
253
|
// BatteryPlus aliases
|
|
254
254
|
export { default as LucideBatteryPlus } from '../icons/battery-plus';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
257
255
|
// Battery aliases
|
|
258
256
|
export { default as LucideBattery } from '../icons/battery';
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as LucideBatteryWarning } from '../icons/battery-warning';
|
|
259
259
|
// Beaker aliases
|
|
260
260
|
export { default as LucideBeaker } from '../icons/beaker';
|
|
261
261
|
// BeanOff aliases
|
|
262
262
|
export { default as LucideBeanOff } from '../icons/bean-off';
|
|
263
263
|
// Bean aliases
|
|
264
264
|
export { default as LucideBean } from '../icons/bean';
|
|
265
|
-
// BedDouble aliases
|
|
266
|
-
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
267
265
|
// BedSingle aliases
|
|
268
266
|
export { default as LucideBedSingle } from '../icons/bed-single';
|
|
267
|
+
// BedDouble aliases
|
|
268
|
+
export { default as LucideBedDouble } from '../icons/bed-double';
|
|
269
269
|
// Bed aliases
|
|
270
270
|
export { default as LucideBed } from '../icons/bed';
|
|
271
271
|
// BeefOff aliases
|
|
272
272
|
export { default as LucideBeefOff } from '../icons/beef-off';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as LucideBeef } from '../icons/beef';
|
|
275
|
-
// BeerOff aliases
|
|
276
|
-
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
277
275
|
// Beer aliases
|
|
278
276
|
export { default as LucideBeer } from '../icons/beer';
|
|
277
|
+
// BeerOff aliases
|
|
278
|
+
export { default as LucideBeerOff } from '../icons/beer-off';
|
|
279
279
|
// BellCheck aliases
|
|
280
280
|
export { default as LucideBellCheck } from '../icons/bell-check';
|
|
281
281
|
// BellDot aliases
|
|
282
282
|
export { default as LucideBellDot } from '../icons/bell-dot';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as LucideBellElectric } from '../icons/bell-electric';
|
|
285
|
-
// BellOff aliases
|
|
286
|
-
export { default as LucideBellOff } from '../icons/bell-off';
|
|
287
285
|
// BellMinus aliases
|
|
288
286
|
export { default as LucideBellMinus } from '../icons/bell-minus';
|
|
287
|
+
// BellOff aliases
|
|
288
|
+
export { default as LucideBellOff } from '../icons/bell-off';
|
|
289
289
|
// BellPlus aliases
|
|
290
290
|
export { default as LucideBellPlus } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as LucideBellRing } from '../icons/bell-ring';
|
|
293
|
-
// BetweenVerticalEnd aliases
|
|
294
|
-
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
295
293
|
// Bell aliases
|
|
296
294
|
export { default as LucideBell } from '../icons/bell';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as LucideBetweenVerticalEnd } from '../icons/between-vertical-end';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as LucideBetweenVerticalStart } from '../icons/between-vertical-start';
|
|
299
299
|
// BicepsFlexed aliases
|
|
300
300
|
export { default as LucideBicepsFlexed } from '../icons/biceps-flexed';
|
|
301
301
|
// Bike aliases
|
|
302
302
|
export { default as LucideBike } from '../icons/bike';
|
|
303
|
-
// Binary aliases
|
|
304
|
-
export { default as LucideBinary } from '../icons/binary';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as LucideBinoculars } from '../icons/binoculars';
|
|
305
|
+
// Binary aliases
|
|
306
|
+
export { default as LucideBinary } from '../icons/binary';
|
|
307
307
|
// Biohazard aliases
|
|
308
308
|
export { default as LucideBiohazard } from '../icons/biohazard';
|
|
309
309
|
// Bird aliases
|
|
310
310
|
export { default as LucideBird } from '../icons/bird';
|
|
311
311
|
// Birdhouse aliases
|
|
312
312
|
export { default as LucideBirdhouse } from '../icons/birdhouse';
|
|
313
|
-
// Bitcoin aliases
|
|
314
|
-
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
315
313
|
// Blend aliases
|
|
316
314
|
export { default as LucideBlend } from '../icons/blend';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
315
|
+
// Bitcoin aliases
|
|
316
|
+
export { default as LucideBitcoin } from '../icons/bitcoin';
|
|
319
317
|
// Blinds aliases
|
|
320
318
|
export { default as LucideBlinds } from '../icons/blinds';
|
|
321
319
|
// Blocks aliases
|
|
322
320
|
export { default as LucideBlocks } from '../icons/blocks';
|
|
321
|
+
// BluetoothConnected aliases
|
|
322
|
+
export { default as LucideBluetoothConnected } from '../icons/bluetooth-connected';
|
|
323
323
|
// BluetoothOff aliases
|
|
324
324
|
export { default as LucideBluetoothOff } from '../icons/bluetooth-off';
|
|
325
325
|
// BluetoothSearching aliases
|
|
@@ -330,24 +330,24 @@ export { default as LucideBluetooth } from '../icons/bluetooth';
|
|
|
330
330
|
export { default as LucideBold } from '../icons/bold';
|
|
331
331
|
// Bolt aliases
|
|
332
332
|
export { default as LucideBolt } from '../icons/bolt';
|
|
333
|
-
// Bone aliases
|
|
334
|
-
export { default as LucideBone } from '../icons/bone';
|
|
335
333
|
// Bomb aliases
|
|
336
334
|
export { default as LucideBomb } from '../icons/bomb';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// Bone aliases
|
|
336
|
+
export { default as LucideBone } from '../icons/bone';
|
|
339
337
|
// BookA aliases
|
|
340
338
|
export { default as LucideBookA } from '../icons/book-a';
|
|
339
|
+
// BookAlert aliases
|
|
340
|
+
export { default as LucideBookAlert } from '../icons/book-alert';
|
|
341
341
|
// BookAudio aliases
|
|
342
342
|
export { default as LucideBookAudio } from '../icons/book-audio';
|
|
343
343
|
// BookCheck aliases
|
|
344
344
|
export { default as LucideBookCheck } from '../icons/book-check';
|
|
345
345
|
// BookCopy aliases
|
|
346
346
|
export { default as LucideBookCopy } from '../icons/book-copy';
|
|
347
|
-
// BookHeadphones aliases
|
|
348
|
-
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
349
347
|
// BookDown aliases
|
|
350
348
|
export { default as LucideBookDown } from '../icons/book-down';
|
|
349
|
+
// BookHeadphones aliases
|
|
350
|
+
export { default as LucideBookHeadphones } from '../icons/book-headphones';
|
|
351
351
|
// BookHeart aliases
|
|
352
352
|
export { default as LucideBookHeart } from '../icons/book-heart';
|
|
353
353
|
// BookImage aliases
|
|
@@ -372,10 +372,10 @@ export { default as LucideBookPlus } from '../icons/book-plus';
|
|
|
372
372
|
export { default as LucideBookSearch } from '../icons/book-search';
|
|
373
373
|
// BookText aliases
|
|
374
374
|
export { default as LucideBookText } from '../icons/book-text';
|
|
375
|
-
// BookUp2 aliases
|
|
376
|
-
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
377
375
|
// BookType aliases
|
|
378
376
|
export { default as LucideBookType } from '../icons/book-type';
|
|
377
|
+
// BookUp2 aliases
|
|
378
|
+
export { default as LucideBookUp2 } from '../icons/book-up-2';
|
|
379
379
|
// BookUp aliases
|
|
380
380
|
export { default as LucideBookUp } from '../icons/book-up';
|
|
381
381
|
// BookUser aliases
|
|
@@ -386,22 +386,22 @@ export { default as LucideBookX } from '../icons/book-x';
|
|
|
386
386
|
export { default as LucideBook } from '../icons/book';
|
|
387
387
|
// BookmarkCheck aliases
|
|
388
388
|
export { default as LucideBookmarkCheck } from '../icons/bookmark-check';
|
|
389
|
+
// BookmarkMinus aliases
|
|
390
|
+
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
389
391
|
// BookmarkOff aliases
|
|
390
392
|
export { default as LucideBookmarkOff } from '../icons/bookmark-off';
|
|
391
393
|
// BookmarkPlus aliases
|
|
392
394
|
export { default as LucideBookmarkPlus } from '../icons/bookmark-plus';
|
|
393
395
|
// BookmarkX aliases
|
|
394
396
|
export { default as LucideBookmarkX } from '../icons/bookmark-x';
|
|
395
|
-
// BookmarkMinus aliases
|
|
396
|
-
export { default as LucideBookmarkMinus } from '../icons/bookmark-minus';
|
|
397
397
|
// Bookmark aliases
|
|
398
398
|
export { default as LucideBookmark } from '../icons/bookmark';
|
|
399
399
|
// BoomBox aliases
|
|
400
400
|
export { default as LucideBoomBox } from '../icons/boom-box';
|
|
401
|
-
// BotOff aliases
|
|
402
|
-
export { default as LucideBotOff } from '../icons/bot-off';
|
|
403
401
|
// BotMessageSquare aliases
|
|
404
402
|
export { default as LucideBotMessageSquare } from '../icons/bot-message-square';
|
|
403
|
+
// BotOff aliases
|
|
404
|
+
export { default as LucideBotOff } from '../icons/bot-off';
|
|
405
405
|
// Bot aliases
|
|
406
406
|
export { default as LucideBot } from '../icons/bot';
|
|
407
407
|
// BottleWine aliases
|
|
@@ -418,16 +418,16 @@ export { default as LucideBrackets } from '../icons/brackets';
|
|
|
418
418
|
export { default as LucideBrainCircuit } from '../icons/brain-circuit';
|
|
419
419
|
// BrainCog aliases
|
|
420
420
|
export { default as LucideBrainCog } from '../icons/brain-cog';
|
|
421
|
-
// BrickWallFire aliases
|
|
422
|
-
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
423
421
|
// Brain aliases
|
|
424
422
|
export { default as LucideBrain } from '../icons/brain';
|
|
423
|
+
// BrickWallFire aliases
|
|
424
|
+
export { default as LucideBrickWallFire } from '../icons/brick-wall-fire';
|
|
425
425
|
// BrickWallShield aliases
|
|
426
426
|
export { default as LucideBrickWallShield } from '../icons/brick-wall-shield';
|
|
427
|
-
// BriefcaseBusiness aliases
|
|
428
|
-
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
429
427
|
// BrickWall aliases
|
|
430
428
|
export { default as LucideBrickWall } from '../icons/brick-wall';
|
|
429
|
+
// BriefcaseBusiness aliases
|
|
430
|
+
export { default as LucideBriefcaseBusiness } from '../icons/briefcase-business';
|
|
431
431
|
// BriefcaseConveyorBelt aliases
|
|
432
432
|
export { default as LucideBriefcaseConveyorBelt } from '../icons/briefcase-conveyor-belt';
|
|
433
433
|
// BriefcaseMedical aliases
|
|
@@ -436,6 +436,8 @@ export { default as LucideBriefcaseMedical } from '../icons/briefcase-medical';
|
|
|
436
436
|
export { default as LucideBriefcase } from '../icons/briefcase';
|
|
437
437
|
// BringToFront aliases
|
|
438
438
|
export { default as LucideBringToFront } from '../icons/bring-to-front';
|
|
439
|
+
// Broccoli aliases
|
|
440
|
+
export { default as LucideBroccoli } from '../icons/broccoli';
|
|
439
441
|
// BrushCleaning aliases
|
|
440
442
|
export { default as LucideBrushCleaning } from '../icons/brush-cleaning';
|
|
441
443
|
// Brush aliases
|
|
@@ -444,20 +446,20 @@ export { default as LucideBrush } from '../icons/brush';
|
|
|
444
446
|
export { default as LucideBubbles } from '../icons/bubbles';
|
|
445
447
|
// BugOff aliases
|
|
446
448
|
export { default as LucideBugOff } from '../icons/bug-off';
|
|
449
|
+
// BugPlay aliases
|
|
450
|
+
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
447
451
|
// Bug aliases
|
|
448
452
|
export { default as LucideBug } from '../icons/bug';
|
|
449
453
|
// Building2 aliases
|
|
450
454
|
export { default as LucideBuilding2 } from '../icons/building-2';
|
|
451
|
-
// BugPlay aliases
|
|
452
|
-
export { default as LucideBugPlay } from '../icons/bug-play';
|
|
453
455
|
// Building aliases
|
|
454
456
|
export { default as LucideBuilding } from '../icons/building';
|
|
455
|
-
// BusFront aliases
|
|
456
|
-
export { default as LucideBusFront } from '../icons/bus-front';
|
|
457
457
|
// Bus aliases
|
|
458
458
|
export { default as LucideBus } from '../icons/bus';
|
|
459
459
|
// CableCar aliases
|
|
460
460
|
export { default as LucideCableCar } from '../icons/cable-car';
|
|
461
|
+
// BusFront aliases
|
|
462
|
+
export { default as LucideBusFront } from '../icons/bus-front';
|
|
461
463
|
// Cable aliases
|
|
462
464
|
export { default as LucideCable } from '../icons/cable';
|
|
463
465
|
// CakeSlice aliases
|
|
@@ -466,16 +468,16 @@ export { default as LucideCakeSlice } from '../icons/cake-slice';
|
|
|
466
468
|
export { default as LucideCake } from '../icons/cake';
|
|
467
469
|
// Calculator aliases
|
|
468
470
|
export { default as LucideCalculator } from '../icons/calculator';
|
|
469
|
-
// Calendar1 aliases
|
|
470
|
-
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
471
471
|
// CalendarArrowDown aliases
|
|
472
472
|
export { default as LucideCalendarArrowDown } from '../icons/calendar-arrow-down';
|
|
473
|
+
// Calendar1 aliases
|
|
474
|
+
export { default as LucideCalendar1 } from '../icons/calendar-1';
|
|
473
475
|
// CalendarArrowUp aliases
|
|
474
476
|
export { default as LucideCalendarArrowUp } from '../icons/calendar-arrow-up';
|
|
475
|
-
// CalendarCheck aliases
|
|
476
|
-
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
477
477
|
// CalendarCheck2 aliases
|
|
478
478
|
export { default as LucideCalendarCheck2 } from '../icons/calendar-check-2';
|
|
479
|
+
// CalendarCheck aliases
|
|
480
|
+
export { default as LucideCalendarCheck } from '../icons/calendar-check';
|
|
479
481
|
// CalendarClock aliases
|
|
480
482
|
export { default as LucideCalendarClock } from '../icons/calendar-clock';
|
|
481
483
|
// CalendarCog aliases
|
|
@@ -490,10 +492,10 @@ export { default as LucideCalendarHeart } from '../icons/calendar-heart';
|
|
|
490
492
|
export { default as LucideCalendarMinus2 } from '../icons/calendar-minus-2';
|
|
491
493
|
// CalendarMinus aliases
|
|
492
494
|
export { default as LucideCalendarMinus } from '../icons/calendar-minus';
|
|
493
|
-
// CalendarOff aliases
|
|
494
|
-
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
495
495
|
// CalendarPlus2 aliases
|
|
496
496
|
export { default as LucideCalendarPlus2 } from '../icons/calendar-plus-2';
|
|
497
|
+
// CalendarOff aliases
|
|
498
|
+
export { default as LucideCalendarOff } from '../icons/calendar-off';
|
|
497
499
|
// CalendarPlus aliases
|
|
498
500
|
export { default as LucideCalendarPlus } from '../icons/calendar-plus';
|
|
499
501
|
// CalendarRange aliases
|
|
@@ -524,34 +526,34 @@ export { default as LucideCandy } from '../icons/candy';
|
|
|
524
526
|
export { default as LucideCannabisOff } from '../icons/cannabis-off';
|
|
525
527
|
// Cannabis aliases
|
|
526
528
|
export { default as LucideCannabis } from '../icons/cannabis';
|
|
527
|
-
// CaptionsOff aliases
|
|
528
|
-
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
529
529
|
// CarFront aliases
|
|
530
530
|
export { default as LucideCarFront } from '../icons/car-front';
|
|
531
|
+
// CaptionsOff aliases
|
|
532
|
+
export { default as LucideCaptionsOff } from '../icons/captions-off';
|
|
531
533
|
// CarTaxiFront aliases
|
|
532
534
|
export { default as LucideCarTaxiFront } from '../icons/car-taxi-front';
|
|
533
|
-
// Caravan aliases
|
|
534
|
-
export { default as LucideCaravan } from '../icons/caravan';
|
|
535
535
|
// Car aliases
|
|
536
536
|
export { default as LucideCar } from '../icons/car';
|
|
537
|
-
// Carrot aliases
|
|
538
|
-
export { default as LucideCarrot } from '../icons/carrot';
|
|
539
537
|
// CardSim aliases
|
|
540
538
|
export { default as LucideCardSim } from '../icons/card-sim';
|
|
539
|
+
// Caravan aliases
|
|
540
|
+
export { default as LucideCaravan } from '../icons/caravan';
|
|
541
|
+
// Carrot aliases
|
|
542
|
+
export { default as LucideCarrot } from '../icons/carrot';
|
|
541
543
|
// CaseLower aliases
|
|
542
544
|
export { default as LucideCaseLower } from '../icons/case-lower';
|
|
543
545
|
// CaseSensitive aliases
|
|
544
546
|
export { default as LucideCaseSensitive } from '../icons/case-sensitive';
|
|
545
|
-
// CassetteTape aliases
|
|
546
|
-
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
547
547
|
// CaseUpper aliases
|
|
548
548
|
export { default as LucideCaseUpper } from '../icons/case-upper';
|
|
549
|
+
// CassetteTape aliases
|
|
550
|
+
export { default as LucideCassetteTape } from '../icons/cassette-tape';
|
|
549
551
|
// Cast aliases
|
|
550
552
|
export { default as LucideCast } from '../icons/cast';
|
|
551
|
-
// Castle aliases
|
|
552
|
-
export { default as LucideCastle } from '../icons/castle';
|
|
553
553
|
// Cat aliases
|
|
554
554
|
export { default as LucideCat } from '../icons/cat';
|
|
555
|
+
// Castle aliases
|
|
556
|
+
export { default as LucideCastle } from '../icons/castle';
|
|
555
557
|
// CctvOff aliases
|
|
556
558
|
export { default as LucideCctvOff } from '../icons/cctv-off';
|
|
557
559
|
// Cctv aliases
|
|
@@ -560,12 +562,12 @@ export { default as LucideCctv } from '../icons/cctv';
|
|
|
560
562
|
export { default as LucideChartBarDecreasing } from '../icons/chart-bar-decreasing';
|
|
561
563
|
// ChartBarIncreasing aliases
|
|
562
564
|
export { default as LucideChartBarIncreasing } from '../icons/chart-bar-increasing';
|
|
565
|
+
// ChartBarStacked aliases
|
|
566
|
+
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
563
567
|
// ChartColumnDecreasing aliases
|
|
564
568
|
export { default as LucideChartColumnDecreasing } from '../icons/chart-column-decreasing';
|
|
565
569
|
// ChartColumnStacked aliases
|
|
566
570
|
export { default as LucideChartColumnStacked } from '../icons/chart-column-stacked';
|
|
567
|
-
// ChartBarStacked aliases
|
|
568
|
-
export { default as LucideChartBarStacked } from '../icons/chart-bar-stacked';
|
|
569
571
|
// ChartGantt aliases
|
|
570
572
|
export { default as LucideChartGantt } from '../icons/chart-gantt';
|
|
571
573
|
// ChartNetwork aliases
|
|
@@ -574,10 +576,10 @@ export { default as LucideChartNetwork } from '../icons/chart-network';
|
|
|
574
576
|
export { default as LucideChartNoAxesColumnDecreasing } from '../icons/chart-no-axes-column-decreasing';
|
|
575
577
|
// ChartNoAxesCombined aliases
|
|
576
578
|
export { default as LucideChartNoAxesCombined } from '../icons/chart-no-axes-combined';
|
|
577
|
-
// CheckCheck aliases
|
|
578
|
-
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
579
579
|
// ChartSpline aliases
|
|
580
580
|
export { default as LucideChartSpline } from '../icons/chart-spline';
|
|
581
|
+
// CheckCheck aliases
|
|
582
|
+
export { default as LucideCheckCheck } from '../icons/check-check';
|
|
581
583
|
// CheckLine aliases
|
|
582
584
|
export { default as LucideCheckLine } from '../icons/check-line';
|
|
583
585
|
// Check aliases
|
|
@@ -596,42 +598,42 @@ export { default as LucideChessKnight } from '../icons/chess-knight';
|
|
|
596
598
|
export { default as LucideChessPawn } from '../icons/chess-pawn';
|
|
597
599
|
// ChessQueen aliases
|
|
598
600
|
export { default as LucideChessQueen } from '../icons/chess-queen';
|
|
599
|
-
// ChessRook aliases
|
|
600
|
-
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
601
|
-
// ChevronFirst aliases
|
|
602
|
-
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
603
601
|
// ChevronDown aliases
|
|
604
602
|
export { default as LucideChevronDown } from '../icons/chevron-down';
|
|
603
|
+
// ChevronFirst aliases
|
|
604
|
+
export { default as LucideChevronFirst } from '../icons/chevron-first';
|
|
605
|
+
// ChessRook aliases
|
|
606
|
+
export { default as LucideChessRook } from '../icons/chess-rook';
|
|
607
|
+
// ChevronLast aliases
|
|
608
|
+
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
605
609
|
// ChevronLeft aliases
|
|
606
610
|
export { default as LucideChevronLeft } from '../icons/chevron-left';
|
|
607
611
|
// ChevronRight aliases
|
|
608
612
|
export { default as LucideChevronRight } from '../icons/chevron-right';
|
|
609
|
-
// ChevronLast aliases
|
|
610
|
-
export { default as LucideChevronLast } from '../icons/chevron-last';
|
|
611
613
|
// ChevronUp aliases
|
|
612
614
|
export { default as LucideChevronUp } from '../icons/chevron-up';
|
|
613
|
-
// ChevronsDownUp aliases
|
|
614
|
-
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
615
615
|
// ChevronsDown aliases
|
|
616
616
|
export { default as LucideChevronsDown } from '../icons/chevrons-down';
|
|
617
|
+
// ChevronsDownUp aliases
|
|
618
|
+
export { default as LucideChevronsDownUp } from '../icons/chevrons-down-up';
|
|
617
619
|
// ChevronsLeftRightEllipsis aliases
|
|
618
620
|
export { default as LucideChevronsLeftRightEllipsis } from '../icons/chevrons-left-right-ellipsis';
|
|
619
621
|
// ChevronsLeftRight aliases
|
|
620
622
|
export { default as LucideChevronsLeftRight } from '../icons/chevrons-left-right';
|
|
621
623
|
// ChevronsLeft aliases
|
|
622
624
|
export { default as LucideChevronsLeft } from '../icons/chevrons-left';
|
|
623
|
-
// ChevronsRight aliases
|
|
624
|
-
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
625
625
|
// ChevronsRightLeft aliases
|
|
626
626
|
export { default as LucideChevronsRightLeft } from '../icons/chevrons-right-left';
|
|
627
|
+
// ChevronsRight aliases
|
|
628
|
+
export { default as LucideChevronsRight } from '../icons/chevrons-right';
|
|
627
629
|
// ChevronsUpDown aliases
|
|
628
630
|
export { default as LucideChevronsUpDown } from '../icons/chevrons-up-down';
|
|
631
|
+
// Church aliases
|
|
632
|
+
export { default as LucideChurch } from '../icons/church';
|
|
629
633
|
// ChevronsUp aliases
|
|
630
634
|
export { default as LucideChevronsUp } from '../icons/chevrons-up';
|
|
631
635
|
// CigaretteOff aliases
|
|
632
636
|
export { default as LucideCigaretteOff } from '../icons/cigarette-off';
|
|
633
|
-
// Church aliases
|
|
634
|
-
export { default as LucideChurch } from '../icons/church';
|
|
635
637
|
// Cigarette aliases
|
|
636
638
|
export { default as LucideCigarette } from '../icons/cigarette';
|
|
637
639
|
// CircleDashed aliases
|
|
@@ -654,12 +656,12 @@ export { default as LucideCircleFadingArrowUp } from '../icons/circle-fading-arr
|
|
|
654
656
|
export { default as LucideCircleOff } from '../icons/circle-off';
|
|
655
657
|
// CirclePile aliases
|
|
656
658
|
export { default as LucideCirclePile } from '../icons/circle-pile';
|
|
659
|
+
// CirclePoundSterling aliases
|
|
660
|
+
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
657
661
|
// CircleSlash aliases
|
|
658
662
|
export { default as LucideCircleSlash } from '../icons/circle-slash';
|
|
659
663
|
// CircleSmall aliases
|
|
660
664
|
export { default as LucideCircleSmall } from '../icons/circle-small';
|
|
661
|
-
// CirclePoundSterling aliases
|
|
662
|
-
export { default as LucideCirclePoundSterling } from '../icons/circle-pound-sterling';
|
|
663
665
|
// CircleStar aliases
|
|
664
666
|
export { default as LucideCircleStar } from '../icons/circle-star';
|
|
665
667
|
// Circle aliases
|
|
@@ -672,22 +674,22 @@ export { default as LucideCitrus } from '../icons/citrus';
|
|
|
672
674
|
export { default as LucideClapperboard } from '../icons/clapperboard';
|
|
673
675
|
// ClipboardCheck aliases
|
|
674
676
|
export { default as LucideClipboardCheck } from '../icons/clipboard-check';
|
|
677
|
+
// ClipboardClock aliases
|
|
678
|
+
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
675
679
|
// ClipboardCopy aliases
|
|
676
680
|
export { default as LucideClipboardCopy } from '../icons/clipboard-copy';
|
|
677
681
|
// ClipboardList aliases
|
|
678
682
|
export { default as LucideClipboardList } from '../icons/clipboard-list';
|
|
679
|
-
// ClipboardClock aliases
|
|
680
|
-
export { default as LucideClipboardClock } from '../icons/clipboard-clock';
|
|
681
683
|
// ClipboardMinus aliases
|
|
682
684
|
export { default as LucideClipboardMinus } from '../icons/clipboard-minus';
|
|
683
685
|
// ClipboardPaste aliases
|
|
684
686
|
export { default as LucideClipboardPaste } from '../icons/clipboard-paste';
|
|
685
687
|
// ClipboardPlus aliases
|
|
686
688
|
export { default as LucideClipboardPlus } from '../icons/clipboard-plus';
|
|
687
|
-
// ClipboardX aliases
|
|
688
|
-
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
689
689
|
// ClipboardType aliases
|
|
690
690
|
export { default as LucideClipboardType } from '../icons/clipboard-type';
|
|
691
|
+
// ClipboardX aliases
|
|
692
|
+
export { default as LucideClipboardX } from '../icons/clipboard-x';
|
|
691
693
|
// Clipboard aliases
|
|
692
694
|
export { default as LucideClipboard } from '../icons/clipboard';
|
|
693
695
|
// Clock1 aliases
|
|
@@ -700,16 +702,16 @@ export { default as LucideClock11 } from '../icons/clock-11';
|
|
|
700
702
|
export { default as LucideClock12 } from '../icons/clock-12';
|
|
701
703
|
// Clock2 aliases
|
|
702
704
|
export { default as LucideClock2 } from '../icons/clock-2';
|
|
703
|
-
// Clock4 aliases
|
|
704
|
-
export { default as LucideClock4 } from '../icons/clock-4';
|
|
705
705
|
// Clock3 aliases
|
|
706
706
|
export { default as LucideClock3 } from '../icons/clock-3';
|
|
707
|
+
// Clock4 aliases
|
|
708
|
+
export { default as LucideClock4 } from '../icons/clock-4';
|
|
707
709
|
// Clock5 aliases
|
|
708
710
|
export { default as LucideClock5 } from '../icons/clock-5';
|
|
709
|
-
// Clock6 aliases
|
|
710
|
-
export { default as LucideClock6 } from '../icons/clock-6';
|
|
711
711
|
// Clock7 aliases
|
|
712
712
|
export { default as LucideClock7 } from '../icons/clock-7';
|
|
713
|
+
// Clock6 aliases
|
|
714
|
+
export { default as LucideClock6 } from '../icons/clock-6';
|
|
713
715
|
// Clock8 aliases
|
|
714
716
|
export { default as LucideClock8 } from '../icons/clock-8';
|
|
715
717
|
// Clock9 aliases
|
|
@@ -718,40 +720,40 @@ export { default as LucideClock9 } from '../icons/clock-9';
|
|
|
718
720
|
export { default as LucideClockAlert } from '../icons/clock-alert';
|
|
719
721
|
// ClockArrowDown aliases
|
|
720
722
|
export { default as LucideClockArrowDown } from '../icons/clock-arrow-down';
|
|
721
|
-
// ClockArrowUp aliases
|
|
722
|
-
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
723
723
|
// ClockCheck aliases
|
|
724
724
|
export { default as LucideClockCheck } from '../icons/clock-check';
|
|
725
|
+
// ClockArrowUp aliases
|
|
726
|
+
export { default as LucideClockArrowUp } from '../icons/clock-arrow-up';
|
|
725
727
|
// ClockFading aliases
|
|
726
728
|
export { default as LucideClockFading } from '../icons/clock-fading';
|
|
729
|
+
// ClockPlus aliases
|
|
730
|
+
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
727
731
|
// Clock aliases
|
|
728
732
|
export { default as LucideClock } from '../icons/clock';
|
|
729
733
|
// ClosedCaption aliases
|
|
730
734
|
export { default as LucideClosedCaption } from '../icons/closed-caption';
|
|
731
|
-
// ClockPlus aliases
|
|
732
|
-
export { default as LucideClockPlus } from '../icons/clock-plus';
|
|
733
735
|
// CloudAlert aliases
|
|
734
736
|
export { default as LucideCloudAlert } from '../icons/cloud-alert';
|
|
735
737
|
// CloudBackup aliases
|
|
736
738
|
export { default as LucideCloudBackup } from '../icons/cloud-backup';
|
|
737
|
-
// CloudCog aliases
|
|
738
|
-
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
739
739
|
// CloudCheck aliases
|
|
740
740
|
export { default as LucideCloudCheck } from '../icons/cloud-check';
|
|
741
|
+
// CloudCog aliases
|
|
742
|
+
export { default as LucideCloudCog } from '../icons/cloud-cog';
|
|
741
743
|
// CloudDrizzle aliases
|
|
742
744
|
export { default as LucideCloudDrizzle } from '../icons/cloud-drizzle';
|
|
743
|
-
// CloudFog aliases
|
|
744
|
-
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
745
745
|
// CloudHail aliases
|
|
746
746
|
export { default as LucideCloudHail } from '../icons/cloud-hail';
|
|
747
|
+
// CloudFog aliases
|
|
748
|
+
export { default as LucideCloudFog } from '../icons/cloud-fog';
|
|
747
749
|
// CloudLightning aliases
|
|
748
750
|
export { default as LucideCloudLightning } from '../icons/cloud-lightning';
|
|
749
|
-
// CloudMoon aliases
|
|
750
|
-
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
751
751
|
// CloudMoonRain aliases
|
|
752
752
|
export { default as LucideCloudMoonRain } from '../icons/cloud-moon-rain';
|
|
753
753
|
// CloudOff aliases
|
|
754
754
|
export { default as LucideCloudOff } from '../icons/cloud-off';
|
|
755
|
+
// CloudMoon aliases
|
|
756
|
+
export { default as LucideCloudMoon } from '../icons/cloud-moon';
|
|
755
757
|
// CloudRainWind aliases
|
|
756
758
|
export { default as LucideCloudRainWind } from '../icons/cloud-rain-wind';
|
|
757
759
|
// CloudRain aliases
|
|
@@ -766,10 +768,10 @@ export { default as LucideCloudSun } from '../icons/cloud-sun';
|
|
|
766
768
|
export { default as LucideCloudSync } from '../icons/cloud-sync';
|
|
767
769
|
// Cloudy aliases
|
|
768
770
|
export { default as LucideCloudy } from '../icons/cloudy';
|
|
769
|
-
// Club aliases
|
|
770
|
-
export { default as LucideClub } from '../icons/club';
|
|
771
771
|
// Cloud aliases
|
|
772
772
|
export { default as LucideCloud } from '../icons/cloud';
|
|
773
|
+
// Club aliases
|
|
774
|
+
export { default as LucideClub } from '../icons/club';
|
|
773
775
|
// Clover aliases
|
|
774
776
|
export { default as LucideClover } from '../icons/clover';
|
|
775
777
|
// Code aliases
|
|
@@ -778,10 +780,10 @@ export { default as LucideCode } from '../icons/code';
|
|
|
778
780
|
export { default as LucideCoffee } from '../icons/coffee';
|
|
779
781
|
// Cog aliases
|
|
780
782
|
export { default as LucideCog } from '../icons/cog';
|
|
781
|
-
// Columns4 aliases
|
|
782
|
-
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
783
783
|
// Coins aliases
|
|
784
784
|
export { default as LucideCoins } from '../icons/coins';
|
|
785
|
+
// Columns4 aliases
|
|
786
|
+
export { default as LucideColumns4 } from '../icons/columns-4';
|
|
785
787
|
// Combine aliases
|
|
786
788
|
export { default as LucideCombine } from '../icons/combine';
|
|
787
789
|
// Command aliases
|
|
@@ -790,18 +792,18 @@ export { default as LucideCommand } from '../icons/command';
|
|
|
790
792
|
export { default as LucideCompass } from '../icons/compass';
|
|
791
793
|
// Component aliases
|
|
792
794
|
export { default as LucideComponent } from '../icons/component';
|
|
793
|
-
// Computer aliases
|
|
794
|
-
export { default as LucideComputer } from '../icons/computer';
|
|
795
795
|
// ConciergeBell aliases
|
|
796
796
|
export { default as LucideConciergeBell } from '../icons/concierge-bell';
|
|
797
|
-
//
|
|
798
|
-
export { default as
|
|
797
|
+
// Computer aliases
|
|
798
|
+
export { default as LucideComputer } from '../icons/computer';
|
|
799
799
|
// Cone aliases
|
|
800
800
|
export { default as LucideCone } from '../icons/cone';
|
|
801
|
-
//
|
|
802
|
-
export { default as
|
|
801
|
+
// Construction aliases
|
|
802
|
+
export { default as LucideConstruction } from '../icons/construction';
|
|
803
803
|
// Contact aliases
|
|
804
804
|
export { default as LucideContact } from '../icons/contact';
|
|
805
|
+
// Container aliases
|
|
806
|
+
export { default as LucideContainer } from '../icons/container';
|
|
805
807
|
// Contrast aliases
|
|
806
808
|
export { default as LucideContrast } from '../icons/contrast';
|
|
807
809
|
// Cookie aliases
|
|
@@ -822,10 +824,10 @@ export { default as LucideCopyX } from '../icons/copy-x';
|
|
|
822
824
|
export { default as LucideCopy } from '../icons/copy';
|
|
823
825
|
// Copyleft aliases
|
|
824
826
|
export { default as LucideCopyleft } from '../icons/copyleft';
|
|
825
|
-
// CornerDownLeft aliases
|
|
826
|
-
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
827
827
|
// Copyright aliases
|
|
828
828
|
export { default as LucideCopyright } from '../icons/copyright';
|
|
829
|
+
// CornerDownLeft aliases
|
|
830
|
+
export { default as LucideCornerDownLeft } from '../icons/corner-down-left';
|
|
829
831
|
// CornerDownRight aliases
|
|
830
832
|
export { default as LucideCornerDownRight } from '../icons/corner-down-right';
|
|
831
833
|
// CornerLeftDown aliases
|
|
@@ -834,34 +836,34 @@ export { default as LucideCornerLeftDown } from '../icons/corner-left-down';
|
|
|
834
836
|
export { default as LucideCornerLeftUp } from '../icons/corner-left-up';
|
|
835
837
|
// CornerRightDown aliases
|
|
836
838
|
export { default as LucideCornerRightDown } from '../icons/corner-right-down';
|
|
837
|
-
// CornerUpLeft aliases
|
|
838
|
-
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
839
839
|
// CornerRightUp aliases
|
|
840
840
|
export { default as LucideCornerRightUp } from '../icons/corner-right-up';
|
|
841
|
+
// CornerUpLeft aliases
|
|
842
|
+
export { default as LucideCornerUpLeft } from '../icons/corner-up-left';
|
|
841
843
|
// CornerUpRight aliases
|
|
842
844
|
export { default as LucideCornerUpRight } from '../icons/corner-up-right';
|
|
843
845
|
// Cpu aliases
|
|
844
846
|
export { default as LucideCpu } from '../icons/cpu';
|
|
845
|
-
// CreativeCommons aliases
|
|
846
|
-
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
847
847
|
// CreditCard aliases
|
|
848
848
|
export { default as LucideCreditCard } from '../icons/credit-card';
|
|
849
|
+
// CreativeCommons aliases
|
|
850
|
+
export { default as LucideCreativeCommons } from '../icons/creative-commons';
|
|
849
851
|
// Croissant aliases
|
|
850
852
|
export { default as LucideCroissant } from '../icons/croissant';
|
|
851
|
-
// Crop aliases
|
|
852
|
-
export { default as LucideCrop } from '../icons/crop';
|
|
853
853
|
// Cross aliases
|
|
854
854
|
export { default as LucideCross } from '../icons/cross';
|
|
855
|
+
// Crop aliases
|
|
856
|
+
export { default as LucideCrop } from '../icons/crop';
|
|
855
857
|
// Crosshair aliases
|
|
856
858
|
export { default as LucideCrosshair } from '../icons/crosshair';
|
|
857
859
|
// Crown aliases
|
|
858
860
|
export { default as LucideCrown } from '../icons/crown';
|
|
859
861
|
// Cuboid aliases
|
|
860
862
|
export { default as LucideCuboid } from '../icons/cuboid';
|
|
861
|
-
// CupSoda aliases
|
|
862
|
-
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
863
863
|
// Currency aliases
|
|
864
864
|
export { default as LucideCurrency } from '../icons/currency';
|
|
865
|
+
// CupSoda aliases
|
|
866
|
+
export { default as LucideCupSoda } from '../icons/cup-soda';
|
|
865
867
|
// Cylinder aliases
|
|
866
868
|
export { default as LucideCylinder } from '../icons/cylinder';
|
|
867
869
|
// Dam aliases
|
|
@@ -870,24 +872,24 @@ export { default as LucideDam } from '../icons/dam';
|
|
|
870
872
|
export { default as LucideDatabaseBackup } from '../icons/database-backup';
|
|
871
873
|
// DatabaseSearch aliases
|
|
872
874
|
export { default as LucideDatabaseSearch } from '../icons/database-search';
|
|
873
|
-
// DatabaseZap aliases
|
|
874
|
-
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
875
875
|
// Database aliases
|
|
876
876
|
export { default as LucideDatabase } from '../icons/database';
|
|
877
877
|
// DecimalsArrowLeft aliases
|
|
878
878
|
export { default as LucideDecimalsArrowLeft } from '../icons/decimals-arrow-left';
|
|
879
|
+
// DatabaseZap aliases
|
|
880
|
+
export { default as LucideDatabaseZap } from '../icons/database-zap';
|
|
879
881
|
// DecimalsArrowRight aliases
|
|
880
882
|
export { default as LucideDecimalsArrowRight } from '../icons/decimals-arrow-right';
|
|
881
|
-
// Delete aliases
|
|
882
|
-
export { default as LucideDelete } from '../icons/delete';
|
|
883
883
|
// Dessert aliases
|
|
884
884
|
export { default as LucideDessert } from '../icons/dessert';
|
|
885
|
+
// Diameter aliases
|
|
886
|
+
export { default as LucideDiameter } from '../icons/diameter';
|
|
887
|
+
// Delete aliases
|
|
888
|
+
export { default as LucideDelete } from '../icons/delete';
|
|
885
889
|
// DiamondMinus aliases
|
|
886
890
|
export { default as LucideDiamondMinus } from '../icons/diamond-minus';
|
|
887
891
|
// DiamondPlus aliases
|
|
888
892
|
export { default as LucideDiamondPlus } from '../icons/diamond-plus';
|
|
889
|
-
// Diameter aliases
|
|
890
|
-
export { default as LucideDiameter } from '../icons/diameter';
|
|
891
893
|
// Diamond aliases
|
|
892
894
|
export { default as LucideDiamond } from '../icons/diamond';
|
|
893
895
|
// Dice1 aliases
|
|
@@ -900,18 +902,18 @@ export { default as LucideDice3 } from '../icons/dice-3';
|
|
|
900
902
|
export { default as LucideDice4 } from '../icons/dice-4';
|
|
901
903
|
// Dice5 aliases
|
|
902
904
|
export { default as LucideDice5 } from '../icons/dice-5';
|
|
903
|
-
// Dices aliases
|
|
904
|
-
export { default as LucideDices } from '../icons/dices';
|
|
905
905
|
// Dice6 aliases
|
|
906
906
|
export { default as LucideDice6 } from '../icons/dice-6';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
907
|
+
// Dices aliases
|
|
908
|
+
export { default as LucideDices } from '../icons/dices';
|
|
909
909
|
// Diff aliases
|
|
910
910
|
export { default as LucideDiff } from '../icons/diff';
|
|
911
|
-
//
|
|
912
|
-
export { default as
|
|
911
|
+
// Disc2 aliases
|
|
912
|
+
export { default as LucideDisc2 } from '../icons/disc-2';
|
|
913
913
|
// Disc3 aliases
|
|
914
914
|
export { default as LucideDisc3 } from '../icons/disc-3';
|
|
915
|
+
// Disc aliases
|
|
916
|
+
export { default as LucideDisc } from '../icons/disc';
|
|
915
917
|
// DiscAlbum aliases
|
|
916
918
|
export { default as LucideDiscAlbum } from '../icons/disc-album';
|
|
917
919
|
// Divide aliases
|
|
@@ -922,16 +924,16 @@ export { default as LucideDnaOff } from '../icons/dna-off';
|
|
|
922
924
|
export { default as LucideDna } from '../icons/dna';
|
|
923
925
|
// Dock aliases
|
|
924
926
|
export { default as LucideDock } from '../icons/dock';
|
|
925
|
-
// DollarSign aliases
|
|
926
|
-
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
927
927
|
// Dog aliases
|
|
928
928
|
export { default as LucideDog } from '../icons/dog';
|
|
929
|
+
// DollarSign aliases
|
|
930
|
+
export { default as LucideDollarSign } from '../icons/dollar-sign';
|
|
929
931
|
// Donut aliases
|
|
930
932
|
export { default as LucideDonut } from '../icons/donut';
|
|
931
|
-
// DoorClosed aliases
|
|
932
|
-
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
933
933
|
// DoorClosedLocked aliases
|
|
934
934
|
export { default as LucideDoorClosedLocked } from '../icons/door-closed-locked';
|
|
935
|
+
// DoorClosed aliases
|
|
936
|
+
export { default as LucideDoorClosed } from '../icons/door-closed';
|
|
935
937
|
// DoorOpen aliases
|
|
936
938
|
export { default as LucideDoorOpen } from '../icons/door-open';
|
|
937
939
|
// Dot aliases
|
|
@@ -952,10 +954,10 @@ export { default as LucideDropletOff } from '../icons/droplet-off';
|
|
|
952
954
|
export { default as LucideDroplet } from '../icons/droplet';
|
|
953
955
|
// Droplets aliases
|
|
954
956
|
export { default as LucideDroplets } from '../icons/droplets';
|
|
955
|
-
// Drumstick aliases
|
|
956
|
-
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
957
957
|
// Drum aliases
|
|
958
958
|
export { default as LucideDrum } from '../icons/drum';
|
|
959
|
+
// Drumstick aliases
|
|
960
|
+
export { default as LucideDrumstick } from '../icons/drumstick';
|
|
959
961
|
// Dumbbell aliases
|
|
960
962
|
export { default as LucideDumbbell } from '../icons/dumbbell';
|
|
961
963
|
// EarOff aliases
|
|
@@ -964,36 +966,36 @@ export { default as LucideEarOff } from '../icons/ear-off';
|
|
|
964
966
|
export { default as LucideEar } from '../icons/ear';
|
|
965
967
|
// EarthLock aliases
|
|
966
968
|
export { default as LucideEarthLock } from '../icons/earth-lock';
|
|
967
|
-
// EggFried aliases
|
|
968
|
-
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
969
969
|
// Eclipse aliases
|
|
970
970
|
export { default as LucideEclipse } from '../icons/eclipse';
|
|
971
|
+
// EggFried aliases
|
|
972
|
+
export { default as LucideEggFried } from '../icons/egg-fried';
|
|
971
973
|
// EggOff aliases
|
|
972
974
|
export { default as LucideEggOff } from '../icons/egg-off';
|
|
975
|
+
// Ellipse aliases
|
|
976
|
+
export { default as LucideEllipse } from '../icons/ellipse';
|
|
973
977
|
// Egg aliases
|
|
974
978
|
export { default as LucideEgg } from '../icons/egg';
|
|
975
979
|
// EqualApproximately aliases
|
|
976
980
|
export { default as LucideEqualApproximately } from '../icons/equal-approximately';
|
|
977
|
-
// Ellipse aliases
|
|
978
|
-
export { default as LucideEllipse } from '../icons/ellipse';
|
|
979
981
|
// EqualNot aliases
|
|
980
982
|
export { default as LucideEqualNot } from '../icons/equal-not';
|
|
981
|
-
// Eraser aliases
|
|
982
|
-
export { default as LucideEraser } from '../icons/eraser';
|
|
983
983
|
// Equal aliases
|
|
984
984
|
export { default as LucideEqual } from '../icons/equal';
|
|
985
|
+
// Eraser aliases
|
|
986
|
+
export { default as LucideEraser } from '../icons/eraser';
|
|
985
987
|
// EthernetPort aliases
|
|
986
988
|
export { default as LucideEthernetPort } from '../icons/ethernet-port';
|
|
987
989
|
// Euro aliases
|
|
988
990
|
export { default as LucideEuro } from '../icons/euro';
|
|
989
991
|
// EvCharger aliases
|
|
990
992
|
export { default as LucideEvCharger } from '../icons/ev-charger';
|
|
993
|
+
// ExternalLink aliases
|
|
994
|
+
export { default as LucideExternalLink } from '../icons/external-link';
|
|
991
995
|
// Expand aliases
|
|
992
996
|
export { default as LucideExpand } from '../icons/expand';
|
|
993
997
|
// EyeClosed aliases
|
|
994
998
|
export { default as LucideEyeClosed } from '../icons/eye-closed';
|
|
995
|
-
// ExternalLink aliases
|
|
996
|
-
export { default as LucideExternalLink } from '../icons/external-link';
|
|
997
999
|
// EyeOff aliases
|
|
998
1000
|
export { default as LucideEyeOff } from '../icons/eye-off';
|
|
999
1001
|
// Eye aliases
|
|
@@ -1006,10 +1008,10 @@ export { default as LucideFan } from '../icons/fan';
|
|
|
1006
1008
|
export { default as LucideFastForward } from '../icons/fast-forward';
|
|
1007
1009
|
// Feather aliases
|
|
1008
1010
|
export { default as LucideFeather } from '../icons/feather';
|
|
1009
|
-
// FerrisWheel aliases
|
|
1010
|
-
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1011
1011
|
// Fence aliases
|
|
1012
1012
|
export { default as LucideFence } from '../icons/fence';
|
|
1013
|
+
// FerrisWheel aliases
|
|
1014
|
+
export { default as LucideFerrisWheel } from '../icons/ferris-wheel';
|
|
1013
1015
|
// FileArchive aliases
|
|
1014
1016
|
export { default as LucideFileArchive } from '../icons/file-archive';
|
|
1015
1017
|
// FileBox aliases
|
|
@@ -1036,24 +1038,24 @@ export { default as LucideFileInput } from '../icons/file-input';
|
|
|
1036
1038
|
export { default as LucideFileMinus } from '../icons/file-minus';
|
|
1037
1039
|
// FileMusic aliases
|
|
1038
1040
|
export { default as LucideFileMusic } from '../icons/file-music';
|
|
1039
|
-
// FileOutput aliases
|
|
1040
|
-
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1041
1041
|
// FilePlus aliases
|
|
1042
1042
|
export { default as LucideFilePlus } from '../icons/file-plus';
|
|
1043
1043
|
// FileScan aliases
|
|
1044
1044
|
export { default as LucideFileScan } from '../icons/file-scan';
|
|
1045
|
+
// FileOutput aliases
|
|
1046
|
+
export { default as LucideFileOutput } from '../icons/file-output';
|
|
1045
1047
|
// FileSearch aliases
|
|
1046
1048
|
export { default as LucideFileSearch } from '../icons/file-search';
|
|
1047
1049
|
// FileSliders aliases
|
|
1048
1050
|
export { default as LucideFileSliders } from '../icons/file-sliders';
|
|
1049
|
-
// FileStack aliases
|
|
1050
|
-
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1051
1051
|
// FileSpreadsheet aliases
|
|
1052
1052
|
export { default as LucideFileSpreadsheet } from '../icons/file-spreadsheet';
|
|
1053
|
-
//
|
|
1054
|
-
export { default as
|
|
1053
|
+
// FileStack aliases
|
|
1054
|
+
export { default as LucideFileStack } from '../icons/file-stack';
|
|
1055
1055
|
// FileSymlink aliases
|
|
1056
1056
|
export { default as LucideFileSymlink } from '../icons/file-symlink';
|
|
1057
|
+
// FileTerminal aliases
|
|
1058
|
+
export { default as LucideFileTerminal } from '../icons/file-terminal';
|
|
1057
1059
|
// FileText aliases
|
|
1058
1060
|
export { default as LucideFileText } from '../icons/file-text';
|
|
1059
1061
|
// FileType aliases
|
|
@@ -1076,10 +1078,10 @@ export { default as LucideFilm } from '../icons/film';
|
|
|
1076
1078
|
export { default as LucideFireExtinguisher } from '../icons/fire-extinguisher';
|
|
1077
1079
|
// FishOff aliases
|
|
1078
1080
|
export { default as LucideFishOff } from '../icons/fish-off';
|
|
1079
|
-
// Fish aliases
|
|
1080
|
-
export { default as LucideFish } from '../icons/fish';
|
|
1081
1081
|
// FishSymbol aliases
|
|
1082
1082
|
export { default as LucideFishSymbol } from '../icons/fish-symbol';
|
|
1083
|
+
// Fish aliases
|
|
1084
|
+
export { default as LucideFish } from '../icons/fish';
|
|
1083
1085
|
// FishingHook aliases
|
|
1084
1086
|
export { default as LucideFishingHook } from '../icons/fishing-hook';
|
|
1085
1087
|
// FishingRod aliases
|
|
@@ -1094,22 +1096,22 @@ export { default as LucideFlagTriangleRight } from '../icons/flag-triangle-right
|
|
|
1094
1096
|
export { default as LucideFlag } from '../icons/flag';
|
|
1095
1097
|
// FlameKindling aliases
|
|
1096
1098
|
export { default as LucideFlameKindling } from '../icons/flame-kindling';
|
|
1099
|
+
// Flashlight aliases
|
|
1100
|
+
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1097
1101
|
// Flame aliases
|
|
1098
1102
|
export { default as LucideFlame } from '../icons/flame';
|
|
1099
1103
|
// FlashlightOff aliases
|
|
1100
1104
|
export { default as LucideFlashlightOff } from '../icons/flashlight-off';
|
|
1101
|
-
// Flashlight aliases
|
|
1102
|
-
export { default as LucideFlashlight } from '../icons/flashlight';
|
|
1103
1105
|
// FlaskConicalOff aliases
|
|
1104
1106
|
export { default as LucideFlaskConicalOff } from '../icons/flask-conical-off';
|
|
1105
1107
|
// FlaskConical aliases
|
|
1106
1108
|
export { default as LucideFlaskConical } from '../icons/flask-conical';
|
|
1107
1109
|
// FlaskRound aliases
|
|
1108
1110
|
export { default as LucideFlaskRound } from '../icons/flask-round';
|
|
1109
|
-
// FlipHorizontal2 aliases
|
|
1110
|
-
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1111
1111
|
// FlipVertical2 aliases
|
|
1112
1112
|
export { default as LucideFlipVertical2 } from '../icons/flip-vertical-2';
|
|
1113
|
+
// FlipHorizontal2 aliases
|
|
1114
|
+
export { default as LucideFlipHorizontal2 } from '../icons/flip-horizontal-2';
|
|
1113
1115
|
// Flower2 aliases
|
|
1114
1116
|
export { default as LucideFlower2 } from '../icons/flower-2';
|
|
1115
1117
|
// Flower aliases
|
|
@@ -1146,16 +1148,16 @@ export { default as LucideFolderHeart } from '../icons/folder-heart';
|
|
|
1146
1148
|
export { default as LucideFolderInput } from '../icons/folder-input';
|
|
1147
1149
|
// FolderKanban aliases
|
|
1148
1150
|
export { default as LucideFolderKanban } from '../icons/folder-kanban';
|
|
1151
|
+
// FolderLock aliases
|
|
1152
|
+
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1149
1153
|
// FolderKey aliases
|
|
1150
1154
|
export { default as LucideFolderKey } from '../icons/folder-key';
|
|
1151
1155
|
// FolderMinus aliases
|
|
1152
1156
|
export { default as LucideFolderMinus } from '../icons/folder-minus';
|
|
1153
|
-
// FolderLock aliases
|
|
1154
|
-
export { default as LucideFolderLock } from '../icons/folder-lock';
|
|
1155
|
-
// FolderOpen aliases
|
|
1156
|
-
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1157
1157
|
// FolderOpenDot aliases
|
|
1158
1158
|
export { default as LucideFolderOpenDot } from '../icons/folder-open-dot';
|
|
1159
|
+
// FolderOpen aliases
|
|
1160
|
+
export { default as LucideFolderOpen } from '../icons/folder-open';
|
|
1159
1161
|
// FolderOutput aliases
|
|
1160
1162
|
export { default as LucideFolderOutput } from '../icons/folder-output';
|
|
1161
1163
|
// FolderPlus aliases
|
|
@@ -1164,10 +1166,10 @@ export { default as LucideFolderPlus } from '../icons/folder-plus';
|
|
|
1164
1166
|
export { default as LucideFolderRoot } from '../icons/folder-root';
|
|
1165
1167
|
// FolderSearch2 aliases
|
|
1166
1168
|
export { default as LucideFolderSearch2 } from '../icons/folder-search-2';
|
|
1167
|
-
// FolderSearch aliases
|
|
1168
|
-
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1169
1169
|
// FolderSymlink aliases
|
|
1170
1170
|
export { default as LucideFolderSymlink } from '../icons/folder-symlink';
|
|
1171
|
+
// FolderSearch aliases
|
|
1172
|
+
export { default as LucideFolderSearch } from '../icons/folder-search';
|
|
1171
1173
|
// FolderSync aliases
|
|
1172
1174
|
export { default as LucideFolderSync } from '../icons/folder-sync';
|
|
1173
1175
|
// FolderTree aliases
|
|
@@ -1200,30 +1202,30 @@ export { default as LucideFullscreen } from '../icons/fullscreen';
|
|
|
1200
1202
|
export { default as LucideFunnelPlus } from '../icons/funnel-plus';
|
|
1201
1203
|
// GalleryHorizontalEnd aliases
|
|
1202
1204
|
export { default as LucideGalleryHorizontalEnd } from '../icons/gallery-horizontal-end';
|
|
1203
|
-
// GalleryHorizontal aliases
|
|
1204
|
-
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1205
1205
|
// GalleryThumbnails aliases
|
|
1206
1206
|
export { default as LucideGalleryThumbnails } from '../icons/gallery-thumbnails';
|
|
1207
|
-
//
|
|
1208
|
-
export { default as
|
|
1207
|
+
// GalleryHorizontal aliases
|
|
1208
|
+
export { default as LucideGalleryHorizontal } from '../icons/gallery-horizontal';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
1210
1210
|
export { default as LucideGalleryVertical } from '../icons/gallery-vertical';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1211
|
+
// GalleryVerticalEnd aliases
|
|
1212
|
+
export { default as LucideGalleryVerticalEnd } from '../icons/gallery-vertical-end';
|
|
1213
1213
|
// Gamepad2 aliases
|
|
1214
1214
|
export { default as LucideGamepad2 } from '../icons/gamepad-2';
|
|
1215
|
+
// GamepadDirectional aliases
|
|
1216
|
+
export { default as LucideGamepadDirectional } from '../icons/gamepad-directional';
|
|
1215
1217
|
// Gamepad aliases
|
|
1216
1218
|
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
|
+
// Gauge aliases
|
|
1222
|
+
export { default as LucideGauge } from '../icons/gauge';
|
|
1221
1223
|
// Gem aliases
|
|
1222
1224
|
export { default as LucideGem } from '../icons/gem';
|
|
1223
|
-
// Ghost aliases
|
|
1224
|
-
export { default as LucideGhost } from '../icons/ghost';
|
|
1225
1225
|
// GeorgianLari aliases
|
|
1226
1226
|
export { default as LucideGeorgianLari } from '../icons/georgian-lari';
|
|
1227
|
+
// Ghost aliases
|
|
1228
|
+
export { default as LucideGhost } from '../icons/ghost';
|
|
1227
1229
|
// Gift aliases
|
|
1228
1230
|
export { default as LucideGift } from '../icons/gift';
|
|
1229
1231
|
// GitBranchMinus aliases
|
|
@@ -1234,10 +1236,10 @@ export { default as LucideGitBranchPlus } from '../icons/git-branch-plus';
|
|
|
1234
1236
|
export { default as LucideGitBranch } from '../icons/git-branch';
|
|
1235
1237
|
// GitCommitVertical aliases
|
|
1236
1238
|
export { default as LucideGitCommitVertical } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompare aliases
|
|
1238
|
-
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1239
1239
|
// GitCompareArrows aliases
|
|
1240
1240
|
export { default as LucideGitCompareArrows } from '../icons/git-compare-arrows';
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as LucideGitCompare } from '../icons/git-compare';
|
|
1241
1243
|
// GitFork aliases
|
|
1242
1244
|
export { default as LucideGitFork } from '../icons/git-fork';
|
|
1243
1245
|
// GitGraph aliases
|
|
@@ -1254,10 +1256,10 @@ export { default as LucideGitPullRequestClosed } from '../icons/git-pull-request
|
|
|
1254
1256
|
export { default as LucideGitPullRequestCreateArrow } from '../icons/git-pull-request-create-arrow';
|
|
1255
1257
|
// GitPullRequestCreate aliases
|
|
1256
1258
|
export { default as LucideGitPullRequestCreate } from '../icons/git-pull-request-create';
|
|
1257
|
-
// GitPullRequestDraft aliases
|
|
1258
|
-
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1259
1259
|
// GitPullRequest aliases
|
|
1260
1260
|
export { default as LucideGitPullRequest } from '../icons/git-pull-request';
|
|
1261
|
+
// GitPullRequestDraft aliases
|
|
1262
|
+
export { default as LucideGitPullRequestDraft } from '../icons/git-pull-request-draft';
|
|
1261
1263
|
// GlassWater aliases
|
|
1262
1264
|
export { default as LucideGlassWater } from '../icons/glass-water';
|
|
1263
1265
|
// Glasses aliases
|
|
@@ -1270,22 +1272,22 @@ export { default as LucideGlobeOff } from '../icons/globe-off';
|
|
|
1270
1272
|
export { default as LucideGlobeX } from '../icons/globe-x';
|
|
1271
1273
|
// Globe aliases
|
|
1272
1274
|
export { default as LucideGlobe } from '../icons/globe';
|
|
1273
|
-
// Gpu aliases
|
|
1274
|
-
export { default as LucideGpu } from '../icons/gpu';
|
|
1275
1275
|
// Goal aliases
|
|
1276
1276
|
export { default as LucideGoal } from '../icons/goal';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as LucideGpu } from '../icons/gpu';
|
|
1279
1279
|
// GraduationCap aliases
|
|
1280
1280
|
export { default as LucideGraduationCap } from '../icons/graduation-cap';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1281
|
+
// Grape aliases
|
|
1282
|
+
export { default as LucideGrape } from '../icons/grape';
|
|
1283
1283
|
// GripHorizontal aliases
|
|
1284
1284
|
export { default as LucideGripHorizontal } from '../icons/grip-horizontal';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1285
|
+
// Grid3x2 aliases
|
|
1286
|
+
export { default as LucideGrid3x2 } from '../icons/grid-3x2';
|
|
1287
1287
|
// GripVertical aliases
|
|
1288
1288
|
export { default as LucideGripVertical } from '../icons/grip-vertical';
|
|
1289
|
+
// Grip aliases
|
|
1290
|
+
export { default as LucideGrip } from '../icons/grip';
|
|
1289
1291
|
// Group aliases
|
|
1290
1292
|
export { default as LucideGroup } from '../icons/group';
|
|
1291
1293
|
// Guitar aliases
|
|
@@ -1302,10 +1304,10 @@ export { default as LucideHandCoins } from '../icons/hand-coins';
|
|
|
1302
1304
|
export { default as LucideHandFist } from '../icons/hand-fist';
|
|
1303
1305
|
// HandHeart aliases
|
|
1304
1306
|
export { default as LucideHandHeart } from '../icons/hand-heart';
|
|
1305
|
-
// HandPlatter aliases
|
|
1306
|
-
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1307
1307
|
// HandMetal aliases
|
|
1308
1308
|
export { default as LucideHandMetal } from '../icons/hand-metal';
|
|
1309
|
+
// HandPlatter aliases
|
|
1310
|
+
export { default as LucideHandPlatter } from '../icons/hand-platter';
|
|
1309
1311
|
// Hand aliases
|
|
1310
1312
|
export { default as LucideHand } from '../icons/hand';
|
|
1311
1313
|
// Handbag aliases
|
|
@@ -1318,10 +1320,10 @@ export { default as LucideHardDriveDownload } from '../icons/hard-drive-download
|
|
|
1318
1320
|
export { default as LucideHardDriveUpload } from '../icons/hard-drive-upload';
|
|
1319
1321
|
// HardDrive aliases
|
|
1320
1322
|
export { default as LucideHardDrive } from '../icons/hard-drive';
|
|
1321
|
-
// Hash aliases
|
|
1322
|
-
export { default as LucideHash } from '../icons/hash';
|
|
1323
1323
|
// HardHat aliases
|
|
1324
1324
|
export { default as LucideHardHat } from '../icons/hard-hat';
|
|
1325
|
+
// Hash aliases
|
|
1326
|
+
export { default as LucideHash } from '../icons/hash';
|
|
1325
1327
|
// HatGlasses aliases
|
|
1326
1328
|
export { default as LucideHatGlasses } from '../icons/hat-glasses';
|
|
1327
1329
|
// Haze aliases
|
|
@@ -1330,10 +1332,10 @@ export { default as LucideHaze } from '../icons/haze';
|
|
|
1330
1332
|
export { default as LucideHd } from '../icons/hd';
|
|
1331
1333
|
// HdmiPort aliases
|
|
1332
1334
|
export { default as LucideHdmiPort } from '../icons/hdmi-port';
|
|
1333
|
-
// Heading2 aliases
|
|
1334
|
-
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1335
1335
|
// Heading1 aliases
|
|
1336
1336
|
export { default as LucideHeading1 } from '../icons/heading-1';
|
|
1337
|
+
// Heading2 aliases
|
|
1338
|
+
export { default as LucideHeading2 } from '../icons/heading-2';
|
|
1337
1339
|
// Heading3 aliases
|
|
1338
1340
|
export { default as LucideHeading3 } from '../icons/heading-3';
|
|
1339
1341
|
// Heading4 aliases
|
|
@@ -1356,10 +1358,10 @@ export { default as LucideHeartCrack } from '../icons/heart-crack';
|
|
|
1356
1358
|
export { default as LucideHeartHandshake } from '../icons/heart-handshake';
|
|
1357
1359
|
// HeartMinus aliases
|
|
1358
1360
|
export { default as LucideHeartMinus } from '../icons/heart-minus';
|
|
1359
|
-
// HeartPlus aliases
|
|
1360
|
-
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1361
1361
|
// HeartOff aliases
|
|
1362
1362
|
export { default as LucideHeartOff } from '../icons/heart-off';
|
|
1363
|
+
// HeartPlus aliases
|
|
1364
|
+
export { default as LucideHeartPlus } from '../icons/heart-plus';
|
|
1363
1365
|
// HeartPulse aliases
|
|
1364
1366
|
export { default as LucideHeartPulse } from '../icons/heart-pulse';
|
|
1365
1367
|
// HeartX aliases
|
|
@@ -1370,18 +1372,18 @@ export { default as LucideHeart } from '../icons/heart';
|
|
|
1370
1372
|
export { default as LucideHeater } from '../icons/heater';
|
|
1371
1373
|
// Helicopter aliases
|
|
1372
1374
|
export { default as LucideHelicopter } from '../icons/helicopter';
|
|
1373
|
-
// Highlighter aliases
|
|
1374
|
-
export { default as LucideHighlighter } from '../icons/highlighter';
|
|
1375
1375
|
// Hexagon aliases
|
|
1376
1376
|
export { default as LucideHexagon } from '../icons/hexagon';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1377
|
+
// Highlighter aliases
|
|
1378
|
+
export { default as LucideHighlighter } from '../icons/highlighter';
|
|
1379
1379
|
// History aliases
|
|
1380
1380
|
export { default as LucideHistory } from '../icons/history';
|
|
1381
|
-
//
|
|
1382
|
-
export { default as
|
|
1381
|
+
// HopOff aliases
|
|
1382
|
+
export { default as LucideHopOff } from '../icons/hop-off';
|
|
1383
1383
|
// Hop aliases
|
|
1384
1384
|
export { default as LucideHop } from '../icons/hop';
|
|
1385
|
+
// Hospital aliases
|
|
1386
|
+
export { default as LucideHospital } from '../icons/hospital';
|
|
1385
1387
|
// Hotel aliases
|
|
1386
1388
|
export { default as LucideHotel } from '../icons/hotel';
|
|
1387
1389
|
// Hourglass aliases
|
|
@@ -1406,34 +1408,34 @@ export { default as LucideImageMinus } from '../icons/image-minus';
|
|
|
1406
1408
|
export { default as LucideImageOff } from '../icons/image-off';
|
|
1407
1409
|
// ImagePlay aliases
|
|
1408
1410
|
export { default as LucideImagePlay } from '../icons/image-play';
|
|
1409
|
-
// ImagePlus aliases
|
|
1410
|
-
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1411
1411
|
// ImageUp aliases
|
|
1412
1412
|
export { default as LucideImageUp } from '../icons/image-up';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1413
|
+
// ImagePlus aliases
|
|
1414
|
+
export { default as LucideImagePlus } from '../icons/image-plus';
|
|
1415
1415
|
// ImageUpscale aliases
|
|
1416
1416
|
export { default as LucideImageUpscale } from '../icons/image-upscale';
|
|
1417
|
+
// Image aliases
|
|
1418
|
+
export { default as LucideImage } from '../icons/image';
|
|
1417
1419
|
// Images aliases
|
|
1418
1420
|
export { default as LucideImages } from '../icons/images';
|
|
1419
1421
|
// Import aliases
|
|
1420
1422
|
export { default as LucideImport } from '../icons/import';
|
|
1421
1423
|
// Inbox aliases
|
|
1422
1424
|
export { default as LucideInbox } from '../icons/inbox';
|
|
1423
|
-
// Infinity aliases
|
|
1424
|
-
export { default as LucideInfinity } from '../icons/infinity';
|
|
1425
1425
|
// IndianRupee aliases
|
|
1426
1426
|
export { default as LucideIndianRupee } from '../icons/indian-rupee';
|
|
1427
|
+
// Infinity aliases
|
|
1428
|
+
export { default as LucideInfinity } from '../icons/infinity';
|
|
1427
1429
|
// Info aliases
|
|
1428
1430
|
export { default as LucideInfo } from '../icons/info';
|
|
1429
1431
|
// InspectionPanel aliases
|
|
1430
1432
|
export { default as LucideInspectionPanel } from '../icons/inspection-panel';
|
|
1431
1433
|
// Italic aliases
|
|
1432
1434
|
export { default as LucideItalic } from '../icons/italic';
|
|
1433
|
-
// IterationCcw aliases
|
|
1434
|
-
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1435
1435
|
// IterationCw aliases
|
|
1436
1436
|
export { default as LucideIterationCw } from '../icons/iteration-cw';
|
|
1437
|
+
// IterationCcw aliases
|
|
1438
|
+
export { default as LucideIterationCcw } from '../icons/iteration-ccw';
|
|
1437
1439
|
// JapaneseYen aliases
|
|
1438
1440
|
export { default as LucideJapaneseYen } from '../icons/japanese-yen';
|
|
1439
1441
|
// Joystick aliases
|
|
@@ -1442,10 +1444,10 @@ export { default as LucideJoystick } from '../icons/joystick';
|
|
|
1442
1444
|
export { default as LucideKanban } from '../icons/kanban';
|
|
1443
1445
|
// Kayak aliases
|
|
1444
1446
|
export { default as LucideKayak } from '../icons/kayak';
|
|
1445
|
-
// KeyRound aliases
|
|
1446
|
-
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1447
1447
|
// KeySquare aliases
|
|
1448
1448
|
export { default as LucideKeySquare } from '../icons/key-square';
|
|
1449
|
+
// KeyRound aliases
|
|
1450
|
+
export { default as LucideKeyRound } from '../icons/key-round';
|
|
1449
1451
|
// Key aliases
|
|
1450
1452
|
export { default as LucideKey } from '../icons/key';
|
|
1451
1453
|
// KeyboardMusic aliases
|
|
@@ -1454,40 +1456,40 @@ export { default as LucideKeyboardMusic } from '../icons/keyboard-music';
|
|
|
1454
1456
|
export { default as LucideKeyboardOff } from '../icons/keyboard-off';
|
|
1455
1457
|
// Keyboard aliases
|
|
1456
1458
|
export { default as LucideKeyboard } from '../icons/keyboard';
|
|
1457
|
-
// LampDesk aliases
|
|
1458
|
-
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1459
1459
|
// LampCeiling aliases
|
|
1460
1460
|
export { default as LucideLampCeiling } from '../icons/lamp-ceiling';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1461
|
+
// LampDesk aliases
|
|
1462
|
+
export { default as LucideLampDesk } from '../icons/lamp-desk';
|
|
1463
1463
|
// LampFloor aliases
|
|
1464
1464
|
export { default as LucideLampFloor } from '../icons/lamp-floor';
|
|
1465
|
+
// LampWallDown aliases
|
|
1466
|
+
export { default as LucideLampWallDown } from '../icons/lamp-wall-down';
|
|
1465
1467
|
// LampWallUp aliases
|
|
1466
1468
|
export { default as LucideLampWallUp } from '../icons/lamp-wall-up';
|
|
1467
1469
|
// Lamp aliases
|
|
1468
1470
|
export { default as LucideLamp } from '../icons/lamp';
|
|
1469
|
-
// Landmark aliases
|
|
1470
|
-
export { default as LucideLandmark } from '../icons/landmark';
|
|
1471
1471
|
// LandPlot aliases
|
|
1472
1472
|
export { default as LucideLandPlot } from '../icons/land-plot';
|
|
1473
|
+
// Landmark aliases
|
|
1474
|
+
export { default as LucideLandmark } from '../icons/landmark';
|
|
1473
1475
|
// Languages aliases
|
|
1474
1476
|
export { default as LucideLanguages } from '../icons/languages';
|
|
1475
1477
|
// LaptopMinimalCheck aliases
|
|
1476
1478
|
export { default as LucideLaptopMinimalCheck } from '../icons/laptop-minimal-check';
|
|
1477
1479
|
// Laptop aliases
|
|
1478
1480
|
export { default as LucideLaptop } from '../icons/laptop';
|
|
1481
|
+
// Lasso aliases
|
|
1482
|
+
export { default as LucideLasso } from '../icons/lasso';
|
|
1479
1483
|
// LassoSelect aliases
|
|
1480
1484
|
export { default as LucideLassoSelect } from '../icons/lasso-select';
|
|
1481
1485
|
// Laugh aliases
|
|
1482
1486
|
export { default as LucideLaugh } from '../icons/laugh';
|
|
1483
|
-
// Lasso aliases
|
|
1484
|
-
export { default as LucideLasso } from '../icons/lasso';
|
|
1485
|
-
// LayersMinus aliases
|
|
1486
|
-
export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
1487
|
-
// LayersPlus aliases
|
|
1488
|
-
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1489
1487
|
// Layers2 aliases
|
|
1490
1488
|
export { default as LucideLayers2 } from '../icons/layers-2';
|
|
1489
|
+
// LayersPlus aliases
|
|
1490
|
+
export { default as LucideLayersPlus } from '../icons/layers-plus';
|
|
1491
|
+
// LayersMinus aliases
|
|
1492
|
+
export { default as LucideLayersMinus } from '../icons/layers-minus';
|
|
1491
1493
|
// LayoutDashboard aliases
|
|
1492
1494
|
export { default as LucideLayoutDashboard } from '../icons/layout-dashboard';
|
|
1493
1495
|
// LayoutGrid aliases
|
|
@@ -1512,20 +1514,20 @@ export { default as LucideLensConcave } from '../icons/lens-concave';
|
|
|
1512
1514
|
export { default as LucideLensConvex } from '../icons/lens-convex';
|
|
1513
1515
|
// LibraryBig aliases
|
|
1514
1516
|
export { default as LucideLibraryBig } from '../icons/library-big';
|
|
1515
|
-
// Library aliases
|
|
1516
|
-
export { default as LucideLibrary } from '../icons/library';
|
|
1517
1517
|
// LifeBuoy aliases
|
|
1518
1518
|
export { default as LucideLifeBuoy } from '../icons/life-buoy';
|
|
1519
|
+
// Library aliases
|
|
1520
|
+
export { default as LucideLibrary } from '../icons/library';
|
|
1519
1521
|
// Ligature aliases
|
|
1520
1522
|
export { default as LucideLigature } from '../icons/ligature';
|
|
1521
1523
|
// LightbulbOff aliases
|
|
1522
1524
|
export { default as LucideLightbulbOff } from '../icons/lightbulb-off';
|
|
1525
|
+
// Lightbulb aliases
|
|
1526
|
+
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1523
1527
|
// LineDotRightHorizontal aliases
|
|
1524
1528
|
export { default as LucideLineDotRightHorizontal } from '../icons/line-dot-right-horizontal';
|
|
1525
1529
|
// LineSquiggle aliases
|
|
1526
1530
|
export { default as LucideLineSquiggle } from '../icons/line-squiggle';
|
|
1527
|
-
// Lightbulb aliases
|
|
1528
|
-
export { default as LucideLightbulb } from '../icons/lightbulb';
|
|
1529
1531
|
// LineStyle aliases
|
|
1530
1532
|
export { default as LucideLineStyle } from '../icons/line-style';
|
|
1531
1533
|
// Link2Off aliases
|
|
@@ -1536,16 +1538,16 @@ export { default as LucideLink2 } from '../icons/link-2';
|
|
|
1536
1538
|
export { default as LucideLink } from '../icons/link';
|
|
1537
1539
|
// ListCheck aliases
|
|
1538
1540
|
export { default as LucideListCheck } from '../icons/list-check';
|
|
1539
|
-
// ListChecks aliases
|
|
1540
|
-
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1541
1541
|
// ListChevronsDownUp aliases
|
|
1542
1542
|
export { default as LucideListChevronsDownUp } from '../icons/list-chevrons-down-up';
|
|
1543
|
-
// ListCollapse aliases
|
|
1544
|
-
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1545
1543
|
// ListChevronsUpDown aliases
|
|
1546
1544
|
export { default as LucideListChevronsUpDown } from '../icons/list-chevrons-up-down';
|
|
1545
|
+
// ListChecks aliases
|
|
1546
|
+
export { default as LucideListChecks } from '../icons/list-checks';
|
|
1547
1547
|
// ListEnd aliases
|
|
1548
1548
|
export { default as LucideListEnd } from '../icons/list-end';
|
|
1549
|
+
// ListCollapse aliases
|
|
1550
|
+
export { default as LucideListCollapse } from '../icons/list-collapse';
|
|
1549
1551
|
// ListFilterPlus aliases
|
|
1550
1552
|
export { default as LucideListFilterPlus } from '../icons/list-filter-plus';
|
|
1551
1553
|
// ListFilter aliases
|
|
@@ -1576,36 +1578,36 @@ export { default as LucideList } from '../icons/list';
|
|
|
1576
1578
|
export { default as LucideLoader } from '../icons/loader';
|
|
1577
1579
|
// LoaderPinwheel aliases
|
|
1578
1580
|
export { default as LucideLoaderPinwheel } from '../icons/loader-pinwheel';
|
|
1579
|
-
// LocateFixed aliases
|
|
1580
|
-
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1581
1581
|
// LocateOff aliases
|
|
1582
1582
|
export { default as LucideLocateOff } from '../icons/locate-off';
|
|
1583
|
+
// LocateFixed aliases
|
|
1584
|
+
export { default as LucideLocateFixed } from '../icons/locate-fixed';
|
|
1583
1585
|
// Locate aliases
|
|
1584
1586
|
export { default as LucideLocate } from '../icons/locate';
|
|
1585
1587
|
// LockKeyhole aliases
|
|
1586
1588
|
export { default as LucideLockKeyhole } from '../icons/lock-keyhole';
|
|
1587
1589
|
// Lock aliases
|
|
1588
1590
|
export { default as LucideLock } from '../icons/lock';
|
|
1589
|
-
// LogOut aliases
|
|
1590
|
-
export { default as LucideLogOut } from '../icons/log-out';
|
|
1591
1591
|
// LogIn aliases
|
|
1592
1592
|
export { default as LucideLogIn } from '../icons/log-in';
|
|
1593
|
+
// LogOut aliases
|
|
1594
|
+
export { default as LucideLogOut } from '../icons/log-out';
|
|
1593
1595
|
// Logs aliases
|
|
1594
1596
|
export { default as LucideLogs } from '../icons/logs';
|
|
1595
1597
|
// Lollipop aliases
|
|
1596
1598
|
export { default as LucideLollipop } from '../icons/lollipop';
|
|
1597
|
-
// MailCheck aliases
|
|
1598
|
-
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1599
1599
|
// Luggage aliases
|
|
1600
1600
|
export { default as LucideLuggage } from '../icons/luggage';
|
|
1601
1601
|
// Magnet aliases
|
|
1602
1602
|
export { default as LucideMagnet } from '../icons/magnet';
|
|
1603
|
+
// MailCheck aliases
|
|
1604
|
+
export { default as LucideMailCheck } from '../icons/mail-check';
|
|
1603
1605
|
// MailMinus aliases
|
|
1604
1606
|
export { default as LucideMailMinus } from '../icons/mail-minus';
|
|
1605
|
-
// MailOpen aliases
|
|
1606
|
-
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1607
1607
|
// MailPlus aliases
|
|
1608
1608
|
export { default as LucideMailPlus } from '../icons/mail-plus';
|
|
1609
|
+
// MailOpen aliases
|
|
1610
|
+
export { default as LucideMailOpen } from '../icons/mail-open';
|
|
1609
1611
|
// MailSearch aliases
|
|
1610
1612
|
export { default as LucideMailSearch } from '../icons/mail-search';
|
|
1611
1613
|
// MailWarning aliases
|
|
@@ -1640,10 +1642,10 @@ export { default as LucideMapPinPlus } from '../icons/map-pin-plus';
|
|
|
1640
1642
|
export { default as LucideMapPinSearch } from '../icons/map-pin-search';
|
|
1641
1643
|
// MapPinXInside aliases
|
|
1642
1644
|
export { default as LucideMapPinXInside } from '../icons/map-pin-x-inside';
|
|
1643
|
-
// MapPinX aliases
|
|
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
|
+
// MapPinX aliases
|
|
1648
|
+
export { default as LucideMapPinX } from '../icons/map-pin-x';
|
|
1647
1649
|
// MapPinned aliases
|
|
1648
1650
|
export { default as LucideMapPinned } from '../icons/map-pinned';
|
|
1649
1651
|
// MapPlus aliases
|
|
@@ -1652,22 +1654,22 @@ export { default as LucideMapPlus } from '../icons/map-plus';
|
|
|
1652
1654
|
export { default as LucideMap } from '../icons/map';
|
|
1653
1655
|
// MarsStroke aliases
|
|
1654
1656
|
export { default as LucideMarsStroke } from '../icons/mars-stroke';
|
|
1655
|
-
// Martini aliases
|
|
1656
|
-
export { default as LucideMartini } from '../icons/martini';
|
|
1657
1657
|
// Mars aliases
|
|
1658
1658
|
export { default as LucideMars } from '../icons/mars';
|
|
1659
|
+
// Martini aliases
|
|
1660
|
+
export { default as LucideMartini } from '../icons/martini';
|
|
1659
1661
|
// Maximize2 aliases
|
|
1660
1662
|
export { default as LucideMaximize2 } from '../icons/maximize-2';
|
|
1661
1663
|
// Maximize aliases
|
|
1662
1664
|
export { default as LucideMaximize } from '../icons/maximize';
|
|
1663
|
-
// Megaphone aliases
|
|
1664
|
-
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1665
1665
|
// Medal aliases
|
|
1666
1666
|
export { default as LucideMedal } from '../icons/medal';
|
|
1667
1667
|
// MegaphoneOff aliases
|
|
1668
1668
|
export { default as LucideMegaphoneOff } from '../icons/megaphone-off';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as LucideMeh } from '../icons/meh';
|
|
1671
|
+
// Megaphone aliases
|
|
1672
|
+
export { default as LucideMegaphone } from '../icons/megaphone';
|
|
1671
1673
|
// MemoryStick aliases
|
|
1672
1674
|
export { default as LucideMemoryStick } from '../icons/memory-stick';
|
|
1673
1675
|
// Menu aliases
|
|
@@ -1680,12 +1682,12 @@ export { default as LucideMessageCircleCheck } from '../icons/message-circle-che
|
|
|
1680
1682
|
export { default as LucideMessageCircleCode } from '../icons/message-circle-code';
|
|
1681
1683
|
// MessageCircleDashed aliases
|
|
1682
1684
|
export { default as LucideMessageCircleDashed } from '../icons/message-circle-dashed';
|
|
1683
|
-
// MessageCircleMore aliases
|
|
1684
|
-
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1685
1685
|
// MessageCircleHeart aliases
|
|
1686
1686
|
export { default as LucideMessageCircleHeart } from '../icons/message-circle-heart';
|
|
1687
1687
|
// MessageCircleOff aliases
|
|
1688
1688
|
export { default as LucideMessageCircleOff } from '../icons/message-circle-off';
|
|
1689
|
+
// MessageCircleMore aliases
|
|
1690
|
+
export { default as LucideMessageCircleMore } from '../icons/message-circle-more';
|
|
1689
1691
|
// MessageCirclePlus aliases
|
|
1690
1692
|
export { default as LucideMessageCirclePlus } from '../icons/message-circle-plus';
|
|
1691
1693
|
// MessageCircleReply aliases
|
|
@@ -1702,14 +1704,14 @@ export { default as LucideMessageSquareCheck } from '../icons/message-square-che
|
|
|
1702
1704
|
export { default as LucideMessageSquareCode } from '../icons/message-square-code';
|
|
1703
1705
|
// MessageSquareDashed aliases
|
|
1704
1706
|
export { default as LucideMessageSquareDashed } from '../icons/message-square-dashed';
|
|
1705
|
-
// MessageSquareDot aliases
|
|
1706
|
-
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1707
1707
|
// MessageSquareDiff aliases
|
|
1708
1708
|
export { default as LucideMessageSquareDiff } from '../icons/message-square-diff';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1709
|
+
// MessageSquareDot aliases
|
|
1710
|
+
export { default as LucideMessageSquareDot } from '../icons/message-square-dot';
|
|
1711
1711
|
// MessageSquareLock aliases
|
|
1712
1712
|
export { default as LucideMessageSquareLock } from '../icons/message-square-lock';
|
|
1713
|
+
// MessageSquareHeart aliases
|
|
1714
|
+
export { default as LucideMessageSquareHeart } from '../icons/message-square-heart';
|
|
1713
1715
|
// MessageSquareMore aliases
|
|
1714
1716
|
export { default as LucideMessageSquareMore } from '../icons/message-square-more';
|
|
1715
1717
|
// MessageSquareOff aliases
|
|
@@ -1744,10 +1746,10 @@ export { default as LucideMicrochip } from '../icons/microchip';
|
|
|
1744
1746
|
export { default as LucideMicroscope } from '../icons/microscope';
|
|
1745
1747
|
// Microwave aliases
|
|
1746
1748
|
export { default as LucideMicrowave } from '../icons/microwave';
|
|
1747
|
-
// MilkOff aliases
|
|
1748
|
-
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1749
1749
|
// Milestone aliases
|
|
1750
1750
|
export { default as LucideMilestone } from '../icons/milestone';
|
|
1751
|
+
// MilkOff aliases
|
|
1752
|
+
export { default as LucideMilkOff } from '../icons/milk-off';
|
|
1751
1753
|
// Milk aliases
|
|
1752
1754
|
export { default as LucideMilk } from '../icons/milk';
|
|
1753
1755
|
// Minimize2 aliases
|
|
@@ -1764,18 +1766,18 @@ export { default as LucideMirrorRound } from '../icons/mirror-round';
|
|
|
1764
1766
|
export { default as LucideMonitorCheck } from '../icons/monitor-check';
|
|
1765
1767
|
// MonitorCloud aliases
|
|
1766
1768
|
export { default as LucideMonitorCloud } from '../icons/monitor-cloud';
|
|
1769
|
+
// MonitorCog aliases
|
|
1770
|
+
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1767
1771
|
// MonitorDot aliases
|
|
1768
1772
|
export { default as LucideMonitorDot } from '../icons/monitor-dot';
|
|
1769
1773
|
// MonitorDown aliases
|
|
1770
1774
|
export { default as LucideMonitorDown } from '../icons/monitor-down';
|
|
1771
|
-
// MonitorCog aliases
|
|
1772
|
-
export { default as LucideMonitorCog } from '../icons/monitor-cog';
|
|
1773
1775
|
// MonitorOff aliases
|
|
1774
1776
|
export { default as LucideMonitorOff } from '../icons/monitor-off';
|
|
1775
|
-
// MonitorPlay aliases
|
|
1776
|
-
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1777
1777
|
// MonitorPause aliases
|
|
1778
1778
|
export { default as LucideMonitorPause } from '../icons/monitor-pause';
|
|
1779
|
+
// MonitorPlay aliases
|
|
1780
|
+
export { default as LucideMonitorPlay } from '../icons/monitor-play';
|
|
1779
1781
|
// MonitorSmartphone aliases
|
|
1780
1782
|
export { default as LucideMonitorSmartphone } from '../icons/monitor-smartphone';
|
|
1781
1783
|
// MonitorSpeaker aliases
|
|
@@ -1790,20 +1792,20 @@ export { default as LucideMonitorX } from '../icons/monitor-x';
|
|
|
1790
1792
|
export { default as LucideMonitor } from '../icons/monitor';
|
|
1791
1793
|
// MoonStar aliases
|
|
1792
1794
|
export { default as LucideMoonStar } from '../icons/moon-star';
|
|
1793
|
-
// Motorbike aliases
|
|
1794
|
-
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1795
1795
|
// Moon aliases
|
|
1796
1796
|
export { default as LucideMoon } from '../icons/moon';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1797
|
+
// Motorbike aliases
|
|
1798
|
+
export { default as LucideMotorbike } from '../icons/motorbike';
|
|
1799
1799
|
// MountainSnow aliases
|
|
1800
1800
|
export { default as LucideMountainSnow } from '../icons/mountain-snow';
|
|
1801
|
+
// Mountain aliases
|
|
1802
|
+
export { default as LucideMountain } from '../icons/mountain';
|
|
1801
1803
|
// MouseLeft aliases
|
|
1802
1804
|
export { default as LucideMouseLeft } from '../icons/mouse-left';
|
|
1803
|
-
// MousePointer2Off aliases
|
|
1804
|
-
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1805
1805
|
// MouseOff aliases
|
|
1806
1806
|
export { default as LucideMouseOff } from '../icons/mouse-off';
|
|
1807
|
+
// MousePointer2Off aliases
|
|
1808
|
+
export { default as LucideMousePointer2Off } from '../icons/mouse-pointer-2-off';
|
|
1807
1809
|
// MousePointer2 aliases
|
|
1808
1810
|
export { default as LucideMousePointer2 } from '../icons/mouse-pointer-2';
|
|
1809
1811
|
// MousePointerBan aliases
|
|
@@ -1816,16 +1818,16 @@ export { default as LucideMousePointer } from '../icons/mouse-pointer';
|
|
|
1816
1818
|
export { default as LucideMouseRight } from '../icons/mouse-right';
|
|
1817
1819
|
// Mouse aliases
|
|
1818
1820
|
export { default as LucideMouse } from '../icons/mouse';
|
|
1819
|
-
// MoveDiagonal aliases
|
|
1820
|
-
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1821
1821
|
// MoveDiagonal2 aliases
|
|
1822
1822
|
export { default as LucideMoveDiagonal2 } from '../icons/move-diagonal-2';
|
|
1823
|
+
// MoveDiagonal aliases
|
|
1824
|
+
export { default as LucideMoveDiagonal } from '../icons/move-diagonal';
|
|
1823
1825
|
// MoveDownLeft aliases
|
|
1824
1826
|
export { default as LucideMoveDownLeft } from '../icons/move-down-left';
|
|
1825
|
-
// MoveDownRight aliases
|
|
1826
|
-
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1827
1827
|
// MoveDown aliases
|
|
1828
1828
|
export { default as LucideMoveDown } from '../icons/move-down';
|
|
1829
|
+
// MoveDownRight aliases
|
|
1830
|
+
export { default as LucideMoveDownRight } from '../icons/move-down-right';
|
|
1829
1831
|
// MoveHorizontal aliases
|
|
1830
1832
|
export { default as LucideMoveHorizontal } from '../icons/move-horizontal';
|
|
1831
1833
|
// MoveLeft aliases
|
|
@@ -1836,24 +1838,24 @@ export { default as LucideMoveRight } from '../icons/move-right';
|
|
|
1836
1838
|
export { default as LucideMoveUpLeft } from '../icons/move-up-left';
|
|
1837
1839
|
// MoveUpRight aliases
|
|
1838
1840
|
export { default as LucideMoveUpRight } from '../icons/move-up-right';
|
|
1839
|
-
// MoveVertical aliases
|
|
1840
|
-
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1841
1841
|
// MoveUp aliases
|
|
1842
1842
|
export { default as LucideMoveUp } from '../icons/move-up';
|
|
1843
|
+
// MoveVertical aliases
|
|
1844
|
+
export { default as LucideMoveVertical } from '../icons/move-vertical';
|
|
1843
1845
|
// Move aliases
|
|
1844
1846
|
export { default as LucideMove } from '../icons/move';
|
|
1845
1847
|
// Music2 aliases
|
|
1846
1848
|
export { default as LucideMusic2 } from '../icons/music-2';
|
|
1847
1849
|
// Music3 aliases
|
|
1848
1850
|
export { default as LucideMusic3 } from '../icons/music-3';
|
|
1849
|
-
// Music aliases
|
|
1850
|
-
export { default as LucideMusic } from '../icons/music';
|
|
1851
1851
|
// Music4 aliases
|
|
1852
1852
|
export { default as LucideMusic4 } from '../icons/music-4';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1853
|
+
// Music aliases
|
|
1854
|
+
export { default as LucideMusic } from '../icons/music';
|
|
1855
1855
|
// Navigation2Off aliases
|
|
1856
1856
|
export { default as LucideNavigation2Off } from '../icons/navigation-2-off';
|
|
1857
|
+
// Navigation2 aliases
|
|
1858
|
+
export { default as LucideNavigation2 } from '../icons/navigation-2';
|
|
1857
1859
|
// NavigationOff aliases
|
|
1858
1860
|
export { default as LucideNavigationOff } from '../icons/navigation-off';
|
|
1859
1861
|
// Navigation aliases
|
|
@@ -1884,30 +1886,30 @@ export { default as LucideNutOff } from '../icons/nut-off';
|
|
|
1884
1886
|
export { default as LucideNut } from '../icons/nut';
|
|
1885
1887
|
// OctagonMinus aliases
|
|
1886
1888
|
export { default as LucideOctagonMinus } from '../icons/octagon-minus';
|
|
1887
|
-
// Omega aliases
|
|
1888
|
-
export { default as LucideOmega } from '../icons/omega';
|
|
1889
1889
|
// Octagon aliases
|
|
1890
1890
|
export { default as LucideOctagon } from '../icons/octagon';
|
|
1891
|
+
// Omega aliases
|
|
1892
|
+
export { default as LucideOmega } from '../icons/omega';
|
|
1891
1893
|
// Option aliases
|
|
1892
1894
|
export { default as LucideOption } from '../icons/option';
|
|
1893
1895
|
// Orbit aliases
|
|
1894
1896
|
export { default as LucideOrbit } from '../icons/orbit';
|
|
1895
1897
|
// Origami aliases
|
|
1896
1898
|
export { default as LucideOrigami } from '../icons/origami';
|
|
1897
|
-
// PackageCheck aliases
|
|
1898
|
-
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1899
1899
|
// Package2 aliases
|
|
1900
1900
|
export { default as LucidePackage2 } from '../icons/package-2';
|
|
1901
|
+
// PackageCheck aliases
|
|
1902
|
+
export { default as LucidePackageCheck } from '../icons/package-check';
|
|
1901
1903
|
// PackageMinus aliases
|
|
1902
1904
|
export { default as LucidePackageMinus } from '../icons/package-minus';
|
|
1903
1905
|
// PackageOpen aliases
|
|
1904
1906
|
export { default as LucidePackageOpen } from '../icons/package-open';
|
|
1907
|
+
// PackagePlus aliases
|
|
1908
|
+
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1905
1909
|
// PackageSearch aliases
|
|
1906
1910
|
export { default as LucidePackageSearch } from '../icons/package-search';
|
|
1907
1911
|
// PackageX aliases
|
|
1908
1912
|
export { default as LucidePackageX } from '../icons/package-x';
|
|
1909
|
-
// PackagePlus aliases
|
|
1910
|
-
export { default as LucidePackagePlus } from '../icons/package-plus';
|
|
1911
1913
|
// Package aliases
|
|
1912
1914
|
export { default as LucidePackage } from '../icons/package';
|
|
1913
1915
|
// PaintBucket aliases
|
|
@@ -1920,14 +1922,14 @@ export { default as LucidePaintbrush } from '../icons/paintbrush';
|
|
|
1920
1922
|
export { default as LucidePalette } from '../icons/palette';
|
|
1921
1923
|
// Panda aliases
|
|
1922
1924
|
export { default as LucidePanda } from '../icons/panda';
|
|
1923
|
-
// PanelBottomOpen aliases
|
|
1924
|
-
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1925
1925
|
// PanelBottomClose aliases
|
|
1926
1926
|
export { default as LucidePanelBottomClose } from '../icons/panel-bottom-close';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1927
|
+
// PanelBottomOpen aliases
|
|
1928
|
+
export { default as LucidePanelBottomOpen } from '../icons/panel-bottom-open';
|
|
1929
1929
|
// PanelBottom aliases
|
|
1930
1930
|
export { default as LucidePanelBottom } from '../icons/panel-bottom';
|
|
1931
|
+
// PanelLeftRightDashed aliases
|
|
1932
|
+
export { default as LucidePanelLeftRightDashed } from '../icons/panel-left-right-dashed';
|
|
1931
1933
|
// PanelRightClose aliases
|
|
1932
1934
|
export { default as LucidePanelRightClose } from '../icons/panel-right-close';
|
|
1933
1935
|
// PanelRightOpen aliases
|
|
@@ -1944,10 +1946,10 @@ export { default as LucidePanelTopOpen } from '../icons/panel-top-open';
|
|
|
1944
1946
|
export { default as LucidePanelTop } from '../icons/panel-top';
|
|
1945
1947
|
// PanelsLeftBottom aliases
|
|
1946
1948
|
export { default as LucidePanelsLeftBottom } from '../icons/panels-left-bottom';
|
|
1947
|
-
// Paperclip aliases
|
|
1948
|
-
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1949
1949
|
// PanelsRightBottom aliases
|
|
1950
1950
|
export { default as LucidePanelsRightBottom } from '../icons/panels-right-bottom';
|
|
1951
|
+
// Paperclip aliases
|
|
1952
|
+
export { default as LucidePaperclip } from '../icons/paperclip';
|
|
1951
1953
|
// Parentheses aliases
|
|
1952
1954
|
export { default as LucideParentheses } from '../icons/parentheses';
|
|
1953
1955
|
// ParkingMeter aliases
|
|
@@ -1966,10 +1968,10 @@ export { default as LucidePenOff } from '../icons/pen-off';
|
|
|
1966
1968
|
export { default as LucidePenTool } from '../icons/pen-tool';
|
|
1967
1969
|
// PencilLine aliases
|
|
1968
1970
|
export { default as LucidePencilLine } from '../icons/pencil-line';
|
|
1969
|
-
// PencilRuler aliases
|
|
1970
|
-
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1971
1971
|
// PencilOff aliases
|
|
1972
1972
|
export { default as LucidePencilOff } from '../icons/pencil-off';
|
|
1973
|
+
// PencilRuler aliases
|
|
1974
|
+
export { default as LucidePencilRuler } from '../icons/pencil-ruler';
|
|
1973
1975
|
// Pencil aliases
|
|
1974
1976
|
export { default as LucidePencil } from '../icons/pencil';
|
|
1975
1977
|
// Pentagon aliases
|
|
@@ -1982,10 +1984,10 @@ export { default as LucidePersonStanding } from '../icons/person-standing';
|
|
|
1982
1984
|
export { default as LucidePhilippinePeso } from '../icons/philippine-peso';
|
|
1983
1985
|
// PhoneCall aliases
|
|
1984
1986
|
export { default as LucidePhoneCall } from '../icons/phone-call';
|
|
1985
|
-
// PhoneForwarded aliases
|
|
1986
|
-
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1987
1987
|
// PhoneIncoming aliases
|
|
1988
1988
|
export { default as LucidePhoneIncoming } from '../icons/phone-incoming';
|
|
1989
|
+
// PhoneForwarded aliases
|
|
1990
|
+
export { default as LucidePhoneForwarded } from '../icons/phone-forwarded';
|
|
1989
1991
|
// PhoneMissed aliases
|
|
1990
1992
|
export { default as LucidePhoneMissed } from '../icons/phone-missed';
|
|
1991
1993
|
// PhoneOff aliases
|
|
@@ -1994,12 +1996,12 @@ export { default as LucidePhoneOff } from '../icons/phone-off';
|
|
|
1994
1996
|
export { default as LucidePhoneOutgoing } from '../icons/phone-outgoing';
|
|
1995
1997
|
// Phone aliases
|
|
1996
1998
|
export { default as LucidePhone } from '../icons/phone';
|
|
1999
|
+
// Pi aliases
|
|
2000
|
+
export { default as LucidePi } from '../icons/pi';
|
|
1997
2001
|
// Piano aliases
|
|
1998
2002
|
export { default as LucidePiano } from '../icons/piano';
|
|
1999
2003
|
// Pickaxe aliases
|
|
2000
2004
|
export { default as LucidePickaxe } from '../icons/pickaxe';
|
|
2001
|
-
// Pi aliases
|
|
2002
|
-
export { default as LucidePi } from '../icons/pi';
|
|
2003
2005
|
// PictureInPicture2 aliases
|
|
2004
2006
|
export { default as LucidePictureInPicture2 } from '../icons/picture-in-picture-2';
|
|
2005
2007
|
// PictureInPicture aliases
|
|
@@ -2012,10 +2014,10 @@ export { default as LucidePilcrowLeft } from '../icons/pilcrow-left';
|
|
|
2012
2014
|
export { default as LucidePilcrowRight } from '../icons/pilcrow-right';
|
|
2013
2015
|
// Pilcrow aliases
|
|
2014
2016
|
export { default as LucidePilcrow } from '../icons/pilcrow';
|
|
2015
|
-
// Pill aliases
|
|
2016
|
-
export { default as LucidePill } from '../icons/pill';
|
|
2017
2017
|
// PillBottle aliases
|
|
2018
2018
|
export { default as LucidePillBottle } from '../icons/pill-bottle';
|
|
2019
|
+
// Pill aliases
|
|
2020
|
+
export { default as LucidePill } from '../icons/pill';
|
|
2019
2021
|
// PinOff aliases
|
|
2020
2022
|
export { default as LucidePinOff } from '../icons/pin-off';
|
|
2021
2023
|
// Pin aliases
|
|
@@ -2058,24 +2060,24 @@ export { default as LucidePowerOff } from '../icons/power-off';
|
|
|
2058
2060
|
export { default as LucidePower } from '../icons/power';
|
|
2059
2061
|
// Presentation aliases
|
|
2060
2062
|
export { default as LucidePresentation } from '../icons/presentation';
|
|
2061
|
-
// PrinterX aliases
|
|
2062
|
-
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2063
2063
|
// PrinterCheck aliases
|
|
2064
2064
|
export { default as LucidePrinterCheck } from '../icons/printer-check';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2065
|
+
// PrinterX aliases
|
|
2066
|
+
export { default as LucidePrinterX } from '../icons/printer-x';
|
|
2067
2067
|
// Printer aliases
|
|
2068
2068
|
export { default as LucidePrinter } from '../icons/printer';
|
|
2069
|
+
// Projector aliases
|
|
2070
|
+
export { default as LucideProjector } from '../icons/projector';
|
|
2069
2071
|
// Proportions aliases
|
|
2070
2072
|
export { default as LucideProportions } from '../icons/proportions';
|
|
2071
|
-
// Pyramid aliases
|
|
2072
|
-
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2073
2073
|
// Puzzle aliases
|
|
2074
2074
|
export { default as LucidePuzzle } from '../icons/puzzle';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2075
|
+
// Pyramid aliases
|
|
2076
|
+
export { default as LucidePyramid } from '../icons/pyramid';
|
|
2077
2077
|
// QrCode aliases
|
|
2078
2078
|
export { default as LucideQrCode } from '../icons/qr-code';
|
|
2079
|
+
// Quote aliases
|
|
2080
|
+
export { default as LucideQuote } from '../icons/quote';
|
|
2079
2081
|
// Rabbit aliases
|
|
2080
2082
|
export { default as LucideRabbit } from '../icons/rabbit';
|
|
2081
2083
|
// Radar aliases
|
|
@@ -2112,26 +2114,26 @@ export { default as LucideReceiptJapaneseYen } from '../icons/receipt-japanese-y
|
|
|
2112
2114
|
export { default as LucideReceiptPoundSterling } from '../icons/receipt-pound-sterling';
|
|
2113
2115
|
// ReceiptRussianRuble aliases
|
|
2114
2116
|
export { default as LucideReceiptRussianRuble } from '../icons/receipt-russian-ruble';
|
|
2115
|
-
// ReceiptText aliases
|
|
2116
|
-
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2117
2117
|
// ReceiptSwissFranc aliases
|
|
2118
2118
|
export { default as LucideReceiptSwissFranc } from '../icons/receipt-swiss-franc';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2119
|
+
// ReceiptText aliases
|
|
2120
|
+
export { default as LucideReceiptText } from '../icons/receipt-text';
|
|
2121
2121
|
// ReceiptTurkishLira aliases
|
|
2122
2122
|
export { default as LucideReceiptTurkishLira } from '../icons/receipt-turkish-lira';
|
|
2123
|
+
// Receipt aliases
|
|
2124
|
+
export { default as LucideReceipt } from '../icons/receipt';
|
|
2123
2125
|
// RectangleCircle aliases
|
|
2124
2126
|
export { default as LucideRectangleCircle } from '../icons/rectangle-circle';
|
|
2125
2127
|
// RectangleGoggles aliases
|
|
2126
2128
|
export { default as LucideRectangleGoggles } from '../icons/rectangle-goggles';
|
|
2127
2129
|
// RectangleHorizontal aliases
|
|
2128
2130
|
export { default as LucideRectangleHorizontal } from '../icons/rectangle-horizontal';
|
|
2131
|
+
// RectangleVertical aliases
|
|
2132
|
+
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2129
2133
|
// Recycle aliases
|
|
2130
2134
|
export { default as LucideRecycle } from '../icons/recycle';
|
|
2131
2135
|
// Redo2 aliases
|
|
2132
2136
|
export { default as LucideRedo2 } from '../icons/redo-2';
|
|
2133
|
-
// RectangleVertical aliases
|
|
2134
|
-
export { default as LucideRectangleVertical } from '../icons/rectangle-vertical';
|
|
2135
2137
|
// RedoDot aliases
|
|
2136
2138
|
export { default as LucideRedoDot } from '../icons/redo-dot';
|
|
2137
2139
|
// Redo aliases
|
|
@@ -2148,12 +2150,14 @@ export { default as LucideRefreshCw } from '../icons/refresh-cw';
|
|
|
2148
2150
|
export { default as LucideRefrigerator } from '../icons/refrigerator';
|
|
2149
2151
|
// Regex aliases
|
|
2150
2152
|
export { default as LucideRegex } from '../icons/regex';
|
|
2151
|
-
// Repeat1 aliases
|
|
2152
|
-
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2153
2153
|
// RemoveFormatting aliases
|
|
2154
2154
|
export { default as LucideRemoveFormatting } from '../icons/remove-formatting';
|
|
2155
|
+
// Repeat1 aliases
|
|
2156
|
+
export { default as LucideRepeat1 } from '../icons/repeat-1';
|
|
2155
2157
|
// Repeat2 aliases
|
|
2156
2158
|
export { default as LucideRepeat2 } from '../icons/repeat-2';
|
|
2159
|
+
// RepeatOff aliases
|
|
2160
|
+
export { default as LucideRepeatOff } from '../icons/repeat-off';
|
|
2157
2161
|
// Repeat aliases
|
|
2158
2162
|
export { default as LucideRepeat } from '../icons/repeat';
|
|
2159
2163
|
// ReplaceAll aliases
|
|
@@ -2164,10 +2168,10 @@ export { default as LucideReplace } from '../icons/replace';
|
|
|
2164
2168
|
export { default as LucideReplyAll } from '../icons/reply-all';
|
|
2165
2169
|
// Reply aliases
|
|
2166
2170
|
export { default as LucideReply } from '../icons/reply';
|
|
2167
|
-
// Rewind aliases
|
|
2168
|
-
export { default as LucideRewind } from '../icons/rewind';
|
|
2169
2171
|
// Ribbon aliases
|
|
2170
2172
|
export { default as LucideRibbon } from '../icons/ribbon';
|
|
2173
|
+
// Rewind aliases
|
|
2174
|
+
export { default as LucideRewind } from '../icons/rewind';
|
|
2171
2175
|
// Road aliases
|
|
2172
2176
|
export { default as LucideRoad } from '../icons/road';
|
|
2173
2177
|
// Rocket aliases
|
|
@@ -2186,10 +2190,10 @@ export { default as LucideRotateCcwSquare } from '../icons/rotate-ccw-square';
|
|
|
2186
2190
|
export { default as LucideRotateCcw } from '../icons/rotate-ccw';
|
|
2187
2191
|
// RotateCwSquare aliases
|
|
2188
2192
|
export { default as LucideRotateCwSquare } from '../icons/rotate-cw-square';
|
|
2189
|
-
// RouteOff aliases
|
|
2190
|
-
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2191
2193
|
// RotateCw aliases
|
|
2192
2194
|
export { default as LucideRotateCw } from '../icons/rotate-cw';
|
|
2195
|
+
// RouteOff aliases
|
|
2196
|
+
export { default as LucideRouteOff } from '../icons/route-off';
|
|
2193
2197
|
// Route aliases
|
|
2194
2198
|
export { default as LucideRoute } from '../icons/route';
|
|
2195
2199
|
// Router aliases
|
|
@@ -2202,10 +2206,10 @@ export { default as LucideRulerDimensionLine } from '../icons/ruler-dimension-li
|
|
|
2202
2206
|
export { default as LucideRss } from '../icons/rss';
|
|
2203
2207
|
// Ruler aliases
|
|
2204
2208
|
export { default as LucideRuler } from '../icons/ruler';
|
|
2205
|
-
// Sailboat aliases
|
|
2206
|
-
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2207
2209
|
// RussianRuble aliases
|
|
2208
2210
|
export { default as LucideRussianRuble } from '../icons/russian-ruble';
|
|
2211
|
+
// Sailboat aliases
|
|
2212
|
+
export { default as LucideSailboat } from '../icons/sailboat';
|
|
2209
2213
|
// Salad aliases
|
|
2210
2214
|
export { default as LucideSalad } from '../icons/salad';
|
|
2211
2215
|
// Sandwich aliases
|
|
@@ -2228,20 +2232,20 @@ export { default as LucideScale } from '../icons/scale';
|
|
|
2228
2232
|
export { default as LucideScaling } from '../icons/scaling';
|
|
2229
2233
|
// ScanBarcode aliases
|
|
2230
2234
|
export { default as LucideScanBarcode } from '../icons/scan-barcode';
|
|
2231
|
-
// ScanEye aliases
|
|
2232
|
-
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2233
2235
|
// ScanFace aliases
|
|
2234
2236
|
export { default as LucideScanFace } from '../icons/scan-face';
|
|
2237
|
+
// ScanEye aliases
|
|
2238
|
+
export { default as LucideScanEye } from '../icons/scan-eye';
|
|
2235
2239
|
// ScanHeart aliases
|
|
2236
2240
|
export { default as LucideScanHeart } from '../icons/scan-heart';
|
|
2237
2241
|
// ScanLine aliases
|
|
2238
2242
|
export { default as LucideScanLine } from '../icons/scan-line';
|
|
2239
2243
|
// ScanQrCode aliases
|
|
2240
2244
|
export { default as LucideScanQrCode } from '../icons/scan-qr-code';
|
|
2241
|
-
// ScanSearch aliases
|
|
2242
|
-
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2243
2245
|
// ScanText aliases
|
|
2244
2246
|
export { default as LucideScanText } from '../icons/scan-text';
|
|
2247
|
+
// ScanSearch aliases
|
|
2248
|
+
export { default as LucideScanSearch } from '../icons/scan-search';
|
|
2245
2249
|
// Scan aliases
|
|
2246
2250
|
export { default as LucideScan } from '../icons/scan';
|
|
2247
2251
|
// School aliases
|
|
@@ -2256,14 +2260,14 @@ export { default as LucideScooter } from '../icons/scooter';
|
|
|
2256
2260
|
export { default as LucideScreenShareOff } from '../icons/screen-share-off';
|
|
2257
2261
|
// ScreenShare aliases
|
|
2258
2262
|
export { default as LucideScreenShare } from '../icons/screen-share';
|
|
2259
|
-
// ScrollText aliases
|
|
2260
|
-
export { default as LucideScrollText } from '../icons/scroll-text';
|
|
2261
2263
|
// Scroll aliases
|
|
2262
2264
|
export { default as LucideScroll } from '../icons/scroll';
|
|
2263
|
-
//
|
|
2264
|
-
export { default as
|
|
2265
|
+
// ScrollText aliases
|
|
2266
|
+
export { default as LucideScrollText } from '../icons/scroll-text';
|
|
2265
2267
|
// SearchAlert aliases
|
|
2266
2268
|
export { default as LucideSearchAlert } from '../icons/search-alert';
|
|
2269
|
+
// SearchCheck aliases
|
|
2270
|
+
export { default as LucideSearchCheck } from '../icons/search-check';
|
|
2267
2271
|
// SearchCode aliases
|
|
2268
2272
|
export { default as LucideSearchCode } from '../icons/search-code';
|
|
2269
2273
|
// SearchSlash aliases
|
|
@@ -2272,10 +2276,10 @@ export { default as LucideSearchSlash } from '../icons/search-slash';
|
|
|
2272
2276
|
export { default as LucideSearchX } from '../icons/search-x';
|
|
2273
2277
|
// Search aliases
|
|
2274
2278
|
export { default as LucideSearch } from '../icons/search';
|
|
2275
|
-
// SendToBack aliases
|
|
2276
|
-
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2277
2279
|
// Section aliases
|
|
2278
2280
|
export { default as LucideSection } from '../icons/section';
|
|
2281
|
+
// SendToBack aliases
|
|
2282
|
+
export { default as LucideSendToBack } from '../icons/send-to-back';
|
|
2279
2283
|
// Send aliases
|
|
2280
2284
|
export { default as LucideSend } from '../icons/send';
|
|
2281
2285
|
// SeparatorHorizontal aliases
|
|
@@ -2286,10 +2290,10 @@ export { default as LucideSeparatorVertical } from '../icons/separator-vertical'
|
|
|
2286
2290
|
export { default as LucideServerCog } from '../icons/server-cog';
|
|
2287
2291
|
// ServerCrash aliases
|
|
2288
2292
|
export { default as LucideServerCrash } from '../icons/server-crash';
|
|
2289
|
-
// ServerOff aliases
|
|
2290
|
-
export { default as LucideServerOff } from '../icons/server-off';
|
|
2291
2293
|
// Server aliases
|
|
2292
2294
|
export { default as LucideServer } from '../icons/server';
|
|
2295
|
+
// ServerOff aliases
|
|
2296
|
+
export { default as LucideServerOff } from '../icons/server-off';
|
|
2293
2297
|
// Settings2 aliases
|
|
2294
2298
|
export { default as LucideSettings2 } from '../icons/settings-2';
|
|
2295
2299
|
// Settings aliases
|
|
@@ -2298,10 +2302,10 @@ export { default as LucideSettings } from '../icons/settings';
|
|
|
2298
2302
|
export { default as LucideShapes } from '../icons/shapes';
|
|
2299
2303
|
// Share2 aliases
|
|
2300
2304
|
export { default as LucideShare2 } from '../icons/share-2';
|
|
2301
|
-
// Sheet aliases
|
|
2302
|
-
export { default as LucideSheet } from '../icons/sheet';
|
|
2303
2305
|
// Share aliases
|
|
2304
2306
|
export { default as LucideShare } from '../icons/share';
|
|
2307
|
+
// Sheet aliases
|
|
2308
|
+
export { default as LucideSheet } from '../icons/sheet';
|
|
2305
2309
|
// Shell aliases
|
|
2306
2310
|
export { default as LucideShell } from '../icons/shell';
|
|
2307
2311
|
// ShelvingUnit aliases
|
|
@@ -2324,10 +2328,10 @@ export { default as LucideShieldHalf } from '../icons/shield-half';
|
|
|
2324
2328
|
export { default as LucideShieldMinus } from '../icons/shield-minus';
|
|
2325
2329
|
// ShieldOff aliases
|
|
2326
2330
|
export { default as LucideShieldOff } from '../icons/shield-off';
|
|
2327
|
-
// ShieldUser aliases
|
|
2328
|
-
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2329
2331
|
// ShieldPlus aliases
|
|
2330
2332
|
export { default as LucideShieldPlus } from '../icons/shield-plus';
|
|
2333
|
+
// ShieldUser aliases
|
|
2334
|
+
export { default as LucideShieldUser } from '../icons/shield-user';
|
|
2331
2335
|
// Shield aliases
|
|
2332
2336
|
export { default as LucideShield } from '../icons/shield';
|
|
2333
2337
|
// ShipWheel aliases
|
|
@@ -2336,10 +2340,10 @@ export { default as LucideShipWheel } from '../icons/ship-wheel';
|
|
|
2336
2340
|
export { default as LucideShip } from '../icons/ship';
|
|
2337
2341
|
// Shirt aliases
|
|
2338
2342
|
export { default as LucideShirt } from '../icons/shirt';
|
|
2339
|
-
// ShoppingBasket aliases
|
|
2340
|
-
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2341
2343
|
// ShoppingBag aliases
|
|
2342
2344
|
export { default as LucideShoppingBag } from '../icons/shopping-bag';
|
|
2345
|
+
// ShoppingBasket aliases
|
|
2346
|
+
export { default as LucideShoppingBasket } from '../icons/shopping-basket';
|
|
2343
2347
|
// ShoppingCart aliases
|
|
2344
2348
|
export { default as LucideShoppingCart } from '../icons/shopping-cart';
|
|
2345
2349
|
// Shovel aliases
|
|
@@ -2370,10 +2374,10 @@ export { default as LucideSignalZero } from '../icons/signal-zero';
|
|
|
2370
2374
|
export { default as LucideSignal } from '../icons/signal';
|
|
2371
2375
|
// Signature aliases
|
|
2372
2376
|
export { default as LucideSignature } from '../icons/signature';
|
|
2373
|
-
// SignpostBig aliases
|
|
2374
|
-
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2375
2377
|
// Signpost aliases
|
|
2376
2378
|
export { default as LucideSignpost } from '../icons/signpost';
|
|
2379
|
+
// SignpostBig aliases
|
|
2380
|
+
export { default as LucideSignpostBig } from '../icons/signpost-big';
|
|
2377
2381
|
// Siren aliases
|
|
2378
2382
|
export { default as LucideSiren } from '../icons/siren';
|
|
2379
2383
|
// SkipBack aliases
|
|
@@ -2388,26 +2392,26 @@ export { default as LucideSlash } from '../icons/slash';
|
|
|
2388
2392
|
export { default as LucideSlice } from '../icons/slice';
|
|
2389
2393
|
// SlidersHorizontal aliases
|
|
2390
2394
|
export { default as LucideSlidersHorizontal } from '../icons/sliders-horizontal';
|
|
2391
|
-
// SmartphoneNfc aliases
|
|
2392
|
-
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2393
2395
|
// SmartphoneCharging aliases
|
|
2394
2396
|
export { default as LucideSmartphoneCharging } from '../icons/smartphone-charging';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2397
|
+
// SmartphoneNfc aliases
|
|
2398
|
+
export { default as LucideSmartphoneNfc } from '../icons/smartphone-nfc';
|
|
2397
2399
|
// SmilePlus aliases
|
|
2398
2400
|
export { default as LucideSmilePlus } from '../icons/smile-plus';
|
|
2399
|
-
//
|
|
2400
|
-
export { default as
|
|
2401
|
+
// Smartphone aliases
|
|
2402
|
+
export { default as LucideSmartphone } from '../icons/smartphone';
|
|
2401
2403
|
// Smile aliases
|
|
2402
2404
|
export { default as LucideSmile } from '../icons/smile';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2405
|
+
// Snail aliases
|
|
2406
|
+
export { default as LucideSnail } from '../icons/snail';
|
|
2405
2407
|
// Snowflake aliases
|
|
2406
2408
|
export { default as LucideSnowflake } from '../icons/snowflake';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2409
|
+
// SoapDispenserDroplet aliases
|
|
2410
|
+
export { default as LucideSoapDispenserDroplet } from '../icons/soap-dispenser-droplet';
|
|
2409
2411
|
// Sofa aliases
|
|
2410
2412
|
export { default as LucideSofa } from '../icons/sofa';
|
|
2413
|
+
// SolarPanel aliases
|
|
2414
|
+
export { default as LucideSolarPanel } from '../icons/solar-panel';
|
|
2411
2415
|
// Soup aliases
|
|
2412
2416
|
export { default as LucideSoup } from '../icons/soup';
|
|
2413
2417
|
// Space aliases
|
|
@@ -2456,14 +2460,14 @@ export { default as LucideSquarePause } from '../icons/square-pause';
|
|
|
2456
2460
|
export { default as LucideSquareRadical } from '../icons/square-radical';
|
|
2457
2461
|
// SquareRoundCorner aliases
|
|
2458
2462
|
export { default as LucideSquareRoundCorner } from '../icons/square-round-corner';
|
|
2459
|
-
// SquareStack aliases
|
|
2460
|
-
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2461
2463
|
// SquareSquare aliases
|
|
2462
2464
|
export { default as LucideSquareSquare } from '../icons/square-square';
|
|
2463
|
-
//
|
|
2464
|
-
export { default as
|
|
2465
|
+
// SquareStack aliases
|
|
2466
|
+
export { default as LucideSquareStack } from '../icons/square-stack';
|
|
2465
2467
|
// SquareStop aliases
|
|
2466
2468
|
export { default as LucideSquareStop } from '../icons/square-stop';
|
|
2469
|
+
// SquareStar aliases
|
|
2470
|
+
export { default as LucideSquareStar } from '../icons/square-star';
|
|
2467
2471
|
// Square aliases
|
|
2468
2472
|
export { default as LucideSquare } from '../icons/square';
|
|
2469
2473
|
// SquaresExclude aliases
|
|
@@ -2476,10 +2480,10 @@ export { default as LucideSquaresSubtract } from '../icons/squares-subtract';
|
|
|
2476
2480
|
export { default as LucideSquaresUnite } from '../icons/squares-unite';
|
|
2477
2481
|
// SquircleDashed aliases
|
|
2478
2482
|
export { default as LucideSquircleDashed } from '../icons/squircle-dashed';
|
|
2479
|
-
// Squirrel aliases
|
|
2480
|
-
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2481
2483
|
// Squircle aliases
|
|
2482
2484
|
export { default as LucideSquircle } from '../icons/squircle';
|
|
2485
|
+
// Squirrel aliases
|
|
2486
|
+
export { default as LucideSquirrel } from '../icons/squirrel';
|
|
2483
2487
|
// Stamp aliases
|
|
2484
2488
|
export { default as LucideStamp } from '../icons/stamp';
|
|
2485
2489
|
// StarHalf aliases
|
|
@@ -2496,18 +2500,30 @@ export { default as LucideStepForward } from '../icons/step-forward';
|
|
|
2496
2500
|
export { default as LucideStethoscope } from '../icons/stethoscope';
|
|
2497
2501
|
// Sticker aliases
|
|
2498
2502
|
export { default as LucideSticker } from '../icons/sticker';
|
|
2503
|
+
// StickyNoteCheck aliases
|
|
2504
|
+
export { default as LucideStickyNoteCheck } from '../icons/sticky-note-check';
|
|
2505
|
+
// StickyNoteMinus aliases
|
|
2506
|
+
export { default as LucideStickyNoteMinus } from '../icons/sticky-note-minus';
|
|
2507
|
+
// StickyNoteOff aliases
|
|
2508
|
+
export { default as LucideStickyNoteOff } from '../icons/sticky-note-off';
|
|
2509
|
+
// StickyNotePlus aliases
|
|
2510
|
+
export { default as LucideStickyNotePlus } from '../icons/sticky-note-plus';
|
|
2511
|
+
// StickyNoteX aliases
|
|
2512
|
+
export { default as LucideStickyNoteX } from '../icons/sticky-note-x';
|
|
2499
2513
|
// StickyNote aliases
|
|
2500
2514
|
export { default as LucideStickyNote } from '../icons/sticky-note';
|
|
2515
|
+
// StickyNotes aliases
|
|
2516
|
+
export { default as LucideStickyNotes } from '../icons/sticky-notes';
|
|
2501
2517
|
// Stone aliases
|
|
2502
2518
|
export { default as LucideStone } from '../icons/stone';
|
|
2503
2519
|
// Store aliases
|
|
2504
2520
|
export { default as LucideStore } from '../icons/store';
|
|
2505
2521
|
// StretchHorizontal aliases
|
|
2506
2522
|
export { default as LucideStretchHorizontal } from '../icons/stretch-horizontal';
|
|
2507
|
-
// StretchVertical aliases
|
|
2508
|
-
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2509
2523
|
// Strikethrough aliases
|
|
2510
2524
|
export { default as LucideStrikethrough } from '../icons/strikethrough';
|
|
2525
|
+
// StretchVertical aliases
|
|
2526
|
+
export { default as LucideStretchVertical } from '../icons/stretch-vertical';
|
|
2511
2527
|
// Subscript aliases
|
|
2512
2528
|
export { default as LucideSubscript } from '../icons/subscript';
|
|
2513
2529
|
// SunDim aliases
|
|
@@ -2528,50 +2544,50 @@ export { default as LucideSunset } from '../icons/sunset';
|
|
|
2528
2544
|
export { default as LucideSuperscript } from '../icons/superscript';
|
|
2529
2545
|
// SwatchBook aliases
|
|
2530
2546
|
export { default as LucideSwatchBook } from '../icons/swatch-book';
|
|
2531
|
-
// SwissFranc aliases
|
|
2532
|
-
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2533
2547
|
// SwitchCamera aliases
|
|
2534
2548
|
export { default as LucideSwitchCamera } from '../icons/switch-camera';
|
|
2549
|
+
// SwissFranc aliases
|
|
2550
|
+
export { default as LucideSwissFranc } from '../icons/swiss-franc';
|
|
2535
2551
|
// Sword aliases
|
|
2536
2552
|
export { default as LucideSword } from '../icons/sword';
|
|
2537
2553
|
// Swords aliases
|
|
2538
2554
|
export { default as LucideSwords } from '../icons/swords';
|
|
2539
|
-
// Table2 aliases
|
|
2540
|
-
export { default as LucideTable2 } from '../icons/table-2';
|
|
2541
2555
|
// Syringe aliases
|
|
2542
2556
|
export { default as LucideSyringe } from '../icons/syringe';
|
|
2557
|
+
// Table2 aliases
|
|
2558
|
+
export { default as LucideTable2 } from '../icons/table-2';
|
|
2543
2559
|
// TableCellsMerge aliases
|
|
2544
2560
|
export { default as LucideTableCellsMerge } from '../icons/table-cells-merge';
|
|
2545
|
-
// TableCellsSplit aliases
|
|
2546
|
-
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2547
2561
|
// TableColumnsSplit aliases
|
|
2548
2562
|
export { default as LucideTableColumnsSplit } from '../icons/table-columns-split';
|
|
2563
|
+
// TableCellsSplit aliases
|
|
2564
|
+
export { default as LucideTableCellsSplit } from '../icons/table-cells-split';
|
|
2549
2565
|
// TableOfContents aliases
|
|
2550
2566
|
export { default as LucideTableOfContents } from '../icons/table-of-contents';
|
|
2551
2567
|
// TableRowsSplit aliases
|
|
2552
2568
|
export { default as LucideTableRowsSplit } from '../icons/table-rows-split';
|
|
2553
2569
|
// TableProperties aliases
|
|
2554
2570
|
export { default as LucideTableProperties } from '../icons/table-properties';
|
|
2555
|
-
// TabletSmartphone aliases
|
|
2556
|
-
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2557
2571
|
// Table aliases
|
|
2558
2572
|
export { default as LucideTable } from '../icons/table';
|
|
2573
|
+
// TabletSmartphone aliases
|
|
2574
|
+
export { default as LucideTabletSmartphone } from '../icons/tablet-smartphone';
|
|
2559
2575
|
// Tablet aliases
|
|
2560
2576
|
export { default as LucideTablet } from '../icons/tablet';
|
|
2561
|
-
// Tag aliases
|
|
2562
|
-
export { default as LucideTag } from '../icons/tag';
|
|
2563
2577
|
// Tablets aliases
|
|
2564
2578
|
export { default as LucideTablets } from '../icons/tablets';
|
|
2579
|
+
// Tag aliases
|
|
2580
|
+
export { default as LucideTag } from '../icons/tag';
|
|
2565
2581
|
// Tags aliases
|
|
2566
2582
|
export { default as LucideTags } from '../icons/tags';
|
|
2567
|
-
// Tally1 aliases
|
|
2568
|
-
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2569
2583
|
// Tally2 aliases
|
|
2570
2584
|
export { default as LucideTally2 } from '../icons/tally-2';
|
|
2571
|
-
//
|
|
2572
|
-
export { default as
|
|
2585
|
+
// Tally1 aliases
|
|
2586
|
+
export { default as LucideTally1 } from '../icons/tally-1';
|
|
2573
2587
|
// Tally4 aliases
|
|
2574
2588
|
export { default as LucideTally4 } from '../icons/tally-4';
|
|
2589
|
+
// Tally3 aliases
|
|
2590
|
+
export { default as LucideTally3 } from '../icons/tally-3';
|
|
2575
2591
|
// Tally5 aliases
|
|
2576
2592
|
export { default as LucideTally5 } from '../icons/tally-5';
|
|
2577
2593
|
// Tangent aliases
|
|
@@ -2594,18 +2610,18 @@ export { default as LucideTestTubes } from '../icons/test-tubes';
|
|
|
2594
2610
|
export { default as LucideTextCursorInput } from '../icons/text-cursor-input';
|
|
2595
2611
|
// TextCursor aliases
|
|
2596
2612
|
export { default as LucideTextCursor } from '../icons/text-cursor';
|
|
2597
|
-
// TextSearch aliases
|
|
2598
|
-
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2599
2613
|
// TextQuote aliases
|
|
2600
2614
|
export { default as LucideTextQuote } from '../icons/text-quote';
|
|
2615
|
+
// TextSearch aliases
|
|
2616
|
+
export { default as LucideTextSearch } from '../icons/text-search';
|
|
2601
2617
|
// Theater aliases
|
|
2602
2618
|
export { default as LucideTheater } from '../icons/theater';
|
|
2603
2619
|
// ThermometerSnowflake aliases
|
|
2604
2620
|
export { default as LucideThermometerSnowflake } from '../icons/thermometer-snowflake';
|
|
2605
|
-
// Thermometer aliases
|
|
2606
|
-
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2607
2621
|
// ThermometerSun aliases
|
|
2608
2622
|
export { default as LucideThermometerSun } from '../icons/thermometer-sun';
|
|
2623
|
+
// Thermometer aliases
|
|
2624
|
+
export { default as LucideThermometer } from '../icons/thermometer';
|
|
2609
2625
|
// ThumbsDown aliases
|
|
2610
2626
|
export { default as LucideThumbsDown } from '../icons/thumbs-down';
|
|
2611
2627
|
// ThumbsUp aliases
|
|
@@ -2624,40 +2640,40 @@ export { default as LucideTicketSlash } from '../icons/ticket-slash';
|
|
|
2624
2640
|
export { default as LucideTicketX } from '../icons/ticket-x';
|
|
2625
2641
|
// Ticket aliases
|
|
2626
2642
|
export { default as LucideTicket } from '../icons/ticket';
|
|
2627
|
-
// Tickets aliases
|
|
2628
|
-
export { default as LucideTickets } from '../icons/tickets';
|
|
2629
2643
|
// TicketsPlane aliases
|
|
2630
2644
|
export { default as LucideTicketsPlane } from '../icons/tickets-plane';
|
|
2645
|
+
// Tickets aliases
|
|
2646
|
+
export { default as LucideTickets } from '../icons/tickets';
|
|
2631
2647
|
// Timeline aliases
|
|
2632
2648
|
export { default as LucideTimeline } from '../icons/timeline';
|
|
2633
|
-
// TimerReset aliases
|
|
2634
|
-
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2635
2649
|
// TimerOff aliases
|
|
2636
2650
|
export { default as LucideTimerOff } from '../icons/timer-off';
|
|
2651
|
+
// TimerReset aliases
|
|
2652
|
+
export { default as LucideTimerReset } from '../icons/timer-reset';
|
|
2637
2653
|
// Timer aliases
|
|
2638
2654
|
export { default as LucideTimer } from '../icons/timer';
|
|
2639
|
-
// ToggleRight aliases
|
|
2640
|
-
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2641
2655
|
// ToggleLeft aliases
|
|
2642
2656
|
export { default as LucideToggleLeft } from '../icons/toggle-left';
|
|
2657
|
+
// ToggleRight aliases
|
|
2658
|
+
export { default as LucideToggleRight } from '../icons/toggle-right';
|
|
2643
2659
|
// Toilet aliases
|
|
2644
2660
|
export { default as LucideToilet } from '../icons/toilet';
|
|
2645
|
-
// Toolbox aliases
|
|
2646
|
-
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2647
2661
|
// ToolCase aliases
|
|
2648
2662
|
export { default as LucideToolCase } from '../icons/tool-case';
|
|
2663
|
+
// Toolbox aliases
|
|
2664
|
+
export { default as LucideToolbox } from '../icons/toolbox';
|
|
2649
2665
|
// Tornado aliases
|
|
2650
2666
|
export { default as LucideTornado } from '../icons/tornado';
|
|
2651
|
-
// TouchpadOff aliases
|
|
2652
|
-
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2653
2667
|
// Torus aliases
|
|
2654
2668
|
export { default as LucideTorus } from '../icons/torus';
|
|
2669
|
+
// TouchpadOff aliases
|
|
2670
|
+
export { default as LucideTouchpadOff } from '../icons/touchpad-off';
|
|
2655
2671
|
// Touchpad aliases
|
|
2656
2672
|
export { default as LucideTouchpad } from '../icons/touchpad';
|
|
2657
|
-
// TowerControl aliases
|
|
2658
|
-
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2659
2673
|
// TowelRack aliases
|
|
2660
2674
|
export { default as LucideTowelRack } from '../icons/towel-rack';
|
|
2675
|
+
// TowerControl aliases
|
|
2676
|
+
export { default as LucideTowerControl } from '../icons/tower-control';
|
|
2661
2677
|
// ToyBrick aliases
|
|
2662
2678
|
export { default as LucideToyBrick } from '../icons/toy-brick';
|
|
2663
2679
|
// Tractor aliases
|
|
@@ -2670,10 +2686,10 @@ export { default as LucideTrainFrontTunnel } from '../icons/train-front-tunnel';
|
|
|
2670
2686
|
export { default as LucideTrainFront } from '../icons/train-front';
|
|
2671
2687
|
// TrainTrack aliases
|
|
2672
2688
|
export { default as LucideTrainTrack } from '../icons/train-track';
|
|
2673
|
-
// Trash2 aliases
|
|
2674
|
-
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2675
2689
|
// Transgender aliases
|
|
2676
2690
|
export { default as LucideTransgender } from '../icons/transgender';
|
|
2691
|
+
// Trash2 aliases
|
|
2692
|
+
export { default as LucideTrash2 } from '../icons/trash-2';
|
|
2677
2693
|
// Trash aliases
|
|
2678
2694
|
export { default as LucideTrash } from '../icons/trash';
|
|
2679
2695
|
// TreeDeciduous aliases
|
|
@@ -2692,18 +2708,18 @@ export { default as LucideTrendingUp } from '../icons/trending-up';
|
|
|
2692
2708
|
export { default as LucideTriangleDashed } from '../icons/triangle-dashed';
|
|
2693
2709
|
// TriangleRight aliases
|
|
2694
2710
|
export { default as LucideTriangleRight } from '../icons/triangle-right';
|
|
2695
|
-
// Triangle aliases
|
|
2696
|
-
export { default as LucideTriangle } from '../icons/triangle';
|
|
2697
2711
|
// Trophy aliases
|
|
2698
2712
|
export { default as LucideTrophy } from '../icons/trophy';
|
|
2713
|
+
// Triangle aliases
|
|
2714
|
+
export { default as LucideTriangle } from '../icons/triangle';
|
|
2699
2715
|
// TruckElectric aliases
|
|
2700
2716
|
export { default as LucideTruckElectric } from '../icons/truck-electric';
|
|
2701
2717
|
// Truck aliases
|
|
2702
2718
|
export { default as LucideTruck } from '../icons/truck';
|
|
2703
|
-
// TurkishLira aliases
|
|
2704
|
-
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2705
2719
|
// Turntable aliases
|
|
2706
2720
|
export { default as LucideTurntable } from '../icons/turntable';
|
|
2721
|
+
// TurkishLira aliases
|
|
2722
|
+
export { default as LucideTurkishLira } from '../icons/turkish-lira';
|
|
2707
2723
|
// Turtle aliases
|
|
2708
2724
|
export { default as LucideTurtle } from '../icons/turtle';
|
|
2709
2725
|
// TvMinimalPlay aliases
|
|
@@ -2712,24 +2728,24 @@ export { default as LucideTvMinimalPlay } from '../icons/tv-minimal-play';
|
|
|
2712
2728
|
export { default as LucideTv } from '../icons/tv';
|
|
2713
2729
|
// TypeOutline aliases
|
|
2714
2730
|
export { default as LucideTypeOutline } from '../icons/type-outline';
|
|
2715
|
-
// UmbrellaOff aliases
|
|
2716
|
-
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2717
2731
|
// Type aliases
|
|
2718
2732
|
export { default as LucideType } from '../icons/type';
|
|
2733
|
+
// UmbrellaOff aliases
|
|
2734
|
+
export { default as LucideUmbrellaOff } from '../icons/umbrella-off';
|
|
2719
2735
|
// Umbrella aliases
|
|
2720
2736
|
export { default as LucideUmbrella } from '../icons/umbrella';
|
|
2721
2737
|
// Underline aliases
|
|
2722
2738
|
export { default as LucideUnderline } from '../icons/underline';
|
|
2723
|
-
// UndoDot aliases
|
|
2724
|
-
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2725
2739
|
// Undo2 aliases
|
|
2726
2740
|
export { default as LucideUndo2 } from '../icons/undo-2';
|
|
2741
|
+
// UndoDot aliases
|
|
2742
|
+
export { default as LucideUndoDot } from '../icons/undo-dot';
|
|
2727
2743
|
// Undo aliases
|
|
2728
2744
|
export { default as LucideUndo } from '../icons/undo';
|
|
2729
|
-
// UnfoldVertical aliases
|
|
2730
|
-
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2731
2745
|
// UnfoldHorizontal aliases
|
|
2732
2746
|
export { default as LucideUnfoldHorizontal } from '../icons/unfold-horizontal';
|
|
2747
|
+
// UnfoldVertical aliases
|
|
2748
|
+
export { default as LucideUnfoldVertical } from '../icons/unfold-vertical';
|
|
2733
2749
|
// Ungroup aliases
|
|
2734
2750
|
export { default as LucideUngroup } from '../icons/ungroup';
|
|
2735
2751
|
// Unlink2 aliases
|
|
@@ -2762,20 +2778,20 @@ export { default as LucideUserRoundKey } from '../icons/user-round-key';
|
|
|
2762
2778
|
export { default as LucideUserRoundPen } from '../icons/user-round-pen';
|
|
2763
2779
|
// UserRoundSearch aliases
|
|
2764
2780
|
export { default as LucideUserRoundSearch } from '../icons/user-round-search';
|
|
2765
|
-
// UserStar aliases
|
|
2766
|
-
export { default as LucideUserStar } from '../icons/user-star';
|
|
2767
2781
|
// UserSearch aliases
|
|
2768
2782
|
export { default as LucideUserSearch } from '../icons/user-search';
|
|
2783
|
+
// UserStar aliases
|
|
2784
|
+
export { default as LucideUserStar } from '../icons/user-star';
|
|
2769
2785
|
// UserX aliases
|
|
2770
2786
|
export { default as LucideUserX } from '../icons/user-x';
|
|
2771
2787
|
// User aliases
|
|
2772
2788
|
export { default as LucideUser } from '../icons/user';
|
|
2773
2789
|
// Users aliases
|
|
2774
2790
|
export { default as LucideUsers } from '../icons/users';
|
|
2775
|
-
// Van aliases
|
|
2776
|
-
export { default as LucideVan } from '../icons/van';
|
|
2777
2791
|
// UtilityPole aliases
|
|
2778
2792
|
export { default as LucideUtilityPole } from '../icons/utility-pole';
|
|
2793
|
+
// Van aliases
|
|
2794
|
+
export { default as LucideVan } from '../icons/van';
|
|
2779
2795
|
// Variable aliases
|
|
2780
2796
|
export { default as LucideVariable } from '../icons/variable';
|
|
2781
2797
|
// Vault aliases
|
|
@@ -2794,10 +2810,10 @@ export { default as LucideVenus } from '../icons/venus';
|
|
|
2794
2810
|
export { default as LucideVibrateOff } from '../icons/vibrate-off';
|
|
2795
2811
|
// Vibrate aliases
|
|
2796
2812
|
export { default as LucideVibrate } from '../icons/vibrate';
|
|
2797
|
-
// Video aliases
|
|
2798
|
-
export { default as LucideVideo } from '../icons/video';
|
|
2799
2813
|
// VideoOff aliases
|
|
2800
2814
|
export { default as LucideVideoOff } from '../icons/video-off';
|
|
2815
|
+
// Video aliases
|
|
2816
|
+
export { default as LucideVideo } from '../icons/video';
|
|
2801
2817
|
// Videotape aliases
|
|
2802
2818
|
export { default as LucideVideotape } from '../icons/videotape';
|
|
2803
2819
|
// View aliases
|
|
@@ -2808,24 +2824,24 @@ export { default as LucideVoicemail } from '../icons/voicemail';
|
|
|
2808
2824
|
export { default as LucideVolleyball } from '../icons/volleyball';
|
|
2809
2825
|
// Volume1 aliases
|
|
2810
2826
|
export { default as LucideVolume1 } from '../icons/volume-1';
|
|
2811
|
-
// VolumeOff aliases
|
|
2812
|
-
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2813
2827
|
// Volume2 aliases
|
|
2814
2828
|
export { default as LucideVolume2 } from '../icons/volume-2';
|
|
2829
|
+
// VolumeOff aliases
|
|
2830
|
+
export { default as LucideVolumeOff } from '../icons/volume-off';
|
|
2815
2831
|
// VolumeX aliases
|
|
2816
2832
|
export { default as LucideVolumeX } from '../icons/volume-x';
|
|
2817
|
-
// Vote aliases
|
|
2818
|
-
export { default as LucideVote } from '../icons/vote';
|
|
2819
2833
|
// Volume aliases
|
|
2820
2834
|
export { default as LucideVolume } from '../icons/volume';
|
|
2835
|
+
// Vote aliases
|
|
2836
|
+
export { default as LucideVote } from '../icons/vote';
|
|
2821
2837
|
// WalletCards aliases
|
|
2822
2838
|
export { default as LucideWalletCards } from '../icons/wallet-cards';
|
|
2823
2839
|
// Wallet aliases
|
|
2824
2840
|
export { default as LucideWallet } from '../icons/wallet';
|
|
2825
|
-
// Wallpaper aliases
|
|
2826
|
-
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2827
2841
|
// Wand aliases
|
|
2828
2842
|
export { default as LucideWand } from '../icons/wand';
|
|
2843
|
+
// Wallpaper aliases
|
|
2844
|
+
export { default as LucideWallpaper } from '../icons/wallpaper';
|
|
2829
2845
|
// Warehouse aliases
|
|
2830
2846
|
export { default as LucideWarehouse } from '../icons/warehouse';
|
|
2831
2847
|
// WashingMachine aliases
|
|
@@ -2850,12 +2866,12 @@ export { default as LucideWebhookOff } from '../icons/webhook-off';
|
|
|
2850
2866
|
export { default as LucideWebhook } from '../icons/webhook';
|
|
2851
2867
|
// WeightTilde aliases
|
|
2852
2868
|
export { default as LucideWeightTilde } from '../icons/weight-tilde';
|
|
2853
|
-
// Wheat aliases
|
|
2854
|
-
export { default as LucideWheat } from '../icons/wheat';
|
|
2855
|
-
// WheatOff aliases
|
|
2856
|
-
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2857
2869
|
// Weight aliases
|
|
2858
2870
|
export { default as LucideWeight } from '../icons/weight';
|
|
2871
|
+
// WheatOff aliases
|
|
2872
|
+
export { default as LucideWheatOff } from '../icons/wheat-off';
|
|
2873
|
+
// Wheat aliases
|
|
2874
|
+
export { default as LucideWheat } from '../icons/wheat';
|
|
2859
2875
|
// WholeWord aliases
|
|
2860
2876
|
export { default as LucideWholeWord } from '../icons/whole-word';
|
|
2861
2877
|
// WifiCog aliases
|
|
@@ -2868,16 +2884,16 @@ export { default as LucideWifiLow } from '../icons/wifi-low';
|
|
|
2868
2884
|
export { default as LucideWifiOff } from '../icons/wifi-off';
|
|
2869
2885
|
// WifiPen aliases
|
|
2870
2886
|
export { default as LucideWifiPen } from '../icons/wifi-pen';
|
|
2871
|
-
// WifiZero aliases
|
|
2872
|
-
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2873
2887
|
// WifiSync aliases
|
|
2874
2888
|
export { default as LucideWifiSync } from '../icons/wifi-sync';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2889
|
+
// WifiZero aliases
|
|
2890
|
+
export { default as LucideWifiZero } from '../icons/wifi-zero';
|
|
2877
2891
|
// Wifi aliases
|
|
2878
2892
|
export { default as LucideWifi } from '../icons/wifi';
|
|
2879
2893
|
// Wind aliases
|
|
2880
2894
|
export { default as LucideWind } from '../icons/wind';
|
|
2895
|
+
// WindArrowDown aliases
|
|
2896
|
+
export { default as LucideWindArrowDown } from '../icons/wind-arrow-down';
|
|
2881
2897
|
// WineOff aliases
|
|
2882
2898
|
export { default as LucideWineOff } from '../icons/wine-off';
|
|
2883
2899
|
// Wine aliases
|
|
@@ -2892,16 +2908,16 @@ export { default as LucideWrench } from '../icons/wrench';
|
|
|
2892
2908
|
export { default as LucideXLineTop } from '../icons/x-line-top';
|
|
2893
2909
|
// X aliases
|
|
2894
2910
|
export { default as LucideX } from '../icons/x';
|
|
2895
|
-
// Zap aliases
|
|
2896
|
-
export { default as LucideZap } from '../icons/zap';
|
|
2897
2911
|
// ZapOff aliases
|
|
2898
2912
|
export { default as LucideZapOff } from '../icons/zap-off';
|
|
2913
|
+
// Zap aliases
|
|
2914
|
+
export { default as LucideZap } from '../icons/zap';
|
|
2899
2915
|
// ZodiacAquarius aliases
|
|
2900
2916
|
export { default as LucideZodiacAquarius } from '../icons/zodiac-aquarius';
|
|
2901
|
-
// ZodiacAries aliases
|
|
2902
|
-
export { default as LucideZodiacAries } from '../icons/zodiac-aries';
|
|
2903
2917
|
// ZodiacCancer aliases
|
|
2904
2918
|
export { default as LucideZodiacCancer } from '../icons/zodiac-cancer';
|
|
2919
|
+
// ZodiacAries aliases
|
|
2920
|
+
export { default as LucideZodiacAries } from '../icons/zodiac-aries';
|
|
2905
2921
|
// ZodiacCapricorn aliases
|
|
2906
2922
|
export { default as LucideZodiacCapricorn } from '../icons/zodiac-capricorn';
|
|
2907
2923
|
// ZodiacGemini aliases
|
|
@@ -2920,20 +2936,20 @@ export { default as LucideZodiacSagittarius } from '../icons/zodiac-sagittarius'
|
|
|
2920
2936
|
export { default as LucideZodiacScorpio } from '../icons/zodiac-scorpio';
|
|
2921
2937
|
// ZodiacTaurus aliases
|
|
2922
2938
|
export { default as LucideZodiacTaurus } from '../icons/zodiac-taurus';
|
|
2923
|
-
// ZodiacVirgo aliases
|
|
2924
|
-
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
2925
2939
|
// ZoomIn aliases
|
|
2926
2940
|
export { default as LucideZoomIn } from '../icons/zoom-in';
|
|
2941
|
+
// ZodiacVirgo aliases
|
|
2942
|
+
export { default as LucideZodiacVirgo } from '../icons/zodiac-virgo';
|
|
2927
2943
|
// ZoomOut aliases
|
|
2928
2944
|
export { default as LucideZoomOut } from '../icons/zoom-out';
|
|
2929
2945
|
// ArrowDown01 aliases
|
|
2930
2946
|
export { default as LucideArrowDown01 } from '../icons/arrow-down-0-1';
|
|
2931
2947
|
// ArrowDown10 aliases
|
|
2932
2948
|
export { default as LucideArrowDown10 } from '../icons/arrow-down-1-0';
|
|
2933
|
-
// ArrowUp01 aliases
|
|
2934
|
-
export { default as LucideArrowUp01 } from '../icons/arrow-up-0-1';
|
|
2935
2949
|
// ArrowUp10 aliases
|
|
2936
2950
|
export { default as LucideArrowUp10 } from '../icons/arrow-up-1-0';
|
|
2951
|
+
// ArrowUp01 aliases
|
|
2952
|
+
export { default as LucideArrowUp01 } from '../icons/arrow-up-0-1';
|
|
2937
2953
|
// AlarmClockCheck aliases
|
|
2938
2954
|
export { default as LucideAlarmClockCheck } from '../icons/alarm-clock-check';
|
|
2939
2955
|
export {
|
|
@@ -2958,36 +2974,36 @@ export {
|
|
|
2958
2974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2959
2975
|
default as LucideArrowDownAz
|
|
2960
2976
|
} from '../icons/arrow-down-a-z';
|
|
2961
|
-
// ArrowDownWideNarrow aliases
|
|
2962
|
-
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2963
|
-
export {
|
|
2964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2965
|
-
default as LucideSortDesc
|
|
2966
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2967
2977
|
// ArrowDownZA aliases
|
|
2968
2978
|
export { default as LucideArrowDownZA } from '../icons/arrow-down-z-a';
|
|
2969
2979
|
export {
|
|
2970
2980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2971
2981
|
default as LucideArrowDownZa
|
|
2972
2982
|
} from '../icons/arrow-down-z-a';
|
|
2983
|
+
// ArrowDownWideNarrow aliases
|
|
2984
|
+
export { default as LucideArrowDownWideNarrow } from '../icons/arrow-down-wide-narrow';
|
|
2985
|
+
export {
|
|
2986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2987
|
+
default as LucideSortDesc
|
|
2988
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2973
2989
|
// ArrowUpAZ aliases
|
|
2974
2990
|
export { default as LucideArrowUpAZ } from '../icons/arrow-up-a-z';
|
|
2975
2991
|
export {
|
|
2976
2992
|
/** @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 */
|
|
2977
2993
|
default as LucideArrowUpAz
|
|
2978
2994
|
} from '../icons/arrow-up-a-z';
|
|
2979
|
-
// ArrowUpZA aliases
|
|
2980
|
-
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
2981
|
-
export {
|
|
2982
|
-
/** @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 */
|
|
2983
|
-
default as LucideArrowUpZa
|
|
2984
|
-
} from '../icons/arrow-up-z-a';
|
|
2985
2995
|
// ArrowUpNarrowWide aliases
|
|
2986
2996
|
export { default as LucideArrowUpNarrowWide } from '../icons/arrow-up-narrow-wide';
|
|
2987
2997
|
export {
|
|
2988
2998
|
/** @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 */
|
|
2989
2999
|
default as LucideSortAsc
|
|
2990
3000
|
} from '../icons/arrow-up-narrow-wide';
|
|
3001
|
+
// ArrowUpZA aliases
|
|
3002
|
+
export { default as LucideArrowUpZA } from '../icons/arrow-up-z-a';
|
|
3003
|
+
export {
|
|
3004
|
+
/** @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 */
|
|
3005
|
+
default as LucideArrowUpZa
|
|
3006
|
+
} from '../icons/arrow-up-z-a';
|
|
2991
3007
|
// Axis3d aliases
|
|
2992
3008
|
export { default as LucideAxis3d } from '../icons/axis-3d';
|
|
2993
3009
|
export {
|
|
@@ -3000,48 +3016,48 @@ export {
|
|
|
3000
3016
|
/** @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 */
|
|
3001
3017
|
default as LucideVerified
|
|
3002
3018
|
} from '../icons/badge-check';
|
|
3003
|
-
// BetweenHorizontalEnd aliases
|
|
3004
|
-
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3005
|
-
export {
|
|
3006
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3007
|
-
default as LucideBetweenHorizonalEnd
|
|
3008
|
-
} from '../icons/between-horizontal-end';
|
|
3009
3019
|
// BadgeQuestionMark aliases
|
|
3010
3020
|
export { default as LucideBadgeQuestionMark } from '../icons/badge-question-mark';
|
|
3011
3021
|
export {
|
|
3012
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3013
3023
|
default as LucideBadgeHelp
|
|
3014
3024
|
} from '../icons/badge-question-mark';
|
|
3015
|
-
//
|
|
3016
|
-
export { default as
|
|
3025
|
+
// BetweenHorizontalEnd aliases
|
|
3026
|
+
export { default as LucideBetweenHorizontalEnd } from '../icons/between-horizontal-end';
|
|
3017
3027
|
export {
|
|
3018
|
-
/** @deprecated
|
|
3019
|
-
default as
|
|
3020
|
-
} from '../icons/
|
|
3028
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3029
|
+
default as LucideBetweenHorizonalEnd
|
|
3030
|
+
} from '../icons/between-horizontal-end';
|
|
3021
3031
|
// BetweenHorizontalStart aliases
|
|
3022
3032
|
export { default as LucideBetweenHorizontalStart } from '../icons/between-horizontal-start';
|
|
3023
3033
|
export {
|
|
3024
3034
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3025
3035
|
default as LucideBetweenHorizonalStart
|
|
3026
3036
|
} from '../icons/between-horizontal-start';
|
|
3037
|
+
// BookDashed aliases
|
|
3038
|
+
export { default as LucideBookDashed } from '../icons/book-dashed';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3041
|
+
default as LucideBookTemplate
|
|
3042
|
+
} from '../icons/book-dashed';
|
|
3027
3043
|
// Braces aliases
|
|
3028
3044
|
export { default as LucideBraces } from '../icons/braces';
|
|
3029
3045
|
export {
|
|
3030
3046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3031
3047
|
default as LucideCurlyBraces
|
|
3032
3048
|
} from '../icons/braces';
|
|
3033
|
-
// Captions aliases
|
|
3034
|
-
export { default as LucideCaptions } from '../icons/captions';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3037
|
-
default as LucideSubtitles
|
|
3038
|
-
} from '../icons/captions';
|
|
3039
3049
|
// ChartArea aliases
|
|
3040
3050
|
export { default as LucideChartArea } from '../icons/chart-area';
|
|
3041
3051
|
export {
|
|
3042
3052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3043
3053
|
default as LucideAreaChart
|
|
3044
3054
|
} from '../icons/chart-area';
|
|
3055
|
+
// Captions aliases
|
|
3056
|
+
export { default as LucideCaptions } from '../icons/captions';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as LucideSubtitles
|
|
3060
|
+
} from '../icons/captions';
|
|
3045
3061
|
// ChartBarBig aliases
|
|
3046
3062
|
export { default as LucideChartBarBig } from '../icons/chart-bar-big';
|
|
3047
3063
|
export {
|
|
@@ -3084,18 +3100,18 @@ export {
|
|
|
3084
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3085
3101
|
default as LucideLineChart
|
|
3086
3102
|
} from '../icons/chart-line';
|
|
3087
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3088
|
-
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3089
|
-
export {
|
|
3090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3091
|
-
default as LucideBarChart
|
|
3092
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3093
3103
|
// ChartNoAxesColumn aliases
|
|
3094
3104
|
export { default as LucideChartNoAxesColumn } from '../icons/chart-no-axes-column';
|
|
3095
3105
|
export {
|
|
3096
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3097
3107
|
default as LucideBarChart2
|
|
3098
3108
|
} from '../icons/chart-no-axes-column';
|
|
3109
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3110
|
+
export { default as LucideChartNoAxesColumnIncreasing } from '../icons/chart-no-axes-column-increasing';
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3113
|
+
default as LucideBarChart
|
|
3114
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3099
3115
|
// ChartNoAxesGantt aliases
|
|
3100
3116
|
export { default as LucideChartNoAxesGantt } from '../icons/chart-no-axes-gantt';
|
|
3101
3117
|
export {
|
|
@@ -3120,18 +3136,24 @@ export {
|
|
|
3120
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3121
3137
|
default as LucideAlertCircle
|
|
3122
3138
|
} from '../icons/circle-alert';
|
|
3139
|
+
// CircleArrowDown aliases
|
|
3140
|
+
export { default as LucideCircleArrowDown } from '../icons/circle-arrow-down';
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as LucideArrowDownCircle
|
|
3144
|
+
} from '../icons/circle-arrow-down';
|
|
3123
3145
|
// CircleArrowLeft aliases
|
|
3124
3146
|
export { default as LucideCircleArrowLeft } from '../icons/circle-arrow-left';
|
|
3125
3147
|
export {
|
|
3126
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3127
3149
|
default as LucideArrowLeftCircle
|
|
3128
3150
|
} from '../icons/circle-arrow-left';
|
|
3129
|
-
//
|
|
3130
|
-
export { default as
|
|
3151
|
+
// CircleArrowOutDownLeft aliases
|
|
3152
|
+
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3131
3153
|
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3133
|
-
default as
|
|
3134
|
-
} from '../icons/circle-arrow-down';
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3155
|
+
default as LucideArrowDownLeftFromCircle
|
|
3156
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3135
3157
|
// CircleArrowOutDownRight aliases
|
|
3136
3158
|
export { default as LucideCircleArrowOutDownRight } from '../icons/circle-arrow-out-down-right';
|
|
3137
3159
|
export {
|
|
@@ -3144,12 +3166,6 @@ export {
|
|
|
3144
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3145
3167
|
default as LucideArrowUpLeftFromCircle
|
|
3146
3168
|
} from '../icons/circle-arrow-out-up-left';
|
|
3147
|
-
// CircleArrowOutDownLeft aliases
|
|
3148
|
-
export { default as LucideCircleArrowOutDownLeft } from '../icons/circle-arrow-out-down-left';
|
|
3149
|
-
export {
|
|
3150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3151
|
-
default as LucideArrowDownLeftFromCircle
|
|
3152
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3153
3169
|
// CircleArrowOutUpRight aliases
|
|
3154
3170
|
export { default as LucideCircleArrowOutUpRight } from '../icons/circle-arrow-out-up-right';
|
|
3155
3171
|
export {
|
|
@@ -3162,30 +3178,30 @@ export {
|
|
|
3162
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3163
3179
|
default as LucideArrowRightCircle
|
|
3164
3180
|
} from '../icons/circle-arrow-right';
|
|
3165
|
-
// CircleArrowUp aliases
|
|
3166
|
-
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3167
|
-
export {
|
|
3168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3169
|
-
default as LucideArrowUpCircle
|
|
3170
|
-
} from '../icons/circle-arrow-up';
|
|
3171
3181
|
// CircleCheckBig aliases
|
|
3172
3182
|
export { default as LucideCircleCheckBig } from '../icons/circle-check-big';
|
|
3173
3183
|
export {
|
|
3174
3184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3175
3185
|
default as LucideCheckCircle
|
|
3176
3186
|
} from '../icons/circle-check-big';
|
|
3187
|
+
// CircleCheck aliases
|
|
3188
|
+
export { default as LucideCircleCheck } from '../icons/circle-check';
|
|
3189
|
+
export {
|
|
3190
|
+
/** @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 */
|
|
3191
|
+
default as LucideCheckCircle2
|
|
3192
|
+
} from '../icons/circle-check';
|
|
3177
3193
|
// CircleChevronDown aliases
|
|
3178
3194
|
export { default as LucideCircleChevronDown } from '../icons/circle-chevron-down';
|
|
3179
3195
|
export {
|
|
3180
3196
|
/** @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 */
|
|
3181
3197
|
default as LucideChevronDownCircle
|
|
3182
3198
|
} from '../icons/circle-chevron-down';
|
|
3183
|
-
//
|
|
3184
|
-
export { default as
|
|
3199
|
+
// CircleArrowUp aliases
|
|
3200
|
+
export { default as LucideCircleArrowUp } from '../icons/circle-arrow-up';
|
|
3185
3201
|
export {
|
|
3186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3187
|
-
default as
|
|
3188
|
-
} from '../icons/circle-
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3203
|
+
default as LucideArrowUpCircle
|
|
3204
|
+
} from '../icons/circle-arrow-up';
|
|
3189
3205
|
// CircleChevronLeft aliases
|
|
3190
3206
|
export { default as LucideCircleChevronLeft } from '../icons/circle-chevron-left';
|
|
3191
3207
|
export {
|
|
@@ -3198,6 +3214,12 @@ export {
|
|
|
3198
3214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3199
3215
|
default as LucideChevronRightCircle
|
|
3200
3216
|
} from '../icons/circle-chevron-right';
|
|
3217
|
+
// CircleChevronUp aliases
|
|
3218
|
+
export { default as LucideCircleChevronUp } from '../icons/circle-chevron-up';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @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 */
|
|
3221
|
+
default as LucideChevronUpCircle
|
|
3222
|
+
} from '../icons/circle-chevron-up';
|
|
3201
3223
|
// CircleDivide aliases
|
|
3202
3224
|
export { default as LucideCircleDivide } from '../icons/circle-divide';
|
|
3203
3225
|
export {
|
|
@@ -3216,30 +3238,30 @@ export {
|
|
|
3216
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3217
3239
|
default as LucideMinusCircle
|
|
3218
3240
|
} from '../icons/circle-minus';
|
|
3219
|
-
//
|
|
3220
|
-
export { default as
|
|
3241
|
+
// CircleParkingOff aliases
|
|
3242
|
+
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3221
3243
|
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3223
|
-
default as
|
|
3224
|
-
} from '../icons/circle-
|
|
3244
|
+
/** @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 */
|
|
3245
|
+
default as LucideParkingCircleOff
|
|
3246
|
+
} from '../icons/circle-parking-off';
|
|
3225
3247
|
// CircleParking aliases
|
|
3226
3248
|
export { default as LucideCircleParking } from '../icons/circle-parking';
|
|
3227
3249
|
export {
|
|
3228
3250
|
/** @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 */
|
|
3229
3251
|
default as LucideParkingCircle
|
|
3230
3252
|
} from '../icons/circle-parking';
|
|
3231
|
-
// CircleParkingOff aliases
|
|
3232
|
-
export { default as LucideCircleParkingOff } from '../icons/circle-parking-off';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @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 */
|
|
3235
|
-
default as LucideParkingCircleOff
|
|
3236
|
-
} from '../icons/circle-parking-off';
|
|
3237
3253
|
// CirclePause aliases
|
|
3238
3254
|
export { default as LucideCirclePause } from '../icons/circle-pause';
|
|
3239
3255
|
export {
|
|
3240
3256
|
/** @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 */
|
|
3241
3257
|
default as LucidePauseCircle
|
|
3242
3258
|
} from '../icons/circle-pause';
|
|
3259
|
+
// CirclePercent aliases
|
|
3260
|
+
export { default as LucideCirclePercent } from '../icons/circle-percent';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @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 */
|
|
3263
|
+
default as LucidePercentCircle
|
|
3264
|
+
} from '../icons/circle-percent';
|
|
3243
3265
|
// CirclePlay aliases
|
|
3244
3266
|
export { default as LucideCirclePlay } from '../icons/circle-play';
|
|
3245
3267
|
export {
|
|
@@ -3258,12 +3280,12 @@ export {
|
|
|
3258
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3259
3281
|
default as LucidePowerCircle
|
|
3260
3282
|
} from '../icons/circle-power';
|
|
3261
|
-
//
|
|
3262
|
-
export { default as
|
|
3283
|
+
// CircleSlash2 aliases
|
|
3284
|
+
export { default as LucideCircleSlash2 } from '../icons/circle-slash-2';
|
|
3263
3285
|
export {
|
|
3264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3265
|
-
default as
|
|
3266
|
-
} from '../icons/circle-
|
|
3286
|
+
/** @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 */
|
|
3287
|
+
default as LucideCircleSlashed
|
|
3288
|
+
} from '../icons/circle-slash-2';
|
|
3267
3289
|
// CircleQuestionMark aliases
|
|
3268
3290
|
export { default as LucideCircleQuestionMark } from '../icons/circle-question-mark';
|
|
3269
3291
|
export {
|
|
@@ -3274,42 +3296,36 @@ export {
|
|
|
3274
3296
|
/** @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 */
|
|
3275
3297
|
default as LucideCircleHelp
|
|
3276
3298
|
} from '../icons/circle-question-mark';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3299
|
+
// CircleUserRound aliases
|
|
3300
|
+
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3279
3301
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/circle-
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as LucideUserCircle2
|
|
3304
|
+
} from '../icons/circle-user-round';
|
|
3283
3305
|
// CircleStop aliases
|
|
3284
3306
|
export { default as LucideCircleStop } from '../icons/circle-stop';
|
|
3285
3307
|
export {
|
|
3286
3308
|
/** @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 */
|
|
3287
3309
|
default as LucideStopCircle
|
|
3288
3310
|
} from '../icons/circle-stop';
|
|
3289
|
-
// CircleUserRound aliases
|
|
3290
|
-
export { default as LucideCircleUserRound } from '../icons/circle-user-round';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3293
|
-
default as LucideUserCircle2
|
|
3294
|
-
} from '../icons/circle-user-round';
|
|
3295
3311
|
// CircleUser aliases
|
|
3296
3312
|
export { default as LucideCircleUser } from '../icons/circle-user';
|
|
3297
3313
|
export {
|
|
3298
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3299
3315
|
default as LucideUserCircle
|
|
3300
3316
|
} from '../icons/circle-user';
|
|
3301
|
-
// CircleX aliases
|
|
3302
|
-
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3305
|
-
default as LucideXCircle
|
|
3306
|
-
} from '../icons/circle-x';
|
|
3307
3317
|
// ClipboardPenLine aliases
|
|
3308
3318
|
export { default as LucideClipboardPenLine } from '../icons/clipboard-pen-line';
|
|
3309
3319
|
export {
|
|
3310
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3311
3321
|
default as LucideClipboardSignature
|
|
3312
3322
|
} from '../icons/clipboard-pen-line';
|
|
3323
|
+
// CircleX aliases
|
|
3324
|
+
export { default as LucideCircleX } from '../icons/circle-x';
|
|
3325
|
+
export {
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3327
|
+
default as LucideXCircle
|
|
3328
|
+
} from '../icons/circle-x';
|
|
3313
3329
|
// ClipboardPen aliases
|
|
3314
3330
|
export { default as LucideClipboardPen } from '../icons/clipboard-pen';
|
|
3315
3331
|
export {
|
|
@@ -3356,18 +3372,18 @@ export {
|
|
|
3356
3372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3357
3373
|
default as LucidePanelsLeftRight
|
|
3358
3374
|
} from '../icons/columns-3';
|
|
3359
|
-
// DiamondPercent aliases
|
|
3360
|
-
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3363
|
-
default as LucidePercentDiamond
|
|
3364
|
-
} from '../icons/diamond-percent';
|
|
3365
3375
|
// ContactRound aliases
|
|
3366
3376
|
export { default as LucideContactRound } from '../icons/contact-round';
|
|
3367
3377
|
export {
|
|
3368
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3369
3379
|
default as LucideContact2
|
|
3370
3380
|
} from '../icons/contact-round';
|
|
3381
|
+
// DiamondPercent aliases
|
|
3382
|
+
export { default as LucideDiamondPercent } from '../icons/diamond-percent';
|
|
3383
|
+
export {
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3385
|
+
default as LucidePercentDiamond
|
|
3386
|
+
} from '../icons/diamond-percent';
|
|
3371
3387
|
// Earth aliases
|
|
3372
3388
|
export { default as LucideEarth } from '../icons/earth';
|
|
3373
3389
|
export {
|
|
@@ -3416,18 +3432,18 @@ export {
|
|
|
3416
3432
|
/** @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 */
|
|
3417
3433
|
default as LucideFileBarChart
|
|
3418
3434
|
} from '../icons/file-chart-column-increasing';
|
|
3419
|
-
// FileChartColumn aliases
|
|
3420
|
-
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3423
|
-
default as LucideFileBarChart2
|
|
3424
|
-
} from '../icons/file-chart-column';
|
|
3425
3435
|
// FileChartLine aliases
|
|
3426
3436
|
export { default as LucideFileChartLine } from '../icons/file-chart-line';
|
|
3427
3437
|
export {
|
|
3428
3438
|
/** @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 */
|
|
3429
3439
|
default as LucideFileLineChart
|
|
3430
3440
|
} from '../icons/file-chart-line';
|
|
3441
|
+
// FileChartColumn aliases
|
|
3442
|
+
export { default as LucideFileChartColumn } from '../icons/file-chart-column';
|
|
3443
|
+
export {
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3445
|
+
default as LucideFileBarChart2
|
|
3446
|
+
} from '../icons/file-chart-column';
|
|
3431
3447
|
// FileChartPie aliases
|
|
3432
3448
|
export { default as LucideFileChartPie } from '../icons/file-chart-pie';
|
|
3433
3449
|
export {
|
|
@@ -3446,18 +3462,18 @@ export {
|
|
|
3446
3462
|
/** @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 */
|
|
3447
3463
|
default as LucideFileCode2
|
|
3448
3464
|
} from '../icons/file-code-corner';
|
|
3449
|
-
// FileExclamationPoint aliases
|
|
3450
|
-
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3451
|
-
export {
|
|
3452
|
-
/** @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 */
|
|
3453
|
-
default as LucideFileWarning
|
|
3454
|
-
} from '../icons/file-exclamation-point';
|
|
3455
3465
|
// FileCog aliases
|
|
3456
3466
|
export { default as LucideFileCog } from '../icons/file-cog';
|
|
3457
3467
|
export {
|
|
3458
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3459
3469
|
default as LucideFileCog2
|
|
3460
3470
|
} from '../icons/file-cog';
|
|
3471
|
+
// FileExclamationPoint aliases
|
|
3472
|
+
export { default as LucideFileExclamationPoint } from '../icons/file-exclamation-point';
|
|
3473
|
+
export {
|
|
3474
|
+
/** @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 */
|
|
3475
|
+
default as LucideFileWarning
|
|
3476
|
+
} from '../icons/file-exclamation-point';
|
|
3461
3477
|
// FileHeadphone aliases
|
|
3462
3478
|
export { default as LucideFileHeadphone } from '../icons/file-headphone';
|
|
3463
3479
|
export {
|
|
@@ -3468,24 +3484,24 @@ export {
|
|
|
3468
3484
|
/** @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 */
|
|
3469
3485
|
default as LucideFileAudio2
|
|
3470
3486
|
} from '../icons/file-headphone';
|
|
3471
|
-
//
|
|
3472
|
-
export { default as
|
|
3487
|
+
// FileKey aliases
|
|
3488
|
+
export { default as LucideFileKey } from '../icons/file-key';
|
|
3473
3489
|
export {
|
|
3474
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link
|
|
3475
|
-
default as
|
|
3476
|
-
} from '../icons/file-
|
|
3490
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3491
|
+
default as LucideFileKey2
|
|
3492
|
+
} from '../icons/file-key';
|
|
3477
3493
|
// FileMinusCorner aliases
|
|
3478
3494
|
export { default as LucideFileMinusCorner } from '../icons/file-minus-corner';
|
|
3479
3495
|
export {
|
|
3480
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3481
3497
|
default as LucideFileMinus2
|
|
3482
3498
|
} from '../icons/file-minus-corner';
|
|
3483
|
-
//
|
|
3484
|
-
export { default as
|
|
3499
|
+
// FileLock aliases
|
|
3500
|
+
export { default as LucideFileLock } from '../icons/file-lock';
|
|
3485
3501
|
export {
|
|
3486
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link
|
|
3487
|
-
default as
|
|
3488
|
-
} from '../icons/file-
|
|
3502
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3503
|
+
default as LucideFileLock2
|
|
3504
|
+
} from '../icons/file-lock';
|
|
3489
3505
|
// FilePenLine aliases
|
|
3490
3506
|
export { default as LucideFilePenLine } from '../icons/file-pen-line';
|
|
3491
3507
|
export {
|
|
@@ -3570,18 +3586,18 @@ export {
|
|
|
3570
3586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3571
3587
|
default as LucideFilterX
|
|
3572
3588
|
} from '../icons/funnel-x';
|
|
3573
|
-
// GitCommitHorizontal aliases
|
|
3574
|
-
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3577
|
-
default as LucideGitCommit
|
|
3578
|
-
} from '../icons/git-commit-horizontal';
|
|
3579
3589
|
// Funnel aliases
|
|
3580
3590
|
export { default as LucideFunnel } from '../icons/funnel';
|
|
3581
3591
|
export {
|
|
3582
3592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3583
3593
|
default as LucideFilter
|
|
3584
3594
|
} from '../icons/funnel';
|
|
3595
|
+
// GitCommitHorizontal aliases
|
|
3596
|
+
export { default as LucideGitCommitHorizontal } from '../icons/git-commit-horizontal';
|
|
3597
|
+
export {
|
|
3598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3599
|
+
default as LucideGitCommit
|
|
3600
|
+
} from '../icons/git-commit-horizontal';
|
|
3585
3601
|
// Grid2x2Check aliases
|
|
3586
3602
|
export { default as LucideGrid2x2Check } from '../icons/grid-2x2-check';
|
|
3587
3603
|
export {
|
|
@@ -3600,16 +3616,6 @@ export {
|
|
|
3600
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3601
3617
|
default as LucideGrid2X2X
|
|
3602
3618
|
} from '../icons/grid-2x2-x';
|
|
3603
|
-
// Grid3x3 aliases
|
|
3604
|
-
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3605
|
-
export {
|
|
3606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3607
|
-
default as LucideGrid
|
|
3608
|
-
} from '../icons/grid-3x3';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3611
|
-
default as LucideGrid3X3
|
|
3612
|
-
} from '../icons/grid-3x3';
|
|
3613
3619
|
// Grid2x2 aliases
|
|
3614
3620
|
export { default as LucideGrid2x2 } from '../icons/grid-2x2';
|
|
3615
3621
|
export {
|
|
@@ -3622,18 +3628,22 @@ export {
|
|
|
3622
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3623
3629
|
default as LucideGrab
|
|
3624
3630
|
} from '../icons/hand-grab';
|
|
3631
|
+
// Grid3x3 aliases
|
|
3632
|
+
export { default as LucideGrid3x3 } from '../icons/grid-3x3';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as LucideGrid
|
|
3636
|
+
} from '../icons/grid-3x3';
|
|
3637
|
+
export {
|
|
3638
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3639
|
+
default as LucideGrid3X3
|
|
3640
|
+
} from '../icons/grid-3x3';
|
|
3625
3641
|
// HandHelping aliases
|
|
3626
3642
|
export { default as LucideHandHelping } from '../icons/hand-helping';
|
|
3627
3643
|
export {
|
|
3628
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3629
3645
|
default as LucideHelpingHand
|
|
3630
3646
|
} from '../icons/hand-helping';
|
|
3631
|
-
// IceCreamBowl aliases
|
|
3632
|
-
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3635
|
-
default as LucideIceCream2
|
|
3636
|
-
} from '../icons/ice-cream-bowl';
|
|
3637
3647
|
// House aliases
|
|
3638
3648
|
export { default as LucideHouse } from '../icons/house';
|
|
3639
3649
|
export {
|
|
@@ -3646,6 +3656,12 @@ export {
|
|
|
3646
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3647
3657
|
default as LucideIceCream
|
|
3648
3658
|
} from '../icons/ice-cream-cone';
|
|
3659
|
+
// IceCreamBowl aliases
|
|
3660
|
+
export { default as LucideIceCreamBowl } from '../icons/ice-cream-bowl';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as LucideIceCream2
|
|
3664
|
+
} from '../icons/ice-cream-bowl';
|
|
3649
3665
|
// LaptopMinimal aliases
|
|
3650
3666
|
export { default as LucideLaptopMinimal } from '../icons/laptop-minimal';
|
|
3651
3667
|
export {
|
|
@@ -3658,16 +3674,6 @@ export {
|
|
|
3658
3674
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3659
3675
|
default as LucideLayers3
|
|
3660
3676
|
} from '../icons/layers';
|
|
3661
|
-
// ListIndentDecrease aliases
|
|
3662
|
-
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3663
|
-
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3665
|
-
default as LucideOutdent
|
|
3666
|
-
} from '../icons/list-indent-decrease';
|
|
3667
|
-
export {
|
|
3668
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3669
|
-
default as LucideIndentDecrease
|
|
3670
|
-
} from '../icons/list-indent-decrease';
|
|
3671
3677
|
// ListIndentIncrease aliases
|
|
3672
3678
|
export { default as LucideListIndentIncrease } from '../icons/list-indent-increase';
|
|
3673
3679
|
export {
|
|
@@ -3678,30 +3684,40 @@ export {
|
|
|
3678
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3679
3685
|
default as LucideIndentIncrease
|
|
3680
3686
|
} from '../icons/list-indent-increase';
|
|
3681
|
-
// LoaderCircle aliases
|
|
3682
|
-
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3685
|
-
default as LucideLoader2
|
|
3686
|
-
} from '../icons/loader-circle';
|
|
3687
3687
|
// LockKeyholeOpen aliases
|
|
3688
3688
|
export { default as LucideLockKeyholeOpen } from '../icons/lock-keyhole-open';
|
|
3689
3689
|
export {
|
|
3690
3690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3691
3691
|
default as LucideUnlockKeyhole
|
|
3692
3692
|
} from '../icons/lock-keyhole-open';
|
|
3693
|
-
//
|
|
3694
|
-
export { default as
|
|
3693
|
+
// ListIndentDecrease aliases
|
|
3694
|
+
export { default as LucideListIndentDecrease } from '../icons/list-indent-decrease';
|
|
3695
3695
|
export {
|
|
3696
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3697
|
-
default as
|
|
3698
|
-
} from '../icons/
|
|
3696
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3697
|
+
default as LucideOutdent
|
|
3698
|
+
} from '../icons/list-indent-decrease';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3701
|
+
default as LucideIndentDecrease
|
|
3702
|
+
} from '../icons/list-indent-decrease';
|
|
3703
|
+
// LoaderCircle aliases
|
|
3704
|
+
export { default as LucideLoaderCircle } from '../icons/loader-circle';
|
|
3705
|
+
export {
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as LucideLoader2
|
|
3708
|
+
} from '../icons/loader-circle';
|
|
3699
3709
|
// LockOpen aliases
|
|
3700
3710
|
export { default as LucideLockOpen } from '../icons/lock-open';
|
|
3701
3711
|
export {
|
|
3702
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3703
3713
|
default as LucideUnlock
|
|
3704
3714
|
} from '../icons/lock-open';
|
|
3715
|
+
// MailQuestionMark aliases
|
|
3716
|
+
export { default as LucideMailQuestionMark } from '../icons/mail-question-mark';
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3719
|
+
default as LucideMailQuestion
|
|
3720
|
+
} from '../icons/mail-question-mark';
|
|
3705
3721
|
// MapPinPen aliases
|
|
3706
3722
|
export { default as LucideMapPinPen } from '../icons/map-pin-pen';
|
|
3707
3723
|
export {
|
|
@@ -3720,18 +3736,18 @@ export {
|
|
|
3720
3736
|
/** @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 */
|
|
3721
3737
|
default as LucideMic2
|
|
3722
3738
|
} from '../icons/mic-vocal';
|
|
3723
|
-
// OctagonAlert aliases
|
|
3724
|
-
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3727
|
-
default as LucideAlertOctagon
|
|
3728
|
-
} from '../icons/octagon-alert';
|
|
3729
3739
|
// Move3d aliases
|
|
3730
3740
|
export { default as LucideMove3d } from '../icons/move-3d';
|
|
3731
3741
|
export {
|
|
3732
3742
|
/** @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 */
|
|
3733
3743
|
default as LucideMove3D
|
|
3734
3744
|
} from '../icons/move-3d';
|
|
3745
|
+
// OctagonAlert aliases
|
|
3746
|
+
export { default as LucideOctagonAlert } from '../icons/octagon-alert';
|
|
3747
|
+
export {
|
|
3748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3749
|
+
default as LucideAlertOctagon
|
|
3750
|
+
} from '../icons/octagon-alert';
|
|
3735
3751
|
// OctagonPause aliases
|
|
3736
3752
|
export { default as LucideOctagonPause } from '../icons/octagon-pause';
|
|
3737
3753
|
export {
|
|
@@ -3756,18 +3772,18 @@ export {
|
|
|
3756
3772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3773
|
default as LucidePanelBottomInactive
|
|
3758
3774
|
} from '../icons/panel-bottom-dashed';
|
|
3759
|
-
// PanelLeftDashed aliases
|
|
3760
|
-
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3763
|
-
default as LucidePanelLeftInactive
|
|
3764
|
-
} from '../icons/panel-left-dashed';
|
|
3765
3775
|
// PanelLeftClose aliases
|
|
3766
3776
|
export { default as LucidePanelLeftClose } from '../icons/panel-left-close';
|
|
3767
3777
|
export {
|
|
3768
3778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3769
3779
|
default as LucideSidebarClose
|
|
3770
3780
|
} from '../icons/panel-left-close';
|
|
3781
|
+
// PanelLeftDashed aliases
|
|
3782
|
+
export { default as LucidePanelLeftDashed } from '../icons/panel-left-dashed';
|
|
3783
|
+
export {
|
|
3784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3785
|
+
default as LucidePanelLeftInactive
|
|
3786
|
+
} from '../icons/panel-left-dashed';
|
|
3771
3787
|
// PanelLeftOpen aliases
|
|
3772
3788
|
export { default as LucidePanelLeftOpen } from '../icons/panel-left-open';
|
|
3773
3789
|
export {
|
|
@@ -3804,30 +3820,36 @@ export {
|
|
|
3804
3820
|
/** @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 */
|
|
3805
3821
|
default as LucideEdit3
|
|
3806
3822
|
} from '../icons/pen-line';
|
|
3807
|
-
// PlugZap aliases
|
|
3808
|
-
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3811
|
-
default as LucidePlugZap2
|
|
3812
|
-
} from '../icons/plug-zap';
|
|
3813
3823
|
// Pen aliases
|
|
3814
3824
|
export { default as LucidePen } from '../icons/pen';
|
|
3815
3825
|
export {
|
|
3816
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3817
3827
|
default as LucideEdit2
|
|
3818
3828
|
} from '../icons/pen';
|
|
3819
|
-
//
|
|
3820
|
-
export { default as
|
|
3829
|
+
// PlugZap aliases
|
|
3830
|
+
export { default as LucidePlugZap } from '../icons/plug-zap';
|
|
3821
3831
|
export {
|
|
3822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3823
|
-
default as
|
|
3824
|
-
} from '../icons/
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as LucidePlugZap2
|
|
3834
|
+
} from '../icons/plug-zap';
|
|
3825
3835
|
// Rotate3d aliases
|
|
3826
3836
|
export { default as LucideRotate3d } from '../icons/rotate-3d';
|
|
3827
3837
|
export {
|
|
3828
3838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3829
3839
|
default as LucideRotate3D
|
|
3830
3840
|
} from '../icons/rotate-3d';
|
|
3841
|
+
// Rows3 aliases
|
|
3842
|
+
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3845
|
+
default as LucidePanelsTopBottom
|
|
3846
|
+
} from '../icons/rows-3';
|
|
3847
|
+
// RectangleEllipsis aliases
|
|
3848
|
+
export { default as LucideRectangleEllipsis } from '../icons/rectangle-ellipsis';
|
|
3849
|
+
export {
|
|
3850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3851
|
+
default as LucideFormInput
|
|
3852
|
+
} from '../icons/rectangle-ellipsis';
|
|
3831
3853
|
// Rows2 aliases
|
|
3832
3854
|
export { default as LucideRows2 } from '../icons/rows-2';
|
|
3833
3855
|
export {
|
|
@@ -3840,30 +3862,24 @@ export {
|
|
|
3840
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3841
3863
|
default as LucideScale3D
|
|
3842
3864
|
} from '../icons/scale-3d';
|
|
3843
|
-
// Rows3 aliases
|
|
3844
|
-
export { default as LucideRows3 } from '../icons/rows-3';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3847
|
-
default as LucidePanelsTopBottom
|
|
3848
|
-
} from '../icons/rows-3';
|
|
3849
3865
|
// SendHorizontal aliases
|
|
3850
3866
|
export { default as LucideSendHorizontal } from '../icons/send-horizontal';
|
|
3851
3867
|
export {
|
|
3852
3868
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3853
3869
|
default as LucideSendHorizonal
|
|
3854
3870
|
} from '../icons/send-horizontal';
|
|
3855
|
-
// ShieldX aliases
|
|
3856
|
-
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3859
|
-
default as LucideShieldClose
|
|
3860
|
-
} from '../icons/shield-x';
|
|
3861
3871
|
// ShieldQuestionMark aliases
|
|
3862
3872
|
export { default as LucideShieldQuestionMark } from '../icons/shield-question-mark';
|
|
3863
3873
|
export {
|
|
3864
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3865
3875
|
default as LucideShieldQuestion
|
|
3866
3876
|
} from '../icons/shield-question-mark';
|
|
3877
|
+
// ShieldX aliases
|
|
3878
|
+
export { default as LucideShieldX } from '../icons/shield-x';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3881
|
+
default as LucideShieldClose
|
|
3882
|
+
} from '../icons/shield-x';
|
|
3867
3883
|
// SlidersVertical aliases
|
|
3868
3884
|
export { default as LucideSlidersVertical } from '../icons/sliders-vertical';
|
|
3869
3885
|
export {
|
|
@@ -3906,12 +3922,6 @@ export {
|
|
|
3906
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3907
3923
|
default as LucideArrowLeftSquare
|
|
3908
3924
|
} from '../icons/square-arrow-left';
|
|
3909
|
-
// SquareArrowOutDownLeft aliases
|
|
3910
|
-
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3911
|
-
export {
|
|
3912
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3913
|
-
default as LucideArrowDownLeftFromSquare
|
|
3914
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3915
3925
|
// SquareArrowOutDownRight aliases
|
|
3916
3926
|
export { default as LucideSquareArrowOutDownRight } from '../icons/square-arrow-out-down-right';
|
|
3917
3927
|
export {
|
|
@@ -3924,6 +3934,12 @@ export {
|
|
|
3924
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3925
3935
|
default as LucideArrowUpLeftFromSquare
|
|
3926
3936
|
} from '../icons/square-arrow-out-up-left';
|
|
3937
|
+
// SquareArrowOutDownLeft aliases
|
|
3938
|
+
export { default as LucideSquareArrowOutDownLeft } from '../icons/square-arrow-out-down-left';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as LucideArrowDownLeftFromSquare
|
|
3942
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3927
3943
|
// SquareArrowOutUpRight aliases
|
|
3928
3944
|
export { default as LucideSquareArrowOutUpRight } from '../icons/square-arrow-out-up-right';
|
|
3929
3945
|
export {
|
|
@@ -3936,12 +3952,6 @@ export {
|
|
|
3936
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3937
3953
|
default as LucideArrowRightSquare
|
|
3938
3954
|
} from '../icons/square-arrow-right';
|
|
3939
|
-
// SquareArrowUp aliases
|
|
3940
|
-
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3943
|
-
default as LucideArrowUpSquare
|
|
3944
|
-
} from '../icons/square-arrow-up';
|
|
3945
3955
|
// SquareArrowUpLeft aliases
|
|
3946
3956
|
export { default as LucideSquareArrowUpLeft } from '../icons/square-arrow-up-left';
|
|
3947
3957
|
export {
|
|
@@ -3954,12 +3964,24 @@ export {
|
|
|
3954
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3955
3965
|
default as LucideArrowUpRightSquare
|
|
3956
3966
|
} from '../icons/square-arrow-up-right';
|
|
3967
|
+
// SquareArrowUp aliases
|
|
3968
|
+
export { default as LucideSquareArrowUp } from '../icons/square-arrow-up';
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as LucideArrowUpSquare
|
|
3972
|
+
} from '../icons/square-arrow-up';
|
|
3957
3973
|
// SquareAsterisk aliases
|
|
3958
3974
|
export { default as LucideSquareAsterisk } from '../icons/square-asterisk';
|
|
3959
3975
|
export {
|
|
3960
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3961
3977
|
default as LucideAsteriskSquare
|
|
3962
3978
|
} from '../icons/square-asterisk';
|
|
3979
|
+
// SquareBottomDashedScissors aliases
|
|
3980
|
+
export { default as LucideSquareBottomDashedScissors } from '../icons/square-bottom-dashed-scissors';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as LucideScissorsSquareDashedBottom
|
|
3984
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3963
3985
|
// SquareCenterlineDashedHorizontal aliases
|
|
3964
3986
|
export { default as LucideSquareCenterlineDashedHorizontal } from '../icons/square-centerline-dashed-horizontal';
|
|
3965
3987
|
export {
|
|
@@ -3982,48 +4004,36 @@ export {
|
|
|
3982
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3983
4005
|
default as LucideSquareGanttChart
|
|
3984
4006
|
} from '../icons/square-chart-gantt';
|
|
3985
|
-
//
|
|
3986
|
-
export { default as
|
|
4007
|
+
// SquareCheckBig aliases
|
|
4008
|
+
export { default as LucideSquareCheckBig } from '../icons/square-check-big';
|
|
3987
4009
|
export {
|
|
3988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3989
|
-
default as
|
|
3990
|
-
} from '../icons/square-
|
|
4010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4011
|
+
default as LucideCheckSquare
|
|
4012
|
+
} from '../icons/square-check-big';
|
|
3991
4013
|
// SquareCheck aliases
|
|
3992
4014
|
export { default as LucideSquareCheck } from '../icons/square-check';
|
|
3993
4015
|
export {
|
|
3994
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3995
4017
|
default as LucideCheckSquare2
|
|
3996
4018
|
} from '../icons/square-check';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
4019
|
+
// SquareChevronDown aliases
|
|
4020
|
+
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
3999
4021
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as LucideChevronDownSquare
|
|
4024
|
+
} from '../icons/square-chevron-down';
|
|
4003
4025
|
// SquareChevronLeft aliases
|
|
4004
4026
|
export { default as LucideSquareChevronLeft } from '../icons/square-chevron-left';
|
|
4005
4027
|
export {
|
|
4006
4028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4007
4029
|
default as LucideChevronLeftSquare
|
|
4008
4030
|
} from '../icons/square-chevron-left';
|
|
4009
|
-
// SquareChevronDown aliases
|
|
4010
|
-
export { default as LucideSquareChevronDown } from '../icons/square-chevron-down';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4013
|
-
default as LucideChevronDownSquare
|
|
4014
|
-
} from '../icons/square-chevron-down';
|
|
4015
4031
|
// SquareChevronRight aliases
|
|
4016
4032
|
export { default as LucideSquareChevronRight } from '../icons/square-chevron-right';
|
|
4017
4033
|
export {
|
|
4018
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4019
4035
|
default as LucideChevronRightSquare
|
|
4020
4036
|
} from '../icons/square-chevron-right';
|
|
4021
|
-
// SquareCode aliases
|
|
4022
|
-
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @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 */
|
|
4025
|
-
default as LucideCodeSquare
|
|
4026
|
-
} from '../icons/square-code';
|
|
4027
4037
|
// SquareChevronUp aliases
|
|
4028
4038
|
export { default as LucideSquareChevronUp } from '../icons/square-chevron-up';
|
|
4029
4039
|
export {
|
|
@@ -4036,12 +4046,6 @@ export {
|
|
|
4036
4046
|
/** @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 */
|
|
4037
4047
|
default as LucideKanbanSquareDashed
|
|
4038
4048
|
} from '../icons/square-dashed-kanban';
|
|
4039
|
-
// SquareDashedMousePointer aliases
|
|
4040
|
-
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @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 */
|
|
4043
|
-
default as LucideMousePointerSquareDashed
|
|
4044
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4045
4049
|
// SquareDashedText aliases
|
|
4046
4050
|
export { default as LucideSquareDashedText } from '../icons/square-dashed-text';
|
|
4047
4051
|
export {
|
|
@@ -4052,12 +4056,30 @@ export {
|
|
|
4052
4056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4053
4057
|
default as LucideTextSelect
|
|
4054
4058
|
} from '../icons/square-dashed-text';
|
|
4059
|
+
// SquareCode aliases
|
|
4060
|
+
export { default as LucideSquareCode } from '../icons/square-code';
|
|
4061
|
+
export {
|
|
4062
|
+
/** @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 */
|
|
4063
|
+
default as LucideCodeSquare
|
|
4064
|
+
} from '../icons/square-code';
|
|
4055
4065
|
// SquareDashed aliases
|
|
4056
4066
|
export { default as LucideSquareDashed } from '../icons/square-dashed';
|
|
4057
4067
|
export {
|
|
4058
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4059
4069
|
default as LucideBoxSelect
|
|
4060
4070
|
} from '../icons/square-dashed';
|
|
4071
|
+
// SquareDashedMousePointer aliases
|
|
4072
|
+
export { default as LucideSquareDashedMousePointer } from '../icons/square-dashed-mouse-pointer';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @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 */
|
|
4075
|
+
default as LucideMousePointerSquareDashed
|
|
4076
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4077
|
+
// SquareDivide aliases
|
|
4078
|
+
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4079
|
+
export {
|
|
4080
|
+
/** @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 */
|
|
4081
|
+
default as LucideDivideSquare
|
|
4082
|
+
} from '../icons/square-divide';
|
|
4061
4083
|
// SquareDot aliases
|
|
4062
4084
|
export { default as LucideSquareDot } from '../icons/square-dot';
|
|
4063
4085
|
export {
|
|
@@ -4070,12 +4092,6 @@ export {
|
|
|
4070
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4071
4093
|
default as LucideEqualSquare
|
|
4072
4094
|
} from '../icons/square-equal';
|
|
4073
|
-
// SquareDivide aliases
|
|
4074
|
-
export { default as LucideSquareDivide } from '../icons/square-divide';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @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 */
|
|
4077
|
-
default as LucideDivideSquare
|
|
4078
|
-
} from '../icons/square-divide';
|
|
4079
4095
|
// SquareFunction aliases
|
|
4080
4096
|
export { default as LucideSquareFunction } from '../icons/square-function';
|
|
4081
4097
|
export {
|
|
@@ -4100,36 +4116,36 @@ export {
|
|
|
4100
4116
|
/** @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 */
|
|
4101
4117
|
default as LucideMSquare
|
|
4102
4118
|
} from '../icons/square-m';
|
|
4103
|
-
// SquareMenu aliases
|
|
4104
|
-
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @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 */
|
|
4107
|
-
default as LucideMenuSquare
|
|
4108
|
-
} from '../icons/square-menu';
|
|
4109
4119
|
// SquareMinus aliases
|
|
4110
4120
|
export { default as LucideSquareMinus } from '../icons/square-minus';
|
|
4111
4121
|
export {
|
|
4112
4122
|
/** @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 */
|
|
4113
4123
|
default as LucideMinusSquare
|
|
4114
4124
|
} from '../icons/square-minus';
|
|
4115
|
-
//
|
|
4116
|
-
export { default as
|
|
4125
|
+
// SquareMenu aliases
|
|
4126
|
+
export { default as LucideSquareMenu } from '../icons/square-menu';
|
|
4117
4127
|
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4119
|
-
default as
|
|
4120
|
-
} from '../icons/square-
|
|
4128
|
+
/** @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 */
|
|
4129
|
+
default as LucideMenuSquare
|
|
4130
|
+
} from '../icons/square-menu';
|
|
4121
4131
|
// SquareMousePointer aliases
|
|
4122
4132
|
export { default as LucideSquareMousePointer } from '../icons/square-mouse-pointer';
|
|
4123
4133
|
export {
|
|
4124
4134
|
/** @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 */
|
|
4125
4135
|
default as LucideInspect
|
|
4126
4136
|
} from '../icons/square-mouse-pointer';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4137
|
+
// SquareParkingOff aliases
|
|
4138
|
+
export { default as LucideSquareParkingOff } from '../icons/square-parking-off';
|
|
4129
4139
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-parking';
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as LucideParkingSquareOff
|
|
4142
|
+
} from '../icons/square-parking-off';
|
|
4143
|
+
// SquarePercent aliases
|
|
4144
|
+
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @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 */
|
|
4147
|
+
default as LucidePercentSquare
|
|
4148
|
+
} from '../icons/square-percent';
|
|
4133
4149
|
// SquarePen aliases
|
|
4134
4150
|
export { default as LucideSquarePen } from '../icons/square-pen';
|
|
4135
4151
|
export {
|
|
@@ -4144,24 +4160,30 @@ export {
|
|
|
4144
4160
|
/** @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 */
|
|
4145
4161
|
default as LucidePenSquare
|
|
4146
4162
|
} from '../icons/square-pen';
|
|
4163
|
+
// SquareParking aliases
|
|
4164
|
+
export { default as LucideSquareParking } from '../icons/square-parking';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @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 */
|
|
4167
|
+
default as LucideParkingSquare
|
|
4168
|
+
} from '../icons/square-parking';
|
|
4147
4169
|
// SquarePi aliases
|
|
4148
4170
|
export { default as LucideSquarePi } from '../icons/square-pi';
|
|
4149
4171
|
export {
|
|
4150
4172
|
/** @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 */
|
|
4151
4173
|
default as LucidePiSquare
|
|
4152
4174
|
} from '../icons/square-pi';
|
|
4153
|
-
// SquarePercent aliases
|
|
4154
|
-
export { default as LucideSquarePercent } from '../icons/square-percent';
|
|
4155
|
-
export {
|
|
4156
|
-
/** @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 */
|
|
4157
|
-
default as LucidePercentSquare
|
|
4158
|
-
} from '../icons/square-percent';
|
|
4159
4175
|
// SquarePilcrow aliases
|
|
4160
4176
|
export { default as LucideSquarePilcrow } from '../icons/square-pilcrow';
|
|
4161
4177
|
export {
|
|
4162
4178
|
/** @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 */
|
|
4163
4179
|
default as LucidePilcrowSquare
|
|
4164
4180
|
} from '../icons/square-pilcrow';
|
|
4181
|
+
// SquarePlay aliases
|
|
4182
|
+
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @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 */
|
|
4185
|
+
default as LucidePlaySquare
|
|
4186
|
+
} from '../icons/square-play';
|
|
4165
4187
|
// SquarePlus aliases
|
|
4166
4188
|
export { default as LucideSquarePlus } from '../icons/square-plus';
|
|
4167
4189
|
export {
|
|
@@ -4180,12 +4202,6 @@ export {
|
|
|
4180
4202
|
/** @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 */
|
|
4181
4203
|
default as LucideScissorsSquare
|
|
4182
4204
|
} from '../icons/square-scissors';
|
|
4183
|
-
// SquarePlay aliases
|
|
4184
|
-
export { default as LucideSquarePlay } from '../icons/square-play';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @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 */
|
|
4187
|
-
default as LucidePlaySquare
|
|
4188
|
-
} from '../icons/square-play';
|
|
4189
4205
|
// SquareSigma aliases
|
|
4190
4206
|
export { default as LucideSquareSigma } from '../icons/square-sigma';
|
|
4191
4207
|
export {
|
|
@@ -4198,54 +4214,54 @@ export {
|
|
|
4198
4214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4199
4215
|
default as LucideSlashSquare
|
|
4200
4216
|
} from '../icons/square-slash';
|
|
4201
|
-
// SquareSplitVertical aliases
|
|
4202
|
-
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4205
|
-
default as LucideSplitSquareVertical
|
|
4206
|
-
} from '../icons/square-split-vertical';
|
|
4207
4217
|
// SquareSplitHorizontal aliases
|
|
4208
4218
|
export { default as LucideSquareSplitHorizontal } from '../icons/square-split-horizontal';
|
|
4209
4219
|
export {
|
|
4210
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4211
4221
|
default as LucideSplitSquareHorizontal
|
|
4212
4222
|
} from '../icons/square-split-horizontal';
|
|
4213
|
-
//
|
|
4214
|
-
export { default as
|
|
4223
|
+
// SquareSplitVertical aliases
|
|
4224
|
+
export { default as LucideSquareSplitVertical } from '../icons/square-split-vertical';
|
|
4215
4225
|
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4217
|
-
default as
|
|
4218
|
-
} from '../icons/square-
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as LucideSplitSquareVertical
|
|
4228
|
+
} from '../icons/square-split-vertical';
|
|
4219
4229
|
// SquareUserRound aliases
|
|
4220
4230
|
export { default as LucideSquareUserRound } from '../icons/square-user-round';
|
|
4221
4231
|
export {
|
|
4222
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4223
4233
|
default as LucideUserSquare2
|
|
4224
4234
|
} from '../icons/square-user-round';
|
|
4225
|
-
//
|
|
4226
|
-
export { default as
|
|
4227
|
-
export {
|
|
4228
|
-
/** @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 */
|
|
4229
|
-
default as LucideXSquare
|
|
4230
|
-
} from '../icons/square-x';
|
|
4231
|
-
// TestTubeDiagonal aliases
|
|
4232
|
-
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4235
|
+
// SquareTerminal aliases
|
|
4236
|
+
export { default as LucideSquareTerminal } from '../icons/square-terminal';
|
|
4233
4237
|
export {
|
|
4234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4235
|
-
default as
|
|
4236
|
-
} from '../icons/
|
|
4238
|
+
/** @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 */
|
|
4239
|
+
default as LucideTerminalSquare
|
|
4240
|
+
} from '../icons/square-terminal';
|
|
4237
4241
|
// SquareUser aliases
|
|
4238
4242
|
export { default as LucideSquareUser } from '../icons/square-user';
|
|
4239
4243
|
export {
|
|
4240
4244
|
/** @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 */
|
|
4241
4245
|
default as LucideUserSquare
|
|
4242
4246
|
} from '../icons/square-user';
|
|
4247
|
+
// SquareX aliases
|
|
4248
|
+
export { default as LucideSquareX } from '../icons/square-x';
|
|
4249
|
+
export {
|
|
4250
|
+
/** @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 */
|
|
4251
|
+
default as LucideXSquare
|
|
4252
|
+
} from '../icons/square-x';
|
|
4243
4253
|
// TextAlignCenter aliases
|
|
4244
4254
|
export { default as LucideTextAlignCenter } from '../icons/text-align-center';
|
|
4245
4255
|
export {
|
|
4246
4256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4247
4257
|
default as LucideAlignCenter
|
|
4248
4258
|
} from '../icons/text-align-center';
|
|
4259
|
+
// TestTubeDiagonal aliases
|
|
4260
|
+
export { default as LucideTestTubeDiagonal } from '../icons/test-tube-diagonal';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4263
|
+
default as LucideTestTube2
|
|
4264
|
+
} from '../icons/test-tube-diagonal';
|
|
4249
4265
|
// TextAlignEnd aliases
|
|
4250
4266
|
export { default as LucideTextAlignEnd } from '../icons/text-align-end';
|
|
4251
4267
|
export {
|
|
@@ -4268,6 +4284,12 @@ export {
|
|
|
4268
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4269
4285
|
default as LucideAlignLeft
|
|
4270
4286
|
} from '../icons/text-align-start';
|
|
4287
|
+
// TextInitial aliases
|
|
4288
|
+
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4291
|
+
default as LucideLetterText
|
|
4292
|
+
} from '../icons/text-initial';
|
|
4271
4293
|
// TextWrap aliases
|
|
4272
4294
|
export { default as LucideTextWrap } from '../icons/text-wrap';
|
|
4273
4295
|
export {
|
|
@@ -4280,12 +4302,6 @@ export {
|
|
|
4280
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4281
4303
|
default as LucideTrain
|
|
4282
4304
|
} from '../icons/tram-front';
|
|
4283
|
-
// TextInitial aliases
|
|
4284
|
-
export { default as LucideTextInitial } from '../icons/text-initial';
|
|
4285
|
-
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4287
|
-
default as LucideLetterText
|
|
4288
|
-
} from '../icons/text-initial';
|
|
4289
4305
|
// TreePalm aliases
|
|
4290
4306
|
export { default as LucideTreePalm } from '../icons/tree-palm';
|
|
4291
4307
|
export {
|
|
@@ -4298,6 +4314,12 @@ export {
|
|
|
4298
4314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4299
4315
|
default as LucideAlertTriangle
|
|
4300
4316
|
} from '../icons/triangle-alert';
|
|
4317
|
+
// University aliases
|
|
4318
|
+
export { default as LucideUniversity } from '../icons/university';
|
|
4319
|
+
export {
|
|
4320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4321
|
+
default as LucideSchool2
|
|
4322
|
+
} from '../icons/university';
|
|
4301
4323
|
// TvMinimal aliases
|
|
4302
4324
|
export { default as LucideTvMinimal } from '../icons/tv-minimal';
|
|
4303
4325
|
export {
|
|
@@ -4310,42 +4332,42 @@ export {
|
|
|
4310
4332
|
/** @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 */
|
|
4311
4333
|
default as LucideUserCheck2
|
|
4312
4334
|
} from '../icons/user-round-check';
|
|
4313
|
-
// University aliases
|
|
4314
|
-
export { default as LucideUniversity } from '../icons/university';
|
|
4315
|
-
export {
|
|
4316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4317
|
-
default as LucideSchool2
|
|
4318
|
-
} from '../icons/university';
|
|
4319
4335
|
// UserRoundCog aliases
|
|
4320
4336
|
export { default as LucideUserRoundCog } from '../icons/user-round-cog';
|
|
4321
4337
|
export {
|
|
4322
4338
|
/** @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 */
|
|
4323
4339
|
default as LucideUserCog2
|
|
4324
4340
|
} from '../icons/user-round-cog';
|
|
4325
|
-
//
|
|
4326
|
-
export { default as
|
|
4341
|
+
// UserRoundPlus aliases
|
|
4342
|
+
export { default as LucideUserRoundPlus } from '../icons/user-round-plus';
|
|
4327
4343
|
export {
|
|
4328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4329
|
-
default as
|
|
4330
|
-
} from '../icons/user-round-
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as LucideUserPlus2
|
|
4346
|
+
} from '../icons/user-round-plus';
|
|
4331
4347
|
// UserRoundX aliases
|
|
4332
4348
|
export { default as LucideUserRoundX } from '../icons/user-round-x';
|
|
4333
4349
|
export {
|
|
4334
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4335
4351
|
default as LucideUserX2
|
|
4336
4352
|
} from '../icons/user-round-x';
|
|
4337
|
-
//
|
|
4338
|
-
export { default as
|
|
4353
|
+
// UserRoundMinus aliases
|
|
4354
|
+
export { default as LucideUserRoundMinus } from '../icons/user-round-minus';
|
|
4339
4355
|
export {
|
|
4340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4341
|
-
default as
|
|
4342
|
-
} from '../icons/user-round-
|
|
4356
|
+
/** @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 */
|
|
4357
|
+
default as LucideUserMinus2
|
|
4358
|
+
} from '../icons/user-round-minus';
|
|
4343
4359
|
// UserRound aliases
|
|
4344
4360
|
export { default as LucideUserRound } from '../icons/user-round';
|
|
4345
4361
|
export {
|
|
4346
4362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4347
4363
|
default as LucideUser2
|
|
4348
4364
|
} from '../icons/user-round';
|
|
4365
|
+
// UtensilsCrossed aliases
|
|
4366
|
+
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4367
|
+
export {
|
|
4368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4369
|
+
default as LucideForkKnifeCrossed
|
|
4370
|
+
} from '../icons/utensils-crossed';
|
|
4349
4371
|
// UsersRound aliases
|
|
4350
4372
|
export { default as LucideUsersRound } from '../icons/users-round';
|
|
4351
4373
|
export {
|
|
@@ -4364,12 +4386,6 @@ export {
|
|
|
4364
4386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4365
4387
|
default as LucideWallet2
|
|
4366
4388
|
} from '../icons/wallet-minimal';
|
|
4367
|
-
// UtensilsCrossed aliases
|
|
4368
|
-
export { default as LucideUtensilsCrossed } from '../icons/utensils-crossed';
|
|
4369
|
-
export {
|
|
4370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4371
|
-
default as LucideForkKnifeCrossed
|
|
4372
|
-
} from '../icons/utensils-crossed';
|
|
4373
4389
|
// WandSparkles aliases
|
|
4374
4390
|
export { default as LucideWandSparkles } from '../icons/wand-sparkles';
|
|
4375
4391
|
export {
|