react-icons-kit
Version:
React Icons Kit using various Svg Icon set
27 lines (26 loc) • 822 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowUpLight = void 0;
var arrowUpLight = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M512,256C512,114.609,397.391,0,256,0S0,114.609,0,256s114.609,256,256,256\r\n\tS512,397.391,512,256z M40,256c0-119.297,96.703-216,216-216s216,96.703,216,216s-96.703,216-216,216S40,375.297,40,256z"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"points": "271.969,384 271.969,185.594 313.141,224 336,202.656 256,128 \r\n\t176,202.656 198.859,224 239.969,185.594 239.969,384 "
},
"children": []
}]
};
exports.arrowUpLight = arrowUpLight;