From 41cfd49aa236ba2fe1b2480d8e1c15a33e23e4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 5 Aug 2025 09:49:27 +0200 Subject: [PATCH] Update icons.js --- charts/hub/custom-layout/icons.js | 239 +++++++++++++++++++++++------- 1 file changed, 189 insertions(+), 50 deletions(-) diff --git a/charts/hub/custom-layout/icons.js b/charts/hub/custom-layout/icons.js index 912f271..e752dc9 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"] = ` @@ -93,6 +99,38 @@ ` + /* Active devices */ + window["env"]["svg"]["deviceActive"] = ` + + + + + ` + + /* inactive devices */ + window["env"]["svg"]["deviceInactive"] = ` + + + + + ` + + /* Idle devices */ + window["env"]["svg"]["deviceIdle"] = ` + + + + + ` + + /* Motion devices */ + window["env"]["svg"]["deviceMotion"] = ` + + + + + ` + /* Cellphone */ window["env"]["svg"]["cell phone"] = ` @@ -167,6 +205,15 @@ ` + /* Motorcycle (Alerts > Detections, detection classification) */ + window["env"]["svg"]["motorcycle"] = ` + + + + + + ` + /* Credit card (Subscriptions > Billing) */ window["env"]["svg"]["credit-card"] = ` @@ -192,6 +239,13 @@ ` + window["env"]["svg"]["cross-light-small"] = ` + + + + + ` + /* Dashboard */ window["env"]["svg"]["dashboard"] = ` @@ -208,40 +262,6 @@ ` - - /* Active devices */ - window["env"]["svg"]["deviceActive"] = ` - - - - - ` - - /* inactive devices */ - window["env"]["svg"]["deviceInactive"] = ` - - - - - ` - - /* Idle devices */ - window["env"]["svg"]["deviceIdle"] = ` - - - - - ` - - /* Motion devices */ - window["env"]["svg"]["deviceMotion"] = ` - - - - - ` - - /* Docs */ window["env"]["svg"]["docs"] = ` @@ -337,7 +357,7 @@ ` - + /* Fullscreen close */ window["env"]["svg"]["fullscreen-close"] = ` @@ -428,12 +448,6 @@ ` - /* Hide right sidebar */ - window["env"]["svg"]["hideRightSidebar"] = ` - - - `; - /* High upload */ window["env"]["svg"]["high-upload"] = ` @@ -677,11 +691,11 @@ ` - + /* Plus circle ("add" button) */ window["env"]["svg"]["play-circle"] = ` - + ` /* Preferences */ @@ -779,12 +793,6 @@ ` - /* Show right sidebar */ - window["env"]["svg"]["showRightSidebar"] = ` - - - `; - /* Shield check ("verify") */ window["env"]["svg"]["shield-check"] = ` @@ -850,6 +858,13 @@ ` + /* Tag (Media > Filter) */ + window["env"]["svg"]["tag"] = ` + + + ` + + /* Tag (Media > tagged sequence) */ window["env"]["svg"]["tag-small"] = ` @@ -926,12 +941,67 @@ ` + + /* Video wall (navigation) */ + window["env"]["svg"]["videowall"] = ` + + + + + + + + + ` + /* User (Profile > Edit profile) */ window["env"]["svg"]["user"] = ` ` + /* 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"] = ` @@ -949,5 +1019,74 @@ window["env"]["svg"]["darkmode"] = ` `; - + + /* Counting line */ + window["env"]["svg"]["counting"] = ` + + + `; + + /* Counting line in */ + window["env"]["svg"]["countingIn"] = ` + + + `; + + /* Counting line out */ + window["env"]["svg"]["countingOut"] = ` + + + `; + + /* Load more */ + window["env"]["svg"]["loadMore"] = ` + + + + +`; + + /* Loading */ + window["env"]["svg"]["loading"] = ` + + + + + + + + + +`; + + window["env"]["svg"]["timeline"] = ` + + + + + + + + + + + ` + /* Hide right sidebar */ + window["env"]["svg"]["hideRightSidebar"] = ` + + + `; + + /* Show right sidebar */ + window["env"]["svg"]["showRightSidebar"] = ` + + + `; + })(this);