react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 443 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowReturnRight = void 0;
var arrowReturnRight = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M448,192l-128,96v-64H128v128h248c4.4,0,8,3.6,8,8v48c0,4.4-3.6,8-8,8H72c-4.4,0-8-3.6-8-8V168c0-4.4,3.6-8,8-8h248V96\r\n\tL448,192z"
},
"children": []
}]
};
exports.arrowReturnRight = arrowReturnRight;
;