{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAddToBasket2/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 IconAddToBasket2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"add-to-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=\"M17 14C17.4142 14 17.75 14.3358 17.75 14.75V17.25H20.25C20.6642 17.25 21 17.5858 21 18C21 18.4142 20.6642 18.75 20.25 18.75H17.75V21.25C17.75 21.6642 17.4142 22 17 22C16.5858 22 16.25 21.6642 16.25 21.25V18.75H13.75C13.3358 18.75 13 18.4142 13 18C13 17.5858 13.3358 17.25 13.75 17.25H16.25V14.75C16.25 14.3358 16.5858 14 17 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAddToBasket2;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAimC,EAAjmC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,6nBAA6nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0UAA0U,KAAK,eAAc,CAAI,GAG3lC",
  "debugId": "4979B72833F4036364756E2164756E21",
  "names": []
}