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.
		
		
		
		
		
			
		
			
				
					55 lines
				
				2.6 KiB
			
		
		
			
		
	
	
					55 lines
				
				2.6 KiB
			| 
											3 years ago
										 | /** | ||
|  |  * 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. | ||
|  |  */ | ||
|  | import { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js'; | ||
|  | import React from 'react'; | ||
|  | import '@carbon/icon-helpers'; | ||
|  | import 'prop-types'; | ||
|  | 
 | ||
|  | var _path, _path2, _path3, _path4, _path5, _path6, _path7; | ||
|  | 
 | ||
|  | var _excluded = ["children", "size"]; | ||
|  | var RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref, ref) { | ||
|  |   var children = _ref.children, | ||
|  |       _ref$size = _ref.size, | ||
|  |       size = _ref$size === void 0 ? 16 : _ref$size, | ||
|  |       rest = _objectWithoutProperties(_ref, _excluded); | ||
|  | 
 | ||
|  |   return /*#__PURE__*/React.createElement(Icon, _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.createElement("path", { | ||
|  |     d: "M8.5084,32a1.0127,1.0127,0,0,1-.4485-.1054.9986.9986,0,0,1-.4486-1.3418l1.4934-3.0005a1.0025,1.0025,0,0,1,1.7943.8945l-1.4934,3A1.0013,1.0013,0,0,1,8.5084,32Z" | ||
|  |   })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M27.232 15.733H29.232V18.733H27.232z", | ||
|  |     transform: "rotate(-45.009 28.232 17.233)" | ||
|  |   })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M29 10H32V12H29z" | ||
|  |   })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M26.732 3.768H29.732V5.768H26.732z", | ||
|  |     transform: "rotate(-45 28.232 4.768)" | ||
|  |   })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M20 0H22V3H20z" | ||
|  |   })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M12.768 3.268H14.768V6.268H12.768z", | ||
|  |     transform: "rotate(-45 13.768 4.768)" | ||
|  |   })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z" | ||
|  |   })), children); | ||
|  | }); | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== "production") { | ||
|  |   RainScattered.propTypes = iconPropTypes; | ||
|  | } | ||
|  | 
 | ||
|  | export { RainScattered as default }; |