Press shift + S to search API reference.
Props shared between the Icon and FieldIcon components.
interface SharedIconProps extends IconStyleProps, TooltipAnchorProps<SVGSVGElement>
className
undefined | string
Additional class names to apply to the icon.
fillColor
The color of the icon.
pathClassName
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
Additional styles to apply to the icon.