lucide-angular 0.219.0 → 0.221.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 +4 -0
- package/esm2020/aliases.mjs +7 -1
- package/esm2020/icons/diamond.mjs +4 -9
- package/esm2020/icons/ferris-wheel.mjs +19 -0
- package/esm2020/icons/lucide-icons.mjs +3 -1
- package/esm2020/icons/roller-coaster.mjs +23 -0
- package/esm2020/src/icons/aliases.mjs +7 -1
- package/esm2020/src/icons/icons/diamond.mjs +4 -9
- package/esm2020/src/icons/icons/ferris-wheel.mjs +19 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +3 -1
- package/esm2020/src/icons/icons/roller-coaster.mjs +23 -0
- package/fesm2015/lucide-angular-src-icons.mjs +44 -9
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +44 -9
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +44 -9
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +44 -9
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/ferris-wheel.d.ts +3 -0
- package/icons/lucide-icons.d.ts +2 -0
- package/icons/roller-coaster.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +4 -0
- package/src/icons/icons/ferris-wheel.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +2 -0
- package/src/icons/icons/roller-coaster.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -817,6 +817,8 @@ export { default as FastForwardIcon } from './icons/fast-forward';
|
|
|
817
817
|
export { default as LucideFastForward } from './icons/fast-forward';
|
|
818
818
|
export { default as FeatherIcon } from './icons/feather';
|
|
819
819
|
export { default as LucideFeather } from './icons/feather';
|
|
820
|
+
export { default as FerrisWheelIcon } from './icons/ferris-wheel';
|
|
821
|
+
export { default as LucideFerrisWheel } from './icons/ferris-wheel';
|
|
820
822
|
export { default as FigmaIcon } from './icons/figma';
|
|
821
823
|
export { default as LucideFigma } from './icons/figma';
|
|
822
824
|
export { default as FileArchiveIcon } from './icons/file-archive';
|
|
@@ -1722,6 +1724,8 @@ export { default as RocketIcon } from './icons/rocket';
|
|
|
1722
1724
|
export { default as LucideRocket } from './icons/rocket';
|
|
1723
1725
|
export { default as RockingChairIcon } from './icons/rocking-chair';
|
|
1724
1726
|
export { default as LucideRockingChair } from './icons/rocking-chair';
|
|
1727
|
+
export { default as RollerCoasterIcon } from './icons/roller-coaster';
|
|
1728
|
+
export { default as LucideRollerCoaster } from './icons/roller-coaster';
|
|
1725
1729
|
export { default as Rotate3dIcon } from './icons/rotate-3d';
|
|
1726
1730
|
export { default as LucideRotate3d } from './icons/rotate-3d';
|
|
1727
1731
|
export { default as RotateCcwIcon } from './icons/rotate-ccw';
|