react-icons-kit
Version:
React Icons Kit using various Svg Icon set
47 lines (46 loc) • 1.02 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_diagonal2 = void 0;
var arrows_diagonal2 = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "52,63 63,63 \r\n\t63,52 "
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "12,1 1,1 1,12 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"x1": "1",
"y1": "1",
"x2": "63",
"y2": "63"
},
"children": []
}]
};
exports.arrows_diagonal2 = arrows_diagonal2;
;