lucide-angular 0.304.0 → 0.305.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 +6 -0
- package/esm2020/aliases.mjs +10 -1
- package/esm2020/icons/heater.mjs +18 -0
- package/esm2020/icons/lucide-icons.mjs +4 -1
- package/esm2020/icons/vault.mjs +15 -0
- package/esm2020/icons/washing-machine.mjs +10 -0
- package/esm2020/src/icons/aliases.mjs +10 -1
- package/esm2020/src/icons/icons/heater.mjs +18 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +4 -1
- package/esm2020/src/icons/icons/vault.mjs +15 -0
- package/esm2020/src/icons/icons/washing-machine.mjs +10 -0
- package/fesm2015/lucide-angular-src-icons.mjs +44 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +44 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +44 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +44 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/heater.d.ts +3 -0
- package/icons/lucide-icons.d.ts +3 -0
- package/icons/vault.d.ts +3 -0
- package/icons/washing-machine.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +6 -0
- package/src/icons/icons/heater.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +3 -0
- package/src/icons/icons/vault.d.ts +3 -0
- package/src/icons/icons/washing-machine.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1300,6 +1300,8 @@ export { default as HeartPulseIcon } from './icons/heart-pulse';
|
|
|
1300
1300
|
export { default as LucideHeartPulse } from './icons/heart-pulse';
|
|
1301
1301
|
export { default as HeartIcon } from './icons/heart';
|
|
1302
1302
|
export { default as LucideHeart } from './icons/heart';
|
|
1303
|
+
export { default as HeaterIcon } from './icons/heater';
|
|
1304
|
+
export { default as LucideHeater } from './icons/heater';
|
|
1303
1305
|
export { default as HelpCircleIcon } from './icons/help-circle';
|
|
1304
1306
|
export { default as LucideHelpCircle } from './icons/help-circle';
|
|
1305
1307
|
export { default as HelpingHandIcon } from './icons/helping-hand';
|
|
@@ -2520,6 +2522,8 @@ export { default as UtilityPoleIcon } from './icons/utility-pole';
|
|
|
2520
2522
|
export { default as LucideUtilityPole } from './icons/utility-pole';
|
|
2521
2523
|
export { default as VariableIcon } from './icons/variable';
|
|
2522
2524
|
export { default as LucideVariable } from './icons/variable';
|
|
2525
|
+
export { default as VaultIcon } from './icons/vault';
|
|
2526
|
+
export { default as LucideVault } from './icons/vault';
|
|
2523
2527
|
export { default as VeganIcon } from './icons/vegan';
|
|
2524
2528
|
export { default as LucideVegan } from './icons/vegan';
|
|
2525
2529
|
export { default as VenetianMaskIcon } from './icons/venetian-mask';
|
|
@@ -2562,6 +2566,8 @@ export { default as WandIcon } from './icons/wand';
|
|
|
2562
2566
|
export { default as LucideWand } from './icons/wand';
|
|
2563
2567
|
export { default as WarehouseIcon } from './icons/warehouse';
|
|
2564
2568
|
export { default as LucideWarehouse } from './icons/warehouse';
|
|
2569
|
+
export { default as WashingMachineIcon } from './icons/washing-machine';
|
|
2570
|
+
export { default as LucideWashingMachine } from './icons/washing-machine';
|
|
2565
2571
|
export { default as WatchIcon } from './icons/watch';
|
|
2566
2572
|
export { default as LucideWatch } from './icons/watch';
|
|
2567
2573
|
export { default as WavesIcon } from './icons/waves';
|