{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.3035 3.47146C10.4174 3.18671 10.6932 3 10.9998 3H20.9998C21.3065 3 21.5823 3.18671 21.6962 3.47146L22.6341 5.81619C23.0658 6.89542 22.7473 8.03261 21.9999 8.75309V14.25C21.9999 14.6642 21.6641 15 21.2499 15H17.7499C17.3357 15 16.9999 14.6642 16.9999 14.25V9.32152C16.6899 9.43671 16.3533 9.5 15.9999 9.5C15.5857 9.5 15.2499 9.16421 15.2499 8.75C15.2499 8.33579 15.5857 8 15.9999 8C16.8406 8 17.4812 7.24913 17.3513 6.42067L17.0312 4.5H14.9685L14.6563 6.3733C14.5882 6.78188 14.2018 7.05789 13.7932 6.9898C13.3846 6.9217 13.1086 6.53528 13.1767 6.1267L13.4478 4.5H11.5076L10.7583 6.37328C10.6045 6.75787 10.168 6.94493 9.78339 6.79109C9.39881 6.63726 9.21174 6.20078 9.36558 5.81619L10.3035 3.47146ZM18.8319 6.18015C18.8309 6.17367 18.8298 6.1672 18.8287 6.16072L18.5519 4.5H20.4921L21.2414 6.37328C21.553 7.15244 20.9792 8 20.14 8C19.5602 8 19.0653 7.5808 18.97 7.00885L18.8319 6.18015ZM2.30357 9.97146C2.41746 9.68671 2.69325 9.5 2.99992 9.5H12.9999C13.3066 9.5 13.5824 9.68671 13.6963 9.97146L14.6342 12.3162C15.0659 13.3955 14.7473 14.5327 13.9999 15.2532V20.25C13.9999 20.6642 13.6641 21 13.2499 21H2.74992C2.33571 21 1.99992 20.6642 1.99992 20.25V15.2532C1.25251 14.5327 0.933961 13.3955 1.36567 12.3162L2.30357 9.97146ZM6.65064 12.9078C6.51201 13.7413 7.15486 14.5 7.99992 14.5C8.84515 14.5 9.48808 13.741 9.34913 12.9073L9.03125 11H6.9686L6.65064 12.9078ZM5.44791 11L5.02977 13.5088C4.93445 14.0808 4.43958 14.5 3.85973 14.5C3.02055 14.5 2.44672 13.6524 2.75839 12.8733L3.5077 11H5.44791ZM10.5519 11L10.8287 12.6607L10.9701 13.5088C11.0654 14.0808 11.5603 14.5 12.1401 14.5C12.9793 14.5 13.5531 13.6524 13.2415 12.8733L12.4921 11H10.5519Z\" fill=\"currentColor\"/></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,gBAAqvD,EAArvD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,onDAAonD,KAAK,eAAc,CAAI,GAG/uD",
  "debugId": "1888740218D0847564756E2164756E21",
  "names": []
}