{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReceiptCheck/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 IconReceiptCheck: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"receipt-check, ticket\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.75 2C4.7835 2 4 2.7835 4 3.75V19.9031C4 20.8546 5.02075 21.4572 5.85385 20.9976L8.28485 19.6563C8.3558 19.6172 8.44133 19.6148 8.5143 19.6501L11.2392 20.9655C11.7199 21.1976 12.2801 21.1976 12.7608 20.9655L15.4857 19.6501C15.5587 19.6148 15.6442 19.6172 15.7152 19.6563L18.1462 20.9976C18.9793 21.4572 20 20.8546 20 19.9031V3.75C20 2.7835 19.2165 2 18.25 2H5.75ZM9 13.75C9 13.3358 9.33579 13 9.75 13H14.25C14.6642 13 15 13.3358 15 13.75C15 14.1642 14.6642 14.5 14.25 14.5H9.75C9.33579 14.5 9 14.1642 9 13.75ZM14.5303 8.08036C14.8232 7.78747 14.8232 7.31259 14.5303 7.0197C14.2374 6.72681 13.7626 6.72681 13.4697 7.0197L11.2 9.28937L10.5303 8.6197C10.2374 8.3268 9.76256 8.3268 9.46967 8.6197C9.17678 8.91259 9.17678 9.38746 9.46967 9.68036L10.6697 10.8804C10.8103 11.021 11.0011 11.1 11.2 11.1C11.3989 11.1 11.5897 11.021 11.7303 10.8804L14.5303 8.08036Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReceiptCheck;\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,gBAA+9B,EAA/9B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,41BAA41B,KAAK,eAAc,CAAI,GAGz9B",
  "debugId": "C22CD28C0F7EB75D64756E2164756E21",
  "names": []
}