lucide-angular 0.333.0 → 0.335.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/hammer.mjs +6 -9
- package/esm2020/icons/hop-off.mjs +36 -11
- package/esm2020/icons/hop.mjs +47 -11
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/pickaxe.mjs +37 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/hammer.mjs +6 -9
- package/esm2020/src/icons/icons/hop-off.mjs +36 -11
- package/esm2020/src/icons/icons/hop.mjs +47 -11
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/pickaxe.mjs +37 -0
- package/fesm2015/lucide-angular-src-icons.mjs +124 -29
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +124 -29
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +124 -29
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +124 -29
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/hammer.d.ts +1 -1
- package/icons/hop-off.d.ts +1 -1
- package/icons/hop.d.ts +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/pickaxe.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/hammer.d.ts +1 -1
- package/src/icons/icons/hop-off.d.ts +1 -1
- package/src/icons/icons/hop.d.ts +1 -1
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/pickaxe.d.ts +14 -0
package/aliases.d.ts
CHANGED
|
@@ -1904,6 +1904,8 @@ export { default as PiIcon } from './icons/pi';
|
|
|
1904
1904
|
export { default as LucidePi } from './icons/pi';
|
|
1905
1905
|
export { default as PianoIcon } from './icons/piano';
|
|
1906
1906
|
export { default as LucidePiano } from './icons/piano';
|
|
1907
|
+
export { default as PickaxeIcon } from './icons/pickaxe';
|
|
1908
|
+
export { default as LucidePickaxe } from './icons/pickaxe';
|
|
1907
1909
|
export { default as PictureInPicture2Icon } from './icons/picture-in-picture-2';
|
|
1908
1910
|
export { default as LucidePictureInPicture2 } from './icons/picture-in-picture-2';
|
|
1909
1911
|
export { default as PictureInPictureIcon } from './icons/picture-in-picture';
|