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

function Bomb(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.196 10.518c-.232-.589-.893-.857-1.482-.625a10.308 10.308 0 00-5.679 5.679c-.232.589.036 1.25.625 1.482.143.054.286.089.429.089a1.16 1.16 0 001.071-.714 7.986 7.986 0 014.411-4.411c.589-.25.875-.911.625-1.5zm16.822-6.357l.821.821-4.357 4.339 1.214 1.214a1.154 1.154 0 010 1.625l-1.143 1.143c1 1.804 1.589 3.893 1.589 6.125 0 6.946-5.625 12.571-12.571 12.571S0 26.374 0 19.428 5.625 6.857 12.571 6.857c2.232 0 4.321.589 6.125 1.589l1.143-1.143a1.154 1.154 0 011.625 0l1.214 1.214zm.143-1a.574.574 0 01-.393.179.578.578 0 01-.411-.179l-1.625-1.607a.605.605 0 010-.821.605.605 0 01.821 0l1.607 1.625a.551.551 0 010 .804zm4.107 4.107c-.125.107-.268.161-.411.161s-.286-.054-.411-.161l-1.607-1.625a.551.551 0 010-.804.551.551 0 01.804 0l1.625 1.607a.605.605 0 010 .821zM32 4c0 .321-.25.571-.571.571h-1.714c-.321 0-.571-.25-.571-.571s.25-.571.571-.571h1.714c.321 0 .571.25.571.571zM28.571.571v1.714c0 .321-.25.571-.571.571s-.571-.25-.571-.571V.571c0-.321.25-.571.571-.571s.571.25.571.571zm2.697.983l-1.625 1.607a.574.574 0 01-.393.179.578.578 0 01-.411-.179.551.551 0 010-.804L30.446.732a.605.605 0 01.821 0 .605.605 0 010 .821z" />
    </svg>
  );
}

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