Props
interface FieldIconProps extends SharedIconProps
className | undefined | string Additional class names to apply to the icon. |
field | Field The field model to display an icon for. |
fillColor | undefined | string The color of the icon. |
pathClassName | undefined | string Additional class names to apply to the icon path. |
pathStyle | React.CSSProperties Additional styles to apply to the icon path. |
size | number | string The width/height of the icon. Defaults to 16. |
style | React.CSSProperties Additional styles to apply to the icon. |