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

function ChevronRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 22 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.768 15.661l-13.25 13.25a1.132 1.132 0 01-1.607 0l-2.964-2.964a1.132 1.132 0 010-1.607l9.482-9.482-9.482-9.482a1.132 1.132 0 010-1.607L4.911.805a1.132 1.132 0 011.607 0l13.25 13.25a1.132 1.132 0 010 1.607z" />
    </svg>
  );
}

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