UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

37 lines (36 loc) 1.73 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs"); const require_Icon_js = require("../Icon.js"); let react = require("react"); react = require_rolldown_runtime.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:cloud/index.js /** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const Cloud = /*#__PURE__*/ react.default.forwardRef(function Cloud({ children, ...rest }, ref) { return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,27.36H10c-5.161,0-9.36-4.199-9.36-9.36 S4.839,8.64,10,8.64c0.483,0,0.984,0.042,1.493,0.125C13.092,6.776,15.452,5.64,18,5.64c4.278,0,7.804,3.152,8.298,7.372 C29.29,13.996,31.36,16.834,31.36,20C31.36,24.059,28.059,27.36,24,27.36z M10,9.36c-4.764,0-8.64,3.876-8.64,8.64 s3.876,8.64,8.64,8.64h14c3.661,0,6.64-2.979,6.64-6.64c0-2.929-1.964-5.548-4.776-6.369c-0.143-0.042-0.245-0.166-0.258-0.314 C25.253,9.351,21.983,6.36,18,6.36c-2.395,0-4.608,1.099-6.071,3.016c-0.083,0.108-0.219,0.16-0.352,0.136 C11.03,9.41,10.514,9.36,10,9.36z" }), children] }); }); //#endregion module.exports = Cloud;