@modul/mbui 1.0.0-beta-dev-6fa5a2f8 → 1.0.0-beta-dev-7f128c29

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 SvgCalendarCancel: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCalendarCancel;
@@ -48,6 +48,7 @@ export { default as Close } from './Close';
48
48
  export { default as ClockSolid } from './ClockSolid';
49
49
  export { default as Clock } from './Clock';
50
50
  export { default as Calendar } from './Calendar';
51
+ export { default as CalendarCancel } from './CalendarCancel';
51
52
  export { default as Print } from './Print';
52
53
  export { default as Call } from './Call';
53
54
  export { default as Tariffs } from './Tariffs';