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

function Tools(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="M12.538 1.048a3 3 0 00-3.265 4.205l.291.633-8.15 8.15.707.707 8.182-8.182.608.237a3 3 0 004.023-3.423l-1.427 1.427a1.5 1.5 0 01-2.121 0l-.24-.24a1.5 1.5 0 010-2.121l1.391-1.391zM8.365 5.671A4 4 0 0114.284.716l-2.431 2.431a.5.5 0 000 .707l.24.24a.5.5 0 00.707 0l2.44-2.44a4 4 0 01-4.691 6.075L2.828 15.45a.999.999 0 01-1.414 0l-.707-.707a.999.999 0 010-1.414l7.658-7.658z" />
      <path d="M10.5 9.914l-.586.586L14 14.586l.586-.586L10.5 9.914zm.707-.707l4.086 4.086a.999.999 0 010 1.414l-.586.586a.999.999 0 01-1.414 0l-4.086-4.086a.999.999 0 010-1.414l.586-.586a.999.999 0 011.414 0zM1.27 1.144l-.126.126.543 1.629 1.212-1.212-1.629-.543zM2 4H1L0 1l1-1 3 1v1l-.646.646 4.5 4.5-.707.707-4.5-4.5-.646.646z" />
    </svg>
  );
}

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