UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 4.47 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 Connectdevelop(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 37 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M36.571 15.982c0 .5-.357.911-.821 1l-3.661 6.357a.996.996 0 01-.75 1.303l-3.446 6.018a.736.736 0 01.054.286c0 .554-.446 1.018-1.018 1.018a.997.997 0 01-.732-.321h-7.143c-.179.214-.464.357-.768.357s-.589-.143-.768-.357h-7.125a.987.987 0 01-.768.357 1.017 1.017 0 01-1.018-1.018c0-.125.036-.25.071-.357l-3.446-5.982a.997.997 0 01-.75-1.303L.803 16.983a1.032 1.032 0 01-.804-1c0-.5.357-.911.839-1L4.392 8.84c0-.036-.018-.071-.018-.107 0-.411.25-.75.607-.911L8.713 1.34a.93.93 0 01-.071-.321c0-.571.464-1.018 1.018-1.018.321 0 .589.143.786.375h7.071c.179-.232.446-.375.768-.375s.589.143.768.375h7.107a1.017 1.017 0 011.804.643c0 .107-.036.214-.071.321l3.696 6.393c.536.018.982.464.982 1 0 .179-.054.339-.125.482l3.339 5.786a1 1 0 01.786.982zM18.982 30.25h6.946l-6.107-6.321h-2.554L11.16 30.25h6.429c.179-.161.429-.286.696-.286s.518.125.696.286zM2 15.75c.018.071.018.143.018.232s0 .179-.036.268l3.714 6.429c.089.018.179.071.268.107l3.357-3.554v-6.196L5.982 9.572a1.13 1.13 0 01-.518.179zm15.607-14h-6.929l3.393 3.571 9.893-3.571h-5c-.179.179-.411.286-.679.286s-.5-.107-.679-.286zm12.554 21.643a.677.677 0 01.089-.196l-1.143-1.214-.304 1.411h1.357zm-1.893 0l.393-1.875-4.5-4.75-5.286 5.482L20 23.393h8.268zm-1.572 6.571l.286-.5 1.161-5.536h-7.625l5.946 6.125a.889.889 0 01.232-.089zm-16.375.286h.089l6.107-6.321H9.856v5.982l.071.107a.963.963 0 01.393.232zm-.464-6.857h7.179l1.143-1.179-5.518-5.732-2.804 2.964v3.946zm-3.446 0h2.911v-3.375l-3 3.161c.036.071.071.143.089.214zM6.393 8.661c0 .018.018.054.018.071a.981.981 0 01-.143.518l3.054 3.161V7.607zm3.464-1.25v5.554l2.732 2.804 5.304-5.607-3.982-4.214zm.072-5.429l-.071.143v4.714l3.661-1.321-3.411-3.589c-.054.018-.107.036-.179.054zm15.91-.232h-.286l-11.089 4 3.804 4.018zm-7.571 8.786l-5.304 5.625 5.554 5.696 5.286-5.482zm-5.982 5.571l-2.429-2.518v5.071zm6.25 6.5l-.75.786h1.518zm6-6.214l4.25 4.482 2.357-11.143-.054-.089-.018-.018zm6.143-7.143a.978.978 0 01-.143-.518v-.036l-3.857-6.714c-.089-.018-.161-.054-.232-.089l-7.804 8.268L24.179 16zM9.321 7.036V3.054L6.41 8.09zm0 16.893H6.41l2.911 5.054v-5.054zm19.375 0l-.857 4.054 2.321-4.054h-1.464zm2.179-1.25l3.696-6.446c-.018-.089-.036-.161-.036-.25 0-.107.036-.196.054-.286l-3.054-5.286-2.304 10.929 1.375 1.464c.089-.054.179-.089.268-.125z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Connectdevelop); var _default = ForwardRef; exports["default"] = _default;