lucide-angular 0.343.0 → 0.345.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 (33) hide show
  1. package/aliases.d.ts +6 -0
  2. package/esm2020/aliases.mjs +10 -1
  3. package/esm2020/icons/keyboard.mjs +10 -10
  4. package/esm2020/icons/lucide-icons.mjs +4 -1
  5. package/esm2020/icons/proportions.mjs +18 -0
  6. package/esm2020/icons/rotate-ccw-square.mjs +18 -0
  7. package/esm2020/icons/rotate-cw-square.mjs +18 -0
  8. package/esm2020/src/icons/aliases.mjs +10 -1
  9. package/esm2020/src/icons/icons/keyboard.mjs +10 -10
  10. package/esm2020/src/icons/icons/lucide-icons.mjs +4 -1
  11. package/esm2020/src/icons/icons/proportions.mjs +18 -0
  12. package/esm2020/src/icons/icons/rotate-ccw-square.mjs +18 -0
  13. package/esm2020/src/icons/icons/rotate-cw-square.mjs +18 -0
  14. package/fesm2015/lucide-angular-src-icons.mjs +64 -10
  15. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  16. package/fesm2015/lucide-angular.mjs +64 -10
  17. package/fesm2015/lucide-angular.mjs.map +1 -1
  18. package/fesm2020/lucide-angular-src-icons.mjs +64 -10
  19. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  20. package/fesm2020/lucide-angular.mjs +64 -10
  21. package/fesm2020/lucide-angular.mjs.map +1 -1
  22. package/icons/keyboard.d.ts +1 -1
  23. package/icons/lucide-icons.d.ts +3 -0
  24. package/icons/proportions.d.ts +14 -0
  25. package/icons/rotate-ccw-square.d.ts +14 -0
  26. package/icons/rotate-cw-square.d.ts +14 -0
  27. package/package.json +1 -1
  28. package/src/icons/aliases.d.ts +6 -0
  29. package/src/icons/icons/keyboard.d.ts +1 -1
  30. package/src/icons/icons/lucide-icons.d.ts +3 -0
  31. package/src/icons/icons/proportions.d.ts +14 -0
  32. package/src/icons/icons/rotate-ccw-square.d.ts +14 -0
  33. package/src/icons/icons/rotate-cw-square.d.ts +14 -0
package/aliases.d.ts CHANGED
@@ -1990,6 +1990,8 @@ export { default as PrinterIcon } from './icons/printer';
1990
1990
  export { default as LucidePrinter } from './icons/printer';
1991
1991
  export { default as ProjectorIcon } from './icons/projector';
1992
1992
  export { default as LucideProjector } from './icons/projector';
1993
+ export { default as ProportionsIcon } from './icons/proportions';
1994
+ export { default as LucideProportions } from './icons/proportions';
1993
1995
  export { default as PuzzleIcon } from './icons/puzzle';
1994
1996
  export { default as LucidePuzzle } from './icons/puzzle';
1995
1997
  export { default as PyramidIcon } from './icons/pyramid';
@@ -2090,8 +2092,12 @@ export { default as RockingChairIcon } from './icons/rocking-chair';
2090
2092
  export { default as LucideRockingChair } from './icons/rocking-chair';
2091
2093
  export { default as RollerCoasterIcon } from './icons/roller-coaster';
2092
2094
  export { default as LucideRollerCoaster } from './icons/roller-coaster';
2095
+ export { default as RotateCcwSquareIcon } from './icons/rotate-ccw-square';
2096
+ export { default as LucideRotateCcwSquare } from './icons/rotate-ccw-square';
2093
2097
  export { default as RotateCcwIcon } from './icons/rotate-ccw';
2094
2098
  export { default as LucideRotateCcw } from './icons/rotate-ccw';
2099
+ export { default as RotateCwSquareIcon } from './icons/rotate-cw-square';
2100
+ export { default as LucideRotateCwSquare } from './icons/rotate-cw-square';
2095
2101
  export { default as RotateCwIcon } from './icons/rotate-cw';
2096
2102
  export { default as LucideRotateCw } from './icons/rotate-cw';
2097
2103
  export { default as RouteOffIcon } from './icons/route-off';