UNPKG

@carbon/icons-react

Version:

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

55 lines (51 loc) 2.26 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; const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy({ 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: "M27 15H31V17H27z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M23.086 5.794H27.329V7.794H23.086z", transform: "rotate(-45 25.207 6.794)" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M15 1H17V5H15z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M4.672 24.208H8.915V26.208H4.672z", transform: "rotate(-45 6.793 25.208)" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M5.793 4.672H7.793V8.915H5.793z", transform: "rotate(-45 6.793 6.794)" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M1 15H5V17H1z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("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 = iconPropTypes.iconPropTypes; } module.exports = PartlyCloudy;