{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconClockAlert/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 IconClockAlert: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"clock-alert, timer\"><path d=\"M1.46967 4.71967C1.17678 5.01256 1.17678 5.48744 1.46967 5.78033C1.76256 6.07322 2.23744 6.07322 2.53033 5.78033L5.53033 2.78033C5.82322 2.48744 5.82322 2.01256 5.53033 1.71967C5.23744 1.42678 4.76256 1.42678 4.46967 1.71967L1.46967 4.71967Z\" fill=\"currentColor\"/><path d=\"M19.5303 1.71967C19.2374 1.42678 18.7626 1.42678 18.4697 1.71967C18.1768 2.01256 18.1768 2.48744 18.4697 2.78033L21.4697 5.78033C21.7626 6.07322 22.2374 6.07322 22.5303 5.78033C22.8232 5.48744 22.8232 5.01256 22.5303 4.71967L19.5303 1.71967Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.9999 12C21.9999 17.5228 17.5227 22 11.9999 22C6.47704 22 1.99989 17.5228 1.99989 12C1.99989 6.47715 6.47704 2 11.9999 2C17.5227 2 21.9999 6.47715 21.9999 12ZM11.9999 7C12.4141 7 12.7499 7.33579 12.7499 7.75V11.6893L15.2802 14.2197C15.5731 14.5126 15.5731 14.9874 15.2802 15.2803C14.9873 15.5732 14.5125 15.5732 14.2196 15.2803L11.4696 12.5303C11.3289 12.3897 11.2499 12.1989 11.2499 12V7.75C11.2499 7.33579 11.5857 7 11.9999 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconClockAlert;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAolC,EAAplC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kbAAkb,KAAK,eAAc,CAAI,GAG9kC",
  "debugId": "B4F34D6F54D24DC164756E2164756E21",
  "names": []
}