@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 2.63 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 IbmWebmethodsApiGateway = /*#__PURE__*/React.forwardRef(function IbmWebmethodsApiGateway({
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: "M26.9956,12.9956c-.2544,0-.4976.0415-.7335.1013l-2.8722-4.3083c.3752-.501.6057-1.116.6057-1.7886,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.2535,0,.4958-.041.7311-.1006l2.873,4.3096c-.178.238-.3182.5017-.4198.7866h-2.1799v2h2.1799c.1022.2866.2435.5513.4229.7903l-2.8761,4.3147c-.2352-.0596-.4775-.1006-.7311-.1006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.6729-.2305-1.2876-.6057-1.7886l2.8768-4.3157c.2346.0591.4762.0999.7289.0999,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM20.9956,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM20.9956,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM26.9956,16.9956c-.5436,0-.9833-.4375-.9956-.9783v-.0435c.0123-.5408.452-.9783.9956-.9783.5513,0,1,.4487,1,1s-.4487,1-1,1ZM10.9956,22c-.2535,0-.4958.041-.7311.1006l-2.8761-4.3147c.1793-.239.3208-.5037.4229-.7903h2.1887v-2h-2.1887c-.1016-.2849-.2418-.5486-.4198-.7866l2.873-4.3096c.2352.0596.4775.1006.7311.1006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.6726.2305,1.2876.6057,1.7886l-2.8722,4.3083c-.2361-.0598-.4791-.1013-.7335-.1013-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.2527,0,.4943-.0408.7289-.0999l2.8768,4.3157c-.3752.501-.6057,1.1157-.6057,1.7886,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM10.9956,6c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM4.9956,16.9956c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM10.9956,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM16,19.9956c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4ZM16,13.9956c-1.103,0-2,.897-2,2s.897,2,2,2,2-.897,2-2-.897-2-2-2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWebmethodsApiGateway.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmWebmethodsApiGateway;