lucide-angular 0.201.0 → 0.202.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
@@ -1595,6 +1595,8 @@ export { default as PlayIcon } from './icons/play';
1595
1595
  export { default as LucidePlay } from './icons/play';
1596
1596
  export { default as Plug2Icon } from './icons/plug-2';
1597
1597
  export { default as LucidePlug2 } from './icons/plug-2';
1598
+ export { default as PlugZap2Icon } from './icons/plug-zap-2';
1599
+ export { default as LucidePlugZap2 } from './icons/plug-zap-2';
1598
1600
  export { default as PlugZapIcon } from './icons/plug-zap';
1599
1601
  export { default as LucidePlugZap } from './icons/plug-zap';
1600
1602
  export { default as PlugIcon } from './icons/plug';
@@ -2040,6 +2042,8 @@ export { default as UnlinkIcon } from './icons/unlink';
2040
2042
  export { default as LucideUnlink } from './icons/unlink';
2041
2043
  export { default as UnlockIcon } from './icons/unlock';
2042
2044
  export { default as LucideUnlock } from './icons/unlock';
2045
+ export { default as UnplugIcon } from './icons/unplug';
2046
+ export { default as LucideUnplug } from './icons/unplug';
2043
2047
  export { default as UploadCloudIcon } from './icons/upload-cloud';
2044
2048
  export { default as LucideUploadCloud } from './icons/upload-cloud';
2045
2049
  export { default as UploadIcon } from './icons/upload';