{
  "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.48105 4.22615C3.70996 3.49652 4.38611 3 5.15081 3H18.8488C19.6135 3 20.2897 3.49652 20.5186 4.22615L21.7431 8.12926C22.1554 9.44342 21.8091 10.7698 20.9998 11.7059V19.25C20.9998 20.2165 20.2163 21 19.2498 21H4.74981C3.78331 21 2.99981 20.2165 2.99981 19.25V11.7059C2.19056 10.7698 1.84426 9.44342 2.25655 8.12926L3.48105 4.22615ZM10.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.5H18.8488C18.9581 4.5 19.0546 4.57093 19.0873 4.67516L20.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.91227 4.67516C4.94497 4.57093 5.04156 4.5 5.15081 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,gBAAqgC,EAArgC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,g4BAAg4B,KAAK,eAAc,CAAI,GAG//B",
  "debugId": "3C9EF58D8ED5196564756E2164756E21",
  "names": []
}