UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

36 lines (28 loc) 2.83 kB
"use strict"; 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 History(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M7.5 1a7.5 7.5 0 11-6.07 11.906.5.5 0 01.808-.588 6.5 6.5 0 10.154-7.839.5.5 0 11-.785-.619A7.488 7.488 0 017.5 1z" }), /*#__PURE__*/React.createElement("path", { d: "M1.5 0a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z" }), /*#__PURE__*/React.createElement("path", { d: "M1.5 4h4a.5.5 0 010 1h-4a.5.5 0 010-1zM7.597 9.999l-.053.008h-.075l-.04-.006a.498.498 0 01-.212-.089L4.224 7.915c-.555-.37 0-1.202.555-.832l2.659 1.772 3.711-3.71c.471-.471 1.179.236.707.707L7.869 9.84a.512.512 0 01-.197.137l-.073.021zM7.5 13a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM12.5 8h2a.5.5 0 010 1h-2a.5.5 0 010-1z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(History); var _default = ForwardRef; exports["default"] = _default;