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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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';