{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloudSimpleUpload/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 IconCloudSimpleUpload: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloud-simple-upload\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 12C1 7.58909 4.54081 4 8.925 4C11.9695 4 14.6075 5.73199 15.9347 8.26476C16.3195 8.1848 16.7177 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.6475 9.64286 16.1892 9.72003 15.7608 9.8622C15.3897 9.98533 14.9863 9.80281 14.8339 9.44282C13.8501 7.11958 11.5712 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 12ZM11.4697 13.2197C11.7626 12.9268 12.2374 12.9268 12.5303 13.2197L15.0303 15.7197C15.3232 16.0126 15.3232 16.4874 15.0303 16.7803C14.7374 17.0732 14.2626 17.0732 13.9697 16.7803L12.75 15.5607V20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20V15.5607L10.0303 16.7803C9.73744 17.0732 9.26256 17.0732 8.96967 16.7803C8.67678 16.4874 8.67678 16.0126 8.96967 15.7197L11.4697 13.2197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloudSimpleUpload;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA8tC,EAA9tC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6lCAA6lC,KAAK,eAAc,CAAI,GAGxtC",
  "debugId": "EDC951E07CCC522964756E2164756E21",
  "names": []
}