Home > @uniformdev/design-system > IconsProvider
IconsProvider() function
Provider to the Icon component
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { children } | { children: ReactNode; } |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<IconsProvider><Icon icon="add-r" /></IconsProvider>