{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrokenHeart/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBrokenHeart: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"broken-heart, delete-account\"><path d=\"M10.9158 3.79143C9.55694 3.02379 8.09778 2.83495 6.74731 3.13681C4.85744 3.55922 3.24973 4.92822 2.48258 6.8458C0.913781 10.7672 2.91292 16.5047 11.6327 21.404C11.8608 21.5322 12.1393 21.5322 12.3674 21.404C21.0872 16.5047 23.0863 10.7671 21.5175 6.84578C20.7503 4.92821 19.1426 3.55922 17.2527 3.1368C15.9439 2.84426 14.533 3.01261 13.2102 3.72203C12.6418 4.07305 12.2202 4.48779 11.886 5.0225C11.3829 5.82749 11.036 6.96973 10.7918 8.73115L13.5303 11.4696C13.7312 11.6705 13.8013 11.9676 13.7115 12.2371L12.7115 15.2371C12.5805 15.6301 12.1558 15.8425 11.7628 15.7115C11.3699 15.5805 11.1575 15.1558 11.2885 14.7628L12.1419 12.2025L9.46967 9.53029C9.30602 9.36664 9.22708 9.13659 9.25579 8.90694C9.50967 6.87592 9.90078 5.36865 10.614 4.2275C10.7096 4.07448 10.8102 3.92934 10.9158 3.79143Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBrokenHeart;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA+3B,EAA/3B,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,2xBAA2xB,KAAK,eAAc,CAAI,GAGz3B",
  "debugId": "D74BD1DD421C65FA64756E2164756E21",
  "names": []
}