@ohu-mobile/icons
Version:
12 lines (11 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const GovernmentFilled = {
name: 'government',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M2 19V8H1V6h3V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2h3v2h-1v11h1v2H1v-2zm11 0v-7h-2v7zm-5 0v-7H6v7zm10 0v-7h-2v7zM6 5v1h12V5z"/>',
};
exports.default = GovernmentFilled;