{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconInboxChecked/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 IconInboxChecked: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"inbox-checked, saved\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.1728 3.6306C18.5149 3.8641 18.603 4.33074 18.3695 4.67286L11.5445 14.6729C11.4177 14.8585 11.2144 14.9776 10.9905 14.9972C10.7665 15.0168 10.5456 14.935 10.3885 14.7741L6.71349 11.012C6.42405 10.7157 6.42962 10.2408 6.72593 9.95138C7.02223 9.66194 7.49707 9.66751 7.78651 9.96381L10.8217 13.071L17.1305 3.82728C17.364 3.48516 17.8307 3.3971 18.1728 3.6306ZM3.75 14.0001C4.16422 14.0001 4.5 14.3359 4.5 14.7501V18.6501C4.5 18.9425 4.50059 19.1167 4.51114 19.2458C4.51757 19.3246 4.52607 19.3577 4.52883 19.3666C4.55235 19.4112 4.58882 19.4477 4.63347 19.4712C4.64234 19.474 4.67547 19.4825 4.75428 19.4889C4.88341 19.4995 5.0576 19.5001 5.35 19.5001H18.65C18.9424 19.5001 19.1166 19.4995 19.2457 19.4889C19.3245 19.4825 19.3577 19.474 19.3665 19.4712C19.4112 19.4477 19.4477 19.4112 19.4712 19.3666C19.4739 19.3577 19.4824 19.3246 19.4889 19.2458C19.4994 19.1167 19.5 18.9425 19.5 18.6501V14.7501C19.5 14.3359 19.8358 14.0001 20.25 14.0001C20.6642 14.0001 21 14.3359 21 14.7501V18.6763C21 18.9338 21 19.1703 20.9839 19.3679C20.9665 19.5811 20.9266 19.8142 20.8093 20.0446C20.6415 20.3738 20.3738 20.6416 20.0445 20.8093C19.8142 20.9267 19.581 20.9665 19.3679 20.984C19.1702 21.0001 18.9337 21.0001 18.6762 21.0001H5.32377C5.06629 21.0001 4.82981 21.0001 4.63213 20.984C4.419 20.9665 4.18583 20.9267 3.95552 20.8093C3.62624 20.6416 3.35852 20.3738 3.19074 20.0446C3.07339 19.8142 3.03353 19.5811 3.01612 19.3679C2.99997 19.1703 2.99998 18.9338 3 18.6763L3 14.7501C3 14.3359 3.33579 14.0001 3.75 14.0001ZM19.4703 19.3692L19.4708 19.3677L19.4703 19.3692ZM19.3691 19.4703L19.3676 19.4709L19.3691 19.4703ZM4.63088 19.4703L4.63236 19.4709L4.63088 19.4703ZM4.52918 19.3677L4.52973 19.3692L4.52918 19.3677Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconInboxChecked;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA0yD,EAA1yD,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wqDAAwqD,KAAK,eAAc,CAAI,GAGpyD",
  "debugId": "ADD2577169BBF48064756E2164756E21",
  "names": []
}