{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRocket2/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 IconRocket2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rocket-2, startup, launch\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.6289 2.09967C11.8981 1.94499 12.2419 1.97046 12.4863 2.17681C15.7802 4.95831 17.4843 7.90311 17.8291 11.0528C18.1714 14.1817 17.1571 17.3839 15.2842 20.6631C14.8001 21.5104 13.8946 22 12.9473 22.0001H11.0566C10.1095 21.9999 9.20481 21.5103 8.7207 20.6631C6.84778 17.3839 5.83251 14.1817 6.1748 11.0528C6.51958 7.90311 8.22467 4.95831 11.5186 2.17681L11.6289 2.09967ZM12.002 10.0001C10.8975 10.0002 10.002 10.8956 10.002 12.0001C10.0021 13.1045 10.8976 13.9999 12.002 14.0001C13.1063 13.9999 14.0018 13.1045 14.002 12.0001C14.002 10.8956 13.1064 10.0002 12.002 10.0001Z\" fill=\"currentColor\"/><path d=\"M4.86035 12.3526C4.87901 15.2471 5.88107 18.1215 7.44727 20.9454H5.77344C4.25472 20.9454 3.02355 19.7141 3.02344 18.1954V16.0528C3.02344 15.2415 3.28667 14.4519 3.77344 13.8028L4.86035 12.3526Z\" fill=\"currentColor\"/><path d=\"M20.2305 13.8028C20.7172 14.4519 20.9805 15.2415 20.9805 16.0528V18.1954C20.9804 19.7141 19.7492 20.9454 18.2305 20.9454H16.5576C18.1236 18.1218 19.1247 15.2477 19.1436 12.3536L20.2305 13.8028Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRocket2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAwoC,EAAxoC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+jBAA+jB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oMAAoM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oMAAoM,KAAK,eAAc,CAAI,GAGloC",
  "debugId": "25BA14B9D4C21E7E64756E2164756E21",
  "names": []
}