{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSendLater/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 IconSendLater: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"send-later, timeslot, clock\"><path d=\"M13.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379Z\" fill=\"currentColor\"/><path d=\"M3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166Z\" fill=\"currentColor\"/><path d=\"M19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V12C11.25 12.1989 11.3291 12.3896 11.4697 12.5303L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L12.75 11.6895V9C12.75 8.58579 12.4142 8.25 12 8.25Z\" fill=\"currentColor\"/><path d=\"M2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488Z\" fill=\"currentColor\"/><path d=\"M20.9287 9.45898C21.3348 9.37883 21.729 9.64281 21.8096 10.0488C21.9345 10.6804 22 11.3331 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12C20.5 11.4314 20.444 10.876 20.3379 10.3398C20.2578 9.93368 20.5225 9.53934 20.9287 9.45898Z\" fill=\"currentColor\"/><path d=\"M6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457Z\" fill=\"currentColor\"/><path d=\"M16.5166 3.89062C16.7471 3.5467 17.2126 3.45431 17.5566 3.68457C18.6468 4.41443 19.5856 5.35317 20.3154 6.44336C20.5457 6.78745 20.4533 7.25293 20.1094 7.4834C19.7652 7.71383 19.2988 7.62154 19.0684 7.27734C18.4477 6.35046 17.6495 5.55227 16.7227 4.93164C16.3785 4.70121 16.2862 4.23482 16.5166 3.89062Z\" fill=\"currentColor\"/><path d=\"M12 2C12.6669 2 13.3196 2.06549 13.9512 2.19043C14.3572 2.27096 14.6212 2.66519 14.541 3.07129C14.4607 3.47746 14.0663 3.74218 13.6602 3.66211C13.124 3.55604 12.5686 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSendLater;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAq0G,EAAr0G,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,2WAA2W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oTAAoT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+WAA+W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yWAAyW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2WAA2W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gTAAgT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8VAA8V,KAAK,eAAc,CAAI,GAG/zG",
  "debugId": "E736D873149FBEE764756E2164756E21",
  "names": []
}