{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStores/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 IconStores: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"stores, shops, mall\"><path d=\"M2.75 15V20.25H13.25V15\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.75016 10.75L10.2305 13.6321C10.3861 14.5657 11.1939 15.25 12.1404 15.25C13.5101 15.25 14.4468 13.8665 13.9381 12.5947L13.0002 10.25H3.00016L2.06227 12.5947C1.55354 13.8665 2.49019 15.25 3.85997 15.25C4.80645 15.25 5.61421 14.5657 5.76981 13.6321L6.25016 10.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.75018 10.75L10.0892 12.784C10.3043 14.0749 9.30886 15.25 8.00018 15.25C6.69149 15.25 5.69603 14.0749 5.91118 12.784L6.25018 10.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M18.089 6.28394C18.3041 7.57481 17.3087 8.74992 16 8.74992\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M17.75 14.25H21.25V8.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M17.7504 4.25L18.2307 7.13212C18.3863 8.06573 19.1941 8.75 20.1406 8.75C21.5104 8.75 22.447 7.36654 21.9383 6.09474L21.0004 3.75H11.0004L10.0625 6.09474M14.2504 4.25L13.9171 6.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconStores;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAwkC,EAAxkC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,yQAAyQ,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,uIAAuI,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,6DAA6D,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAGlkC",
  "debugId": "FE0858A86EF1960764756E2164756E21",
  "names": []
}