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

function Fire(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.143 30.286v1.143a.587.587 0 01-.571.571h-24a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h24c.304 0 .571.268.571.571zm-4.572-18.857c0 6.839-8 7.446-8 12 0 1.25.625 2.911 1.196 4l-.071-.018.018.018C8.785 25.161 4.571 22.036 4.571 16c0-6.839 8-7.446 8-12 0-1.25-.625-2.911-1.179-4l.054.018L11.428 0c4.929 2.268 9.143 5.393 9.143 11.429z" />
    </svg>
  );
}

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