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.
		
		
		
		
		
			
		
			
				
					
					
						
							60 lines
						
					
					
						
							2.3 KiB
						
					
					
				
			
		
		
	
	
							60 lines
						
					
					
						
							2.3 KiB
						
					
					
				| /**
 | |
|  * 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, _circle4, _path3;
 | |
| 
 | |
| var _excluded = ["children", "size"];
 | |
| var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_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.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
 | |
|   })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
 | |
|     cx: "24",
 | |
|     cy: "5",
 | |
|     r: "1"
 | |
|   })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
 | |
|     cx: "19",
 | |
|     cy: "5",
 | |
|     r: "1"
 | |
|   })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
 | |
|     d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
 | |
|   })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
 | |
|     cx: "15.5",
 | |
|     cy: "17.5",
 | |
|     r: "1.5"
 | |
|   })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
 | |
|     cx: "8.5",
 | |
|     cy: "17.5",
 | |
|     r: "1.5"
 | |
|   })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
 | |
|     d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
 | |
|   })), children);
 | |
| });
 | |
| 
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|   IbmWatsonToneAnalyzer.propTypes = iconPropTypes;
 | |
| }
 | |
| 
 | |
| export { IbmWatsonToneAnalyzer as default };
 |