lucide-angular 0.203.0 → 0.205.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 +4 -0
- package/esm2020/aliases.mjs +7 -1
- package/esm2020/icons/file-code-2.mjs +20 -0
- package/esm2020/icons/file-code.mjs +5 -5
- package/esm2020/icons/folder-git-2.mjs +5 -5
- package/esm2020/icons/folder-git.mjs +4 -10
- package/esm2020/icons/lucide-icons.mjs +3 -1
- package/esm2020/icons/scroll-text.mjs +20 -0
- package/esm2020/icons/scroll.mjs +3 -5
- package/esm2020/src/icons/aliases.mjs +7 -1
- package/esm2020/src/icons/icons/file-code-2.mjs +20 -0
- package/esm2020/src/icons/icons/file-code.mjs +5 -5
- package/esm2020/src/icons/icons/folder-git-2.mjs +5 -5
- package/esm2020/src/icons/icons/folder-git.mjs +4 -10
- package/esm2020/src/icons/icons/lucide-icons.mjs +3 -1
- package/esm2020/src/icons/icons/scroll-text.mjs +20 -0
- package/esm2020/src/icons/icons/scroll.mjs +3 -5
- package/fesm2015/lucide-angular-src-icons.mjs +49 -19
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +49 -19
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +49 -19
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +49 -19
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/file-code-2.d.ts +3 -0
- package/icons/lucide-icons.d.ts +2 -0
- package/icons/scroll-text.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +4 -0
- package/src/icons/icons/file-code-2.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +2 -0
- package/src/icons/icons/scroll-text.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -816,6 +816,8 @@ export { default as FileCheckIcon } from './icons/file-check';
|
|
|
816
816
|
export { default as LucideFileCheck } from './icons/file-check';
|
|
817
817
|
export { default as FileClockIcon } from './icons/file-clock';
|
|
818
818
|
export { default as LucideFileClock } from './icons/file-clock';
|
|
819
|
+
export { default as FileCode2Icon } from './icons/file-code-2';
|
|
820
|
+
export { default as LucideFileCode2 } from './icons/file-code-2';
|
|
819
821
|
export { default as FileCodeIcon } from './icons/file-code';
|
|
820
822
|
export { default as LucideFileCode } from './icons/file-code';
|
|
821
823
|
export { default as FileCog2Icon } from './icons/file-cog-2';
|
|
@@ -1733,6 +1735,8 @@ export { default as ScreenShareOffIcon } from './icons/screen-share-off';
|
|
|
1733
1735
|
export { default as LucideScreenShareOff } from './icons/screen-share-off';
|
|
1734
1736
|
export { default as ScreenShareIcon } from './icons/screen-share';
|
|
1735
1737
|
export { default as LucideScreenShare } from './icons/screen-share';
|
|
1738
|
+
export { default as ScrollTextIcon } from './icons/scroll-text';
|
|
1739
|
+
export { default as LucideScrollText } from './icons/scroll-text';
|
|
1736
1740
|
export { default as ScrollIcon } from './icons/scroll';
|
|
1737
1741
|
export { default as LucideScroll } from './icons/scroll';
|
|
1738
1742
|
export { default as SearchIcon } from './icons/search';
|