UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

40 lines (36 loc) 2.49 kB
/** * 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; const IbmWebmethodsIntegration = /*#__PURE__*/React.forwardRef(function IbmWebmethodsIntegration({ 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: "M8.0002,5.9999h.0001v1h-1.0001c-1.103,0-2,.897-2,2.0001s.897,2,2,2h4v2h-4c-2.2056,0-4-1.7939-4-4,0-1.8912,1.323-3.4712,3.0896-3.8858.4207-2.3343,2.4569-4.1142,4.9104-4.1142s4.4897,1.7799,4.9104,4.1142c1.7666.4146,3.0896,1.9946,3.0896,3.8858,0,.0025-.0007.0048-.0007.0073h-2c0-.0025.0007-.0048.0007-.0073,0-1.103-.897-2-2-2h0s-.9999,0-.9999,0v-.9999h-.0001c0-1.6543-1.3457-3-3-3s-3,1.3456-3,2.9999ZM15,25.1843v-3.1843h2v3.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,28c0,.5513.4482,1,1,1s1-.4487,1-1-.4482-1-1-1-1,.4487-1,1ZM29,22c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.2046.0212-.4043.0603-.5975l-2.5847-1.5509,1.0001-1.7324,2.6271,1.5762c.5186-.4278,1.174-.6954,1.8972-.6954,1.6543,0,3,1.3457,3,3ZM27,22c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM29,10c0,1.6543-1.3457,3-3,3-.7233,0-1.3787-.2676-1.8972-.6954l-2.5786,1.5471-1.0002-1.7323,2.5364-1.5219c-.0391-.1932-.0603-.3929-.0603-.5975,0-1.6543,1.3457-3,3-3s3,1.3457,3,3ZM27,10c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM8.9397,21.4025c.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.5668-1.54,1.0001,1.7324-2.5244,1.5147ZM7,22c0-.5513-.4482-1-1-1s-1,.4487-1,1,.4482,1,1,1,1-.4487,1-1ZM20,16c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4,1.7939,4,4,4,4-1.7939,4-4ZM18,16c0,1.1025-.8975,2-2,2s-2-.8975-2-2,.8975-2,2-2,2,.897,2,2Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmWebmethodsIntegration.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmWebmethodsIntegration;