lucide-angular 0.352.0 → 0.353.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/ham.mjs +31 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/ham.mjs +31 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +32 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +32 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +32 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +32 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/ham.d.ts +14 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/ham.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1204,6 +1204,8 @@ export { default as GroupIcon } from './icons/group';
|
|
|
1204
1204
|
export { default as LucideGroup } from './icons/group';
|
|
1205
1205
|
export { default as GuitarIcon } from './icons/guitar';
|
|
1206
1206
|
export { default as LucideGuitar } from './icons/guitar';
|
|
1207
|
+
export { default as HamIcon } from './icons/ham';
|
|
1208
|
+
export { default as LucideHam } from './icons/ham';
|
|
1207
1209
|
export { default as HammerIcon } from './icons/hammer';
|
|
1208
1210
|
export { default as LucideHammer } from './icons/hammer';
|
|
1209
1211
|
export { default as HandCoinsIcon } from './icons/hand-coins';
|