react-icons-kit
Version:
React Icons Kit using various Svg Icon set
52 lines (51 loc) • 1.13 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_slim_right = void 0;
var arrows_slim_right = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "0",
"y1": "32",
"x2": "63",
"y2": "32"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "0",
"y1": "32",
"x2": "63",
"y2": "32"
},
"children": []
}]
}]
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "54,41 63,32 \r\n\t54,23 "
},
"children": []
}]
};
exports.arrows_slim_right = arrows_slim_right;
;