Skip to main content
Version: 1.1.0

IIconProps

@spartanfx/react v1.1.0


@spartanfx/react / index / IIconProps

Interface: IIconProps

Props for Icon. Extends the native <svg> attributes so callers can pass onClick, aria-*, data-*, style, etc. straight through. *

Extends

  • SVGAttributes<SVGSVGElement>

Properties

PropertyTypeDescriptionOverridesInherited from
accentHeight?string | number--React.SVGAttributes.accentHeight
accumulate?"none" | "sum"--React.SVGAttributes.accumulate
additive?"replace" | "sum"--React.SVGAttributes.additive
alignmentBaseline?| "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "inherit"--React.SVGAttributes.alignmentBaseline
allowReorder?"no" | "yes"--React.SVGAttributes.allowReorder
alphabetic?string | number--React.SVGAttributes.alphabetic
amplitude?string | number--React.SVGAttributes.amplitude
arabicForm?"initial" | "medial" | "terminal" | "isolated"--React.SVGAttributes.arabicForm
aria-activedescendant?stringIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.-React.SVGAttributes.aria-activedescendant
aria-atomic?BooleanishIndicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.-React.SVGAttributes.aria-atomic
aria-autocomplete?"list" | "none" | "inline" | "both"Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.-React.SVGAttributes.aria-autocomplete
aria-busy?BooleanishIndicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.-React.SVGAttributes.aria-busy
aria-checked?boolean | "true" | "false" | "mixed"Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected.-React.SVGAttributes.aria-checked
aria-colcount?numberDefines the total number of columns in a table, grid, or treegrid. See aria-colindex.-React.SVGAttributes.aria-colcount
aria-colindex?numberDefines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. See - aria-colcount - aria-colspan.-React.SVGAttributes.aria-colindex
aria-colspan?numberDefines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan.-React.SVGAttributes.aria-colspan
aria-controls?stringIdentifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns.-React.SVGAttributes.aria-controls
aria-current?boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date"Indicates the element that represents the current item within a container or set of related elements.-React.SVGAttributes.aria-current
aria-describedby?stringIdentifies the element (or elements) that describes the object. See aria-labelledby-React.SVGAttributes.aria-describedby
aria-details?stringIdentifies the element that provides a detailed, extended description for the object. See aria-describedby.-React.SVGAttributes.aria-details
aria-disabled?BooleanishIndicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly.-React.SVGAttributes.aria-disabled
aria-dropeffect?"link" | "none" | "copy" | "execute" | "move" | "popup"Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1-React.SVGAttributes.aria-dropeffect
aria-errormessage?stringIdentifies the element that provides an error message for the object. See - aria-invalid - aria-describedby.-React.SVGAttributes.aria-errormessage
aria-expanded?BooleanishIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.-React.SVGAttributes.aria-expanded
aria-flowto?stringIdentifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.-React.SVGAttributes.aria-flowto
aria-grabbed?BooleanishIndicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1-React.SVGAttributes.aria-grabbed
aria-haspopup?| boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree"Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.-React.SVGAttributes.aria-haspopup
aria-hidden?BooleanishIndicates whether the element is exposed to an accessibility API. See aria-disabled.-React.SVGAttributes.aria-hidden
aria-invalid?boolean | "true" | "false" | "grammar" | "spelling"Indicates the entered value does not conform to the format expected by the application. See aria-errormessage.-React.SVGAttributes.aria-invalid
aria-keyshortcuts?stringIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.-React.SVGAttributes.aria-keyshortcuts
aria-label?stringDefines a string value that labels the current element. See aria-labelledby.-React.SVGAttributes.aria-label
aria-labelledby?stringIdentifies the element (or elements) that labels the current element. See aria-describedby.-React.SVGAttributes.aria-labelledby
aria-level?numberDefines the hierarchical level of an element within a structure.-React.SVGAttributes.aria-level
aria-live?"off" | "assertive" | "polite"Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.-React.SVGAttributes.aria-live
aria-modal?BooleanishIndicates whether an element is modal when displayed.-React.SVGAttributes.aria-modal
aria-multiline?BooleanishIndicates whether a text box accepts multiple lines of input or only a single line.-React.SVGAttributes.aria-multiline
aria-multiselectable?BooleanishIndicates that the user may select more than one item from the current selectable descendants.-React.SVGAttributes.aria-multiselectable
aria-orientation?"horizontal" | "vertical"Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.-React.SVGAttributes.aria-orientation
aria-owns?stringIdentifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See aria-controls.-React.SVGAttributes.aria-owns
aria-placeholder?stringDefines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.-React.SVGAttributes.aria-placeholder
aria-posinset?numberDefines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-setsize.-React.SVGAttributes.aria-posinset
aria-pressed?boolean | "true" | "false" | "mixed"Indicates the current "pressed" state of toggle buttons. See - aria-checked - aria-selected.-React.SVGAttributes.aria-pressed
aria-readonly?BooleanishIndicates that the element is not editable, but is otherwise operable. See aria-disabled.-React.SVGAttributes.aria-readonly
aria-relevant?| "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic.-React.SVGAttributes.aria-relevant
aria-required?BooleanishIndicates that user input is required on the element before a form may be submitted.-React.SVGAttributes.aria-required
aria-roledescription?stringDefines a human-readable, author-localized description for the role of an element.-React.SVGAttributes.aria-roledescription
aria-rowcount?numberDefines the total number of rows in a table, grid, or treegrid. See aria-rowindex.-React.SVGAttributes.aria-rowcount
aria-rowindex?numberDefines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. See - aria-rowcount - aria-rowspan.-React.SVGAttributes.aria-rowindex
aria-rowspan?numberDefines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan.-React.SVGAttributes.aria-rowspan
aria-selected?BooleanishIndicates the current "selected" state of various widgets. See - aria-checked - aria-pressed.-React.SVGAttributes.aria-selected
aria-setsize?numberDefines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-posinset.-React.SVGAttributes.aria-setsize
aria-sort?"none" | "ascending" | "descending" | "other"Indicates if items in a table or grid are sorted in ascending or descending order.-React.SVGAttributes.aria-sort
aria-valuemax?numberDefines the maximum allowed value for a range widget.-React.SVGAttributes.aria-valuemax
aria-valuemin?numberDefines the minimum allowed value for a range widget.-React.SVGAttributes.aria-valuemin
aria-valuenow?numberDefines the current value for a range widget. See aria-valuetext.-React.SVGAttributes.aria-valuenow
aria-valuetext?stringDefines the human readable text alternative of aria-valuenow for a range widget.-React.SVGAttributes.aria-valuetext
ascent?string | number--React.SVGAttributes.ascent
attributeName?string--React.SVGAttributes.attributeName
attributeType?string--React.SVGAttributes.attributeType
autoReverse?Booleanish--React.SVGAttributes.autoReverse
azimuth?string | number--React.SVGAttributes.azimuth
baseFrequency?string | number--React.SVGAttributes.baseFrequency
baselineShift?string | number--React.SVGAttributes.baselineShift
baseProfile?string | number--React.SVGAttributes.baseProfile
bbox?string | number--React.SVGAttributes.bbox
begin?string | number--React.SVGAttributes.begin
bias?string | number--React.SVGAttributes.bias
by?string | number--React.SVGAttributes.by
calcMode?string | number--React.SVGAttributes.calcMode
capHeight?string | number--React.SVGAttributes.capHeight
children?ReactNode--React.SVGAttributes.children
className?string--React.SVGAttributes.className
clip?string | number--React.SVGAttributes.clip
clipPath?string--React.SVGAttributes.clipPath
clipPathUnits?string | number--React.SVGAttributes.clipPathUnits
clipRule?string | number--React.SVGAttributes.clipRule
color?string--React.SVGAttributes.color
colorInterpolation?string | number--React.SVGAttributes.colorInterpolation
colorInterpolationFilters?"auto" | "inherit" | "sRGB" | "linearRGB"--React.SVGAttributes.colorInterpolationFilters
colorProfile?string | number--React.SVGAttributes.colorProfile
colorRendering?string | number--React.SVGAttributes.colorRendering
contentScriptType?string | number--React.SVGAttributes.contentScriptType
contentStyleType?string | number--React.SVGAttributes.contentStyleType
crossOrigin?"" | "anonymous" | "use-credentials"--React.SVGAttributes.crossOrigin
cursor?string | number--React.SVGAttributes.cursor
cx?string | number--React.SVGAttributes.cx
cy?string | number--React.SVGAttributes.cy
d?string--React.SVGAttributes.d
dangerouslySetInnerHTML?object--React.SVGAttributes.dangerouslySetInnerHTML
dangerouslySetInnerHTML.__htmlstring---
decelerate?string | number--React.SVGAttributes.decelerate
descent?string | number--React.SVGAttributes.descent
diffuseConstant?string | number--React.SVGAttributes.diffuseConstant
direction?string | number--React.SVGAttributes.direction
display?string | number--React.SVGAttributes.display
divisor?string | number--React.SVGAttributes.divisor
dominantBaseline?string | number--React.SVGAttributes.dominantBaseline
dur?string | number--React.SVGAttributes.dur
dx?string | number--React.SVGAttributes.dx
dy?string | number--React.SVGAttributes.dy
edgeMode?string | number--React.SVGAttributes.edgeMode
elevation?string | number--React.SVGAttributes.elevation
enableBackground?string | number--React.SVGAttributes.enableBackground
end?string | number--React.SVGAttributes.end
exponent?string | number--React.SVGAttributes.exponent
externalResourcesRequired?Booleanish--React.SVGAttributes.externalResourcesRequired
fill?string--React.SVGAttributes.fill
fillOpacity?string | number--React.SVGAttributes.fillOpacity
fillRule?"inherit" | "nonzero" | "evenodd"--React.SVGAttributes.fillRule
filter?string--React.SVGAttributes.filter
filterRes?string | number--React.SVGAttributes.filterRes
filterUnits?string | number--React.SVGAttributes.filterUnits
floodColor?string | number--React.SVGAttributes.floodColor
floodOpacity?string | number--React.SVGAttributes.floodOpacity
focusable?Booleanish | "auto"--React.SVGAttributes.focusable
fontFamily?string--React.SVGAttributes.fontFamily
fontSize?string | number--React.SVGAttributes.fontSize
fontSizeAdjust?string | number--React.SVGAttributes.fontSizeAdjust
fontStretch?string | number--React.SVGAttributes.fontStretch
fontStyle?string | number--React.SVGAttributes.fontStyle
fontVariant?string | number--React.SVGAttributes.fontVariant
fontWeight?string | number--React.SVGAttributes.fontWeight
format?string | number--React.SVGAttributes.format
fr?string | number--React.SVGAttributes.fr
from?string | number--React.SVGAttributes.from
fx?string | number--React.SVGAttributes.fx
fy?string | number--React.SVGAttributes.fy
g1?string | number--React.SVGAttributes.g1
g2?string | number--React.SVGAttributes.g2
glyphName?string | number--React.SVGAttributes.glyphName
glyphOrientationHorizontal?string | number--React.SVGAttributes.glyphOrientationHorizontal
glyphOrientationVertical?string | number--React.SVGAttributes.glyphOrientationVertical
glyphRef?string | number--React.SVGAttributes.glyphRef
gradientTransform?string--React.SVGAttributes.gradientTransform
gradientUnits?string--React.SVGAttributes.gradientUnits
hanging?string | number--React.SVGAttributes.hanging
height?string | number--React.SVGAttributes.height
horizAdvX?string | number--React.SVGAttributes.horizAdvX
horizOriginX?string | number--React.SVGAttributes.horizOriginX
href?string--React.SVGAttributes.href
id?string--React.SVGAttributes.id
ideographic?string | number--React.SVGAttributes.ideographic
imageRendering?string | number--React.SVGAttributes.imageRendering
in?string--React.SVGAttributes.in
in2?string | number--React.SVGAttributes.in2
intercept?string | number--React.SVGAttributes.intercept
k?string | number--React.SVGAttributes.k
k1?string | number--React.SVGAttributes.k1
k2?string | number--React.SVGAttributes.k2
k3?string | number--React.SVGAttributes.k3
k4?string | number--React.SVGAttributes.k4
kernelMatrix?string | number--React.SVGAttributes.kernelMatrix
kernelUnitLength?string | number--React.SVGAttributes.kernelUnitLength
kerning?string | number--React.SVGAttributes.kerning
keyPoints?string | number--React.SVGAttributes.keyPoints
keySplines?string | number--React.SVGAttributes.keySplines
keyTimes?string | number--React.SVGAttributes.keyTimes
lang?string--React.SVGAttributes.lang
lengthAdjust?string | number--React.SVGAttributes.lengthAdjust
letterSpacing?string | number--React.SVGAttributes.letterSpacing
lightingColor?string | number--React.SVGAttributes.lightingColor
limitingConeAngle?string | number--React.SVGAttributes.limitingConeAngle
local?string | number--React.SVGAttributes.local
markerEnd?string--React.SVGAttributes.markerEnd
markerHeight?string | number--React.SVGAttributes.markerHeight
markerMid?string--React.SVGAttributes.markerMid
markerStart?string--React.SVGAttributes.markerStart
markerUnits?string | number--React.SVGAttributes.markerUnits
markerWidth?string | number--React.SVGAttributes.markerWidth
mask?string--React.SVGAttributes.mask
maskContentUnits?string | number--React.SVGAttributes.maskContentUnits
maskUnits?string | number--React.SVGAttributes.maskUnits
mathematical?string | number--React.SVGAttributes.mathematical
max?string | number--React.SVGAttributes.max
media?string--React.SVGAttributes.media
method?string--React.SVGAttributes.method
min?string | number--React.SVGAttributes.min
mode?string | number--React.SVGAttributes.mode
namestringName of the in-house glyph to render (see SpartanIconName). Accepts any string for call sites that pass through Fluent-style iconName values; an unknown name renders nothing so layout never breaks.React.SVGAttributes.name-
numOctaves?string | number--React.SVGAttributes.numOctaves
offset?string | number--React.SVGAttributes.offset
onAbort?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onAbort
onAbortCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onAbortCapture
onAnimationEnd?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationEnd
onAnimationEndCapture?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationEndCapture
onAnimationIteration?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationIteration
onAnimationIterationCapture?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationIterationCapture
onAnimationStart?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationStart
onAnimationStartCapture?AnimationEventHandler<SVGSVGElement>--React.SVGAttributes.onAnimationStartCapture
onAuxClick?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onAuxClick
onAuxClickCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onAuxClickCapture
onBeforeInput?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onBeforeInput
onBeforeInputCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onBeforeInputCapture
onBlur?FocusEventHandler<SVGSVGElement>--React.SVGAttributes.onBlur
onBlurCapture?FocusEventHandler<SVGSVGElement>--React.SVGAttributes.onBlurCapture
onCanPlay?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onCanPlay
onCanPlayCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onCanPlayCapture
onCanPlayThrough?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onCanPlayThrough
onCanPlayThroughCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onCanPlayThroughCapture
onChange?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onChange
onChangeCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onChangeCapture
onClick?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onClick
onClickCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onClickCapture
onCompositionEnd?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionEnd
onCompositionEndCapture?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionEndCapture
onCompositionStart?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionStart
onCompositionStartCapture?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionStartCapture
onCompositionUpdate?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionUpdate
onCompositionUpdateCapture?CompositionEventHandler<SVGSVGElement>--React.SVGAttributes.onCompositionUpdateCapture
onContextMenu?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onContextMenu
onContextMenuCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onContextMenuCapture
onCopy?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onCopy
onCopyCapture?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onCopyCapture
onCut?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onCut
onCutCapture?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onCutCapture
onDoubleClick?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onDoubleClick
onDoubleClickCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onDoubleClickCapture
onDrag?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDrag
onDragCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragCapture
onDragEnd?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragEnd
onDragEndCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragEndCapture
onDragEnter?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragEnter
onDragEnterCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragEnterCapture
onDragExit?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragExit
onDragExitCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragExitCapture
onDragLeave?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragLeave
onDragLeaveCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragLeaveCapture
onDragOver?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragOver
onDragOverCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragOverCapture
onDragStart?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragStart
onDragStartCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDragStartCapture
onDrop?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDrop
onDropCapture?DragEventHandler<SVGSVGElement>--React.SVGAttributes.onDropCapture
onDurationChange?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onDurationChange
onDurationChangeCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onDurationChangeCapture
onEmptied?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEmptied
onEmptiedCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEmptiedCapture
onEncrypted?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEncrypted
onEncryptedCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEncryptedCapture
onEnded?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEnded
onEndedCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onEndedCapture
onError?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onError
onErrorCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onErrorCapture
onFocus?FocusEventHandler<SVGSVGElement>--React.SVGAttributes.onFocus
onFocusCapture?FocusEventHandler<SVGSVGElement>--React.SVGAttributes.onFocusCapture
onGotPointerCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onGotPointerCapture
onGotPointerCaptureCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onGotPointerCaptureCapture
onInput?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onInput
onInputCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onInputCapture
onInvalid?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onInvalid
onInvalidCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onInvalidCapture
onKeyDown?KeyboardEventHandler<SVGSVGElement>--React.SVGAttributes.onKeyDown
onKeyDownCapture?KeyboardEventHandler<SVGSVGElement>--React.SVGAttributes.onKeyDownCapture
onKeyPress?KeyboardEventHandler<SVGSVGElement>Deprecated-React.SVGAttributes.onKeyPress
onKeyPressCapture?KeyboardEventHandler<SVGSVGElement>Deprecated-React.SVGAttributes.onKeyPressCapture
onKeyUp?KeyboardEventHandler<SVGSVGElement>--React.SVGAttributes.onKeyUp
onKeyUpCapture?KeyboardEventHandler<SVGSVGElement>--React.SVGAttributes.onKeyUpCapture
onLoad?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoad
onLoadCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadCapture
onLoadedData?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadedData
onLoadedDataCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadedDataCapture
onLoadedMetadata?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadedMetadata
onLoadedMetadataCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadedMetadataCapture
onLoadStart?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadStart
onLoadStartCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onLoadStartCapture
onLostPointerCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onLostPointerCapture
onLostPointerCaptureCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onLostPointerCaptureCapture
onMouseDown?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseDown
onMouseDownCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseDownCapture
onMouseEnter?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseEnter
onMouseLeave?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseLeave
onMouseMove?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseMove
onMouseMoveCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseMoveCapture
onMouseOut?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseOut
onMouseOutCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseOutCapture
onMouseOver?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseOver
onMouseOverCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseOverCapture
onMouseUp?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseUp
onMouseUpCapture?MouseEventHandler<SVGSVGElement>--React.SVGAttributes.onMouseUpCapture
onPaste?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onPaste
onPasteCapture?ClipboardEventHandler<SVGSVGElement>--React.SVGAttributes.onPasteCapture
onPause?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPause
onPauseCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPauseCapture
onPlay?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPlay
onPlayCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPlayCapture
onPlaying?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPlaying
onPlayingCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onPlayingCapture
onPointerCancel?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerCancel
onPointerCancelCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerCancelCapture
onPointerDown?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerDown
onPointerDownCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerDownCapture
onPointerEnter?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerEnter
onPointerEnterCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerEnterCapture
onPointerLeave?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerLeave
onPointerLeaveCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerLeaveCapture
onPointerMove?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerMove
onPointerMoveCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerMoveCapture
onPointerOut?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerOut
onPointerOutCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerOutCapture
onPointerOver?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerOver
onPointerOverCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerOverCapture
onPointerUp?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerUp
onPointerUpCapture?PointerEventHandler<SVGSVGElement>--React.SVGAttributes.onPointerUpCapture
onProgress?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onProgress
onProgressCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onProgressCapture
onRateChange?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onRateChange
onRateChangeCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onRateChangeCapture
onReset?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onReset
onResetCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onResetCapture
onScroll?UIEventHandler<SVGSVGElement>--React.SVGAttributes.onScroll
onScrollCapture?UIEventHandler<SVGSVGElement>--React.SVGAttributes.onScrollCapture
onSeeked?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSeeked
onSeekedCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSeekedCapture
onSeeking?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSeeking
onSeekingCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSeekingCapture
onSelect?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSelect
onSelectCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSelectCapture
onStalled?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onStalled
onStalledCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onStalledCapture
onSubmit?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onSubmit
onSubmitCapture?FormEventHandler<SVGSVGElement>--React.SVGAttributes.onSubmitCapture
onSuspend?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSuspend
onSuspendCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onSuspendCapture
onTimeUpdate?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onTimeUpdate
onTimeUpdateCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onTimeUpdateCapture
onTouchCancel?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchCancel
onTouchCancelCapture?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchCancelCapture
onTouchEnd?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchEnd
onTouchEndCapture?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchEndCapture
onTouchMove?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchMove
onTouchMoveCapture?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchMoveCapture
onTouchStart?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchStart
onTouchStartCapture?TouchEventHandler<SVGSVGElement>--React.SVGAttributes.onTouchStartCapture
onTransitionEnd?TransitionEventHandler<SVGSVGElement>--React.SVGAttributes.onTransitionEnd
onTransitionEndCapture?TransitionEventHandler<SVGSVGElement>--React.SVGAttributes.onTransitionEndCapture
onVolumeChange?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onVolumeChange
onVolumeChangeCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onVolumeChangeCapture
onWaiting?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onWaiting
onWaitingCapture?ReactEventHandler<SVGSVGElement>--React.SVGAttributes.onWaitingCapture
onWheel?WheelEventHandler<SVGSVGElement>--React.SVGAttributes.onWheel
onWheelCapture?WheelEventHandler<SVGSVGElement>--React.SVGAttributes.onWheelCapture
opacity?string | number--React.SVGAttributes.opacity
operator?string | number--React.SVGAttributes.operator
order?string | number--React.SVGAttributes.order
orient?string | number--React.SVGAttributes.orient
orientation?string | number--React.SVGAttributes.orientation
origin?string | number--React.SVGAttributes.origin
overflow?string | number--React.SVGAttributes.overflow
overlinePosition?string | number--React.SVGAttributes.overlinePosition
overlineThickness?string | number--React.SVGAttributes.overlineThickness
paintOrder?string | number--React.SVGAttributes.paintOrder
panose1?string | number--React.SVGAttributes.panose1
path?string--React.SVGAttributes.path
pathLength?string | number--React.SVGAttributes.pathLength
patternContentUnits?string--React.SVGAttributes.patternContentUnits
patternTransform?string | number--React.SVGAttributes.patternTransform
patternUnits?string--React.SVGAttributes.patternUnits
pointerEvents?string | number--React.SVGAttributes.pointerEvents
points?string--React.SVGAttributes.points
pointsAtX?string | number--React.SVGAttributes.pointsAtX
pointsAtY?string | number--React.SVGAttributes.pointsAtY
pointsAtZ?string | number--React.SVGAttributes.pointsAtZ
preserveAlpha?Booleanish--React.SVGAttributes.preserveAlpha
preserveAspectRatio?string--React.SVGAttributes.preserveAspectRatio
primitiveUnits?string | number--React.SVGAttributes.primitiveUnits
r?string | number--React.SVGAttributes.r
radius?string | number--React.SVGAttributes.radius
refX?string | number--React.SVGAttributes.refX
refY?string | number--React.SVGAttributes.refY
renderingIntent?string | number--React.SVGAttributes.renderingIntent
repeatCount?string | number--React.SVGAttributes.repeatCount
repeatDur?string | number--React.SVGAttributes.repeatDur
requiredExtensions?string | number--React.SVGAttributes.requiredExtensions
requiredFeatures?string | number--React.SVGAttributes.requiredFeatures
restart?string | number--React.SVGAttributes.restart
result?string--React.SVGAttributes.result
role?AriaRole--React.SVGAttributes.role
rotate?string | number--React.SVGAttributes.rotate
rx?string | number--React.SVGAttributes.rx
ry?string | number--React.SVGAttributes.ry
scale?string | number--React.SVGAttributes.scale
seed?string | number--React.SVGAttributes.seed
shapeRendering?string | number--React.SVGAttributes.shapeRendering
size?string | numberWidth/height of the glyph. A number is treated as pixels. Defaults to '1em' so the icon scales with the surrounding font-size — matching how the old Fluent icon FONT behaved.--
slope?string | number--React.SVGAttributes.slope
spacing?string | number--React.SVGAttributes.spacing
specularConstant?string | number--React.SVGAttributes.specularConstant
specularExponent?string | number--React.SVGAttributes.specularExponent
speed?string | number--React.SVGAttributes.speed
spreadMethod?string--React.SVGAttributes.spreadMethod
startOffset?string | number--React.SVGAttributes.startOffset
stdDeviation?string | number--React.SVGAttributes.stdDeviation
stemh?string | number--React.SVGAttributes.stemh
stemv?string | number--React.SVGAttributes.stemv
stitchTiles?string | number--React.SVGAttributes.stitchTiles
stopColor?string--React.SVGAttributes.stopColor
stopOpacity?string | number--React.SVGAttributes.stopOpacity
strikethroughPosition?string | number--React.SVGAttributes.strikethroughPosition
strikethroughThickness?string | number--React.SVGAttributes.strikethroughThickness
string?string | number--React.SVGAttributes.string
stroke?string--React.SVGAttributes.stroke
strokeDasharray?string | number--React.SVGAttributes.strokeDasharray
strokeDashoffset?string | number--React.SVGAttributes.strokeDashoffset
strokeLinecap?"inherit" | "butt" | "round" | "square"--React.SVGAttributes.strokeLinecap
strokeLinejoin?"inherit" | "round" | "miter" | "bevel"--React.SVGAttributes.strokeLinejoin
strokeMiterlimit?string | number--React.SVGAttributes.strokeMiterlimit
strokeOpacity?string | number--React.SVGAttributes.strokeOpacity
strokeWidth?string | number--React.SVGAttributes.strokeWidth
style?CSSProperties--React.SVGAttributes.style
surfaceScale?string | number--React.SVGAttributes.surfaceScale
systemLanguage?string | number--React.SVGAttributes.systemLanguage
tabIndex?number--React.SVGAttributes.tabIndex
tableValues?string | number--React.SVGAttributes.tableValues
target?string--React.SVGAttributes.target
targetX?string | number--React.SVGAttributes.targetX
targetY?string | number--React.SVGAttributes.targetY
textAnchor?string--React.SVGAttributes.textAnchor
textDecoration?string | number--React.SVGAttributes.textDecoration
textLength?string | number--React.SVGAttributes.textLength
textRendering?string | number--React.SVGAttributes.textRendering
title?stringAccessible name. When provided the SVG is exposed as an image (role="img" + <title>); when omitted the icon is decorative and hidden from assistive tech (aria-hidden).--
to?string | number--React.SVGAttributes.to
transform?string--React.SVGAttributes.transform
type?string--React.SVGAttributes.type
u1?string | number--React.SVGAttributes.u1
u2?string | number--React.SVGAttributes.u2
underlinePosition?string | number--React.SVGAttributes.underlinePosition
underlineThickness?string | number--React.SVGAttributes.underlineThickness
unicode?string | number--React.SVGAttributes.unicode
unicodeBidi?string | number--React.SVGAttributes.unicodeBidi
unicodeRange?string | number--React.SVGAttributes.unicodeRange
unitsPerEm?string | number--React.SVGAttributes.unitsPerEm
vAlphabetic?string | number--React.SVGAttributes.vAlphabetic
values?string--React.SVGAttributes.values
vectorEffect?string | number--React.SVGAttributes.vectorEffect
version?string--React.SVGAttributes.version
vertAdvY?string | number--React.SVGAttributes.vertAdvY
vertOriginX?string | number--React.SVGAttributes.vertOriginX
vertOriginY?string | number--React.SVGAttributes.vertOriginY
vHanging?string | number--React.SVGAttributes.vHanging
vIdeographic?string | number--React.SVGAttributes.vIdeographic
viewBox?string--React.SVGAttributes.viewBox
viewTarget?string | number--React.SVGAttributes.viewTarget
visibility?string | number--React.SVGAttributes.visibility
vMathematical?string | number--React.SVGAttributes.vMathematical
width?string | number--React.SVGAttributes.width
widths?string | number--React.SVGAttributes.widths
wordSpacing?string | number--React.SVGAttributes.wordSpacing
writingMode?string | number--React.SVGAttributes.writingMode
x?string | number--React.SVGAttributes.x
x1?string | number--React.SVGAttributes.x1
x2?string | number--React.SVGAttributes.x2
xChannelSelector?string--React.SVGAttributes.xChannelSelector
xHeight?string | number--React.SVGAttributes.xHeight
xlinkActuate?string--React.SVGAttributes.xlinkActuate
xlinkArcrole?string--React.SVGAttributes.xlinkArcrole
xlinkHref?string--React.SVGAttributes.xlinkHref
xlinkRole?string--React.SVGAttributes.xlinkRole
xlinkShow?string--React.SVGAttributes.xlinkShow
xlinkTitle?string--React.SVGAttributes.xlinkTitle
xlinkType?string--React.SVGAttributes.xlinkType
xmlBase?string--React.SVGAttributes.xmlBase
xmlLang?string--React.SVGAttributes.xmlLang
xmlns?string--React.SVGAttributes.xmlns
xmlnsXlink?string--React.SVGAttributes.xmlnsXlink
xmlSpace?string--React.SVGAttributes.xmlSpace
y?string | number--React.SVGAttributes.y
y1?string | number--React.SVGAttributes.y1
y2?string | number--React.SVGAttributes.y2
yChannelSelector?string--React.SVGAttributes.yChannelSelector
z?string | number--React.SVGAttributes.z
zoomAndPan?string--React.SVGAttributes.zoomAndPan