react-icons-kit
Version:
React Icons Kit using various Svg Icon set
75 lines (74 loc) • 1.62 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_stretch_diagonal3 = void 0;
var arrows_stretch_diagonal3 = {
"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": "32",
"y2": "32"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "32",
"x2": "63",
"y2": "1"
},
"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_stretch_diagonal3 = arrows_stretch_diagonal3;
;