react-icons-kit
Version:
React Icons Kit using various Svg Icon set
23 lines (22 loc) • 682 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowLeftBig = void 0;
var arrowLeftBig = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M256,0C114.562,0,0,114.609,0,256s114.562,256,256,256c141.375,0,256-114.609,256-256S397.375,0,256,0z M256,472\r\n\tc-119.344,0-216.031-96.703-216.031-216S136.656,40,256,40c119.281,0,216,96.703,216,216S375.281,472,256,472z"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "240,160 128,256 240,352 240,304.031 384,304.031 384,208.031 240,208.031 "
},
"children": []
}]
};
exports.arrowLeftBig = arrowLeftBig;
;