lucide-angular 0.240.0 → 0.242.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 (37) hide show
  1. package/aliases.d.ts +10 -0
  2. package/esm2020/aliases.mjs +16 -1
  3. package/esm2020/icons/circle-dashed.mjs +18 -0
  4. package/esm2020/icons/circle-dot-dashed.mjs +19 -0
  5. package/esm2020/icons/lucide-icons.mjs +6 -1
  6. package/esm2020/icons/presentation.mjs +13 -0
  7. package/esm2020/icons/projector.mjs +22 -0
  8. package/esm2020/icons/refresh-ccw-dot.mjs +15 -0
  9. package/esm2020/src/icons/aliases.mjs +16 -1
  10. package/esm2020/src/icons/icons/circle-dashed.mjs +18 -0
  11. package/esm2020/src/icons/icons/circle-dot-dashed.mjs +19 -0
  12. package/esm2020/src/icons/icons/lucide-icons.mjs +6 -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/refresh-ccw-dot.mjs +15 -0
  16. package/fesm2015/lucide-angular-src-icons.mjs +83 -1
  17. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  18. package/fesm2015/lucide-angular.mjs +83 -1
  19. package/fesm2015/lucide-angular.mjs.map +1 -1
  20. package/fesm2020/lucide-angular-src-icons.mjs +83 -1
  21. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  22. package/fesm2020/lucide-angular.mjs +83 -1
  23. package/fesm2020/lucide-angular.mjs.map +1 -1
  24. package/icons/circle-dashed.d.ts +3 -0
  25. package/icons/circle-dot-dashed.d.ts +3 -0
  26. package/icons/lucide-icons.d.ts +5 -0
  27. package/icons/presentation.d.ts +3 -0
  28. package/icons/projector.d.ts +3 -0
  29. package/icons/refresh-ccw-dot.d.ts +3 -0
  30. package/package.json +1 -1
  31. package/src/icons/aliases.d.ts +10 -0
  32. package/src/icons/icons/circle-dashed.d.ts +3 -0
  33. package/src/icons/icons/circle-dot-dashed.d.ts +3 -0
  34. package/src/icons/icons/lucide-icons.d.ts +5 -0
  35. package/src/icons/icons/presentation.d.ts +3 -0
  36. package/src/icons/icons/projector.d.ts +3 -0
  37. package/src/icons/icons/refresh-ccw-dot.d.ts +3 -0
package/aliases.d.ts CHANGED
@@ -527,8 +527,12 @@ export { default as CigaretteOffIcon } from './icons/cigarette-off';
527
527
  export { default as LucideCigaretteOff } from './icons/cigarette-off';
528
528
  export { default as CigaretteIcon } from './icons/cigarette';
529
529
  export { default as LucideCigarette } from './icons/cigarette';
530
+ export { default as CircleDashedIcon } from './icons/circle-dashed';
531
+ export { default as LucideCircleDashed } from './icons/circle-dashed';
530
532
  export { default as CircleDollarSignIcon } from './icons/circle-dollar-sign';
531
533
  export { default as LucideCircleDollarSign } from './icons/circle-dollar-sign';
534
+ export { default as CircleDotDashedIcon } from './icons/circle-dot-dashed';
535
+ export { default as LucideCircleDotDashed } from './icons/circle-dot-dashed';
532
536
  export { default as CircleDotIcon } from './icons/circle-dot';
533
537
  export { default as LucideCircleDot } from './icons/circle-dot';
534
538
  export { default as CircleEllipsisIcon } from './icons/circle-ellipsis';
@@ -1722,8 +1726,12 @@ export { default as PowerOffIcon } from './icons/power-off';
1722
1726
  export { default as LucidePowerOff } from './icons/power-off';
1723
1727
  export { default as PowerIcon } from './icons/power';
1724
1728
  export { default as LucidePower } from './icons/power';
1729
+ export { default as PresentationIcon } from './icons/presentation';
1730
+ export { default as LucidePresentation } from './icons/presentation';
1725
1731
  export { default as PrinterIcon } from './icons/printer';
1726
1732
  export { default as LucidePrinter } from './icons/printer';
1733
+ export { default as ProjectorIcon } from './icons/projector';
1734
+ export { default as LucideProjector } from './icons/projector';
1727
1735
  export { default as PuzzleIcon } from './icons/puzzle';
1728
1736
  export { default as LucidePuzzle } from './icons/puzzle';
1729
1737
  export { default as QrCodeIcon } from './icons/qr-code';
@@ -1756,6 +1764,8 @@ export { default as RedoDotIcon } from './icons/redo-dot';
1756
1764
  export { default as LucideRedoDot } from './icons/redo-dot';
1757
1765
  export { default as RedoIcon } from './icons/redo';
1758
1766
  export { default as LucideRedo } from './icons/redo';
1767
+ export { default as RefreshCcwDotIcon } from './icons/refresh-ccw-dot';
1768
+ export { default as LucideRefreshCcwDot } from './icons/refresh-ccw-dot';
1759
1769
  export { default as RefreshCcwIcon } from './icons/refresh-ccw';
1760
1770
  export { default as LucideRefreshCcw } from './icons/refresh-ccw';
1761
1771
  export { default as RefreshCwOffIcon } from './icons/refresh-cw-off';