react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 443 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_no_meeting_room = void 0;
var ic_no_meeting_room = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M11 11h-1v2h2v-1l9.73 9.73L20.46 23 14 16.54V21H3v-2h2V7.54l-4-4 1.27-1.27L11 11zm3 .49L5.51 3H14v1h5v12.49l-2-2V6h-3v5.49z"
},
"children": []
}]
};
exports.ic_no_meeting_room = ic_no_meeting_room;
;