react-icons-kit
Version:
React Icons Kit using various Svg Icon set
45 lines (44 loc) • 951 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_move_top = void 0;
var arrows_move_top = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "39,20 32,13 \r\n\t25,20 "
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "32,59 32,47 32,13 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "0",
"y1": "5",
"x2": "64",
"y2": "5"
},
"children": []
}]
};
exports.arrows_move_top = arrows_move_top;
;