{
  "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.40651L9.66615 5.64241C9.60303 5.76491 9.45268 5.81324 9.33001 5.75046L4.06538 3.05604C3.7757 2.90779 3.42346 2.96325 3.19335 3.19335C2.96325 3.42346 2.90779 3.7757 3.05604 4.06538L5.75046 9.33001C5.81324 9.45268 5.76491 9.60303 5.64241 9.66615L2.40651 11.3333C2.15687 11.4619 2 11.7192 2 12C2 12.2808 2.15687 12.5381 2.40651 12.6667L5.77662 14.403C5.88518 14.4589 5.93744 14.5851 5.90023 14.7014L4.74494 18.3122C4.65936 18.5796 4.73036 18.8725 4.92893 19.0711C5.1275 19.2696 5.42036 19.3406 5.68782 19.2551L9.29858 18.0998C9.41489 18.0626 9.54107 18.1148 9.597 18.2234L11.3333 21.5935C11.4619 21.8431 11.7192 22 12 22C12.2808 22 12.5381 21.8431 12.6667 21.5935L14.3339 18.3576C14.397 18.2351 14.5473 18.1868 14.67 18.2495L19.9346 20.944C20.2243 21.0922 20.5765 21.0368 20.8066 20.8066C21.0368 20.5765 21.0922 20.2243 20.944 19.9346L18.2495 14.67C18.1868 14.5473 18.2351 14.397 18.3576 14.3339L21.5935 12.6667C21.8431 12.5381 22 12.2808 22 12C22 11.7192 21.8431 11.4619 21.5935 11.3333L18.2234 9.597C18.1148 9.54107 18.0626 9.41489 18.0998 9.29858L19.2551 5.68782C19.3406 5.42036 19.2696 5.1275 19.0711 4.92893C18.8725 4.73036 18.5796 4.65936 18.3122 4.74494L14.7014 5.90023C14.5851 5.93744 14.4589 5.88518 14.403 5.77662L12.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,gBAA84C,EAA94C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,4yCAA4yC,KAAK,eAAc,CAAI,GAGx4C",
  "debugId": "D43AA8D0DECBCB2A64756E2164756E21",
  "names": []
}