lucide-angular 0.232.0 → 0.233.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.
@@ -965,6 +965,7 @@ export { default as SquareDot } from './square-dot';
965
965
  export { default as SquareEqual } from './square-equal';
966
966
  export { default as SquareSlash } from './square-slash';
967
967
  export { default as Square } from './square';
968
+ export { default as Squirrel } from './squirrel';
968
969
  export { default as Stamp } from './stamp';
969
970
  export { default as StarHalf } from './star-half';
970
971
  export { default as StarOff } from './star-off';
@@ -0,0 +1,3 @@
1
+ import { LucideIconData } from './types';
2
+ declare const Squirrel: LucideIconData;
3
+ export default Squirrel;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lucide-angular",
3
3
  "description": "A Lucide icon library package for Angular applications",
4
- "version": "0.232.0",
4
+ "version": "0.233.0",
5
5
  "author": "SMAH1",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",
@@ -1971,6 +1971,8 @@ export { default as SquareSlashIcon } from './icons/square-slash';
1971
1971
  export { default as LucideSquareSlash } from './icons/square-slash';
1972
1972
  export { default as SquareIcon } from './icons/square';
1973
1973
  export { default as LucideSquare } from './icons/square';
1974
+ export { default as SquirrelIcon } from './icons/squirrel';
1975
+ export { default as LucideSquirrel } from './icons/squirrel';
1974
1976
  export { default as StampIcon } from './icons/stamp';
1975
1977
  export { default as LucideStamp } from './icons/stamp';
1976
1978
  export { default as StarHalfIcon } from './icons/star-half';
@@ -965,6 +965,7 @@ export { default as SquareDot } from './square-dot';
965
965
  export { default as SquareEqual } from './square-equal';
966
966
  export { default as SquareSlash } from './square-slash';
967
967
  export { default as Square } from './square';
968
+ export { default as Squirrel } from './squirrel';
968
969
  export { default as Stamp } from './stamp';
969
970
  export { default as StarHalf } from './star-half';
970
971
  export { default as StarOff } from './star-off';
@@ -0,0 +1,3 @@
1
+ import { LucideIconData } from './types';
2
+ declare const Squirrel: LucideIconData;
3
+ export default Squirrel;