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.
		
		
		
		
		
			
		
			
				
					40 lines
				
				1.6 KiB
			
		
		
			
		
	
	
					40 lines
				
				1.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; | ||
|  | 
 | ||
|  | var _excluded = ["children", "size"]; | ||
|  | var EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(_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: "M23.625,22.5875a6.1287,6.1287,0,0,1-4.5-1.9l-3.1-3.2-3.1,3.2a6.4582,6.4582,0,0,1-9.1,0,7.028,7.028,0,0,1-1.8-4.7,6.6547,6.6547,0,0,1,1.9-4.7,6.3375,6.3375,0,0,1,9,0l3.1,3.2,3.1-3.2a6.3375,6.3375,0,0,1,9,0,6.8282,6.8282,0,0,1,0,9.4A6.5418,6.5418,0,0,1,23.625,22.5875Zm-6.2-6.6,3.1,3.3a4.4061,4.4061,0,0,0,6.2,0,4.9077,4.9077,0,0,0,0-6.6,4.4061,4.4061,0,0,0-6.2,0Zm-9-4.6a4.1582,4.1582,0,0,0-3.1,1.3,4.8385,4.8385,0,0,0,0,6.6,4.4061,4.4061,0,0,0,6.2,0l3.1-3.3-3.1-3.3A4.7706,4.7706,0,0,0,8.425,11.3875Z" | ||
|  |   })), children); | ||
|  | }); | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== "production") { | ||
|  |   EdtLoop.propTypes = iconPropTypes; | ||
|  | } | ||
|  | 
 | ||
|  | export { EdtLoop as default }; |