{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconOngoing/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 IconOngoing: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ongoing, moving\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C12.4142 20.5 12.75 20.8358 12.75 21.25C12.75 21.6642 12.4142 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5ZM15.9758 3.61194C16.1832 3.2534 16.642 3.13087 17.0005 3.33828C17.9213 3.87092 18.7489 4.54595 19.4535 5.33315C19.7298 5.64179 19.7035 6.11594 19.3948 6.39218C19.0862 6.66843 18.6121 6.64216 18.3358 6.33352C17.7362 5.66359 17.0321 5.08943 16.2495 4.63669C15.8909 4.42928 15.7684 3.97049 15.9758 3.61194ZM12.2197 9.03033C11.9268 8.73744 11.9268 8.26256 12.2197 7.96967C12.5126 7.67678 12.9874 7.67678 13.2803 7.96967L16.7803 11.4697C17.0732 11.7626 17.0732 12.2374 16.7803 12.5303L13.2803 16.0303C12.9874 16.3232 12.5126 16.3232 12.2197 16.0303C11.9268 15.7374 11.9268 15.2626 12.2197 14.9697L14.4393 12.75H7.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25H14.4393L12.2197 9.03033ZM20.93 9.46468C21.3364 9.38455 21.7308 9.64904 21.8109 10.0554C21.935 10.685 22 11.3353 22 12C22 12.6647 21.935 13.315 21.8109 13.9446C21.7308 14.351 21.3364 14.6154 20.93 14.5353C20.5236 14.4552 20.2591 14.0608 20.3392 13.6544C20.4446 13.1199 20.5 12.5668 20.5 12C20.5 11.4332 20.4446 10.8801 20.3392 10.3456C20.2591 9.93921 20.5236 9.54481 20.93 9.46468ZM19.3948 17.6078C19.7035 17.8841 19.7298 18.3582 19.4535 18.6669C18.7489 19.4541 17.9213 20.1291 17.0005 20.6617C16.642 20.8691 16.1832 20.7466 15.9758 20.3881C15.7684 20.0295 15.8909 19.5707 16.2495 19.3633C17.0321 18.9106 17.7362 18.3364 18.3358 17.6665C18.6121 17.3578 19.0862 17.3316 19.3948 17.6078Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconOngoing;\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,gBAAotD,EAAptD,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ulDAAulD,KAAK,eAAc,CAAI,GAG9sD",
  "debugId": "FE82FCB5CF1AB4FB64756E2164756E21",
  "names": []
}