react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 541 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowForward = void 0;
var arrowForward = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M13 5.499c-.256 0-.512.097-.707.292-.195.196-.293.452-.293.708v2.559c-4.5.498-8 4.309-8 8.941v1c2.245-3.423 5.25-3.92 8-3.989v2.489c0 .255.098.512.293.707s.451.293.707.293.512-.098.707-.293l6.293-6.207-6.293-6.208c-.195-.195-.451-.292-.707-.292z"
},
"children": []
}]
};
exports.arrowForward = arrowForward;
;