react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 960 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_vertical = void 0;
var arrows_vertical = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "39,8 32,1 25,8 \r\n\t"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "25,56 32,63 \r\n\t39,56 "
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "32,63 32,43 32,1 "
},
"children": []
}]
};
exports.arrows_vertical = arrows_vertical;
;