react-icons-kit
Version:
React Icons Kit using various Svg Icon set
37 lines (36 loc) • 876 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_downleft = void 0;
var arrows_downleft = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "47,41 23,41 \r\n\t\t23,17 \t"
},
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "47,41 23,41 \r\n\t\t23,17 \t"
},
"children": []
}]
}]
}]
};
exports.arrows_downleft = arrows_downleft;
;