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