UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.56 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 LowVision(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: "M5.982 24.214c-.036 0-.071-.018-.107-.036-2.089-1.393-4.179-3.679-5.5-5.804A2.135 2.135 0 010 17.142c0-.929.643-1.679 1.161-2.375C3.232 11.946 6 9.624 9.232 8.249c-.268-.482-1.964-3.446-1.964-3.768 0-.214.125-.411.304-.518.357-.196 1.964-1.143 2.286-1.143.196 0 .393.107.5.286l2.214 4.089a17.055 17.055 0 013.429-.339c6.464 0 12.214 3.661 15.643 9.054.232.357.357.786.357 1.232s-.125.875-.357 1.232c-2.125 3.339-5.232 6.107-8.875 7.661.268.482 1.964 3.446 1.964 3.768a.579.579 0 01-.304.518c-.357.196-1.964 1.143-2.268 1.143a.599.599 0 01-.518-.286l-2.214-4.089-1.143-2.125-7.929-14.643.125-.125c-.607.25-1.196.518-1.768.839.214.411 8.732 16.054 8.732 16.179 0 .089-.071.143-.161.161-.393.089-.893.054-1.286.054-.196 0-1 .036-1.071-.125L6.785 12.286c-.518.375-1 .786-1.464 1.214.393.696 7.214 13.25 7.214 13.357 0 .143-.089.179-.196.179-.304 0-2.679-.732-2.768-.893l-1.893-3.518-4-7.375c-.5.607-.964 1.232-1.393 1.893.232.339.536.696.732 1.054.25.464 3.143 5.732 3.143 5.839 0 .089-.089.179-.179.179zm14.822-1.821l.875 1.625c3.339-1.357 6.089-3.857 8.036-6.875-1.982-3.054-4.804-5.589-8.196-6.946a8.01 8.01 0 012.482 5.804 7.96 7.96 0 01-3.196 6.393zm-5.661-10.964a.87.87 0 00.857.857A3.719 3.719 0 0119.714 16c0 .464.393.857.857.857s.857-.393.857-.857c0-3-2.429-5.429-5.429-5.429a.87.87 0 00-.857.857zm6.536-1.161l-.161-.071.125.125z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(LowVision); var _default = ForwardRef; exports["default"] = _default;