{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEuro/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 IconEuro: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"euro, currency, money, coin, EURO\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM7 12C7 11.5858 7.33579 11.25 7.75 11.25H8.0444C8.16779 10.2172 8.54317 9.27539 9.10613 8.53921C9.80338 7.62743 10.8198 7 12 7C13.1829 7 14.2012 7.63026 14.8986 8.5454C15.1497 8.87485 15.0861 9.34546 14.7567 9.59652C14.4272 9.84759 13.9566 9.78405 13.7055 9.4546C13.2261 8.82543 12.616 8.5 12 8.5C11.3853 8.5 10.7767 8.82397 10.2977 9.45038C9.93935 9.91896 9.67116 10.5393 9.55846 11.25H10.75C11.1642 11.25 11.5 11.5858 11.5 12C11.5 12.4142 11.1642 12.75 10.75 12.75H9.55846C9.67116 13.4607 9.93935 14.081 10.2977 14.5496C10.7767 15.176 11.3853 15.5 12 15.5C12.616 15.5 13.2261 15.1746 13.7055 14.5454C13.9566 14.216 14.4272 14.1524 14.7567 14.4035C15.0861 14.6545 15.1497 15.1251 14.8986 15.4546C14.2012 16.3697 13.1829 17 12 17C10.8198 17 9.80338 16.3726 9.10613 15.4608C8.54317 14.7246 8.16779 13.7828 8.0444 12.75H7.75C7.33579 12.75 7 12.4142 7 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEuro;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAslC,EAAtlC,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u8BAAu8B,KAAK,eAAc,CAAI,GAGhlC",
  "debugId": "A4258B3D3A3B7B4E64756E2164756E21",
  "names": []
}