react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 569 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowRight2 = void 0;
var arrowRight2 = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z"
}
}]
};
exports.arrowRight2 = arrowRight2;
;