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

function Bolt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.804 10.107a.71.71 0 01.125.786L6.286 31.554a.85.85 0 01-.75.446c-.071 0-.161-.018-.25-.036-.393-.125-.625-.5-.536-.875L8.268 16.66l-7.25 1.804c-.071.018-.143.018-.214.018a.875.875 0 01-.554-.196.7.7 0 01-.232-.696L3.607 2.858c.089-.339.411-.571.786-.571h5.857c.446 0 .804.339.804.75a.733.733 0 01-.089.321l-3.054 8.268 7.071-1.75a.888.888 0 01.214-.036c.232 0 .446.107.607.268z" />
    </svg>
  );
}

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