{
  "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.83087 6.52314C3.95083 4.54381 5.59104 3 7.57401 3H16.4266C18.4096 3 20.0498 4.54381 20.1698 6.52314L20.8061 17.0231C20.9368 19.1795 19.2233 21 17.063 21H6.93764C4.77736 21 3.06382 19.1795 3.19451 17.0231L3.83087 6.52314ZM9.75032 8C9.75032 7.58579 9.41453 7.25 9.00032 7.25C8.58611 7.25 8.25032 7.58579 8.25032 8C8.25032 10.0711 9.92925 11.75 12.0003 11.75C14.0714 11.75 15.7503 10.0711 15.7503 8C15.7503 7.58579 15.4145 7.25 15.0003 7.25C14.5861 7.25 14.2503 7.58579 14.2503 8C14.2503 9.24264 13.243 10.25 12.0003 10.25C10.7577 10.25 9.75032 9.24264 9.75032 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,gBAAkrB,EAAlrB,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sjBAAsjB,KAAK,eAAc,CAAI,GAG5qB",
  "debugId": "364BB3FF0B99956464756E2164756E21",
  "names": []
}