UNPKG

@carbon/icons-react

Version:

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

31 lines (29 loc) 1.83 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. */ const require_chunk = require('./chunk-CsKB0u1v.js'); const require_Icon_js = require('./Icon.js'); const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js'); let react = require("react"); react = require_chunk.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:IbmCloudProjects.js const IbmCloudProjects = react.default.forwardRef(function IbmCloudProjects({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon_js, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,18H5c-1.1045,0-2,.8954-2,2v5c0,1.1045.8955,2,2,2h12v-2H5v-5h12v-2h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27,4h-5c-1.1045,0-2,.8954-2,2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("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 = require_iconPropTypes.iconPropTypes; //#endregion module.exports = IbmCloudProjects;