UNPKG

@carbon/icons-react

Version:

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

46 lines (42 loc) 1.82 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; const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects({ 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: "m30,18h-10v6.4678c0,1.9229,1.1231,3.6973,2.8613,4.5195l2.1387,1.0127,2.1387-1.0127c1.7383-.8223,2.8613-2.5967,2.8613-4.5195v-6.4678h0Zm-5,9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0,1.1533-.6738,2.2178-1.7168,2.7109l-1.2832.6074h0Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "m17,18H5c-1.1045,0-2,.8954-2,2v5c0,1.1045.8955,2,2,2h12v-2H5v-5h12v-2h0Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "m27,4h-5c-1.1045,0-2,.8954-2,2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "m15,4H5c-1.1045,0-2,.8954-2,2v7c0,1.1045.8955,2,2,2h10c1.1045,0,2-.8955,2-2v-7c0-1.1046-.8955-2-2-2h0ZM5,13v-7h10v7H5Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmCloudProjects.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmCloudProjects;