@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
44 lines (41 loc) • 1.64 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 CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps({
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: "M28 18H30V28H28z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M24 14H26V28H24z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M20 22H22V28H20z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M22.175,10,23.76,8.7339A9.9522,9.9522,0,0,0,17.89,5.1816,10.0025,10.0025,0,0,0,6.17,13.1152,7.5054,7.5054,0,0,0,.0544,21.4087,7.6843,7.6843,0,0,0,7.7692,28H16V26H7.6945a5.632,5.632,0,0,1-5.6023-4.4858,5.5064,5.5064,0,0,1,4.4339-6.4307l1.3486-.2441.2139-1.11a8.206,8.206,0,0,1,6.7426-6.6426,7.9666,7.9666,0,0,1,3.0137.13A7.8037,7.8037,0,0,1,22.175,10Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CloudDataOps.propTypes = iconPropTypes;
}
export { CloudDataOps as default };