{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconExplosion/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 IconExplosion: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"explosion, boom, bang, pop\"><path d=\"M12.6667 2.40651C12.5381 2.15687 12.2808 2 12 2C11.7192 2 11.4619 2.15687 11.3333 2.40651L10.5797 3.86928C10.0116 4.97183 8.6585 5.40678 7.55442 4.84172L4.06538 3.05604C3.7757 2.90779 3.42346 2.96325 3.19335 3.19335C2.96325 3.42346 2.90779 3.7757 3.05604 4.06538L4.84172 7.55442C5.40678 8.6585 4.97183 10.0116 3.86928 10.5797L2.40651 11.3333C2.15687 11.4619 2 11.7192 2 12C2 12.2808 2.15687 12.5381 2.40651 12.6667L4.2719 13.6278C5.24896 14.1311 5.71934 15.2668 5.3844 16.3136L4.74494 18.3122C4.65936 18.5796 4.73036 18.8725 4.92893 19.0711C5.1275 19.2696 5.42036 19.3406 5.68782 19.2551L7.68641 18.6156C8.73324 18.2807 9.86885 18.751 10.3722 19.7281L11.3333 21.5935C11.4619 21.8431 11.7192 22 12 22C12.2808 22 12.5381 21.8431 12.6667 21.5935L13.4203 20.1307C13.9884 19.0282 15.3415 18.5932 16.4456 19.1583L19.9346 20.944C20.2243 21.0922 20.5765 21.0368 20.8066 20.8066C21.0368 20.5765 21.0922 20.2243 20.944 19.9346L19.1583 16.4456C18.5932 15.3415 19.0282 13.9884 20.1307 13.4203L21.5935 12.6667C21.8431 12.5381 22 12.2808 22 12C22 11.7192 21.8431 11.4619 21.5935 11.3333L19.7281 10.3722C18.751 9.86885 18.2807 8.73324 18.6156 7.68641L19.2551 5.68782C19.3406 5.42036 19.2696 5.1275 19.0711 4.92893C18.8725 4.73036 18.5796 4.65936 18.3122 4.74494L16.3136 5.3844C15.2668 5.71934 14.1311 5.24896 13.6278 4.2719L12.6667 2.40651Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExplosion;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAk5C,EAAl5C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,gzCAAgzC,KAAK,eAAc,CAAI,GAG54C",
  "debugId": "6B5379F2D402019964756E2164756E21",
  "names": []
}