@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 4.44 kB
JavaScript
;
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 Meetup(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 34 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M23.821 22.036c-.196-1.286-2.554-.286-2.696-1.696-.196-2 2.732-6.321 2.5-8-.214-1.5-1.214-1.821-2.089-1.839-.839-.018-1.054.125-1.339.286-.179.107-.411.304-.732-.018-.393-.375-.696-.732-1.214-.804-.768-.125-1.107.125-1.661.607-.214.179-.75.804-1.25.571a35.17 35.17 0 00-1.5-.714c-1.018-.446-2.5.286-3.036 1.25C10 13.108 8.429 18.75 8.197 19.5c-.536 1.661.679 3.036 2.304 2.946.696-.036 1.143-.286 1.589-1.089.25-.464 2.607-6.732 2.786-7.036.125-.214.554-.5.911-.321.357.196.429.589.375.946-.071.607-1.75 4.429-1.804 4.857-.214 1.429 1.679 1.661 2.411.25.232-.446 2.857-5.786 3.089-6.143.268-.393.464-.518.732-.5.196 0 .518.054.446.679-.089.589-2.196 4.518-2.429 5.482-.286 1.286.411 2.589 1.554 3.161.714.357 3.911.982 3.661-.696zM6.839 25.893a.64.64 0 01-.5.768.631.631 0 01-.75-.5c-.071-.339.143-.696.482-.768s.696.143.768.5zm10.179 4.696a.906.906 0 01-.214 1.25.894.894 0 01-1.25-.232.927.927 0 01.232-1.25.87.87 0 011.232.232zm-13.857-14.5a1.345 1.345 0 01-1.911.357 1.398 1.398 0 01-.357-1.929 1.364 1.364 0 011.911-.375c.625.446.786 1.304.357 1.946zm23.035 12.09a1.482 1.482 0 01-.375 2.036c-.661.446-1.554.286-2-.375s-.286-1.571.357-2.036c.661-.464 1.554-.286 2.018.375zm2-10.786c1.643 2.696.946 6.25-1.643 8.071a5.81 5.81 0 01-3.554 1.071c-.75 2.946-4.339 4.036-6.571 2.036-.071.054-.161.107-.232.179a5.323 5.323 0 01-7.464-1.393 5.528 5.528 0 01-.946-2.929c-4.089-.679-5.625-5.875-2.571-8.732-1.768-2.929.036-6.714 3.339-7.179 1.571-4.143 6.732-6.107 10.232-3.393 4.214-1.393 8.518 1.839 8.179 6.321 2.571.786 3.304 4.179 1.232 5.946zM8.125 5.607a1.08 1.08 0 01-.268 1.482c-.464.321-1.125.214-1.446-.268s-.214-1.143.268-1.482a1.037 1.037 0 011.446.268zM10.964.589c.089.393-.161.786-.554.875s-.786-.161-.875-.571c-.071-.393.179-.786.571-.875s.786.161.857.571zm21.179 16.929a.856.856 0 01-.661 1.036.846.846 0 01-1.018-.661.883.883 0 01.661-1.054.872.872 0 011.018.679zM20.286 1.571c.375.643.179 1.5-.482 1.893A1.342 1.342 0 0117.947 3c-.393-.661-.179-1.518.464-1.911s1.482-.179 1.875.482zm13.321 11.715a.656.656 0 01-.482.786.654.654 0 01-.768-.5c-.071-.357.143-.714.5-.786a.631.631 0 01.75.5zm-3.411-4.304a1.209 1.209 0 01-.286 1.643c-.536.357-1.268.232-1.625-.304s-.232-1.268.304-1.643a1.137 1.137 0 011.607.304z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(Meetup);
var _default = ForwardRef;
exports["default"] = _default;