package org.gcube.portlets.user.geoportaldataviewer.client.resources; import com.google.gwt.core.client.GWT; import com.google.gwt.resources.client.ClientBundle; import com.google.gwt.resources.client.ImageResource; public interface Images extends ClientBundle { public static final Images ICONS = GWT.create(Images.class); @Source("loading.gif") ImageResource loading(); @Source("map-marker-icon.png") ImageResource mapMarkerIcon(); @Source("icon_share.png") ImageResource shareIcon(); }