@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
47 lines (45 loc) • 2.46 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:IbmPowerVsPrivateCloud.js
const IbmPowerVsPrivateCloud = react.default.forwardRef(function IbmPowerVsPrivateCloud({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26H25V30H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,21.5859l-3.293-3.293c-.1953-.1953-.4512-.293-.707-.293s-.5117.0977-.707.293l-5,5c-.1875.1875-.293.4414-.293.707v6h2v-5.5859l4-4,4,4v5.5859h2v-10h-2v1.5859Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "9",
cy: "20",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "23",
cy: "12",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "9",
cy: "5",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "16",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,16c0-3.8598,3.1402-7,7-7,1.7023,0,3.2635.6121,4.4783,1.6261l1.2822-1.5386c-1.561-1.3023-3.5685-2.0875-5.7604-2.0875-4.9706,0-9,4.0294-9,9,0,.5231.0541,1.0327.1398,1.5313l1.9693-.3404c-.0669-.3879-.1091-.7842-.1091-1.1909Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,16c0-3.3084,1.3457-6.3084,3.5186-8.4813l-1.4182-1.4182c-2.5335,2.5335-4.1005,6.0334-4.1005,9.8994,0,7.732,6.268,14,14,14v-2c-6.6168,0-12-5.3832-12-12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,4c6.6168,0,12,5.3832,12,12h2c0-7.732-6.268-14-14-14-1.6813,0-3.2861.3116-4.7795.855l.6837,1.8803c1.2804-.4672,2.6558-.7353,4.0959-.7353Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmPowerVsPrivateCloud.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmPowerVsPrivateCloud;