@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHospital = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHospital = function GYSiGlyphHospital(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-hospital",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 1H3v3.084H2v9.874c0 .547.447.989 1 .989h5V12h3.042v3l4.875-.053c.552 0 1.083-.442 1.083-.989V4h-1V1ZM7.031 12.97H4v-1h3.031v1Zm0-3H4v-1h3.031v1Zm0-3H4v-1h3.031v1ZM6.959 4h-3V3h3v1ZM11 5.007h-1v.977H9v-.977H8V3.98h1v-.997h1v.997h1v1.026Zm.953-2.028h3v1.047h-3V2.979ZM15 12.97h-3v-1h3v1Zm0-3h-3v-1h3v1Zm0-3h-3v-1h3v1Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHospital = GYSiGlyphHospital;