{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemoveFromBasket2/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 IconRemoveFromBasket2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"remove-from-basket-2\"><path d=\"M21.071 13.5941L21.788 9.45971H21.778C21.908 8.69971 21.328 7.99971 20.548 7.99971H18.148L16.338 3.46971C16.188 3.07971 15.748 2.89971 15.368 3.04971C14.978 3.19971 14.798 3.63971 14.948 4.01971L16.538 7.98971H7.25802L8.84802 4.01971C8.99802 3.63971 8.80802 3.19971 8.42802 3.04971C8.04802 2.89971 7.60802 3.08971 7.45802 3.46971L5.64802 7.99971H3.24802C2.47802 7.99971 1.88802 8.69971 2.01802 9.45971L3.77802 19.5497C3.91802 20.3897 4.64802 20.9997 5.49802 20.9997H11.8006C11.2902 20.1173 10.998 19.0927 10.998 18C10.998 14.6863 13.6843 12 16.998 12C18.5702 12 20.0011 12.6047 21.071 13.5941Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.1696 15.1716C14.4625 14.8787 14.9374 14.8787 15.2303 15.1716L16.998 16.9393L18.7658 15.1716C19.0587 14.8787 19.5336 14.8787 19.8265 15.1716C20.1194 15.4645 20.1194 15.9393 19.8265 16.2322L18.0587 18L19.8265 19.7678C20.1194 20.0607 20.1194 20.5355 19.8265 20.8284C19.5336 21.1213 19.0587 21.1213 18.7658 20.8284L16.998 19.0607L15.2303 20.8284C14.9374 21.1213 14.4625 21.1213 14.1696 20.8284C13.8767 20.5355 13.8767 20.0607 14.1696 19.7678L15.9374 18L14.1696 16.2322C13.8767 15.9393 13.8767 15.4645 14.1696 15.1716Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRemoveFromBasket2;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA2vC,EAA3vC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,olBAAolB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wgBAAwgB,KAAK,eAAc,CAAI,GAGrvC",
  "debugId": "B599E5E9B06DD26664756E2164756E21",
  "names": []
}