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.
		
		
		
		
		
			
		
			
				
					66 lines
				
				2.8 KiB
			
		
		
			
		
	
	
					66 lines
				
				2.8 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, _circle, _path2, _circle2, _path3, _circle3, _path4, _path5; | ||
|  | 
 | ||
|  | var _excluded = ["children", "size"]; | ||
|  | var IbmWatsonKnowledgeStudio = /*#__PURE__*/React__default["default"].forwardRef(function IbmWatsonKnowledgeStudio(_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: "M20 25H27V27H20zM22 29H25V31H22zM27 23h-2c0-1.1.4-2 1.2-2.8l.5-.5c.8-.8 1.3-2 1.3-3.2 0-2.5-2-4.5-4.5-4.5S19 14 19 16.5c0 1.2.5 2.3 1.3 3.2l.5.5C21.6 21 22 21.9 22 23h-2c0-.5-.2-1-.6-1.4l-.5-.5c-1.2-1.2-1.9-2.9-1.9-4.6 0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5c0 1.7-.7 3.4-1.9 4.6l-.5.5C27.2 22 27 22.5 27 23zM6 22H14V24H6z" | ||
|  |   })), _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", { | ||
|  |     cx: "12", | ||
|  |     cy: "19", | ||
|  |     r: "1" | ||
|  |   })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z" | ||
|  |   })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", { | ||
|  |     cx: "7", | ||
|  |     cy: "11", | ||
|  |     r: "1" | ||
|  |   })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M16 6H20V8H16z" | ||
|  |   })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", { | ||
|  |     cx: "13", | ||
|  |     cy: "7", | ||
|  |     r: "1" | ||
|  |   })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M6 6H10V8H6z" | ||
|  |   })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z" | ||
|  |   })), children); | ||
|  | }); | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== "production") { | ||
|  |   IbmWatsonKnowledgeStudio.propTypes = iconPropTypes.iconPropTypes; | ||
|  | } | ||
|  | 
 | ||
|  | module.exports = IbmWatsonKnowledgeStudio; |