react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 481 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_network_cell = void 0;
var ic_network_cell = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M2,22h20V2L2,22z M20,20h-3V9.83l3-3V20z"
},
"children": []
}]
};
exports.ic_network_cell = ic_network_cell;
;