@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 3.92 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 GearCircle(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M21.333 16.002c0-1.472-.519-2.729-1.561-3.771s-2.299-1.559-3.771-1.559-2.729.519-3.771 1.559c-1.042 1.042-1.559 2.299-1.559 3.771s.519 2.729 1.559 3.771c1.042 1.042 2.299 1.559 3.771 1.559s2.729-.519 3.771-1.559c1.04-1.042 1.561-2.299 1.561-3.771zM32 13.733v4.624a.8.8 0 01-.167.48.64.64 0 01-.416.27l-3.856.583c-.265.75-.535 1.383-.811 1.897.487.695 1.227 1.655 2.229 2.873a.81.81 0 01.21.521.688.688 0 01-.19.48c-.375.514-1.063 1.264-2.062 2.249-1.001.985-1.655 1.481-1.959 1.481-.167 0-.347-.064-.542-.19l-2.875-2.249c-.61.32-1.241.583-1.897.791-.219 1.89-.425 3.182-.603 3.874-.098.386-.35.583-.752.583h-4.622a.794.794 0 01-.51-.176.618.618 0 01-.24-.448l-.585-3.833a13.053 13.053 0 01-1.877-.773l-2.937 2.231a.736.736 0 01-.519.185.704.704 0 01-.519-.229c-1.751-1.584-2.896-2.75-3.438-3.499a.807.807 0 01.021-.958c.21-.293.562-.754 1.063-1.385.501-.633.875-1.125 1.125-1.47a10.514 10.514 0 01-.855-2.062l-3.813-.565a.654.654 0 01-.439-.261.801.801 0 01-.165-.489v-4.626c0-.165.057-.325.167-.478.112-.153.245-.245.395-.272l3.874-.583c.194-.638.464-1.278.811-1.915-.553-.793-1.296-1.749-2.229-2.875-.139-.167-.21-.331-.21-.501 0-.137.062-.297.187-.48.359-.498 1.045-1.246 2.053-2.24s1.664-1.49 1.97-1.49c.181 0 .361.071.539.21l2.875 2.231c.613-.32 1.246-.585 1.897-.793.222-1.888.425-3.182.606-3.874.096-.386.347-.583.75-.583h4.626c.194 0 .363.057.51.176s.224.267.24.448l.583 3.833c.681.224 1.305.48 1.877.773l2.958-2.231c.126-.126.293-.185.503-.185.181 0 .354.071.519.208 1.794 1.655 2.937 2.834 3.438 3.543.096.112.146.263.146.457a.8.8 0 01-.167.48c-.208.293-.562.754-1.063 1.385a46.496 46.496 0 00-1.125 1.467c.361.695.647 1.376.855 2.041l3.815.583a.666.666 0 01.439.261c.105.146.16.311.16.494z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(GearCircle);
var _default = ForwardRef;
exports["default"] = _default;