Accessibility Examples
Omit label for decorative icons. Add it when the icon is the only accessible name.
accessibility
html
<!-- Decorative icon: aria-hidden by default -->
<tng-icon icon="home" />
<!-- Labelled standalone icon: role="img" with aria-label -->
<tng-icon icon="search" label="Search" />