react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 679 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.eye = void 0;
var eye = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M10,4.4C3.439,4.4,0,9.232,0,10c0,0.766,3.439,5.6,10,5.6c6.56,0,10-4.834,10-5.6C20,9.232,16.56,4.4,10,4.4z M10,14.307\r\n\tc-2.455,0-4.445-1.928-4.445-4.307c0-2.379,1.99-4.309,4.445-4.309c2.455,0,4.444,1.93,4.444,4.309\r\n\tC14.444,12.379,12.455,14.307,10,14.307z M10,10c-0.407-0.447,0.663-2.154,0-2.154c-1.228,0-2.223,0.965-2.223,2.154\r\n\tc0,1.189,0.995,2.154,2.223,2.154c1.227,0,2.223-0.965,2.223-2.154C12.223,9.453,10.346,10.379,10,10z"
}
}]
};
exports.eye = eye;
;