lucide-angular 0.401.0 → 0.402.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 CHANGED
@@ -2566,8 +2566,14 @@ export { default as WheatIcon } from './icons/wheat';
2566
2566
  export { default as LucideWheat } from './icons/wheat';
2567
2567
  export { default as WholeWordIcon } from './icons/whole-word';
2568
2568
  export { default as LucideWholeWord } from './icons/whole-word';
2569
+ export { default as WifiHighIcon } from './icons/wifi-high';
2570
+ export { default as LucideWifiHigh } from './icons/wifi-high';
2571
+ export { default as WifiLowIcon } from './icons/wifi-low';
2572
+ export { default as LucideWifiLow } from './icons/wifi-low';
2569
2573
  export { default as WifiOffIcon } from './icons/wifi-off';
2570
2574
  export { default as LucideWifiOff } from './icons/wifi-off';
2575
+ export { default as WifiZeroIcon } from './icons/wifi-zero';
2576
+ export { default as LucideWifiZero } from './icons/wifi-zero';
2571
2577
  export { default as WifiIcon } from './icons/wifi';
2572
2578
  export { default as LucideWifi } from './icons/wifi';
2573
2579
  export { default as WindIcon } from './icons/wind';