{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReceiptStorno/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 IconReceiptStorno: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"receipt-storno, close, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.75 2C4.33579 2 4 2.33579 4 2.75V21.25C4 21.544 4.17175 21.8108 4.43931 21.9326C4.70687 22.0544 5.02091 22.0086 5.24259 21.8156L7.30756 20.017L9.14606 21.7899C9.4366 22.07 9.89674 22.07 10.1873 21.7899L12 20.0419L13.8127 21.7899C14.1033 22.07 14.5634 22.07 14.8539 21.7899L16.6924 20.017L18.7574 21.8156C18.9791 22.0086 19.2931 22.0544 19.5607 21.9326C19.8283 21.8108 20 21.544 20 21.25V2.75C20 2.33579 19.6642 2 19.25 2H4.75ZM8 14.75C8 14.3358 8.33579 14 8.75 14H15.25C15.6642 14 16 14.3358 16 14.75C16 15.1642 15.6642 15.5 15.25 15.5H8.75C8.33579 15.5 8 15.1642 8 14.75ZM14.4053 7.90533C14.6982 7.61244 14.6982 7.13756 14.4053 6.84467C14.1124 6.55178 13.6376 6.55178 13.3447 6.84467L12 8.18934L10.6553 6.84467C10.3624 6.55178 9.88756 6.55178 9.59467 6.84467C9.30178 7.13756 9.30178 7.61244 9.59467 7.90533L10.9393 9.25L9.59467 10.5947C9.30178 10.8876 9.30178 11.3624 9.59467 11.6553C9.88756 11.9482 10.3624 11.9482 10.6553 11.6553L12 10.3107L13.3447 11.6553C13.6376 11.9482 14.1124 11.9482 14.4053 11.6553C14.6982 11.3624 14.6982 10.8876 14.4053 10.5947L13.0607 9.25L14.4053 7.90533Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReceiptStorno;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA6sC,EAA7sC,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kkCAAkkC,KAAK,eAAc,CAAI,GAGvsC",
  "debugId": "D739DC50A4AA600364756E2164756E21",
  "names": []
}