Extensions

Press shift + S to search API reference.

Interface

SharedIconProps

View source

Props shared between the Icon and FieldIcon components.

interface SharedIconProps extends IconStyleProps, TooltipAnchorProps<SVGSVGElement>
classNameundefined | string

Additional class names to apply to the icon.

fillColorundefined | string

The color of the icon.

pathClassNameundefined | string

Additional class names to apply to the icon path.

pathStyleReact.CSSProperties

Additional styles to apply to the icon path.

sizenumber | string

The width/height of the icon. Defaults to 16.

styleReact.CSSProperties

Additional styles to apply to the icon.