@ohu-mobile/icons
Version:
12 lines (11 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const HospitalFilled = {
name: 'hospital',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M21 20h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1zM11 8H9v2h2v2h2v-2h2V8h-2V6h-2zm3 12h2v-6H8v6h2v-4h4z"/>',
};
exports.default = HospitalFilled;