@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
66 lines (62 loc) • 2.47 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, _circle5, _path3, _path4;
const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs({
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: "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"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("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"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "23",
cy: "27",
r: "1"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "20",
r: "1"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "23",
cy: "12",
r: "1"
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
cx: "16",
cy: "16",
r: "2"
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "5",
r: "1"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("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"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("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 = iconPropTypes.iconPropTypes;
}
module.exports = IbmPowerVs;