Home > @activeviam/activeui-sdk > IconImplementationProperties > render
IconImplementationProperties.render property
The render method of the icon. The props provided as the second argument might change depending on where the icon is rendered. We recomment to always propagate this props to the top-level component and to not try to use what is inside.
Signature:
render: (palette: CorePalette, props: any) => React.ReactElement<any>;