@lucide/astro 1.36.0 → 1.37.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 +70 -70
- package/src/aliases/prefixed.ts +602 -600
- package/src/aliases/suffixed.ts +893 -891
- package/src/icons/credit-card-plus.ts +18 -0
- package/src/icons/index.ts +220 -219
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -77,36 +77,36 @@ export {
|
|
|
77
77
|
default as BetweenHorizonalEnd
|
|
78
78
|
} from '../icons/between-horizontal-end';
|
|
79
79
|
|
|
80
|
-
// BetweenHorizontalStart aliases
|
|
81
|
-
export {
|
|
82
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
83
|
-
default as BetweenHorizonalStart
|
|
84
|
-
} from '../icons/between-horizontal-start';
|
|
85
|
-
|
|
86
80
|
// BookDashed aliases
|
|
87
81
|
export {
|
|
88
82
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
89
83
|
default as BookTemplate
|
|
90
84
|
} from '../icons/book-dashed';
|
|
91
85
|
|
|
86
|
+
// BetweenHorizontalStart aliases
|
|
87
|
+
export {
|
|
88
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
89
|
+
default as BetweenHorizonalStart
|
|
90
|
+
} from '../icons/between-horizontal-start';
|
|
91
|
+
|
|
92
92
|
// Braces aliases
|
|
93
93
|
export {
|
|
94
94
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// Captions aliases
|
|
99
|
-
export {
|
|
100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
101
|
-
default as Subtitles
|
|
102
|
-
} from '../icons/captions';
|
|
103
|
-
|
|
104
98
|
// ChartArea aliases
|
|
105
99
|
export {
|
|
106
100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
107
101
|
default as AreaChart
|
|
108
102
|
} from '../icons/chart-area';
|
|
109
103
|
|
|
104
|
+
// Captions aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
107
|
+
default as Subtitles
|
|
108
|
+
} from '../icons/captions';
|
|
109
|
+
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
@@ -269,18 +269,18 @@ export {
|
|
|
269
269
|
default as ChevronUpCircle
|
|
270
270
|
} from '../icons/circle-chevron-up';
|
|
271
271
|
|
|
272
|
-
// CircleGauge aliases
|
|
273
|
-
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
275
|
-
default as GaugeCircle
|
|
276
|
-
} from '../icons/circle-gauge';
|
|
277
|
-
|
|
278
272
|
// CircleDivide aliases
|
|
279
273
|
export {
|
|
280
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
281
275
|
default as DivideCircle
|
|
282
276
|
} from '../icons/circle-divide';
|
|
283
277
|
|
|
278
|
+
// CircleGauge aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
281
|
+
default as GaugeCircle
|
|
282
|
+
} from '../icons/circle-gauge';
|
|
283
|
+
|
|
284
284
|
// CircleMinus aliases
|
|
285
285
|
export {
|
|
286
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
@@ -371,18 +371,18 @@ export {
|
|
|
371
371
|
default as XCircle
|
|
372
372
|
} from '../icons/circle-x';
|
|
373
373
|
|
|
374
|
-
// ClipboardPenLine aliases
|
|
375
|
-
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
377
|
-
default as ClipboardSignature
|
|
378
|
-
} from '../icons/clipboard-pen-line';
|
|
379
|
-
|
|
380
374
|
// ClipboardPen aliases
|
|
381
375
|
export {
|
|
382
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
383
377
|
default as ClipboardEdit
|
|
384
378
|
} from '../icons/clipboard-pen';
|
|
385
379
|
|
|
380
|
+
// ClipboardPenLine aliases
|
|
381
|
+
export {
|
|
382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
383
|
+
default as ClipboardSignature
|
|
384
|
+
} from '../icons/clipboard-pen-line';
|
|
385
|
+
|
|
386
386
|
// CloudDownload aliases
|
|
387
387
|
export {
|
|
388
388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
@@ -497,18 +497,18 @@ export {
|
|
|
497
497
|
default as Smile
|
|
498
498
|
} from '../icons/face-slightly-smiling';
|
|
499
499
|
|
|
500
|
-
// FileBadge aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
503
|
-
default as FileBadge2
|
|
504
|
-
} from '../icons/file-badge';
|
|
505
|
-
|
|
506
500
|
// FileAxis3d aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
509
503
|
default as FileAxis3D
|
|
510
504
|
} from '../icons/file-axis-3d';
|
|
511
505
|
|
|
506
|
+
// FileBadge aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
509
|
+
default as FileBadge2
|
|
510
|
+
} from '../icons/file-badge';
|
|
511
|
+
|
|
512
512
|
// FileBracesCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as Move3D
|
|
852
852
|
} from '../icons/move-3d';
|
|
853
853
|
|
|
854
|
-
// OctagonPause aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
857
|
-
default as PauseOctagon
|
|
858
|
-
} from '../icons/octagon-pause';
|
|
859
|
-
|
|
860
854
|
// OctagonAlert aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
863
857
|
default as AlertOctagon
|
|
864
858
|
} from '../icons/octagon-alert';
|
|
865
859
|
|
|
860
|
+
// OctagonPause aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
863
|
+
default as PauseOctagon
|
|
864
|
+
} from '../icons/octagon-pause';
|
|
865
|
+
|
|
866
866
|
// OctagonX aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
@@ -1031,18 +1031,18 @@ export {
|
|
|
1031
1031
|
default as ArrowDownSquare
|
|
1032
1032
|
} from '../icons/square-arrow-down';
|
|
1033
1033
|
|
|
1034
|
-
// SquareArrowOutDownLeft aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1037
|
-
default as ArrowDownLeftFromSquare
|
|
1038
|
-
} from '../icons/square-arrow-out-down-left';
|
|
1039
|
-
|
|
1040
1034
|
// SquareArrowLeft aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
1043
1037
|
default as ArrowLeftSquare
|
|
1044
1038
|
} from '../icons/square-arrow-left';
|
|
1045
1039
|
|
|
1040
|
+
// SquareArrowOutDownLeft aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
1043
|
+
default as ArrowDownLeftFromSquare
|
|
1044
|
+
} from '../icons/square-arrow-out-down-left';
|
|
1045
|
+
|
|
1046
1046
|
// SquareArrowOutDownRight aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as ArrowRightSquare
|
|
1068
1068
|
} from '../icons/square-arrow-right';
|
|
1069
1069
|
|
|
1070
|
-
// SquareArrowUpLeft aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1073
|
-
default as ArrowUpLeftSquare
|
|
1074
|
-
} from '../icons/square-arrow-up-left';
|
|
1075
|
-
|
|
1076
1070
|
// SquareArrowUpRight aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
1079
1073
|
default as ArrowUpRightSquare
|
|
1080
1074
|
} from '../icons/square-arrow-up-right';
|
|
1081
1075
|
|
|
1076
|
+
// SquareArrowUpLeft aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1079
|
+
default as ArrowUpLeftSquare
|
|
1080
|
+
} from '../icons/square-arrow-up-left';
|
|
1081
|
+
|
|
1082
1082
|
// SquareArrowUp aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
@@ -1187,18 +1187,18 @@ export {
|
|
|
1187
1187
|
default as TextSelect
|
|
1188
1188
|
} from '../icons/square-dashed-text';
|
|
1189
1189
|
|
|
1190
|
-
// SquareDivide aliases
|
|
1191
|
-
export {
|
|
1192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1193
|
-
default as DivideSquare
|
|
1194
|
-
} from '../icons/square-divide';
|
|
1195
|
-
|
|
1196
1190
|
// SquareDashed aliases
|
|
1197
1191
|
export {
|
|
1198
1192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1199
1193
|
default as BoxSelect
|
|
1200
1194
|
} from '../icons/square-dashed';
|
|
1201
1195
|
|
|
1196
|
+
// SquareDivide aliases
|
|
1197
|
+
export {
|
|
1198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
1199
|
+
default as DivideSquare
|
|
1200
|
+
} from '../icons/square-divide';
|
|
1201
|
+
|
|
1202
1202
|
// SquareDot aliases
|
|
1203
1203
|
export {
|
|
1204
1204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
@@ -1253,18 +1253,18 @@ export {
|
|
|
1253
1253
|
default as Inspect
|
|
1254
1254
|
} from '../icons/square-mouse-pointer';
|
|
1255
1255
|
|
|
1256
|
-
// SquareParkingOff aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1259
|
-
default as ParkingSquareOff
|
|
1260
|
-
} from '../icons/square-parking-off';
|
|
1261
|
-
|
|
1262
1256
|
// SquareParking aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
1265
1259
|
default as ParkingSquare
|
|
1266
1260
|
} from '../icons/square-parking';
|
|
1267
1261
|
|
|
1262
|
+
// SquareParkingOff aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1265
|
+
default as ParkingSquareOff
|
|
1266
|
+
} from '../icons/square-parking-off';
|
|
1267
|
+
|
|
1268
1268
|
// SquarePen aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
@@ -1307,17 +1307,23 @@ export {
|
|
|
1307
1307
|
default as PlaySquare
|
|
1308
1308
|
} from '../icons/square-play';
|
|
1309
1309
|
|
|
1310
|
+
// SquarePower aliases
|
|
1311
|
+
export {
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
1313
|
+
default as PowerSquare
|
|
1314
|
+
} from '../icons/square-power';
|
|
1315
|
+
|
|
1310
1316
|
// SquarePlus aliases
|
|
1311
1317
|
export {
|
|
1312
1318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
1313
1319
|
default as PlusSquare
|
|
1314
1320
|
} from '../icons/square-plus';
|
|
1315
1321
|
|
|
1316
|
-
//
|
|
1322
|
+
// SquareSigma aliases
|
|
1317
1323
|
export {
|
|
1318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1319
|
-
default as
|
|
1320
|
-
} from '../icons/square-
|
|
1324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1325
|
+
default as SigmaSquare
|
|
1326
|
+
} from '../icons/square-sigma';
|
|
1321
1327
|
|
|
1322
1328
|
// SquareScissors aliases
|
|
1323
1329
|
export {
|
|
@@ -1331,12 +1337,6 @@ export {
|
|
|
1331
1337
|
default as SlashSquare
|
|
1332
1338
|
} from '../icons/square-slash';
|
|
1333
1339
|
|
|
1334
|
-
// SquareSigma aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1337
|
-
default as SigmaSquare
|
|
1338
|
-
} from '../icons/square-sigma';
|
|
1339
|
-
|
|
1340
1340
|
// SquareSplitHorizontal aliases
|
|
1341
1341
|
export {
|
|
1342
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|