{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageCloud/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 IconPageCloud: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"page-cloud\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.75C4 3.67893 5.67893 2 7.75 2H16.25C18.3211 2 20 3.67893 20 5.75V14.5762C19.0492 13.6057 17.7211 13 16.25 13C13.3505 13 11 15.3505 11 18.25C11 19.719 11.6034 21.0471 12.5758 22H7.75C5.67893 22 4 20.3211 4 18.25V5.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.25 14.5C14.1789 14.5 12.5 16.1789 12.5 18.25C12.5 20.3211 14.1789 22 16.25 22H19C20.6569 22 22 20.6569 22 19C22 17.4301 20.7941 16.1419 19.2581 16.011C18.5757 15.0953 17.4833 14.5 16.25 14.5ZM14 18.25C14 17.0074 15.0074 16 16.25 16C17.0839 16 17.8118 16.4528 18.2013 17.1292C18.344 17.3769 18.6151 17.522 18.9003 17.5033C18.9332 17.5011 18.9665 17.5 19 17.5C19.8284 17.5 20.5 18.1716 20.5 19C20.5 19.8284 19.8284 20.5 19 20.5H16.25C15.0074 20.5 14 19.4926 14 18.25Z\" fill=\"currentColor\"/><path d=\"M13.25 18.25C13.25 19.9069 14.5931 21.25 16.25 21.25H19C20.2426 21.25 21.25 20.2426 21.25 19C21.25 17.7574 20.2426 16.75 19 16.75C18.9501 16.75 18.9004 16.7516 18.8512 16.7549C18.3334 15.8558 17.3631 15.25 16.25 15.25C14.5931 15.25 13.25 16.5931 13.25 18.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageCloud;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAqpC,EAArpC,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gOAAgO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wdAAwd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qQAAqQ,KAAK,eAAc,CAAI,GAG/oC",
  "debugId": "6A5C98C8FA64FE7264756E2164756E21",
  "names": []
}