{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/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 IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path d=\"M19.443 14.75C20.0955 14.7501 20.7478 15.0117 21.2321 15.5283C21.72 16.0489 21.9987 16.7843 21.9987 17.667C21.9986 19.0572 21.021 20.1532 20.2028 20.8291C19.7736 21.1836 19.3368 21.4657 18.985 21.6611C18.8094 21.7587 18.6472 21.8393 18.5114 21.8975C18.4444 21.9262 18.3747 21.9533 18.3083 21.9746C18.2666 21.9879 18.1419 22.0273 17.9987 22.0273C17.8558 22.0273 17.7312 21.9881 17.6891 21.9746C17.6227 21.9533 17.553 21.9262 17.486 21.8975C17.3503 21.8393 17.188 21.7587 17.0124 21.6611C16.6607 21.4657 16.2238 21.1836 15.7946 20.8291C14.9764 20.1532 13.9989 19.0574 13.9987 17.667C13.9987 16.7842 14.2773 16.0489 14.7653 15.5283C15.2497 15.0117 15.9018 14.75 16.5544 14.75C17.1589 14.7501 17.6434 14.9318 17.9743 15.1123C17.9827 15.1169 17.9905 15.1233 17.9987 15.1279C18.0069 15.1233 18.0147 15.1169 18.0231 15.1123C18.3541 14.9318 18.8385 14.75 19.443 14.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9977 2C14.2069 2 15.9977 3.79086 15.9977 6V7H16.8854C17.7526 7.00013 18.4886 7.63541 18.6159 8.49316L19.321 13.252C18.8193 13.2655 18.3747 13.3611 17.9977 13.4902C17.5906 13.3508 17.105 13.25 16.5534 13.25C15.4987 13.2501 14.4468 13.6749 13.6706 14.5029C12.8833 15.3428 12.4977 16.4641 12.4977 17.667C12.4979 19.7627 13.9422 21.2448 14.8386 21.9854C14.8446 21.9903 14.8511 21.9951 14.8571 22H5.40692C4.33854 21.9997 3.51893 21.0501 3.67547 19.9932L5.37957 8.49316C5.50683 7.6354 6.24386 7.00019 7.11102 7H7.99774V6C7.99774 3.79106 9.78887 2.00032 11.9977 2ZM11.9977 3.5C10.6173 3.50032 9.49774 4.61949 9.49774 6V7H14.4977V6C14.4977 4.61929 13.3784 3.5 11.9977 3.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\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,gBAA4pD,EAA5pD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+1BAA+1B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+pBAA+pB,KAAK,eAAc,CAAI,GAGtpD",
  "debugId": "911F5F225406265A64756E2164756E21",
  "names": []
}