react-icons-kit
Version:
React Icons Kit using various Svg Icon set
72 lines (71 loc) • 1.46 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_pen = void 0;
var software_pen = {
"viewBox": "0 0 64 64",
"children": [{
"name": "rect",
"attribs": {
"x": "23",
"y": "57",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "18",
"height": "6"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "19",
"y": "47",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "26",
"height": "10"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "41,47 41,43 48,30 32,1 16,30 23,43 23,47 \r\n\t"
},
"children": []
}, {
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "32",
"cy": "28.875",
"r": "4"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "1",
"x2": "32",
"y2": "25"
},
"children": []
}]
};
exports.software_pen = software_pen;
;