@lucide/astro 0.543.0 → 0.544.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +60 -60
- package/src/aliases/prefixed.ts +415 -413
- package/src/aliases/suffixed.ts +721 -719
- package/src/icons/ev-charger.ts +18 -0
- package/src/icons/fuel.ts +2 -2
- package/src/icons/index.ts +147 -146
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
|
-
// BadgeCheck aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @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 */
|
|
59
|
-
default as Verified
|
|
60
|
-
} from '../icons/badge-check';
|
|
61
|
-
|
|
62
56
|
// Axis3d aliases
|
|
63
57
|
export {
|
|
64
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @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 */
|
|
65
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @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 */
|
|
@@ -95,18 +95,18 @@ export {
|
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// ChartArea aliases
|
|
99
|
-
export {
|
|
100
|
-
/** @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 */
|
|
101
|
-
default as AreaChart
|
|
102
|
-
} from '../icons/chart-area';
|
|
103
|
-
|
|
104
98
|
// Captions aliases
|
|
105
99
|
export {
|
|
106
100
|
/** @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 */
|
|
107
101
|
default as Subtitles
|
|
108
102
|
} from '../icons/captions';
|
|
109
103
|
|
|
104
|
+
// ChartArea aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @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 */
|
|
107
|
+
default as AreaChart
|
|
108
|
+
} from '../icons/chart-area';
|
|
109
|
+
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
@@ -119,18 +119,18 @@ export {
|
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
|
-
// ChartColumnBig aliases
|
|
123
|
-
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
125
|
-
default as BarChartBig
|
|
126
|
-
} from '../icons/chart-column-big';
|
|
127
|
-
|
|
128
122
|
// ChartCandlestick aliases
|
|
129
123
|
export {
|
|
130
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
131
125
|
default as CandlestickChart
|
|
132
126
|
} from '../icons/chart-candlestick';
|
|
133
127
|
|
|
128
|
+
// ChartColumnBig aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
131
|
+
default as BarChartBig
|
|
132
|
+
} from '../icons/chart-column-big';
|
|
133
|
+
|
|
134
134
|
// ChartColumnIncreasing aliases
|
|
135
135
|
export {
|
|
136
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -143,18 +143,18 @@ export {
|
|
|
143
143
|
default as BarChart3
|
|
144
144
|
} from '../icons/chart-column';
|
|
145
145
|
|
|
146
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
147
|
-
export {
|
|
148
|
-
/** @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 */
|
|
149
|
-
default as BarChart
|
|
150
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
151
|
-
|
|
152
146
|
// ChartLine aliases
|
|
153
147
|
export {
|
|
154
148
|
/** @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 */
|
|
155
149
|
default as LineChart
|
|
156
150
|
} from '../icons/chart-line';
|
|
157
151
|
|
|
152
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
153
|
+
export {
|
|
154
|
+
/** @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 */
|
|
155
|
+
default as BarChart
|
|
156
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
157
|
+
|
|
158
158
|
// ChartNoAxesColumn aliases
|
|
159
159
|
export {
|
|
160
160
|
/** @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 */
|
|
@@ -209,18 +209,18 @@ export {
|
|
|
209
209
|
default as ArrowDownLeftFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-left';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutUpLeft aliases
|
|
213
|
-
export {
|
|
214
|
-
/** @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 */
|
|
215
|
-
default as ArrowUpLeftFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
217
|
-
|
|
218
212
|
// CircleArrowOutDownRight aliases
|
|
219
213
|
export {
|
|
220
214
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
221
215
|
default as ArrowDownRightFromCircle
|
|
222
216
|
} from '../icons/circle-arrow-out-down-right';
|
|
223
217
|
|
|
218
|
+
// CircleArrowOutUpLeft aliases
|
|
219
|
+
export {
|
|
220
|
+
/** @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 */
|
|
221
|
+
default as ArrowUpLeftFromCircle
|
|
222
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
223
|
+
|
|
224
224
|
// CircleArrowOutUpRight aliases
|
|
225
225
|
export {
|
|
226
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as ArrowUpCircle
|
|
240
240
|
} from '../icons/circle-arrow-up';
|
|
241
241
|
|
|
242
|
-
// CircleCheck aliases
|
|
243
|
-
export {
|
|
244
|
-
/** @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 */
|
|
245
|
-
default as CheckCircle2
|
|
246
|
-
} from '../icons/circle-check';
|
|
247
|
-
|
|
248
242
|
// CircleCheckBig aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @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 */
|
|
251
245
|
default as CheckCircle
|
|
252
246
|
} from '../icons/circle-check-big';
|
|
253
247
|
|
|
248
|
+
// CircleCheck aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @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 */
|
|
251
|
+
default as CheckCircle2
|
|
252
|
+
} from '../icons/circle-check';
|
|
253
|
+
|
|
254
254
|
// CircleChevronDown aliases
|
|
255
255
|
export {
|
|
256
256
|
/** @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 */
|
|
@@ -323,18 +323,18 @@ export {
|
|
|
323
323
|
default as PlayCircle
|
|
324
324
|
} from '../icons/circle-play';
|
|
325
325
|
|
|
326
|
-
// CirclePower aliases
|
|
327
|
-
export {
|
|
328
|
-
/** @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 */
|
|
329
|
-
default as PowerCircle
|
|
330
|
-
} from '../icons/circle-power';
|
|
331
|
-
|
|
332
326
|
// CirclePlus aliases
|
|
333
327
|
export {
|
|
334
328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
335
329
|
default as PlusCircle
|
|
336
330
|
} from '../icons/circle-plus';
|
|
337
331
|
|
|
332
|
+
// CirclePower aliases
|
|
333
|
+
export {
|
|
334
|
+
/** @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 */
|
|
335
|
+
default as PowerCircle
|
|
336
|
+
} from '../icons/circle-power';
|
|
337
|
+
|
|
338
338
|
// CircleQuestionMark aliases
|
|
339
339
|
export {
|
|
340
340
|
/** @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 */
|
|
@@ -839,18 +839,18 @@ export {
|
|
|
839
839
|
default as ShieldQuestion
|
|
840
840
|
} from '../icons/shield-question-mark';
|
|
841
841
|
|
|
842
|
-
// SlidersVertical aliases
|
|
843
|
-
export {
|
|
844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
845
|
-
default as Sliders
|
|
846
|
-
} from '../icons/sliders-vertical';
|
|
847
|
-
|
|
848
842
|
// ShieldX aliases
|
|
849
843
|
export {
|
|
850
844
|
/** @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 */
|
|
851
845
|
default as ShieldClose
|
|
852
846
|
} from '../icons/shield-x';
|
|
853
847
|
|
|
848
|
+
// SlidersVertical aliases
|
|
849
|
+
export {
|
|
850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
851
|
+
default as Sliders
|
|
852
|
+
} from '../icons/sliders-vertical';
|
|
853
|
+
|
|
854
854
|
// Sparkles aliases
|
|
855
855
|
export {
|
|
856
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as ArrowDownRightSquare
|
|
876
876
|
} from '../icons/square-arrow-down-right';
|
|
877
877
|
|
|
878
|
-
// SquareArrowLeft aliases
|
|
879
|
-
export {
|
|
880
|
-
/** @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 */
|
|
881
|
-
default as ArrowLeftSquare
|
|
882
|
-
} from '../icons/square-arrow-left';
|
|
883
|
-
|
|
884
878
|
// SquareArrowDown aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
887
881
|
default as ArrowDownSquare
|
|
888
882
|
} from '../icons/square-arrow-down';
|
|
889
883
|
|
|
884
|
+
// SquareArrowLeft aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @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 */
|
|
887
|
+
default as ArrowLeftSquare
|
|
888
|
+
} from '../icons/square-arrow-left';
|
|
889
|
+
|
|
890
890
|
// SquareArrowOutDownLeft aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @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 */
|
|
@@ -1067,6 +1067,12 @@ export {
|
|
|
1067
1067
|
default as MenuSquare
|
|
1068
1068
|
} from '../icons/square-menu';
|
|
1069
1069
|
|
|
1070
|
+
// SquareMinus aliases
|
|
1071
|
+
export {
|
|
1072
|
+
/** @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 */
|
|
1073
|
+
default as MinusSquare
|
|
1074
|
+
} from '../icons/square-minus';
|
|
1075
|
+
|
|
1070
1076
|
// SquareMousePointer aliases
|
|
1071
1077
|
export {
|
|
1072
1078
|
/** @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 */
|
|
@@ -1079,12 +1085,6 @@ export {
|
|
|
1079
1085
|
default as ParkingSquareOff
|
|
1080
1086
|
} from '../icons/square-parking-off';
|
|
1081
1087
|
|
|
1082
|
-
// SquareMinus aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @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 */
|
|
1085
|
-
default as MinusSquare
|
|
1086
|
-
} from '../icons/square-minus';
|
|
1087
|
-
|
|
1088
1088
|
// SquareParking aliases
|
|
1089
1089
|
export {
|
|
1090
1090
|
/** @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 */
|