import * as React from "react"; function SearchIcon(props: React.SVGProps) { return ; } export default SearchIcon;