@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
50 lines (46 loc) • 2 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, _path2, _path3, _path4, _path5, _path6;
const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning({
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: "M10 17H14V21H10z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M17 10H21V14H17z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M17 17H21V21H17z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M19.758,26.65L16,28.842L5,22.426V18H3v5c0,0.355,0.189,0.685,0.496,0.864l12,7C15.652,30.955,15.826,31,16,31 s0.348-0.045,0.504-0.136l4.282-2.498L19.758,26.65z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M28.504,8.136l-4.269-2.49l-1.029,1.715L27,9.574v12.852l-3.787,2.209l1.029,1.715l4.262-2.486 C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M5,9.574l11-6.417l3.751,2.188L20.78,3.63l-4.276-2.494C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v5h2V9.574z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmZCloudProvisioning.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmZCloudProvisioning;