react-icons-kit
Version:
React Icons Kit using various Svg Icon set
50 lines (49 loc) • 984 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_box_oval = void 0;
var software_box_oval = {
"viewBox": "0 0 64 64",
"children": [{
"name": "ellipse",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "32",
"cy": "32",
"rx": "31",
"ry": "20"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "1",
"y1": "32",
"x2": "63",
"y2": "32"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "12",
"x2": "32",
"y2": "52"
},
"children": []
}]
};
exports.software_box_oval = software_box_oval;
;