feat: change to lucide Icons

This commit is contained in:
Li Xin
2025-04-20 21:32:56 +08:00
parent 81b1dbfefb
commit 2f6b6a1d8d
6 changed files with 40 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
// SPDX-License-Identifier: MIT
import { CloseOutlined } from "@ant-design/icons";
import { X } from "lucide-react";
import { useEffect, useState } from "react";
import { Button } from "~/components/ui/button";
@@ -48,7 +48,7 @@ export function ResearchBlock({
openResearch(null);
}}
>
<CloseOutlined />
<X />
</Button>
</Tooltip>
</div>