{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStore4/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 IconStore4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"store-4, shop, business\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.70087 3.52549C3.79897 3.21279 4.08875 3 4.41648 3H19.5831C19.9109 3 20.2007 3.21279 20.2988 3.52549L21.7431 8.12926C22.1623 9.4657 21.7971 10.8148 20.9583 11.7532C20.9852 11.8305 20.9998 11.9135 20.9998 12V20.25C20.9998 20.6642 20.664 21 20.2498 21H3.74981C3.3356 21 2.99981 20.6642 2.99981 20.25V12C2.99981 11.9135 3.01445 11.8305 3.04137 11.7532C2.20252 10.8148 1.83727 9.4657 2.25655 8.12926L3.70087 3.52549ZM10.1667 4.5L9.65364 8.86161C9.48842 10.266 10.5857 11.5 11.9998 11.5C13.4095 11.5 14.5043 10.2738 14.3476 8.87488L13.8329 4.5H10.1667ZM15.8377 8.70317C15.8371 8.69756 15.8364 8.69195 15.8358 8.68634L15.3433 4.5H19.0324L20.3119 8.57827C20.7663 10.0267 19.6844 11.5 18.1663 11.5C17.0261 11.5 16.0663 10.6465 15.9331 9.51411L15.8377 8.70317ZM8.6564 4.5L8.06651 9.51411C7.93328 10.6465 6.97353 11.5 5.83328 11.5C4.31522 11.5 3.23335 10.0267 3.68777 8.57827L4.96723 4.5H8.6564Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStore4;\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,gBAA+/B,EAA//B,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,03BAA03B,KAAK,eAAc,CAAI,GAGz/B",
  "debugId": "1DB6531AF2E290DD64756E2164756E21",
  "names": []
}