react-icons-kit
Version:
React Icons Kit using various Svg Icon set
125 lines (124 loc) • 2.96 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowMultiLineRight = void 0;
var arrowMultiLineRight = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M256,512c141.391,0,256-114.609,256-256S397.391,0,256,0S0,114.609,0,256S114.609,512,256,512z M256,40\r\n\tc119.297,0,216,96.703,216,216s-96.703,216-216,216S40,375.297,40,256S136.703,40,256,40z"
},
"children": []
}, {
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "128",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": [{
"name": "rect",
"attribs": {
"x": "128",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "160",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": [{
"name": "rect",
"attribs": {
"x": "160",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "192",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": [{
"name": "rect",
"attribs": {
"x": "192",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": []
}]
}, {
"name": "polygon",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"points": "320,320 384,256 320,192 320,224 256,224 256,288 320,288 \t"
},
"children": [{
"name": "polygon",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"points": "320,320 384,256 320,192 320,224 256,224 256,288 320,288 \t"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "224",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": [{
"name": "rect",
"attribs": {
"x": "224",
"y": "224",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "64"
},
"children": []
}]
}]
}]
};
exports.arrowMultiLineRight = arrowMultiLineRight;
;