import type { SVGProps } from 'react'; const Search = (props: SVGProps) => ( ); export default Search;