@lucide/astro 0.518.0 → 0.519.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 +21 -21
- package/src/aliases/prefixed.ts +458 -456
- package/src/aliases/suffixed.ts +814 -812
- package/src/icons/blocks.ts +2 -2
- package/src/icons/index.ts +88 -87
- package/src/icons/spool.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -284,15 +284,15 @@ export { default as MoreVertical } from '../icons/ellipsis-vertical';
|
|
|
284
284
|
// Ellipsis aliases
|
|
285
285
|
export { default as MoreHorizontal } from '../icons/ellipsis';
|
|
286
286
|
|
|
287
|
-
// FileAxis3d aliases
|
|
288
|
-
export { default as FileAxis3D } from '../icons/file-axis-3d';
|
|
289
|
-
|
|
290
287
|
// FileChartColumnIncreasing aliases
|
|
291
288
|
export {
|
|
292
289
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
293
290
|
default as FileBarChart
|
|
294
291
|
} from '../icons/file-chart-column-increasing';
|
|
295
292
|
|
|
293
|
+
// FileAxis3d aliases
|
|
294
|
+
export { default as FileAxis3D } from '../icons/file-axis-3d';
|
|
295
|
+
|
|
296
296
|
// FileChartColumn aliases
|
|
297
297
|
export {
|
|
298
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -446,12 +446,12 @@ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
|
446
446
|
// PanelLeftOpen aliases
|
|
447
447
|
export { default as SidebarOpen } from '../icons/panel-left-open';
|
|
448
448
|
|
|
449
|
-
// PanelRightDashed aliases
|
|
450
|
-
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
451
|
-
|
|
452
449
|
// PanelLeft aliases
|
|
453
450
|
export { default as Sidebar } from '../icons/panel-left';
|
|
454
451
|
|
|
452
|
+
// PanelRightDashed aliases
|
|
453
|
+
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
454
|
+
|
|
455
455
|
// PanelTopDashed aliases
|
|
456
456
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
457
457
|
|
|
@@ -506,42 +506,42 @@ export { default as Sliders } from '../icons/sliders-vertical';
|
|
|
506
506
|
// Sparkles aliases
|
|
507
507
|
export { default as Stars } from '../icons/sparkles';
|
|
508
508
|
|
|
509
|
-
// SquareActivity aliases
|
|
510
|
-
export { default as ActivitySquare } from '../icons/square-activity';
|
|
511
|
-
|
|
512
509
|
// SquareArrowDownLeft aliases
|
|
513
510
|
export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
|
|
514
511
|
|
|
515
512
|
// SquareArrowDownRight aliases
|
|
516
513
|
export { default as ArrowDownRightSquare } from '../icons/square-arrow-down-right';
|
|
517
514
|
|
|
515
|
+
// SquareActivity aliases
|
|
516
|
+
export { default as ActivitySquare } from '../icons/square-activity';
|
|
517
|
+
|
|
518
518
|
// SquareArrowDown aliases
|
|
519
519
|
export { default as ArrowDownSquare } from '../icons/square-arrow-down';
|
|
520
520
|
|
|
521
521
|
// SquareArrowLeft aliases
|
|
522
522
|
export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
|
|
523
523
|
|
|
524
|
+
// SquareArrowOutDownLeft aliases
|
|
525
|
+
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
526
|
+
|
|
524
527
|
// SquareArrowOutDownRight aliases
|
|
525
528
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
526
529
|
|
|
527
530
|
// SquareArrowOutUpLeft aliases
|
|
528
531
|
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
529
532
|
|
|
530
|
-
// SquareArrowOutDownLeft aliases
|
|
531
|
-
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
532
|
-
|
|
533
533
|
// SquareArrowOutUpRight aliases
|
|
534
534
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
535
535
|
|
|
536
536
|
// SquareArrowRight aliases
|
|
537
537
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
538
538
|
|
|
539
|
-
// SquareArrowUpLeft aliases
|
|
540
|
-
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
541
|
-
|
|
542
539
|
// SquareArrowUpRight aliases
|
|
543
540
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
544
541
|
|
|
542
|
+
// SquareArrowUpLeft aliases
|
|
543
|
+
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
544
|
+
|
|
545
545
|
// SquareArrowUp aliases
|
|
546
546
|
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
547
547
|
|
|
@@ -551,15 +551,15 @@ export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
|
551
551
|
// SquareBottomDashedScissors aliases
|
|
552
552
|
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
553
553
|
|
|
554
|
+
// SquareCheckBig aliases
|
|
555
|
+
export { default as CheckSquare } from '../icons/square-check-big';
|
|
556
|
+
|
|
554
557
|
// SquareChartGantt aliases
|
|
555
558
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
556
559
|
|
|
557
560
|
// SquareChartGantt aliases
|
|
558
561
|
export { default as SquareGanttChart } from '../icons/square-chart-gantt';
|
|
559
562
|
|
|
560
|
-
// SquareCheckBig aliases
|
|
561
|
-
export { default as CheckSquare } from '../icons/square-check-big';
|
|
562
|
-
|
|
563
563
|
// SquareCheck aliases
|
|
564
564
|
export { default as CheckSquare2 } from '../icons/square-check';
|
|
565
565
|
|
|
@@ -596,12 +596,12 @@ export { default as DotSquare } from '../icons/square-dot';
|
|
|
596
596
|
// SquareEqual aliases
|
|
597
597
|
export { default as EqualSquare } from '../icons/square-equal';
|
|
598
598
|
|
|
599
|
-
// SquareKanban aliases
|
|
600
|
-
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
601
|
-
|
|
602
599
|
// SquareFunction aliases
|
|
603
600
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
604
601
|
|
|
602
|
+
// SquareKanban aliases
|
|
603
|
+
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
604
|
+
|
|
605
605
|
// SquareLibrary aliases
|
|
606
606
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
607
607
|
|