UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

29 lines (27 loc) 1.78 kB
/** * 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 Icon from "./Icon.js"; import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js"; import React from "react"; import { jsx } from "react/jsx-runtime"; //#region virtual:IbmCloudHpc.js const IbmCloudHpc = React.forwardRef(function IbmCloudHpc({ children, size = 16, ...rest }, ref) { return React.createElement(Icon, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ jsx("path", { d: "M22 13H24V15H22z" }), /* @__PURE__ */ jsx("path", { d: "M26 13H28V15H26z" }), /* @__PURE__ */ jsx("path", { d: "M30 13H32V15H30z" }), /* @__PURE__ */ jsx("path", { d: "M30 17H32V19H30z" }), /* @__PURE__ */ jsx("path", { d: "M15 20H17V22H15z" }), /* @__PURE__ */ jsx("path", { d: "M20 28H22V30H20z" }), /* @__PURE__ */ jsx("path", { d: "M24 28H26V30H24z" }), /* @__PURE__ */ jsx("path", { d: "m19,26h9v-9h-9v9Zm2-7h5v5h-5v-5Z" }), /* @__PURE__ */ jsx("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; //#endregion export { IbmCloudHpc as default };