component.w-icon(
:is="tag || 'i'"
:class="classes"
:role="ariaLabel ? 'img' : undefined"
:aria-label="ariaLabel || undefined"
:aria-hidden="ariaLabel ? undefined : 'true'"
:style="readIcon() /* Always reacting to slot change when called from template. */ && styles")
template(v-if="hasLigature") {{ icon }}