{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagEdit2/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 IconShoppingBagEdit2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-edit-2\"><path d=\"M16.9699 15.6367C17.9071 14.6995 19.4263 14.6996 20.3635 15.6367C21.3007 16.5739 21.3007 18.093 20.3635 19.0303L16.6135 22.7803C16.4729 22.9209 16.2821 23 16.0832 23H13.7502C13.336 23 13.0002 22.6642 13.0002 22.25V19.917C13.0002 19.7181 13.0793 19.5274 13.2199 19.3867L16.9699 15.6367Z\" 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.3596 13.4961C18.1455 13.2781 16.8478 13.637 15.9094 14.5752L11.8664 18.6182C11.6322 18.8525 11.5003 19.1706 11.5002 19.502V22H4.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 IconShoppingBagEdit2;\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,gBAAs+B,EAAt+B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,gSAAgS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wiBAAwiB,KAAK,eAAc,CAAI,GAGh+B",
  "debugId": "DB22FCCB300DE4C964756E2164756E21",
  "names": []
}