From 270fcc51accc95133a654a7201392cf6a071cdac Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 31 Oct 2025 16:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DSearchIcon=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Icon/SearchIcon/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";