@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.95 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.
*/
;
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;
const IbmWebmethodsB2bIntegration = /*#__PURE__*/React.forwardRef(function IbmWebmethodsB2bIntegration({
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: "M14.0014,22.9965l3.999,3.999-3.999,4-1.4141-1.4141,1.5853-1.5859h-4.1722c-.3715,0-.6823-.2112-.8547-.5116l-4.0134-6.9923,1.7363-.9922,3.712,6.4961h3.5917l-1.585-1.585,1.4141-1.4141ZM28,13c-.1606,0-.3149.023-.4688.0473l-4.6528-8.5303c-.1748-.3213-.5117-.5215-.8779-.5215h-4.1694l1.5845-1.585-1.4141-1.4141-3.998,3.999,3.998,3.999,1.4141-1.4141-1.5845-1.585h3.5757l4.3687,8.0084c-.4769.5311-.7754,1.2261-.7754,1.9961,0,.7684.2974,1.4618.7725,1.9926l-3.772,6.915L10.8784,4.517c-.1748-.3213-.5117-.5215-.8779-.5215s-.7021.2002-.8779.5215l-3.85,7.0571,1.7323,1.0002,2.9956-5.4909,11.1221,20.3906c.1748.3213.5117.5215.8779.5215s.7031-.2002.8779-.5215l4.6482-8.5217c.1552.0248.3113.0477.4734.0477,1.6569,0,3-1.3431,3-3s-1.3431-3-3-3ZM7.0004,15.9955c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3,3-1.3457,3-3ZM5.0004,15.9955c0,.5518-.4482,1-1,1s-1-.4482-1-1,.4482-1,1-1,1,.4482,1,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWebmethodsB2bIntegration.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmWebmethodsB2bIntegration;