Add missing icons

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-24 04:19:38 -04:00
parent a5f3937228
commit 2619777d41
5 changed files with 41 additions and 4 deletions
+12 -1
View File
@@ -68,12 +68,23 @@ icon_document_type_create = Icon(driver_name='fontawesome', symbol='plus')
icon_document_type_delete = Icon(driver_name='fontawesome', symbol='times')
icon_document_type_edit = Icon(driver_name='fontawesome', symbol='pencil-alt')
icon_document_type_setup = icon_document_type
icon_document_type_filename = Icon(
driver_name='fontawesome', symbol='keyboard'
)
icon_document_type_filename_create = Icon(
driver_name='fontawesome', symbol='plus'
)
icon_document_type_filename_delete = Icon(
driver_name='fontawesome', symbol='times'
)
icon_document_type_filename_edit = Icon(
driver_name='fontawesome', symbol='pencil-alt'
)
icon_document_type_filename_list = Icon(
driver_name='fontawesome', symbol='keyboard'
)
icon_document_type_list = icon_document_type
icon_favorite_document_add = Icon(
@@ -138,7 +149,7 @@ icon_document_type_filename = Icon(
icon_document_type_filename_create = Icon(
driver_name='fontawesome', symbol='plus'
)
icon_document_type_setup = Icon(driver_name='fontawesome', symbol='file')
icon_document_type_setup = icon_document_type
icon_document_version_download = Icon(