iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.1 kB
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", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.023 7.625a4.375 4.375 0 100 8.75 4.375 4.375 0 000-8.75zM9.148 12a2.875 2.875 0 115.75 0 2.875 2.875 0 01-5.75 0z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.023 4.5c-4.312 0-8.025 2.556-9.722 6.235a3.022 3.022 0 000 2.53c1.697 3.679 5.41 6.235 9.722 6.235 4.312 0 8.026-2.556 9.723-6.235.37-.802.37-1.728 0-2.53-1.697-3.679-5.41-6.235-9.723-6.235zm-8.36 6.863C5.125 8.194 8.32 6 12.023 6c3.704 0 6.899 2.194 8.36 5.363.187.404.187.87 0 1.274C18.923 15.806 15.728 18 12.024 18c-3.703 0-6.898-2.194-8.36-5.363a1.521 1.521 0 010-1.274z", fill: "#323544" }));
exports.default = Eye;