type UIIconResource.IconName
A type that represents icon names, supporting both standard names and custom strings.
type IconName = keyof typeof defaults | (string & {});Related
class UIIconResource
A class that represents icon source content.
A type that represents icon names, supporting both standard names and custom strings.
type IconName = keyof typeof defaults | (string & {});