From 68461af9902d3dbeffadedd4242beab391b87887 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 31 May 2026 10:50:43 -0400 Subject: [PATCH] icons: add import icon (arrow entering box) Distinct from download (vertical arrow+line). Used for YouTube ingest to avoid sharing a glyph with the Downloads section tile. --- services/web-ui/public/icons.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web-ui/public/icons.jsx b/services/web-ui/public/icons.jsx index e0a9fe0..8526d00 100644 --- a/services/web-ui/public/icons.jsx +++ b/services/web-ui/public/icons.jsx @@ -29,6 +29,7 @@ const ICONS = { audio: <>, image: <>, download: <>, + import: <>, key: <>, lock: <>, edit: <>,