Add icons to constant page
This commit is contained in:
parent
8e85d77c71
commit
566012ed9d
1 changed files with 3 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue