From 2e2b09165368f6040fcd63177e1f6c52aaf9b006 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 30 May 2026 13:29:18 -0400 Subject: [PATCH] icons: fix 4 icon issues found in audit - jobs: replace hamburger (nav menu) with bulleted list (task queue) - grid: add rx="1" to match library icon (consistency) - hdd: replace circle+dot (vinyl) with cylinder (storage) - proxy: replace upload-arrow with sliders (transcode/transform) --- services/web-ui/public/icons.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web-ui/public/icons.jsx b/services/web-ui/public/icons.jsx index ebeca6f..e0a9fe0 100644 --- a/services/web-ui/public/icons.jsx +++ b/services/web-ui/public/icons.jsx @@ -8,7 +8,7 @@ const ICONS = { upload: <>, record: <>, capture: <>, - jobs: <>, + jobs: <>, editor: <>, users: <>, token: <>, @@ -38,14 +38,14 @@ const ICONS = { x: , filter: , sort: <>, - grid: <>, + grid: <>, list: <>, comment: , clock: <>, layers: <>, gpu: <>, cpu: <>, - hdd: <>, + hdd: <>, sun: <>, moon: , signal: <>, @@ -66,7 +66,7 @@ const ICONS = { power: <>, globe: <>, package: <>, - proxy: <>, + proxy: <>, }; function Icon({ name, size = 16, className, style }) {