CDP Frontend SDK
    Preparing search index...

    Function IconArrowLeft

    • Arrow Left icon component.

      Parameters

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

        The props for the icon.

      Returns Element

      The Arrow Left icon.

      // Icon is correctly hidden from screen readers
      <p>
      <IconArrowLeft />
      Back
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconArrowLeft aria-label="Back" />
      </p>