lucide-angular 0.280.0 → 0.282.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
@@ -1406,6 +1406,8 @@ export { default as LocateOffIcon } from './icons/locate-off';
1406
1406
  export { default as LucideLocateOff } from './icons/locate-off';
1407
1407
  export { default as LocateIcon } from './icons/locate';
1408
1408
  export { default as LucideLocate } from './icons/locate';
1409
+ export { default as LockKeyholeIcon } from './icons/lock-keyhole';
1410
+ export { default as LucideLockKeyhole } from './icons/lock-keyhole';
1409
1411
  export { default as LockIcon } from './icons/lock';
1410
1412
  export { default as LucideLock } from './icons/lock';
1411
1413
  export { default as LogInIcon } from './icons/log-in';
@@ -2328,6 +2330,8 @@ export { default as Unlink2Icon } from './icons/unlink-2';
2328
2330
  export { default as LucideUnlink2 } from './icons/unlink-2';
2329
2331
  export { default as UnlinkIcon } from './icons/unlink';
2330
2332
  export { default as LucideUnlink } from './icons/unlink';
2333
+ export { default as UnlockKeyholeIcon } from './icons/unlock-keyhole';
2334
+ export { default as LucideUnlockKeyhole } from './icons/unlock-keyhole';
2331
2335
  export { default as UnlockIcon } from './icons/unlock';
2332
2336
  export { default as LucideUnlock } from './icons/unlock';
2333
2337
  export { default as UnplugIcon } from './icons/unplug';