react-icons-kit
Version:
React Icons Kit using various Svg Icon set
47 lines (46 loc) • 808 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.monitor = void 0;
var monitor = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "2",
"y": "3",
"width": "20",
"height": "14",
"rx": "2",
"ry": "2"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "21",
"x2": "16",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "17",
"x2": "12",
"y2": "21"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.monitor = monitor;