@lucide/astro 0.575.0 → 0.577.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 +52 -52
- package/src/aliases/prefixed.ts +540 -510
- package/src/aliases/suffixed.ts +906 -876
- package/src/icons/cuboid.ts +2 -2
- package/src/icons/ellipse.ts +18 -0
- package/src/icons/fishing-rod.ts +18 -0
- package/src/icons/index.ts +143 -128
- package/src/icons/package-check.ts +2 -2
- package/src/icons/package-minus.ts +2 -2
- package/src/icons/package-plus.ts +2 -2
- package/src/icons/package-search.ts +2 -2
- package/src/icons/package-x.ts +2 -2
- package/src/icons/receipt-cent.ts +2 -2
- package/src/icons/receipt-euro.ts +2 -2
- package/src/icons/receipt-indian-rupee.ts +2 -2
- package/src/icons/receipt-japanese-yen.ts +2 -2
- package/src/icons/receipt-pound-sterling.ts +2 -2
- package/src/icons/receipt-russian-ruble.ts +2 -2
- package/src/icons/receipt-swiss-franc.ts +2 -2
- package/src/icons/receipt-turkish-lira.ts +2 -2
- package/src/icons/receipt.ts +2 -2
- package/src/icons/zodiac-aquarius.ts +18 -0
- package/src/icons/zodiac-aries.ts +18 -0
- package/src/icons/zodiac-cancer.ts +18 -0
- package/src/icons/zodiac-capricorn.ts +18 -0
- package/src/icons/zodiac-gemini.ts +18 -0
- package/src/icons/zodiac-leo.ts +18 -0
- package/src/icons/zodiac-libra.ts +18 -0
- package/src/icons/zodiac-ophiuchus.ts +18 -0
- package/src/icons/zodiac-pisces.ts +18 -0
- package/src/icons/zodiac-sagittarius.ts +18 -0
- package/src/icons/zodiac-scorpio.ts +18 -0
- package/src/icons/zodiac-taurus.ts +18 -0
- package/src/icons/zodiac-virgo.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -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 */
|
|
@@ -497,12 +497,6 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartLine aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @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 */
|
|
503
|
-
default as FileLineChart
|
|
504
|
-
} from '../icons/file-chart-line';
|
|
505
|
-
|
|
506
500
|
// FileChartPie aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
@@ -515,6 +509,12 @@ export {
|
|
|
515
509
|
default as FileCheck2
|
|
516
510
|
} from '../icons/file-check-corner';
|
|
517
511
|
|
|
512
|
+
// FileChartLine aliases
|
|
513
|
+
export {
|
|
514
|
+
/** @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 */
|
|
515
|
+
default as FileLineChart
|
|
516
|
+
} from '../icons/file-chart-line';
|
|
517
|
+
|
|
518
518
|
// FileCodeCorner aliases
|
|
519
519
|
export {
|
|
520
520
|
/** @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 */
|
|
@@ -527,6 +527,12 @@ export {
|
|
|
527
527
|
default as FileCog2
|
|
528
528
|
} from '../icons/file-cog';
|
|
529
529
|
|
|
530
|
+
// FileExclamationPoint aliases
|
|
531
|
+
export {
|
|
532
|
+
/** @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 */
|
|
533
|
+
default as FileWarning
|
|
534
|
+
} from '../icons/file-exclamation-point';
|
|
535
|
+
|
|
530
536
|
// FileHeadphone aliases
|
|
531
537
|
export {
|
|
532
538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
@@ -539,12 +545,6 @@ export {
|
|
|
539
545
|
default as FileAudio2
|
|
540
546
|
} from '../icons/file-headphone';
|
|
541
547
|
|
|
542
|
-
// FileExclamationPoint aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @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 */
|
|
545
|
-
default as FileWarning
|
|
546
|
-
} from '../icons/file-exclamation-point';
|
|
547
|
-
|
|
548
548
|
// FileKey aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @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 */
|
|
@@ -623,23 +623,17 @@ export {
|
|
|
623
623
|
default as FileX2
|
|
624
624
|
} from '../icons/file-x-corner';
|
|
625
625
|
|
|
626
|
-
// FolderCog aliases
|
|
627
|
-
export {
|
|
628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
629
|
-
default as FolderCog2
|
|
630
|
-
} from '../icons/folder-cog';
|
|
631
|
-
|
|
632
626
|
// FingerprintPattern aliases
|
|
633
627
|
export {
|
|
634
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
635
629
|
default as Fingerprint
|
|
636
630
|
} from '../icons/fingerprint-pattern';
|
|
637
631
|
|
|
638
|
-
//
|
|
632
|
+
// FolderCog aliases
|
|
639
633
|
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
641
|
-
default as
|
|
642
|
-
} from '../icons/
|
|
634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
635
|
+
default as FolderCog2
|
|
636
|
+
} from '../icons/folder-cog';
|
|
643
637
|
|
|
644
638
|
// FolderPen aliases
|
|
645
639
|
export {
|
|
@@ -647,6 +641,12 @@ export {
|
|
|
647
641
|
default as FolderEdit
|
|
648
642
|
} from '../icons/folder-pen';
|
|
649
643
|
|
|
644
|
+
// FunnelX aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @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 */
|
|
647
|
+
default as FilterX
|
|
648
|
+
} from '../icons/funnel-x';
|
|
649
|
+
|
|
650
650
|
// Funnel aliases
|
|
651
651
|
export {
|
|
652
652
|
/** @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 */
|
|
@@ -1175,18 +1175,18 @@ export {
|
|
|
1175
1175
|
default as MSquare
|
|
1176
1176
|
} from '../icons/square-m';
|
|
1177
1177
|
|
|
1178
|
-
// SquareMinus aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @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 */
|
|
1181
|
-
default as MinusSquare
|
|
1182
|
-
} from '../icons/square-minus';
|
|
1183
|
-
|
|
1184
1178
|
// SquareMenu aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @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 */
|
|
1187
1181
|
default as MenuSquare
|
|
1188
1182
|
} from '../icons/square-menu';
|
|
1189
1183
|
|
|
1184
|
+
// SquareMinus aliases
|
|
1185
|
+
export {
|
|
1186
|
+
/** @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 */
|
|
1187
|
+
default as MinusSquare
|
|
1188
|
+
} from '../icons/square-minus';
|
|
1189
|
+
|
|
1190
1190
|
// SquareMousePointer aliases
|
|
1191
1191
|
export {
|
|
1192
1192
|
/** @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 */
|
|
@@ -1313,18 +1313,18 @@ export {
|
|
|
1313
1313
|
default as XSquare
|
|
1314
1314
|
} from '../icons/square-x';
|
|
1315
1315
|
|
|
1316
|
-
// TestTubeDiagonal aliases
|
|
1317
|
-
export {
|
|
1318
|
-
/** @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 */
|
|
1319
|
-
default as TestTube2
|
|
1320
|
-
} from '../icons/test-tube-diagonal';
|
|
1321
|
-
|
|
1322
1316
|
// TextAlignCenter aliases
|
|
1323
1317
|
export {
|
|
1324
1318
|
/** @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
1319
|
default as AlignCenter
|
|
1326
1320
|
} from '../icons/text-align-center';
|
|
1327
1321
|
|
|
1322
|
+
// TestTubeDiagonal aliases
|
|
1323
|
+
export {
|
|
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 */
|
|
1325
|
+
default as TestTube2
|
|
1326
|
+
} from '../icons/test-tube-diagonal';
|
|
1327
|
+
|
|
1328
1328
|
// TextAlignEnd aliases
|
|
1329
1329
|
export {
|
|
1330
1330
|
/** @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 */
|
|
@@ -1409,18 +1409,18 @@ 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
|
|
|
1418
|
+
// UserRoundPlus aliases
|
|
1419
|
+
export {
|
|
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';
|
|
1423
|
+
|
|
1424
1424
|
// UserRoundX aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @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 */
|
|
@@ -1439,18 +1439,18 @@ export {
|
|
|
1439
1439
|
default as Users2
|
|
1440
1440
|
} from '../icons/users-round';
|
|
1441
1441
|
|
|
1442
|
-
// Utensils aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @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 */
|
|
1445
|
-
default as ForkKnife
|
|
1446
|
-
} from '../icons/utensils';
|
|
1447
|
-
|
|
1448
1442
|
// UtensilsCrossed aliases
|
|
1449
1443
|
export {
|
|
1450
1444
|
/** @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 */
|
|
1451
1445
|
default as ForkKnifeCrossed
|
|
1452
1446
|
} from '../icons/utensils-crossed';
|
|
1453
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
1454
|
// WalletMinimal aliases
|
|
1455
1455
|
export {
|
|
1456
1456
|
/** @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 */
|