@nospamproxy/core
    Preparing search index...

    Custom element for displaying an icon.

    Icons can be web font based:

    <inline-image class-list="fas fa-lock-open"></inline-image>
    

    Or raw svgs:

    <inline-image svg.bind="svgCode"></inline-image>
    
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    classList: string

    CSS class list for image sprite. Bind multiple classes delimited by space; example: fas fa-check.

    svg?: string

    SVG code to embed.

    Never pass any user input to this property. Passing user input or any other remote controlled value to this property would be a serious vulnerability.

    If needed, use css variables inside the svg for dynamic colors.

    Methods

    • Returns void