CDP Frontend SDK
    Preparing search index...
    • Phone icon component.

      Parameters

      • props: Omit<SVGProps<SVGSVGElement>, "viewBox">

        The props for the icon.

      Returns Element

      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>