{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStore1/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 IconStore1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"store-1\"><path d=\"M15.5115 10C15.6742 10 15.8269 10.074 15.9382 10.1926C16.6956 10.9996 17.7713 11.5 18.9571 11.5C19.7043 11.5 20.4001 11.3037 21 10.9624V20.25C21 20.6643 20.6642 21 20.25 21H3.75003C3.33581 21 3.00002 20.6643 3.00002 20.25V10.9626C3.59982 11.3037 4.29554 11.5 5.04263 11.5C6.22839 11.5 7.30406 10.9996 8.06149 10.1926C8.17283 10.074 8.32553 10 8.48821 10C8.64769 10 8.7978 10.0711 8.90846 10.186C9.68696 10.9939 10.7808 11.5 11.9998 11.5C13.2189 11.5 14.3127 10.994 15.0912 10.186C15.2019 10.0711 15.352 10 15.5115 10Z\" fill=\"currentColor\"/><path d=\"M2.90803 3.64393C2.96082 3.27445 3.27726 3 3.6505 3H8.00002L7.67509 7.54903C7.57645 8.93003 6.42733 10 5.04281 10C3.43685 10 2.20322 8.57761 2.43034 6.9878L2.90803 3.64393Z\" fill=\"currentColor\"/><path d=\"M16 3H20.3496C20.7228 3 21.0392 3.27445 21.092 3.64393L21.5697 6.9878C21.7968 8.57762 20.5632 10 18.9572 10C17.5727 10 16.4236 8.93003 16.325 7.54903L16 3Z\" fill=\"currentColor\"/><path d=\"M9.50002 3H14.5L14.7863 7.00763C14.9018 8.62461 13.6211 10 12 10C10.3789 10 9.09827 8.62461 9.21377 7.00762L9.50002 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStore1;\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,gBAAonC,EAApnC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,wgBAAwgB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,CAAI,GAG9mC",
  "debugId": "BA4870847D499B5064756E2164756E21",
  "names": []
}