{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloudSimpleDownload/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 IconCloudSimpleDownload: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloud-simple-download\"><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 12ZM12 13C12.4142 13 12.75 13.3358 12.75 13.75V18.1893L13.9697 16.9697C14.2626 16.6768 14.7374 16.6768 15.0303 16.9697C15.3232 17.2626 15.3232 17.7374 15.0303 18.0303L12.5303 20.5303C12.2374 20.8232 11.7626 20.8232 11.4697 20.5303L8.96967 18.0303C8.67678 17.7374 8.67678 17.2626 8.96967 16.9697C9.26256 16.6768 9.73744 16.6768 10.0303 16.9697L11.25 18.1893V13.75C11.25 13.3358 11.5858 13 12 13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloudSimpleDownload;\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,EAA0D,CAAC,IAAU,CAChF,OAAO,gBAAkwC,EAAlwC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+nCAA+nC,KAAK,eAAc,CAAI,GAG5vC",
  "debugId": "5E7A4475C4FEEABA64756E2164756E21",
  "names": []
}