keeweb/app/scripts/const/icon-map.js

74 lines
1.1 KiB
JavaScript

const IconMap = [
'key',
'globe',
'exclamation-triangle',
'server',
'thumbtack',
'comments',
'puzzle-piece',
'edit',
'plug',
'newspaper',
'paperclip',
'camera',
'wifi',
'link',
'battery-three-quarters',
'barcode',
'certificate',
'bullseye',
'desktop',
'envelope',
'cog',
'clipboard',
'paper-plane',
'tv',
'bolt',
'inbox',
'save',
'hdd',
'dot-circle',
'user-lock',
'terminal',
'print',
'map-signs',
'flag-checkered',
'wrench',
'laptop',
'archive',
'credit-card',
'windows',
'clock',
'search',
'flask',
'gamepad',
'trash',
'sticky-note',
'ban',
'question-circle',
'cube',
'folder-o',
'folder-open-o',
'database',
'unlock-alt',
'lock',
'check',
'pencil-alt',
'image',
'book',
'list-alt',
'user-secret',
'utensils',
'home',
'star',
'linux',
'map-pin',
'apple',
'wikipedia-w',
'dollar-sign',
'calendar',
'mobile'
];
export { IconMap };