From 1995064bc5ecda6850afe9ec2abba784dec54e6f Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 12 Mar 2026 11:15:46 +0000 Subject: [PATCH] fix(ui): update terminal and review icons --- packages/ui/src/components/icon.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 19831db6fb..bd5490e226 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -21,12 +21,12 @@ const icons = { "close-small": ``, checklist: ``, console: ``, - terminal: ``, - "terminal-active": ` -`, - review: ``, - "review-active": ` -`, + terminal: ``, + "terminal-active": ` +`, + review: ``, + "review-active": ` +`, expand: ``, collapse: ``, code: ``,