@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
62 lines (58 loc) • 2.5 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.
*/
'use strict';
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _circle, _circle2, _circle3, _circle4, _path3, _path4;
const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M23 26H25V30H23z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("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"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "20",
r: "1"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "23",
cy: "12",
r: "1"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "5",
r: "1"
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
cx: "16",
cy: "16",
r: "2"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("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"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("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-12zM16 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 = iconPropTypes.iconPropTypes;
}
module.exports = IbmPowerVsPrivateCloud;