{
  "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.9619V17.25C21.0006 19.3209 19.3215 20.9998 17.2506 21H14.7506C14.3364 21 14.0006 20.6642 14.0006 20.25V17.5C14.0006 16.3956 13.105 15.5002 12.0006 15.5C10.896 15.5 10.0006 16.3954 10.0006 17.5V20.25C10.0006 20.6641 9.66461 20.9998 9.25058 21H6.75058C4.67951 21 3.00058 19.3211 3.00058 17.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.54061 6.21973C2.80453 4.37231 4.38636 3.00002 6.25253 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=\"M17.7476 3C19.6138 3 21.1966 4.37229 21.4605 6.21973L21.5699 6.98828C21.7967 8.57785 20.5633 9.9999 18.9576 10C17.5731 10 16.4234 8.92983 16.3248 7.54883L16.0006 3H17.7476Z\" 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,gBAAm4C,EAAn4C,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,wuBAAwuB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2IAA2I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,CAAI,GAG73C",
  "debugId": "A817E977A143122664756E2164756E21",
  "names": []
}