java.lang.Object
com.inductiveautomation.ignition.client.icons.VectorIcons

public class VectorIcons extends Object

Represents a source of VectorIcon instances. This class is made to be used with a json source file which stores the source of the vector icons. The json format is expected to be an array of objects, each object containing "name" and "paths".

"name" is a string, the name/key of the icon. "paths" is an array of one or more strings. The strings must conform to the "d" attribute rules of an SVG path, see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d for reference.

This class also contains static accessors for a static instance of VectorIcons for all of the icons that are part of the Ignition platform itself.