{
  "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=\"M4.75 2C4.33579 2 4 2.33579 4 2.75V20.75C4 21.0153 4.14021 21.2609 4.36871 21.3958C4.5972 21.5307 4.87998 21.5349 5.11231 21.4067L8.375 19.6066L11.6377 21.4067C11.8632 21.5311 12.1368 21.5311 12.3623 21.4067L15.625 19.6066L18.8877 21.4067C19.12 21.5349 19.4028 21.5307 19.6313 21.3958C19.8598 21.2609 20 21.0153 20 20.75V2.75C20 2.33579 19.6642 2 19.25 2H4.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,gBAA09B,EAA19B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u1BAAu1B,KAAK,eAAc,CAAI,GAGp9B",
  "debugId": "7EF7781BD002000864756E2164756E21",
  "names": []
}