{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFire1/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 IconFire1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fire-1, flame, hot, heat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.5 13.8626C3.5 9.8884 5.58169 6.80366 7.5889 4.75074C8.78384 3.5286 10.1393 2.45286 11.6196 1.59613C11.8531 1.46103 12.1419 1.46968 12.3701 1.61355C13.8269 2.53223 15.1905 3.50233 16.4111 4.75074C18.4183 6.80366 20.5 9.8884 20.5 13.8626C20.5 16.5404 19.4371 18.5976 17.8128 19.9739C16.2049 21.3364 14.088 21.9992 12.0003 21.9999C9.91252 22.0007 7.79538 21.3393 6.18728 19.977C4.56274 18.6009 3.5 16.5428 3.5 13.8626ZM12.3516 11.9648C12.1366 11.8197 11.8634 11.8197 11.6484 11.9648C10.7609 12.564 8.5 14.3591 8.5 17.0973C8.5 21.6356 15.5 21.6307 15.5 17.0973C15.5 14.3591 13.2391 12.564 12.3516 11.9648Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFire1;\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,gBAAquB,EAAruB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+lBAA+lB,KAAK,eAAc,CAAI,GAG/tB",
  "debugId": "2BBE920D5915200A64756E2164756E21",
  "names": []
}