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