react-icons-kit
Version:
React Icons Kit using various Svg Icon set
32 lines (31 loc) • 584 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.eye = void 0;
var eye = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.eye = eye;
;