{
  "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.04142 5.62747C3.53194 4.06396 4.98082 3 6.61947 3H17.3801C19.0188 3 20.4677 4.06396 20.9582 5.62747L21.7431 8.12926C22.1554 9.44342 21.8091 10.7698 20.9998 11.7059V17.25C20.9998 19.3211 19.3209 21 17.2498 21H6.74981C4.67874 21 2.99981 19.3211 2.99981 17.25V11.7059C2.19056 10.7698 1.84426 9.44342 2.25655 8.12926L3.04142 5.62747ZM10.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.5H17.3801C18.3633 4.5 19.2327 5.13838 19.527 6.07648L20.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.47264 6.07648C4.76695 5.13838 5.63628 4.5 6.61947 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,gBAAogC,EAApgC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+3BAA+3B,KAAK,eAAc,CAAI,GAG9/B",
  "debugId": "0766333064BFC26B64756E2164756E21",
  "names": []
}