Compare commits

..

No commits in common. "33ad1e87d5552f4db8350ccd750ec5b7fcef530e" and "33eb6519c0399c4ca094991d7009b5c809664842" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { SearchOutlined } from "@ant-design/icons"; import { PlusOutlined } from "@ant-design/icons";
const SearchIcon = props => ( const SearchIcon = props => (
<SearchOutlined {...props} /> <PlusOutlined {...props} />
); );
SearchIcon.displayName = "SearchIcon"; SearchIcon.displayName = "SearchIcon";

View File

@ -1,7 +1,7 @@
{ {
"name": "zy-react-library", "name": "zy-react-library",
"private": false, "private": false,
"version": "1.0.34", "version": "1.0.33",
"type": "module", "type": "module",
"description": "", "description": "",
"author": "LiuJiaNan", "author": "LiuJiaNan",