aria property:aria-labelalt attribute).aria-hidden attribute directly on the Icon component.<p-icon aria-hidden="true" name="phone" /><p-text>+49 123 456 7890</p-text>
aria prop when the icon conveys information on its own.aria-label to decorative icons beside visible text.<p-icon name="warning"></p-icon><p-icon name="warning" aria="{'aria-label': 'Warning'}"></p-icon><p-icon name="phone" aria="{'aria-label': 'Phone'}"></p-icon>
<p-text>
+49 711 911 0
</p-text><p-icon aria-hidden="true" name="phone"></p-icon>
<p-text>
+49 711 911 0
</p-text>