diff --git a/components/Icon/SearchIcon/index.js b/components/Icon/SearchIcon/index.js
index 5a01162..af98669 100644
--- a/components/Icon/SearchIcon/index.js
+++ b/components/Icon/SearchIcon/index.js
@@ -1,7 +1,7 @@
-import { PlusOutlined } from "@ant-design/icons";
+import { SearchOutlined } from "@ant-design/icons";
const SearchIcon = props => (
-
+
);
SearchIcon.displayName = "SearchIcon";