{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagBookmark2/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 IconShoppingBagBookmark2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-bookmark-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 2C14.2093 2 16.0002 3.79086 16.0002 6V7.09473C17.4775 7.4328 18.6409 8.6459 18.8713 10.2002L19.2131 12.5078C19.1429 12.5029 19.0717 12.5 19.0002 12.5H15.5002C13.8435 12.5002 12.5002 13.8433 12.5002 15.5V22H7.72775C5.43797 21.9999 3.68224 19.9653 4.01778 17.7002L5.12911 10.2002C5.35947 8.64601 6.52312 7.43293 8.00021 7.09473V6C8.00021 3.79097 9.79122 2.00018 12.0002 2ZM12.0002 3.5C10.6196 3.50018 9.50021 4.6194 9.50021 6V7H14.5002V6C14.5002 4.61929 13.3809 3.5 12.0002 3.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.2502 14C20.2167 14 21.0002 14.7835 21.0002 15.75V21.25C21.0002 21.5146 20.8605 21.7594 20.633 21.8945C20.4054 22.0296 20.1232 22.0349 19.8908 21.9082L17.5002 20.6035L15.1096 21.9082C14.8772 22.0349 14.595 22.0296 14.3674 21.8945C14.1399 21.7594 14.0002 21.5146 14.0002 21.25V15.75C14.0002 14.7835 14.7838 14.0001 15.7502 14H19.2502Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagBookmark2;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAmgC,EAAngC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,weAAwe,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mVAAmV,KAAK,eAAc,CAAI,GAG7/B",
  "debugId": "4E40534A0EB7705E64756E2164756E21",
  "names": []
}