Phone icon component.
The props for the icon.
The chat bubble icon.
// Icon is correctly from screen readers<p> <IconPhone /> Text me a code</p>// Icon with screen-reader accessible label only<p> <IconPhone aria-label="Text me a code" /></p> Copy
// Icon is correctly from screen readers<p> <IconPhone /> Text me a code</p>// Icon with screen-reader accessible label only<p> <IconPhone aria-label="Text me a code" /></p>
Phone icon component.