{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStore2/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 IconStore2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"store-2\"><path d=\"M15.5113 10C15.6739 10 15.8268 10.0739 15.9381 10.1924C16.6955 10.9994 17.7718 11.5 18.9576 11.5C19.7047 11.4999 20.4008 11.3032 21.0006 10.9619V20.25C21.0006 20.6641 20.6646 20.9998 20.2506 21H15.0006C14.4483 21 14.0006 20.5523 14.0006 20V16.5C14.0006 15.9478 13.5527 15.5002 13.0006 15.5H11.0006C10.4483 15.5 10.0006 15.9477 10.0006 16.5V20C10.0006 20.5522 9.55268 20.9998 9.00058 21H3.75058C3.33636 21 3.00058 20.6642 3.00058 20.25V10.9629C3.60021 11.3039 4.29574 11.5 5.04257 11.5C6.22833 11.5 7.30467 10.9994 8.0621 10.1924C8.17341 10.074 8.32633 10 8.48886 10C8.6481 10.0001 8.79824 10.0709 8.90878 10.1855C9.68719 10.9934 10.7807 11.4999 11.9996 11.5C13.2187 11.5 14.3129 10.9935 15.0914 10.1855C15.202 10.0709 15.3521 10.0001 15.5113 10Z\" fill=\"currentColor\"/><path d=\"M7.67538 7.54883C7.57674 8.92983 6.42708 10 5.04257 10C3.43699 9.99974 2.2035 8.57775 2.43026 6.98828L2.9078 3.64355C2.96072 3.27423 3.27783 3 3.65097 3H8.00058L7.67538 7.54883Z\" fill=\"currentColor\"/><path d=\"M14.7867 7.00781C14.9021 8.62459 13.6214 9.9998 12.0006 10C10.3795 10 9.09903 8.62473 9.21444 7.00781L9.50058 3H14.5006L14.7867 7.00781Z\" fill=\"currentColor\"/><path d=\"M20.3502 3C20.7231 3.00022 21.0395 3.27439 21.0924 3.64355L21.5699 6.98828C21.7967 8.57785 20.5633 9.9999 18.9576 10C17.5731 10 16.4234 8.92983 16.3248 7.54883L16.0006 3H20.3502Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStore2;\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,gBAAs4C,EAAt4C,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,4uBAA4uB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2IAA2I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,CAAI,GAGh4C",
  "debugId": "A50F575BC5D19EFD64756E2164756E21",
  "names": []
}