You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							59 lines
						
					
					
						
							2.6 KiB
						
					
					
				
			
		
		
	
	
							59 lines
						
					
					
						
							2.6 KiB
						
					
					
				/**
 | 
						|
 * Copyright IBM Corp. 2016, 2021
 | 
						|
 *
 | 
						|
 * 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 iconPropTypes = require('./iconPropTypes-bd86aa8e.js');
 | 
						|
var React = require('react');
 | 
						|
require('@carbon/icon-helpers');
 | 
						|
require('prop-types');
 | 
						|
 | 
						|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
 | 
						|
 | 
						|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
 | 
						|
 | 
						|
var _path, _path2, _path3, _path4, _path5, _path6;
 | 
						|
 | 
						|
var _excluded = ["children", "size"];
 | 
						|
var PartlyCloudy = /*#__PURE__*/React__default["default"].forwardRef(function PartlyCloudy(_ref, ref) {
 | 
						|
  var children = _ref.children,
 | 
						|
      _ref$size = _ref.size,
 | 
						|
      size = _ref$size === void 0 ? 16 : _ref$size,
 | 
						|
      rest = iconPropTypes._objectWithoutProperties(_ref, _excluded);
 | 
						|
 | 
						|
  return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, iconPropTypes._objectSpread2({
 | 
						|
    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__default["default"].createElement("path", {
 | 
						|
    d: "M27 15H31V17H27z"
 | 
						|
  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M23.086 5.794H27.329V7.794H23.086z",
 | 
						|
    transform: "rotate(-45 25.207 6.794)"
 | 
						|
  })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M15 1H17V5H15z"
 | 
						|
  })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M4.672 24.208H8.915V26.208H4.672z",
 | 
						|
    transform: "rotate(-45 6.793 25.208)"
 | 
						|
  })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M5.793 4.672H7.793V8.915H5.793z",
 | 
						|
    transform: "rotate(-45 6.793 6.794)"
 | 
						|
  })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
 | 
						|
  })), children);
 | 
						|
});
 | 
						|
 | 
						|
if (process.env.NODE_ENV !== "production") {
 | 
						|
  PartlyCloudy.propTypes = iconPropTypes.iconPropTypes;
 | 
						|
}
 | 
						|
 | 
						|
module.exports = PartlyCloudy;
 |