@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.64 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Eye24 = (_a) => {
var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.936 12.219c-.065-.078-.125-.15-.18-.219l.18-.219c.408-.489.996-1.138 1.72-1.785C8.137 8.672 10.027 7.5 12 7.5c1.973 0 3.863 1.172 5.344 2.496a17.23 17.23 0 0 1 1.9 2.004l-.18.219a17.225 17.225 0 0 1-1.72 1.785C15.863 15.328 13.973 16.5 12 16.5c-1.973 0-3.863-1.172-5.344-2.496a17.231 17.231 0 0 1-1.72-1.785Zm16.386-.788L20.5 12l.822.57-.002.002-.003.005-.011.015-.039.054c-.032.046-.08.11-.14.192a19.238 19.238 0 0 1-2.45 2.658C17.082 16.922 14.722 18.5 12 18.5c-2.722 0-5.082-1.578-6.677-3.004a19.231 19.231 0 0 1-2.45-2.658 11.763 11.763 0 0 1-.179-.246l-.011-.015-.003-.005-.002-.002L3.5 12l-.822-.57.002-.002.003-.005.011-.015a11.529 11.529 0 0 1 .18-.246 19.23 19.23 0 0 1 2.45-2.658C6.917 7.078 9.277 5.5 12 5.5s5.082 1.578 6.677 3.004a19.236 19.236 0 0 1 2.45 2.658c.06.081.108.146.14.192l.039.054.011.015.003.005.002.002ZM20.5 12l.822-.569a1 1 0 0 1 0 1.138L20.5 12Zm-17.822-.569L3.5 12l-.822.569a1 1 0 0 1 0-1.138ZM9.5 12a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM12 8.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z" })));
};
exports.default = Eye24;