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.
		
		
		
		
		
			
		
			
				
					
					
						
							47 lines
						
					
					
						
							2.3 KiB
						
					
					
				
			
		
		
	
	
							47 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.
 | |
|  */
 | |
| '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 LogoYelp = /*#__PURE__*/React__default["default"].forwardRef(function LogoYelp(_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", {
 | |
|     fillRule: "evenodd",
 | |
|     d: "M9.09 15.2458l4.6706 2.2777a1.0706 1.0706 0 01-.21 2.0011L8.5087 20.7818a1.0729 1.0729 0 01-1.3241-.921 9.2173 9.2173 0 01.4213-3.9965A1.0706 1.0706 0 019.09 15.2458zM10.96 24.8605l3.4763-3.8613a1.0707 1.0707 0 011.8657.7537l-.1814 5.1945a1.072 1.072 0 01-1.2491 1.0192A9.3014 9.3014 0 0111.1488 26.46 1.0713 1.0713 0 0110.96 24.8605zM19.2025 19.7222l4.9412 1.6058a1.0713 1.0713 0 01.6363 1.4794 9.3022 9.3022 0 01-2.4707 3.1663 1.072 1.072 0 01-1.5914-.2581l-2.7543-4.4078A1.0707 1.0707 0 0119.2025 19.7222zM24.2273 16.57l-4.9948 1.4321A1.0706 1.0706 0 0118.05 16.3742l2.906-4.3078A1.0706 1.0706 0 0122.55 11.86 9.2168 9.2168 0 0124.9135 15.11 1.0729 1.0729 0 0124.2273 16.57zM12.5561 4.45a14.9542 14.9542 0 00-2.5676.9459 1.07 1.07 0 00-.4636 1.5013l4.8819 8.4557a1.0707 1.0707 0 001.9979-.5353V5.0534A1.07 1.07 0 0015.2526 3.985 14.9577 14.9577 0 0012.5561 4.45z"
 | |
|   })), children);
 | |
| });
 | |
| 
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|   LogoYelp.propTypes = iconPropTypes.iconPropTypes;
 | |
| }
 | |
| 
 | |
| module.exports = LogoYelp;
 |