@lucide/astro 1.16.0 → 1.17.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -107,23 +107,17 @@ 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
-
116
110
  // ChartBarBig aliases
117
111
  export {
118
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
113
  default as BarChartHorizontalBig
120
114
  } from '../icons/chart-bar-big';
121
115
 
122
- // ChartColumnBig aliases
116
+ // ChartBar aliases
123
117
  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';
118
+ /** @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 */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
127
121
 
128
122
  // ChartCandlestick aliases
129
123
  export {
@@ -131,6 +125,12 @@ export {
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 */
@@ -149,36 +149,36 @@ export {
149
149
  default as LineChart
150
150
  } from '../icons/chart-line';
151
151
 
152
- // ChartNoAxesColumn aliases
153
- export {
154
- /** @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 */
155
- default as BarChart2
156
- } from '../icons/chart-no-axes-column';
157
-
158
152
  // ChartNoAxesColumnIncreasing aliases
159
153
  export {
160
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 */
161
155
  default as BarChart
162
156
  } from '../icons/chart-no-axes-column-increasing';
163
157
 
158
+ // ChartNoAxesColumn aliases
159
+ export {
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 */
161
+ default as BarChart2
162
+ } from '../icons/chart-no-axes-column';
163
+
164
164
  // ChartNoAxesGantt aliases
165
165
  export {
166
166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
167
  default as GanttChart
168
168
  } from '../icons/chart-no-axes-gantt';
169
169
 
170
- // ChartPie aliases
171
- export {
172
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
- default as PieChart
174
- } from '../icons/chart-pie';
175
-
176
170
  // ChartScatter aliases
177
171
  export {
178
172
  /** @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 */
179
173
  default as ScatterChart
180
174
  } from '../icons/chart-scatter';
181
175
 
176
+ // ChartPie aliases
177
+ export {
178
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
179
+ default as PieChart
180
+ } from '../icons/chart-pie';
181
+
182
182
  // CircleAlert aliases
183
183
  export {
184
184
  /** @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 */
@@ -257,18 +257,18 @@ export {
257
257
  default as ChevronLeftCircle
258
258
  } from '../icons/circle-chevron-left';
259
259
 
260
- // CircleChevronUp aliases
261
- export {
262
- /** @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 */
263
- default as ChevronUpCircle
264
- } from '../icons/circle-chevron-up';
265
-
266
260
  // CircleChevronRight aliases
267
261
  export {
268
262
  /** @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 */
269
263
  default as ChevronRightCircle
270
264
  } from '../icons/circle-chevron-right';
271
265
 
266
+ // CircleChevronUp aliases
267
+ export {
268
+ /** @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 */
269
+ default as ChevronUpCircle
270
+ } from '../icons/circle-chevron-up';
271
+
272
272
  // CircleDivide aliases
273
273
  export {
274
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
@@ -401,6 +401,12 @@ export {
401
401
  default as Code2
402
402
  } from '../icons/code-xml';
403
403
 
404
+ // Columns2 aliases
405
+ export {
406
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
407
+ default as Columns
408
+ } from '../icons/columns-2';
409
+
404
410
  // Columns3Cog aliases
405
411
  export {
406
412
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
@@ -413,12 +419,6 @@ export {
413
419
  default as TableConfig
414
420
  } from '../icons/columns-3-cog';
415
421
 
416
- // Columns2 aliases
417
- export {
418
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
419
- default as Columns
420
- } from '../icons/columns-2';
421
-
422
422
  // Columns3 aliases
423
423
  export {
424
424
  /** @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 */
@@ -701,18 +701,18 @@ export {
701
701
  default as HelpingHand
702
702
  } from '../icons/hand-helping';
703
703
 
704
- // House aliases
705
- export {
706
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
707
- default as Home
708
- } from '../icons/house';
709
-
710
704
  // IceCreamBowl aliases
711
705
  export {
712
706
  /** @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 */
713
707
  default as IceCream2
714
708
  } from '../icons/ice-cream-bowl';
715
709
 
710
+ // House aliases
711
+ export {
712
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
713
+ default as Home
714
+ } from '../icons/house';
715
+
716
716
  // IceCreamCone aliases
717
717
  export {
718
718
  /** @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 */
@@ -887,18 +887,18 @@ export {
887
887
  default as Edit2
888
888
  } from '../icons/pen';
889
889
 
890
- // RectangleEllipsis aliases
891
- export {
892
- /** @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 */
893
- default as FormInput
894
- } from '../icons/rectangle-ellipsis';
895
-
896
890
  // PlugZap aliases
897
891
  export {
898
892
  /** @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 */
899
893
  default as PlugZap2
900
894
  } from '../icons/plug-zap';
901
895
 
896
+ // RectangleEllipsis aliases
897
+ export {
898
+ /** @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 */
899
+ default as FormInput
900
+ } from '../icons/rectangle-ellipsis';
901
+
902
902
  // Rotate3d aliases
903
903
  export {
904
904
  /** @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 */
@@ -995,12 +995,6 @@ export {
995
995
  default as ArrowDownRightFromSquare
996
996
  } from '../icons/square-arrow-out-down-right';
997
997
 
998
- // SquareArrowRight aliases
999
- export {
1000
- /** @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 */
1001
- default as ArrowRightSquare
1002
- } from '../icons/square-arrow-right';
1003
-
1004
998
  // SquareArrowOutUpLeft aliases
1005
999
  export {
1006
1000
  /** @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 */
@@ -1013,6 +1007,12 @@ export {
1013
1007
  default as ArrowUpRightFromSquare
1014
1008
  } from '../icons/square-arrow-out-up-right';
1015
1009
 
1010
+ // SquareArrowRight aliases
1011
+ export {
1012
+ /** @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 */
1013
+ default as ArrowRightSquare
1014
+ } from '../icons/square-arrow-right';
1015
+
1016
1016
  // SquareArrowUpLeft aliases
1017
1017
  export {
1018
1018
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
@@ -1115,6 +1115,12 @@ export {
1115
1115
  default as KanbanSquareDashed
1116
1116
  } from '../icons/square-dashed-kanban';
1117
1117
 
1118
+ // SquareDashedMousePointer aliases
1119
+ export {
1120
+ /** @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 */
1121
+ default as MousePointerSquareDashed
1122
+ } from '../icons/square-dashed-mouse-pointer';
1123
+
1118
1124
  // SquareDashedText aliases
1119
1125
  export {
1120
1126
  /** @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 */
@@ -1127,12 +1133,6 @@ export {
1127
1133
  default as TextSelect
1128
1134
  } from '../icons/square-dashed-text';
1129
1135
 
1130
- // SquareDashedMousePointer aliases
1131
- export {
1132
- /** @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 */
1133
- default as MousePointerSquareDashed
1134
- } from '../icons/square-dashed-mouse-pointer';
1135
-
1136
1136
  // SquareDashed aliases
1137
1137
  export {
1138
1138
  /** @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 */
@@ -1157,18 +1157,18 @@ export {
1157
1157
  default as EqualSquare
1158
1158
  } from '../icons/square-equal';
1159
1159
 
1160
- // SquareKanban aliases
1161
- export {
1162
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
1163
- default as KanbanSquare
1164
- } from '../icons/square-kanban';
1165
-
1166
1160
  // SquareFunction aliases
1167
1161
  export {
1168
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
1169
1163
  default as FunctionSquare
1170
1164
  } from '../icons/square-function';
1171
1165
 
1166
+ // SquareKanban aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
1169
+ default as KanbanSquare
1170
+ } from '../icons/square-kanban';
1171
+
1172
1172
  // SquareLibrary aliases
1173
1173
  export {
1174
1174
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
@@ -1229,18 +1229,18 @@ export {
1229
1229
  default as PenSquare
1230
1230
  } from '../icons/square-pen';
1231
1231
 
1232
- // SquarePi aliases
1233
- export {
1234
- /** @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 */
1235
- default as PiSquare
1236
- } from '../icons/square-pi';
1237
-
1238
1232
  // SquarePercent aliases
1239
1233
  export {
1240
1234
  /** @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 */
1241
1235
  default as PercentSquare
1242
1236
  } from '../icons/square-percent';
1243
1237
 
1238
+ // SquarePi aliases
1239
+ export {
1240
+ /** @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 */
1241
+ default as PiSquare
1242
+ } from '../icons/square-pi';
1243
+
1244
1244
  // SquarePilcrow aliases
1245
1245
  export {
1246
1246
  /** @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 */
@@ -1301,18 +1301,18 @@ export {
1301
1301
  default as TerminalSquare
1302
1302
  } from '../icons/square-terminal';
1303
1303
 
1304
- // SquareUserRound aliases
1305
- export {
1306
- /** @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 */
1307
- default as UserSquare2
1308
- } from '../icons/square-user-round';
1309
-
1310
1304
  // SquareUser aliases
1311
1305
  export {
1312
1306
  /** @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 */
1313
1307
  default as UserSquare
1314
1308
  } from '../icons/square-user';
1315
1309
 
1310
+ // SquareUserRound aliases
1311
+ export {
1312
+ /** @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 */
1313
+ default as UserSquare2
1314
+ } from '../icons/square-user-round';
1315
+
1316
1316
  // SquareX aliases
1317
1317
  export {
1318
1318
  /** @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 */
@@ -1331,18 +1331,18 @@ export {
1331
1331
  default as AlignCenter
1332
1332
  } from '../icons/text-align-center';
1333
1333
 
1334
- // TextAlignJustify aliases
1335
- export {
1336
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
1337
- default as AlignJustify
1338
- } from '../icons/text-align-justify';
1339
-
1340
1334
  // TextAlignEnd aliases
1341
1335
  export {
1342
1336
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1343
1337
  default as AlignRight
1344
1338
  } from '../icons/text-align-end';
1345
1339
 
1340
+ // TextAlignJustify aliases
1341
+ export {
1342
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
1343
+ default as AlignJustify
1344
+ } from '../icons/text-align-justify';
1345
+
1346
1346
  // TextAlignStart aliases
1347
1347
  export {
1348
1348
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
@@ -1409,23 +1409,17 @@ export {
1409
1409
  default as UserCog2
1410
1410
  } from '../icons/user-round-cog';
1411
1411
 
1412
- // UserRoundPlus aliases
1413
- export {
1414
- /** @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 */
1415
- default as UserPlus2
1416
- } from '../icons/user-round-plus';
1417
-
1418
1412
  // UserRoundMinus aliases
1419
1413
  export {
1420
1414
  /** @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 */
1421
1415
  default as UserMinus2
1422
1416
  } from '../icons/user-round-minus';
1423
1417
 
1424
- // UserRound aliases
1418
+ // UserRoundPlus aliases
1425
1419
  export {
1426
- /** @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 */
1427
- default as User2
1428
- } from '../icons/user-round';
1420
+ /** @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 */
1421
+ default as UserPlus2
1422
+ } from '../icons/user-round-plus';
1429
1423
 
1430
1424
  // UserRoundX aliases
1431
1425
  export {
@@ -1433,6 +1427,12 @@ export {
1433
1427
  default as UserX2
1434
1428
  } from '../icons/user-round-x';
1435
1429
 
1430
+ // UserRound aliases
1431
+ export {
1432
+ /** @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 */
1433
+ default as User2
1434
+ } from '../icons/user-round';
1435
+
1436
1436
  // UsersRound aliases
1437
1437
  export {
1438
1438
  /** @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 */
@@ -1445,18 +1445,18 @@ export {
1445
1445
  default as ForkKnifeCrossed
1446
1446
  } from '../icons/utensils-crossed';
1447
1447
 
1448
- // Utensils aliases
1449
- export {
1450
- /** @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 */
1451
- default as ForkKnife
1452
- } from '../icons/utensils';
1453
-
1454
1448
  // WalletMinimal aliases
1455
1449
  export {
1456
1450
  /** @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 */
1457
1451
  default as Wallet2
1458
1452
  } from '../icons/wallet-minimal';
1459
1453
 
1454
+ // Utensils aliases
1455
+ export {
1456
+ /** @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 */
1457
+ default as ForkKnife
1458
+ } from '../icons/utensils';
1459
+
1460
1460
  // WandSparkles aliases
1461
1461
  export {
1462
1462
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */