lucide-angular 0.258.0 → 0.259.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 (61) hide show
  1. package/aliases.d.ts +8 -0
  2. package/esm2020/aliases.mjs +13 -1
  3. package/esm2020/icons/chevron-down-circle.mjs +12 -0
  4. package/esm2020/icons/chevron-down-square.mjs +3 -11
  5. package/esm2020/icons/chevron-down.mjs +2 -2
  6. package/esm2020/icons/chevron-first.mjs +2 -2
  7. package/esm2020/icons/chevron-last.mjs +2 -2
  8. package/esm2020/icons/chevron-left-circle.mjs +12 -0
  9. package/esm2020/icons/chevron-left-square.mjs +3 -11
  10. package/esm2020/icons/chevron-left.mjs +2 -2
  11. package/esm2020/icons/chevron-right-circle.mjs +12 -0
  12. package/esm2020/icons/chevron-right-square.mjs +3 -11
  13. package/esm2020/icons/chevron-right.mjs +2 -2
  14. package/esm2020/icons/chevron-up-circle.mjs +12 -0
  15. package/esm2020/icons/chevron-up-square.mjs +3 -11
  16. package/esm2020/icons/chevron-up.mjs +2 -2
  17. package/esm2020/icons/chevrons-down.mjs +3 -3
  18. package/esm2020/icons/chevrons-left.mjs +3 -3
  19. package/esm2020/icons/chevrons-right.mjs +3 -3
  20. package/esm2020/icons/chevrons-up.mjs +3 -3
  21. package/esm2020/icons/lucide-icons.mjs +5 -1
  22. package/esm2020/src/icons/aliases.mjs +13 -1
  23. package/esm2020/src/icons/icons/chevron-down-circle.mjs +12 -0
  24. package/esm2020/src/icons/icons/chevron-down-square.mjs +3 -11
  25. package/esm2020/src/icons/icons/chevron-down.mjs +2 -2
  26. package/esm2020/src/icons/icons/chevron-first.mjs +2 -2
  27. package/esm2020/src/icons/icons/chevron-last.mjs +2 -2
  28. package/esm2020/src/icons/icons/chevron-left-circle.mjs +12 -0
  29. package/esm2020/src/icons/icons/chevron-left-square.mjs +3 -11
  30. package/esm2020/src/icons/icons/chevron-left.mjs +2 -2
  31. package/esm2020/src/icons/icons/chevron-right-circle.mjs +12 -0
  32. package/esm2020/src/icons/icons/chevron-right-square.mjs +3 -11
  33. package/esm2020/src/icons/icons/chevron-right.mjs +2 -2
  34. package/esm2020/src/icons/icons/chevron-up-circle.mjs +12 -0
  35. package/esm2020/src/icons/icons/chevron-up-square.mjs +3 -11
  36. package/esm2020/src/icons/icons/chevron-up.mjs +2 -2
  37. package/esm2020/src/icons/icons/chevrons-down.mjs +3 -3
  38. package/esm2020/src/icons/icons/chevrons-left.mjs +3 -3
  39. package/esm2020/src/icons/icons/chevrons-right.mjs +3 -3
  40. package/esm2020/src/icons/icons/chevrons-up.mjs +3 -3
  41. package/esm2020/src/icons/icons/lucide-icons.mjs +5 -1
  42. package/fesm2015/lucide-angular-src-icons.mjs +67 -55
  43. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  44. package/fesm2015/lucide-angular.mjs +67 -55
  45. package/fesm2015/lucide-angular.mjs.map +1 -1
  46. package/fesm2020/lucide-angular-src-icons.mjs +67 -55
  47. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  48. package/fesm2020/lucide-angular.mjs +67 -55
  49. package/fesm2020/lucide-angular.mjs.map +1 -1
  50. package/icons/chevron-down-circle.d.ts +3 -0
  51. package/icons/chevron-left-circle.d.ts +3 -0
  52. package/icons/chevron-right-circle.d.ts +3 -0
  53. package/icons/chevron-up-circle.d.ts +3 -0
  54. package/icons/lucide-icons.d.ts +4 -0
  55. package/package.json +1 -1
  56. package/src/icons/aliases.d.ts +8 -0
  57. package/src/icons/icons/chevron-down-circle.d.ts +3 -0
  58. package/src/icons/icons/chevron-left-circle.d.ts +3 -0
  59. package/src/icons/icons/chevron-right-circle.d.ts +3 -0
  60. package/src/icons/icons/chevron-up-circle.d.ts +3 -0
  61. package/src/icons/icons/lucide-icons.d.ts +4 -0
package/aliases.d.ts CHANGED
@@ -503,6 +503,8 @@ export { default as ChefHatIcon } from './icons/chef-hat';
503
503
  export { default as LucideChefHat } from './icons/chef-hat';
504
504
  export { default as CherryIcon } from './icons/cherry';
505
505
  export { default as LucideCherry } from './icons/cherry';
506
+ export { default as ChevronDownCircleIcon } from './icons/chevron-down-circle';
507
+ export { default as LucideChevronDownCircle } from './icons/chevron-down-circle';
506
508
  export { default as ChevronDownSquareIcon } from './icons/chevron-down-square';
507
509
  export { default as LucideChevronDownSquare } from './icons/chevron-down-square';
508
510
  export { default as ChevronDownIcon } from './icons/chevron-down';
@@ -511,14 +513,20 @@ export { default as ChevronFirstIcon } from './icons/chevron-first';
511
513
  export { default as LucideChevronFirst } from './icons/chevron-first';
512
514
  export { default as ChevronLastIcon } from './icons/chevron-last';
513
515
  export { default as LucideChevronLast } from './icons/chevron-last';
516
+ export { default as ChevronLeftCircleIcon } from './icons/chevron-left-circle';
517
+ export { default as LucideChevronLeftCircle } from './icons/chevron-left-circle';
514
518
  export { default as ChevronLeftSquareIcon } from './icons/chevron-left-square';
515
519
  export { default as LucideChevronLeftSquare } from './icons/chevron-left-square';
516
520
  export { default as ChevronLeftIcon } from './icons/chevron-left';
517
521
  export { default as LucideChevronLeft } from './icons/chevron-left';
522
+ export { default as ChevronRightCircleIcon } from './icons/chevron-right-circle';
523
+ export { default as LucideChevronRightCircle } from './icons/chevron-right-circle';
518
524
  export { default as ChevronRightSquareIcon } from './icons/chevron-right-square';
519
525
  export { default as LucideChevronRightSquare } from './icons/chevron-right-square';
520
526
  export { default as ChevronRightIcon } from './icons/chevron-right';
521
527
  export { default as LucideChevronRight } from './icons/chevron-right';
528
+ export { default as ChevronUpCircleIcon } from './icons/chevron-up-circle';
529
+ export { default as LucideChevronUpCircle } from './icons/chevron-up-circle';
522
530
  export { default as ChevronUpSquareIcon } from './icons/chevron-up-square';
523
531
  export { default as LucideChevronUpSquare } from './icons/chevron-up-square';
524
532
  export { default as ChevronUpIcon } from './icons/chevron-up';