{
  "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.00146 6C8.00146 3.79086 9.79233 2 12.0015 2C14.2106 2 16.0015 3.79086 16.0015 6V7H16.8887C17.7561 7 18.4927 7.63546 18.6198 8.49354L19.0507 11.4019C16.6651 10.5397 13.8908 11.0647 11.9785 12.977C9.51041 15.4451 9.35316 19.349 11.5067 22H5.41051C4.34189 22 3.5228 21.0506 3.6794 19.9935L5.3831 8.49354C5.51023 7.63546 6.24676 7 7.11421 7H8.00146V6ZM14.5015 7V6C14.5015 4.61929 13.3822 3.5 12.0015 3.5C10.6208 3.5 9.50146 4.61929 9.50146 6V7H14.5015Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.4638 14.0377C18.4135 11.9874 15.0894 11.9874 13.0392 14.0377C10.9889 16.0879 10.9889 19.4121 13.0392 21.4623C15.0894 23.5126 18.4135 23.5126 20.4638 21.4623C22.514 19.4121 22.514 16.0879 20.4638 14.0377ZM19.8804 19.8183L14.6832 14.6211C16.1392 13.6564 18.1203 13.8155 19.4031 15.0983C20.686 16.3812 20.8451 18.3623 19.8804 19.8183ZM13.6225 15.6817L18.8197 20.8789C17.3637 21.8436 15.3827 21.6845 14.0998 20.4016C12.817 19.1188 12.6579 17.1377 13.6225 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,gBAA6lC,EAA7lC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,scAAsc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kdAAkd,KAAK,eAAc,CAAI,GAGvlC",
  "debugId": "1EF973EC135355A564756E2164756E21",
  "names": []
}