react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 777 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosMonitor = void 0;
var iosMonitor = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M496,384V96H16v288h175v16h-64v16h257v-16h-64v-16H496z M32,112h448v256H32V112z"
},
"children": []
}, {
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "48",
"y": "128",
"width": "416",
"height": "224"
},
"children": [{
"name": "rect",
"attribs": {
"x": "48",
"y": "128",
"width": "416",
"height": "224"
},
"children": []
}]
}]
}]
};
exports.iosMonitor = iosMonitor;