{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBirthdayCake/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 IconBirthdayCake: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"birthday-cake\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.5287 1.28766C12.3881 1.14701 12.1973 1.06799 11.9984 1.06799C11.7995 1.06799 11.6087 1.14701 11.4681 1.28766L9.87707 2.87865C8.70549 4.05023 8.70549 5.94972 9.87707 7.12129C10.2707 7.5149 10.7471 7.77633 11.25 7.90546V8.99997H6.25C4.73122 8.99997 3.5 10.2312 3.5 11.75V13.5627C3.5 14.1426 3.68252 14.6958 4.00625 15.1527C4.00213 15.1846 4 15.217 4 15.25V19.25C4 20.7688 5.23122 22 6.75 22H17.25C18.7688 22 20 20.7688 20 19.25V15.25C20 15.217 19.9979 15.1846 19.9937 15.1527C20.3175 14.6958 20.5 14.1426 20.5 13.5627V11.75C20.5 10.2312 19.2688 8.99997 17.75 8.99997H12.75V7.90463C13.2517 7.77521 13.727 7.51405 14.1197 7.12129C15.2913 5.94972 15.2913 4.05023 14.1197 2.87865L12.5287 1.28766ZM5 11.75C5 11.0596 5.55964 10.5 6.25 10.5H17.75C18.4404 10.5 19 11.0596 19 11.75V13.5627C19 14.0201 18.7501 14.441 18.3486 14.6601L17.6459 15.0434C17.2567 15.2556 16.7843 15.2459 16.4042 15.0179L15.9149 14.7242C15.044 14.2017 13.956 14.2017 13.0851 14.7242L12.6431 14.9895C12.2473 15.227 11.7527 15.227 11.3569 14.9895L10.9149 14.7242C10.044 14.2017 8.95601 14.2017 8.08514 14.7242L7.5958 15.0179C7.2157 15.2459 6.74325 15.2556 6.35411 15.0434L5.65143 14.6601C5.24986 14.441 5 14.0201 5 13.5627V11.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBirthdayCake;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAyyC,EAAzyC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8qCAA8qC,KAAK,eAAc,CAAI,GAGnyC",
  "debugId": "5176BB2BE9DF9D5F64756E2164756E21",
  "names": []
}