@nospamproxy/core
    Preparing search index...

    Control used for icons which are commonly used

    <standard-icon icon="add"></standard-icon>
    
    Index

    Constructors

    Properties

    Constructors

    Properties

    classList: string = ''

    Additional classes that are added to the rendered icon element.

    This can be used to adjust the layout if needed.

    <standard-icon icon="download" class-list="normalize-icon"></standard-icon>
    
    icon?: StandardIconType = undefined

    The standard icon to display.

    titleText?: string