{
  "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=\"M11.9984 1.06799C12.1973 1.06799 12.3881 1.14701 12.5287 1.28766L14.1197 2.87865C15.2913 4.05023 15.2913 5.94972 14.1197 7.12129C13.727 7.51405 13.2517 7.77521 12.75 7.90463V8.99997H18.75C19.7165 8.99997 20.5 9.78347 20.5 10.75V14.1563C20.5 14.625 20.3127 15.0662 19.9919 15.3894C19.9972 15.4255 20 15.4624 20 15.5V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V15.5C4 15.4624 4.00277 15.4255 4.0081 15.3894C3.68731 15.0662 3.5 14.625 3.5 14.1563V10.75C3.5 9.78348 4.2835 8.99997 5.25 8.99997H11.25V7.90546C10.7471 7.77633 10.2707 7.5149 9.87707 7.12129C8.70549 5.94972 8.70549 4.05023 9.87707 2.87865L11.4681 1.28766C11.6087 1.14701 11.7995 1.06799 11.9984 1.06799ZM5.25 10.5C5.11193 10.5 5 10.6119 5 10.75V14.1563C5 14.2478 5.04997 14.332 5.13029 14.3758L6.85663 15.3175C6.93445 15.3599 7.02894 15.358 7.10496 15.3124L8.59963 14.4156C9.15383 14.083 9.84617 14.083 10.4004 14.4156L11.8714 15.2982C11.9505 15.3457 12.0495 15.3457 12.1286 15.2982L13.5996 14.4156C14.1538 14.083 14.8462 14.083 15.4004 14.4156L16.895 15.3124C16.9711 15.358 17.0655 15.3599 17.1434 15.3175L18.8697 14.3758C18.95 14.332 19 14.2478 19 14.1563V10.75C19 10.6119 18.8881 10.5 18.75 10.5H5.25Z\" 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,gBAAoyC,EAApyC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yqCAAyqC,KAAK,eAAc,CAAI,GAG9xC",
  "debugId": "222BBAF4A9338F8664756E2164756E21",
  "names": []
}