lucide-angular 0.212.0 → 0.214.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 +5 -2
- package/esm2020/aliases.mjs +7 -4
- package/esm2020/icons/case-lower.mjs +4 -4
- package/esm2020/icons/case-sensitive.mjs +4 -4
- package/esm2020/icons/case-upper.mjs +4 -5
- package/esm2020/icons/lucide-icons.mjs +2 -2
- package/esm2020/icons/space.mjs +7 -2
- package/esm2020/{src/icons/icons/stars.mjs → icons/sparkles.mjs} +3 -3
- package/esm2020/icons/whole-word.mjs +8 -5
- package/esm2020/src/icons/aliases.mjs +7 -4
- package/esm2020/src/icons/icons/case-lower.mjs +4 -4
- package/esm2020/src/icons/icons/case-sensitive.mjs +4 -4
- package/esm2020/src/icons/icons/case-upper.mjs +4 -5
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -2
- package/esm2020/src/icons/icons/space.mjs +7 -2
- package/esm2020/src/icons/icons/sparkles.mjs +21 -0
- package/esm2020/src/icons/icons/whole-word.mjs +8 -5
- package/fesm2015/lucide-angular-src-icons.mjs +43 -36
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +43 -36
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +43 -36
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +43 -36
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -1
- package/icons/sparkles.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +5 -2
- package/src/icons/icons/lucide-icons.d.ts +1 -1
- package/src/icons/icons/sparkles.d.ts +3 -0
- package/esm2020/icons/stars.mjs +0 -21
- package/icons/stars.d.ts +0 -3
- package/src/icons/icons/stars.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -1853,6 +1853,11 @@ export { default as SoupIcon } from './icons/soup';
|
|
|
1853
1853
|
export { default as LucideSoup } from './icons/soup';
|
|
1854
1854
|
export { default as SpaceIcon } from './icons/space';
|
|
1855
1855
|
export { default as LucideSpace } from './icons/space';
|
|
1856
|
+
export { default as SparklesIcon } from './icons/sparkles';
|
|
1857
|
+
export { default as LucideSparkles } from './icons/sparkles';
|
|
1858
|
+
export { default as Stars } from './icons/sparkles';
|
|
1859
|
+
export { default as StarsIcon } from './icons/sparkles';
|
|
1860
|
+
export { default as LucideStars } from './icons/sparkles';
|
|
1856
1861
|
export { default as SpeakerIcon } from './icons/speaker';
|
|
1857
1862
|
export { default as LucideSpeaker } from './icons/speaker';
|
|
1858
1863
|
export { default as SplineIcon } from './icons/spline';
|
|
@@ -1883,8 +1888,6 @@ export { default as StarOffIcon } from './icons/star-off';
|
|
|
1883
1888
|
export { default as LucideStarOff } from './icons/star-off';
|
|
1884
1889
|
export { default as StarIcon } from './icons/star';
|
|
1885
1890
|
export { default as LucideStar } from './icons/star';
|
|
1886
|
-
export { default as StarsIcon } from './icons/stars';
|
|
1887
|
-
export { default as LucideStars } from './icons/stars';
|
|
1888
1891
|
export { default as StepBackIcon } from './icons/step-back';
|
|
1889
1892
|
export { default as LucideStepBack } from './icons/step-back';
|
|
1890
1893
|
export { default as StepForwardIcon } from './icons/step-forward';
|