react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 493 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_shape_oval = void 0;
var software_shape_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": []
}]
};
exports.software_shape_oval = software_shape_oval;
;