{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRocket/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 IconRocket: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rocket, startup, launch\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.5015 14.3243L11.5015 17.501V19.0655C11.5015 19.2553 11.7046 19.3758 11.8712 19.285L15.3712 17.3759C15.4516 17.3321 15.5015 17.2479 15.5015 17.1564V14.3243ZM10.0015 17.4496L6.55198 14H4.93607C3.60771 14 2.76366 12.5782 3.39975 11.412L5.30884 7.91205C5.6155 7.34984 6.20475 7.00004 6.84516 7.00004H10.9035C13.5126 4.22352 16.426 2.33907 20.1928 2.04129C21.2032 1.96142 22.0401 2.79836 21.9603 3.80871C21.6625 7.57554 19.778 10.489 17.0015 13.098V17.1564C17.0015 17.7968 16.6517 18.3861 16.0895 18.6927L12.5895 20.6018C11.4234 21.2379 10.0015 20.3939 10.0015 19.0655V17.4496ZM9.67729 8.50004H6.84516C6.75367 8.50004 6.66949 8.55001 6.62568 8.63033L4.71659 12.1303C4.62572 12.2969 4.7463 12.5 4.93607 12.5H6.50053L9.67729 8.50004Z\" fill=\"currentColor\"/><path d=\"M2 19.1945C2 17.6451 3.25609 16.389 4.80556 16.389C6.35502 16.389 7.61111 17.6451 7.61111 19.1945C7.61111 20.744 6.35502 22.0001 4.80556 22.0001H2.75C2.33579 22.0001 2 21.6643 2 21.2501V19.1945Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRocket;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAokC,EAApkC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6tBAA6tB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,GAG9jC",
  "debugId": "70A0E415281FE85864756E2164756E21",
  "names": []
}