@modul/mbui 0.0.36-beta-pv-53652-48469a8f → 0.0.36-beta-pv-53652-23fbe72d

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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const SvgUnlock: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgUnlock;
@@ -188,6 +188,7 @@ export { default as Unlink } from './Unlink';
188
188
  export { default as UnsortedSolid } from './UnsortedSolid';
189
189
  export { default as Unsorted } from './Unsorted';
190
190
  export { default as Upload } from './Upload';
191
+ export { default as Unlock } from './Unlock';
191
192
  export { default as UserAdd } from './UserAdd';
192
193
  export { default as UserCard } from './UserCard';
193
194
  export { default as UserEdit } from './UserEdit';