{
  "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=\"M8.52855 3.05384C8.91313 3.20768 9.1002 3.64415 8.94636 4.02874L7.35786 8H16.6421L15.0536 4.02874C14.8998 3.64415 15.0869 3.20768 15.4715 3.05384C15.856 2.90001 16.2925 3.08707 16.4464 3.47166L18.2577 8H21.25C21.4714 8 21.6815 8.09781 21.824 8.26724C21.9665 8.43666 22.0268 8.66039 21.9889 8.87851L21.1553 13.6718C20.0771 12.6364 18.6129 12 17 12C13.6863 12 11 14.6863 11 18C11 19.0929 11.2922 20.1175 11.8027 21H4.75001C4.38537 21 4.07357 20.7377 4.0111 20.3785L2.0111 8.87851C1.97316 8.66039 2.03353 8.43666 2.17604 8.26724C2.31854 8.09781 2.52862 8 2.75001 8H5.74231L7.55365 3.47166C7.70748 3.08707 8.14396 2.90001 8.52855 3.05384Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.1716 15.1716C14.4645 14.8787 14.9393 14.8787 15.2322 15.1716L17 16.9393L18.7678 15.1716C19.0607 14.8787 19.5355 14.8787 19.8284 15.1716C20.1213 15.4645 20.1213 15.9393 19.8284 16.2322L18.0607 18L19.8284 19.7678C20.1213 20.0607 20.1213 20.5355 19.8284 20.8284C19.5355 21.1213 19.0607 21.1213 18.7678 20.8284L17 19.0607L15.2322 20.8284C14.9393 21.1213 14.4645 21.1213 14.1716 20.8284C13.8787 20.5355 13.8787 20.0607 14.1716 19.7678L15.9393 18L14.1716 16.2322C13.8787 15.9393 13.8787 15.4645 14.1716 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,gBAA4xC,EAA5xC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,6nBAA6nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ggBAAggB,KAAK,eAAc,CAAI,GAGtxC",
  "debugId": "5DFED6229E21C97D64756E2164756E21",
  "names": []
}