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

function Pencil(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.482 27.429l1.625-1.625-4.196-4.196-1.625 1.625v1.911h2.286v2.286h1.911zm9.339-16.572a.375.375 0 00-.393-.393.422.422 0 00-.304.125l-9.679 9.679a.418.418 0 00-.125.304c0 .232.161.393.393.393a.422.422 0 00.304-.125l9.679-9.679a.418.418 0 00.125-.304zm-.964-3.428l7.429 7.429L7.429 29.715H0v-7.429zm12.197 1.714c0 .607-.25 1.196-.661 1.607l-2.964 2.964L16 6.285l2.964-2.946c.411-.429 1-.679 1.607-.679s1.196.25 1.625.679l4.196 4.179c.411.429.661 1.018.661 1.625z" />
    </svg>
  );
}

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