{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPush/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 IconPush: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"push, launch, rocket\"><path d=\"M4.56017 21.85C4.70017 21.99 4.89017 22.06 5.08017 22.06C5.28017 22.06 5.47017 21.98 5.62017 21.83L7.29017 20.12C7.58017 19.82 7.58017 19.35 7.28017 19.06C6.98017 18.78 6.51017 18.78 6.22017 19.08L4.55017 20.79C4.26017 21.09 4.26017 21.56 4.56017 21.85Z\" fill=\"currentColor\"/><path d=\"M11.7457 22.0599C11.7486 22.06 11.7502 22.06 11.7502 22.06H11.7402L11.7457 22.0599Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.6102 22.05C11.6451 22.0587 11.7259 22.0598 11.7457 22.0599C11.9337 22.0586 12.1115 21.9887 12.2502 21.86L15.7502 18.61C15.9002 18.47 15.9902 18.27 15.9902 18.06V15.52C20.5902 13.05 22.4402 9.08996 21.9902 2.75996C21.9702 2.38996 21.6702 2.09996 21.3002 2.06996C14.9702 1.60996 11.0102 3.46996 8.54017 8.05996H6.00017C5.79017 8.05996 5.59017 8.14996 5.45017 8.29996L2.20017 11.8C2.03017 11.97 1.96017 12.21 2.01017 12.45C2.06017 12.69 2.21017 12.89 2.43017 12.99C2.43017 12.99 2.43608 12.9928 2.44402 12.9966C2.69277 13.1156 6.15027 14.7701 7.72017 16.34C9.28266 17.9122 10.9488 21.3775 11.064 21.6172C11.0675 21.6245 11.0702 21.63 11.0702 21.63C11.1802 21.85 11.3702 22 11.6102 22.05ZM15.5 10.4999C16.6046 10.4999 17.5 9.60451 17.5 8.49994C17.5 7.39537 16.6046 6.49994 15.5 6.49994C14.3954 6.49994 13.5 7.39537 13.5 8.49994C13.5 9.60451 14.3954 10.4999 15.5 10.4999Z\" fill=\"currentColor\"/><path d=\"M1.23017 20.71C1.37017 20.85 1.56017 20.92 1.75017 20.92C1.95017 20.92 2.14017 20.84 2.29017 20.69L5.07017 17.83C5.36017 17.53 5.36017 17.06 5.06017 16.77C4.76017 16.49 4.29017 16.49 4.00017 16.79L1.22017 19.65C0.930172 19.95 0.930172 20.42 1.23017 20.71Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPush;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA0pD,EAA1pD,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,gQAAgQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y2BAAy2B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kQAAkQ,KAAK,eAAc,CAAI,GAGppD",
  "debugId": "0B90125E10FF0D2064756E2164756E21",
  "names": []
}