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.
		
		
		
		
		
			
		
			
				
					56 lines
				
				2.0 KiB
			
		
		
			
		
	
	
					56 lines
				
				2.0 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, _circle, _circle2, _path2, _circle3, _path3; | ||
|  | 
 | ||
|  | var _excluded = ["children", "size"]; | ||
|  | var IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_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: "M6 17H14V19H6z" | ||
|  |   })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { | ||
|  |     cx: "3", | ||
|  |     cy: "18", | ||
|  |     r: "1" | ||
|  |   })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { | ||
|  |     cx: "13", | ||
|  |     cy: "14", | ||
|  |     r: "1" | ||
|  |   })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M2 13H10V15H2zM6 9H14V11H6z" | ||
|  |   })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { | ||
|  |     cx: "3", | ||
|  |     cy: "10", | ||
|  |     r: "1" | ||
|  |   })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { | ||
|  |     d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z" | ||
|  |   })), children); | ||
|  | }); | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== "production") { | ||
|  |   IbmWatsonDiscovery.propTypes = iconPropTypes; | ||
|  | } | ||
|  | 
 | ||
|  | export { IbmWatsonDiscovery as default }; |