@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 3.06 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 BellSlashO(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 37 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M18.571 30.286a.282.282 0 00-.286-.286 2.583 2.583 0 01-2.571-2.571c0-.161-.125-.286-.286-.286s-.286.125-.286.286a3.148 3.148 0 003.143 3.143.282.282 0 00.286-.286zm-9.589-8.482L24.643 8.233c-.893-1.875-2.964-3.661-6.357-3.661-4.679 0-6.857 3.411-6.857 5.714 0 4.571-.804 8.393-2.446 11.518zm24.161 3.339a2.302 2.302 0 01-2.286 2.286h-8c0 2.518-2.054 4.571-4.571 4.571s-4.554-2.036-4.571-4.554l2.661-2.304h13.518c-1.982-2.232-3.321-4.946-4.054-8.196l1.982-1.732c.911 5.321 3.25 8.179 5.321 9.929zM34.679.286L36.179 2a.605.605 0 01-.054.821L2.696 31.785a.57.57 0 01-.804-.071L.392 30c-.196-.25-.179-.607.054-.804l3.321-2.875a2.266 2.266 0 01-.339-1.179c2.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.696c3.071.446 5.339 2.179 6.554 4.286L33.873.214a.57.57 0 01.804.071z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(BellSlashO);
var _default = ForwardRef;
exports["default"] = _default;