@modul/mbui 0.0.33 → 0.0.34-beta-pv-53449-37fa0cc9

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 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';