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

21 lines
945 B
JavaScript
Raw Normal View History

2015-10-17 23:49:24 +02:00
'use strict';
var IconMap = [
'key', 'globe', 'exclamation-triangle', 'server', 'thumb-tack',
'comments-o', 'puzzle-piece', 'pencil-square-o', 'plug', 'newspaper-o',
'paperclip', 'camera', 'wifi', 'link', 'battery-three-quarters',
'barcode', 'certificate', 'bullseye', 'desktop', 'envelope-o',
'cog', 'clipboard', 'paper-plane-o', 'television', 'bolt',
'inbox', 'floppy-o', 'hdd-o', 'dot-circle-o', 'expeditedssl',
'terminal', 'print', 'map-signs', 'flag-checkered', 'wrench',
'laptop', 'archive', 'credit-card', 'windows', 'clock-o',
'search', 'flask', 'gamepad', 'trash-o', 'sticky-note-o',
'ban', 'question-circle', 'cube', 'folder-o', 'folder-open-o',
'database', 'unlock-alt', 'lock', 'check', 'pencil',
'picture-o', 'book', 'list-alt', 'user-secret', 'cutlery',
'home', 'star-o', 'linux', 'map-pin', 'apple',
'wikipedia-w', 'usd', 'calendar', 'mobile'
];
module.exports = IconMap;