@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 3.67 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 Tripadvisor(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 41 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.625 17.804c0 .929-.75 1.679-1.661 1.679-.929 0-1.679-.75-1.679-1.679a1.67 1.67 0 013.34 0zm20.607-.018c0 .929-.75 1.679-1.679 1.679s-1.679-.75-1.679-1.679.75-1.661 1.679-1.661 1.679.732 1.679 1.661zm-18.571.018a3.46 3.46 0 00-3.446-3.446 3.448 3.448 0 00-3.446 3.446 3.437 3.437 0 003.446 3.446 3.448 3.448 0 003.446-3.446zm20.589-.018a3.448 3.448 0 00-3.446-3.446 3.46 3.46 0 00-3.446 3.446 3.448 3.448 0 003.446 3.446 3.437 3.437 0 003.446-3.446zm-19.071.018c0 2.75-2.214 4.982-4.964 4.982s-4.982-2.232-4.982-4.982c0-2.732 2.232-4.964 4.982-4.964s4.964 2.232 4.964 4.964zm20.607-.018c0 2.75-2.232 4.964-4.982 4.964a4.965 4.965 0 010-9.928c2.75 0 4.982 2.214 4.982 4.964zm-17.215.053a8.253 8.253 0 00-8.25-8.25c-4.536 0-8.232 3.696-8.232 8.25s3.696 8.25 8.232 8.25a8.253 8.253 0 008.25-8.25zM30.5 7.607c-2.946-1.286-6.268-1.982-9.929-1.982s-7.304.696-10.232 1.964c5.661.018 10.232 4.589 10.232 10.25A10.229 10.229 0 0130.5 7.607zm8.554 10.232c0-4.554-3.679-8.25-8.232-8.25s-8.25 3.696-8.25 8.25 3.696 8.25 8.25 8.25 8.232-3.696 8.232-8.25zm-4.75-10.107h6.839c-1.071 1.25-1.857 2.929-2.054 4.089a10.195 10.195 0 011.964 6.018c0 5.661-4.589 10.232-10.232 10.232a10.202 10.202 0 01-7.946-3.768s-.839 1-2.304 3.196c-.25-.518-1.518-2.321-2.286-3.214a10.202 10.202 0 01-7.964 3.786C4.678 28.071.089 23.5.089 17.839c0-2.25.732-4.321 1.964-6.018-.196-1.161-.982-2.839-2.054-4.089h6.518c3.5-2.339 8.589-3.804 14.054-3.804s10.232 1.464 13.732 3.804z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(Tripadvisor);
var _default = ForwardRef;
exports["default"] = _default;