react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 587 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cornerRightUp = void 0;
var cornerRightUp = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "10 9 15 4 20 9"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 20h7a4 4 0 0 0 4-4V4"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.cornerRightUp = cornerRightUp;
;