This allows you to disable the aria-hidden
attribute. By default it's applied.
An ElementRef property of the igx-icon
component.
An @Input property that sets the value of the fontSet
. By default it's "material".
An @Input property that allows you to change the iconColor
of the icon.
An @Input property that allows you to set the iconName
of the icon.
An @Input property that sets the value of the id
attribute.
An accessor that returns the value of the active property.
An accessor that returns the value of the font property.
An accessor that returns the opposite value of the iconColor
property.
An accessor that returns the value of the iconName property.
An accessor that returns inactive property.
An accessor that returns the key of the SVG image. The key consists of the fontSet and the iconName separated by underscore.
An accessor that returns a TemplateRef to explicit, svg or no ligature.
An @Input property that allows you to disable the
active
property. By default it's applied.<igx-icon [isActive]="false">settings</igx-icon>