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

function HeartO(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="M29.714 10.643c0-5.018-3.393-6.071-6.25-6.071-2.661 0-5.661 2.875-6.589 3.982-.429.518-1.321.518-1.75 0-.929-1.107-3.929-3.982-6.589-3.982-2.857 0-6.25 1.054-6.25 6.071 0 3.268 3.304 6.304 3.339 6.339l10.375 10L26.357 17c.054-.054 3.357-3.089 3.357-6.357zm2.286 0c0 4.286-3.929 7.875-4.089 8.036L16.786 29.393c-.214.214-.5.321-.786.321s-.571-.107-.786-.321L4.071 18.643c-.143-.125-4.071-3.714-4.071-8 0-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(HeartO);
export default ForwardRef;
