import { SVGProps } from "react"; const SvgComponent = (props: SVGProps) => ( ); export { SvgComponent as Search };