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

function LocationArrow(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.018 6.232L13.589 29.089a1.127 1.127 0 01-1.018.625 1.37 1.37 0 01-.268-.036 1.128 1.128 0 01-.875-1.107V18.285H1.142c-.536 0-.982-.357-1.107-.875s.125-1.054.589-1.286L23.481 4.695a1.06 1.06 0 01.518-.125c.304 0 .589.107.804.339.357.339.446.875.214 1.321z" />
    </svg>
  );
}

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