CDP Frontend SDK
    Preparing search index...

    Function IconArrowsUpDown

    • Arrows Up/Down 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>
      <IconArrowsUpDown />
      Swap
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconArrowsUpDown aria-label="Swap" />
      </p>