Hierarchy

Hierarchy

  • IIgrXIconProps

Properties

actualFill?: string

Gets the fill color currently used by the icon.

actualStroke?: string

Gets the stroke color currently used by the icon.

actualStrokeWidth?: string | number

Gets the stroke width currently used by the icon.

actualTextColor?: string

Gets the text color currently used by the icon.

actualViewBoxHeight?: string | number

Gets the actual viewbox height for the svg icon.

actualViewBoxLeft?: string | number

Gets the actual viewbox left for the svg icon.

actualViewBoxTop?: string | number

Gets the actual viewbox top for the svg icon.

actualViewBoxWidth?: string | number

Gets the actual viewbox width for the svg icon.

ariaLabel?: string

Gets or sets the value of the aria-label attribute.

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the button.

children?: ReactNode
dataURL?: string

Gets or sets data url for the icon to use.

disabled?: string | boolean

Gets or sets whether the checkbox is disabled.

fill?: string

Gets or sets the fill color to use for the icon.

fillColors?: string | string[]

Gets or sets a collection of fill colors to use in the icon. These colors can be used by SVG elements that have been marked with the ig-icon-fill-# class where # is a number from 0 to count - 1.

height?: string | number

Gets or sets the height of the icon.

hoverFill?: string

Gets or sets the fill color to use when the icon is hovered.

hoverStroke?: string

Gets or sets the stroke color to use when the icon is hovered.

hoverStrokeThickness?: string | number

Gets or sets the stroke thickness to use when the icon is hovered.

hoverTextColor?: string

Gets or sets the text color to use when the icon is hovered.

id?: string

Gets or sets the id to use for the checkbox.

isHover?: string | boolean

Gets or sets whether the icon is hovered.

opacity?: string | number
primaryFillColor?: string

Gets or sets a primary fill color for the icon. This color is used by SVG elements that have been marked with the ig-icon-primary-fill class.

primaryStrokeColor?: string

Gets or sets a primary stroke color for the icon. This color is used by SVG elements that have been marked with the ig-icon-primary-stroke class.

sVGPaths?: string[]

Gets or sets an array of path data for the icon to use.

secondaryFillColor?: string

Gets or sets a secondary fill color for the icon. This color is used by SVG elements that have been marked with the ig-icon-secondary-fill class.

secondaryStrokeColor?: string

Gets or sets a secondary stroke color for the icon. This color is used by SVG elements that have been marked with the ig-icon-secondary-stroke class.

source?: any

Gets or sets the image source for the icon. Used if none of the other icon types are not used.

stroke?: string

Gets or sets the stroke color to use for the icon.

strokeColors?: string | string[]

Gets or sets a collection of stroke colors to use in the icon. These colors can be used by SVG elements that have been marked with the ig-icon-stroke-# class where # is a number from 0 to count - 1.

strokeWidth?: string | number

Gets or sets the stroke thickness to use for the icon.

svg?: string

Gets or sets svg text for the icon to use.

svgPath?: string

Gets or sets path data for the icon to use.

tabIndex?: string | number

Gets or sets TabIndex to use for the checkbox.

textColor?: string

Gets or sets the text color to use for the icon.

textStyle?: string

Gets or sets the use for the button.

viewBoxHeight?: string | number

Gets or sets the viewbox height for the svg icon.

viewBoxLeft?: string | number

Gets or sets the viewbox left for the svg icon.

viewBoxTop?: string | number

Gets or sets the viewbox top for the svg icon.

viewBoxWidth?: string | number

Gets or sets the viewbox width for the svg icon.

width?: string | number

Gets or sets the width of the icon.