@lucide/astro 0.552.0 → 0.553.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 +629 -615
- package/src/aliases/suffixed.ts +975 -961
- package/src/icons/chess-bishop.ts +18 -0
- package/src/icons/chess-king.ts +18 -0
- package/src/icons/chess-knight.ts +18 -0
- package/src/icons/chess-pawn.ts +18 -0
- package/src/icons/chess-queen.ts +18 -0
- package/src/icons/chess-rook.ts +18 -0
- package/src/icons/index.ts +168 -161
- package/src/icons/mouse-pointer-2-off.ts +18 -0
- package/src/icons/ruler-dimension-line.ts +2 -2
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
|
-
// ChartCandlestick aliases
|
|
123
|
-
export {
|
|
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 */
|
|
125
|
-
default as CandlestickChart
|
|
126
|
-
} from '../icons/chart-candlestick';
|
|
127
|
-
|
|
128
122
|
// ChartColumnBig aliases
|
|
129
123
|
export {
|
|
130
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 */
|
|
131
125
|
default as BarChartBig
|
|
132
126
|
} from '../icons/chart-column-big';
|
|
133
127
|
|
|
128
|
+
// ChartCandlestick aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @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
|
+
default as CandlestickChart
|
|
132
|
+
} from '../icons/chart-candlestick';
|
|
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 */
|
|
@@ -167,18 +167,18 @@ export {
|
|
|
167
167
|
default as GanttChart
|
|
168
168
|
} from '../icons/chart-no-axes-gantt';
|
|
169
169
|
|
|
170
|
-
// ChartScatter aliases
|
|
171
|
-
export {
|
|
172
|
-
/** @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 */
|
|
173
|
-
default as ScatterChart
|
|
174
|
-
} from '../icons/chart-scatter';
|
|
175
|
-
|
|
176
170
|
// ChartPie aliases
|
|
177
171
|
export {
|
|
178
172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
179
173
|
default as PieChart
|
|
180
174
|
} from '../icons/chart-pie';
|
|
181
175
|
|
|
176
|
+
// ChartScatter aliases
|
|
177
|
+
export {
|
|
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 */
|
|
179
|
+
default as ScatterChart
|
|
180
|
+
} from '../icons/chart-scatter';
|
|
181
|
+
|
|
182
182
|
// Chromium aliases
|
|
183
183
|
export {
|
|
184
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 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
253
|
|
|
254
|
-
// CircleChevronDown aliases
|
|
255
|
-
export {
|
|
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 */
|
|
257
|
-
default as ChevronDownCircle
|
|
258
|
-
} from '../icons/circle-chevron-down';
|
|
259
|
-
|
|
260
254
|
// CircleChevronLeft aliases
|
|
261
255
|
export {
|
|
262
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 */
|
|
263
257
|
default as ChevronLeftCircle
|
|
264
258
|
} from '../icons/circle-chevron-left';
|
|
265
259
|
|
|
260
|
+
// CircleChevronDown aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @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
|
+
default as ChevronDownCircle
|
|
264
|
+
} from '../icons/circle-chevron-down';
|
|
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 */
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as GaugeCircle
|
|
288
288
|
} from '../icons/circle-gauge';
|
|
289
289
|
|
|
290
|
-
// CircleParkingOff aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
293
|
-
default as ParkingCircleOff
|
|
294
|
-
} from '../icons/circle-parking-off';
|
|
295
|
-
|
|
296
290
|
// CircleMinus aliases
|
|
297
291
|
export {
|
|
298
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
299
293
|
default as MinusCircle
|
|
300
294
|
} from '../icons/circle-minus';
|
|
301
295
|
|
|
296
|
+
// CircleParkingOff aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
299
|
+
default as ParkingCircleOff
|
|
300
|
+
} from '../icons/circle-parking-off';
|
|
301
|
+
|
|
302
302
|
// CircleParking aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
@@ -359,6 +359,12 @@ export {
|
|
|
359
359
|
default as StopCircle
|
|
360
360
|
} from '../icons/circle-stop';
|
|
361
361
|
|
|
362
|
+
// CircleUserRound aliases
|
|
363
|
+
export {
|
|
364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
365
|
+
default as UserCircle2
|
|
366
|
+
} from '../icons/circle-user-round';
|
|
367
|
+
|
|
362
368
|
// CircleUser aliases
|
|
363
369
|
export {
|
|
364
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
@@ -371,12 +377,6 @@ export {
|
|
|
371
377
|
default as XCircle
|
|
372
378
|
} from '../icons/circle-x';
|
|
373
379
|
|
|
374
|
-
// CircleUserRound aliases
|
|
375
|
-
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
377
|
-
default as UserCircle2
|
|
378
|
-
} from '../icons/circle-user-round';
|
|
379
|
-
|
|
380
380
|
// ClipboardPenLine aliases
|
|
381
381
|
export {
|
|
382
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -413,12 +413,6 @@ export {
|
|
|
413
413
|
default as Columns
|
|
414
414
|
} from '../icons/columns-2';
|
|
415
415
|
|
|
416
|
-
// Columns3 aliases
|
|
417
|
-
export {
|
|
418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
419
|
-
default as PanelsLeftRight
|
|
420
|
-
} from '../icons/columns-3';
|
|
421
|
-
|
|
422
416
|
// Columns3Cog aliases
|
|
423
417
|
export {
|
|
424
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 */
|
|
@@ -431,6 +425,12 @@ export {
|
|
|
431
425
|
default as TableConfig
|
|
432
426
|
} from '../icons/columns-3-cog';
|
|
433
427
|
|
|
428
|
+
// Columns3 aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as PanelsLeftRight
|
|
432
|
+
} from '../icons/columns-3';
|
|
433
|
+
|
|
434
434
|
// ContactRound aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreVertical
|
|
456
456
|
} from '../icons/ellipsis-vertical';
|
|
457
457
|
|
|
458
|
-
// FileAxis3d aliases
|
|
459
|
-
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
461
|
-
default as FileAxis3D
|
|
462
|
-
} from '../icons/file-axis-3d';
|
|
463
|
-
|
|
464
458
|
// Ellipsis aliases
|
|
465
459
|
export {
|
|
466
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
467
461
|
default as MoreHorizontal
|
|
468
462
|
} from '../icons/ellipsis';
|
|
469
463
|
|
|
464
|
+
// FileAxis3d aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as FileAxis3D
|
|
468
|
+
} from '../icons/file-axis-3d';
|
|
469
|
+
|
|
470
470
|
// FileBadge aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
@@ -533,6 +533,12 @@ 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
|
+
|
|
536
542
|
// FileHeadphone aliases
|
|
537
543
|
export {
|
|
538
544
|
/** @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 */
|
|
@@ -545,12 +551,6 @@ export {
|
|
|
545
551
|
default as FileAudio2
|
|
546
552
|
} from '../icons/file-headphone';
|
|
547
553
|
|
|
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 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as CheckSquare2
|
|
1068
1068
|
} from '../icons/square-check';
|
|
1069
1069
|
|
|
1070
|
-
// SquareChevronLeft aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as ChevronLeftSquare
|
|
1074
|
-
} from '../icons/square-chevron-left';
|
|
1075
|
-
|
|
1076
1070
|
// SquareChevronDown aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1079
1073
|
default as ChevronDownSquare
|
|
1080
1074
|
} from '../icons/square-chevron-down';
|
|
1081
1075
|
|
|
1076
|
+
// SquareChevronLeft aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1079
|
+
default as ChevronLeftSquare
|
|
1080
|
+
} from '../icons/square-chevron-left';
|
|
1081
|
+
|
|
1082
1082
|
// SquareChevronRight aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1271,23 +1271,17 @@ export {
|
|
|
1271
1271
|
default as SplitSquareVertical
|
|
1272
1272
|
} from '../icons/square-split-vertical';
|
|
1273
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
|
-
|
|
1280
1274
|
// SquareUserRound aliases
|
|
1281
1275
|
export {
|
|
1282
1276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1283
1277
|
default as UserSquare2
|
|
1284
1278
|
} from '../icons/square-user-round';
|
|
1285
1279
|
|
|
1286
|
-
//
|
|
1280
|
+
// SquareTerminal aliases
|
|
1287
1281
|
export {
|
|
1288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1289
|
-
default as
|
|
1290
|
-
} from '../icons/square-
|
|
1282
|
+
/** @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 */
|
|
1283
|
+
default as TerminalSquare
|
|
1284
|
+
} from '../icons/square-terminal';
|
|
1291
1285
|
|
|
1292
1286
|
// SquareX aliases
|
|
1293
1287
|
export {
|
|
@@ -1295,6 +1289,12 @@ export {
|
|
|
1295
1289
|
default as XSquare
|
|
1296
1290
|
} from '../icons/square-x';
|
|
1297
1291
|
|
|
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
1298
|
// TestTubeDiagonal aliases
|
|
1299
1299
|
export {
|
|
1300
1300
|
/** @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 */
|
|
@@ -1373,18 +1373,18 @@ export {
|
|
|
1373
1373
|
default as Tv2
|
|
1374
1374
|
} from '../icons/tv-minimal';
|
|
1375
1375
|
|
|
1376
|
-
// UserRoundCheck aliases
|
|
1377
|
-
export {
|
|
1378
|
-
/** @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 */
|
|
1379
|
-
default as UserCheck2
|
|
1380
|
-
} from '../icons/user-round-check';
|
|
1381
|
-
|
|
1382
1376
|
// University aliases
|
|
1383
1377
|
export {
|
|
1384
1378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
1385
1379
|
default as School2
|
|
1386
1380
|
} from '../icons/university';
|
|
1387
1381
|
|
|
1382
|
+
// UserRoundCheck aliases
|
|
1383
|
+
export {
|
|
1384
|
+
/** @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 */
|
|
1385
|
+
default as UserCheck2
|
|
1386
|
+
} from '../icons/user-round-check';
|
|
1387
|
+
|
|
1388
1388
|
// UserRoundCog aliases
|
|
1389
1389
|
export {
|
|
1390
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|