react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 575 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_room_service = void 0;
var ic_room_service = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M2 17h20v2H2zm11.84-9.21c.1-.24.16-.51.16-.79 0-1.1-.9-2-2-2s-2 .9-2 2c0 .28.06.55.16.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21z"
},
"children": []
}]
};
exports.ic_room_service = ic_room_service;
;