{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconClockSnooze/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 IconClockSnooze: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"clock-snooze, timer, snooze, zz\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.5 9.5C20.8955 9.5 21.2812 9.45826 21.653 9.37895C21.8793 10.2143 22 11.0931 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.1193 2 14.1957 2.1839 15.2005 2.52314C15.0699 2.9931 15 3.48839 15 4C15 7.03757 17.4624 9.5 20.5 9.5ZM12.75 7.75C12.75 7.33579 12.4142 7 12 7C11.5858 7 11.25 7.33579 11.25 7.75V12C11.25 12.1989 11.329 12.3897 11.4697 12.5303L13.9697 15.0303C14.2626 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2626 15.0303 13.9697L12.75 11.6893V7.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 1.75C18 1.33579 18.3358 1 18.75 1H22.25C22.5364 1 22.7979 1.16316 22.9237 1.42049C23.0496 1.67781 23.0179 1.98435 22.842 2.21046L20.2835 5.5H22.25C22.6642 5.5 23 5.83579 23 6.25C23 6.66421 22.6642 7 22.25 7H18.75C18.4636 7 18.2021 6.83684 18.0763 6.57951C17.9504 6.32219 17.9821 6.01565 18.158 5.78954L20.7165 2.5H18.75C18.3358 2.5 18 2.16421 18 1.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconClockSnooze;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAqkC,EAArkC,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+gBAA+gB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sWAAsW,KAAK,eAAc,CAAI,GAG/jC",
  "debugId": "48EB301EFB9F5DA464756E2164756E21",
  "names": []
}