@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
36 lines (28 loc) • 3.99 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 PeopleExpand(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 3a3 3 0 110 6 3 3 0 010-6zm0 1a2 2 0 10-.001 3.999A2 2 0 008 4zM9.042.99c.683.137 1.267.336 1.751.599A.5.5 0 1011.27.71C10.692.396 10.014.164 9.238.009a.5.5 0 10-.196.98zm3.084 1.845c.278.47.445 1.034.497 1.703a.5.5 0 00.997-.077c-.063-.815-.274-1.527-.633-2.134a.5.5 0 10-.861.509zm.284 3.48c-.163.502-.4.991-.664 1.376a.5.5 0 00.277.764c.07.02.128.031.203.039l.215.015a.499.499 0 00.527-.471c.014-.245-.077-.309-.073-.317.183-.342.343-.716.466-1.097a.5.5 0 10-.952-.308zm1.693 2.697c.442.309.749.762.909 1.381a.5.5 0 00.968-.25c-.219-.846-.663-1.502-1.305-1.95a.5.5 0 10-.572.82zM6.955.99c-.683.137-1.267.336-1.751.599A.5.5 0 114.727.71C5.305.396 5.983.164 6.759.009a.5.5 0 11.196.98zM3.871 2.835c-.278.47-.445 1.034-.497 1.703a.5.5 0 01-.997-.077c.063-.815.274-1.527.633-2.134a.5.5 0 11.861.509zm-.284 3.48c.163.502.4.991.664 1.376a.5.5 0 01-.277.764c-.07.02-.128.031-.203.039l-.215.015a.499.499 0 01-.527-.471c-.004-.158.025-.256.086-.294a6.788 6.788 0 01-.479-1.121.5.5 0 11.952-.308zM1.893 9.012c-.442.309-.749.762-.909 1.381a.5.5 0 01-.968-.25c.219-.846.663-1.502 1.305-1.95a.5.5 0 11.572.82zM.146 13.146a.5.5 0 01.638-.058l.069.058 2 2a.5.5 0 01-.638.765l-.069-.058-2-2a.5.5 0 010-.707z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.146 11.146a.5.5 0 01.765.638l-.058.069-2 2a.5.5 0 01-.765-.638l.058-.069 2-2zM13.146 11.146a.5.5 0 01.638-.058l.069.058 2 2a.5.5 0 01-.638.765l-.069-.058-2-2a.5.5 0 010-.707z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.146 13.146a.5.5 0 01.765.638l-.058.069-2 2a.5.5 0 01-.765-.638l.058-.069 2-2zM8 8c1.657 0 4 1.162 4 3v4.158a.842.842 0 01-.842.842H4.842A.842.842 0 014 15.158V11c0-1.838 2.343-3 4-3zm0 1c-1.399 0-2.877.933-2.993 1.881L5 11v4h6v-4c0-.949-1.422-1.919-2.825-1.995L8 9z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(PeopleExpand);
var _default = ForwardRef;
exports["default"] = _default;