lbry-desktop/src/renderer/constants/icons.js

26 lines
833 B
JavaScript
Raw Normal View History

2018-03-26 23:32:43 +02:00
export const FEATURED = 'Award';
export const LOCAL = 'Folder';
export const ALERT = 'AlertCircle';
export const CLIPBOARD = 'Clipboard';
export const ARROW_LEFT = 'ChevronLeft';
export const ARROW_RIGHT = 'ChevronRight';
export const DOWNLOAD = 'Download';
export const UPLOAD = 'UploadCloud';
export const CLOSE = 'X';
export const EDIT = 'Edit3';
export const TRASH = 'Trash';
export const REPORT = 'Flag';
export const OPEN = 'BookOpen';
export const HELP = 'HelpCircle';
export const MESSAGE = 'MessageCircle';
export const SEND = 'Send';
export const SEARCH = 'Search';
export const COMPASS = 'Compass';
export const AT_SIGN = 'AtSign';
export const REFRESH = 'RefreshCw';
export const CLOCK = 'Clock';
export const HOME = 'Home';
export const PHONE = 'Phone';
export const CHECK = 'CheckCircle';
export const HEART = 'Heart';