package org.argeo.slc.akb.ui; import org.eclipse.swt.graphics.Image; /** Shared icons. */ public class AkbImages { public final static Image LOGO_SMALL = AkbUiPlugin.getImageDescriptor( "icons/smallerOrnamentLogo.png").createImage(); }