Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISvgElement

Element to handle rendering svg images, mainly icons, that will inherit the parent component's color. The IStandardElement image tag should be used instead if wanting to render a multi-colored image.

Hierarchy

  • ISvgElement

Index

Properties

Properties

children

children: IStandardElement[] | string

HTML children as an array of IStandardElement or as a string.

props

props: ISvgProps

Required props.

tag

tag: SvgIcon

Must be [[Svg]].

Generated using TypeDoc