From 953af23920c98daee4f282244c9e830704df18b6 Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 13 Mar 2026 10:07:34 +0000 Subject: [PATCH] tui: replace help and settings-gear icons with cleaner SVG paths --- packages/ui/src/components/icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index aacfa476b5..342543c7d8 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -87,8 +87,8 @@ const icons = { server: ``, branch: ``, edit: ``, - help: ``, - "settings-gear": ``, + help: ``, + "settings-gear": ``, dash: ``, "cloud-upload": ``, trash: ``,