Home > @uniformdev/design-system > IntegrationModalIcon

IntegrationModalIcon() function

Uniform Integration Modal Icon

Signature:

IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_jsx_runtime.JSX.Element

Parameters

ParameterTypeDescription
{ icon, name, ...imgProps }IntegrationModalIconProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<IntegrationModalIcon name="name" icon="/my-icon.svg" />