lucide-angular 0.303.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 +10 -0
- package/esm2020/aliases.mjs +16 -1
- package/esm2020/icons/bolt.mjs +13 -0
- package/esm2020/icons/drill.mjs +18 -0
- package/esm2020/icons/heater.mjs +18 -0
- package/esm2020/icons/lucide-icons.mjs +6 -1
- package/esm2020/icons/vault.mjs +15 -0
- package/esm2020/icons/washing-machine.mjs +10 -0
- package/esm2020/src/icons/aliases.mjs +16 -1
- package/esm2020/src/icons/icons/bolt.mjs +13 -0
- package/esm2020/src/icons/icons/drill.mjs +18 -0
- package/esm2020/src/icons/icons/heater.mjs +18 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +6 -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 +75 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +75 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +75 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +75 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/bolt.d.ts +3 -0
- package/icons/drill.d.ts +3 -0
- package/icons/heater.d.ts +3 -0
- package/icons/lucide-icons.d.ts +5 -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 +10 -0
- package/src/icons/icons/bolt.d.ts +3 -0
- package/src/icons/icons/drill.d.ts +3 -0
- package/src/icons/icons/heater.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +5 -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
|
@@ -352,6 +352,8 @@ export { default as BluetoothIcon } from './icons/bluetooth';
|
|
|
352
352
|
export { default as LucideBluetooth } from './icons/bluetooth';
|
|
353
353
|
export { default as BoldIcon } from './icons/bold';
|
|
354
354
|
export { default as LucideBold } from './icons/bold';
|
|
355
|
+
export { default as BoltIcon } from './icons/bolt';
|
|
356
|
+
export { default as LucideBolt } from './icons/bolt';
|
|
355
357
|
export { default as BombIcon } from './icons/bomb';
|
|
356
358
|
export { default as LucideBomb } from './icons/bomb';
|
|
357
359
|
export { default as BoneIcon } from './icons/bone';
|
|
@@ -866,6 +868,8 @@ export { default as DramaIcon } from './icons/drama';
|
|
|
866
868
|
export { default as LucideDrama } from './icons/drama';
|
|
867
869
|
export { default as DribbbleIcon } from './icons/dribbble';
|
|
868
870
|
export { default as LucideDribbble } from './icons/dribbble';
|
|
871
|
+
export { default as DrillIcon } from './icons/drill';
|
|
872
|
+
export { default as LucideDrill } from './icons/drill';
|
|
869
873
|
export { default as DropletIcon } from './icons/droplet';
|
|
870
874
|
export { default as LucideDroplet } from './icons/droplet';
|
|
871
875
|
export { default as DropletsIcon } from './icons/droplets';
|
|
@@ -1296,6 +1300,8 @@ export { default as HeartPulseIcon } from './icons/heart-pulse';
|
|
|
1296
1300
|
export { default as LucideHeartPulse } from './icons/heart-pulse';
|
|
1297
1301
|
export { default as HeartIcon } from './icons/heart';
|
|
1298
1302
|
export { default as LucideHeart } from './icons/heart';
|
|
1303
|
+
export { default as HeaterIcon } from './icons/heater';
|
|
1304
|
+
export { default as LucideHeater } from './icons/heater';
|
|
1299
1305
|
export { default as HelpCircleIcon } from './icons/help-circle';
|
|
1300
1306
|
export { default as LucideHelpCircle } from './icons/help-circle';
|
|
1301
1307
|
export { default as HelpingHandIcon } from './icons/helping-hand';
|
|
@@ -2516,6 +2522,8 @@ export { default as UtilityPoleIcon } from './icons/utility-pole';
|
|
|
2516
2522
|
export { default as LucideUtilityPole } from './icons/utility-pole';
|
|
2517
2523
|
export { default as VariableIcon } from './icons/variable';
|
|
2518
2524
|
export { default as LucideVariable } from './icons/variable';
|
|
2525
|
+
export { default as VaultIcon } from './icons/vault';
|
|
2526
|
+
export { default as LucideVault } from './icons/vault';
|
|
2519
2527
|
export { default as VeganIcon } from './icons/vegan';
|
|
2520
2528
|
export { default as LucideVegan } from './icons/vegan';
|
|
2521
2529
|
export { default as VenetianMaskIcon } from './icons/venetian-mask';
|
|
@@ -2558,6 +2566,8 @@ export { default as WandIcon } from './icons/wand';
|
|
|
2558
2566
|
export { default as LucideWand } from './icons/wand';
|
|
2559
2567
|
export { default as WarehouseIcon } from './icons/warehouse';
|
|
2560
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';
|
|
2561
2571
|
export { default as WatchIcon } from './icons/watch';
|
|
2562
2572
|
export { default as LucideWatch } from './icons/watch';
|
|
2563
2573
|
export { default as WavesIcon } from './icons/waves';
|