{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStore3/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 IconStore3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"store-3\"><path d=\"M4.69636 3C3.92168 3 3.23919 3.50932 3.01872 4.25197L2.11805 7.28593L2.11767 7.2872C1.56802 9.11497 3.00779 11 5.10694 11C6.05069 11 6.90635 10.6345 7.47952 10.0293C8.02347 10.6207 8.82777 11 9.74075 11C10.6526 11 11.4561 10.6216 12 10.0314C12.5439 10.6216 13.3474 11 14.2592 11C15.1722 11 15.9765 10.6207 16.5205 10.0293C17.0937 10.6346 17.9493 11 18.8931 11C20.9922 11 22.432 9.11496 21.8823 7.2872L21.8819 7.28592L20.9813 4.25197C20.7608 3.50932 20.0783 3 19.3036 3H4.69636Z\" fill=\"currentColor\"/><path d=\"M3 12.0107C3.62998 12.3226 4.34562 12.5 5.10704 12.5C5.80163 12.5 6.47829 12.3589 7.09127 12.0913C7.32883 11.9876 7.60081 11.9896 7.83728 12.0958C8.41616 12.3558 9.06149 12.5 9.74086 12.5C10.4127 12.5 11.0512 12.359 11.6251 12.1045C11.8633 11.9988 12.1369 11.9988 12.3751 12.1045C12.949 12.359 13.5876 12.5 14.2594 12.5C14.9387 12.5 15.5841 12.3558 16.1629 12.0958C16.3994 11.9896 16.6714 11.9876 16.9089 12.0913C17.5219 12.3589 18.1986 12.5 18.8932 12.5C19.6545 12.5 20.3701 12.3226 21 12.0108V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V12.0107Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStore3;\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,gBAA4oC,EAA5oC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,geAAge,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gkBAAgkB,KAAK,eAAc,CAAI,GAGtoC",
  "debugId": "D3C44C286AE4E65464756E2164756E21",
  "names": []
}