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.
		
		
		
		
		
			
		
			
				
					52 lines
				
				2.5 KiB
			
		
		
			
		
	
	
					52 lines
				
				2.5 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, _path2, _path3, _path4; | ||
|  | 
 | ||
|  | var _excluded = ["children", "size"]; | ||
|  | var Hearing = /*#__PURE__*/React__default["default"].forwardRef(function Hearing(_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: "M18,30V28A10.0114,10.0114,0,0,0,28,18h2A12.0134,12.0134,0,0,1,18,30Z" | ||
|  |   })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M18,26V24a6.0066,6.0066,0,0,0,6-6h2A8.0092,8.0092,0,0,1,18,26Z" | ||
|  |   })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M18 22V20a2.0023 2.0023 0 002-2h2A4.0042 4.0042 0 0118 22zM10 2a9.01 9.01 0 00-9 9H3a7 7 0 0114 0 7.09 7.09 0 01-3.501 6.1348L13 17.4229v3.0732a2.9354 2.9354 0 01-.9009 2.1514 4.1824 4.1824 0 01-4.6318 1.03A4.0918 4.0918 0 015 20H3a6.1156 6.1156 0 003.6694 5.5117 5.7822 5.7822 0 002.3145.4863A6.5854 6.5854 0 0013.4624 24.11 4.94 4.94 0 0015 20.4961V18.5537A9.1077 9.1077 0 0019 11 9.01 9.01 0 0010 2z" | ||
|  |   })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", { | ||
|  |     d: "M9.28,8.0825A3.0061,3.0061,0,0,1,13,11h2a4.9786,4.9786,0,0,0-1.8843-3.9111A5.0414,5.0414,0,0,0,8.835,6.1323,4.95,4.95,0,0,0,5.1323,9.835,5.0318,5.0318,0,0,0,7.436,15.2935,3.0777,3.0777,0,0,1,9,17.9229V20h2V17.9229a5.0608,5.0608,0,0,0-2.5371-4.3458A3.0016,3.0016,0,0,1,9.28,8.0825Z" | ||
|  |   })), children); | ||
|  | }); | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== "production") { | ||
|  |   Hearing.propTypes = iconPropTypes.iconPropTypes; | ||
|  | } | ||
|  | 
 | ||
|  | module.exports = Hearing; |