diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx
index cae0a951d..8cf72cc42 100644
--- a/ui/component/common/icon-custom.jsx
+++ b/ui/component/common/icon-custom.jsx
@@ -2304,4 +2304,9 @@ export const icons = {
),
+ [ICONS.STAR]: buildIcon(
+
+
+
+ ),
};
diff --git a/ui/constants/icons.js b/ui/constants/icons.js
index 10221a2af..2e9793e83 100644
--- a/ui/constants/icons.js
+++ b/ui/constants/icons.js
@@ -162,3 +162,4 @@ export const STACK = 'stack';
export const TIME = 'time';
export const GLOBE = 'globe';
export const RSS = 'rss';
+export const STAR = 'star';