{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBag2Sparkle/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 IconBag2Sparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bag 2-sparkle, shopping, add, plus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2089 2 15.9997 3.79086 15.9997 6V7H16.8874C17.7546 7.00008 18.4906 7.63536 18.6179 8.49316L19.446 14.0859C19.0656 13.7184 18.5513 13.5 17.9997 13.5C17.1921 13.5002 16.4627 13.9667 16.1198 14.6875L16.0564 14.835L15.4382 16.4385L13.8347 17.0566C13.0307 17.366 12.4997 18.1385 12.4997 19C12.4997 19.8615 13.0307 20.634 13.8347 20.9434L15.4382 21.5605L15.6071 22H5.4089C4.34037 21.9999 3.52184 21.0502 3.67843 19.9932L5.38156 8.49316C5.50883 7.63526 6.24568 7 7.113 7H7.99972V6C7.99972 3.79097 9.79073 2.00017 11.9997 2ZM11.9997 3.5C10.6192 3.50017 9.49972 4.61939 9.49972 6V7H14.4997V6C14.4997 4.61929 13.3804 3.5 11.9997 3.5Z\" fill=\"currentColor\"/><path d=\"M14.3737 18.4561L14.864 18.2666L16.1853 17.7598L14.3737 18.4561Z\" fill=\"currentColor\"/><path d=\"M19.2405 17.1852L18.5436 15.3733C18.4571 15.1484 18.241 15 18 15C17.7591 15 17.5433 15.1481 17.4568 15.373L16.7596 17.1852C16.658 17.4493 16.4494 17.6582 16.1853 17.7598L14.3737 18.4561C14.1488 18.5426 14 18.759 14 19C14 19.241 14.1488 19.4574 14.3737 19.5439L16.1852 20.2405C16.4493 20.342 16.658 20.5507 16.7596 20.8148L17.4564 22.6267C17.543 22.8516 17.7591 23 18 23C18.241 23 18.4571 22.8516 18.5436 22.6267L19.2405 20.8148C19.3421 20.5507 19.5508 20.342 19.8149 20.2405L21.6267 19.5436C21.8516 19.4571 22 19.241 22 19C22 18.759 21.8516 18.5429 21.6267 18.4564L19.8149 17.7595C19.5508 17.658 19.3421 17.4493 19.2405 17.1852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBag2Sparkle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAogD,EAApgD,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,goBAAgoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mEAAmE,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,unBAAunB,KAAK,eAAc,CAAI,GAG9/C",
  "debugId": "09EBB016FA5965B264756E2164756E21",
  "names": []
}