{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBaking/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 IconBaking: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"baking, cooking\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.25 4C20.3211 4 22 5.67893 22 7.75V16.25C22 18.3211 20.3211 20 18.25 20H5.75C3.67893 20 2 18.3211 2 16.25V7.75C2 5.67893 3.67893 4 5.75 4H18.25ZM8.48633 8.29688C8.23628 7.96672 7.76575 7.90234 7.43555 8.15234C6.49507 8.86442 6.03077 9.63156 6.05078 10.4912C6.06855 11.2541 6.48621 11.927 6.75391 12.3809C7.07338 12.9225 7.24207 13.2455 7.24902 13.5439C7.25366 13.7457 7.18083 14.1058 6.45898 14.6523C6.12875 14.9024 6.06344 15.3729 6.31348 15.7031C6.56357 16.0331 7.03411 16.0976 7.36426 15.8477C8.30458 15.1356 8.76904 14.3684 8.74902 13.5088C8.73126 12.746 8.3136 12.073 8.0459 11.6191C7.72642 11.0775 7.55675 10.7545 7.5498 10.4561C7.54517 10.2543 7.61892 9.89425 8.34082 9.34766C8.67091 9.09759 8.73632 8.62705 8.48633 8.29688ZM13.0869 8.29688C12.8369 7.96682 12.3663 7.90262 12.0361 8.15234C11.0957 8.86442 10.6314 9.63156 10.6514 10.4912C10.6691 11.2541 11.0868 11.927 11.3545 12.3809C11.6739 12.9224 11.8427 13.2455 11.8496 13.5439C11.8542 13.7457 11.7811 14.1059 11.0596 14.6523C10.7293 14.9024 10.664 15.3729 10.9141 15.7031C11.1642 16.0329 11.6348 16.0976 11.9648 15.8477C12.905 15.1357 13.3696 14.3683 13.3496 13.5088C13.3319 12.7461 12.9142 12.073 12.6465 11.6191C12.327 11.0775 12.1573 10.7545 12.1504 10.4561C12.1458 10.2543 12.2195 9.89425 12.9414 9.34766C13.2711 9.09759 13.3366 8.62694 13.0869 8.29688ZM17.6865 8.29688C17.4365 7.96672 16.9659 7.90234 16.6357 8.15234C15.6953 8.86442 15.231 9.63156 15.251 10.4912C15.2687 11.2541 15.6864 11.927 15.9541 12.3809C16.2736 12.9225 16.4423 13.2455 16.4492 13.5439C16.4539 13.7457 16.381 14.1058 15.6592 14.6523C15.3289 14.9024 15.2636 15.3729 15.5137 15.7031C15.7638 16.0331 16.2343 16.0976 16.5645 15.8477C17.5048 15.1356 17.9692 14.3684 17.9492 13.5088C17.9315 12.746 17.5138 12.073 17.2461 11.6191C16.9266 11.0775 16.7569 10.7545 16.75 10.4561C16.7454 10.2543 16.8191 9.89425 17.541 9.34766C17.8711 9.09759 17.9365 8.62705 17.6865 8.29688Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBaking;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAk/D,EAAl/D,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q3DAAq3D,KAAK,eAAc,CAAI,GAG5+D",
  "debugId": "3B2525316B49013364756E2164756E21",
  "names": []
}