react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 603 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowDownRight2 = void 0;
var arrowDownRight2 = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M2.293 3.707l8.293 8.293h-3.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h6c0.404 0 0.769-0.244 0.924-0.617 0.051-0.124 0.076-0.254 0.076-0.383h0.001v-6c0-0.552-0.448-1-1-1s-1 0.448-1 1v3.586l-8.293-8.293c-0.195-0.195-0.451-0.293-0.707-0.293s-0.512 0.098-0.707 0.293c-0.391 0.39-0.391 1.024 0 1.414z"
}
}]
};
exports.arrowDownRight2 = arrowDownRight2;
;