react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 363 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_meeting_room = void 0;
var ic_meeting_room = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M14 6v15H3v-2h2V3h9v1h5v15h2v2h-4V6h-3zm-4 5v2h2v-2h-2z"
},
"children": []
}]
};
exports.ic_meeting_room = ic_meeting_room;
;