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

function Heartbeat(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="M22.857 18.286h5.446c-.214.232-.357.357-.393.393L16.785 29.393c-.214.214-.5.321-.786.321s-.571-.107-.786-.321L4.07 18.643c-.036-.018-.179-.143-.375-.357h6.589c.518 0 .982-.357 1.107-.857l1.25-5.018 3.393 11.911c.143.482.589.821 1.107.821.5 0 .946-.339 1.089-.821l2.607-8.661 1 2a1.16 1.16 0 001.018.625zM32 10.643c0 2.054-.893 3.929-1.839 5.357h-6.589l-1.982-3.946a1.148 1.148 0 00-1.107-.625c-.482.054-.875.357-1 .821l-2.304 7.679-3.5-12.25a1.157 1.157 0 00-1.125-.821c-.518 0-.964.357-1.089.857l-2.071 8.286H1.84C.894 14.572.001 12.697.001 10.644c0-5.232 3.196-8.357 8.536-8.357 3.125 0 6.054 2.464 7.464 3.857 1.411-1.393 4.339-3.857 7.464-3.857 5.339 0 8.536 3.125 8.536 8.357z" />
    </svg>
  );
}

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