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

function Pined(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 2a1 1 0 011 1v1a1 1 0 01-1 1l-.49-.001L11 8l1.447.724a1 1 0 01.553.894V11H8.682v2.999L14.5 14a.5.5 0 010 1h-13a.5.5 0 010-1l5.768-.001V11H3V9.618c0-.379.214-.725.553-.894L5 8l.463-3.001L5 5a1 1 0 01-1-1V3a1 1 0 011-1h6zm0 1H5v1l.461-.001a1 1 0 01.99 1.152l-.463 3.001a1 1 0 01-.541.742L4 9.618V10h8v-.382l-1.447-.724a1.002 1.002 0 01-.54-.733l-.49-3.001a1 1 0 01.989-1.161L11 4V3z" />
    </svg>
  );
}

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