{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloud2/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 IconCloud2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloud-2\"><path d=\"M9.9502 3.60986C11.6659 3.60993 13.2067 4.34835 14.2793 5.51904C14.6181 5.44382 14.9701 5.40384 15.3311 5.40381C18.0096 5.40381 20.1816 7.57581 20.1816 10.2544C20.1816 10.4075 20.1713 10.5585 20.1572 10.7075C21.8334 11.4707 23 13.1592 23 15.1226C22.9999 17.7173 20.9624 19.8362 18.3994 19.9663L18.3887 19.9673H18.3789L18.168 19.9722H6.875C3.63033 19.9722 1 17.3418 1 14.0972C1.00008 11.8533 2.25827 9.90562 4.10449 8.9165C4.39039 5.93864 6.89708 3.60986 9.9502 3.60986Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloud2;\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,gBAAuiB,EAAviB,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,wdAAwd,KAAK,eAAc,CAAI,GAGjiB",
  "debugId": "FFE15FC3CAB47F7B64756E2164756E21",
  "names": []
}