UNPKG

@carbon/icons-react

Version:

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

40 lines (38 loc) 2.2 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:PartlyCloudy.js const PartlyCloudy = react.default.forwardRef(function PartlyCloudy({ 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: "M27 15H31V17H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.086 5.794H27.329V7.794H23.086z", transform: "rotate(-45 25.207 6.794)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 1H17V5H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.672 24.208H8.915V26.208H4.672z", transform: "rotate(-45 6.793 25.208)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.793 4.672H7.793V8.915H5.793z", transform: "rotate(-45 6.793 6.794)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1 15H5V17H1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.7939,20.3418a6.9617,6.9617,0,0,0-1.8681-3.2671A8.485,8.485,0,0,0,25,16a9,9,0,1,0-14.585,7.0332A4.9771,4.9771,0,0,0,15,30H25a4.9947,4.9947,0,0,0,1.7939-9.6582ZM9,16a6.9955,6.9955,0,0,1,13.9849-.2969A6.8883,6.8883,0,0,0,20,15a7.04,7.04,0,0,0-6.7944,5.3418A4.986,4.986,0,0,0,11.5618,21.39,6.9675,6.9675,0,0,1,9,16ZM25,28H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,28Z" }), children); }); if (process.env.NODE_ENV !== "production") PartlyCloudy.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = PartlyCloudy;