In my plugin I’d like to graphically show the type of SceneNode that is selected.
For example, if someone selects a Rectangle, I’d like to have an icon of a rectangle in my plugin UI. Or if they select a Ellipsis then I’d like to show that.
I can make my own Graphic icons and show them (Text, Rectangle, Path, etc). But would it be a good idea to use the same icons that XD is using in it’s UI in plugins for consistency? If so are these icons available for plug in developers to use? Does this make sense?