UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.35 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 Exit(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: "M30.77 17.23c0 2-.393 3.911-1.175 5.73s-1.833 3.39-3.154 4.711-2.891 2.373-4.713 3.157C19.909 31.61 18 32.001 16 32.001s-3.911-.391-5.73-1.173c-1.819-.782-3.39-1.833-4.711-3.157-1.321-1.321-2.373-2.891-3.157-4.711a14.361 14.361 0 01-1.173-5.73c0-2.331.517-4.533 1.55-6.597a14.487 14.487 0 014.357-5.191c.551-.409 1.163-.571 1.835-.482s1.209.411 1.605.962c.409.537.567 1.143.473 1.817s-.411 1.216-.951 1.625c-1.257.951-2.229 2.112-2.914 3.483s-1.029 2.832-1.029 4.384c0 1.335.258 2.606.777 3.817s1.223 2.261 2.105 3.143c.885.885 1.931 1.586 3.143 2.105s2.485.779 3.817.779 2.606-.261 3.817-.779a9.94 9.94 0 003.145-2.105 9.856 9.856 0 002.105-3.145 9.594 9.594 0 00.777-3.817 9.658 9.658 0 00-1.029-4.384A9.78 9.78 0 0021.9 9.364a2.4 2.4 0 01-.953-1.625 2.324 2.324 0 01.473-1.817 2.282 2.282 0 011.616-.962 2.383 2.383 0 011.826.482c1.87 1.397 3.323 3.129 4.357 5.193s1.55 4.263 1.55 6.594l-.007.002v-.002h.007zM18.459 2.462v12.309c0 .665-.245 1.243-.731 1.733-.487.482-1.065.727-1.73.729-.665 0-1.243-.242-1.73-.729-.489-.489-.731-1.065-.731-1.733V2.462c0-.667.245-1.243.731-1.73s1.063-.731 1.73-.731 1.243.242 1.73.731.731 1.065.731 1.73z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Exit); var _default = ForwardRef; exports["default"] = _default;