UNPKG

@carbon/icons-react

Version:

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

71 lines (67 loc) 2.71 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. */ 'use strict'; 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, _path7, _path8, _path9, _path0, _path1; const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1({ 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", { strokeWidth: "0", d: "m13,27h-3c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h3v2Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "m25,27h-4c-1.1025,0-2-.8975-2-2v-4c0-1.1025.8975-2,2-2h4c1.1025,0,2,.8975,2,2v4c0,1.1025-.8975,2-2,2Zm-4-6h-.002l.002,4h4v-4h-4Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M25 15H27V17H25z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M29 19H31V21H29z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M29 23H31V25H29z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M15 21H17V23H15z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M15 25H17V27H15z" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M15 29H17V31H15z" })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M19 29H21V31H19z" })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "m27,13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v2h2Z" })), _path1 || (_path1 = /*#__PURE__*/React.createElement("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") { IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmEngineeringSystemsDesignRhapsodySn1;