react-icons-kit
Version:
React Icons Kit using various Svg Icon set
59 lines (58 loc) • 1.3 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_switch_horizontal = void 0;
var arrows_switch_horizontal = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "54.083,51 \r\n\t63.083,42 54.083,33 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "63",
"y1": "42",
"x2": "9",
"y2": "42"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "10.083,13 \r\n\t1.083,22 10.083,31 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "1",
"y1": "22",
"x2": "55",
"y2": "22"
},
"children": []
}]
};
exports.arrows_switch_horizontal = arrows_switch_horizontal;
;