@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 2.83 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 BellO(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: "M16.286 30.286A.282.282 0 0016 30a2.583 2.583 0 01-2.571-2.571c0-.161-.125-.286-.286-.286s-.286.125-.286.286A3.148 3.148 0 0016 30.572a.282.282 0 00.286-.286zM4.393 25.143h23.214c-3.196-3.607-4.75-8.5-4.75-14.857 0-2.304-2.179-5.714-6.857-5.714s-6.857 3.411-6.857 5.714c0 6.357-1.554 11.25-4.75 14.857zm26.464 0a2.302 2.302 0 01-2.286 2.286h-8C20.571 29.947 18.517 32 16 32s-4.571-2.054-4.571-4.571h-8a2.302 2.302 0 01-2.286-2.286c2.643-2.232 5.714-6.232 5.714-14.857 0-3.429 2.839-7.179 7.571-7.875a1.8 1.8 0 01-.143-.696 1.715 1.715 0 113.285.696c4.732.696 7.571 4.446 7.571 7.875 0 8.625 3.071 12.625 5.714 14.857z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(BellO);
var _default = ForwardRef;
exports["default"] = _default;