7 lines
232 B
Python
7 lines
232 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from appearance.classes import Icon
|
|
|
|
icon_role_create = Icon(driver_name='fontawesome', symbol='plus')
|
|
icon_role_list = Icon(driver_name='fontawesome', symbol='user-secret')
|