@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 3.54 kB
JavaScript
;
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var React = _interopRequireWildcard(require("react"));
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function Yelp(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 27 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13.804 23.554v2.268c-.018 5.036-.018 5.214-.107 5.446-.143.375-.464.625-.911.714-1.286.214-5.304-1.268-6.143-2.268a1.254 1.254 0 01-.304-.643 1.021 1.021 0 01.071-.464c.089-.25.25-.446 3.839-4.696 0 0 .018 0 1.071-1.25.357-.446 1-.589 1.589-.375.589.232.911.732.893 1.268zm-2.661-4.483c-.036.625-.393 1.089-.929 1.25l-2.143.696c-4.804 1.536-4.964 1.571-5.214 1.571-.393-.018-.75-.25-.964-.643-.143-.286-.25-.768-.304-1.339-.196-1.75.036-4.375.554-5.196.25-.393.607-.589 1-.571.268 0 .482.107 5.661 2.214 0 0-.018.018 1.5.607.536.214.875.768.839 1.411zm14.75 5.304c-.179 1.286-2.839 4.661-4.054 5.143-.411.161-.821.125-1.125-.125-.214-.161-.429-.482-3.286-5.125l-.839-1.375c-.321-.5-.268-1.143.143-1.643.393-.482.964-.643 1.482-.464 0 0 .018.018 2.125.714 4.804 1.571 4.964 1.625 5.161 1.786.321.25.464.625.393 1.089zm-12-11.286c.089 1.857-.696 2.089-.964 2.179-.25.071-1.036.304-2.036-1.268C4.322 3.625 4.143 3.321 4.143 3.321c-.089-.375.018-.786.339-1.107.982-1.018 6.321-2.518 7.714-2.161.446.107.768.393.875.804.071.446.714 10.071.821 12.232zm11.821 1.929c.036.446-.125.821-.464 1.054-.214.143-.429.214-5.875 1.536-.875.196-1.357.321-1.625.411l.018-.036c-.536.143-1.143-.107-1.482-.643s-.321-1.125 0-1.554c0 0 .018-.018 1.339-1.821 2.929-4 3.071-4.196 3.286-4.339.339-.232.75-.232 1.161-.036 1.161.554 3.5 4.036 3.643 5.375v.054z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(Yelp);
var _default = ForwardRef;
exports["default"] = _default;