@lucide/astro 0.553.0 → 0.554.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 +62 -56
- package/src/aliases/prefixed.ts +539 -533
- package/src/aliases/suffixed.ts +866 -860
- package/src/icons/ampersand.ts +2 -2
- package/src/icons/anchor.ts +2 -2
- package/src/icons/calendars.ts +18 -0
- package/src/icons/{fingerprint.ts → fingerprint-pattern.ts} +4 -4
- package/src/icons/folder-git-2.ts +2 -2
- package/src/icons/index.ts +123 -122
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -119,18 +119,18 @@ export {
|
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
|
-
// ChartColumnBig aliases
|
|
123
|
-
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
125
|
-
default as BarChartBig
|
|
126
|
-
} from '../icons/chart-column-big';
|
|
127
|
-
|
|
128
122
|
// ChartCandlestick aliases
|
|
129
123
|
export {
|
|
130
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
131
125
|
default as CandlestickChart
|
|
132
126
|
} from '../icons/chart-candlestick';
|
|
133
127
|
|
|
128
|
+
// ChartColumnBig aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
131
|
+
default as BarChartBig
|
|
132
|
+
} from '../icons/chart-column-big';
|
|
133
|
+
|
|
134
134
|
// ChartColumnIncreasing aliases
|
|
135
135
|
export {
|
|
136
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
253
|
|
|
254
|
-
// CircleChevronLeft aliases
|
|
255
|
-
export {
|
|
256
|
-
/** @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 */
|
|
257
|
-
default as ChevronLeftCircle
|
|
258
|
-
} from '../icons/circle-chevron-left';
|
|
259
|
-
|
|
260
254
|
// CircleChevronDown aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @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 */
|
|
263
257
|
default as ChevronDownCircle
|
|
264
258
|
} from '../icons/circle-chevron-down';
|
|
265
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
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 */
|
|
263
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
266
266
|
// CircleChevronRight aliases
|
|
267
267
|
export {
|
|
268
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -533,12 +533,6 @@ export {
|
|
|
533
533
|
default as FileWarning
|
|
534
534
|
} from '../icons/file-exclamation-point';
|
|
535
535
|
|
|
536
|
-
// FileKey aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @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 */
|
|
539
|
-
default as FileKey2
|
|
540
|
-
} from '../icons/file-key';
|
|
541
|
-
|
|
542
536
|
// FileHeadphone aliases
|
|
543
537
|
export {
|
|
544
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 */
|
|
@@ -551,6 +545,12 @@ export {
|
|
|
551
545
|
default as FileAudio2
|
|
552
546
|
} from '../icons/file-headphone';
|
|
553
547
|
|
|
548
|
+
// FileKey aliases
|
|
549
|
+
export {
|
|
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 */
|
|
551
|
+
default as FileKey2
|
|
552
|
+
} from '../icons/file-key';
|
|
553
|
+
|
|
554
554
|
// FileLock aliases
|
|
555
555
|
export {
|
|
556
556
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
@@ -605,12 +605,6 @@ export {
|
|
|
605
605
|
default as FileVolume2
|
|
606
606
|
} from '../icons/file-signal';
|
|
607
607
|
|
|
608
|
-
// FileTypeCorner aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
611
|
-
default as FileType2
|
|
612
|
-
} from '../icons/file-type-corner';
|
|
613
|
-
|
|
614
608
|
// FileVideoCamera aliases
|
|
615
609
|
export {
|
|
616
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
@@ -623,6 +617,18 @@ export {
|
|
|
623
617
|
default as FileX2
|
|
624
618
|
} from '../icons/file-x-corner';
|
|
625
619
|
|
|
620
|
+
// FileTypeCorner aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
623
|
+
default as FileType2
|
|
624
|
+
} from '../icons/file-type-corner';
|
|
625
|
+
|
|
626
|
+
// FingerprintPattern aliases
|
|
627
|
+
export {
|
|
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 */
|
|
629
|
+
default as Fingerprint
|
|
630
|
+
} from '../icons/fingerprint-pattern';
|
|
631
|
+
|
|
626
632
|
// FolderCog aliases
|
|
627
633
|
export {
|
|
628
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 */
|
|
@@ -869,18 +875,18 @@ export {
|
|
|
869
875
|
default as PanelTopInactive
|
|
870
876
|
} from '../icons/panel-top-dashed';
|
|
871
877
|
|
|
872
|
-
// PanelsTopLeft aliases
|
|
873
|
-
export {
|
|
874
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
875
|
-
default as Layout
|
|
876
|
-
} from '../icons/panels-top-left';
|
|
877
|
-
|
|
878
878
|
// PenLine aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
+
// PanelsTopLeft aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
887
|
+
default as Layout
|
|
888
|
+
} from '../icons/panels-top-left';
|
|
889
|
+
|
|
884
890
|
// Pen aliases
|
|
885
891
|
export {
|
|
886
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,18 +1247,18 @@ export {
|
|
|
1241
1247
|
default as PowerSquare
|
|
1242
1248
|
} from '../icons/square-power';
|
|
1243
1249
|
|
|
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
1250
|
// SquareSigma aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @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 */
|
|
1253
1253
|
default as SigmaSquare
|
|
1254
1254
|
} from '../icons/square-sigma';
|
|
1255
1255
|
|
|
1256
|
+
// SquareScissors aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @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 */
|
|
1259
|
+
default as ScissorsSquare
|
|
1260
|
+
} from '../icons/square-scissors';
|
|
1261
|
+
|
|
1256
1262
|
// SquareSlash aliases
|
|
1257
1263
|
export {
|
|
1258
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
@@ -1265,6 +1271,12 @@ export {
|
|
|
1265
1271
|
default as SplitSquareHorizontal
|
|
1266
1272
|
} from '../icons/square-split-horizontal';
|
|
1267
1273
|
|
|
1274
|
+
// SquareTerminal aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1277
|
+
default as TerminalSquare
|
|
1278
|
+
} from '../icons/square-terminal';
|
|
1279
|
+
|
|
1268
1280
|
// SquareSplitVertical aliases
|
|
1269
1281
|
export {
|
|
1270
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1277,11 +1289,11 @@ export {
|
|
|
1277
1289
|
default as UserSquare2
|
|
1278
1290
|
} from '../icons/square-user-round';
|
|
1279
1291
|
|
|
1280
|
-
//
|
|
1292
|
+
// SquareUser aliases
|
|
1281
1293
|
export {
|
|
1282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1283
|
-
default as
|
|
1284
|
-
} from '../icons/square-
|
|
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 */
|
|
1295
|
+
default as UserSquare
|
|
1296
|
+
} from '../icons/square-user';
|
|
1285
1297
|
|
|
1286
1298
|
// SquareX aliases
|
|
1287
1299
|
export {
|
|
@@ -1289,12 +1301,6 @@ export {
|
|
|
1289
1301
|
default as XSquare
|
|
1290
1302
|
} from '../icons/square-x';
|
|
1291
1303
|
|
|
1292
|
-
// SquareUser aliases
|
|
1293
|
-
export {
|
|
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 */
|
|
1295
|
-
default as UserSquare
|
|
1296
|
-
} from '../icons/square-user';
|
|
1297
|
-
|
|
1298
1304
|
// TestTubeDiagonal aliases
|
|
1299
1305
|
export {
|
|
1300
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 */
|
|
@@ -1355,23 +1361,17 @@ export {
|
|
|
1355
1361
|
default as Train
|
|
1356
1362
|
} from '../icons/tram-front';
|
|
1357
1363
|
|
|
1358
|
-
// TreePalm aliases
|
|
1359
|
-
export {
|
|
1360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
1361
|
-
default as Palmtree
|
|
1362
|
-
} from '../icons/tree-palm';
|
|
1363
|
-
|
|
1364
1364
|
// TriangleAlert aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
1367
1367
|
default as AlertTriangle
|
|
1368
1368
|
} from '../icons/triangle-alert';
|
|
1369
1369
|
|
|
1370
|
-
//
|
|
1370
|
+
// TreePalm aliases
|
|
1371
1371
|
export {
|
|
1372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1373
|
-
default as
|
|
1374
|
-
} from '../icons/
|
|
1372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
1373
|
+
default as Palmtree
|
|
1374
|
+
} from '../icons/tree-palm';
|
|
1375
1375
|
|
|
1376
1376
|
// University aliases
|
|
1377
1377
|
export {
|
|
@@ -1379,6 +1379,12 @@ export {
|
|
|
1379
1379
|
default as School2
|
|
1380
1380
|
} from '../icons/university';
|
|
1381
1381
|
|
|
1382
|
+
// TvMinimal aliases
|
|
1383
|
+
export {
|
|
1384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
1385
|
+
default as Tv2
|
|
1386
|
+
} from '../icons/tv-minimal';
|
|
1387
|
+
|
|
1382
1388
|
// UserRoundCheck aliases
|
|
1383
1389
|
export {
|
|
1384
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|