lucide-angular 0.305.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 +79 -20
- package/esm2020/aliases.mjs +100 -31
- package/esm2020/icons/{square-asterisk.mjs → asterisk-square.mjs} +3 -3
- package/esm2020/icons/between-horizontal-end.mjs +8 -0
- package/esm2020/icons/between-horizontal-start.mjs +8 -0
- package/esm2020/icons/between-vertical-end.mjs +8 -0
- package/esm2020/icons/between-vertical-start.mjs +8 -0
- package/esm2020/icons/clipboard-pen-line.mjs +10 -0
- package/esm2020/icons/clipboard-pen.mjs +9 -0
- package/esm2020/icons/{square-code.mjs → code-square.mjs} +3 -3
- package/esm2020/icons/{square-dot.mjs → dot-square.mjs} +3 -3
- package/esm2020/icons/{square-equal.mjs → equal-square.mjs} +3 -3
- 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 +21 -11
- 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/icons/{square-slash.mjs → slash-square.mjs} +3 -3
- package/esm2020/src/icons/aliases.mjs +100 -31
- package/esm2020/src/icons/icons/{square-asterisk.mjs → asterisk-square.mjs} +3 -3
- 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/between-vertical-end.mjs +8 -0
- package/esm2020/src/icons/icons/between-vertical-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/{square-code.mjs → code-square.mjs} +3 -3
- package/esm2020/src/icons/icons/{square-dot.mjs → dot-square.mjs} +3 -3
- package/esm2020/src/icons/icons/{square-equal.mjs → equal-square.mjs} +3 -3
- 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 +21 -11
- 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/esm2020/src/icons/icons/{square-slash.mjs → slash-square.mjs} +3 -3
- package/fesm2015/lucide-angular-src-icons.mjs +200 -107
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +200 -107
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +200 -107
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +200 -107
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/asterisk-square.d.ts +3 -0
- package/icons/between-horizontal-end.d.ts +3 -0
- package/icons/between-horizontal-start.d.ts +3 -0
- package/icons/between-vertical-end.d.ts +3 -0
- package/icons/between-vertical-start.d.ts +3 -0
- package/icons/clipboard-pen-line.d.ts +3 -0
- package/icons/clipboard-pen.d.ts +3 -0
- package/icons/code-square.d.ts +3 -0
- package/icons/dot-square.d.ts +3 -0
- package/icons/equal-square.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 +20 -10
- 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/icons/slash-square.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +79 -20
- package/src/icons/icons/asterisk-square.d.ts +3 -0
- 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/between-vertical-end.d.ts +3 -0
- package/src/icons/icons/between-vertical-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/code-square.d.ts +3 -0
- package/src/icons/icons/dot-square.d.ts +3 -0
- package/src/icons/icons/equal-square.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 +20 -10
- 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/src/icons/icons/slash-square.d.ts +3 -0
- 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/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/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/icons/square-asterisk.d.ts +0 -3
- package/icons/square-code.d.ts +0 -3
- package/icons/square-dot.d.ts +0 -3
- package/icons/square-equal.d.ts +0 -3
- package/icons/square-slash.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/src/icons/icons/square-asterisk.d.ts +0 -3
- package/src/icons/icons/square-code.d.ts +0 -3
- package/src/icons/icons/square-dot.d.ts +0 -3
- package/src/icons/icons/square-equal.d.ts +0 -3
- package/src/icons/icons/square-slash.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -328,6 +328,10 @@ export { default as BellRingIcon } from './icons/bell-ring';
|
|
|
328
328
|
export { default as LucideBellRing } from './icons/bell-ring';
|
|
329
329
|
export { default as BellIcon } from './icons/bell';
|
|
330
330
|
export { default as LucideBell } from './icons/bell';
|
|
331
|
+
export { default as BetweenVerticalEndIcon } from './icons/between-vertical-end';
|
|
332
|
+
export { default as LucideBetweenVerticalEnd } from './icons/between-vertical-end';
|
|
333
|
+
export { default as BetweenVerticalStartIcon } from './icons/between-vertical-start';
|
|
334
|
+
export { default as LucideBetweenVerticalStart } from './icons/between-vertical-start';
|
|
331
335
|
export { default as BikeIcon } from './icons/bike';
|
|
332
336
|
export { default as LucideBike } from './icons/bike';
|
|
333
337
|
export { default as BinaryIcon } from './icons/binary';
|
|
@@ -624,14 +628,10 @@ export { default as ClipboardCheckIcon } from './icons/clipboard-check';
|
|
|
624
628
|
export { default as LucideClipboardCheck } from './icons/clipboard-check';
|
|
625
629
|
export { default as ClipboardCopyIcon } from './icons/clipboard-copy';
|
|
626
630
|
export { default as LucideClipboardCopy } from './icons/clipboard-copy';
|
|
627
|
-
export { default as ClipboardEditIcon } from './icons/clipboard-edit';
|
|
628
|
-
export { default as LucideClipboardEdit } from './icons/clipboard-edit';
|
|
629
631
|
export { default as ClipboardListIcon } from './icons/clipboard-list';
|
|
630
632
|
export { default as LucideClipboardList } from './icons/clipboard-list';
|
|
631
633
|
export { default as ClipboardPasteIcon } from './icons/clipboard-paste';
|
|
632
634
|
export { default as LucideClipboardPaste } from './icons/clipboard-paste';
|
|
633
|
-
export { default as ClipboardSignatureIcon } from './icons/clipboard-signature';
|
|
634
|
-
export { default as LucideClipboardSignature } from './icons/clipboard-signature';
|
|
635
635
|
export { default as ClipboardTypeIcon } from './icons/clipboard-type';
|
|
636
636
|
export { default as LucideClipboardType } from './icons/clipboard-type';
|
|
637
637
|
export { default as ClipboardXIcon } from './icons/clipboard-x';
|
|
@@ -954,8 +954,6 @@ export { default as FileDigitIcon } from './icons/file-digit';
|
|
|
954
954
|
export { default as LucideFileDigit } from './icons/file-digit';
|
|
955
955
|
export { default as FileDownIcon } from './icons/file-down';
|
|
956
956
|
export { default as LucideFileDown } from './icons/file-down';
|
|
957
|
-
export { default as FileEditIcon } from './icons/file-edit';
|
|
958
|
-
export { default as LucideFileEdit } from './icons/file-edit';
|
|
959
957
|
export { default as FileHeartIcon } from './icons/file-heart';
|
|
960
958
|
export { default as LucideFileHeart } from './icons/file-heart';
|
|
961
959
|
export { default as FileImageIcon } from './icons/file-image';
|
|
@@ -998,8 +996,6 @@ export { default as FileSearch2Icon } from './icons/file-search-2';
|
|
|
998
996
|
export { default as LucideFileSearch2 } from './icons/file-search-2';
|
|
999
997
|
export { default as FileSearchIcon } from './icons/file-search';
|
|
1000
998
|
export { default as LucideFileSearch } from './icons/file-search';
|
|
1001
|
-
export { default as FileSignatureIcon } from './icons/file-signature';
|
|
1002
|
-
export { default as LucideFileSignature } from './icons/file-signature';
|
|
1003
999
|
export { default as FileSpreadsheetIcon } from './icons/file-spreadsheet';
|
|
1004
1000
|
export { default as LucideFileSpreadsheet } from './icons/file-spreadsheet';
|
|
1005
1001
|
export { default as FileStackIcon } from './icons/file-stack';
|
|
@@ -1102,8 +1098,6 @@ export { default as FolderDotIcon } from './icons/folder-dot';
|
|
|
1102
1098
|
export { default as LucideFolderDot } from './icons/folder-dot';
|
|
1103
1099
|
export { default as FolderDownIcon } from './icons/folder-down';
|
|
1104
1100
|
export { default as LucideFolderDown } from './icons/folder-down';
|
|
1105
|
-
export { default as FolderEditIcon } from './icons/folder-edit';
|
|
1106
|
-
export { default as LucideFolderEdit } from './icons/folder-edit';
|
|
1107
1101
|
export { default as FolderGit2Icon } from './icons/folder-git-2';
|
|
1108
1102
|
export { default as LucideFolderGit2 } from './icons/folder-git-2';
|
|
1109
1103
|
export { default as FolderGitIcon } from './icons/folder-git';
|
|
@@ -1728,6 +1722,18 @@ export { default as NewspaperIcon } from './icons/newspaper';
|
|
|
1728
1722
|
export { default as LucideNewspaper } from './icons/newspaper';
|
|
1729
1723
|
export { default as NfcIcon } from './icons/nfc';
|
|
1730
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';
|
|
1731
1737
|
export { default as NutOffIcon } from './icons/nut-off';
|
|
1732
1738
|
export { default as LucideNutOff } from './icons/nut-off';
|
|
1733
1739
|
export { default as NutIcon } from './icons/nut';
|
|
@@ -2248,20 +2254,10 @@ export { default as SprayCanIcon } from './icons/spray-can';
|
|
|
2248
2254
|
export { default as LucideSprayCan } from './icons/spray-can';
|
|
2249
2255
|
export { default as SproutIcon } from './icons/sprout';
|
|
2250
2256
|
export { default as LucideSprout } from './icons/sprout';
|
|
2251
|
-
export { default as SquareAsteriskIcon } from './icons/square-asterisk';
|
|
2252
|
-
export { default as LucideSquareAsterisk } from './icons/square-asterisk';
|
|
2253
|
-
export { default as SquareCodeIcon } from './icons/square-code';
|
|
2254
|
-
export { default as LucideSquareCode } from './icons/square-code';
|
|
2255
2257
|
export { default as SquareDashedBottomCodeIcon } from './icons/square-dashed-bottom-code';
|
|
2256
2258
|
export { default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
2257
2259
|
export { default as SquareDashedBottomIcon } from './icons/square-dashed-bottom';
|
|
2258
2260
|
export { default as LucideSquareDashedBottom } from './icons/square-dashed-bottom';
|
|
2259
|
-
export { default as SquareDotIcon } from './icons/square-dot';
|
|
2260
|
-
export { default as LucideSquareDot } from './icons/square-dot';
|
|
2261
|
-
export { default as SquareEqualIcon } from './icons/square-equal';
|
|
2262
|
-
export { default as LucideSquareEqual } from './icons/square-equal';
|
|
2263
|
-
export { default as SquareSlashIcon } from './icons/square-slash';
|
|
2264
|
-
export { default as LucideSquareSlash } from './icons/square-slash';
|
|
2265
2261
|
export { default as SquareStackIcon } from './icons/square-stack';
|
|
2266
2262
|
export { default as LucideSquareStack } from './icons/square-stack';
|
|
2267
2263
|
export { default as SquareIcon } from './icons/square';
|
|
@@ -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,21 @@ 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';
|
|
2732
|
+
export { default as CodeSquareIcon } from './icons/code-square';
|
|
2733
|
+
export { default as LucideCodeSquare } from './icons/code-square';
|
|
2734
|
+
export { default as SquareCode } from './icons/code-square';
|
|
2735
|
+
export { default as SquareCodeIcon } from './icons/code-square';
|
|
2736
|
+
export { default as LucideSquareCode } from './icons/code-square';
|
|
2711
2737
|
export { default as Columns2Icon } from './icons/columns-2';
|
|
2712
2738
|
export { default as LucideColumns2 } from './icons/columns-2';
|
|
2713
2739
|
export { default as Columns } from './icons/columns-2';
|
|
@@ -2718,6 +2744,16 @@ export { default as LucideColumns3 } from './icons/columns-3';
|
|
|
2718
2744
|
export { default as PanelsLeftRight } from './icons/columns-3';
|
|
2719
2745
|
export { default as PanelsLeftRightIcon } from './icons/columns-3';
|
|
2720
2746
|
export { default as LucidePanelsLeftRight } from './icons/columns-3';
|
|
2747
|
+
export { default as DotSquareIcon } from './icons/dot-square';
|
|
2748
|
+
export { default as LucideDotSquare } from './icons/dot-square';
|
|
2749
|
+
export { default as SquareDot } from './icons/dot-square';
|
|
2750
|
+
export { default as SquareDotIcon } from './icons/dot-square';
|
|
2751
|
+
export { default as LucideSquareDot } from './icons/dot-square';
|
|
2752
|
+
export { default as EqualSquareIcon } from './icons/equal-square';
|
|
2753
|
+
export { default as LucideEqualSquare } from './icons/equal-square';
|
|
2754
|
+
export { default as SquareEqual } from './icons/equal-square';
|
|
2755
|
+
export { default as SquareEqualIcon } from './icons/equal-square';
|
|
2756
|
+
export { default as LucideSquareEqual } from './icons/equal-square';
|
|
2721
2757
|
export { default as FileAxis3dIcon } from './icons/file-axis-3d';
|
|
2722
2758
|
export { default as LucideFileAxis3d } from './icons/file-axis-3d';
|
|
2723
2759
|
export { default as FileAxis3D } from './icons/file-axis-3d';
|
|
@@ -2728,13 +2764,31 @@ export { default as LucideFileCog } from './icons/file-cog';
|
|
|
2728
2764
|
export { default as FileCog2 } from './icons/file-cog';
|
|
2729
2765
|
export { default as FileCog2Icon } from './icons/file-cog';
|
|
2730
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';
|
|
2731
2777
|
export { default as FolderCogIcon } from './icons/folder-cog';
|
|
2732
2778
|
export { default as LucideFolderCog } from './icons/folder-cog';
|
|
2733
2779
|
export { default as FolderCog2 } from './icons/folder-cog';
|
|
2734
2780
|
export { default as FolderCog2Icon } from './icons/folder-cog';
|
|
2735
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';
|
|
2736
2787
|
export { default as GanttChartSquareIcon } from './icons/gantt-chart-square';
|
|
2737
2788
|
export { default as LucideGanttChartSquare } from './icons/gantt-chart-square';
|
|
2789
|
+
export { default as GanttSquare } from './icons/gantt-chart-square';
|
|
2790
|
+
export { default as GanttSquareIcon } from './icons/gantt-chart-square';
|
|
2791
|
+
export { default as LucideGanttSquare } from './icons/gantt-chart-square';
|
|
2738
2792
|
export { default as SquareGantt } from './icons/gantt-chart-square';
|
|
2739
2793
|
export { default as SquareGanttIcon } from './icons/gantt-chart-square';
|
|
2740
2794
|
export { default as LucideSquareGantt } from './icons/gantt-chart-square';
|
|
@@ -2864,6 +2918,11 @@ export { default as LucideShieldX } from './icons/shield-x';
|
|
|
2864
2918
|
export { default as ShieldClose } from './icons/shield-x';
|
|
2865
2919
|
export { default as ShieldCloseIcon } from './icons/shield-x';
|
|
2866
2920
|
export { default as LucideShieldClose } from './icons/shield-x';
|
|
2921
|
+
export { default as SlashSquareIcon } from './icons/slash-square';
|
|
2922
|
+
export { default as LucideSlashSquare } from './icons/slash-square';
|
|
2923
|
+
export { default as SquareSlash } from './icons/slash-square';
|
|
2924
|
+
export { default as SquareSlashIcon } from './icons/slash-square';
|
|
2925
|
+
export { default as LucideSquareSlash } from './icons/slash-square';
|
|
2867
2926
|
export { default as SparklesIcon } from './icons/sparkles';
|
|
2868
2927
|
export { default as LucideSparkles } from './icons/sparkles';
|
|
2869
2928
|
export { default as Stars } from './icons/sparkles';
|