react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 703 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_devices_twotone = void 0;
var ic_devices_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 10h4v7h-4z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M23 8h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7zM4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6z"
},
"children": []
}]
};
exports.ic_devices_twotone = ic_devices_twotone;
;