...
Import the original component and relevant modules in the new custom component.
Extend the original component, rewrite the functions you wish to change.
Change the connector SICConnector and component manager SICComponentManager to match the new component name.
Import the new connector for the custom component in your scripts that use it.
Run the new custom component in place of the old one.
...