UNPKG

@carbon/icons-react

Version:

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

44 lines (42 loc) 1.68 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:IbmEngineeringSystemsDesignRhapsodySn2.js const IbmEngineeringSystemsDesignRhapsodySn2 = React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2({ 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", { strokeWidth: "0", d: "M19 24H21V26H19z" }), /* @__PURE__ */ jsx("path", { strokeWidth: "0", d: "m17,21h12c1.1046,0,2,.8954,2,2v4c0,1.1046-.8954,2-2,2h-12c-1.1046,0-2-.8954-2-2v-4c0-1.1046.8954-2,2-2Zm12,6v-4h-12v4h12Z" }), /* @__PURE__ */ jsx("path", { strokeWidth: "0", d: "m12,27h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z" }), /* @__PURE__ */ jsx("path", { strokeWidth: "0", d: "m27,18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v7h2Z" }), /* @__PURE__ */ jsx("path", { strokeWidth: "0", d: "m10,8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34,5h2.18l-2.33-5h.33c1.1046,0,2-.8954,2-2ZM4,4h4v4h-4V4Z" }), children); }); if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes; //#endregion export { IbmEngineeringSystemsDesignRhapsodySn2 as default };