@lucide/astro 0.569.0 → 0.570.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 +54 -54
- package/src/aliases/prefixed.ts +431 -429
- package/src/aliases/suffixed.ts +755 -753
- package/src/icons/index.ts +106 -105
- package/src/icons/towel-rack.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -215,18 +215,18 @@ export {
|
|
|
215
215
|
default as ArrowDownRightFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
217
|
|
|
218
|
-
// CircleArrowOutUpLeft aliases
|
|
219
|
-
export {
|
|
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 */
|
|
221
|
-
default as ArrowUpLeftFromCircle
|
|
222
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
223
|
-
|
|
224
218
|
// CircleArrowOutUpRight aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
227
221
|
default as ArrowUpRightFromCircle
|
|
228
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
223
|
|
|
224
|
+
// CircleArrowOutUpLeft aliases
|
|
225
|
+
export {
|
|
226
|
+
/** @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 */
|
|
227
|
+
default as ArrowUpLeftFromCircle
|
|
228
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
229
|
+
|
|
230
230
|
// CircleArrowRight aliases
|
|
231
231
|
export {
|
|
232
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
@@ -245,18 +245,18 @@ export {
|
|
|
245
245
|
default as CheckCircle
|
|
246
246
|
} from '../icons/circle-check-big';
|
|
247
247
|
|
|
248
|
-
// CircleCheck aliases
|
|
249
|
-
export {
|
|
250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
251
|
-
default as CheckCircle2
|
|
252
|
-
} from '../icons/circle-check';
|
|
253
|
-
|
|
254
248
|
// CircleChevronDown aliases
|
|
255
249
|
export {
|
|
256
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
257
251
|
default as ChevronDownCircle
|
|
258
252
|
} from '../icons/circle-chevron-down';
|
|
259
253
|
|
|
254
|
+
// CircleCheck aliases
|
|
255
|
+
export {
|
|
256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
257
|
+
default as CheckCircle2
|
|
258
|
+
} from '../icons/circle-check';
|
|
259
|
+
|
|
260
260
|
// CircleChevronLeft aliases
|
|
261
261
|
export {
|
|
262
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -401,18 +401,18 @@ export {
|
|
|
401
401
|
default as UploadCloud
|
|
402
402
|
} from '../icons/cloud-upload';
|
|
403
403
|
|
|
404
|
-
// CodeXml aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
407
|
-
default as Code2
|
|
408
|
-
} from '../icons/code-xml';
|
|
409
|
-
|
|
410
404
|
// Columns2 aliases
|
|
411
405
|
export {
|
|
412
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 */
|
|
413
407
|
default as Columns
|
|
414
408
|
} from '../icons/columns-2';
|
|
415
409
|
|
|
410
|
+
// CodeXml aliases
|
|
411
|
+
export {
|
|
412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
413
|
+
default as Code2
|
|
414
|
+
} from '../icons/code-xml';
|
|
415
|
+
|
|
416
416
|
// Columns3Cog aliases
|
|
417
417
|
export {
|
|
418
418
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -971,18 +971,18 @@ export {
|
|
|
971
971
|
default as ArrowDownLeftSquare
|
|
972
972
|
} from '../icons/square-arrow-down-left';
|
|
973
973
|
|
|
974
|
-
// SquareArrowDownRight aliases
|
|
975
|
-
export {
|
|
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 */
|
|
977
|
-
default as ArrowDownRightSquare
|
|
978
|
-
} from '../icons/square-arrow-down-right';
|
|
979
|
-
|
|
980
974
|
// SquareArrowDown aliases
|
|
981
975
|
export {
|
|
982
976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
983
977
|
default as ArrowDownSquare
|
|
984
978
|
} from '../icons/square-arrow-down';
|
|
985
979
|
|
|
980
|
+
// SquareArrowDownRight aliases
|
|
981
|
+
export {
|
|
982
|
+
/** @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 */
|
|
983
|
+
default as ArrowDownRightSquare
|
|
984
|
+
} from '../icons/square-arrow-down-right';
|
|
985
|
+
|
|
986
986
|
// SquareArrowLeft aliases
|
|
987
987
|
export {
|
|
988
988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1103,18 +1103,18 @@ 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 */
|
|
@@ -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 */
|
|
@@ -1409,18 +1409,18 @@ export {
|
|
|
1409
1409
|
default as UserPlus2
|
|
1410
1410
|
} from '../icons/user-round-plus';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundX aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @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 */
|
|
1415
|
-
default as UserX2
|
|
1416
|
-
} from '../icons/user-round-x';
|
|
1417
|
-
|
|
1418
1412
|
// UserRound aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @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 */
|
|
1421
1415
|
default as User2
|
|
1422
1416
|
} from '../icons/user-round';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundX aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @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 */
|
|
1421
|
+
default as UserX2
|
|
1422
|
+
} from '../icons/user-round-x';
|
|
1423
|
+
|
|
1424
1424
|
// UsersRound aliases
|
|
1425
1425
|
export {
|
|
1426
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 */
|