Select Git revision
content-icons.js
Forked from
Stud.IP / Stud.IP
953 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
content-icons.js 4.54 KiB
const contentIconsMixin = {
computed: {
contentIcons() {
return [
'accept',
'accessibility',
'add',
'add-circle',
'admin',
'aladdin',
'arr_1down',
'arr_1left',
'arr_1right',
'arr_1sort',
'arr_1up',
'arr_2down',
'arr_2left',
'arr_2right',
'arr_2up',
'assessment',
'audio',
'audio3',
'billboard',
'block-canvas',
'block-comparison',
'block-eyecatcher',
'block-gallery',
'block-gallery2',
'block-imagemap',
'blubber',
'brainstorm',
'campusnavi',
'cc',
'cellphone',
'chat2',
'code',
'community2',
'computer',
'consultation',
'content',
'copy',
'courseware',
'crown',
'date-single',
'decline',
'dialog-cards',
'decline-circle',
'doctoral_cap',
'download',
'dropbox',
'edit',
'exclaim',
'exclaim-circle',
'export',
'favorite',
'file2',
'file-archive',
'file-audio',
'file-office',
'file-pdf',
'file-pic',
'file-presentation',
'file-spreadsheed',
'file-text',
'file-video',
'files2',
'filter',
'fishbowl',
'folder-empty',
'folder-full',
'forum',
'globe',
'graph',
'group2',
'group3',
'group4',
'guestbook',
'hand',
'home',
'home2',
'import',
'info',
'info-circle',
'install',
'institute',
'key',
'knife',
'learnmodule',
'lightbulb',
'lightbulb2',
'link2',
'link3',
'link-extern',
'link-intern',
'literature',
'lock-locked',
'lock-unlocked',
'mail',
'mail2',
'medal',
'metro',
'microphone',
'module',
'network',
'network2',
'notification',
'notification2',
'opencast',
'outer-space',
'permalink',
'person',
'phone',
'picture',
'place',
'plugin',
'plugin2',
'print',
'progress',
'question',
'question-circle',
'radar',
'ranking',
'refresh',
'remove',
'remove-circle',
'reply',
'rescue',
'resources',
'roles',
'rss',
'schedule2',
'search',
'seminar',
'settings',
'settings2',
'share',
'source',
'span-empty',
'span-1quarter',
'span-2quarter',
'span-3quarter',
'span-full',
'spiral',
'sport',
'staple',
'star',
'star-empty',
'star-halffull',
'stat',
'studygroup',
'tag',
'test',
'tools',
'topic',
'ufo',
'unit-test',
'upload',
'vcard',
'video2',
'visibility-visible',
'vote',
'vote-stopped',
'wiki',
'wizard',
];
},
},
};
export default contentIconsMixin;