react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 566 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_event_seat_outline = void 0;
var ic_event_seat_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 5v7H9V5h6m0-2H9c-1.1 0-2 .9-2 2v9h10V5c0-1.1-.9-2-2-2zm7 7h-3v3h3v-3zM5 10H2v3h3v-3zm15 5H4v6h2v-4h12v4h2v-6z"
},
"children": []
}]
};
exports.ic_event_seat_outline = ic_event_seat_outline;
;