@lucide/astro 0.569.0 → 0.571.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 +48 -48
- package/src/aliases/prefixed.ts +424 -420
- package/src/aliases/suffixed.ts +715 -711
- package/src/icons/ban.ts +2 -2
- package/src/icons/circle-divide.ts +2 -2
- package/src/icons/circle-equal.ts +2 -2
- package/src/icons/circle-pound-sterling.ts +2 -2
- package/src/icons/circle-power.ts +2 -2
- package/src/icons/circle-slash-2.ts +2 -2
- package/src/icons/circle-star.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/compass.ts +2 -2
- package/src/icons/index.ts +86 -84
- package/src/icons/shelving-unit.ts +18 -0
- package/src/icons/towel-rack.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -497,18 +497,18 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartPie aliases
|
|
501
|
-
export {
|
|
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 */
|
|
503
|
-
default as FilePieChart
|
|
504
|
-
} from '../icons/file-chart-pie';
|
|
505
|
-
|
|
506
500
|
// FileChartLine aliases
|
|
507
501
|
export {
|
|
508
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 */
|
|
509
503
|
default as FileLineChart
|
|
510
504
|
} from '../icons/file-chart-line';
|
|
511
505
|
|
|
506
|
+
// FileChartPie aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @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 */
|
|
509
|
+
default as FilePieChart
|
|
510
|
+
} from '../icons/file-chart-pie';
|
|
511
|
+
|
|
512
512
|
// FileCheckCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -617,18 +617,18 @@ export {
|
|
|
617
617
|
default as FileVideo2
|
|
618
618
|
} from '../icons/file-video-camera';
|
|
619
619
|
|
|
620
|
-
// FileXCorner aliases
|
|
621
|
-
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
623
|
-
default as FileX2
|
|
624
|
-
} from '../icons/file-x-corner';
|
|
625
|
-
|
|
626
620
|
// FingerprintPattern aliases
|
|
627
621
|
export {
|
|
628
622
|
/** @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 */
|
|
629
623
|
default as Fingerprint
|
|
630
624
|
} from '../icons/fingerprint-pattern';
|
|
631
625
|
|
|
626
|
+
// FileXCorner aliases
|
|
627
|
+
export {
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
629
|
+
default as FileX2
|
|
630
|
+
} from '../icons/file-x-corner';
|
|
631
|
+
|
|
632
632
|
// FolderCog aliases
|
|
633
633
|
export {
|
|
634
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 */
|
|
@@ -797,18 +797,18 @@ export {
|
|
|
797
797
|
default as MessageCircleQuestion
|
|
798
798
|
} from '../icons/message-circle-question-mark';
|
|
799
799
|
|
|
800
|
-
// MicVocal aliases
|
|
801
|
-
export {
|
|
802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
803
|
-
default as Mic2
|
|
804
|
-
} from '../icons/mic-vocal';
|
|
805
|
-
|
|
806
800
|
// Move3d aliases
|
|
807
801
|
export {
|
|
808
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
809
803
|
default as Move3D
|
|
810
804
|
} from '../icons/move-3d';
|
|
811
805
|
|
|
806
|
+
// MicVocal aliases
|
|
807
|
+
export {
|
|
808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
809
|
+
default as Mic2
|
|
810
|
+
} from '../icons/mic-vocal';
|
|
811
|
+
|
|
812
812
|
// OctagonAlert aliases
|
|
813
813
|
export {
|
|
814
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
@@ -1103,36 +1103,36 @@ export {
|
|
|
1103
1103
|
default as CodeSquare
|
|
1104
1104
|
} from '../icons/square-code';
|
|
1105
1105
|
|
|
1106
|
-
// SquareDashedMousePointer aliases
|
|
1107
|
-
export {
|
|
1108
|
-
/** @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 */
|
|
1109
|
-
default as MousePointerSquareDashed
|
|
1110
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
1111
|
-
|
|
1112
1106
|
// SquareDashedKanban aliases
|
|
1113
1107
|
export {
|
|
1114
1108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
1115
1109
|
default as KanbanSquareDashed
|
|
1116
1110
|
} from '../icons/square-dashed-kanban';
|
|
1117
1111
|
|
|
1112
|
+
// SquareDashedMousePointer aliases
|
|
1113
|
+
export {
|
|
1114
|
+
/** @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 */
|
|
1115
|
+
default as MousePointerSquareDashed
|
|
1116
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
1117
|
+
|
|
1118
1118
|
// SquareDashed aliases
|
|
1119
1119
|
export {
|
|
1120
1120
|
/** @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 */
|
|
1121
1121
|
default as BoxSelect
|
|
1122
1122
|
} from '../icons/square-dashed';
|
|
1123
1123
|
|
|
1124
|
-
// SquareDivide aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
1127
|
-
default as DivideSquare
|
|
1128
|
-
} from '../icons/square-divide';
|
|
1129
|
-
|
|
1130
1124
|
// SquareDot aliases
|
|
1131
1125
|
export {
|
|
1132
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1133
1127
|
default as DotSquare
|
|
1134
1128
|
} from '../icons/square-dot';
|
|
1135
1129
|
|
|
1130
|
+
// SquareDivide aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
1133
|
+
default as DivideSquare
|
|
1134
|
+
} from '../icons/square-divide';
|
|
1135
|
+
|
|
1136
1136
|
// SquareEqual aliases
|
|
1137
1137
|
export {
|
|
1138
1138
|
/** @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 */
|
|
@@ -1181,18 +1181,18 @@ export {
|
|
|
1181
1181
|
default as Inspect
|
|
1182
1182
|
} from '../icons/square-mouse-pointer';
|
|
1183
1183
|
|
|
1184
|
-
// SquareParkingOff aliases
|
|
1185
|
-
export {
|
|
1186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
1187
|
-
default as ParkingSquareOff
|
|
1188
|
-
} from '../icons/square-parking-off';
|
|
1189
|
-
|
|
1190
1184
|
// SquareParking aliases
|
|
1191
1185
|
export {
|
|
1192
1186
|
/** @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 */
|
|
1193
1187
|
default as ParkingSquare
|
|
1194
1188
|
} from '../icons/square-parking';
|
|
1195
1189
|
|
|
1190
|
+
// SquareParkingOff aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
1193
|
+
default as ParkingSquareOff
|
|
1194
|
+
} from '../icons/square-parking-off';
|
|
1195
|
+
|
|
1196
1196
|
// SquarePen aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,18 +1241,18 @@ export {
|
|
|
1241
1241
|
default as PlusSquare
|
|
1242
1242
|
} from '../icons/square-plus';
|
|
1243
1243
|
|
|
1244
|
-
// SquareScissors aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1247
|
-
default as ScissorsSquare
|
|
1248
|
-
} from '../icons/square-scissors';
|
|
1249
|
-
|
|
1250
1244
|
// SquarePower aliases
|
|
1251
1245
|
export {
|
|
1252
1246
|
/** @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 */
|
|
1253
1247
|
default as PowerSquare
|
|
1254
1248
|
} from '../icons/square-power';
|
|
1255
1249
|
|
|
1250
|
+
// SquareScissors aliases
|
|
1251
|
+
export {
|
|
1252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1253
|
+
default as ScissorsSquare
|
|
1254
|
+
} from '../icons/square-scissors';
|
|
1255
|
+
|
|
1256
1256
|
// SquareSigma aliases
|
|
1257
1257
|
export {
|
|
1258
1258
|
/** @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 */
|
|
@@ -1289,18 +1289,18 @@ export {
|
|
|
1289
1289
|
default as UserSquare2
|
|
1290
1290
|
} from '../icons/square-user-round';
|
|
1291
1291
|
|
|
1292
|
-
// SquareX aliases
|
|
1293
|
-
export {
|
|
1294
|
-
/** @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 */
|
|
1295
|
-
default as XSquare
|
|
1296
|
-
} from '../icons/square-x';
|
|
1297
|
-
|
|
1298
1292
|
// SquareUser aliases
|
|
1299
1293
|
export {
|
|
1300
1294
|
/** @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 */
|
|
1301
1295
|
default as UserSquare
|
|
1302
1296
|
} from '../icons/square-user';
|
|
1303
1297
|
|
|
1298
|
+
// SquareX aliases
|
|
1299
|
+
export {
|
|
1300
|
+
/** @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 */
|
|
1301
|
+
default as XSquare
|
|
1302
|
+
} from '../icons/square-x';
|
|
1303
|
+
|
|
1304
1304
|
// TestTubeDiagonal aliases
|
|
1305
1305
|
export {
|
|
1306
1306
|
/** @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 */
|