lucide-angular 0.239.0 → 0.241.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 +12 -0
- package/esm2020/aliases.mjs +19 -1
- package/esm2020/icons/lucide-icons.mjs +7 -1
- package/esm2020/icons/presentation.mjs +13 -0
- package/esm2020/icons/projector.mjs +22 -0
- package/esm2020/icons/search-check.mjs +13 -0
- package/esm2020/icons/search-code.mjs +14 -0
- package/esm2020/icons/search-slash.mjs +13 -0
- package/esm2020/icons/search-x.mjs +14 -0
- package/esm2020/icons/search.mjs +2 -2
- package/esm2020/src/icons/aliases.mjs +19 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +7 -1
- package/esm2020/src/icons/icons/presentation.mjs +13 -0
- package/esm2020/src/icons/icons/projector.mjs +22 -0
- package/esm2020/src/icons/icons/search-check.mjs +13 -0
- package/esm2020/src/icons/icons/search-code.mjs +14 -0
- package/esm2020/src/icons/icons/search-slash.mjs +13 -0
- package/esm2020/src/icons/icons/search-x.mjs +14 -0
- package/esm2020/src/icons/icons/search.mjs +2 -2
- package/fesm2015/lucide-angular-src-icons.mjs +85 -2
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +85 -2
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +85 -2
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +85 -2
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +6 -0
- package/icons/presentation.d.ts +3 -0
- package/icons/projector.d.ts +3 -0
- package/icons/search-check.d.ts +3 -0
- package/icons/search-code.d.ts +3 -0
- package/icons/search-slash.d.ts +3 -0
- package/icons/search-x.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +12 -0
- package/src/icons/icons/lucide-icons.d.ts +6 -0
- package/src/icons/icons/presentation.d.ts +3 -0
- package/src/icons/icons/projector.d.ts +3 -0
- package/src/icons/icons/search-check.d.ts +3 -0
- package/src/icons/icons/search-code.d.ts +3 -0
- package/src/icons/icons/search-slash.d.ts +3 -0
- package/src/icons/icons/search-x.d.ts +3 -0
package/icons/lucide-icons.d.ts
CHANGED
|
@@ -842,7 +842,9 @@ export { default as Pointer } from './pointer';
|
|
|
842
842
|
export { default as PoundSterling } from './pound-sterling';
|
|
843
843
|
export { default as PowerOff } from './power-off';
|
|
844
844
|
export { default as Power } from './power';
|
|
845
|
+
export { default as Presentation } from './presentation';
|
|
845
846
|
export { default as Printer } from './printer';
|
|
847
|
+
export { default as Projector } from './projector';
|
|
846
848
|
export { default as Puzzle } from './puzzle';
|
|
847
849
|
export { default as QrCode } from './qr-code';
|
|
848
850
|
export { default as Quote } from './quote';
|
|
@@ -905,6 +907,10 @@ export { default as ScreenShareOff } from './screen-share-off';
|
|
|
905
907
|
export { default as ScreenShare } from './screen-share';
|
|
906
908
|
export { default as ScrollText } from './scroll-text';
|
|
907
909
|
export { default as Scroll } from './scroll';
|
|
910
|
+
export { default as SearchCheck } from './search-check';
|
|
911
|
+
export { default as SearchCode } from './search-code';
|
|
912
|
+
export { default as SearchSlash } from './search-slash';
|
|
913
|
+
export { default as SearchX } from './search-x';
|
|
908
914
|
export { default as Search } from './search';
|
|
909
915
|
export { default as Send } from './send';
|
|
910
916
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
package/package.json
CHANGED
package/src/icons/aliases.d.ts
CHANGED
|
@@ -1722,8 +1722,12 @@ export { default as PowerOffIcon } from './icons/power-off';
|
|
|
1722
1722
|
export { default as LucidePowerOff } from './icons/power-off';
|
|
1723
1723
|
export { default as PowerIcon } from './icons/power';
|
|
1724
1724
|
export { default as LucidePower } from './icons/power';
|
|
1725
|
+
export { default as PresentationIcon } from './icons/presentation';
|
|
1726
|
+
export { default as LucidePresentation } from './icons/presentation';
|
|
1725
1727
|
export { default as PrinterIcon } from './icons/printer';
|
|
1726
1728
|
export { default as LucidePrinter } from './icons/printer';
|
|
1729
|
+
export { default as ProjectorIcon } from './icons/projector';
|
|
1730
|
+
export { default as LucideProjector } from './icons/projector';
|
|
1727
1731
|
export { default as PuzzleIcon } from './icons/puzzle';
|
|
1728
1732
|
export { default as LucidePuzzle } from './icons/puzzle';
|
|
1729
1733
|
export { default as QrCodeIcon } from './icons/qr-code';
|
|
@@ -1848,6 +1852,14 @@ export { default as ScrollTextIcon } from './icons/scroll-text';
|
|
|
1848
1852
|
export { default as LucideScrollText } from './icons/scroll-text';
|
|
1849
1853
|
export { default as ScrollIcon } from './icons/scroll';
|
|
1850
1854
|
export { default as LucideScroll } from './icons/scroll';
|
|
1855
|
+
export { default as SearchCheckIcon } from './icons/search-check';
|
|
1856
|
+
export { default as LucideSearchCheck } from './icons/search-check';
|
|
1857
|
+
export { default as SearchCodeIcon } from './icons/search-code';
|
|
1858
|
+
export { default as LucideSearchCode } from './icons/search-code';
|
|
1859
|
+
export { default as SearchSlashIcon } from './icons/search-slash';
|
|
1860
|
+
export { default as LucideSearchSlash } from './icons/search-slash';
|
|
1861
|
+
export { default as SearchXIcon } from './icons/search-x';
|
|
1862
|
+
export { default as LucideSearchX } from './icons/search-x';
|
|
1851
1863
|
export { default as SearchIcon } from './icons/search';
|
|
1852
1864
|
export { default as LucideSearch } from './icons/search';
|
|
1853
1865
|
export { default as SendIcon } from './icons/send';
|
|
@@ -842,7 +842,9 @@ export { default as Pointer } from './pointer';
|
|
|
842
842
|
export { default as PoundSterling } from './pound-sterling';
|
|
843
843
|
export { default as PowerOff } from './power-off';
|
|
844
844
|
export { default as Power } from './power';
|
|
845
|
+
export { default as Presentation } from './presentation';
|
|
845
846
|
export { default as Printer } from './printer';
|
|
847
|
+
export { default as Projector } from './projector';
|
|
846
848
|
export { default as Puzzle } from './puzzle';
|
|
847
849
|
export { default as QrCode } from './qr-code';
|
|
848
850
|
export { default as Quote } from './quote';
|
|
@@ -905,6 +907,10 @@ export { default as ScreenShareOff } from './screen-share-off';
|
|
|
905
907
|
export { default as ScreenShare } from './screen-share';
|
|
906
908
|
export { default as ScrollText } from './scroll-text';
|
|
907
909
|
export { default as Scroll } from './scroll';
|
|
910
|
+
export { default as SearchCheck } from './search-check';
|
|
911
|
+
export { default as SearchCode } from './search-code';
|
|
912
|
+
export { default as SearchSlash } from './search-slash';
|
|
913
|
+
export { default as SearchX } from './search-x';
|
|
908
914
|
export { default as Search } from './search';
|
|
909
915
|
export { default as Send } from './send';
|
|
910
916
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|