{
  "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.4446 14.75C20.0972 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.8392 18.5129 21.8975C18.4458 21.9262 18.3763 21.9533 18.3098 21.9746C18.2681 21.988 18.1436 22.0273 18.0002 22.0273C17.8568 22.0273 17.7323 21.988 17.6906 21.9746C17.6241 21.9533 17.5546 21.9262 17.4875 21.8975C17.3517 21.8392 17.1897 21.7588 17.0139 21.6611C16.6621 21.4657 16.2254 21.1837 15.7961 20.8291C14.9779 20.1532 14.0004 19.0574 14.0002 17.667C14.0002 16.7842 14.2788 16.0489 14.7668 15.5283C15.2513 15.0116 15.9033 14.75 16.5559 14.75C17.1606 14.75 17.6448 14.9317 17.9758 15.1123C17.9843 15.117 17.9919 15.1233 18.0002 15.1279C18.0086 15.1233 18.0161 15.117 18.0246 15.1123C18.3557 14.9317 18.8398 14.75 19.4446 14.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 2C14.2094 2 16.0002 3.79086 16.0002 6V7H17.7502C18.1218 7 18.4377 7.27211 18.4924 7.63965L19.3235 13.252C18.8216 13.2654 18.3773 13.361 18.0002 13.4902C17.5931 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.8536 21.995 14.8596 22H4.25022C4.03239 21.9999 3.82524 21.9051 3.68284 21.7402C3.54044 21.5751 3.47609 21.3553 3.50803 21.1396L5.50803 7.63965C5.56267 7.27217 5.87869 7.00012 6.25022 7H8.00022V6C8.00022 3.79094 9.79119 2.00013 12.0002 2ZM12.0002 3.5C10.6196 3.50013 9.50022 4.61937 9.50022 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,gBAAqsD,EAArsD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+1BAA+1B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wsBAAwsB,KAAK,eAAc,CAAI,GAG/rD",
  "debugId": "1797015BB1120DEA64756E2164756E21",
  "names": []
}