UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 2.8 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 Inr(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 16 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M16.036 8.393v1.821c0 .321-.25.571-.571.571h-3c-.554 3.429-3.179 5.661-7.232 6.143 2.661 2.839 5.5 6.268 8.196 9.571a.539.539 0 01.071.607.557.557 0 01-.518.321H9.5a.54.54 0 01-.446-.214C6.179 23.767 3.536 20.606.161 17.017A.555.555 0 010 16.624v-2.268c0-.304.25-.571.571-.571h2c3.143 0 5.107-1.054 5.625-3H.571A.564.564 0 010 10.214V8.393c0-.321.25-.571.571-.571h7.375C7.267 6.483 5.66 5.804 3.16 5.804H.571A.575.575 0 010 5.233V2.858c0-.321.25-.571.571-.571h14.857c.321 0 .571.25.571.571v1.821c0 .321-.25.571-.571.571h-4.161c.571.732.946 1.589 1.143 2.571h3.054c.321 0 .571.25.571.571z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Inr); var _default = ForwardRef; exports["default"] = _default;