{
  "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.9033 2.31842C12.1256 2.00256 12.5515 1.90718 12.8873 2.09803L12.8885 2.09871L12.8903 2.09977C13.0047 2.16539 13.1168 2.23497 13.2283 2.30543C13.437 2.43738 13.7318 2.6314 14.0841 2.88414C14.7874 3.3887 15.7263 4.13209 16.6677 5.08817C18.5354 6.98492 20.5 9.80994 20.5 13.3312C20.5 18.1036 16.7096 22.0001 12 22.0001C7.29042 22.0001 3.5 18.1036 3.5 13.3312C3.5 11.0512 4.61582 8.00896 6.8211 5.81554C7.11366 5.52455 7.58634 5.52455 7.8789 5.81554L8.79844 6.73014L11.9033 2.31842ZM11.9992 20.5C13.5456 20.5 14.7992 19.0627 14.7992 17.2897C14.7992 15.1474 12.9314 13.643 12.2468 13.1636C12.0966 13.0584 11.9018 13.0584 11.7516 13.1636C11.067 13.643 9.19922 15.1474 9.19922 17.2897C9.19922 19.0627 10.4528 20.5 11.9992 20.5Z\" 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,gBAA61B,EAA71B,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,utBAAutB,KAAK,eAAc,CAAI,GAGv1B",
  "debugId": "93A68D2610E3BA8064756E2164756E21",
  "names": []
}