@modul/mbui 0.0.34-beta-pv-53449-37fa0cc9 → 0.0.35-beta-pv-53658-d83a807c

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import type { SVGProps } from 'react';
3
- declare const SvgSbpColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgSbpColored;
3
+ declare const SvgSbpColoredFull: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSbpColoredFull;
@@ -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';