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

function Pin(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.389.373l4.243 4.243a.999.999 0 010 1.414l-.707.707a.999.999 0 01-1.414 0l-.404-.404-2.425 3.232.512 1.535a.999.999 0 01-.242 1.023l-.977.977-3.182-3.183L3.9 12.811c-1.371 1.371-2.175 1.939-2.411 1.703s.332-1.039 1.703-2.411L6.085 9.21 2.903 6.029l.977-.977a1.001 1.001 0 011.023-.242l1.535.512L9.67 2.897l-.404-.404a.999.999 0 010-1.414l.707-.707a.999.999 0 011.414 0zm-.708.707l-.707.707.404.404a1 1 0 01-.107 1.507L7.039 6.123a.999.999 0 01-.916.149L4.588 5.76l-.27.27 5.657 5.657.27-.27-.512-1.535a.999.999 0 01.149-.916l2.425-3.232a1 1 0 011.507-.107l.404.404.707-.707-4.243-4.243z" />
    </svg>
  );
}

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