From 2dbdd18483a6cfbda7c965e8f7b4df89d39d5432 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 19 Jan 2026 17:01:56 +0000 Subject: add hover overlay with upload/trash icons to project icon in edit dialog --- packages/ui/src/components/icon.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/ui/src/components') diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 2d680b28b..98f96c8e8 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -64,6 +64,8 @@ const icons = { help: ``, "settings-gear": ``, dash: ``, + "cloud-upload": ``, + trash: ``, } export interface IconProps extends ComponentProps<"svg"> { -- cgit v1.2.3