{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloudSimpleDisconnected/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 IconCloudSimpleDisconnected: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloud-simple-disconnected\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 12C1 7.58909 4.54081 4 8.925 4C11.8407 4 14.3846 5.58939 15.7595 7.94784C15.8574 8.11573 16.0807 8.23131 16.3191 8.19826C16.5829 8.1617 16.852 8.14286 17.125 8.14286C20.377 8.14286 23 10.8045 23 14.0714C23 16.7904 21.1851 19.0867 18.7027 19.7836C18.3039 19.8955 17.8899 19.663 17.7779 19.2642C17.666 18.8654 17.8985 18.4514 18.2973 18.3394C20.1403 17.822 21.5 16.1099 21.5 14.0714C21.5 11.6182 19.5339 9.64286 17.125 9.64286C16.9211 9.64286 16.7208 9.65693 16.5251 9.68406C15.7309 9.79413 14.8908 9.43604 14.4636 8.7033C13.3437 6.78226 11.2803 5.5 8.925 5.5C5.3839 5.5 2.5 8.40278 2.5 12C2.5 14.4691 3.86 16.6144 5.86141 17.7151C6.22436 17.9147 6.35678 18.3707 6.15718 18.7336C5.95758 19.0966 5.50154 19.229 5.13859 19.0294C2.67218 17.673 1 15.0324 1 12ZM9.21967 15.2197C9.51256 14.9268 9.98744 14.9268 10.2803 15.2197L12 16.9393L13.7197 15.2197C14.0126 14.9268 14.4874 14.9268 14.7803 15.2197C15.0732 15.5126 15.0732 15.9874 14.7803 16.2803L13.0607 18L14.7803 19.7197C15.0732 20.0126 15.0732 20.4874 14.7803 20.7803C14.4874 21.0732 14.0126 21.0732 13.7197 20.7803L12 19.0607L10.2803 20.7803C9.98744 21.0732 9.51256 21.0732 9.21967 20.7803C8.92678 20.4874 8.92678 20.0126 9.21967 19.7197L10.9393 18L9.21967 16.2803C8.92678 15.9874 8.92678 15.5126 9.21967 15.2197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloudSimpleDisconnected;\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,EAA8D,CAAC,IAAU,CACpF,OAAO,gBAA43C,EAA53C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qvCAAqvC,KAAK,eAAc,CAAI,GAGt3C",
  "debugId": "A96F3347DD0D18D764756E2164756E21",
  "names": []
}