From e7c0ee59e4cb09918638a25939c728b7c474d18a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 7 Jan 2020 16:08:39 -0500 Subject: [PATCH] add New icon --- ui/component/common/icon-custom.jsx | 8 ++++++++ ui/constants/icons.js | 1 + 2 files changed, 9 insertions(+) diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 33ed7781b..40e5a090c 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -348,6 +348,14 @@ export const icons = { ), + [ICONS.NEW]: buildIcon( + + + + {' '} + + ), + [ICONS.INVITE]: buildIcon( diff --git a/ui/constants/icons.js b/ui/constants/icons.js index 75345514c..373df871e 100644 --- a/ui/constants/icons.js +++ b/ui/constants/icons.js @@ -80,3 +80,4 @@ export const SIGN_OUT = 'SignOut'; export const SIGN_IN = 'SignIn'; export const TRENDING = 'Trending'; export const TOP = 'Top'; +export const NEW = 'New';