iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 863 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Eye = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-eye", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8M1.173 8a13 13 0 011.66-2.043C4.12 4.668 5.88 3.5 8 3.5s3.879 1.168 5.168 2.457A13 13 0 0114.828 8q-.086.13-.195.288c-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5s-3.879-1.168-5.168-2.457A13 13 0 011.172 8z" }),
React.createElement("path", { d: "M8 5.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5M4.5 8a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0" }));
exports.default = Eye;