diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index c3e838b96..162a80cf8 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -2469,4 +2469,58 @@ export const icons = { ), + [ICONS.PRIMARY_CONTENT]: buildIcon( + + + + + + + + + + ), + [ICONS.LIFE]: buildIcon( + + + + + + + + ), + [ICONS.ARTISTS]: buildIcon( + + + + + ), + [ICONS.MYSTERIES]: buildIcon( + + + + + + ), + [ICONS.TECHNOLOGY]: buildIcon( + + + + + + + + + + + + + + + + + + + + ), }; diff --git a/ui/constants/icons.js b/ui/constants/icons.js index c4281ba04..519ba168f 100644 --- a/ui/constants/icons.js +++ b/ui/constants/icons.js @@ -174,3 +174,8 @@ export const BADGE_STREAMER = 'BadgeStreamer'; export const REPLAY = 'Replay'; export const REPEAT = 'Repeat'; export const SHUFFLE = 'Shuffle'; +export const PRIMARY_CONTENT = 'Primary Content'; +export const LIFE = 'Life'; +export const ARTISTS = 'Artists'; +export const MYSTERIES = 'Mysteries'; +export const TECHNOLOGY = 'Technology';