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

function Plane(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 26 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M24.571 2.857c1.143 1.143 0 4-1.714 5.714l-2.875 2.875 2.857 12.429a.586.586 0 01-.214.589l-2.286 1.714a.55.55 0 01-.339.107c-.036 0-.071 0-.125-.018a.51.51 0 01-.375-.286l-4.982-9.071-4.625 4.625.946 3.464a.584.584 0 01-.143.554l-1.714 1.714a.597.597 0 01-.411.161h-.036a.579.579 0 01-.429-.232l-3.375-4.5-4.5-3.375c-.143-.089-.214-.25-.232-.411s.054-.321.161-.446l1.714-1.732a.597.597 0 01.411-.161c.054 0 .107 0 .143.018l3.464.946 4.625-4.625-9.071-4.982a.627.627 0 01-.304-.429.613.613 0 01.161-.482l2.286-2.286c.143-.125.357-.196.536-.143L16 7.427l2.857-2.857c1.714-1.714 4.571-2.857 5.714-1.714z" />
    </svg>
  );
}

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