react-icons-kit
Version:
React Icons Kit using various Svg Icon set
27 lines (26 loc) • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowRight = void 0;
var arrowRight = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M256,512c141.391,0,256-114.609,256-256S397.391,0,256,0S0,114.609,0,256\r\n\tS114.609,512,256,512z M256,40c119.297,0,216,96.703,216,216s-96.703,216-216,216S40,375.297,40,256S136.703,40,256,40z"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"points": "226,368 338,256 226,144 194,176 274,256 194,336 "
},
"children": []
}]
};
exports.arrowRight = arrowRight;