{
  "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.9157 3.79162C9.55669 3.02382 8.09741 2.83493 6.74682 3.13681C4.85695 3.55922 3.24924 4.92822 2.48209 6.8458C0.913293 10.7672 2.91243 16.5047 11.6322 21.404C11.8603 21.5322 12.1388 21.5322 12.367 21.404C21.0867 16.5047 23.0858 10.7671 21.517 6.84578C20.7498 4.92821 19.1421 3.55922 17.2522 3.1368C15.9446 2.84454 14.5352 3.01229 13.2135 3.72004C12.6434 4.07148 12.2208 4.48678 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.07455 10.8101 3.92947 10.9157 3.79162Z\" 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,gBAA83B,EAA93B,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,0xBAA0xB,KAAK,eAAc,CAAI,GAGx3B",
  "debugId": "71D3C71F0599FBE764756E2164756E21",
  "names": []
}