UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 2.27 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 IbmWebmethodsDeveloperPortal = /*#__PURE__*/React.forwardRef(function IbmWebmethodsDeveloperPortal({ 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: "M16,2c-2.7534,0-5.4114.8007-7.6982,2.3095-.3953-.1923-.8333-.3095-1.3018-.3095-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4753,0,.9189-.1211,1.3187-.3188l-.0258.0259,2.1211,2.1211,1.4141-1.4141-2.1211-2.1211-.0259.0259c.1976-.3999.3188-.8435.3188-1.3188,0-.4374-.099-.8503-.2681-1.2254,1.884-1.1577,4.0381-1.7746,6.2681-1.7746,6.6167,0,12,5.3833,12,12,0,1.4888-.2673,2.9234-.7893,4.2831l1.7365,1.0026c.6807-1.6712,1.0529-3.4705,1.0529-5.2857,0-7.7197-6.2803-14-14-14ZM7,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM25,22c-.4753,0-.9189.1211-1.3187.3188l.0258-.0259-2.1211-2.1211-1.4141,1.4141,2.1211,2.1211.0259-.0259c-.1976.3999-.3188.8435-.3188,1.3188,0,.44.1006.8549.2715,1.2318l-.0002-.0003c-1.8837,1.1587-4.0332,1.7686-6.2712,1.7686-6.6167,0-12-5.3833-12-12,0-1.5707.3259-3.1267.9194-4.5695l-1.7384-1.0037c-.7601,1.7513-1.181,3.6523-1.181,5.5731,0,7.7197,6.2803,14,14,14,2.762,0,5.405-.8042,7.6918-2.313v-.0002c.3969.1943.837.3132,1.3082.3132,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM25,26c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM16,21c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5ZM16,13c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmWebmethodsDeveloperPortal.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmWebmethodsDeveloperPortal;