{
  "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.8631C3.5 9.88889 5.58169 6.80415 7.5889 4.75123C8.78384 3.52909 10.1393 2.45335 11.6196 1.59662C11.8531 1.46152 12.1419 1.47017 12.3701 1.61404C13.8269 2.53272 15.1905 3.50282 16.4111 4.75123C18.4183 6.80415 20.5 9.88889 20.5 13.8631C20.5 16.5409 19.4371 18.5981 17.8128 19.9744C16.2049 21.3369 14.088 21.9997 12.0003 22.0004C9.91252 22.0011 7.79538 21.3398 6.18728 19.9775C4.56274 18.6013 3.5 16.5433 3.5 13.8631ZM12.3516 11.9653C12.1366 11.8202 11.8634 11.8202 11.6484 11.9653C10.7609 12.5645 8.5 14.3596 8.5 17.0978C8.5 21.6361 15.5 21.6311 15.5 17.0978C15.5 14.3596 13.2391 12.5645 12.3516 11.9653Z\" 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,gBAA2uB,EAA3uB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qmBAAqmB,KAAK,eAAc,CAAI,GAGruB",
  "debugId": "3F1FB3C51875259F64756E2164756E21",
  "names": []
}