{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBag1/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 IconShoppingBag1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-1\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.94456 4.64413C4.00054 3.72044 4.76597 3 5.69135 3H18.3089C19.2343 3 19.9997 3.72044 20.0557 4.64413L20.9345 19.1441C20.9955 20.1504 20.1958 21 19.1877 21H4.81257C3.80443 21 3.00478 20.1504 3.06577 19.1441L3.94456 4.64413ZM9.75013 8C9.75013 7.58579 9.41434 7.25 9.00013 7.25C8.58591 7.25 8.25013 7.58579 8.25013 8C8.25013 10.0711 9.92906 11.75 12.0001 11.75C14.0712 11.75 15.7501 10.0711 15.7501 8C15.7501 7.58579 15.4143 7.25 15.0001 7.25C14.5859 7.25 14.2501 7.58579 14.2501 8C14.2501 9.24264 13.2428 10.25 12.0001 10.25C10.7575 10.25 9.75013 9.24264 9.75013 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBag1;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAorB,EAAprB,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wjBAAwjB,KAAK,eAAc,CAAI,GAG9qB",
  "debugId": "1713A83C8DA0F3A264756E2164756E21",
  "names": []
}