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 Bitbucket(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 25 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M14.554 15.339c.196 1.5-1.625 2.679-2.893 1.911-1.429-.625-1.429-2.893-.036-3.536 1.196-.732 2.929.232 2.929 1.625zm1.982-.375c-.321-2.536-3.196-4.214-5.536-3.161-1.482.661-2.482 2.232-2.411 3.893.089 2.179 2.161 3.964 4.339 3.768s3.875-2.321 3.607-4.5zm4.268-9.678c-.786-1.036-2.125-1.214-3.304-1.411-3.339-.536-6.768-.554-10.107.036-1.107.179-2.357.375-3.054 1.375 1.143 1.071 2.768 1.232 4.232 1.411 2.643.339 5.357.357 8 .018 1.482-.179 3.125-.321 4.232-1.429zm1.017 18.482c-.5 1.75-.214 4.107-2.071 5.125-3.196 1.768-7.071 1.964-10.589 1.339-1.857-.339-4.036-.929-5.054-2.679-.446-1.714-.732-3.464-1.018-5.214l.107-.286.321-.161c5.321 3.518 12.768 3.518 18.107 0 .839.25.214 1.268.196 1.875zm3.233-17.161c-.607 3.911-1.304 7.804-1.982 11.696-.196 1.143-1.304 1.786-2.232 2.268-3.339 1.679-7.232 1.964-10.893 1.571-2.482-.268-5.018-.929-7.036-2.482-.946-.732-.946-1.982-1.125-3.036C1.161 12.963.447 9.303 0 5.606c.214-1.607 2.018-2.304 3.357-2.804 1.786-.661 3.696-.964 5.589-1.143 4.036-.393 8.161-.25 12.071.893 1.393.411 2.893.982 3.839 2.179.429.554.286 1.25.196 1.875z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Bitbucket); var _default = ForwardRef; exports["default"] = _default;