@modul/mbui 1.0.3-beta-stepper-881f7462 → 1.0.3-beta-stepper-ad798d6e

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 SvgAlertCircleSolid: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAlertCircleSolid;
@@ -6,6 +6,7 @@ export { default as Services } from './Services';
6
6
  export { default as Sbp } from './Sbp';
7
7
  export { default as SbpColored } from './SbpColored';
8
8
  export { default as SbpColoredFull } from './SbpColoredFull';
9
+ export { default as AlertCircleSolid } from './AlertCircleSolid';
9
10
  export { default as Archive } from './Archive';
10
11
  export { default as ArrowLeft } from './ArrowLeft';
11
12
  export { default as ArrowRight } from './ArrowRight';