UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.4 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 Motorcycle(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 42 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M41.089 18.5c.571 5.018-3.518 9.232-8.5 8.911-3.821-.25-7-3.304-7.393-7.125a7.965 7.965 0 012.607-6.804l-1.268-1.911c-2.25 1.875-3.679 4.679-3.679 7.821 0 .643-.5 1.179-1.143 1.179h-5.804c-.554 3.875-3.875 6.857-7.911 6.857-4.411 0-8-3.589-8-8s3.589-8 8-8c.946 0 1.857.179 2.714.482l.429-.804C9.766 9.874 7.962 9.142 5.712 9.142H4.569c-.625 0-1.143-.518-1.143-1.143s.518-1.143 1.143-1.143h2.286c4 0 6.036 1.643 6.857 2.286h11.196L23.39 6.856h-3.964c-.696 0-1.25-.625-1.125-1.339.089-.554.625-.946 1.179-.946h4.518c.375 0 .732.196.946.5l1.25 1.875L28.23 4.91c.214-.214.518-.339.821-.339h1.804c.625 0 1.143.518 1.143 1.143V8c0 .625-.518 1.143-1.143 1.143h-3.196l2.054 3.071a7.833 7.833 0 014.911-.643c3.411.625 6.071 3.482 6.464 6.929zM8 25.143a5.727 5.727 0 005.607-4.571H8c-.393 0-.768-.214-.982-.554A1.15 1.15 0 017 18.893l2.625-4.946A6.052 6.052 0 008 13.715c-3.143 0-5.714 2.571-5.714 5.714S4.857 25.143 8 25.143zm25.143 0c3.143 0 5.714-2.571 5.714-5.714s-2.571-5.714-5.714-5.714c-.768 0-1.482.161-2.161.429l3.107 4.643c.357.536.214 1.25-.304 1.589a1.086 1.086 0 01-.643.196c-.375 0-.732-.179-.946-.518l-3.107-4.643a5.714 5.714 0 00-1.661 4.018c0 3.143 2.571 5.714 5.714 5.714z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Motorcycle); var _default = ForwardRef; exports["default"] = _default;