/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const HeartIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12 20q-.315 0-.641-.113a1.5 1.5 0 0 1-.574-.362l-1.553-1.426a62 62 0 0 1-4.308-4.356Q3 11.58 3 8.979q0-2.127 1.418-3.553Q5.835 4 7.95 4q1.193 0 2.25.51 1.058.509 1.8 1.391a5.4 5.4 0 0 1 1.8-1.392A5.1 5.1 0 0 1 16.05 4q2.115 0 3.532 1.426Q21 6.852 21 8.979q0 2.603-1.913 4.775a54 54 0 0 1-4.342 4.368l-1.53 1.403a1.5 1.5 0 0 1-.574.362A2 2 0 0 1 12 20' />
    </g>
  </svg>
);
export default HeartIcon;
