lucide-angular 0.306.0 → 0.307.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/aliases.d.ts +52 -16
- package/esm2020/aliases.mjs +67 -25
- package/esm2020/icons/between-horizontal-end.mjs +8 -0
- package/esm2020/icons/between-horizontal-start.mjs +8 -0
- package/esm2020/icons/clipboard-pen-line.mjs +10 -0
- package/esm2020/icons/clipboard-pen.mjs +9 -0
- package/esm2020/icons/file-pen-line.mjs +11 -0
- package/esm2020/icons/file-pen.mjs +8 -0
- package/esm2020/icons/folder-pen.mjs +13 -0
- package/esm2020/icons/folder-sync.mjs +5 -11
- package/esm2020/icons/lucide-icons.mjs +14 -8
- package/esm2020/icons/notebook-pen.mjs +11 -0
- package/esm2020/icons/notebook-tabs.mjs +14 -0
- package/esm2020/icons/notebook-text.mjs +13 -0
- package/esm2020/icons/notebook.mjs +11 -0
- package/esm2020/icons/notepad-text-dashed.mjs +18 -0
- package/esm2020/icons/notepad-text.mjs +12 -0
- package/esm2020/src/icons/aliases.mjs +67 -25
- package/esm2020/src/icons/icons/between-horizontal-end.mjs +8 -0
- package/esm2020/src/icons/icons/between-horizontal-start.mjs +8 -0
- package/esm2020/src/icons/icons/clipboard-pen-line.mjs +10 -0
- package/esm2020/src/icons/icons/clipboard-pen.mjs +9 -0
- package/esm2020/src/icons/icons/file-pen-line.mjs +11 -0
- package/esm2020/src/icons/icons/file-pen.mjs +8 -0
- package/esm2020/src/icons/icons/folder-pen.mjs +13 -0
- package/esm2020/src/icons/icons/folder-sync.mjs +5 -11
- package/esm2020/src/icons/icons/lucide-icons.mjs +14 -8
- package/esm2020/src/icons/icons/notebook-pen.mjs +11 -0
- package/esm2020/src/icons/icons/notebook-tabs.mjs +14 -0
- package/esm2020/src/icons/icons/notebook-text.mjs +13 -0
- package/esm2020/src/icons/icons/notebook.mjs +11 -0
- package/esm2020/src/icons/icons/notepad-text-dashed.mjs +18 -0
- package/esm2020/src/icons/icons/notepad-text.mjs +12 -0
- package/fesm2015/lucide-angular-src-icons.mjs +133 -72
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +133 -72
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +133 -72
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +133 -72
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/between-horizontal-end.d.ts +3 -0
- package/icons/between-horizontal-start.d.ts +3 -0
- package/icons/clipboard-pen-line.d.ts +3 -0
- package/icons/clipboard-pen.d.ts +3 -0
- package/icons/file-pen-line.d.ts +3 -0
- package/icons/file-pen.d.ts +3 -0
- package/icons/folder-pen.d.ts +3 -0
- package/icons/lucide-icons.d.ts +13 -7
- package/icons/notebook-pen.d.ts +3 -0
- package/icons/notebook-tabs.d.ts +3 -0
- package/icons/notebook-text.d.ts +3 -0
- package/icons/notebook.d.ts +3 -0
- package/icons/notepad-text-dashed.d.ts +3 -0
- package/icons/notepad-text.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +52 -16
- package/src/icons/icons/between-horizontal-end.d.ts +3 -0
- package/src/icons/icons/between-horizontal-start.d.ts +3 -0
- package/src/icons/icons/clipboard-pen-line.d.ts +3 -0
- package/src/icons/icons/clipboard-pen.d.ts +3 -0
- package/src/icons/icons/file-pen-line.d.ts +3 -0
- package/src/icons/icons/file-pen.d.ts +3 -0
- package/src/icons/icons/folder-pen.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +13 -7
- package/src/icons/icons/notebook-pen.d.ts +3 -0
- package/src/icons/icons/notebook-tabs.d.ts +3 -0
- package/src/icons/icons/notebook-text.d.ts +3 -0
- package/src/icons/icons/notebook.d.ts +3 -0
- package/src/icons/icons/notepad-text-dashed.d.ts +3 -0
- package/src/icons/icons/notepad-text.d.ts +3 -0
- package/esm2020/icons/between-horizonal-end.mjs +0 -8
- package/esm2020/icons/between-horizonal-start.mjs +0 -8
- package/esm2020/icons/clipboard-edit.mjs +0 -12
- package/esm2020/icons/clipboard-signature.mjs +0 -13
- package/esm2020/icons/file-edit.mjs +0 -11
- package/esm2020/icons/file-signature.mjs +0 -14
- package/esm2020/icons/folder-edit.mjs +0 -13
- package/esm2020/src/icons/icons/between-horizonal-end.mjs +0 -8
- package/esm2020/src/icons/icons/between-horizonal-start.mjs +0 -8
- package/esm2020/src/icons/icons/clipboard-edit.mjs +0 -12
- package/esm2020/src/icons/icons/clipboard-signature.mjs +0 -13
- package/esm2020/src/icons/icons/file-edit.mjs +0 -11
- package/esm2020/src/icons/icons/file-signature.mjs +0 -14
- package/esm2020/src/icons/icons/folder-edit.mjs +0 -13
- package/icons/between-horizonal-end.d.ts +0 -3
- package/icons/between-horizonal-start.d.ts +0 -3
- package/icons/clipboard-edit.d.ts +0 -3
- package/icons/clipboard-signature.d.ts +0 -3
- package/icons/file-edit.d.ts +0 -3
- package/icons/file-signature.d.ts +0 -3
- package/icons/folder-edit.d.ts +0 -3
- package/src/icons/icons/between-horizonal-end.d.ts +0 -3
- package/src/icons/icons/between-horizonal-start.d.ts +0 -3
- package/src/icons/icons/clipboard-edit.d.ts +0 -3
- package/src/icons/icons/clipboard-signature.d.ts +0 -3
- package/src/icons/icons/file-edit.d.ts +0 -3
- package/src/icons/icons/file-signature.d.ts +0 -3
- package/src/icons/icons/folder-edit.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -208,8 +208,6 @@ export { default as ArrowUpIcon } from './icons/arrow-up';
|
|
|
208
208
|
export { default as LucideArrowUp } from './icons/arrow-up';
|
|
209
209
|
export { default as ArrowsUpFromLineIcon } from './icons/arrows-up-from-line';
|
|
210
210
|
export { default as LucideArrowsUpFromLine } from './icons/arrows-up-from-line';
|
|
211
|
-
export { default as AsteriskSquareIcon } from './icons/asterisk-square';
|
|
212
|
-
export { default as LucideAsteriskSquare } from './icons/asterisk-square';
|
|
213
211
|
export { default as AsteriskIcon } from './icons/asterisk';
|
|
214
212
|
export { default as LucideAsterisk } from './icons/asterisk';
|
|
215
213
|
export { default as AtSignIcon } from './icons/at-sign';
|
|
@@ -330,10 +328,6 @@ export { default as BellRingIcon } from './icons/bell-ring';
|
|
|
330
328
|
export { default as LucideBellRing } from './icons/bell-ring';
|
|
331
329
|
export { default as BellIcon } from './icons/bell';
|
|
332
330
|
export { default as LucideBell } from './icons/bell';
|
|
333
|
-
export { default as BetweenHorizonalEndIcon } from './icons/between-horizonal-end';
|
|
334
|
-
export { default as LucideBetweenHorizonalEnd } from './icons/between-horizonal-end';
|
|
335
|
-
export { default as BetweenHorizonalStartIcon } from './icons/between-horizonal-start';
|
|
336
|
-
export { default as LucideBetweenHorizonalStart } from './icons/between-horizonal-start';
|
|
337
331
|
export { default as BetweenVerticalEndIcon } from './icons/between-vertical-end';
|
|
338
332
|
export { default as LucideBetweenVerticalEnd } from './icons/between-vertical-end';
|
|
339
333
|
export { default as BetweenVerticalStartIcon } from './icons/between-vertical-start';
|
|
@@ -634,14 +628,10 @@ export { default as ClipboardCheckIcon } from './icons/clipboard-check';
|
|
|
634
628
|
export { default as LucideClipboardCheck } from './icons/clipboard-check';
|
|
635
629
|
export { default as ClipboardCopyIcon } from './icons/clipboard-copy';
|
|
636
630
|
export { default as LucideClipboardCopy } from './icons/clipboard-copy';
|
|
637
|
-
export { default as ClipboardEditIcon } from './icons/clipboard-edit';
|
|
638
|
-
export { default as LucideClipboardEdit } from './icons/clipboard-edit';
|
|
639
631
|
export { default as ClipboardListIcon } from './icons/clipboard-list';
|
|
640
632
|
export { default as LucideClipboardList } from './icons/clipboard-list';
|
|
641
633
|
export { default as ClipboardPasteIcon } from './icons/clipboard-paste';
|
|
642
634
|
export { default as LucideClipboardPaste } from './icons/clipboard-paste';
|
|
643
|
-
export { default as ClipboardSignatureIcon } from './icons/clipboard-signature';
|
|
644
|
-
export { default as LucideClipboardSignature } from './icons/clipboard-signature';
|
|
645
635
|
export { default as ClipboardTypeIcon } from './icons/clipboard-type';
|
|
646
636
|
export { default as LucideClipboardType } from './icons/clipboard-type';
|
|
647
637
|
export { default as ClipboardXIcon } from './icons/clipboard-x';
|
|
@@ -964,8 +954,6 @@ export { default as FileDigitIcon } from './icons/file-digit';
|
|
|
964
954
|
export { default as LucideFileDigit } from './icons/file-digit';
|
|
965
955
|
export { default as FileDownIcon } from './icons/file-down';
|
|
966
956
|
export { default as LucideFileDown } from './icons/file-down';
|
|
967
|
-
export { default as FileEditIcon } from './icons/file-edit';
|
|
968
|
-
export { default as LucideFileEdit } from './icons/file-edit';
|
|
969
957
|
export { default as FileHeartIcon } from './icons/file-heart';
|
|
970
958
|
export { default as LucideFileHeart } from './icons/file-heart';
|
|
971
959
|
export { default as FileImageIcon } from './icons/file-image';
|
|
@@ -1008,8 +996,6 @@ export { default as FileSearch2Icon } from './icons/file-search-2';
|
|
|
1008
996
|
export { default as LucideFileSearch2 } from './icons/file-search-2';
|
|
1009
997
|
export { default as FileSearchIcon } from './icons/file-search';
|
|
1010
998
|
export { default as LucideFileSearch } from './icons/file-search';
|
|
1011
|
-
export { default as FileSignatureIcon } from './icons/file-signature';
|
|
1012
|
-
export { default as LucideFileSignature } from './icons/file-signature';
|
|
1013
999
|
export { default as FileSpreadsheetIcon } from './icons/file-spreadsheet';
|
|
1014
1000
|
export { default as LucideFileSpreadsheet } from './icons/file-spreadsheet';
|
|
1015
1001
|
export { default as FileStackIcon } from './icons/file-stack';
|
|
@@ -1112,8 +1098,6 @@ export { default as FolderDotIcon } from './icons/folder-dot';
|
|
|
1112
1098
|
export { default as LucideFolderDot } from './icons/folder-dot';
|
|
1113
1099
|
export { default as FolderDownIcon } from './icons/folder-down';
|
|
1114
1100
|
export { default as LucideFolderDown } from './icons/folder-down';
|
|
1115
|
-
export { default as FolderEditIcon } from './icons/folder-edit';
|
|
1116
|
-
export { default as LucideFolderEdit } from './icons/folder-edit';
|
|
1117
1101
|
export { default as FolderGit2Icon } from './icons/folder-git-2';
|
|
1118
1102
|
export { default as LucideFolderGit2 } from './icons/folder-git-2';
|
|
1119
1103
|
export { default as FolderGitIcon } from './icons/folder-git';
|
|
@@ -1738,6 +1722,18 @@ export { default as NewspaperIcon } from './icons/newspaper';
|
|
|
1738
1722
|
export { default as LucideNewspaper } from './icons/newspaper';
|
|
1739
1723
|
export { default as NfcIcon } from './icons/nfc';
|
|
1740
1724
|
export { default as LucideNfc } from './icons/nfc';
|
|
1725
|
+
export { default as NotebookPenIcon } from './icons/notebook-pen';
|
|
1726
|
+
export { default as LucideNotebookPen } from './icons/notebook-pen';
|
|
1727
|
+
export { default as NotebookTabsIcon } from './icons/notebook-tabs';
|
|
1728
|
+
export { default as LucideNotebookTabs } from './icons/notebook-tabs';
|
|
1729
|
+
export { default as NotebookTextIcon } from './icons/notebook-text';
|
|
1730
|
+
export { default as LucideNotebookText } from './icons/notebook-text';
|
|
1731
|
+
export { default as NotebookIcon } from './icons/notebook';
|
|
1732
|
+
export { default as LucideNotebook } from './icons/notebook';
|
|
1733
|
+
export { default as NotepadTextDashedIcon } from './icons/notepad-text-dashed';
|
|
1734
|
+
export { default as LucideNotepadTextDashed } from './icons/notepad-text-dashed';
|
|
1735
|
+
export { default as NotepadTextIcon } from './icons/notepad-text';
|
|
1736
|
+
export { default as LucideNotepadText } from './icons/notepad-text';
|
|
1741
1737
|
export { default as NutOffIcon } from './icons/nut-off';
|
|
1742
1738
|
export { default as LucideNutOff } from './icons/nut-off';
|
|
1743
1739
|
export { default as NutIcon } from './icons/nut';
|
|
@@ -2673,6 +2669,11 @@ export { default as LucideArrowUpZA } from './icons/arrow-up-z-a';
|
|
|
2673
2669
|
export { default as ArrowUpZa } from './icons/arrow-up-z-a';
|
|
2674
2670
|
export { default as ArrowUpZaIcon } from './icons/arrow-up-z-a';
|
|
2675
2671
|
export { default as LucideArrowUpZa } from './icons/arrow-up-z-a';
|
|
2672
|
+
export { default as AsteriskSquareIcon } from './icons/asterisk-square';
|
|
2673
|
+
export { default as LucideAsteriskSquare } from './icons/asterisk-square';
|
|
2674
|
+
export { default as SquareAsterisk } from './icons/asterisk-square';
|
|
2675
|
+
export { default as SquareAsteriskIcon } from './icons/asterisk-square';
|
|
2676
|
+
export { default as LucideSquareAsterisk } from './icons/asterisk-square';
|
|
2676
2677
|
export { default as Axis3dIcon } from './icons/axis-3d';
|
|
2677
2678
|
export { default as LucideAxis3d } from './icons/axis-3d';
|
|
2678
2679
|
export { default as Axis3D } from './icons/axis-3d';
|
|
@@ -2683,6 +2684,16 @@ export { default as LucideBadgeCheck } from './icons/badge-check';
|
|
|
2683
2684
|
export { default as Verified } from './icons/badge-check';
|
|
2684
2685
|
export { default as VerifiedIcon } from './icons/badge-check';
|
|
2685
2686
|
export { default as LucideVerified } from './icons/badge-check';
|
|
2687
|
+
export { default as BetweenHorizontalEndIcon } from './icons/between-horizontal-end';
|
|
2688
|
+
export { default as LucideBetweenHorizontalEnd } from './icons/between-horizontal-end';
|
|
2689
|
+
export { default as BetweenHorizonalEnd } from './icons/between-horizontal-end';
|
|
2690
|
+
export { default as BetweenHorizonalEndIcon } from './icons/between-horizontal-end';
|
|
2691
|
+
export { default as LucideBetweenHorizonalEnd } from './icons/between-horizontal-end';
|
|
2692
|
+
export { default as BetweenHorizontalStartIcon } from './icons/between-horizontal-start';
|
|
2693
|
+
export { default as LucideBetweenHorizontalStart } from './icons/between-horizontal-start';
|
|
2694
|
+
export { default as BetweenHorizonalStart } from './icons/between-horizontal-start';
|
|
2695
|
+
export { default as BetweenHorizonalStartIcon } from './icons/between-horizontal-start';
|
|
2696
|
+
export { default as LucideBetweenHorizonalStart } from './icons/between-horizontal-start';
|
|
2686
2697
|
export { default as BookDashedIcon } from './icons/book-dashed';
|
|
2687
2698
|
export { default as LucideBookDashed } from './icons/book-dashed';
|
|
2688
2699
|
export { default as BookTemplate } from './icons/book-dashed';
|
|
@@ -2708,6 +2719,16 @@ export { default as LucideCircleUser } from './icons/circle-user';
|
|
|
2708
2719
|
export { default as UserCircle } from './icons/circle-user';
|
|
2709
2720
|
export { default as UserCircleIcon } from './icons/circle-user';
|
|
2710
2721
|
export { default as LucideUserCircle } from './icons/circle-user';
|
|
2722
|
+
export { default as ClipboardPenLineIcon } from './icons/clipboard-pen-line';
|
|
2723
|
+
export { default as LucideClipboardPenLine } from './icons/clipboard-pen-line';
|
|
2724
|
+
export { default as ClipboardSignature } from './icons/clipboard-pen-line';
|
|
2725
|
+
export { default as ClipboardSignatureIcon } from './icons/clipboard-pen-line';
|
|
2726
|
+
export { default as LucideClipboardSignature } from './icons/clipboard-pen-line';
|
|
2727
|
+
export { default as ClipboardPenIcon } from './icons/clipboard-pen';
|
|
2728
|
+
export { default as LucideClipboardPen } from './icons/clipboard-pen';
|
|
2729
|
+
export { default as ClipboardEdit } from './icons/clipboard-pen';
|
|
2730
|
+
export { default as ClipboardEditIcon } from './icons/clipboard-pen';
|
|
2731
|
+
export { default as LucideClipboardEdit } from './icons/clipboard-pen';
|
|
2711
2732
|
export { default as CodeSquareIcon } from './icons/code-square';
|
|
2712
2733
|
export { default as LucideCodeSquare } from './icons/code-square';
|
|
2713
2734
|
export { default as SquareCode } from './icons/code-square';
|
|
@@ -2743,11 +2764,26 @@ export { default as LucideFileCog } from './icons/file-cog';
|
|
|
2743
2764
|
export { default as FileCog2 } from './icons/file-cog';
|
|
2744
2765
|
export { default as FileCog2Icon } from './icons/file-cog';
|
|
2745
2766
|
export { default as LucideFileCog2 } from './icons/file-cog';
|
|
2767
|
+
export { default as FilePenLineIcon } from './icons/file-pen-line';
|
|
2768
|
+
export { default as LucideFilePenLine } from './icons/file-pen-line';
|
|
2769
|
+
export { default as FileSignature } from './icons/file-pen-line';
|
|
2770
|
+
export { default as FileSignatureIcon } from './icons/file-pen-line';
|
|
2771
|
+
export { default as LucideFileSignature } from './icons/file-pen-line';
|
|
2772
|
+
export { default as FilePenIcon } from './icons/file-pen';
|
|
2773
|
+
export { default as LucideFilePen } from './icons/file-pen';
|
|
2774
|
+
export { default as FileEdit } from './icons/file-pen';
|
|
2775
|
+
export { default as FileEditIcon } from './icons/file-pen';
|
|
2776
|
+
export { default as LucideFileEdit } from './icons/file-pen';
|
|
2746
2777
|
export { default as FolderCogIcon } from './icons/folder-cog';
|
|
2747
2778
|
export { default as LucideFolderCog } from './icons/folder-cog';
|
|
2748
2779
|
export { default as FolderCog2 } from './icons/folder-cog';
|
|
2749
2780
|
export { default as FolderCog2Icon } from './icons/folder-cog';
|
|
2750
2781
|
export { default as LucideFolderCog2 } from './icons/folder-cog';
|
|
2782
|
+
export { default as FolderPenIcon } from './icons/folder-pen';
|
|
2783
|
+
export { default as LucideFolderPen } from './icons/folder-pen';
|
|
2784
|
+
export { default as FolderEdit } from './icons/folder-pen';
|
|
2785
|
+
export { default as FolderEditIcon } from './icons/folder-pen';
|
|
2786
|
+
export { default as LucideFolderEdit } from './icons/folder-pen';
|
|
2751
2787
|
export { default as GanttChartSquareIcon } from './icons/gantt-chart-square';
|
|
2752
2788
|
export { default as LucideGanttChartSquare } from './icons/gantt-chart-square';
|
|
2753
2789
|
export { default as GanttSquare } from './icons/gantt-chart-square';
|