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