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

function Steam(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="M28.25 10.393a4.363 4.363 0 01-4.357 4.357c-2.411 0-4.357-1.946-4.357-4.357s1.946-4.357 4.357-4.357a4.363 4.363 0 014.357 4.357zM14.5 23.643a4.443 4.443 0 00-4.464-4.464c-.321 0-.643.036-.964.107l1.857.75c1.821.732 2.714 2.786 1.982 4.607s-2.804 2.714-4.625 1.964c-.732-.286-1.464-.589-2.196-.875a4.463 4.463 0 003.946 2.375 4.443 4.443 0 004.464-4.464zm14.821-13.232c0-3-2.446-5.446-5.446-5.446-3.018 0-5.464 2.446-5.464 5.446 0 3.018 2.446 5.446 5.464 5.446 3 0 5.446-2.429 5.446-5.446zm2.679 0a8.12 8.12 0 01-8.125 8.125l-7.804 5.696c-.286 3.071-2.893 5.482-6.036 5.482-2.893 0-5.339-2.054-5.929-4.786l-4.107-1.643v-7.661l6.946 2.804a5.905 5.905 0 013.714-.821l5.071-7.268c.036-4.446 3.679-8.054 8.143-8.054 4.482 0 8.125 3.643 8.125 8.125z" />
    </svg>
  );
}

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