Icons
The inv-icon
Angular component incorporates a "best practices" approach for SVG symbol use (particularly, using "(SVG)
references" to avoid duplicate SVG markup in the DOM). This sometimes interferes with certain
browser/heuristic/markup combinations (like, inv-icon
inside anchor (<a>
) elements on Chrome/Edge). This can be
mitigated by electing to use an icon with an "inlined glyph" (via the inline-glyph=
boolean-like (truthy/falsey)
literal binding). This avoids the use of references and duplicates the SVG markup in the DOM, mitigating the issue.