Interface for all properties of an Icon.

Hierarchy

  • IconProperties

Properties

Properties

height: undefined | number

Explicit height as pixels, or undefined to use source size.

If only height is specified, then icon width is automatically scaled to maintain source aspect ratio.

width: undefined | number

Explicit width as pixels, or undefined to use source size.

If only width is specified, then icon height is automatically scaled to maintain source aspect ratio.