Renders a simple icon component.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| ||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
- Source
Returns:
The icon component.
- Type:
- JSX.
Element
Example
import Icon from '@gravityforms/components/react/admin/elements/Icon';
return <Icon icon="exclamation" iconPrefix="gform-common-icon" />;