lucide-angular 0.440.0 → 0.441.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 +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/clock-alert.mjs +19 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/clock-alert.mjs +19 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +20 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +20 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +20 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +20 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/clock-alert.d.ts +14 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/clock-alert.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -650,6 +650,8 @@ export { default as Clock8Icon } from './icons/clock-8';
|
|
|
650
650
|
export { default as LucideClock8 } from './icons/clock-8';
|
|
651
651
|
export { default as Clock9Icon } from './icons/clock-9';
|
|
652
652
|
export { default as LucideClock9 } from './icons/clock-9';
|
|
653
|
+
export { default as ClockAlertIcon } from './icons/clock-alert';
|
|
654
|
+
export { default as LucideClockAlert } from './icons/clock-alert';
|
|
653
655
|
export { default as ClockArrowDownIcon } from './icons/clock-arrow-down';
|
|
654
656
|
export { default as LucideClockArrowDown } from './icons/clock-arrow-down';
|
|
655
657
|
export { default as ClockArrowUpIcon } from './icons/clock-arrow-up';
|