@modul/mbui 0.0.32 → 0.0.33-beta-sbplogo-2706b17f

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 SvgSbpColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSbpColored;
@@ -157,6 +157,7 @@ export { default as Route } from './Route';
157
157
  export { default as Ruble } from './Ruble';
158
158
  export { default as Sbp } from './Sbp';
159
159
  export { default as SbpColored } from './SbpColored';
160
+ export { default as SbpColoredFull } from './SbpColoredFull';
160
161
  export { default as Search } from './Search';
161
162
  export { default as Send } from './Send';
162
163
  export { default as Services } from './Services';