CDP Frontend SDK
    Preparing search index...

    Function IconChevronDown

    • Chevron down icon component.

      Parameters

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

        The props for the icon.

      Returns Element

      The chevron down icon.

      // Icon is correctly hidden from screen readers
      <p>
      <IconChevronDown />
      Expand
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconChevronDown aria-label="Expand" />
      </p>