UNPKG

@carbon/icons-react

Version:

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

56 lines (52 loc) 2.68 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, _circle, _circle2, _circle3; const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt({ 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", { strokeWidth: "0", d: "m31.3242,11.2612c-2.5444-2.103-5.7671-3.2612-9.0737-3.2612h-.2505v2h.2505c2.6079,0,5.1543.8374,7.2456,2.3716-1.3672,3.3955-4.1621,5.9414-7.5483,7.0366.0347-.4028.0522-.8096.0522-1.2197,0-7.8237-6.3647-14.1885-14.1885-14.1885-.9282,0-1.8555.0903-2.7563.2681l-.6572.1299-.1299.6572c-.1777.9009-.2681,1.8281-.2681,2.7563,0,4.1244,1.7795,7.8315,4.5983,10.4264-.3759,1.2767-.5992,2.6185-.5992,4.0165l.001.0009c.0011,3.3049,1.159,6.5258,3.261,9.069l.4385.5303.6523-.2202c4.6675-1.5752,8.0962-5.4111,9.2368-10.0454,4.6343-1.1406,8.4702-4.5693,10.0454-9.2368l.2202-.6523-.5303-.4385ZM12.3716,29.4961c-1.5342-2.0913-2.3716-4.6377-2.3716-7.2456h-.0006c.0003-.9115.1136-1.7958.304-2.6512,2.2567,1.5145,4.9689,2.4008,7.8851,2.4008.4102,0,.8169-.0176,1.2197-.0522-1.0952,3.3862-3.6411,6.1812-7.0366,7.5483Zm7.5112-9.6133c-.5557.0771-1.1211.1172-1.6943.1172-2.7159,0-5.2186-.9039-7.2472-2.4116.8616-2.0793,2.2642-3.881,4.0479-5.204l-1.28-1.53c-1.8557,1.3905-3.3427,3.2305-4.3404,5.3458-2.0815-2.1875-3.3687-5.1378-3.3687-8.3887,0-.5684.0391-1.1357.1167-1.6948.5591-.0776,1.1265-.1167,1.6948-.1167,6.7207,0,12.1885,5.4678,12.1885,12.1885,0,.5732-.04,1.1387-.1172,1.6943Z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "20", cy: "2", r: "2", strokeWidth: "0" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "27", cy: "26", r: "2", strokeWidth: "0" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "2", cy: "20", r: "2", strokeWidth: "0" })), children); }); if (process.env.NODE_ENV !== "production") { IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmEngineeringWorkflowMgmt;