{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.52659 3.05384C8.91118 3.20768 9.09824 3.64415 8.94441 4.02874L7.35591 8H16.6402L15.0517 4.02874C14.8979 3.64415 15.0849 3.20768 15.4695 3.05384C15.8541 2.90001 16.2906 3.08707 16.4444 3.47166L18.2557 8H19.4651C20.8619 8 21.9211 9.25939 21.6818 10.6355L21.1537 13.6721C20.0755 12.6365 18.6111 12 16.998 12C13.6843 12 10.998 14.6863 10.998 18C10.998 19.0929 11.2902 20.1175 11.8007 21H7.27176C5.44859 21 3.8896 19.6887 3.57721 17.8925L2.31512 10.6355C2.0758 9.25939 3.13506 8 4.53185 8H5.74036L7.55169 3.47166C7.70553 3.08707 8.14201 2.90001 8.52659 3.05384Z\" 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,gBAA+vC,EAA/vC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kjBAAkjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wgBAAwgB,KAAK,eAAc,CAAI,GAGzvC",
  "debugId": "043371C382BBF46064756E2164756E21",
  "names": []
}