修复SearchIcon图标错误
parent
33eb6519c0
commit
270fcc51ac
|
|
@ -1,7 +1,7 @@
|
||||||
import { PlusOutlined } from "@ant-design/icons";
|
import { SearchOutlined } from "@ant-design/icons";
|
||||||
|
|
||||||
const SearchIcon = props => (
|
const SearchIcon = props => (
|
||||||
<PlusOutlined {...props} />
|
<SearchOutlined {...props} />
|
||||||
);
|
);
|
||||||
|
|
||||||
SearchIcon.displayName = "SearchIcon";
|
SearchIcon.displayName = "SearchIcon";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue