@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 4.2 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 HospitalO(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 25 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.857 23.429v1.143a.587.587 0 01-.571.571H5.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm0-4.572V20a.587.587 0 01-.571.571H5.143A.587.587 0 014.572 20v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm4.572 0V20a.587.587 0 01-.571.571H9.715A.587.587 0 019.144 20v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm-4.572-4.571v1.143a.587.587 0 01-.571.571H5.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm13.714 9.143v1.143a.587.587 0 01-.571.571h-1.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571H20c.304 0 .571.268.571.571zM16 18.857V20a.587.587 0 01-.571.571h-1.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm-4.571-4.571v1.143a.587.587 0 01-.571.571H9.715a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm9.142 4.571V20a.587.587 0 01-.571.571h-1.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571H20c.304 0 .571.268.571.571zM16 14.286v1.143a.587.587 0 01-.571.571h-1.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h1.143c.304 0 .571.268.571.571zm4.571 0v1.143A.587.587 0 0120 16h-1.143a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571H20c.304 0 .571.268.571.571zM16 29.714h6.857V9.143h-4.571v.571c0 .946-.768 1.714-1.714 1.714h-8a1.715 1.715 0 01-1.714-1.714v-.571H2.287v20.571h6.857v-4c0-.304.268-.571.571-.571h5.714c.304 0 .571.268.571.571v4zm0-21.143V2.857a.587.587 0 00-.571-.571h-1.143a.587.587 0 00-.571.571v1.714h-2.286V2.857a.587.587 0 00-.571-.571H9.715a.587.587 0 00-.571.571v5.714c0 .304.268.571.571.571h1.143a.587.587 0 00.571-.571V6.857h2.286v1.714c0 .304.268.571.571.571h1.143A.587.587 0 0016 8.571zM25.143 8v22.857c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 30.857V8c0-.625.518-1.143 1.143-1.143h5.714V1.714C6.857.768 7.625 0 8.571 0h8c.946 0 1.714.768 1.714 1.714v5.143h5.714c.625 0 1.143.518 1.143 1.143z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(HospitalO);
var _default = ForwardRef;
exports["default"] = _default;