diff --git a/apps/web/src/components/editor/panels/chat/chat-input.tsx b/apps/web/src/components/editor/panels/chat/chat-input.tsx
index 9213ae56..f18a2975 100644
--- a/apps/web/src/components/editor/panels/chat/chat-input.tsx
+++ b/apps/web/src/components/editor/panels/chat/chat-input.tsx
@@ -6,7 +6,7 @@ import {
Sent02Icon,
FlashIcon,
Shield01Icon,
- PlanChartIcon,
+ CheckListIcon,
Edit02Icon,
} from "@hugeicons/core-free-icons";
import { Button } from "@/components/ui/button";
@@ -101,7 +101,7 @@ export function ChatInput({ onSend, disabled }: ChatInputProps) {
}
>
diff --git a/apps/web/src/components/editor/panels/chat/mode-transition-modal.tsx b/apps/web/src/components/editor/panels/chat/mode-transition-modal.tsx
index b5c74ab7..9289938b 100644
--- a/apps/web/src/components/editor/panels/chat/mode-transition-modal.tsx
+++ b/apps/web/src/components/editor/panels/chat/mode-transition-modal.tsx
@@ -2,7 +2,7 @@
import { useCallback } from "react";
import { HugeiconsIcon } from "@hugeicons/react";
-import { PlanChartIcon, Edit02Icon } from "@hugeicons/core-free-icons";
+import { CheckListIcon, Edit02Icon } from "@hugeicons/core-free-icons";
import { Button } from "@/components/ui/button";
import { useAgentStore } from "@/stores/agent-store";
import { usePlanStore } from "@/stores/plan-store";
@@ -91,7 +91,7 @@ export function ModeTransitionModal() {
className="w-full"
>
diff --git a/apps/web/src/components/editor/panels/chat/plan-panel.tsx b/apps/web/src/components/editor/panels/chat/plan-panel.tsx
index 37ec6f6d..e5046e66 100644
--- a/apps/web/src/components/editor/panels/chat/plan-panel.tsx
+++ b/apps/web/src/components/editor/panels/chat/plan-panel.tsx
@@ -6,7 +6,7 @@ import {
CancelCircleIcon,
Loading03Icon,
MinusSignIcon,
- PlanChartIcon,
+ CheckListIcon,
} from "@hugeicons/core-free-icons";
import { ScrollArea } from "@/components/ui/scroll-area";
import { usePlanStore } from "@/stores/plan-store";
@@ -77,7 +77,7 @@ export function PlanPanel() {
return (