refactor(icons): 迁移 components 目录图标到 lucide-react

- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- 涉及 49 个组件文件

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-25 12:23:19 +08:00
parent 33e9a10524
commit 6f5c6c933e
49 changed files with 250 additions and 282 deletions

View File

@@ -25,7 +25,7 @@ import {
useColorModeValue,
} from "@chakra-ui/react";
import React from "react";
import { BsCircleFill } from "react-icons/bs";
import { Circle } from "lucide-react";
function TablesReportsRow(props) {
const {
@@ -99,9 +99,10 @@ function TablesReportsRow(props) {
>
<Flex align="center">
<Icon
as={BsCircleFill}
as={Circle}
w="8px"
h="8px"
fill="currentColor"
color={
review === "Positive"
? "teal.300"