new UIIconResource()
Creates a new icon instance.
constructor(content?: string);
Parameters
- content — The icon content as SVG, HTML, or plain text.
Related
class UIIconResource
A class that represents icon source content.
Creates a new icon instance.
constructor(content?: string);