@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
38 lines (35 loc) • 2.85 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const IbmWebmethodsHybridIntegration = /*#__PURE__*/React.forwardRef(function IbmWebmethodsHybridIntegration({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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: "M8.6819,30.0851c-1.7046,0-3.4092-.6489-4.707-1.9468-1.2607-1.2725-1.9531-2.9429-1.9531-4.707s.6924-3.4355,1.9497-4.7041l5.2334-5.2329,1.4141,1.4141-5.23,5.23c-.8804.8887-1.3672,2.0591-1.3672,3.293s.4868,2.4043,1.3706,3.2964c1.811,1.8115,4.7656,1.812,6.5825-.0034l1.3301-1.3301,1.4141,1.4141-1.3301,1.3301c-1.2979,1.2979-3.0024,1.9468-4.707,1.9468ZM6.7171,13.3697l-1.3301-1.3301c-1.8154-1.8159-1.8154-4.77-.0034-6.5825.8921-.8838,2.063-1.3706,3.2964-1.3706s2.4043.4868,3.293,1.3672l7.3403,7.3398,1.4141-1.4141-7.3433-7.3433c-1.2686-1.2573-2.9395-1.9497-4.7041-1.9497s-3.4346.6924-4.707,1.9531c-1.2578,1.2578-1.9502,2.9292-1.9502,4.707s.6924,3.4492,1.9502,4.707l1.3301,1.3301,1.4141-1.4141ZM28.0823,13.4449c1.2573-1.2686,1.9497-2.9395,1.9497-4.7041s-.6924-3.4346-1.9531-4.707c-2.5957-2.5957-6.8184-2.5957-9.4141,0l-1.3301,1.3301,1.4141,1.4141,1.3301-1.3301c1.8154-1.8164,4.77-1.8159,6.5825-.0034.8838.8921,1.3706,2.063,1.3706,3.2964s-.4868,2.4043-1.3672,3.293l-5.21,5.2104,1.4141,1.4141,5.2134-5.2134ZM28.072,28.1339c1.2578-1.2578,1.9502-2.9292,1.9502-4.707s-.6924-3.4492-1.9502-4.707l-1.3301-1.3301-1.4141,1.4141,1.3301,1.3301c1.8154,1.8159,1.8154,4.77.0034,6.5825-.8921.8838-2.0625,1.3701-3.2964,1.3701s-2.4043-.4868-3.293-1.3667l-7.3398-7.3403-1.4141,1.4141,7.3433,7.3438c1.269,1.2568,2.9395,1.9492,4.7036,1.9492s3.4351-.6924,4.707-1.9526ZM22.0227,20.0866c-.1779,0-.3472.0306-.5115.0743l-2.7884-2.7885c.1867-.391.2999-.8236.2999-1.2859,0-1.6569-1.3431-3-3-3-.4622,0-.8948.1132-1.2858.2999l-2.7885-2.7885c.0436-.1642.0743-.3336.0743-.5115,0-1.1046-.8954-2-2-2s-2,.8954-2,2,.8954,2,2,2c.178,0,.3474-.0308.5117-.0743l2.7883,2.7883c-.1868.3911-.3.8237-.3,1.286,0,1.6569,1.3431,3,3,3,.4623,0,.895-.1133,1.2861-.3l2.7883,2.7883c-.0436.1643-.0744.3336-.0744.5117,0,1.1046.8954,2,2,2s2-.8954,2-2-.8954-2-2-2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWebmethodsHybridIntegration.propTypes = iconPropTypes;
}
export { IbmWebmethodsHybridIntegration as default };