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_diagonal = void 0;
var arrows_diagonal = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "63,12 63,1 52,1 \r\n\t"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "1,52 1,63 12,63 \r\n\t"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"x1": "1",
"y1": "63",
"x2": "63",
"y2": "1"
},
"children": []
}]
};
exports.arrows_diagonal = arrows_diagonal;
;