{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFire2/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 IconFire2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fire-2, flame, hot, heat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.3808 2.73048C11.8932 2.00228 12.9088 1.74609 13.7008 2.28543C14.6627 2.94049 16.3458 4.22021 17.7951 6.01874C19.2437 7.81639 20.5 10.1853 20.5 12.9995C20.5 17.8655 16.7411 21.9995 12 21.9995C7.25888 21.9995 3.5 17.8655 3.5 12.9995C3.5 10.9742 4.37918 8.36405 6.10248 6.27682C6.76645 5.47265 7.92011 5.52872 8.58569 6.19C8.6979 6.30149 8.88136 6.2827 8.96859 6.15874L11.3808 2.73048ZM11.9992 20.4995C13.5456 20.4995 14.7992 19.0622 14.7992 17.2892C14.7992 15.3625 13.2885 13.9518 12.4864 13.3386C12.195 13.1158 11.8034 13.1158 11.512 13.3386C10.7099 13.9518 9.19922 15.3625 9.19922 17.2892C9.19922 19.0622 10.4528 20.4995 11.9992 20.4995Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFire2;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAA0wB,EAA1wB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ooBAAooB,KAAK,eAAc,CAAI,GAGpwB",
  "debugId": "40669C885B2B468C64756E2164756E21",
  "names": []
}