From 0f98e2d70015483ee011f894c3a8aabef9205997 Mon Sep 17 00:00:00 2001 From: "uug.ai" Date: Sun, 23 Feb 2025 21:07:22 +0100 Subject: [PATCH] Update icons.js --- charts/hub/custom-layout/icons.js | 85 +++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 3 deletions(-) diff --git a/charts/hub/custom-layout/icons.js b/charts/hub/custom-layout/icons.js index f625222..4f6eee4 100644 --- a/charts/hub/custom-layout/icons.js +++ b/charts/hub/custom-layout/icons.js @@ -13,6 +13,12 @@ ` + + /* Task activity log */ + window["env"]["svg"]["activity-task"] = ` + + ` + /* Alerts */ window["env"]["svg"]["alerts"] = ` @@ -303,7 +309,7 @@ ` - + /* Fullscreen close */ window["env"]["svg"]["fullscreen-close"] = ` @@ -637,7 +643,7 @@ ` - + /* Plus circle ("add" button) */ window["env"]["svg"]["play-circle"] = ` @@ -880,10 +886,83 @@ ` + + /* Video wall (navigation) */ + window["env"]["svg"]["videowall"] = ` + + + + + + + + + ` + /* User (Profile > Edit profile) */ window["env"]["svg"]["user"] = ` ` -})(this); \ No newline at end of file + /* Comments */ + window["env"]["svg"]["comments"] = ` + + ` + + /* Details */ + window["env"]["svg"]["details"] = ` + + + `; + + /* Dots */ + window["env"]["svg"]["dots"] = ` + + `; + + /* Label */ + window["env"]["svg"]["label"] = ` + + `; + + /* Settings */ + window["env"]["svg"]["settings"] = ` + + ` + + /* Clock */ + window["env"]["svg"]["clock"] = ` + + `; + + /* Light mode */ + window["env"]["svg"]["lightmode"] = ` + + + + + + + + + + `; + + /* Dark mode */ + window["env"]["svg"]["darkmode"] = ` + + `; + +})(this);