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

function Wrench(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.857 26.286c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm11.5-7.5L6.178 30.965c-.411.411-1 .661-1.607.661s-1.196-.25-1.625-.661l-1.893-1.929c-.429-.411-.679-1-.679-1.607s.25-1.196.679-1.625l12.161-12.161a9.217 9.217 0 005.143 5.143zm11.322-7.768c0 .589-.214 1.321-.411 1.893-1.125 3.179-4.179 5.375-7.554 5.375-4.411 0-8-3.589-8-8s3.589-8 8-8c1.304 0 3 .393 4.089 1.125.179.125.286.286.286.5a.636.636 0 01-.286.5l-5.232 3.018v4l3.446 1.911c.589-.339 4.732-2.946 5.089-2.946s.571.268.571.625z" />
    </svg>
  );
}

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