Customisable icon to go with an Action.
Associate an FontAwesomearrow-up-right icon with an action. Choose from the library of available icons on from the main website.
FontAwesome Libraryarrow-up-right
class MyAction(pyblish.api.Action): icon = "close"
Last updated 5 years ago