import React from "react"; const SearchIcon = (props) => { return ( ); }; export default SearchIcon;