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.
		
		
		
		
		
			
		
			
				
					54 lines
				
				2.1 KiB
			
		
		
			
		
	
	
					54 lines
				
				2.1 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 _circle, _path, _circle2, _circle3, _path2;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								var _excluded = ["children", "size"];
							 | 
						||
| 
								 | 
							
								var Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_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), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
							 | 
						||
| 
								 | 
							
								    cx: "21",
							 | 
						||
| 
								 | 
							
								    cy: "26",
							 | 
						||
| 
								 | 
							
								    r: "2"
							 | 
						||
| 
								 | 
							
								  })), _path || (_path = /*#__PURE__*/React.createElement("path", {
							 | 
						||
| 
								 | 
							
								    d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
							 | 
						||
| 
								 | 
							
								  })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
							 | 
						||
| 
								 | 
							
								    cx: "21",
							 | 
						||
| 
								 | 
							
								    cy: "6",
							 | 
						||
| 
								 | 
							
								    r: "2"
							 | 
						||
| 
								 | 
							
								  })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
							 | 
						||
| 
								 | 
							
								    cx: "4",
							 | 
						||
| 
								 | 
							
								    cy: "16",
							 | 
						||
| 
								 | 
							
								    r: "2"
							 | 
						||
| 
								 | 
							
								  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
							 | 
						||
| 
								 | 
							
								    d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
							 | 
						||
| 
								 | 
							
								  })), children);
							 | 
						||
| 
								 | 
							
								});
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if (process.env.NODE_ENV !== "production") {
							 | 
						||
| 
								 | 
							
								  Network_4Reference.propTypes = iconPropTypes;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export { Network_4Reference as default };
							 |