{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemoveFromBasket/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 IconRemoveFromBasket: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"remove-from-basket\"><path d=\"M21.1218 10.5861C20.3424 11.0095 19.4493 11.25 18.5 11.25C15.4624 11.25 13 8.78757 13 5.75C13 5.4956 13.0173 5.24523 13.0507 5H4.71485L4.23544 2.60291C4.16532 2.25234 3.85751 2 3.5 2H1.75C1.33579 2 1 2.33579 1 2.75C1 3.16421 1.33579 3.5 1.75 3.5H2.88515L5.26456 15.3971C5.33468 15.7477 5.64249 16 6 16H19.5C19.8618 16 20.172 15.7417 20.2376 15.3859L21.1218 10.5861Z\" fill=\"currentColor\"/><path d=\"M8 17C6.89543 17 6 17.8954 6 19C6 20.1046 6.89543 21 8 21C9.10457 21 10 20.1046 10 19C10 17.8954 9.10457 17 8 17Z\" fill=\"currentColor\"/><path d=\"M15 19C15 17.8954 15.8954 17 17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21C15.8954 21 15 20.1046 15 19Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7197 2.71967C16.0126 2.42678 16.4874 2.42678 16.7803 2.71967L18.5 4.43934L20.2197 2.71967C20.5126 2.42678 20.9874 2.42678 21.2803 2.71967C21.5732 3.01256 21.5732 3.48744 21.2803 3.78033L19.5607 5.5L21.2803 7.21967C21.5732 7.51256 21.5732 7.98744 21.2803 8.28033C20.9874 8.57322 20.5126 8.57322 20.2197 8.28033L18.5 6.56066L16.7803 8.28033C16.4874 8.57322 16.0126 8.57322 15.7197 8.28033C15.4268 7.98744 15.4268 7.51256 15.7197 7.21967L17.4393 5.5L15.7197 3.78033C15.4268 3.48744 15.4268 3.01256 15.7197 2.71967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRemoveFromBasket;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAA2zC,EAA3zC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sgBAAsgB,KAAK,eAAc,CAAI,GAGrzC",
  "debugId": "51A84E6DAE8E0D8364756E2164756E21",
  "names": []
}