package org.vaadin.mideaas.frontend;
import com.vaadin.server.ThemeResource;
public class Icons {
public static final ThemeResource BOX = new ThemeResource("icons/box.png");
public static final ThemeResource BOX_PLUS = new ThemeResource("icons/box--plus.png");
public static final ThemeResource BOX_ARROW = new ThemeResource("icons/box--arrow.png");
public static final ThemeResource BOX_ZIPPER = new ThemeResource("icons/box-zipper.png");
public static final ThemeResource BOX_LABEL = new ThemeResource("icons/box-label.png");
public static final ThemeResource USER_SILHOUETTE = new ThemeResource("icons/user-silhouette.png");
public static final ThemeResource USERS = new ThemeResource("icons/users.png");
public static final ThemeResource APPLICATION_WAVE = new ThemeResource("icons/application-wave.png");
public static final ThemeResource APPLICATION_ARROW = new ThemeResource("icons/application--arrow.png");
public static final ThemeResource ARROW_180_MEDIUM = new ThemeResource("icons/arrow-180-medium.png");
public static final ThemeResource PLUS = new ThemeResource("icons/plus.png");
public static final ThemeResource PLUS_WHITE = new ThemeResource("icons/plus-white.png");
public static final ThemeResource FOLDER_OPEN_DOCUMENT_TEXT = new ThemeResource("icons/folder-open-document-text.png");
public static final ThemeResource DOCUMENT_PLUS = new ThemeResource("icons/document--plus.png");
public static final ThemeResource CROSS = new ThemeResource("icons/cross.png");
public static final ThemeResource CROSS_SCRIPT = new ThemeResource("icons/cross-script.png");
public static final ThemeResource CROSS_CIRCLE = new ThemeResource("icons/cross-circle.png");
public static final ThemeResource CROSS_SMALL = new ThemeResource("icons/cross-small.png");
public static final ThemeResource CROSS_SMALL_CIRCLE = new ThemeResource("icons/cross-small-circle.png");
public static final ThemeResource LOCK = new ThemeResource("icons/lock.png");
public static final ThemeResource LOCK_32 = new ThemeResource("icons/lock32.png");
public static final ThemeResource BALLOON = new ThemeResource("icons/balloon.png");
public static final ThemeResource BALLOON_32 = new ThemeResource("icons/balloon32.png");
public static final ThemeResource NOTE = new ThemeResource("icons/note.png");
public static final ThemeResource PAPER_PLANE = new ThemeResource("icons/paper-plane.png");
public static final ThemeResource TICK_CIRCLE = new ThemeResource("icons/tick-circle.png");
public static final ThemeResource TICK_SMALL = new ThemeResource("icons/tick-small.png");
public static final ThemeResource TICK_SMALL_CIRCLE = new ThemeResource("icons/tick-small-circle.png");
public static final ThemeResource ICON = new ThemeResource("icons/box--plus.png");
public static final ThemeResource APPLICATION_FORM = new ThemeResource("icons/application-form.png");
public static final ThemeResource DOCUMENT = new ThemeResource("icons/document.png");
public static final ThemeResource DOCUMENT_ATTRIBUTE_J = new ThemeResource("icons/document-attribute-j.png");
}