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

function Bug(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="M29.143 17.143c0 .625-.518 1.143-1.143 1.143h-4c0 2.232-.482 3.911-1.196 5.179l3.714 3.732a1.132 1.132 0 010 1.607c-.214.232-.518.339-.804.339s-.589-.107-.804-.339l-3.536-3.518s-2.339 2.143-5.375 2.143v-16h-2.286v16c-3.232 0-5.589-2.357-5.589-2.357l-3.268 3.696a1.171 1.171 0 01-1.625.089 1.171 1.171 0 01-.089-1.625l3.607-4.054c-.625-1.232-1.036-2.821-1.036-4.893h-4c-.625 0-1.143-.518-1.143-1.143s.518-1.143 1.143-1.143h4v-5.25L2.624 7.66c-.446-.446-.446-1.161 0-1.607s1.161-.446 1.607 0L7.32 9.142h15.071l3.089-3.089c.446-.446 1.161-.446 1.607 0s.446 1.161 0 1.607l-3.089 3.089v5.25h4c.625 0 1.143.518 1.143 1.143zM20.571 6.857H9.142c0-3.161 2.554-5.714 5.714-5.714s5.714 2.554 5.714 5.714z" />
    </svg>
  );
}

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