Compare commits
2 Commits
33eb6519c0
...
33ad1e87d5
| Author | SHA1 | Date |
|---|---|---|
|
|
33ad1e87d5 | |
|
|
270fcc51ac |
|
|
@ -1,7 +1,7 @@
|
|||
import { PlusOutlined } from "@ant-design/icons";
|
||||
import { SearchOutlined } from "@ant-design/icons";
|
||||
|
||||
const SearchIcon = props => (
|
||||
<PlusOutlined {...props} />
|
||||
<SearchOutlined {...props} />
|
||||
);
|
||||
|
||||
SearchIcon.displayName = "SearchIcon";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.33",
|
||||
"version": "1.0.34",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue