diff --git a/services/web-ui/public/icons.jsx b/services/web-ui/public/icons.jsx index ebeca6f..8526d00 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: <>, @@ -29,6 +29,7 @@ const ICONS = { audio: <>, image: <>, download: <>, + import: <>, key: <>, lock: <>, edit: <>, @@ -38,14 +39,14 @@ const ICONS = { x: , filter: , sort: <>, - grid: <>, + grid: <>, list: <>, comment: , clock: <>, layers: <>, gpu: <>, cpu: <>, - hdd: <>, + hdd: <>, sun: <>, moon: , signal: <>, @@ -66,7 +67,7 @@ const ICONS = { power: <>, globe: <>, package: <>, - proxy: <>, + proxy: <>, }; function Icon({ name, size = 16, className, style }) {