react-icons-kit
Version:
React Icons Kit using various Svg Icon set
44 lines (43 loc) • 937 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_paragraph = void 0;
var software_paragraph = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "51,64 51,1 41,1 41,64 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "29",
"y1": "33",
"x2": "41",
"y2": "33"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M29,33c0,0-16,0-16-16S29,1,29,1h12"
},
"children": []
}]
};
exports.software_paragraph = software_paragraph;
;