react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowDownRight = void 0;
var arrowDownRight = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M16 4.5l-4 4-8.5-8.5-3.5 3.5 8.5 8.5-4 4h11.5v-11.5z"
}
}]
};
exports.arrowDownRight = arrowDownRight;
;