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.
		
		
		
		
		
			
		
			
				
					
					
						
							46 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							46 lines
						
					
					
						
							2.0 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.
 | |
|  */
 | |
| '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;
 | |
| 
 | |
| var _excluded = ["children", "size"];
 | |
| var LogoVmware = /*#__PURE__*/React__default["default"].forwardRef(function LogoVmware(_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: "M32,16.77V13.8372c0-2.4818-2.4817-3.8355-4.5123-3.8355a6.7446,6.7446,0,0,0-3.8354,1.5793,5.066,5.066,0,0,0-3.61-1.5793,5.9389,5.9389,0,0,0-3.8354,1.5793,3.8172,3.8172,0,0,0-3.3842-1.5793A3.4913,3.4913,0,0,0,9.482,11.8232L6.5058,18.575,3.2011,11.0011a1.67,1.67,0,0,0-2.1883-.8656h0A1.67,1.67,0,0,0,.1536,12.37L4.25,21.2824s.6769,1.5793,2.0305,1.5793a1.9088,1.9088,0,0,0,2.0306-1.1281c.3124-.4687,2.6809-5.45,4.1078-8.4692a.5679.5679,0,0,1,1.0812.2437v7.4868a1.8462,1.8462,0,0,0,1.6848,1.8629,1.8051,1.8051,0,0,0,1.9251-1.801V14.8524a1.9177,1.9177,0,0,1,3.8354,0v6.2044a1.8049,1.8049,0,0,0,3.61,0V14.8524a1.9177,1.9177,0,0,1,3.8354,0v6.2044a1.8049,1.8049,0,0,0,3.61,0Z"
 | |
|   })), children);
 | |
| });
 | |
| 
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|   LogoVmware.propTypes = iconPropTypes.iconPropTypes;
 | |
| }
 | |
| 
 | |
| module.exports = LogoVmware;
 |