{
  "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.4445 14.75C20.0971 14.75 20.7492 15.0116 21.2336 15.5283C21.7216 16.0489 22.0002 16.7842 22.0002 17.667C22.0001 19.0574 21.0225 20.1532 20.2043 20.8291C19.775 21.1837 19.3383 21.4657 18.9865 21.6611C18.8108 21.7588 18.6487 21.8393 18.5129 21.8975C18.4458 21.9262 18.3763 21.9533 18.3098 21.9746C18.268 21.988 18.1435 22.0273 18.0002 22.0273C17.8569 22.0273 17.7323 21.988 17.6906 21.9746C17.6241 21.9533 17.5546 21.9262 17.4875 21.8975C17.3517 21.8393 17.1896 21.7588 17.0139 21.6611C16.6621 21.4657 16.2254 21.1837 15.7961 20.8291C14.9779 20.1532 14.0004 19.0573 14.0002 17.667C14.0002 16.7843 14.2788 16.0489 14.7668 15.5283C15.2512 15.0116 15.9033 14.75 16.5559 14.75C17.1605 14.75 17.6448 14.9318 17.9758 15.1123C17.9843 15.1169 17.9919 15.1233 18.0002 15.1279C18.0085 15.1233 18.0161 15.117 18.0246 15.1123C18.3556 14.9318 18.8399 14.75 19.4445 14.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 2C14.2093 2 16.0002 3.79086 16.0002 6V7.09473C17.4775 7.4328 18.6409 8.6459 18.8713 10.2002L19.3234 13.252C18.8216 13.2655 18.3773 13.361 18.0002 13.4902C17.593 13.3507 17.1076 13.25 16.5559 13.25C15.5011 13.2501 14.4494 13.6749 13.6731 14.5029C12.8857 15.3429 12.5002 16.464 12.5002 17.667C12.5004 19.7627 13.9447 21.2449 14.841 21.9854C14.8471 21.9903 14.8535 21.995 14.8596 22H7.72775C5.43797 21.9999 3.68224 19.9653 4.01778 17.7002L5.12911 10.2002C5.35947 8.64601 6.52312 7.43293 8.00021 7.09473V6C8.00021 3.79097 9.79122 2.00018 12.0002 2ZM12.0002 3.5C10.6196 3.50018 9.50021 4.6194 9.50021 6V7H14.5002V6C14.5002 4.61929 13.3809 3.5 12.0002 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,gBAAmpD,EAAnpD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+1BAA+1B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,spBAAspB,KAAK,eAAc,CAAI,GAG7oD",
  "debugId": "639B4BC4D16A660964756E2164756E21",
  "names": []
}