react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 431 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowGraphDownRight = void 0;
var arrowGraphDownRight = {
"viewBox": "0 0 512 512",
"children": [{
"name": "polygon",
"attribs": {
"points": "320,384 381.8,322.2 288.3,224 181.3,330.7 32,128 181.3,256 288.3,144 419.2,284.8 480,224 480,384 "
},
"children": []
}]
};
exports.arrowGraphDownRight = arrowGraphDownRight;
;