lucide-angular 0.218.0 → 0.220.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/diamond.mjs +4 -9
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/sparkle.mjs +17 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/diamond.mjs +4 -9
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/sparkle.mjs +17 -0
- package/fesm2015/lucide-angular-src-icons.mjs +20 -9
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +20 -9
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +20 -9
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +20 -9
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/sparkle.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/sparkle.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1880,6 +1880,8 @@ export { default as SoupIcon } from './icons/soup';
|
|
|
1880
1880
|
export { default as LucideSoup } from './icons/soup';
|
|
1881
1881
|
export { default as SpaceIcon } from './icons/space';
|
|
1882
1882
|
export { default as LucideSpace } from './icons/space';
|
|
1883
|
+
export { default as SparkleIcon } from './icons/sparkle';
|
|
1884
|
+
export { default as LucideSparkle } from './icons/sparkle';
|
|
1883
1885
|
export { default as SparklesIcon } from './icons/sparkles';
|
|
1884
1886
|
export { default as LucideSparkles } from './icons/sparkles';
|
|
1885
1887
|
export { default as Stars } from './icons/sparkles';
|