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

function MousePointer(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.232 18.625a1.1 1.1 0 01.25 1.232 1.144 1.144 0 01-1.054.714h-6.821l3.589 8.5a1.15 1.15 0 01-.607 1.5l-3.161 1.339a1.15 1.15 0 01-1.5-.607l-3.411-8.071-5.571 5.571c-.214.214-.5.339-.804.339-.143 0-.304-.036-.429-.089a1.144 1.144 0 01-.714-1.054V1.142c0-.464.286-.875.714-1.054.125-.054.286-.089.429-.089.304 0 .589.107.804.339z" />
    </svg>
  );
}

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