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

function ICursor(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.857 2.286c-3.786 0-5.714 1.339-5.714 4v7.429h2.286v2.286H9.143v9.714c0 2.661 1.929 4 5.714 4H16v2.286h-1.143c-3.214 0-5.571-.929-6.857-2.607-1.286 1.679-3.643 2.607-6.857 2.607H0v-2.286h1.143c3.786 0 5.714-1.339 5.714-4v-9.714H4.571v-2.286h2.286V6.286c0-2.661-1.929-4-5.714-4H0V0h1.143C4.357 0 6.714.929 8 2.607 9.286.928 11.643 0 14.857 0H16v2.286h-1.143z" />
    </svg>
  );
}

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