{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReceiptTax/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 IconReceiptTax: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"receipt-tax, discount\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.75 2C4.7835 2 4 2.7835 4 3.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.25V3.75C20 2.7835 19.2165 2 18.25 2H5.75ZM15.792 8.28033C16.0849 7.98744 16.0849 7.51256 15.792 7.21967C15.4992 6.92678 15.0243 6.92678 14.7314 7.21967L8.23139 13.7197C7.9385 14.0126 7.9385 14.4874 8.23139 14.7803C8.52428 15.0732 8.99916 15.0732 9.29205 14.7803L15.792 8.28033ZM9 9C8.44772 9 8 8.55228 8 8C8 7.44772 8.44772 7 9 7C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9ZM14 14C14 14.5523 14.4477 15 15 15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13C14.4477 13 14 13.4477 14 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReceiptTax;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA0/B,EAA1/B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u3BAAu3B,KAAK,eAAc,CAAI,GAGp/B",
  "debugId": "3A4953D2EAD18F9764756E2164756E21",
  "names": []
}