Convert project_tools app to new icon system
This commit is contained in:
6
apps/project_tools/icons.py
Normal file
6
apps/project_tools/icons.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from icons.literals import WRENCH
|
||||
from icons import Icon
|
||||
|
||||
icon_tool = Icon(WRENCH)
|
||||
Reference in New Issue
Block a user