Namespacesiconsblockly.icons_namespace.registry_namespace.unregister_functionOn this pageblockly > icons > registry > unregister icons.registry.unregister() function Unregisters the icon associated with the given type. Signature: export declare function unregister(type: string): void; Parameters ParameterTypeDescriptiontypestringThe type of the icon to unregister. Returns: void