propro-common-components 0.1.246 → 0.1.248

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- export type SearchsvgIconProps = React.ComponentProps<"svg"> & {
3
+ export type SearchSvgIconProps = React.ComponentProps<"svg"> & {
4
4
  title?: string;
5
5
  };
6
- export declare function SearchsvgIcon(props: SearchsvgIconProps): import("react/jsx-runtime").JSX.Element;
7
- export default SearchsvgIcon;
6
+ export declare function SearchSvgIcon(props: SearchSvgIconProps): import("react/jsx-runtime").JSX.Element;
7
+ export default SearchSvgIcon;