import React from 'react' const Search = (props:any) => { const {fill} = props; return ( <> ); } export default Search