UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.3 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 VenusMars(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 36 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M29.714.571c0-.321.25-.571.571-.571h5.143c.625 0 1.143.518 1.143 1.143v5.143c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571V3.893L29.75 8.447c1.75 2.196 2.625 5.107 2.089 8.232-.75 4.286-4.232 7.696-8.536 8.339a10.3 10.3 0 01-7.304-1.607 10.166 10.166 0 01-4.571 1.661v2.357h1.714c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571h-1.714v1.714c0 .321-.25.571-.571.571H9.714a.564.564 0 01-.571-.571v-1.714H7.429a.564.564 0 01-.571-.571V28c0-.321.25-.571.571-.571h1.714v-2.357C3.536 24.447-.732 19.304.107 13.393.714 8.947 4.25 5.375 8.678 4.697c2.732-.411 5.286.25 7.321 1.607a10.316 10.316 0 015.714-1.732c2.429 0 4.661.857 6.411 2.25l4.554-4.536h-2.393a.564.564 0 01-.571-.571V.572zM16 20.446a7.972 7.972 0 000-11.178 7.972 7.972 0 000 11.178zM2.286 14.857c0 4.411 3.589 8 8 8a7.95 7.95 0 003.893-1.018c-1.696-1.839-2.75-4.286-2.75-6.982s1.054-5.143 2.75-6.982a7.95 7.95 0 00-3.893-1.018c-4.411 0-8 3.589-8 8zm19.428 8c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 00-3.893 1.018c1.696 1.839 2.75 4.286 2.75 6.982s-1.054 5.143-2.75 6.982a7.95 7.95 0 003.893 1.018z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(VenusMars); var _default = ForwardRef; exports["default"] = _default;