Additional icons.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteIcon.java
index 10941cf3fb05e3e1c63d627e45db15ed400021e7..e40ba5a925d4388902056c0a786e76895e310124 100644 (file)
@@ -9,6 +9,8 @@ public enum SuiteIcon implements CmsIcon {
        people, person, organisation,
        // library
        documents, document, folder,
+       // admin and settings
+       settings, user,
        // misc
-       task, tag, location;
+       task, tag, location, inbox, map;
 }