{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagBlock2/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 IconShoppingBagBlock2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-block-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00012 6C8.00012 3.79086 9.79098 2 12.0001 2C14.2093 2 16.0001 3.79086 16.0001 6V7.09439C17.4775 7.43248 18.6411 8.646 18.8713 10.2004L19.0493 11.402C16.6637 10.5397 13.8895 11.0647 11.9772 12.977C9.50907 15.4451 9.35181 19.349 11.5054 22H7.72732C5.43743 22 3.68222 19.9656 4.0178 17.7004L5.12891 10.2004C5.3592 8.646 6.52277 7.43249 8.00012 7.09439V6ZM14.5001 7V6C14.5001 4.61929 13.3808 3.5 12.0001 3.5C10.6194 3.5 9.50012 4.61929 9.50012 6V7H14.5001Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.4624 14.0377C18.4122 11.9874 15.0881 11.9874 13.0378 14.0377C10.9876 16.0879 10.9876 19.4121 13.0378 21.4623C15.0881 23.5126 18.4122 23.5126 20.4624 21.4623C22.5127 19.4121 22.5127 16.0879 20.4624 14.0377ZM19.8791 19.8183L14.6818 14.6211C16.1379 13.6564 18.1189 13.8155 19.4018 15.0983C20.6846 16.3812 20.8437 18.3623 19.8791 19.8183ZM13.6212 15.6817L18.8184 20.8789C17.3624 21.8436 15.3813 21.6845 14.0985 20.4016C12.8156 19.1188 12.6565 17.1377 13.6212 15.6817Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagBlock2;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAqmC,EAArmC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0cAA0c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sdAAsd,KAAK,eAAc,CAAI,GAG/lC",
  "debugId": "370D6E86A7EB3AF764756E2164756E21",
  "names": []
}