import type { SVGProps } from "react"; export function SearchIcon(props: SVGProps) { return ( ); }