// Generated by script, don't edit it please.
import * as React from 'react';

function CaretDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 12.571c0 .304-.125.589-.339.804l-8 8c-.214.214-.5.339-.804.339s-.589-.125-.804-.339l-8-8A1.137 1.137 0 010 12.571c0-.625.518-1.143 1.143-1.143h16c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(CaretDown);
export default ForwardRef;
