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

77 lines
1.2 KiB
JavaScript

const IconMap = [
'key',
'globe',
'triangle-exclamation',
'note-sticky',
'lightbulb',
'server',
'thumbtack',
'comments',
'puzzle-piece',
'pen-to-square',
'plug',
'address-card',
'paperclip',
'markdown',
'camera',
'wifi',
'link',
'battery-three-quarters',
'barcode',
'certificate',
'bullseye',
'desktop',
'envelope',
'gear',
'clipboard',
'paper-plane',
'newspaper',
'bolt',
'inbox',
'floppy-disk',
'hard-drive',
'circle-dot',
'user-lock',
'terminal',
'print',
'diagram-project',
'flag-checkered',
'wrench',
'laptop',
'box-archive',
'credit-card',
'windows',
'clock',
'magnifying-glass',
'flask',
'gamepad',
'trash',
'note-sticky',
'ban',
'circle-question',
'cube',
'folder-o',
'folder-open-o',
'database',
'unlock-keyhole',
'lock',
'check',
'pencil',
'image',
'book',
'rectangle-list',
'user-secret',
'utensils',
'house',
'star',
'linux',
'map-pin',
'apple',
'wikipedia-w',
'dollar-sign',
'signature',
'mobile'
];
export { IconMap };