Skip to content

getSvgIconStyle

getSvgIconStyle(props): Record<string, string>

Defined in: svg-icon.ts:42

Converts SvgIcon props into a “CSS variable -> value” pairs that should be passed to the element’s style attribute.

Example value:

{
"--size": "48rem",
"--color": "red",
}

SvgIconStyleProps

SvgIcon props

Record<string, string>

Icon style