{
  "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 d=\"M19.5 13.0004C19.5 17.5004 16.1421 21.0004 12 21.0004C7.85786 21.0004 4.5 17.5004 4.5 13.0004C4.5 11.2122 5.28354 8.83257 6.85063 6.92254C7.18966 6.50932 7.80639 6.51167 8.18433 6.88961C8.60985 7.31513 9.31641 7.25326 9.66151 6.76027L11.9768 3.45273C12.2732 3.02931 12.8382 2.90352 13.264 3.19636C15.0793 4.44452 19.5 7.99775 19.5 13.0004Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><path d=\"M15 17.5759C15 19.4672 13.6569 21.0003 12 21.0003C10.3431 21.0003 9 19.4672 9 17.5759C9 15.4928 10.6631 13.9751 11.5128 13.3357C11.8047 13.116 12.1953 13.116 12.4872 13.3357C13.3369 13.9751 15 15.4928 15 17.5759Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/></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,gBAA4vB,EAA5vB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,sVAAsV,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,uNAAuN,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,CAAI,GAGtvB",
  "debugId": "912D73E7F0090A8C64756E2164756E21",
  "names": []
}