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.
Files changed (43) hide show
  1. package/aliases.d.ts +12 -0
  2. package/esm2020/aliases.mjs +19 -1
  3. package/esm2020/icons/lucide-icons.mjs +7 -1
  4. package/esm2020/icons/presentation.mjs +13 -0
  5. package/esm2020/icons/projector.mjs +22 -0
  6. package/esm2020/icons/search-check.mjs +13 -0
  7. package/esm2020/icons/search-code.mjs +14 -0
  8. package/esm2020/icons/search-slash.mjs +13 -0
  9. package/esm2020/icons/search-x.mjs +14 -0
  10. package/esm2020/icons/search.mjs +2 -2
  11. package/esm2020/src/icons/aliases.mjs +19 -1
  12. package/esm2020/src/icons/icons/lucide-icons.mjs +7 -1
  13. package/esm2020/src/icons/icons/presentation.mjs +13 -0
  14. package/esm2020/src/icons/icons/projector.mjs +22 -0
  15. package/esm2020/src/icons/icons/search-check.mjs +13 -0
  16. package/esm2020/src/icons/icons/search-code.mjs +14 -0
  17. package/esm2020/src/icons/icons/search-slash.mjs +13 -0
  18. package/esm2020/src/icons/icons/search-x.mjs +14 -0
  19. package/esm2020/src/icons/icons/search.mjs +2 -2
  20. package/fesm2015/lucide-angular-src-icons.mjs +85 -2
  21. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  22. package/fesm2015/lucide-angular.mjs +85 -2
  23. package/fesm2015/lucide-angular.mjs.map +1 -1
  24. package/fesm2020/lucide-angular-src-icons.mjs +85 -2
  25. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  26. package/fesm2020/lucide-angular.mjs +85 -2
  27. package/fesm2020/lucide-angular.mjs.map +1 -1
  28. package/icons/lucide-icons.d.ts +6 -0
  29. package/icons/presentation.d.ts +3 -0
  30. package/icons/projector.d.ts +3 -0
  31. package/icons/search-check.d.ts +3 -0
  32. package/icons/search-code.d.ts +3 -0
  33. package/icons/search-slash.d.ts +3 -0
  34. package/icons/search-x.d.ts +3 -0
  35. package/package.json +1 -1
  36. package/src/icons/aliases.d.ts +12 -0
  37. package/src/icons/icons/lucide-icons.d.ts +6 -0
  38. package/src/icons/icons/presentation.d.ts +3 -0
  39. package/src/icons/icons/projector.d.ts +3 -0
  40. package/src/icons/icons/search-check.d.ts +3 -0
  41. package/src/icons/icons/search-code.d.ts +3 -0
  42. package/src/icons/icons/search-slash.d.ts +3 -0
  43. package/src/icons/icons/search-x.d.ts +3 -0
package/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';