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

function ThumbTack(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="M8.571 15.429v-8c0-.321-.25-.571-.571-.571s-.571.25-.571.571v8c0 .321.25.571.571.571s.571-.25.571-.571zm12 6.285c0 .625-.518 1.143-1.143 1.143h-7.661l-.911 8.625c-.036.286-.268.518-.554.518h-.018a.574.574 0 01-.571-.482l-1.357-8.661H1.142a1.151 1.151 0 01-1.143-1.143C-.001 18.785 2.213 16 4.57 16V6.857c-1.25 0-2.286-1.036-2.286-2.286S3.32 2.285 4.57 2.285h11.429c1.25 0 2.286 1.036 2.286 2.286s-1.036 2.286-2.286 2.286V16c2.357 0 4.571 2.786 4.571 5.714z" />
    </svg>
  );
}

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