--icon-size the width/height of the icon

--icon-color the color of the icon

  • {ZetaIconName} Name of icon to be displayed. Full list of icons can be found at Zeta Icons

Hierarchy

  • ContourableInterface<this> & LitElement<this>
    • ZetaIcon

Other

  • Returns ZetaIcon

color?: string

Color of icon as css value

Use the CSS Variable "--icon-color" instead

rounded: boolean
size?: string | number

Size of icon as css variable.

If a Number is provided, will fallback to px.

Use the CSS Variable "--icon-size" instead

styles: CSSResultGroup[] = ...

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>