Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
function IconSmartPhone(props: Omit<SVGProps<SVGSVGElement>, "viewBox">): Element;
Smart phone icon component.
Parameters
| Parameter | Type | Description |
|---|
props | Omit<SVGProps<SVGSVGElement>, "viewBox"> | The props for the icon. |
Returns
Element
The chat bubble icon.
Example
// Icon is correctly from screen readers
<p>
<IconSmartPhone />
Enter code from your authenticator app
</p>
// Icon with screen-reader accessible label only
<p>
<IconSmartPhone aria-label="Enter code from your authenticator app" />
</p>