react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 383 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowRightA = void 0;
var arrowRightA = {
"viewBox": "0 0 512 512",
"children": [{
"name": "polygon",
"attribs": {
"points": "448.5,256.5 256.5,64.5 256.5,176.5 64.5,176.5 64.5,336.5 256.5,336.5 256.5,448.5 "
},
"children": []
}]
};
exports.arrowRightA = arrowRightA;
;