/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const BugIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12 21a5.93 5.93 0 0 1-3.012-.8A5.84 5.84 0 0 1 6.8 18H4v-2h2.1a8 8 0 0 1-.087-1A40 40 0 0 1 6 14H4v-2h2q0-.5.013-1a8 8 0 0 1 .087-1H4V8h2.8a8 8 0 0 1 .788-1.075q.437-.5 1.012-.875L7 4.4 8.4 3l2.15 2.15a4.63 4.63 0 0 1 2.85 0L15.6 3 17 4.4l-1.65 1.65A5.8 5.8 0 0 1 17.2 8H20v2h-2.1q.075.5.088 1T18 12h2v2h-2q0 .5-.012 1a8 8 0 0 1-.088 1H20v2h-2.8a5.84 5.84 0 0 1-2.187 2.2Q13.625 21 12 21m-2-5h4v-2h-4zm0-4h4v-2h-4z' />
    </g>
  </svg>
);
export default BugIcon;
