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.
		
		
		
		
		
			
		
			
				
					50 lines
				
				2.3 KiB
			
		
		
			
		
	
	
					50 lines
				
				2.3 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.
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								'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;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								var _excluded = ["children", "size"];
							 | 
						||
| 
								 | 
							
								var Subflow = /*#__PURE__*/React__default["default"].forwardRef(function Subflow(_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: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z"
							 | 
						||
| 
								 | 
							
								  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
							 | 
						||
| 
								 | 
							
								    d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
							 | 
						||
| 
								 | 
							
								  })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
							 | 
						||
| 
								 | 
							
								    d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
							 | 
						||
| 
								 | 
							
								  })), children);
							 | 
						||
| 
								 | 
							
								});
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if (process.env.NODE_ENV !== "production") {
							 | 
						||
| 
								 | 
							
								  Subflow.propTypes = iconPropTypes.iconPropTypes;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								module.exports = Subflow;
							 |