@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 3.06 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 Lastfm(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M23.071 12.571c0 .107.143.607.179.732.482 1.464 1.607 1.768 2.946 2.143 2.982.839 5.804 2.429 5.804 5.929 0 3.554-2.964 6.054-6.429 6.054-5.75 0-7.536-7.036-9.196-11.321-1.375-3.536-2.821-5.607-6.804-5.607-3.536 0-6.643 3.393-6.643 6.875 0 3.696 2.768 7.125 6.607 7.125 1.696 0 3.464-.357 4.607-1.696.554-.625 1.089-1.304 1.482-2.071l1.5 2.714a5.648 5.648 0 01-.786 1.25l.018.018c-1.804 2.089-4.268 2.714-6.929 2.714-5.393 0-9.429-4.768-9.429-10.018 0-5.089 4.429-9.821 9.571-9.821 8.536 0 8.964 7.393 11.857 13.339.786 1.643 2.125 3.571 4.161 3.571 1.857 0 3.5-1.196 3.5-3.161 0-4.25-7.804-1.357-8.911-8.339a3.26 3.26 0 01-.054-.589c0-2.643 2.482-4.911 5.107-4.821 1.571.054 2.518.107 3.768 1.214h-.018c.482.446.839 1.054 1.214 1.571l-2.304 1.768c-.268-.5-.518-.911-.964-1.25v-.018c-.429-.393-1.196-.375-1.732-.375-1.161 0-2.125.875-2.125 2.071z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(Lastfm);
var _default = ForwardRef;
exports["default"] = _default;