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

function Child(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.214 9.786L16 15v14.714c0 1.107-.893 2-2 2s-2-.893-2-2v-6.857h-1.143v6.857c0 1.107-.893 2-2 2s-2-.893-2-2V15L1.643 9.786a1.736 1.736 0 010-2.429 1.736 1.736 0 012.429 0l4.071 4.071h6.571l4.071-4.071a1.736 1.736 0 012.429 0c.661.679.661 1.75 0 2.429zm-5.785-2.929c0 2.214-1.786 4-4 4s-4-1.786-4-4 1.786-4 4-4 4 1.786 4 4z" />
    </svg>
  );
}

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