react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 968 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_horizontal = void 0;
var arrows_horizontal = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "8,25 1,32 8,39 \r\n\t"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "56,39 63,32 \r\n\t56,25 "
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "63,32 43,32 1,32 "
},
"children": []
}]
};
exports.arrows_horizontal = arrows_horizontal;
;