react-icons-kit
Version:
React Icons Kit using various Svg Icon set
44 lines (43 loc) • 903 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_crop = void 0;
var software_crop = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "0,11 53,11 53,64 "
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "11,0 11,53 64,53 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "11",
"y1": "53",
"x2": "63",
"y2": "1"
},
"children": []
}]
};
exports.software_crop = software_crop;
;