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

function CaretUp(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 21.714c0 .625-.518 1.143-1.143 1.143h-16A1.151 1.151 0 010 21.714c0-.304.125-.589.339-.804l8-8c.214-.214.5-.339.804-.339s.589.125.804.339l8 8c.214.214.339.5.339.804z" />
    </svg>
  );
}

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