@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.2 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgEye = function SvgEye(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 8.656c2.272 0 4.114 1.867 4.114 4.172 0 2.304-1.842 4.172-4.113 4.172-2.272 0-4.114-1.868-4.114-4.172 0-2.304 1.842-4.172 4.114-4.172Zm0 1.564c-1.42 0-2.57 1.168-2.57 2.608 0 1.44 1.15 2.607 2.57 2.607s2.572-1.167 2.572-2.607c0-1.44-1.151-2.608-2.571-2.608Zm0-5.22c4.745 0 8.84 3.286 9.977 7.89a.783.783 0 0 1-.561.949.77.77 0 0 1-.936-.569c-.965-3.912-4.447-6.705-8.48-6.705-4.034 0-7.516 2.795-8.48 6.71a.77.77 0 0 1-.935.57.783.783 0 0 1-.562-.95c1.135-4.607 5.231-7.895 9.978-7.895Z",
fill: color
}));
};
export { SvgEye as S };