@lucide/astro 0.558.0 → 0.560.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 +46 -46
- package/src/aliases/prefixed.ts +482 -478
- package/src/aliases/suffixed.ts +963 -959
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/fishing-hook.ts +18 -0
- package/src/icons/index.ts +115 -113
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,6 +107,12 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
+
// ChartBar aliases
|
|
111
|
+
export {
|
|
112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
113
|
+
default as BarChartHorizontal
|
|
114
|
+
} from '../icons/chart-bar';
|
|
115
|
+
|
|
110
116
|
// ChartBarBig aliases
|
|
111
117
|
export {
|
|
112
118
|
/** @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,11 +125,11 @@ export {
|
|
|
119
125
|
default as CandlestickChart
|
|
120
126
|
} from '../icons/chart-candlestick';
|
|
121
127
|
|
|
122
|
-
//
|
|
128
|
+
// ChartColumnIncreasing aliases
|
|
123
129
|
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
125
|
-
default as
|
|
126
|
-
} from '../icons/chart-
|
|
130
|
+
/** @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 */
|
|
131
|
+
default as BarChart4
|
|
132
|
+
} from '../icons/chart-column-increasing';
|
|
127
133
|
|
|
128
134
|
// ChartColumnBig aliases
|
|
129
135
|
export {
|
|
@@ -131,12 +137,6 @@ export {
|
|
|
131
137
|
default as BarChartBig
|
|
132
138
|
} from '../icons/chart-column-big';
|
|
133
139
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
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 */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
140
|
// ChartColumn aliases
|
|
141
141
|
export {
|
|
142
142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -173,18 +173,18 @@ export {
|
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
|
-
// Chromium aliases
|
|
177
|
-
export {
|
|
178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
179
|
-
default as Chrome
|
|
180
|
-
} from '../icons/chromium';
|
|
181
|
-
|
|
182
176
|
// ChartScatter aliases
|
|
183
177
|
export {
|
|
184
178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
185
179
|
default as ScatterChart
|
|
186
180
|
} from '../icons/chart-scatter';
|
|
187
181
|
|
|
182
|
+
// Chromium aliases
|
|
183
|
+
export {
|
|
184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
185
|
+
default as Chrome
|
|
186
|
+
} from '../icons/chromium';
|
|
187
|
+
|
|
188
188
|
// CircleAlert aliases
|
|
189
189
|
export {
|
|
190
190
|
/** @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 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowLeftCircle
|
|
204
204
|
} from '../icons/circle-arrow-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutDownLeft aliases
|
|
207
|
-
export {
|
|
208
|
-
/** @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 */
|
|
209
|
-
default as ArrowDownLeftFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownRight aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @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 */
|
|
215
209
|
default as ArrowDownRightFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutDownLeft aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @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 */
|
|
215
|
+
default as ArrowDownLeftFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutUpLeft aliases
|
|
219
219
|
export {
|
|
220
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 */
|
|
@@ -425,18 +425,18 @@ export {
|
|
|
425
425
|
default as TableConfig
|
|
426
426
|
} from '../icons/columns-3-cog';
|
|
427
427
|
|
|
428
|
-
// Columns3 aliases
|
|
429
|
-
export {
|
|
430
|
-
/** @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 */
|
|
431
|
-
default as PanelsLeftRight
|
|
432
|
-
} from '../icons/columns-3';
|
|
433
|
-
|
|
434
428
|
// ContactRound aliases
|
|
435
429
|
export {
|
|
436
430
|
/** @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 */
|
|
437
431
|
default as Contact2
|
|
438
432
|
} from '../icons/contact-round';
|
|
439
433
|
|
|
434
|
+
// Columns3 aliases
|
|
435
|
+
export {
|
|
436
|
+
/** @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 */
|
|
437
|
+
default as PanelsLeftRight
|
|
438
|
+
} from '../icons/columns-3';
|
|
439
|
+
|
|
440
440
|
// DiamondPercent aliases
|
|
441
441
|
export {
|
|
442
442
|
/** @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 */
|
|
@@ -659,18 +659,18 @@ export {
|
|
|
659
659
|
default as GitCommit
|
|
660
660
|
} from '../icons/git-commit-horizontal';
|
|
661
661
|
|
|
662
|
-
// Grid2x2Check aliases
|
|
663
|
-
export {
|
|
664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
665
|
-
default as Grid2X2Check
|
|
666
|
-
} from '../icons/grid-2x2-check';
|
|
667
|
-
|
|
668
662
|
// Grid2x2Plus aliases
|
|
669
663
|
export {
|
|
670
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
671
665
|
default as Grid2X2Plus
|
|
672
666
|
} from '../icons/grid-2x2-plus';
|
|
673
667
|
|
|
668
|
+
// Grid2x2Check aliases
|
|
669
|
+
export {
|
|
670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
671
|
+
default as Grid2X2Check
|
|
672
|
+
} from '../icons/grid-2x2-check';
|
|
673
|
+
|
|
674
674
|
// Grid2x2X aliases
|
|
675
675
|
export {
|
|
676
676
|
/** @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 */
|
|
@@ -959,18 +959,18 @@ export {
|
|
|
959
959
|
default as Stars
|
|
960
960
|
} from '../icons/sparkles';
|
|
961
961
|
|
|
962
|
-
// SquareArrowDownLeft aliases
|
|
963
|
-
export {
|
|
964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
965
|
-
default as ArrowDownLeftSquare
|
|
966
|
-
} from '../icons/square-arrow-down-left';
|
|
967
|
-
|
|
968
962
|
// SquareActivity aliases
|
|
969
963
|
export {
|
|
970
964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
971
965
|
default as ActivitySquare
|
|
972
966
|
} from '../icons/square-activity';
|
|
973
967
|
|
|
968
|
+
// SquareArrowDownLeft aliases
|
|
969
|
+
export {
|
|
970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
971
|
+
default as ArrowDownLeftSquare
|
|
972
|
+
} from '../icons/square-arrow-down-left';
|
|
973
|
+
|
|
974
974
|
// SquareArrowDownRight aliases
|
|
975
975
|
export {
|
|
976
976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as User2
|
|
1422
1422
|
} from '../icons/user-round';
|
|
1423
1423
|
|
|
1424
|
-
// UtensilsCrossed aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @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 */
|
|
1427
|
-
default as ForkKnifeCrossed
|
|
1428
|
-
} from '../icons/utensils-crossed';
|
|
1429
|
-
|
|
1430
1424
|
// UsersRound aliases
|
|
1431
1425
|
export {
|
|
1432
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
1433
1427
|
default as Users2
|
|
1434
1428
|
} from '../icons/users-round';
|
|
1435
1429
|
|
|
1430
|
+
// UtensilsCrossed aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @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 */
|
|
1433
|
+
default as ForkKnifeCrossed
|
|
1434
|
+
} from '../icons/utensils-crossed';
|
|
1435
|
+
|
|
1436
1436
|
// Utensils aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|