added icon for pos
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 4b9f8f8..9f40ef3 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -38,6 +38,12 @@
 			"link": "List/Note",
 			"type": "list"
 		},
+		"POS": {
+			"color": "#589494",
+			"icon": "icon-th",
+			"type": "page",
+			"link": "pos"
+		},
 		"Projects": {
 			"color": "#8e44ad",
 			"icon": "icon-puzzle-piece",