@modul/mbui 0.0.36-beta-pv-53652-4260052c → 0.0.36-beta-pv-53653-5419f44f

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 SvgClockSolid: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClockSolid;
@@ -49,6 +49,7 @@ export { default as Checklist } from './Checklist';
49
49
  export { default as Circle } from './Circle';
50
50
  export { default as Close } from './Close';
51
51
  export { default as Clock } from './Clock';
52
+ export { default as ClockSolid } from './ClockSolid';
52
53
  export { default as Coins } from './Coins';
53
54
  export { default as Collapse } from './Collapse';
54
55
  export { default as Copy } from './Copy';