]> git.argeo.org Git - gpl/argeo-suite.git/blob - SuiteIcon.java
2c9561d603e295d777ab5d2b9107b7f33fabbac1
[gpl/argeo-suite.git] / SuiteIcon.java
1 package org.argeo.suite.ui;
2
3 import org.argeo.cms.ui.util.CmsIcon;
4
5 /** Icon names used by Argeo Suite. */
6 public enum SuiteIcon implements CmsIcon {
7 add, save, close, closeAll, search, delete, logout, dashboard,
8 // people
9 people, person, organisation,
10 // library
11 documents, document, folder,
12 // admin and settings
13 settings, user,
14 // misc
15 task, tag, location, inbox, map;
16 }