1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00

Provide icon rendering framework

This commit is contained in:
Harvey Kandola 2018-12-12 13:35:16 +00:00
parent 6eb68f84e0
commit 02102f9bf3
48 changed files with 851 additions and 546 deletions

View file

@ -195,11 +195,30 @@ let constants = EmberObject.extend({
},
Icon: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
All: 'dicon-menu-8',
ArrowUp: 'dicon-arrow-up',
ArrowDown: 'dicon-arrow-down',
ArrowLeft: 'dicon-arrow-left',
ArrowRight: 'dicon-arrow-right',
Attachment: 'dicon-attachment',
BarChart: 'dicon-chart-bar-2',
Bookmark: 'dicon-bookmark',
Delete: 'dicon-bin',
Edit: 'dicon-pen-2',
Filter: 'dicon-sort-tool',
Grid1: 'dicon-grid-interface',
Index: 'dicon-align-justify',
ListBullet: 'dicon-list-bullet-2',
Print: 'dicon-print',
Pulse: 'dicon-pulse',
Plus: 'dicon-e-add',
Person: 'dicon-single-01',
People: 'dicon-multiple-19',
Remove: 'dicon-i-remove',
Search: 'dicon-magnifier',
Settings: 'dicon-settings-gear',
Tag: 'dicon-delete-key',
World: 'dicon-globe',
},
Color: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects