@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.8 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 IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets({
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: "M21.5,18c-1.2,0-2.2-.6-2.8-1.6l-3.8-6.4c-.7-1.2-2-2-3.5-2h-2.5v-2h2.5c2.1,0,4.1,1.1,5.2,3l3.8,6.4c.3.5.8.6,1,.6h0c.2,0,.7,0,1-.6l3.7-6.4,1.7,1-3.7,6.4c-.6,1-1.6,1.6-2.8,1.6,0,0,.2,0,.2,0ZM10.6,27l-1.2-2.2c-.6-1-.6-2.1,0-3.1l4.2-7.4c.5-.9.5-2,0-2.9s-1.5-1.4-2.5-1.4h-7.1v2h7.1c.5,0,.7.3.8.4s.2.5,0,.9l-4.2,7.4c-.9,1.6-.9,3.5,0,5.1l1.2,2.2,1.7-1ZM16.6,29l-2.9-5c-.2-.4-.2-.9,0-1.3s.6-.7,1.1-.7h7.3c2.1,0,4.1-1.2,5.2-3l1.1-2-1.7-1-1.1,2c-.7,1.3-2,2-3.4,2h-7.3c-1.2,0-2.3.6-2.9,1.7-.6,1-.6,2.3,0,3.3l2.9,5s1.7-1,1.7-1ZM30.5,21.5l.3-.5-1.7-1-.3.5c-1.3,2.2-3.6,3.5-6.1,3.5h-4.7v2h4.7c3.2,0,6.2-1.7,7.8-4.5ZM22,10l-2-3.5c-1.6-2.8-4.6-4.5-7.8-4.5h-1.1v2h1.1c2.5,0,4.8,1.3,6.1,3.5l2,3.5,1.7-1ZM6.2,27l-.2-.4c-1.3-2.2-1.3-4.9,0-7l2.1-3.6-1.7-1-2.1,3.6c-1.6,2.8-1.6,6.2,0,9l.2.4s1.7-1,1.7-1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmStreamsets.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmStreamsets;