react-icons-kit
Version:
React Icons Kit using various Svg Icon set
76 lines (75 loc) • 1.53 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_vector_composite = void 0;
var software_vector_composite = {
"viewBox": "0 0 64 64",
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "53",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "10",
"height": "10"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "53",
"y": "1",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "10",
"height": "10"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "27",
"y": "27",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "10",
"height": "10"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "11",
"y1": "53",
"x2": "27",
"y2": "37"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "37",
"y1": "27",
"x2": "53",
"y2": "11"
},
"children": []
}]
};
exports.software_vector_composite = software_vector_composite;
;