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.
- package/aliases.d.ts +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/rat.mjs +8 -14
- package/esm2020/icons/squirrel.mjs +26 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/rat.mjs +8 -14
- package/esm2020/src/icons/icons/squirrel.mjs +26 -0
- package/fesm2015/lucide-angular-src-icons.mjs +33 -14
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +33 -14
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +33 -14
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +33 -14
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/squirrel.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/squirrel.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -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';
|