@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
44 lines (41 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _path4;
const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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,28v-6.1699l2.5898,2.5801,1.4102-1.4102-5-5-5,5,1.4102,1.4102,2.5898-2.5801v6.1699c0,1.1025,.8972,2,2,2h9v-2H8Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M25,17c-2.8506,0-5,1.29-5,3v7c0,1.71,2.1494,3,5,3s5-1.29,5-3v-7c0-1.71-2.1494-3-5-3Zm0,2c1.936,0,3,.751,3,1s-1.064,1-3,1-3-.751-3-1,1.064-1,3-1Zm0,9c-1.936,0-3-.751-3-1v-4.5796c.8264,.3623,1.8508,.5796,3,.5796s2.1736-.2173,3-.5796v4.5796c0,.249-1.064,1-3,1Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M28.5898,7.5898l-2.5898,2.5801V4c0-1.1025-.8972-2-2-2H15v2h9v6.1699l-2.5898-2.5801-1.4102,1.4102,5,5,5-5-1.4102-1.4102Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M7,15c2.8506,0,5-1.29,5-3V5c0-1.71-2.1494-3-5-3S2,3.29,2,5v7c0,1.71,2.1494,3,5,3Zm0-11c1.936,0,3,.751,3,1s-1.064,1-3,1-3-.751-3-1,1.064-1,3-1Zm-3,3.4204c.8264,.3623,1.8508,.5796,3,.5796s2.1736-.2173,3-.5796v4.5796c0,.249-1.064,1-3,1s-3-.751-3-1V7.4204Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Db2DataSharingGroup.propTypes = iconPropTypes;
}
export { Db2DataSharingGroup as default };