[desktop] new icons
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index ce9b255..94d7841 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -4,54 +4,63 @@
return {
"Accounts": {
"color": "#3498db",
- "icon": "icon-money",
+ "icon": "octicon octicon-repo",
"type": "module"
},
"Buying": {
"color": "#c0392b",
"icon": "icon-shopping-cart",
+ "icon": "octicon octicon-briefcase",
"type": "module"
},
"HR": {
"color": "#2ecc71",
"icon": "icon-group",
+ "icon": "octicon octicon-organization",
"label": _("Human Resources"),
"type": "module"
},
"Manufacturing": {
"color": "#7f8c8d",
"icon": "icon-cogs",
+ "icon": "octicon octicon-gear",
"type": "module"
},
"POS": {
"color": "#589494",
"icon": "icon-th",
+ "icon": "octicon octicon-credit-card",
"type": "page",
"link": "pos"
},
"Projects": {
"color": "#8e44ad",
"icon": "icon-puzzle-piece",
+ "icon": "octicon octicon-rocket",
"type": "module"
},
"Selling": {
"color": "#1abc9c",
"icon": "icon-tag",
+ "icon": "octicon octicon-tag",
"type": "module"
},
"Stock": {
"color": "#f39c12",
"icon": "icon-truck",
+ "icon": "octicon octicon-package",
"type": "module"
},
"Support": {
"color": "#2c3e50",
"icon": "icon-phone",
+ "icon": "octicon octicon-issue-opened",
"type": "module"
},
"Shopping Cart": {
"color": "#B7E090",
"icon": "icon-shopping-cart",
+ "icon": "octicon octicon-gear",
"label": _("Shopping Cart"),
"link": "Form/Shopping Cart Settings",
"type": "module"