@lucide/astro 1.11.0 → 1.12.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 CHANGED
@@ -12,7 +12,7 @@ Lucide icon library for Astro sites and applications.
12
12
 
13
13
  [![npm](https://img.shields.io/npm/v/@lucide/astro?color=blue)](https://www.npmjs.com/package/@lucide/astro)
14
14
  ![NPM Downloads](https://img.shields.io/npm/dw/@lucide/astro)
15
- [![GitHub](https://img.shields.io/github/license/lucide-icons/lucide)](https://lucide.dev/license)
15
+ [![License](https://img.shields.io/badge/license-ISC-green)](https://lucide.dev/license)
16
16
 
17
17
  </div>
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -41,6 +41,12 @@ export {
41
41
  default as ArrowUpAz
42
42
  } from '../icons/arrow-up-a-z';
43
43
 
44
+ // ArrowUpNarrowWide aliases
45
+ export {
46
+ /** @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 */
47
+ default as SortAsc
48
+ } from '../icons/arrow-up-narrow-wide';
49
+
44
50
  // ArrowUpZA aliases
45
51
  export {
46
52
  /** @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 */
@@ -53,12 +59,6 @@ export {
53
59
  default as Axis3D
54
60
  } from '../icons/axis-3d';
55
61
 
56
- // ArrowUpNarrowWide aliases
57
- export {
58
- /** @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 */
59
- default as SortAsc
60
- } from '../icons/arrow-up-narrow-wide';
61
-
62
62
  // BadgeCheck aliases
63
63
  export {
64
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 */
@@ -173,18 +173,18 @@ export {
173
173
  default as PieChart
174
174
  } from '../icons/chart-pie';
175
175
 
176
- // CircleAlert aliases
177
- export {
178
- /** @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 */
179
- default as AlertCircle
180
- } from '../icons/circle-alert';
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
+ // CircleAlert aliases
183
+ export {
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 */
185
+ default as AlertCircle
186
+ } from '../icons/circle-alert';
187
+
188
188
  // CircleArrowDown aliases
189
189
  export {
190
190
  /** @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 */
@@ -455,18 +455,18 @@ export {
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
- // FileBadge aliases
459
- export {
460
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
461
- default as FileBadge2
462
- } from '../icons/file-badge';
463
-
464
458
  // FileAxis3d aliases
465
459
  export {
466
460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
467
461
  default as FileAxis3D
468
462
  } from '../icons/file-axis-3d';
469
463
 
464
+ // FileBadge aliases
465
+ export {
466
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
467
+ default as FileBadge2
468
+ } from '../icons/file-badge';
469
+
470
470
  // FileBracesCorner aliases
471
471
  export {
472
472
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
@@ -1151,18 +1151,18 @@ export {
1151
1151
  default as DotSquare
1152
1152
  } from '../icons/square-dot';
1153
1153
 
1154
- // SquareFunction aliases
1155
- export {
1156
- /** @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 */
1157
- default as FunctionSquare
1158
- } from '../icons/square-function';
1159
-
1160
1154
  // SquareEqual aliases
1161
1155
  export {
1162
1156
  /** @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 */
1163
1157
  default as EqualSquare
1164
1158
  } from '../icons/square-equal';
1165
1159
 
1160
+ // SquareFunction aliases
1161
+ export {
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 */
1163
+ default as FunctionSquare
1164
+ } from '../icons/square-function';
1165
+
1166
1166
  // SquareKanban aliases
1167
1167
  export {
1168
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 */
@@ -1253,6 +1253,12 @@ export {
1253
1253
  default as PlaySquare
1254
1254
  } from '../icons/square-play';
1255
1255
 
1256
+ // SquarePlus aliases
1257
+ export {
1258
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1259
+ default as PlusSquare
1260
+ } from '../icons/square-plus';
1261
+
1256
1262
  // SquarePower aliases
1257
1263
  export {
1258
1264
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
@@ -1265,12 +1271,6 @@ export {
1265
1271
  default as ScissorsSquare
1266
1272
  } from '../icons/square-scissors';
1267
1273
 
1268
- // SquarePlus aliases
1269
- export {
1270
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1271
- default as PlusSquare
1272
- } from '../icons/square-plus';
1273
-
1274
1274
  // SquareSigma aliases
1275
1275
  export {
1276
1276
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
@@ -1319,24 +1319,30 @@ export {
1319
1319
  default as XSquare
1320
1320
  } from '../icons/square-x';
1321
1321
 
1322
- // TextAlignCenter aliases
1323
- export {
1324
- /** @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 */
1325
- default as AlignCenter
1326
- } from '../icons/text-align-center';
1327
-
1328
1322
  // TestTubeDiagonal aliases
1329
1323
  export {
1330
1324
  /** @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 */
1331
1325
  default as TestTube2
1332
1326
  } from '../icons/test-tube-diagonal';
1333
1327
 
1328
+ // TextAlignCenter aliases
1329
+ export {
1330
+ /** @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 */
1331
+ default as AlignCenter
1332
+ } from '../icons/text-align-center';
1333
+
1334
1334
  // TextAlignEnd aliases
1335
1335
  export {
1336
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 */
1337
1337
  default as AlignRight
1338
1338
  } from '../icons/text-align-end';
1339
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
+
1340
1346
  // TextAlignStart aliases
1341
1347
  export {
1342
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 */
@@ -1349,12 +1355,6 @@ export {
1349
1355
  default as AlignLeft
1350
1356
  } from '../icons/text-align-start';
1351
1357
 
1352
- // TextAlignJustify aliases
1353
- export {
1354
- /** @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 */
1355
- default as AlignJustify
1356
- } from '../icons/text-align-justify';
1357
-
1358
1358
  // TextInitial aliases
1359
1359
  export {
1360
1360
  /** @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 */