Files
mayan-edms/mayan/apps/sources/icons.py

13 lines
542 B
Python

from __future__ import absolute_import, unicode_literals
from appearance.classes import Icon
icon_document_create_multiple = Icon(
driver_name='fontawesome', symbol='upload'
)
icon_log = Icon(driver_name='fontawesome', symbol='exclamation-triangle')
icon_setup_sources = Icon(driver_name='fontawesome', symbol='upload')
icon_source_create = Icon(driver_name='fontawesome', symbol='plus')
icon_upload_view_link = Icon(driver_name='fontawesome', symbol='upload')
icon_wizard_submit = Icon(driver_name='fontawesome', symbol='arrow-right')