{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike1/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 IconShoppingBagLike1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-1\"><path d=\"M3.75 20.25L3.00137 20.2046L2.95317 21H3.75V20.25ZM4.75 3.75V3H4.04408L4.00137 3.70463L4.75 3.75ZM19.25 3.75L19.9986 3.70463L19.9559 3H19.25V3.75ZM19.0014 12.0454L19.0467 12.794L20.544 12.7033L20.4986 11.9546L19.75 12L19.0014 12.0454ZM11.75 20.25V19.5H3.75V20.25V21H11.75V20.25ZM3.75 20.25L4.49863 20.2954L5.49863 3.79537L4.75 3.75L4.00137 3.70463L3.00137 20.2046L3.75 20.25ZM4.75 3.75V4.5H19.25V3.75V3H4.75V3.75ZM19.25 3.75L18.5014 3.79537L19.0014 12.0454L19.75 12L20.4986 11.9546L19.9986 3.70463L19.25 3.75Z\" fill=\"currentColor\"/><path d=\"M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M21.2526 17.6676C21.2526 20.0001 18.0013 21.2802 18.0013 21.2802C18.0013 21.2802 14.75 20.0001 14.75 17.6676C14.75 15.9196 16.4976 14.8789 18.0013 15.8501C19.505 14.8789 21.2526 15.9196 21.2526 17.6676Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\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,gBAA89B,EAA99B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,ggBAAggB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6DAA6D,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,6MAA6M,OAAO,eAAe,YAAY,MAAK,CAAI,GAGx9B",
  "debugId": "167BE0AAADABAEE664756E2164756E21",
  "names": []
}