{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBurst/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 IconBurst: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"burst, pop, boom\"><path d=\"M11.25 22.25V19.75C11.25 19.3358 11.5858 19 12 19C12.4142 19 12.75 19.3358 12.75 19.75V22.25C12.75 22.6642 12.4142 23 12 23C11.5858 23 11.25 22.6642 11.25 22.25ZM6.96973 15.9697C7.26262 15.6768 7.73738 15.6768 8.03027 15.9697C8.32317 16.2626 8.32317 16.7374 8.03027 17.0303L5.28027 19.7803C4.98738 20.0732 4.51262 20.0732 4.21973 19.7803C3.92683 19.4874 3.92683 19.0126 4.21973 18.7197L6.96973 15.9697ZM15.9697 15.9697C16.2626 15.6768 16.7374 15.6768 17.0303 15.9697L19.7803 18.7197C20.0732 19.0126 20.0732 19.4874 19.7803 19.7803C19.4874 20.0732 19.0126 20.0732 18.7197 19.7803L15.9697 17.0303C15.6768 16.7374 15.6768 16.2626 15.9697 15.9697ZM4.25 11.25C4.66421 11.25 5 11.5858 5 12C5 12.4142 4.66421 12.75 4.25 12.75H1.75C1.33579 12.75 1 12.4142 1 12C1 11.5858 1.33579 11.25 1.75 11.25H4.25ZM22.25 11.25C22.6642 11.25 23 11.5858 23 12C23 12.4142 22.6642 12.75 22.25 12.75H19.75C19.3358 12.75 19 12.4142 19 12C19 11.5858 19.3358 11.25 19.75 11.25H22.25ZM4.21973 4.21973C4.51262 3.92683 4.98738 3.92683 5.28027 4.21973L8.03027 6.96973C8.32317 7.26262 8.32317 7.73738 8.03027 8.03027C7.73738 8.32317 7.26262 8.32317 6.96973 8.03027L4.21973 5.28027C3.92683 4.98738 3.92683 4.51262 4.21973 4.21973ZM18.7197 4.21973C19.0126 3.92683 19.4874 3.92683 19.7803 4.21973C20.0732 4.51262 20.0732 4.98738 19.7803 5.28027L17.0303 8.03027C16.7374 8.32317 16.2626 8.32317 15.9697 8.03027C15.6768 7.73738 15.6768 7.26262 15.9697 6.96973L18.7197 4.21973ZM11.25 4.24023V1.75C11.25 1.33579 11.5858 1 12 1C12.4142 1 12.75 1.33579 12.75 1.75V4.24023C12.7499 4.65434 12.4141 4.99023 12 4.99023C11.5859 4.99023 11.2501 4.65434 11.25 4.24023Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBurst;\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,gBAA4qD,EAA5qD,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,olDAAolD,KAAK,eAAc,CAAI,GAGtqD",
  "debugId": "3BAB140DA3F49D1B64756E2164756E21",
  "names": []
}