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