{
  "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.5 14.3243L11.5 17.501V19.0655C11.5 19.2553 11.7031 19.3758 11.8697 19.285L14.3274 17.9444C15.0503 17.5501 15.5 16.7925 15.5 15.9691V14.3243ZM10 17.4496L6.55045 14H4.93454C3.60619 14 2.76214 12.5782 3.39822 11.412L4.73879 8.95434C5.39592 7.74961 6.65861 7.00004 8.0309 7.00004H10.902C13.5111 4.22352 16.4245 2.33907 20.1913 2.04129C21.2017 1.96142 22.0386 2.79836 21.9587 3.80871C21.661 7.57554 19.7765 10.489 17 13.098V15.9691C17 17.3414 16.2504 18.6041 15.0457 19.2612L12.588 20.6018C11.4218 21.2379 10 20.3939 10 19.0655V17.4496ZM9.67577 8.50004H8.0309C7.20752 8.50004 6.44991 8.94978 6.05563 9.67262L4.71507 12.1303C4.6242 12.2969 4.74478 12.5 4.93454 12.5H6.499L9.67577 8.50004ZM2 19.1945C2 17.645 3.25609 16.389 4.80556 16.389C6.35502 16.389 7.61111 17.645 7.61111 19.1945C7.61111 20.744 6.35502 22.0001 4.80556 22.0001H3.75C2.7835 22.0001 2 21.2166 2 20.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,gBAAq/B,EAAr/B,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,g3BAAg3B,KAAK,eAAc,CAAI,GAG/+B",
  "debugId": "E723DD4E9915443164756E2164756E21",
  "names": []
}