Add icons to constant page

This commit is contained in:
eatdostacos 2020-06-21 12:19:26 -07:00 committed by Sean Yesmunt
parent 8e85d77c71
commit 566012ed9d

View file

@ -19,6 +19,7 @@ export const DELETE = 'Trash';
export const REPORT = 'Flag';
export const HELP = 'HelpCircle';
export const CHAT = 'MessageCircle';
export const FEEDBACK = 'MessageSquare';
export const SEARCH = 'Search';
export const CHANNEL = 'AtSign';
export const REFRESH = 'RefreshCw';
@ -104,3 +105,5 @@ export const PINNED = 'Pinned';
export const BUY = 'Buy';
export const SEND = 'Send';
export const RECEIVE = 'Receive';
export const OPEN_LOG = 'FilePlus';
export const OPEN_LOG_FOLDER = 'Folder';