lbry-desktop/src/renderer/constants/icons.js
2018-07-10 10:33:02 -04:00

32 lines
1 KiB
JavaScript

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';
export const UNLOCK = 'Unlock';
export const CHECK_SIMPLE = 'Check';
export const GLOBE = 'Globe';
export const EXTERNAL_LINK = 'ExternalLink';
export const GIFT = 'Gift';
export const EYE = 'Eye';
export const PLAY = 'Play';