Add icon file for the main app
This commit is contained in:
6
apps/main/icons.py
Normal file
6
apps/main/icons.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from icons.literals import HOUSE
|
||||
from icons import Icon
|
||||
|
||||
icon_home = Icon(HOUSE)
|
||||
Reference in New Issue
Block a user