// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const HeartIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M11.955 17.6007C14.4099 15.0002 19.5667 10.8842 19.5667 7.94843C19.5667 3.19184 13.4099 3.5 11.955 6.98325C9.73205 3.35518 4.90991 3.50023 4.34325 7.94843C4.34325 12.1069 9.41096 15.0567 11.955 17.6007ZM11.955 19.5004C5.5 13.5002 3 12.0002 3 7.94843C3 3.17513 9.04767 1.46779 11.955 4.90373C14.8623 1.46779 20.91 3.17513 20.91 7.94843C20.9099 11.5002 17 14.5002 11.955 19.5004Z"
    />
  </svg>
);

const HeartIconWrapper = toIcon(HeartIcon);
export default HeartIconWrapper;
