@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
51 lines (49 loc) • 2.32 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:IbmPowerVs.js
const IbmPowerVs = react.default.forwardRef(function IbmPowerVs({ 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: "M16,25c-2,0-4-0.7-5.6-2l1.3-1.6c1.3,1,2.8,1.5,4.4,1.5c3.9,0,7-3.1,7-7c0-0.3,0-0.7-0.1-1l2-0.3C25,15.1,25,15.6,25,16 C25,21,21,25,16,25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.1,17.3C7,16.9,7,16.4,7,16c0-5,4-9,9-9c2,0,4,0.7,5.6,2l-1.3,1.6C19.1,9.5,17.6,9,16,9c-3.9,0-7,3.1-7,7 c0,0.3,0,0.7,0.1,1L7.1,17.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "23",
cy: "27",
r: "1"
}), /* @__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: "16",
cy: "16",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "9",
cy: "5",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16c0-3.7,1.5-7.3,4.1-9.9l1.4,1.4C5.2,9.8,4,12.8,4,16c0,6.6,5.4,12,12,12c1.4,0,2.8-0.2,4.1-0.7 l0.7,1.9C19.3,29.7,17.6,30,16,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9,25.9l-1.4-1.4c2.3-2.3,3.5-5.3,3.5-8.5c0-6.6-5.4-12-12-12c-1.4,0-2.8,0.2-4.1,0.7l-0.7-1.9C12.7,2.3,14.4,2,16,2 c7.7,0,14,6.3,14,14C30,19.7,28.5,23.3,25.9,25.9z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmPowerVs.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmPowerVs;