@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 2.53 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 IbmWebmethodsIntegrationServer = /*#__PURE__*/React.forwardRef(function IbmWebmethodsIntegrationServer({
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: "M13,28c0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3019-.8385-2.4016-2-2.8157v-3.1843h-2v3.1843c-1.1615.4141-2,1.5138-2,2.8157ZM16,27c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,6.8157v3.1843h2v-3.1843c1.1615-.4141,2-1.5137,2-2.8157,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3019.8385,2.4016,2,2.8157ZM15,4c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1ZM26,19c-.7233,0-1.3787.2676-1.8972.6954l-2.6271-1.5762-1.0001,1.7324,2.5847,1.5509c-.0391.1932-.0603.3929-.0603.5975,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM26,23c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM26,7c-1.6543,0-3,1.3457-3,3,0,.2046.0212.4043.0603.5975l-2.5364,1.5219,1.0002,1.7323,2.5786-1.5471c.5186.4278,1.174.6954,1.8972.6954,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM26,11c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM11.4762,12.1195l-2.5365-1.522c.0391-.1932.0603-.3929.0603-.5975,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.7233,0,1.3787-.2676,1.8972-.6954l2.5789,1.5473,1.0001-1.7324ZM6,11c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM11.4641,19.8878l-1.0001-1.7324-2.5668,1.54c-.5186-.4278-1.174-.6954-1.8972-.6954-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.2046-.0212-.4043-.0603-.5975l2.5244-1.5147ZM6,23c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1ZM16,20c-2.2061,0-4-1.7939-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4ZM16,14c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.8975,2-2-.8975-2-2-2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWebmethodsIntegrationServer.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmWebmethodsIntegrationServer;