@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
54 lines (51 loc) • 2.24 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, _path5, _path6, _path7, _path8, _path9;
const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc({
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: "M22 13H24V15H22z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M26 13H28V15H26z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M30 13H32V15H30z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M30 17H32V19H30z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M15 20H17V22H15z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M20 28H22V30H20z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M24 28H26V30H24z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "m19,26h9v-9h-9v9Zm2-7h5v5h-5v-5Z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "m16,3v.0005c-.002,0-.004-.0003-.006-.0003-4.7007.0032-8.9033,3.3306-9.8242,8.1152C2.6037,11.7607.0078,14.8598,0,18.4815c-.0089,4.1434,3.345,7.5096,7.4911,7.5185h9.5089v-2H7.4954c-3.0367-.0065-5.502-2.4802-5.4954-5.5142.0057-2.6569,1.9092-4.9289,4.5259-5.4023l1.3488-.2441.2591-1.3459c.7241-3.7623,4.0386-6.4933,7.8662-6.4935h0c3.7363,0,6.9395,2.5367,7.79,6.169l1.9473-.4561c-1.0635-4.541-5.0674-7.7129-9.7373-7.7129Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmCloudHpc.propTypes = iconPropTypes;
}
export { IbmCloudHpc as default };