Home > @uniformdev/design-system > IconsProvider

IconsProvider() function

Provider to the Icon component

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

{ children }

</td><td>

{ children: ReactNode; }

</td><td>

</td></tr> </tbody></table> Returns:

_emotion_react_types_jsx_namespace.EmotionJSX.Element

Example

<IconsProvider><Icon icon="add-r" /></IconsProvider>