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.
- package/aliases.d.ts +8 -0
- package/esm2020/aliases.mjs +13 -1
- package/esm2020/icons/chevron-down-circle.mjs +12 -0
- package/esm2020/icons/chevron-down-square.mjs +3 -11
- package/esm2020/icons/chevron-down.mjs +2 -2
- package/esm2020/icons/chevron-first.mjs +2 -2
- package/esm2020/icons/chevron-last.mjs +2 -2
- package/esm2020/icons/chevron-left-circle.mjs +12 -0
- package/esm2020/icons/chevron-left-square.mjs +3 -11
- package/esm2020/icons/chevron-left.mjs +2 -2
- package/esm2020/icons/chevron-right-circle.mjs +12 -0
- package/esm2020/icons/chevron-right-square.mjs +3 -11
- package/esm2020/icons/chevron-right.mjs +2 -2
- package/esm2020/icons/chevron-up-circle.mjs +12 -0
- package/esm2020/icons/chevron-up-square.mjs +3 -11
- package/esm2020/icons/chevron-up.mjs +2 -2
- package/esm2020/icons/chevrons-down.mjs +3 -3
- package/esm2020/icons/chevrons-left.mjs +3 -3
- package/esm2020/icons/chevrons-right.mjs +3 -3
- package/esm2020/icons/chevrons-up.mjs +3 -3
- package/esm2020/icons/lucide-icons.mjs +5 -1
- package/esm2020/src/icons/aliases.mjs +13 -1
- package/esm2020/src/icons/icons/chevron-down-circle.mjs +12 -0
- package/esm2020/src/icons/icons/chevron-down-square.mjs +3 -11
- package/esm2020/src/icons/icons/chevron-down.mjs +2 -2
- package/esm2020/src/icons/icons/chevron-first.mjs +2 -2
- package/esm2020/src/icons/icons/chevron-last.mjs +2 -2
- package/esm2020/src/icons/icons/chevron-left-circle.mjs +12 -0
- package/esm2020/src/icons/icons/chevron-left-square.mjs +3 -11
- package/esm2020/src/icons/icons/chevron-left.mjs +2 -2
- package/esm2020/src/icons/icons/chevron-right-circle.mjs +12 -0
- package/esm2020/src/icons/icons/chevron-right-square.mjs +3 -11
- package/esm2020/src/icons/icons/chevron-right.mjs +2 -2
- package/esm2020/src/icons/icons/chevron-up-circle.mjs +12 -0
- package/esm2020/src/icons/icons/chevron-up-square.mjs +3 -11
- package/esm2020/src/icons/icons/chevron-up.mjs +2 -2
- package/esm2020/src/icons/icons/chevrons-down.mjs +3 -3
- package/esm2020/src/icons/icons/chevrons-left.mjs +3 -3
- package/esm2020/src/icons/icons/chevrons-right.mjs +3 -3
- package/esm2020/src/icons/icons/chevrons-up.mjs +3 -3
- package/esm2020/src/icons/icons/lucide-icons.mjs +5 -1
- package/fesm2015/lucide-angular-src-icons.mjs +67 -55
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +67 -55
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +67 -55
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +67 -55
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/chevron-down-circle.d.ts +3 -0
- package/icons/chevron-left-circle.d.ts +3 -0
- package/icons/chevron-right-circle.d.ts +3 -0
- package/icons/chevron-up-circle.d.ts +3 -0
- package/icons/lucide-icons.d.ts +4 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +8 -0
- package/src/icons/icons/chevron-down-circle.d.ts +3 -0
- package/src/icons/icons/chevron-left-circle.d.ts +3 -0
- package/src/icons/icons/chevron-right-circle.d.ts +3 -0
- package/src/icons/icons/chevron-up-circle.d.ts +3 -0
- 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';
|