UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.16 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 SnapchatGhost(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 30 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M15.143 2.286c3.214-.036 5.875 1.768 7.214 4.661.411.875.482 2.232.482 3.196 0 1.143-.089 2.268-.161 3.411.143.071.339.125.5.125.643 0 1.179-.482 1.821-.482.607 0 1.482.429 1.482 1.143 0 1.714-3.589 1.393-3.589 2.893 0 .268.107.518.214.768.857 1.875 2.482 3.679 4.411 4.482.464.196.929.304 1.429.411.321.071.5.304.5.625 0 1.214-3.089 1.714-3.911 1.839-.357.554-.089 1.857-1.036 1.857-.732 0-1.464-.232-2.25-.232-.375 0-.75.018-1.107.089-2.125.357-2.839 2.643-6.321 2.643-3.357 0-4.161-2.286-6.232-2.643a6.011 6.011 0 00-1.125-.089c-.804 0-1.571.268-2.214.268-1 0-.696-1.321-1.071-1.893-.821-.125-3.911-.625-3.911-1.839 0-.321.179-.554.5-.625.5-.107.964-.214 1.429-.411 1.911-.786 3.571-2.607 4.411-4.482.107-.25.214-.5.214-.768 0-1.5-3.607-1.214-3.607-2.875 0-.696.821-1.143 1.446-1.143.554 0 1.107.464 1.804.464.196 0 .393-.036.571-.125-.071-1.125-.161-2.25-.161-3.393 0-.964.071-2.339.482-3.214 1.571-3.393 4.232-4.625 7.786-4.661z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(SnapchatGhost); var _default = ForwardRef; exports["default"] = _default;