{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconOrange/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 IconOrange: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"orange\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.1398 1.17285C15.4601 0.410559 16.7648 0.436387 18.122 0.660197C18.3283 0.694209 18.511 0.812757 18.6261 0.987258C18.7412 1.16176 18.7782 1.37638 18.7283 1.57936C18.4005 2.9117 17.55 4.11604 16.2668 4.8569C16.1999 4.89556 16.1324 4.93256 16.0645 4.96793C18.9929 6.45275 21 9.492 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.41063 6.43515 4.62355 10.8745 4.06972C10.3361 3.31256 9.31471 2.62046 7.93329 2.49706C7.52072 2.4602 7.21614 2.09587 7.253 1.6833C7.28985 1.27073 7.65418 0.966152 8.06675 1.00301C9.85338 1.1626 11.3265 2.0787 12.135 3.25095C12.5789 2.4117 13.2569 1.68257 14.1398 1.17285ZM15.5168 3.55787C16.1619 3.18541 16.6533 2.64982 16.9691 2.03261C16.1849 1.98654 15.5346 2.0996 14.8898 2.47188C14.2265 2.85483 13.7258 3.41025 13.4112 4.04953C14.1221 4.09678 14.8535 3.94082 15.5168 3.55787ZM18.6798 14.128C18.7505 13.7067 18.4663 13.3079 18.045 13.2373C17.6237 13.1666 17.2249 13.4508 17.1543 13.8721C16.7873 16.0592 15.0592 17.7874 12.872 18.1543C12.4508 18.225 12.1665 18.6238 12.2372 19.045C12.3079 19.4663 12.7067 19.7505 13.128 19.6798C15.9658 19.2038 18.2037 16.9658 18.6798 14.128Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconOrange;\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,gBAA0tC,EAA1tC,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,smCAAsmC,KAAK,eAAc,CAAI,GAGptC",
  "debugId": "7822AF62B2A9B50D64756E2164756E21",
  "names": []
}