react-icons-kit
Version:
React Icons Kit using various Svg Icon set
18 lines (17 loc) • 380 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lineArrowRight = void 0;
var lineArrowRight = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"d": "M7.5 11.5L9 13l5-5-5-5-1.5 1.5L10.179 7H2v2h8.179L7.5 11.5z"
},
"children": []
}],
"attribs": {}
};
exports.lineArrowRight = lineArrowRight;
;