@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 2.01 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 Orchestrate = /*#__PURE__*/React.forwardRef(function Orchestrate({
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,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Orchestrate.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = Orchestrate;