11 lines
401 B
Python
11 lines
401 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from appearance.classes import Icon
|
|
|
|
icon_document_index_list = Icon(driver_name='fontawesome', symbol='list-ul')
|
|
icon_index_main_menu = Icon(driver_name='fontawesome', symbol='list-ul')
|
|
icon_index_setup = Icon(driver_name='fontawesome', symbol='list-ul')
|
|
icon_rebuild_index_instances = Icon(
|
|
driver_name='fontawesome', symbol='list-ul'
|
|
)
|