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

function ChevronDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30.054 14.429l-13.25 13.232a1.132 1.132 0 01-1.607 0L1.947 14.429a1.154 1.154 0 010-1.625l2.964-2.946a1.132 1.132 0 011.607 0L16 19.34l9.482-9.482a1.132 1.132 0 011.607 0l2.964 2.946a1.154 1.154 0 010 1.625z" />
    </svg>
  );
}

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