{
  "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.73097C11.8932 2.00277 12.9088 1.74658 13.7008 2.28592C14.6627 2.94098 16.3458 4.2207 17.7951 6.01923C19.2437 7.81688 20.5 10.1858 20.5 13C20.5 17.8659 16.7411 22 12 22C7.25888 22 3.5 17.8659 3.5 13C3.5 10.9747 4.37918 8.36454 6.10248 6.27731C6.76645 5.47313 7.92011 5.52921 8.58569 6.19049C8.6979 6.30198 8.88136 6.28319 8.96859 6.15923L11.3808 2.73097ZM11.9992 20.5C13.5456 20.5 14.7992 19.0627 14.7992 17.2897C14.7992 15.363 13.2885 13.9523 12.4864 13.3391C12.195 13.1163 11.8034 13.1163 11.512 13.3391C10.7099 13.9523 9.19922 15.363 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,gBAAsuB,EAAtuB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gmBAAgmB,KAAK,eAAc,CAAI,GAGhuB",
  "debugId": "D011606C0CFB4BE664756E2164756E21",
  "names": []
}