33343536373839
public class IconElement extends TickerResponseElement { public IconElement(XDIMEContextInternal context) { super(TickerResponseElements.ICON, context); protocolAttributes = new IconAttributes(); }