From 4c02d515a1e15a99fc009587e821087e042bd45b Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 12 Dec 2025 09:44:04 +0000 Subject: wip: desktop sidebar icon updates --- packages/ui/src/components/icon.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/ui') diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 080a6274d..40be8955c 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -23,6 +23,7 @@ const icons = { folder: ``, "magnifying-glass": ``, "plus-small": ``, + "plus": ``, "pencil-line": ``, mcp: ``, glasses: ``, @@ -39,7 +40,7 @@ const icons = { "square-arrow-top-right": ``, "speech-bubble": ``, "folder-add-left": ``, - "settings-gear": ``, + "settings-gear": ` `, github: ``, discord: ``, "layout-bottom": ``, -- cgit v1.2.3